@import"https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,300..700;1,300..700&amp;family=Inter:wght@300..700&amp;family=IBM+Plex+Sans+Arabic:wght@400;500;700&amp;display=swap";

.theme-3 {
    --font-family-primary: "Mabry Pro", "IBM Plex Sans Arabic", sans-serif;
    --font-family-secondary: "Sharp Grotesk", "IBM Plex Sans Arabic", serif;
    --font-family-tertiary: "Mabry Pro", "IBM Plex Sans Arabic", serif;
    --font-family-serif: "Playfair 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: 700;
    --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: 4px;
    --border-size: 1px;
    --border-color: hsla(0, 0%, 51%, .25);
    --shadow-color: rgba(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;
    --bs-tertiary-rgb: 226, 255, 94;
    --bs-primary-rgb: 22, 64, 75;
    --bs-tertiary: #e2ff5e;
    --color-tertiary-light: #eeff9e;
    --color-gray: #45454c;
    --color-gray-10: #f9f9fa;
    --color-gray-25: #f6f6f6;
    --color-gray-50: #ececed;
    --color-gray-100: #dadadb;
    --color-gray-200: #b5b5b7;
    --color-gray-300: #8f8f94;
    --color-gray-400: #6a6a70;
    --color-gray-500: #45454c;
    --color-gray-600: #37373d;
    --color-gray-700: #29292e;
    --color-gray-800: #1c1c1e;
    --color-gray-900: #0e0e0f;
    --color-slate: #6b7280;
    --color-slate-10: #fbfbfb;
    --color-slate-25: #f8f8f9;
    --color-slate-50: #f0f1f2;
    --color-slate-100: #e1e3e6;
    --color-slate-200: #c4c7cc;
    --color-slate-300: #a6aab3;
    --color-slate-400: #898e99;
    --color-slate-500: #6b7280;
    --color-slate-600: #565b66;
    --color-slate-700: #40444d;
    --color-slate-800: #2b2e33;
    --color-slate-900: #15171a;
    --color-primary: #16404b;
    --color-primary-10: #f8f9fa;
    --color-primary-25: #f3f5f6;
    --color-primary-50: #e8eced;
    --color-primary-100: #d0d9db;
    --color-primary-200: #a2b3b7;
    --color-primary-300: #738c93;
    --color-primary-400: #45666f;
    --color-primary-500: var(--color-primary);
    --color-primary-600: #12333c;
    --color-primary-700: #0d262d;
    --color-primary-800: #091a1e;
    --color-primary-900: #040d0f;
    --color-secondary: #fff3e9;
    --color-secondary-10: #fffffe;
    --color-secondary-25: #fffefe;
    --color-secondary-50: #fffefd;
    --color-secondary-100: #fffdfb;
    --color-secondary-200: #fffaf6;
    --color-secondary-300: #fff8f2;
    --color-secondary-400: #fff5ed;
    --color-secondary-500: #fff3e9;
    --color-secondary-600: #ccc2ba;
    --color-secondary-700: #99928c;
    --color-secondary-800: #66615d;
    --color-secondary-900: #33312f;
    --color-info: #09c;
    --color-info-10: #f7fcfd;
    --color-info-25: #f2fafc;
    --color-info-50: #e6f5fa;
    --color-info-100: #ccebf5;
    --color-info-200: #99d6eb;
    --color-info-300: #66c2e0;
    --color-info-400: #33add6;
    --color-info-500: #09c;
    --color-info-600: #007aa3;
    --color-info-700: #005c7a;
    --color-info-800: #003d52;
    --color-info-900: #001f29;
    --color-success: #4caf50;
    --color-success-10: #fafdfa;
    --color-success-25: #f6fbf6;
    --color-success-50: #edf7ee;
    --color-success-100: #dbefdc;
    --color-success-200: #b7dfb9;
    --color-success-300: #94cf96;
    --color-success-400: #70bf73;
    --color-success-500: #4caf50;
    --color-success-600: #3d8c40;
    --color-success-700: #2e6930;
    --color-success-800: #1e4620;
    --color-success-900: #0f2310;
    --color-warning: #ffb307;
    --color-warning-10: #fffdf8;
    --color-warning-25: #fffbf3;
    --color-warning-50: #fff7e6;
    --color-warning-100: #fff0cd;
    --color-warning-200: #ffe19c;
    --color-warning-300: #ffd16a;
    --color-warning-400: #ffc239;
    --color-warning-500: #ffb307;
    --color-warning-600: #cc8f06;
    --color-warning-700: #996b04;
    --color-warning-800: #664803;
    --color-warning-900: #332401;
    --color-danger: #e44b4b;
    --color-danger-10: #fefafa;
    --color-danger-25: #fef6f6;
    --color-danger-50: #fceded;
    --color-danger-100: #fadbdb;
    --color-danger-200: #f4b7b7;
    --color-danger-300: #ef9393;
    --color-danger-400: #e96f6f;
    --color-danger-500: #e44b4b;
    --color-danger-600: #b63c3c;
    --color-danger-700: #892d2d;
    --color-danger-800: #5b1e1e;
    --color-danger-900: #2e0f0f;
    --color-blue: #078af3;
    --color-blue-10: #f8fbff;
    --color-blue-25: #f3f9fe;
    --color-blue-50: #e6f3fe;
    --color-blue-100: #cde8fd;
    --color-blue-200: #9cd0fa;
    --color-blue-300: #6ab9f8;
    --color-blue-400: #39a1f5;
    --color-blue-500: #078af3;
    --color-blue-600: #066ec2;
    --color-blue-700: #045392;
    --color-blue-800: #033761;
    --color-blue-900: #011c31;
    --color-indigo: #553cdf;
    --color-indigo-10: #faf9fe;
    --color-indigo-25: #f7f5fd;
    --color-indigo-50: #eeecfc;
    --color-indigo-100: #ddd8f9;
    --color-indigo-200: #bbb1f2;
    --color-indigo-300: #998aec;
    --color-indigo-400: #7763e5;
    --color-indigo-500: #553cdf;
    --color-indigo-600: #4430b2;
    --color-indigo-700: #332486;
    --color-indigo-800: #221859;
    --color-indigo-900: #110c2d;
    --color-purple: #8921e4;
    --color-purple-10: #fbf8fe;
    --color-purple-25: #f9f4fe;
    --color-purple-50: #f3e9fc;
    --color-purple-100: #e7d3fa;
    --color-purple-200: #d0a6f4;
    --color-purple-300: #b87aef;
    --color-purple-400: #a14de9;
    --color-purple-500: #8921e4;
    --color-purple-600: #6e1ab6;
    --color-purple-700: #521489;
    --color-purple-800: #370d5b;
    --color-purple-900: #1b072e;
    --color-red: #ea4335;
    --color-red-10: #fef9f9;
    --color-red-25: #fef6f5;
    --color-red-50: #fdeceb;
    --color-red-100: #fbd9d7;
    --color-red-200: #f7b4ae;
    --color-red-300: #f28e86;
    --color-red-400: #ee695d;
    --color-red-500: #ea4335;
    --color-red-600: #bb362a;
    --color-red-700: #8c2820;
    --color-red-800: #5e1b15;
    --color-red-900: #2f0d0b;
    --color-rose: #d20e4f;
    --color-rose-10: #fef8fa;
    --color-rose-25: #fdf3f6;
    --color-rose-50: #fbe7ed;
    --color-rose-100: #f6cfdc;
    --color-rose-200: #ed9fb9;
    --color-rose-300: #e46e95;
    --color-rose-400: #db3e72;
    --color-rose-500: #d20e4f;
    --color-rose-600: #a80b3f;
    --color-rose-700: #7e082f;
    --color-rose-800: #540620;
    --color-rose-900: #2a0310;
    --color-pink: #f06b9d;
    --color-pink-10: #fffbfc;
    --color-pink-25: #fef8fa;
    --color-pink-50: #fef0f5;
    --color-pink-100: #fce1eb;
    --color-pink-200: #f9c4d8;
    --color-pink-300: #f6a6c4;
    --color-pink-400: #f389b1;
    --color-pink-500: #f06b9d;
    --color-pink-600: #c0567e;
    --color-pink-700: #90405e;
    --color-pink-800: #602b3f;
    --color-pink-900: #30151f;
    --color-orange: #fb6b1e;
    --color-orange-10: #fffbf8;
    --color-orange-25: #fff8f4;
    --color-orange-50: #fff0e9;
    --color-orange-100: #fee1d2;
    --color-orange-200: #fdc4a5;
    --color-orange-300: #fda678;
    --color-orange-400: #fc894b;
    --color-orange-500: #fb6b1e;
    --color-orange-600: #c95618;
    --color-orange-700: #974012;
    --color-orange-800: #642b0c;
    --color-orange-900: #321506;
    --color-yellow: #fcbc05;
    --color-yellow-10: #fffdf8;
    --color-yellow-25: #fffcf3;
    --color-yellow-50: #fff8e6;
    --color-yellow-100: #fef2cd;
    --color-yellow-200: #fee49b;
    --color-yellow-300: #fdd769;
    --color-yellow-400: #fdc937;
    --color-yellow-500: #fcbc05;
    --color-yellow-600: #ca9604;
    --color-yellow-700: #977103;
    --color-yellow-800: #654b02;
    --color-yellow-900: #322601;
    --color-green: #34a853;
    --color-green-10: #f9fcfa;
    --color-green-25: #f5fbf6;
    --color-green-50: #ebf6ee;
    --color-green-100: #d6eedd;
    --color-green-200: #aedcba;
    --color-green-300: #85cb98;
    --color-green-400: #5db975;
    --color-green-500: #34a853;
    --color-green-600: #2a8642;
    --color-green-700: #1f6532;
    --color-green-800: #154321;
    --color-green-900: #0a2211;
    --color-lime: #aef359;
    --color-lime-10: #fdfffa;
    --color-lime-25: #fbfef7;
    --color-lime-50: #f7feee;
    --color-lime-100: #effdde;
    --color-lime-200: #dffabd;
    --color-lime-300: #cef89b;
    --color-lime-400: #bef57a;
    --color-lime-500: #aef359;
    --color-lime-600: #8bc247;
    --color-lime-700: #689235;
    --color-lime-800: #466124;
    --color-lime-900: #233112;
    --color-teal: #06f6c6;
    --color-teal-10: #f8fffd;
    --color-teal-25: #f3fffc;
    --color-teal-50: #e6fef9;
    --color-teal-100: #cdfdf4;
    --color-teal-200: #9bfbe8;
    --color-teal-300: #6afadd;
    --color-teal-400: #38f8d1;
    --color-teal-500: #06f6c6;
    --color-teal-600: #05c59e;
    --color-teal-700: #049477;
    --color-teal-800: #02624f;
    --color-teal-900: #013128;
    --color-cyan: #38e1ff;
    --color-cyan-10: #f9feff;
    --color-cyan-25: #f5feff;
    --color-cyan-50: #ebfcff;
    --color-cyan-100: #d7f9ff;
    --color-cyan-200: #aff3ff;
    --color-cyan-300: #88edff;
    --color-cyan-400: #60e7ff;
    --color-cyan-500: #38e1ff;
    --color-cyan-600: #2db4cc;
    --color-cyan-700: #228799;
    --color-cyan-800: #165a66;
    --color-cyan-900: #0b2d33;
    --color-tertiary: var(--bs-tertiary);
    --color-tertiary-10: #fefffa;
    --color-tertiary-25: #fefff7;
    --color-tertiary-50: #fcffef;
    --color-tertiary-100: #f9ffdf;
    --color-tertiary-200: #f3ffbf;
    --color-tertiary-300: var(--color-tertiary-light);
    --color-tertiary-400: #e8ff7e;
    --color-tertiary-500: var(--bs-tertiary);
    --color-tertiary-600: #b5cc4b;
    --color-tertiary-700: #889938;
    --color-tertiary-800: #5a6626;
    --color-tertiary-900: #2d3313;
    --color-quaternary: #d4d7c2;
    --color-quaternary-10: #fefefd;
    --color-quaternary-25: #fdfdfc;
    --color-quaternary-50: #fbfbf9;
    --color-quaternary-100: #f6f7f3;
    --color-quaternary-200: #eeefe7;
    --color-quaternary-300: #e5e7da;
    --color-quaternary-400: #dddfce;
    --color-quaternary-500: #d4d7c2;
    --color-quaternary-600: #aaac9b;
    --color-quaternary-700: #7f8174;
    --color-quaternary-800: #55564e;
    --color-quaternary-900: #2a2b27;
    --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.875rem;
    --sizes-text-2xs-lh: 1.5;
    --sizes-text-2xs-lp: 0rem;
    --sizes-text-xs-size: 1rem;
    --sizes-text-xs-lh: 1.5;
    --sizes-text-xs-lp: 0rem;
    --sizes-text-sm-size: 1.125rem;
    --sizes-text-sm-lh: 1.5;
    --sizes-text-sm-lp: 0rem;
    --sizes-text-md-size: 1.25rem;
    --sizes-text-md-lh: 1.5;
    --sizes-text-md-lp: 0rem;
    --sizes-text-lg-size: 1.5rem;
    --sizes-text-lg-lh: 1.5;
    --sizes-text-lg-lp: 0rem;
    --sizes-text-xl-size: 1.75rem;
    --sizes-text-xl-lh: 1.5;
    --sizes-text-xl-lp: 0rem;
    --sizes-text-2xl-size: 2rem;
    --sizes-text-2xl-lh: 1.5;
    --sizes-text-2xl-lp: 0rem;
    --sizes-heading-display-1-size: 8rem;
    --sizes-heading-display-1-lh: 1;
    --sizes-heading-display-1-lp: -0.24rem;
    --sizes-heading-display-2-size: 6rem;
    --sizes-heading-display-2-lh: 1;
    --sizes-heading-display-2-lp: -0.18rem;
    --sizes-heading-display-3-size: 5rem;
    --sizes-heading-display-3-lh: 1;
    --sizes-heading-display-3-lp: -0.15rem;
    --sizes-heading-display-4-size: 4.5rem;
    --sizes-heading-display-4-lh: 1;
    --sizes-heading-display-4-lp: -0.135rem;
    --sizes-heading-display-5-size: 4rem;
    --sizes-heading-display-5-lh: 1;
    --sizes-heading-display-5-lp: -0.12rem;
    --sizes-heading-display-6-size: 3.25rem;
    --sizes-heading-display-6-lh: 1;
    --sizes-heading-display-6-lp: -0.105rem;
    --sizes-heading-h1-size: 3rem;
    --sizes-heading-h1-lh: 1.1;
    --sizes-heading-h1-lp: -0.09rem;
    --sizes-heading-h2-size: 2.5rem;
    --sizes-heading-h2-lh: 1.1;
    --sizes-heading-h2-lp: -0.06rem;
    --sizes-heading-h3-size: 2rem;
    --sizes-heading-h3-lh: 1.1;
    --sizes-heading-h3-lp: -0.0525rem;
    --sizes-heading-h4-size: 1.5rem;
    --sizes-heading-h4-lh: 1.2;
    --sizes-heading-h4-lp: -0.045rem;
    --sizes-heading-h5-size: 1.25rem;
    --sizes-heading-h5-lh: 1.2;
    --sizes-heading-h5-lp: -0.03rem;
    --sizes-heading-h6-size: 1.125rem;
    --sizes-heading-h6-lh: 1.2;
    --sizes-heading-h6-lp: -0.03rem;
    --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: 6rem;
    --sizes-spacing-5xl: 8rem;
    --sizes-button-height: 48px;
    --sizes-button-px: 1rem;
    --sizes-button-text: 1rem;
    --sizes-button-radius: var(--radius);
    --sizes-button-2xs-height: 24px;
    --sizes-button-2xs-px: 0.25rem;
    --sizes-button-2xs-text: 0.8rem;
    --sizes-button-2xs-radius: var(--radius);
    --sizes-button-xs-height: 32px;
    --sizes-button-xs-px: 0.5rem;
    --sizes-button-xs-text: 0.825rem;
    --sizes-button-xs-radius: var(--radius);
    --sizes-button-sm-height: 40px;
    --sizes-button-sm-px: 0.75rem;
    --sizes-button-sm-text: 1rem;
    --sizes-button-sm-radius: var(--radius);
    --sizes-button-md-height: 48px;
    --sizes-button-md-px: 1rem;
    --sizes-button-md-text: 1rem;
    --sizes-button-md-radius: var(--radius);
    --sizes-button-lg-height: 56px;
    --sizes-button-lg-px: 1.5rem;
    --sizes-button-lg-text: 1.125rem;
    --sizes-button-lg-radius: var(--radius);
    --sizes-button-xl-height: 64px;
    --sizes-button-xl-px: 2rem;
    --sizes-button-xl-text: 1.25rem;
    --sizes-button-xl-radius: var(--radius);
    --sizes-button-2xl-height: 80px;
    --sizes-button-2xl-px: 3rem;
    --sizes-button-2xl-text: 1.5rem;
    --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-tertiary);
    --button-font-weight: 500;
    --button-font-line-height: initial;
    --button-font-spacing: normal;
    --button-font-transform: initial;
    --button-border-width: 2px;
    --button-border-radius: 80px;
    --button-color-text: #fff;
    --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: hsla(0, 0%, 61%, .15);
    --form-color-background-hover: hsla(0, 0%, 61%, .2);
    --form-color-background-disable: hsla(0, 0%, 61%, .4);
    --form-color-background-primary: var(--color-primary);
    --form-color-background-primary-hover: var(--color-primary-60);
    --form-color-placeholder: hsla(0, 0%, 61%, .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: hsla(0, 0%, 61%, .15);
    --form-dark-color-background-hover: hsla(0, 0%, 61%, .2);
    --form-dark-color-background-disable: hsla(0, 0%, 61%, .4);
    --form-dark-color-background-primary: var(--color-primary);
    --form-dark-color-background-primary-hover: var(--color-primary-60);
    --form-dark-color-placeholder: hsla(0, 0%, 61%, .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;
    --bs-link-color: #515151 !important;
    --bs-link-hover-color: #000 !important;
    font-feature-settings: "lnum";
    font-variant-numeric: lining-nums;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    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);
    --color-white: #fff;
    --color-black: #000;
    --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: var(--color-primary);
    --bs-secondary: #fff3e9;
    --bs-success: #4caf50;
    --bs-info: #09c;
    --bs-warning: #ffb307;
    --bs-danger: #e44b4b;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-gray: #45454c;
    --bs-gray-10: #f9f9fa;
    --bs-gray-25: #f6f6f6;
    --bs-gray-50: #ececed;
    --bs-gray-100: #dadadb;
    --bs-gray-200: #b5b5b7;
    --bs-gray-300: #8f8f94;
    --bs-gray-400: #6a6a70;
    --bs-gray-500: #45454c;
    --bs-gray-600: #37373d;
    --bs-gray-700: #29292e;
    --bs-gray-800: #1c1c1e;
    --bs-gray-900: #0e0e0f;
    --bs-slate: #6b7280;
    --bs-slate-10: #fbfbfb;
    --bs-slate-25: #f8f8f9;
    --bs-slate-50: #f0f1f2;
    --bs-slate-100: #e1e3e6;
    --bs-slate-200: #c4c7cc;
    --bs-slate-300: #a6aab3;
    --bs-slate-400: #898e99;
    --bs-slate-500: #6b7280;
    --bs-slate-600: #565b66;
    --bs-slate-700: #40444d;
    --bs-slate-800: #2b2e33;
    --bs-slate-900: #15171a;
    --bs-primary-10: #f8f9fa;
    --bs-primary-25: #f3f5f6;
    --bs-primary-50: #e8eced;
    --bs-primary-100: #d0d9db;
    --bs-primary-200: #a2b3b7;
    --bs-primary-300: #738c93;
    --bs-primary-400: #45666f;
    --bs-primary-500: var(--color-primary);
    --bs-primary-600: #12333c;
    --bs-primary-700: #0d262d;
    --bs-primary-800: #091a1e;
    --bs-primary-900: #040d0f;
    --bs-secondary-10: #fffffe;
    --bs-secondary-25: #fffefe;
    --bs-secondary-50: #fffefd;
    --bs-secondary-100: #fffdfb;
    --bs-secondary-200: #fffaf6;
    --bs-secondary-300: #fff8f2;
    --bs-secondary-400: #fff5ed;
    --bs-secondary-500: #fff3e9;
    --bs-secondary-600: #ccc2ba;
    --bs-secondary-700: #99928c;
    --bs-secondary-800: #66615d;
    --bs-secondary-900: #33312f;
    --bs-info-10: #f7fcfd;
    --bs-info-25: #f2fafc;
    --bs-info-50: #e6f5fa;
    --bs-info-100: #ccebf5;
    --bs-info-200: #99d6eb;
    --bs-info-300: #66c2e0;
    --bs-info-400: #33add6;
    --bs-info-500: #09c;
    --bs-info-600: #007aa3;
    --bs-info-700: #005c7a;
    --bs-info-800: #003d52;
    --bs-info-900: #001f29;
    --bs-success-10: #fafdfa;
    --bs-success-25: #f6fbf6;
    --bs-success-50: #edf7ee;
    --bs-success-100: #dbefdc;
    --bs-success-200: #b7dfb9;
    --bs-success-300: #94cf96;
    --bs-success-400: #70bf73;
    --bs-success-500: #4caf50;
    --bs-success-600: #3d8c40;
    --bs-success-700: #2e6930;
    --bs-success-800: #1e4620;
    --bs-success-900: #0f2310;
    --bs-warning-10: #fffdf8;
    --bs-warning-25: #fffbf3;
    --bs-warning-50: #fff7e6;
    --bs-warning-100: #fff0cd;
    --bs-warning-200: #ffe19c;
    --bs-warning-300: #ffd16a;
    --bs-warning-400: #ffc239;
    --bs-warning-500: #ffb307;
    --bs-warning-600: #cc8f06;
    --bs-warning-700: #996b04;
    --bs-warning-800: #664803;
    --bs-warning-900: #332401;
    --bs-danger-10: #fefafa;
    --bs-danger-25: #fef6f6;
    --bs-danger-50: #fceded;
    --bs-danger-100: #fadbdb;
    --bs-danger-200: #f4b7b7;
    --bs-danger-300: #ef9393;
    --bs-danger-400: #e96f6f;
    --bs-danger-500: #e44b4b;
    --bs-danger-600: #b63c3c;
    --bs-danger-700: #892d2d;
    --bs-danger-800: #5b1e1e;
    --bs-danger-900: #2e0f0f;
    --bs-blue: #078af3;
    --bs-blue-10: #f8fbff;
    --bs-blue-25: #f3f9fe;
    --bs-blue-50: #e6f3fe;
    --bs-blue-100: #cde8fd;
    --bs-blue-200: #9cd0fa;
    --bs-blue-300: #6ab9f8;
    --bs-blue-400: #39a1f5;
    --bs-blue-500: #078af3;
    --bs-blue-600: #066ec2;
    --bs-blue-700: #045392;
    --bs-blue-800: #033761;
    --bs-blue-900: #011c31;
    --bs-indigo: #553cdf;
    --bs-indigo-10: #faf9fe;
    --bs-indigo-25: #f7f5fd;
    --bs-indigo-50: #eeecfc;
    --bs-indigo-100: #ddd8f9;
    --bs-indigo-200: #bbb1f2;
    --bs-indigo-300: #998aec;
    --bs-indigo-400: #7763e5;
    --bs-indigo-500: #553cdf;
    --bs-indigo-600: #4430b2;
    --bs-indigo-700: #332486;
    --bs-indigo-800: #221859;
    --bs-indigo-900: #110c2d;
    --bs-purple: #8921e4;
    --bs-purple-10: #fbf8fe;
    --bs-purple-25: #f9f4fe;
    --bs-purple-50: #f3e9fc;
    --bs-purple-100: #e7d3fa;
    --bs-purple-200: #d0a6f4;
    --bs-purple-300: #b87aef;
    --bs-purple-400: #a14de9;
    --bs-purple-500: #8921e4;
    --bs-purple-600: #6e1ab6;
    --bs-purple-700: #521489;
    --bs-purple-800: #370d5b;
    --bs-purple-900: #1b072e;
    --bs-red: #ea4335;
    --bs-red-10: #fef9f9;
    --bs-red-25: #fef6f5;
    --bs-red-50: #fdeceb;
    --bs-red-100: #fbd9d7;
    --bs-red-200: #f7b4ae;
    --bs-red-300: #f28e86;
    --bs-red-400: #ee695d;
    --bs-red-500: #ea4335;
    --bs-red-600: #bb362a;
    --bs-red-700: #8c2820;
    --bs-red-800: #5e1b15;
    --bs-red-900: #2f0d0b;
    --bs-rose: #d20e4f;
    --bs-rose-10: #fef8fa;
    --bs-rose-25: #fdf3f6;
    --bs-rose-50: #fbe7ed;
    --bs-rose-100: #f6cfdc;
    --bs-rose-200: #ed9fb9;
    --bs-rose-300: #e46e95;
    --bs-rose-400: #db3e72;
    --bs-rose-500: #d20e4f;
    --bs-rose-600: #a80b3f;
    --bs-rose-700: #7e082f;
    --bs-rose-800: #540620;
    --bs-rose-900: #2a0310;
    --bs-pink: #f06b9d;
    --bs-pink-10: #fffbfc;
    --bs-pink-25: #fef8fa;
    --bs-pink-50: #fef0f5;
    --bs-pink-100: #fce1eb;
    --bs-pink-200: #f9c4d8;
    --bs-pink-300: #f6a6c4;
    --bs-pink-400: #f389b1;
    --bs-pink-500: #f06b9d;
    --bs-pink-600: #c0567e;
    --bs-pink-700: #90405e;
    --bs-pink-800: #602b3f;
    --bs-pink-900: #30151f;
    --bs-orange: #fb6b1e;
    --bs-orange-10: #fffbf8;
    --bs-orange-25: #fff8f4;
    --bs-orange-50: #fff0e9;
    --bs-orange-100: #fee1d2;
    --bs-orange-200: #fdc4a5;
    --bs-orange-300: #fda678;
    --bs-orange-400: #fc894b;
    --bs-orange-500: #fb6b1e;
    --bs-orange-600: #c95618;
    --bs-orange-700: #974012;
    --bs-orange-800: #642b0c;
    --bs-orange-900: #321506;
    --bs-yellow: #fcbc05;
    --bs-yellow-10: #fffdf8;
    --bs-yellow-25: #fffcf3;
    --bs-yellow-50: #fff8e6;
    --bs-yellow-100: #fef2cd;
    --bs-yellow-200: #fee49b;
    --bs-yellow-300: #fdd769;
    --bs-yellow-400: #fdc937;
    --bs-yellow-500: #fcbc05;
    --bs-yellow-600: #ca9604;
    --bs-yellow-700: #977103;
    --bs-yellow-800: #654b02;
    --bs-yellow-900: #322601;
    --bs-green: #34a853;
    --bs-green-10: #f9fcfa;
    --bs-green-25: #f5fbf6;
    --bs-green-50: #ebf6ee;
    --bs-green-100: #d6eedd;
    --bs-green-200: #aedcba;
    --bs-green-300: #85cb98;
    --bs-green-400: #5db975;
    --bs-green-500: #34a853;
    --bs-green-600: #2a8642;
    --bs-green-700: #1f6532;
    --bs-green-800: #154321;
    --bs-green-900: #0a2211;
    --bs-lime: #aef359;
    --bs-lime-10: #fdfffa;
    --bs-lime-25: #fbfef7;
    --bs-lime-50: #f7feee;
    --bs-lime-100: #effdde;
    --bs-lime-200: #dffabd;
    --bs-lime-300: #cef89b;
    --bs-lime-400: #bef57a;
    --bs-lime-500: #aef359;
    --bs-lime-600: #8bc247;
    --bs-lime-700: #689235;
    --bs-lime-800: #466124;
    --bs-lime-900: #233112;
    --bs-teal: #06f6c6;
    --bs-teal-10: #f8fffd;
    --bs-teal-25: #f3fffc;
    --bs-teal-50: #e6fef9;
    --bs-teal-100: #cdfdf4;
    --bs-teal-200: #9bfbe8;
    --bs-teal-300: #6afadd;
    --bs-teal-400: #38f8d1;
    --bs-teal-500: #06f6c6;
    --bs-teal-600: #05c59e;
    --bs-teal-700: #049477;
    --bs-teal-800: #02624f;
    --bs-teal-900: #013128;
    --bs-cyan: #38e1ff;
    --bs-cyan-10: #f9feff;
    --bs-cyan-25: #f5feff;
    --bs-cyan-50: #ebfcff;
    --bs-cyan-100: #d7f9ff;
    --bs-cyan-200: #aff3ff;
    --bs-cyan-300: #88edff;
    --bs-cyan-400: #60e7ff;
    --bs-cyan-500: #38e1ff;
    --bs-cyan-600: #2db4cc;
    --bs-cyan-700: #228799;
    --bs-cyan-800: #165a66;
    --bs-cyan-900: #0b2d33;
    --bs-tertiary-10: #fefffa;
    --bs-tertiary-25: #fefff7;
    --bs-tertiary-50: #fcffef;
    --bs-tertiary-100: #f9ffdf;
    --bs-tertiary-200: #f3ffbf;
    --bs-tertiary-300: var(--color-tertiary-light);
    --bs-tertiary-400: #e8ff7e;
    --bs-tertiary-500: var(--bs-tertiary);
    --bs-tertiary-600: #b5cc4b;
    --bs-tertiary-700: #889938;
    --bs-tertiary-800: #5a6626;
    --bs-tertiary-900: #2d3313;
    --bs-quaternary: #d4d7c2;
    --bs-quaternary-10: #fefefd;
    --bs-quaternary-25: #fdfdfc;
    --bs-quaternary-50: #fbfbf9;
    --bs-quaternary-100: #f6f7f3;
    --bs-quaternary-200: #eeefe7;
    --bs-quaternary-300: #e5e7da;
    --bs-quaternary-400: #dddfce;
    --bs-quaternary-500: #d4d7c2;
    --bs-quaternary-600: #aaac9b;
    --bs-quaternary-700: #7f8174;
    --bs-quaternary-800: #55564e;
    --bs-quaternary-900: #2a2b27;
    --bs-secondary-rgb: 255, 243, 233;
    --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: 69, 69, 76;
    --bs-gray-10-rgb: 249, 249, 250;
    --bs-gray-25-rgb: 246, 246, 246;
    --bs-gray-50-rgb: 236, 236, 237;
    --bs-gray-100-rgb: 218, 218, 219;
    --bs-gray-200-rgb: 181, 181, 183;
    --bs-gray-300-rgb: 143, 143, 148;
    --bs-gray-400-rgb: 106, 106, 112;
    --bs-gray-500-rgb: 69, 69, 76;
    --bs-gray-600-rgb: 55, 55, 61;
    --bs-gray-700-rgb: 41, 41, 46;
    --bs-gray-800-rgb: 28, 28, 30;
    --bs-gray-900-rgb: 14, 14, 15;
    --bs-slate-rgb: 107, 114, 128;
    --bs-slate-10-rgb: 251, 251, 251;
    --bs-slate-25-rgb: 248, 248, 249;
    --bs-slate-50-rgb: 240, 241, 242;
    --bs-slate-100-rgb: 225, 227, 230;
    --bs-slate-200-rgb: 196, 199, 204;
    --bs-slate-300-rgb: 166, 170, 179;
    --bs-slate-400-rgb: 137, 142, 153;
    --bs-slate-500-rgb: 107, 114, 128;
    --bs-slate-600-rgb: 86, 91, 102;
    --bs-slate-700-rgb: 64, 68, 77;
    --bs-slate-800-rgb: 43, 46, 51;
    --bs-slate-900-rgb: 21, 23, 26;
    --bs-primary-10-rgb: 248, 249, 250;
    --bs-primary-25-rgb: 243, 245, 246;
    --bs-primary-50-rgb: 232, 236, 237;
    --bs-primary-100-rgb: 208, 217, 219;
    --bs-primary-200-rgb: 162, 179, 183;
    --bs-primary-300-rgb: 115, 140, 147;
    --bs-primary-400-rgb: 69, 102, 111;
    --bs-primary-500-rgb: 22, 64, 75;
    --bs-primary-600-rgb: 18, 51, 60;
    --bs-primary-700-rgb: 13, 38, 45;
    --bs-primary-800-rgb: 9, 26, 30;
    --bs-primary-900-rgb: 4, 13, 15;
    --bs-secondary-10-rgb: 255, 255, 254;
    --bs-secondary-25-rgb: 255, 254, 254;
    --bs-secondary-50-rgb: 255, 254, 253;
    --bs-secondary-100-rgb: 255, 253, 251;
    --bs-secondary-200-rgb: 255, 250, 246;
    --bs-secondary-300-rgb: 255, 248, 242;
    --bs-secondary-400-rgb: 255, 245, 237;
    --bs-secondary-500-rgb: 255, 243, 233;
    --bs-secondary-600-rgb: 204, 194, 186;
    --bs-secondary-700-rgb: 153, 146, 140;
    --bs-secondary-800-rgb: 102, 97, 93;
    --bs-secondary-900-rgb: 51, 49, 47;
    --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-10-rgb: 254, 255, 250;
    --bs-tertiary-25-rgb: 254, 255, 247;
    --bs-tertiary-50-rgb: 252, 255, 239;
    --bs-tertiary-100-rgb: 249, 255, 223;
    --bs-tertiary-200-rgb: 243, 255, 191;
    --bs-tertiary-300-rgb: 238, 255, 158;
    --bs-tertiary-400-rgb: 232, 255, 126;
    --bs-tertiary-500-rgb: var(--bs-tertiary-rgb);
    --bs-tertiary-600-rgb: 181, 204, 75;
    --bs-tertiary-700-rgb: 136, 153, 56;
    --bs-tertiary-800-rgb: 90, 102, 38;
    --bs-tertiary-900-rgb: 45, 51, 19;
    --bs-quaternary-rgb: 212, 215, 194;
    --bs-quaternary-10-rgb: 254, 254, 253;
    --bs-quaternary-25-rgb: 253, 253, 252;
    --bs-quaternary-50-rgb: 251, 251, 249;
    --bs-quaternary-100-rgb: 246, 247, 243;
    --bs-quaternary-200-rgb: 238, 239, 231;
    --bs-quaternary-300-rgb: 229, 231, 218;
    --bs-quaternary-400-rgb: 221, 223, 206;
    --bs-quaternary-500-rgb: 212, 215, 194;
    --bs-quaternary-600-rgb: 170, 172, 155;
    --bs-quaternary-700-rgb: 127, 129, 116;
    --bs-quaternary-800-rgb: 85, 86, 78;
    --bs-quaternary-900-rgb: 42, 43, 39;
    --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, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, 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: hsla(0, 0%, 51%, .25);
    --bs-border-color-translucent: rgba(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: #0a58ca;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd
}

.theme-3 *,
.theme-3 :after,
.theme-3 :before {
    box-sizing: border-box
}

@media(prefers-reduced-motion:no-preference) {
    .theme-3 :root {
        scroll-behavior: smooth
    }
}

.theme-3 .link,
.theme-3 a {
    color: var(--link-color-text)
}

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

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

.theme-3 .display-5,
.theme-3 .h1,
.theme-3 .h2,
.theme-3 .h3,
.theme-3 .h4,
.theme-3 .h5,
.theme-3 .h6,
.theme-3 h1,
.theme-3 h2,
.theme-3 h3,
.theme-3 h4,
.theme-3 h5,
.theme-3 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);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    color: var(--color-gray-900)
}

.theme-3 .display-5:where(.uc-dark),
.theme-3 .h1:where(.uc-dark),
.theme-3 .h2:where(.uc-dark),
.theme-3 .h3:where(.uc-dark),
.theme-3 .h4:where(.uc-dark),
.theme-3 .h5:where(.uc-dark),
.theme-3 .h6:where(.uc-dark),
.theme-3 :where(.uc-dark) .display-5,
.theme-3 :where(.uc-dark) .h1,
.theme-3 :where(.uc-dark) .h2,
.theme-3 :where(.uc-dark) .h3,
.theme-3 :where(.uc-dark) .h4,
.theme-3 :where(.uc-dark) .h5,
.theme-3 :where(.uc-dark) .h6,
.theme-3 :where(.uc-dark) h1,
.theme-3 :where(.uc-dark) h2,
.theme-3 :where(.uc-dark) h3,
.theme-3 :where(.uc-dark) h4,
.theme-3 :where(.uc-dark) h5,
.theme-3 :where(.uc-dark) h6,
.theme-3 h1:where(.uc-dark),
.theme-3 h2:where(.uc-dark),
.theme-3 h3:where(.uc-dark),
.theme-3 h4:where(.uc-dark),
.theme-3 h5:where(.uc-dark),
.theme-3 h6:where(.uc-dark) {
    color: #fff !important
}

.theme-3 .ft-primary {
    font-family: var(--font-family-primary) !important
}

.theme-3 .ft-secondary {
    font-family: var(--font-family-secondary) !important
}

.theme-3 .ft-tertiary {
    font-family: var(--font-family-tertiary) !important
}

.theme-3 .cstack {
    display: inline-flex
}

.theme-3 .backtotop-wrap {
    transform: translateY(40px);
    transition: .2s ease
}

.theme-3 .backtotop-wrap [data-uc-backtotop] {
    opacity: 0
}

.theme-3 .backtotop-wrap.uc-active {
    gap: .5rem;
    transform: translateY(0)
}

.theme-3 .backtotop-wrap.uc-active [data-uc-backtotop] {
    opacity: 1
}

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

.theme-3 pre {
    -moz-tab-size: 4;
    tab-size: 4;
    padding: 1.5rem;
    color: inherit
}

.theme-3 :not(pre) > code,
.theme-3 :not(pre) > samp,
.theme-3 pre {
    font-family: var(--font-code-family) !important;
    font-size: .875rem;
    font-style: normal;
    line-height: 1.5rem;
    padding: 1px 4px;
    border-radius: 4px;
    background-color: var(--color-gray-25) !important;
    border-color: var(--color-gray-800) !important
}

.theme-3 :not(pre) > code:where(.uc-dark),
.theme-3 :not(pre) > samp:where(.uc-dark),
.theme-3 :where(.uc-dark) :not(pre) > code,
.theme-3 :where(.uc-dark) :not(pre) > samp,
.theme-3 :where(.uc-dark) pre,
.theme-3 pre:where(.uc-dark) {
    background-color: var(--color-gray-700) !important;
    border-color: var(--color-gray-300) !important
}

.theme-3 :not(pre) > code,
.theme-3 :not(pre) > samp {
    --font-code-family: "IBM Plex Mono", monospace;
    position: relative;
    display: inline;
    font-size: .875rem;
    font-style: italic;
    background-color: hsla(0, 0%, 53%, .1)
}

.theme-3 :not(pre) > samp {
    color: inherit
}

.theme-3 pre code {
    font-family: var(--font-code-family) !important;
    background: hsla(0, 0%, 53%, .15);
    border-radius: 3px;
    padding: 1px 4px 1px 2px
}

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

.theme-3 .panel {
    display: flow-root;
    position: relative;
    box-sizing: border-box
}

.theme-3 .panel > :last-child {
    margin-bottom: 0
}

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

.theme-3 .media-cover {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    object-fit: cover
}

.theme-3 .media-cover,
.theme-3 .position-cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

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

.theme-3 .hr,
.theme-3 hr {
    height: 1px;
    min-width: 1em;
    border-top-color: var(--border-color)
}

.theme-3 .hr.border,
.theme-3 hr.border {
    border-bottom: 0 !important
}

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

.theme-3 .vr.border {
    border-left: 0 !important
}

.theme-3 .link-gradient {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 1px solid;
    border-color: var(--border-color)
}

.theme-3 .bp-lg .lg\:hstack,
.theme-3 .bp-md .md\:hstack,
.theme-3 .bp-sm .hstack-sm,
.theme-3 .bp-sm .sm\:hstack,
.theme-3 .hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch
}

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

.theme-3 [class*=ratio-] {
    position: relative;
    width: 100%
}

.theme-3 [class*=ratio-]:before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.theme-3 [class*=ratio-] > * {
    object-fit: cover
}

.theme-3 svg {
    color: currentColor
}

.theme-3 svg :not([fill=none]) {
    fill: currentColor
}

.theme-3 .uc-offcanvas-bar .uc-link:hover,
.theme-3 .uc-offcanvas-bar a:hover {
    transition: color .2s ease;
    color: var(--color-gray-900)
}

.theme-3 .uc-offcanvas-bar .uc-link:hover:where(.uc-dark),
.theme-3 .uc-offcanvas-bar a:hover:where(.uc-dark),
.theme-3 :where(.uc-dark) .uc-offcanvas-bar .uc-link:hover,
.theme-3 :where(.uc-dark) .uc-offcanvas-bar a:hover {
    color: #fff !important
}

.theme-3 .uc-link {
    color: var(--color-primary)
}

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

.theme-3 .form-icon-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.theme-3 .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;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.theme-3 .form-icon-group .form-control + .form-icon,
.theme-3 .form-icon-group .form-control-plaintext + .form-icon {
    width: 3rem !important
}

.theme-3 .form-icon-group .form-control-plaintext.form-control-lg + .form-icon,
.theme-3 .form-icon-group .form-control.form-control-lg + .form-icon {
    width: 3.5rem !important
}

.theme-3 .form-icon-group .form-control-plaintext.form-control-sm + .form-icon,
.theme-3 .form-icon-group .form-control.form-control-sm + .form-icon {
    width: 2.5rem !important
}

.theme-3 .form-icon-group .form-control-plaintext.form-control-xs + .form-icon,
.theme-3 .form-icon-group .form-control.form-control-xs + .form-icon {
    width: 2rem !important
}

.theme-3 .form-icon-group:not(.form-icon-flip) .form-control,
.theme-3 .form-icon-group:not(.form-icon-flip) .form-control-plaintext {
    padding-left: 2.75rem !important
}

.theme-3 [dir=rtl] .form-icon-group:not(.form-icon-flip) .form-control,
.theme-3 [dir=rtl] .form-icon-group:not(.form-icon-flip) .form-control-plaintext {
    padding-left: 1rem !important;
    padding-right: 2.75rem !important
}

.theme-3 .form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-lg,
.theme-3 .form-icon-group:not(.form-icon-flip) .form-control.form-control-lg {
    padding-left: 3.25rem !important
}

.theme-3 [dir=rtl] .form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-lg,
.theme-3 [dir=rtl] .form-icon-group:not(.form-icon-flip) .form-control.form-control-lg {
    padding-left: 1rem !important;
    padding-right: 3.25rem !important
}

.theme-3 .form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-sm,
.theme-3 .form-icon-group:not(.form-icon-flip) .form-control.form-control-sm {
    padding-left: 2.25rem !important
}

.theme-3 [dir=rtl] .form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-sm,
.theme-3 [dir=rtl] .form-icon-group:not(.form-icon-flip) .form-control.form-control-sm {
    padding-left: 1rem !important;
    padding-right: 2.25rem !important
}

.theme-3 .form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-xs,
.theme-3 .form-icon-group:not(.form-icon-flip) .form-control.form-control-xs {
    padding-left: 1.75rem !important
}

.theme-3 [dir=rtl] .form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-xs,
.theme-3 [dir=rtl] .form-icon-group:not(.form-icon-flip) .form-control.form-control-xs {
    padding-left: 1rem !important;
    padding-right: 1.75rem !important
}

.theme-3 .form-icon-group.form-icon-flip .form-icon {
    right: 0
}

.theme-3 .form-icon-group.form-icon-flip .form-control,
.theme-3 .form-icon-group.form-icon-flip .form-control-plaintext {
    padding-right: 2.75rem !important
}

.theme-3 [dir=rtl] .form-icon-group.form-icon-flip .form-control,
.theme-3 [dir=rtl] .form-icon-group.form-icon-flip .form-control-plaintext {
    padding-right: 1rem !important;
    padding-left: 2.75rem !important
}

.theme-3 .form-icon-group.form-icon-flip .form-control-plaintext.form-control-lg,
.theme-3 .form-icon-group.form-icon-flip .form-control.form-control-lg {
    padding-right: 3.25rem !important
}

.theme-3 [dir=rtl] .form-icon-group.form-icon-flip .form-control-plaintext.form-control-lg,
.theme-3 [dir=rtl] .form-icon-group.form-icon-flip .form-control.form-control-lg {
    padding-right: 1rem !important;
    padding-left: 3.25rem !important
}

.theme-3 .form-icon-group.form-icon-flip .form-control-plaintext.form-control-sm,
.theme-3 .form-icon-group.form-icon-flip .form-control.form-control-sm {
    padding-right: 2.25rem !important
}

.theme-3 [dir=rtl] .form-icon-group.form-icon-flip .form-control-plaintext.form-control-sm,
.theme-3 [dir=rtl] .form-icon-group.form-icon-flip .form-control.form-control-sm {
    padding-right: 1rem !important;
    padding-left: 2.25rem !important
}

.theme-3 .form-icon-group.form-icon-flip .form-control-plaintext.form-control-xs,
.theme-3 .form-icon-group.form-icon-flip .form-control.form-control-xs {
    padding-right: 1.75rem !important
}

.theme-3 [dir=rtl] .form-icon-group.form-icon-flip .form-control-plaintext.form-control-xs,
.theme-3 [dir=rtl] .form-icon-group.form-icon-flip .form-control.form-control-xs {
    padding-right: 1rem !important;
    padding-left: 1.75rem !important
}

.theme-3 .form-control-xs {
    padding: 0 .5rem !important;
    min-height: 32px !important;
    font-size: .875rem !important
}

.theme-3 .bp-sm .sm\:form-control-sm,
.theme-3 .form-control-sm {
    padding: 0 .75rem !important;
    min-height: 40px !important;
    font-size: 1rem !important
}

.theme-3 .bp-lg .lg\:form-control-md,
.theme-3 .form-control-md {
    padding: 0 1rem !important;
    min-height: 48px !important;
    font-size: 1rem !important
}

.theme-3 .form-control-lg {
    padding: 0 1.5rem !important;
    min-height: 56px !important;
    font-size: 1.125rem !important
}

.theme-3 .form-control {
    border-color: var(--border-color) !important;
    background-color: #fff !important
}

.theme-3 .form-control:where(.uc-dark),
.theme-3 :where(.uc-dark) .form-control {
    background-color: transparent !important
}

.theme-3 .form-control {
    color: var(--color-gray-900) !important
}

.theme-3 .form-control:where(.uc-dark),
.theme-3 :where(.uc-dark) .form-control {
    color: #fff !important
}

.theme-3 .form-check-input:focus,
.theme-3 .form-control:focus {
    border-color: var(--color-primary) !important;
    box-shadow: 0 0 0 .25rem var(--shadow-color) !important;
    --shadow-color: rgba(0, 0, 0, .05)
}

.theme-3 .form-check-input:focus:where(.uc-dark),
.theme-3 .form-control:focus:where(.uc-dark),
.theme-3 :where(.uc-dark) .form-check-input:focus,
.theme-3 :where(.uc-dark) .form-control:focus {
    --shadow-color: hsla(0, 0%, 100%, .1) !important
}

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

.theme-3 [dir=rtl] .form-check {
    padding-left: 0;
    padding-right: 1.5em
}

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

.theme-3 [dir=rtl] .form-select {
    background-position: left .75rem center
}

.theme-3 input::placeholder,
.theme-3 select::placeholder,
.theme-3 textarea::placeholder {
    color: inherit !important
}

.theme-3 input::placeholder,
.theme-3 select::placeholder,
.theme-3 textarea::placeholder {
    opacity: .65 !important
}

.theme-3 :where(.uc-dark) input::placeholder,
.theme-3 :where(.uc-dark) select::placeholder,
.theme-3 :where(.uc-dark) textarea::placeholder,
.theme-3 input:where(.uc-dark)::placeholder,
.theme-3 select:where(.uc-dark)::placeholder,
.theme-3 textarea:where(.uc-dark)::placeholder {
    opacity: .45 !important
}

.theme-3 .btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    height: var(--bs-btn-height);
    text-transform: var(--button-font-transform)
}

.theme-3 .btn.btn-text {
    position: relative;
    padding: 0 0 8px;
    border: 0;
    border-radius: 0;
    margin: 0;
    line-height: 1
}

.theme-3 .btn.btn-text:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
    width: 0;
    background-color: var(--color-primary);
    transition: width .35s cubic-bezier(.38, .01, .43, .16)
}

.theme-3 .btn.btn-text:hover:after {
    width: 100%
}

.theme-3 .btn- {
    --bs-btn-height: 48px !important;
    --bs-btn-padding-y: 0px !important;
    --bs-btn-padding-x: 1rem !important;
    --bs-btn-font-size: 1rem !important
}

.theme-3 .btn-2xs {
    --bs-btn-height: 24px !important;
    --bs-btn-padding-y: 0px !important;
    --bs-btn-padding-x: 0.25rem !important;
    --bs-btn-font-size: 0.8rem !important
}

.theme-3 .btn-xs {
    --bs-btn-height: 32px !important;
    --bs-btn-padding-y: 0px !important;
    --bs-btn-padding-x: 0.5rem !important;
    --bs-btn-font-size: 0.825rem !important
}

.theme-3 .bp-sm .sm\:btn-sm,
.theme-3 .btn-sm {
    --bs-btn-height: 40px !important;
    --bs-btn-padding-y: 0px !important;
    --bs-btn-padding-x: 0.75rem !important;
    --bs-btn-font-size: 1rem !important
}

.theme-3 .bp-lg .lg\:btn-md,
.theme-3 .bp-md .md\:btn-md,
.theme-3 .bp-sm .sm\:btn-md,
.theme-3 .btn-md {
    --bs-btn-height: 48px !important;
    --bs-btn-padding-y: 0px !important;
    --bs-btn-padding-x: 1rem !important;
    --bs-btn-font-size: 1rem !important
}

.theme-3 .bp-lg .lg\:btn-lg,
.theme-3 .bp-md .md\:btn-lg,
.theme-3 .bp-xl .xl\:btn-lg,
.theme-3 .btn-lg {
    --bs-btn-height: 56px !important;
    --bs-btn-padding-y: 0px !important;
    --bs-btn-padding-x: 1.5rem !important;
    --bs-btn-font-size: 1.125rem !important
}

.theme-3 .bp-xl .xl\:btn-xl,
.theme-3 .btn-xl {
    --bs-btn-height: 64px !important;
    --bs-btn-padding-y: 0px !important;
    --bs-btn-padding-x: 2rem !important;
    --bs-btn-font-size: 1.25rem !important
}

.theme-3 .btn-2xl {
    --bs-btn-height: 80px !important;
    --bs-btn-padding-y: 0px !important;
    --bs-btn-padding-x: 3rem !important;
    --bs-btn-font-size: 1.5rem !important
}

.theme-3 .btn-alt-primary {
    background: #fff !important;
    color: var(--color-primary) !important
}

.theme-3 .btn-alt-primary:focus,
.theme-3 .btn-alt-primary:hover {
    background: var(--color-primary) !important;
    color: #fff !important
}

.theme-3 .btn-alt-dark {
    background: #fff !important;
    color: #212529 !important
}

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

.theme-3 .btn-alt-gray-200 {
    background: #fff !important;
    color: #b5b5b7 !important
}

.theme-3 .btn-alt-gray-200:focus,
.theme-3 .btn-alt-gray-200:hover {
    background: #b5b5b7 !important;
    color: #fff !important
}

.theme-3 .btn-ghost-primary {
    background: #e8eced !important;
    color: var(--color-primary) !important
}

.theme-3 .btn-ghost-primary:focus,
.theme-3 .btn-ghost-primary:hover {
    background: #d0d9db !important
}

.theme-3 .btn-ghost-tertiary {
    background: #fcffef !important;
    color: var(--bs-tertiary) !important
}

.theme-3 .btn-ghost-tertiary:focus,
.theme-3 .btn-ghost-tertiary:hover {
    background: #f9ffdf !important
}

.theme-3 .fs-1,
.theme-3 .fs-2,
.theme-3 .fs-4,
.theme-3 .fs-5,
.theme-3 .fs-6,
.theme-3 .fs-7,
.theme-3 .fs-8 {
    letter-spacing: 0
}

.theme-3 p.text-muted {
    color: rgba(0, 0, 0, .5) !important
}

.theme-3 :where(.uc-dark) p.text-muted,
.theme-3 p.text-muted:where(.uc-dark) {
    color: hsla(0, 0%, 100%, .5) !important
}

.theme-3 .text-unset {
    text-transform: none !important
}

.theme-3 .text-inherit {
    color: currentColor
}

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

.theme-3 .container.container-expand {
    max-width: 100%
}

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

.theme-3 .nav-y {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: .25rem;
    list-style: none;
    margin: 0;
    padding: 0
}

.theme-3 .nav-y > *,
.theme-3 .nav-y > * > * {
    display: flex;
    align-items: center;
    gap: .25rem
}

.theme-3 .nav-y a {
    text-decoration: none;
    color: inherit;
    transition: opacity .2s ease
}

.theme-3 .nav-y a:hover {
    opacity: 1 !important
}

.theme-3 .nav-y .uc-nav-sub {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: .25rem;
    width: 100%;
    margin: 0;
    padding: 8px 0 8px 16px;
    list-style: none;
    opacity: 0;
    transition: .2s ease
}

.theme-3 .nav-y .uc-nav-sub a {
    font-size: 90%
}

.theme-3 .nav-y .uc-nav-sub .uc-parent:after {
    font-size: 1rem
}

.theme-3 .nav-y > .uc-parent > .uc-nav-sub {
    padding-top: .5rem
}

.theme-3 .nav-y .uc-parent,
.theme-3 .nav-y .uc-parent > a {
    position: relative;
    display: block
}

.theme-3 .nav-y .uc-parent > a {
    z-index: 1
}

.theme-3 .nav-y .uc-parent > a:after {
    content: "";
    font-family: Unicons;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 1.125rem;
    font-weight: 700;
    width: 1.5rem;
    height: 1.5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    opacity: .6
}

.theme-3 .nav-y .uc-parent.uc-open > a:after {
    content: ""
}

.theme-3 .nav-y .uc-parent.uc-open .uc-nav-sub {
    opacity: 1
}

.theme-3 .nav-y:hover a {
    opacity: .6
}

.theme-3 .nav-x {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.5rem;
    list-style: none;
    margin: 0;
    padding: 0
}

.theme-3 .nav-x > *,
.theme-3 .nav-x > * > * {
    display: flex;
    align-items: center;
    gap: .5rem
}

.theme-3 .nav-x a {
    text-decoration: none;
    color: inherit
}

.theme-3 .uc-navbar {
    z-index: 1
}

.theme-3 .uc-navbar .uc-navbar-left,
.theme-3 .uc-navbar .uc-navbar-right,
.theme-3 .uc-navbar [class*=uc-navbar-center] {
    gap: 1.5rem
}

.theme-3 .uc-navbar-nav > li > a {
    position: relative;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    padding: 0
}

.theme-3 .uc-navbar-nav > li.uc-active > a:before {
    opacity: 1
}

.theme-3 .uc-navbar-nav > li:hover > a,
.theme-3 .uc-navbar-nav > li > a[aria-expanded=true] {
    opacity: .75;
    color: var(--color-gray-900) !important
}

.theme-3 .uc-navbar-nav > li:hover > a:where(.uc-dark),
.theme-3 .uc-navbar-nav > li > a[aria-expanded=true]:where(.uc-dark),
.theme-3 :where(.uc-dark) .uc-navbar-nav > li:hover > a,
.theme-3 :where(.uc-dark) .uc-navbar-nav > li > a[aria-expanded=true] {
    color: #fff !important
}

.theme-3 .uc-navbar-dropdown {
    min-width: 250px;
    padding: 2rem;
    box-shadow: 0 4px 16px -8px rgba(0, 0, 0, .2);
    border-radius: var(--radius);
    background: #fff !important
}

.theme-3 .uc-navbar-dropdown:where(.uc-dark),
.theme-3 :where(.uc-dark) .uc-navbar-dropdown {
    background: var(--color-gray-800) !important
}

.theme-3 .uc-navbar-dropdown {
    color: var(--color-gray-800) !important
}

.theme-3 .uc-navbar-dropdown:where(.uc-dark),
.theme-3 :where(.uc-dark) .uc-navbar-dropdown {
    color: #fff !important
}

.theme-3 .uc-navbar-dropdown-nav > li > a {
    font-size: .875rem;
    font-weight: var(--font-weight-medium);
    color: var(--color-gray-600)
}

.theme-3 .uc-navbar-dropdown-nav > li > a:where(.uc-dark),
.theme-3 :where(.uc-dark) .uc-navbar-dropdown-nav > li > a {
    color: var(--color-gray-200) !important
}

.theme-3 .uc-navbar-dropdown-nav > li:hover > a {
    color: var(--color-gray-900)
}

.theme-3 .uc-navbar-dropdown-nav > li:hover > a:where(.uc-dark),
.theme-3 :where(.uc-dark) .uc-navbar-dropdown-nav > li:hover > a {
    color: #fff !important
}

.theme-3 .uc-navbar-dropdown-nav .uc-nav-header,
.theme-3 .uc-navbar-dropdown-nav > li.uc-active > a {
    color: inherit
}

.theme-3 .uc-navbar-dropdown-nav .uc-nav-header {
    text-transform: capitalize;
    font-weight: var(--font-weight-bold);
    font-size: 1rem
}

.theme-3 .uc-navbar-container {
    transition: .1s ease-in-out;
    transition-property: background-color
}

.theme-3 .uc-navbar-container:not(.uc-navbar-transparent) {
    background-color: #fff
}

.theme-3 .uc-navbar-container:not(.uc-navbar-transparent):where(.uc-dark),
.theme-3 :where(.uc-dark) .uc-navbar-container:not(.uc-navbar-transparent) {
    background-color: var(--color-gray-900) !important
}

.theme-3 .uc-navbar .uc-navbar-item {
    font-family: inherit !important
}

.theme-3 .uc-navbar-item,
.theme-3 .uc-navbar-nav > li > a {
    font-family: inherit !important;
    padding: 0;
    min-height: var(--uc-nav-height, 48px) !important
}

.theme-3 .uc-navbar-float {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.theme-3 .alert {
    display: flex;
    align-items: center;
    gap: .75rem;
    border: 0 !important;
    border-left: 2px solid var(--bs-alert-border-color) !important;
    box-shadow: 0 .125rem .25rem -.1rem var(--shadow-color) !important
}

.theme-3 .alert :not(pre) > code,
.theme-3 .alert code {
    background: rgba(0, 0, 0, .08) !important
}

.theme-3 .table {
    --bs-table-bg: inherit !important;
    --bs-table-color: inherit !important
}

.theme-3 .table > :not(caption) > :last-child > * {
    border-width: 0
}

.theme-3 .uc-table-striped tbody tr:nth-of-type(odd),
.theme-3 .uc-table-striped > tr:nth-of-type(odd) {
    background: hsla(0, 0%, 59%, .1)
}

.theme-3 .uc-accordion {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.theme-3 .uc-accordion > :nth-child(n+2) {
    margin: 0 !important
}

.theme-3 .uc-accordion-title {
    position: relative;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    color: var(--color-gray-900)
}

.theme-3 .uc-accordion-title:where(.uc-dark),
.theme-3 :where(.uc-dark) .uc-accordion-title {
    color: #fff !important
}

.theme-3 .uc-accordion-title:hover {
    opacity: .75;
    color: var(--color-gray-900)
}

.theme-3 .uc-accordion-title:hover:where(.uc-dark),
.theme-3 :where(.uc-dark) .uc-accordion-title:hover {
    color: #fff !important
}

.theme-3 .uc-accordion-title:before {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 0;
    font-family: Unicons;
    width: 24px;
    height: 24px;
    font-size: 24px;
    text-transform: none;
    line-height: 1;
    transform: translateY(-50%) rotate(0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: transform .2s ease;
    background-color: hsla(0, 0%, 61%, .25);
    border-radius: 100%
}

.theme-3 .uc-accordion > .uc-open .uc-accordion-title:before {
    transform: translateY(-50%) rotate(45deg)
}

.theme-3 .uc-accordion-divider {
    --divider-gap: 32px
}

.theme-3 .uc-accordion-divider > * + :before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: var(--bs-border-color);
    transform: translateY(calc(var(--divider-gap) / 2 * -1))
}

.theme-3 [dir=rtl] .uc-accordion-title:before {
    right: auto;
    left: 0
}

.theme-3 .uc-accordion.uc-accordion-chevron .uc-accordion-title:before {
    content: "";
    background: 0 0;
    font-size: 80%;
    font-weight: 700
}

.theme-3 .uc-accordion.uc-accordion-chevron > .uc-open .uc-accordion-title:before {
    transform: translateY(-50%) rotate(-90deg)
}

.theme-3 .swiper-wrapper {
    will-change: transform
}

.theme-3 .swiper.swiper-match .swiper-slide {
    height: auto !important
}

.theme-3 .swiper-thumbs .swiper-slide {
    cursor: pointer
}

.theme-3 .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px
}

.theme-3 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #969696;
    opacity: .25
}

.theme-3 .swiper-pagination-bullet-active {
    background-color: currentColor;
    opacity: 1
}

.theme-3 .swiper-horizontal > .swiper-pagination-bullets {
    bottom: 0 !important
}

.theme-3 :where(.uc-dark) .swiper .swiper-pagination-bullet {
    background-color: #fff !important;
    opacity: .2 !important
}

.theme-3 :where(.uc-dark) .swiper .swiper-pagination-bullet-active {
    background-color: currentColor !important;
    opacity: 1 !important
}

.theme-3 :where(.uc-dark) .swiper:before {
    border-bottom-color: hsla(0, 0%, 100%, .05) !important
}

.theme-3 .uc-tab {
    margin: 0;
    border-bottom: 1px solid var(--border-color)
}

.theme-3 .uc-tab > * {
    margin: 0;
    padding: 0
}

.theme-3 .uc-tab > * > a {
    margin: 0;
    position: relative;
    padding: 8px 16px;
    color: currentColor;
    opacity: .6;
    text-decoration: none
}

.theme-3 .uc-tab > * > a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    border-bottom: 2px solid var(--color-primary);
    opacity: 0;
    transition: opacity .2s ease
}

.theme-3 .uc-tab > .uc-active > a {
    color: currentColor;
    opacity: 1
}

.theme-3 .uc-tab > .uc-active > a:before {
    opacity: 1
}

.theme-3 .uc-subnav {
    margin: 0
}

.theme-3 .uc-subnav > * {
    margin: 0;
    padding: 0
}

.theme-3 .uc-subnav > * > a {
    margin: 0;
    position: relative;
    padding: 8px 16px;
    text-decoration: none
}

.theme-3 .uc-subnav-pill > * > a {
    background-color: var(--color-primary);
    border-radius: var(--radius)
}

.theme-3 .uc-subnav-pill > * > a:hover {
    background: 0 0;
    color: var(--color-gray-900)
}

.theme-3 .uc-subnav-pill > * > a:hover:where(.uc-dark),
.theme-3 :where(.uc-dark) .uc-subnav-pill > * > a:hover {
    color: #fff !important
}

.theme-3 .uc-subnav-pill > .uc-active > a {
    background-color: var(--color-primary) !important;
    color: #fff
}

.theme-3 .uc-notification-message {
    font-size: 1rem;
    font-weight: 500;
    border-radius: var(--radius);
    background-color: var(--color-gray-50)
}

.theme-3 .uc-notification-message:where(.uc-dark),
.theme-3 :where(.uc-dark) .uc-notification-message {
    background-color: var(--color-gray-800) !important
}

.theme-3 .uc-notification-message {
    color: var(--color-gray-900)
}

.theme-3 .uc-notification-message:where(.uc-dark),
.theme-3 :where(.uc-dark) .uc-notification-message {
    color: #fff !important
}

.theme-3 .uc-notification-message .uc-notification-close {
    color: var(--color-gray-900)
}

.theme-3 .uc-notification-message .uc-notification-close:where(.uc-dark),
.theme-3 :where(.uc-dark) .uc-notification-message .uc-notification-close {
    color: #fff !important
}

.theme-3 .uc-notification-message .uc-notification-close svg,
.theme-3 .uc-notification-message .uc-notification-close svg > * {
    fill: currentColor !important;
    stroke: currentColor !important
}

.theme-3 [data-uc-img] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.theme-3 .uc-svg,
.theme-3 .uc-svg > * {
    fill: currentcolor !important;
    height: auto;
    width: auto
}

.theme-3 .page-preload #wrapper {
    transition: opacity .35s cubic-bezier(.8, 0, .2, 1) 1s;
    opacity: 0
}

.theme-3 .page-preload.loaded #wrapper {
    opacity: 1
}

.theme-3 [data-uc-marquee] {
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    width: 100vw !important;
    overflow: hidden
}

.theme-3 [data-uc-marquee] > * {
    flex-shrink: 0;
    display: flex;
    justify-content: space-around;
    min-width: 100%;
    gap: var(--gap, 16px);
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.theme-3 [data-uc-marquee] > * > * {
    white-space: nowrap;
    animation: marquee var(--speed, 30s) linear infinite
}

.theme-3 [data-uc-marquee].reverse > * > * {
    animation-direction: reverse
}

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

.theme-3 .swiper .swiper-match > * > * {
    flex: 1 1
}

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

.theme-3 hr {
    opacity: .1 !important
}

.theme-3 .border.border-white {
    border-color: #fff !important
}

.theme-3 .uc-nav ul.uc-nav-sub {
    font-size: 95%;
    padding: 8px 16px
}

.theme-3 .uc-nav ul.uc-nav-sub a {
    opacity: .5;
    transition: .2s ease
}

.theme-3 .uc-nav ul.uc-nav-sub a:hover,
.theme-3 .uc-nav ul.uc-nav-sub li.uc-active a {
    opacity: 1
}

.theme-3 .uc-nav a {
    position: relative;
    transition: .2s ease
}

.theme-3 .uc-nav .uc-parent a > span {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: transform .2s ease
}

.theme-3 .uc-nav .uc-parent.uc-open a > span {
    transform: translateY(-50%) rotate(45deg)
}

.theme-3 .uc-nav.uc-nav-modern > * {
    padding: 8px 16px
}

.theme-3 .uc-nav.uc-nav-modern .uc-active,
.theme-3 .uc-nav.uc-nav-modern .uc-parent {
    background-color: hsla(0, 0%, 50%, .086);
    border-radius: 10px
}

.theme-3 .uc-switcher-nav > li > a {
    border-radius: 8px
}

.theme-3 .uc-switcher-nav > li.uc-active > a {
    background: var(--color-primary);
    color: #fff
}

.theme-3 .nav-pagination a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    text-align: center;
    border-radius: 50%
}

.theme-3 .nav-pagination a.uc-active {
    background: var(--color-primary);
    color: #fff
}

.theme-3 .post-content p:first-child:first-letter {
    font-size: 5em;
    float: left;
    line-height: .9em;
    margin-right: 16px
}

.theme-3 .post-navigation .new-post:hover button {
    color: var(--color-primary) !important
}

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

.theme-3 .swiper .swiper-wrapper.col-match {
    flex-wrap: wrap
}

.theme-3 .swiper .swiper-wrapper.col-match > * {
    display: flex;
    flex-direction: column
}

.theme-3 .swiper .swiper-wrapper.col-match > * > * {
    flex: 1 1
}

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

.theme-3 img {
    font-size: 11px
}

.theme-3 img.image-hover-revealer {
    --move-x: 0px;
    --move-y: 0px;
    position: absolute;
    width: 200px;
    height: 200px;
    object-fit: cover;
    transform: translateX(var(--move-x)) translateY(var(--move-y));
    top: 0;
    left: 0;
    z-index: 10;
    pointer-events: none;
    will-change: clip-path, transform;
    visibility: hidden;
    opacity: 0;
    transition: visibility .4s cubic-bezier(.87, 0, .13, 1), opacity .4s cubic-bezier(.87, 0, .13, 1), -webkit-clip-path .4s cubic-bezier(.87, 0, .13, 1);
    transition: visibility .4s cubic-bezier(.87, 0, .13, 1), opacity .4s cubic-bezier(.87, 0, .13, 1), clip-path .4s cubic-bezier(.87, 0, .13, 1);
    transition: visibility .4s cubic-bezier(.87, 0, .13, 1), opacity .4s cubic-bezier(.87, 0, .13, 1), clip-path .4s cubic-bezier(.87, 0, .13, 1), -webkit-clip-path .4s cubic-bezier(.87, 0, .13, 1);
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%)
}

.theme-3 [data-darkmode-toggle] {
    transform: scale(.9);
    transition: .2s ease;
    z-index: 1000
}

.theme-3 [data-darkmode-toggle] .switch {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px
}

.theme-3 [data-darkmode-toggle] .switch > .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.theme-3 [data-darkmode-toggle] .switch > .slider:before {
    content: "";
    font-family: Unicons;
    position: absolute;
    left: 0;
    bottom: 0;
    justify-content: space-between;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    line-height: 1.2;
    transition: .3s;
    z-index: 1;
    color: currentColor
}

.theme-3 [data-darkmode-toggle] .switch > input {
    opacity: 0;
    width: 0;
    height: 0
}

.theme-3 [data-darkmode-toggle] .switch > input:checked + .slider:before {
    content: "";
    color: currentColor
}

.theme-3 [data-darkmode-toggle]:hover {
    transform: scale(1.1);
    opacity: 1
}

.theme-3 [data-darkmode-switch] {
    display: inline-flex;
    vertical-align: middle
}

.theme-3 [data-darkmode-switch] .switch {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 22px
}

.theme-3 [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: var(--color-gray-25) !important;
    border-color: #c8c9ca !important
}

.theme-3 :where(.uc-dark) [data-darkmode-switch] .switch > .slider,
.theme-3 [data-darkmode-switch] .switch > .slider:where(.uc-dark) {
    background-color: var(--color-gray-700) !important;
    border-color: var(--color-gray-500) !important
}

.theme-3 [data-darkmode-switch] .switch > .slider:before {
    content: "";
    font-family: Unicons;
    position: absolute;
    left: 1px;
    bottom: 1px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    font-size: 14px;
    border-radius: 20px;
    transition: .3s ease !important;
    z-index: 1;
    color: currentColor;
    box-shadow: 0 1px 3px 0 hsla(0, 0%, 59%, .25)
}

.theme-3 [data-darkmode-switch] .switch > input {
    opacity: 0;
    width: 0;
    height: 0
}

.theme-3 [data-darkmode-switch] .switch > input:checked + .slider:before {
    content: "";
    color: currentColor;
    transform: translateX(100%)
}

.theme-3 .prettyprint {
    background-color: var(--color-secondary) !important;
    border-color: var(--color-secondary-600) !important
}

.theme-3 .prettyprint:where(.uc-dark),
.theme-3 :where(.uc-dark) .prettyprint {
    background-color: var(--color-gray-800) !important;
    border-color: var(--color-gray-700) !important
}

.theme-3 pre.prettyprint {
    --font-code-family: "IBM Plex Mono", monospace;
    font-style: normal;
    min-width: 100%;
    width: 45vw;
    max-height: 400px
}

.theme-3 pre.prettyprint .tag {
    color: #d4458f
}

.theme-3 :where(.uc-dark) pre.prettyprint .tag,
.theme-3 pre.prettyprint .tag:where(.uc-dark) {
    color: #f472b6 !important
}

.theme-3 pre.prettyprint .atv {
    color: #5a89ca
}

.theme-3 :where(.uc-dark) pre.prettyprint .atv,
.theme-3 pre.prettyprint .atv:where(.uc-dark) {
    color: #82b6ff !important
}

.theme-3 .alert {
    font-size: 90%
}

.theme-3 .uc-table-striped tbody tr:nth-of-type(odd),
.theme-3 .uc-table-striped > tr:nth-of-type(odd) {
    background: var(--color-secondary)
}

.theme-3 .uc-table-striped tbody tr:nth-of-type(odd):where(.uc-dark),
.theme-3 .uc-table-striped > tr:nth-of-type(odd):where(.uc-dark),
.theme-3 :where(.uc-dark) .uc-table-striped tbody tr:nth-of-type(odd),
.theme-3 :where(.uc-dark) .uc-table-striped > tr:nth-of-type(odd) {
    background: rgba(93, 93, 121, .1) !important
}

.theme-3 .text-transparent {
    color: transparent
}

.theme-3 .hide-scrollbar::-webkit-scrollbar {
    display: none
}

.theme-3 .uc-gdpr-notification {
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all .25s ease
}

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

.theme-3 .uc-navbar-container.uc-navbar-sticky {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: hsla(0, 0%, 100%, .8)
}

.theme-3 .uc-navbar-container.uc-navbar-sticky:where(.uc-dark),
.theme-3 :where(.uc-dark) .uc-navbar-container.uc-navbar-sticky {
    background-color: rgba(31, 31, 31, .75) !important
}

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

.theme-3 header.uc-preview-header .uc-navbar-nav > li > a {
    color: #000
}

.theme-3 :where(.uc-dark) header.uc-preview-header .uc-navbar-nav > li > a,
.theme-3 header.uc-preview-header .uc-navbar-nav > li > a:where(.uc-dark) {
    color: #fff !important
}

.theme-3 header.uc-preview-header .uc-navbar-container.uc-navbar-sticky .uc-navbar-nav li > a {
    opacity: .6
}

.theme-3 header.uc-preview-header .uc-navbar-container.uc-navbar-sticky .uc-navbar-nav li.uc-active > a {
    opacity: 1
}

.theme-3 .uc-dropbar-inner.after-bg:after {
    background-color: var(--color-gray-25)
}

.theme-3 .uc-dropbar-inner.after-bg:where(.uc-dark):after,
.theme-3 :where(.uc-dark) .uc-dropbar-inner.after-bg:after {
    background-color: var(--color-gray-800) !important
}

.theme-3 .uc-dropbar-inner.after-bg:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100vw;
    right: -70vw;
    top: 0;
    z-index: -1
}

.theme-3 [dir=rtl] .uc-dropbar-inner.after-bg:after {
    right: auto;
    left: -70vw
}

.theme-3 header.uc-header.header-six > :not(.uc-navbar-sticky) .uc-navbar-main a {
    color: #fff;
    transition: opacity .25s ease
}

.theme-3 header.uc-header.header-six > :not(.uc-navbar-sticky) .uc-navbar-main a:hover {
    color: #fff !important;
    opacity: .7
}

.theme-3 header.uc-header.header-six .uc-navbar-nav > li.uc-active > a {
    color: var(--color-primary)
}

.theme-3 :where(.uc-dark) header.uc-header.header-six .uc-navbar-nav > li.uc-active > a,
.theme-3 header.uc-header.header-six .uc-navbar-nav > li.uc-active > a:where(.uc-dark) {
    color: var(--color-lime-300) !important
}

.theme-3 header.uc-header.header-six > .uc-navbar-sticky {
    max-width: 1140px;
    margin: auto;
    border: 1px solid rgba(0, 0, 0, .15);
    box-shadow: 0 8px 24px -8px rgba(0, 0, 0, .15)
}

.theme-3 header.uc-header.header-six > .uc-navbar-sticky .uc-navbar-main {
    --uc-nav-height: 64px !important
}

.theme-3 header.uc-header.header-six > .uc-navbar-sticky .uc-navbar-main .uc-navbar {
    min-height: 64px !important
}

.theme-3 :root {
    --bs-link-color-rgb: var(--color-gray-900) !important
}

.theme-3 :root:where(.uc-dark),
.theme-3 :where(.uc-dark) :root {
    --bs-link-color-rgb: #fff !important
}

.theme-3 .hero-five-contries {
    left: -18.5% !important
}

.theme-3 [dir=rtl] .hero-five-contries {
    left: auto !important;
    right: -18.5% !important
}

.theme-3 .hero-five-account {
    right: -12% !important
}

.theme-3 [dir=rtl] .hero-five-account {
    right: auto !important;
    left: -12% !important
}

.theme-3 .hero-ten-01 {
    left: -14% !important
}

.theme-3 [dir=rtl] .hero-ten-01 {
    left: auto !important;
    right: -14% !important
}

.theme-3 .hero-ten-02 {
    right: -12% !important
}

.theme-3 [dir=rtl] .hero-ten-02 {
    right: auto !important;
    left: -12% !important
}

.theme-3 .hero-ten-03 {
    right: -8% !important
}

.theme-3 [dir=rtl] .hero-ten-03 {
    right: auto !important;
    left: -8% !important
}

.theme-3 .swiper .swiper-pagination-bullet,
.theme-3 .swiper-pagination-bullet {
    --swiper-pagination-bullet-horizontal-gap: 0;
    height: 8px !important;
    width: 8px !important;
    border-radius: 8px !important
}

.theme-3 .swiper-timeline .swiper-slide:first-child .timeline-box:before {
    left: 50% !important
}

.theme-3 [dir=rtl] .swiper-timeline .swiper-slide:first-child .timeline-box:before {
    left: 0 !important;
    right: 50% !important
}

.theme-3 .swiper-timeline .swiper-slide:last-child .timeline-box:before {
    right: 50% !important
}

.theme-3 [dir=rtl] .swiper-timeline .swiper-slide:last-child .timeline-box:before {
    right: 0 !important;
    left: 50% !important
}

.theme-3 .swiper-timeline .swiper-slide.swiper-slide-active .timeline-box .image {
    transform: scale(1);
    opacity: 1
}

.theme-3 .swiper-timeline .swiper-slide.swiper-slide-active .timeline-box .content,
.theme-3 .swiper-timeline .swiper-slide.swiper-slide-active .timeline-box .title {
    opacity: 1
}

.theme-3 .swiper-timeline .swiper-slide.swiper-slide-active .timeline-box:after {
    transform: scale(1)
}

.theme-3 .timeline-box {
    --image-box-height: 200px;
    --half-gap: 40px;
    position: relative;
    transition: all .25s ease-in-out
}

.theme-3 .timeline-box:after,
.theme-3 .timeline-box:before {
    content: "";
    position: absolute;
    display: block;
    transition: all .25s ease-in-out;
    background: var(--color-gray-900)
}

.theme-3 .timeline-box:after:where(.uc-dark),
.theme-3 .timeline-box:before:where(.uc-dark),
.theme-3 :where(.uc-dark) .timeline-box:after,
.theme-3 :where(.uc-dark) .timeline-box:before {
    background: #fff !important
}

.theme-3 .timeline-box:before {
    top: calc(var(--image-box-height) + var(--half-gap));
    right: 0;
    left: 0;
    width: auto;
    height: 1px;
    opacity: .15
}

.theme-3 .timeline-box:after {
    top: calc(var(--image-box-height) + var(--half-gap) - 10px);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transform: scale(.5);
    transition: transform .25s;
    left: auto !important
}

.theme-3 [dir=rtl] .timeline-box:after {
    left: calc(50% - 10px) !important;
    right: auto !important
}

.theme-3 .timeline-box .image {
    transform: scale(.9)
}

.theme-3 .timeline-box .content,
.theme-3 .timeline-box .image,
.theme-3 .timeline-box .title {
    opacity: .6;
    transition: all .25s ease-in-out
}

.theme-3 .main-features-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center
}

.theme-3 .main-features-nav > li {
    position: relative;
    width: 100%
}

.theme-3 .main-features-nav > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    line-height: 80px !important;
    padding: 0 16px
}

.theme-3 .main-features-nav > li:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 3px solid transparent;
    width: 0;
    transition: 0s cubic-bezier(1, 0, 0, 1)
}

.theme-3 .main-features-nav > li.uc-active:before {
    border-color: var(--color-primary);
    width: 100%;
    transition-duration: .5s
}

.theme-3 .uc-link {
    font-weight: 500
}

.theme-3 .uc-navbar-nav > li > a[aria-expanded=true] {
    box-shadow: inset 0 3px var(--color-primary)
}

.theme-3 .uc-switcher-nav > li > a {
    border-radius: 12px
}

.theme-3 .uc-subnav-outline-pill > li > a {
    border: 1px solid var(--border-color);
    border-radius: 50rem;
    padding: 8px 24px;
    color: var(--color-gray-900) !important
}

.theme-3 .uc-subnav-outline-pill > li > a:where(.uc-dark),
.theme-3 :where(.uc-dark) .uc-subnav-outline-pill > li > a {
    color: #fff !important
}

.theme-3 .uc-subnav-outline-pill > li.uc-active > a {
    background-color: var(--color-tertiary-300)
}

.theme-3 .uc-subnav-outline-pill > li.uc-active > a:where(.uc-dark),
.theme-3 :where(.uc-dark) .uc-subnav-outline-pill > li.uc-active > a {
    background-color: var(--color-primary) !important
}

.theme-3 .uc-subnav-outline-pill > li.uc-active > a {
    border-color: var(--color-gray-900)
}

.theme-3 .uc-subnav-outline-pill > li.uc-active > a:where(.uc-dark),
.theme-3 :where(.uc-dark) .uc-subnav-outline-pill > li.uc-active > a {
    border-color: var(--color-primary-400) !important
}

.theme-3 body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.theme-3 hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: .25
}

.theme-3 h1,
.theme-3 h2,
.theme-3 h3,
.theme-3 h4,
.theme-3 h5,
.theme-3 h6 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: var(--font-family-secondary);
    font-weight: 700;
    color: var(--bs-heading-color, inherit)
}

.theme-3 p {
    margin: 0
}

.theme-3 p + p {
    margin-top: 1rem
}

.theme-3 address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

.theme-3 ol,
.theme-3 ul {
    padding-left: 2rem;
    margin-top: 0;
    margin-bottom: 1rem
}

.theme-3 ol ol,
.theme-3 ol ul,
.theme-3 ul ol,
.theme-3 ul ul {
    margin-bottom: 0
}

.theme-3 b,
.theme-3 strong {
    font-weight: 700
}

.theme-3 .small,
.theme-3 small {
    font-size: .875em
}

.theme-3 sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline;
    top: -.5em
}

.theme-3 a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline
}

.theme-3 a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}

.theme-3 a:not([href]):not([class]),
.theme-3 a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

.theme-3 code,
.theme-3 pre,
.theme-3 samp {
    font-family: var(--font-family-code);
    font-size: 1em
}

.theme-3 pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

.theme-3 pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.theme-3 code {
    font-size: .875em;
    color: var(--bs-code-color);
    word-wrap: break-word
}

.theme-3 a > code {
    color: inherit
}

.theme-3 figure {
    margin: 0 0 1rem
}

.theme-3 img,
.theme-3 svg {
    vertical-align: middle
}

.theme-3 table {
    caption-side: bottom;
    border-collapse: collapse
}

.theme-3 th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

.theme-3 tbody,
.theme-3 td,
.theme-3 tfoot,
.theme-3 th,
.theme-3 thead,
.theme-3 tr {
    border: 0 solid;
    border-color: inherit
}

.theme-3 label {
    display: inline-block
}

.theme-3 button {
    border-radius: 0
}

.theme-3 button:focus:not(:focus-visible) {
    outline: 0
}

.theme-3 button,
.theme-3 input,
.theme-3 select,
.theme-3 textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

.theme-3 button,
.theme-3 select {
    text-transform: none
}

.theme-3 [role=button] {
    cursor: pointer
}

.theme-3 select {
    word-wrap: normal
}

.theme-3 select:disabled {
    opacity: 1
}

.theme-3 [list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none !important
}

.theme-3 [type=button],
.theme-3 [type=submit],
.theme-3 button {
    -webkit-appearance: button
}

.theme-3 [type=button]:not(:disabled),
.theme-3 [type=submit]:not(:disabled),
.theme-3 button:not(:disabled) {
    cursor: pointer
}

.theme-3 ::-moz-focus-inner {
    padding: 0;
    border-style: none
}

.theme-3 textarea {
    resize: vertical
}

.theme-3 fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

.theme-3 ::-webkit-datetime-edit-day-field,
.theme-3 ::-webkit-datetime-edit-fields-wrapper,
.theme-3 ::-webkit-datetime-edit-hour-field,
.theme-3 ::-webkit-datetime-edit-minute,
.theme-3 ::-webkit-datetime-edit-month-field,
.theme-3 ::-webkit-datetime-edit-text,
.theme-3 ::-webkit-datetime-edit-year-field {
    padding: 0
}

.theme-3 ::-webkit-inner-spin-button {
    height: auto
}

.theme-3 [type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

.theme-3 ::-webkit-search-decoration {
    -webkit-appearance: none
}

.theme-3 ::-webkit-color-swatch-wrapper {
    padding: 0
}

.theme-3 ::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

.theme-3 ::file-selector-button {
    font: inherit;
    -webkit-appearance: button
}

.theme-3 progress {
    vertical-align: baseline
}

.theme-3 [hidden] {
    display: none !important
}

.theme-3 .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
}

.theme-3 .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
}

.theme-3 .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
}

.theme-3 .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
}

.theme-3 .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
}

.theme-3 .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
}

.theme-3 .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) {
    .theme-3 .sm\:display-2 {
        font-size: var(--sizes-heading-display-2-size) !important;
        line-height: var(--sizes-heading-display-2-lh) !important;
        letter-spacing: var(--sizes-heading-display-2-lp) !important
    }

    .theme-3 .sm\:display-6 {
        font-size: var(--sizes-heading-display-6-size) !important;
        line-height: var(--sizes-heading-display-6-lh) !important;
        letter-spacing: var(--sizes-heading-display-6-lp) !important
    }

    .theme-3 .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
    }

    .theme-3 .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
    }

    .theme-3 .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
    }

    .theme-3 .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
    }

    .theme-3 .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) {
    .theme-3 .md\:display-5 {
        font-size: var(--sizes-heading-display-5-size) !important;
        line-height: var(--sizes-heading-display-5-lh) !important;
        letter-spacing: var(--sizes-heading-display-5-lp) !important
    }

    .theme-3 .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
    }

    .theme-3 .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
    }

    .theme-3 .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
    }

    .theme-3 .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
    }

    .theme-3 .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
    }

    .theme-3 .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) {
    .theme-3 .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
    }

    .theme-3 .lg\:display-5 {
        font-size: var(--sizes-heading-display-5-size) !important;
        line-height: var(--sizes-heading-display-5-lh) !important;
        letter-spacing: var(--sizes-heading-display-5-lp) !important
    }

    .theme-3 .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
    }

    .theme-3 .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
    }

    .theme-3 .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
    }

    .theme-3 .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
    }

    .theme-3 .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
    }

    .theme-3 .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
    }

    .theme-3 .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) {
    .theme-3 .xl\:display-3 {
        font-size: var(--sizes-heading-display-3-size) !important;
        line-height: var(--sizes-heading-display-3-lh) !important;
        letter-spacing: var(--sizes-heading-display-3-lp) !important
    }

    .theme-3 .xl\:display-4 {
        font-size: var(--sizes-heading-display-4-size) !important;
        line-height: var(--sizes-heading-display-4-lh) !important;
        letter-spacing: var(--sizes-heading-display-4-lp) !important
    }

    .theme-3 .xl\:display-5 {
        font-size: var(--sizes-heading-display-5-size) !important;
        line-height: var(--sizes-heading-display-5-lh) !important;
        letter-spacing: var(--sizes-heading-display-5-lp) !important
    }

    .theme-3 .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
    }

    .theme-3 .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
    }

    .theme-3 .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
    }

    .theme-3 .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
    }

    .theme-3 .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
    }

    .theme-3 .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
    }
}

.theme-3 .lead {
    font-size: 1.25rem;
    font-weight: 300
}

.theme-3 .display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-family: var(--font-family-secondary);
    font-weight: 700
}

@media(min-width:1200px) {
    .theme-3 .display-5 {
        font-size: 3rem
    }
}

.theme-3 .figure {
    display: inline-block
}

.theme-3 .container {
    --bs-gutter-x: 32px;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)*.5);
    padding-left: calc(var(--bs-gutter-x)*.5);
    margin-right: auto;
    margin-left: auto
}

@media(min-width:459px) {
    .theme-3 .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .theme-3 .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .theme-3 .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .theme-3 .container {
        max-width: 1140px
    }
}

@media(min-width:1400px) {
    .theme-3 .container {
        max-width: 1320px
    }
}

.theme-3 .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(-.5*var(--bs-gutter-x));
    margin-left: calc(-.5*var(--bs-gutter-x))
}

.theme-3 .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)*.5);
    padding-left: calc(var(--bs-gutter-x)*.5);
    margin-top: var(--bs-gutter-y)
}

.theme-3 .row.col-match {
    flex-wrap: wrap
}

.theme-3 .row.col-match > *,
.theme-3 .row.col-match > [class*=col-] {
    display: flex;
    flex-direction: column
}

.theme-3 .row.col-match > * > *,
.theme-3 .row.col-match > [class*=col-] > * {
    flex: 1 1
}

.theme-3 .row.uc-grid:not(.uc-flex-wrap-top),
.theme-3 .row.uc-grid > :not(.uc-grid-margin) {
    margin-top: 0
}

.theme-3 .expand-container {
    --grid-gap: var(--bs-gutter-x);
    --scroll-width: var(--body-scroll-width, 17px);
    --container-width: calc((100% + var(--grid-gap)) * var(--grid-total) / var(--grid-count) - var(--grid-gap));
    --expand-size: calc((100vw - var(--scroll-width) - var(--container-width)) / -2);
    margin-right: var(--expand-size);
    margin-left: var(--expand-size)
}

.theme-3 .g-0 .bp-lg .g-0,
.theme-3 .g-0 .bp-md .g-0,
.theme-3 .g-0 .bp-sm .g-0,
.theme-3 .g-0 .bp-xl .g-0,
.theme-3 .g-0 .bp-xs .g-0,
.theme-3 .g-0 .bp-xxl .g-0,
.theme-3 .g-0 .expand-container,
.theme-3 .gx-0 .bp-lg .g-0,
.theme-3 .gx-0 .bp-md .g-0,
.theme-3 .gx-0 .bp-sm .g-0,
.theme-3 .gx-0 .bp-xl .g-0,
.theme-3 .gx-0 .bp-xs .g-0,
.theme-3 .gx-0 .bp-xxl .g-0,
.theme-3 .gx-0 .expand-container {
    --grid-gap: 0rem
}

.theme-3 .child-cols > * {
    flex: 1 1
}

.theme-3 .child-cols-3 > * {
    --grid-total: 12;
    --grid-count: 3;
    flex: 0 0 auto;
    width: 25%
}

.theme-3 .child-cols-4 > * {
    --grid-total: 12;
    --grid-count: 4;
    flex: 0 0 auto;
    width: 33.33333333%
}

.theme-3 .child-cols-6 > * {
    --grid-total: 12;
    --grid-count: 6;
    flex: 0 0 auto;
    width: 50%
}

.theme-3 .child-cols-12 > * {
    --grid-total: 12;
    --grid-count: 12;
    flex: 0 0 auto;
    width: 100%
}

@media(min-width:459px) {
    .theme-3 .sm\:child-cols > * {
        flex: 1 0
    }

    .theme-3 .sm\:child-cols-4 > * {
        --grid-total: 12;
        --grid-count: 4;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .theme-3 .sm\:child-cols-6 > * {
        --grid-total: 12;
        --grid-count: 6;
        flex: 0 0 auto;
        width: 50%
    }
}

@media(min-width:768px) {
    .theme-3 .md\:child-cols > * {
        flex: 1 0
    }

    .theme-3 .md\:child-cols-4 > * {
        --grid-total: 12;
        --grid-count: 4;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .theme-3 .md\:child-cols-6 > * {
        --grid-total: 12;
        --grid-count: 6;
        flex: 0 0 auto;
        width: 50%
    }
}

@media(min-width:992px) {
    .theme-3 .lg\:child-cols > * {
        flex: 1 0
    }

    .theme-3 .lg\:child-cols-3 > * {
        --grid-total: 12;
        --grid-count: 3;
        flex: 0 0 auto;
        width: 25%
    }

    .theme-3 .lg\:child-cols-4 > * {
        --grid-total: 12;
        --grid-count: 4;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .theme-3 .lg\:child-cols-5 > * {
        --grid-total: 12;
        --grid-count: 5;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .theme-3 .lg\:child-cols-6 > * {
        --grid-total: 12;
        --grid-count: 6;
        flex: 0 0 auto;
        width: 50%
    }
}

@media(min-width:1200px) {
    .theme-3 .xl\:child-cols-3 > * {
        --grid-total: 12;
        --grid-count: 3;
        flex: 0 0 auto;
        width: 25%
    }

    .theme-3 .xl\:child-cols-4 > * {
        --grid-total: 12;
        --grid-count: 4;
        flex: 0 0 auto;
        width: 33.33333333%
    }
}

.theme-3 .grid {
    display: grid;
    grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
    grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
    grid-gap: var(--bs-gap, 1.5rem);
    gap: var(--bs-gap, 1.5rem)
}

.theme-3 .col {
    flex: 1 0
}

.theme-3 .col-auto {
    flex: 0 0 auto;
    width: auto
}

.theme-3 .col-3 {
    --grid-total: 12;
    --grid-count: 3;
    flex: 0 0 auto;
    width: 25%
}

.theme-3 .col-4 {
    --grid-total: 12;
    --grid-count: 4;
    flex: 0 0 auto;
    width: 33.33333333%
}

.theme-3 .col-5 {
    --grid-total: 12;
    --grid-count: 5;
    flex: 0 0 auto;
    width: 41.66666667%
}

.theme-3 .col-7 {
    --grid-total: 12;
    --grid-count: 7;
    flex: 0 0 auto;
    width: 58.33333333%
}

.theme-3 .col-8 {
    --grid-total: 12;
    --grid-count: 8;
    flex: 0 0 auto;
    width: 66.66666667%
}

.theme-3 .col-12 {
    --grid-total: 12;
    --grid-count: 12;
    flex: 0 0 auto;
    width: 100%
}

.theme-3 .g-0,
.theme-3 .gx-0 {
    --bs-gutter-x: 0
}

.theme-3 .g-0,
.theme-3 .gy-0 {
    --bs-gutter-y: 0
}

.theme-3 .g-1 {
    --bs-gutter-x: 0.5rem;
    --bs-gutter-y: 0.5rem
}

.theme-3 .g-2,
.theme-3 .gx-2 {
    --bs-gutter-x: 1rem
}

.theme-3 .g-2,
.theme-3 .gy-2 {
    --bs-gutter-y: 1rem
}

.theme-3 .g-3 {
    --bs-gutter-x: 1.5rem
}

.theme-3 .g-3,
.theme-3 .gy-3 {
    --bs-gutter-y: 1.5rem
}

.theme-3 .g-4,
.theme-3 .gx-4 {
    --bs-gutter-x: 2rem
}

.theme-3 .g-4,
.theme-3 .gy-4 {
    --bs-gutter-y: 2rem
}

.theme-3 .g-5,
.theme-3 .gx-5 {
    --bs-gutter-x: 2.5rem
}

.theme-3 .g-5 {
    --bs-gutter-y: 2.5rem
}

.theme-3 .g-6,
.theme-3 .gx-6 {
    --bs-gutter-x: 3rem
}

.theme-3 .g-6,
.theme-3 .gy-6 {
    --bs-gutter-y: 3rem
}

.theme-3 .g-8 {
    --bs-gutter-x: 4rem;
    --bs-gutter-y: 4rem
}

.theme-3 .g-9 {
    --bs-gutter-x: 5rem
}

.theme-3 .g-9,
.theme-3 .gy-9 {
    --bs-gutter-y: 5rem
}

@media(min-width:768px) {
    .theme-3 .col-md-2 {
        --grid-total: 12;
        --grid-count: 2;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .theme-3 .col-md-4 {
        --grid-total: 12;
        --grid-count: 4;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .theme-3 .col-md-6 {
        --grid-total: 12;
        --grid-count: 6;
        flex: 0 0 auto;
        width: 50%
    }
}

@media(min-width:459px) {
    .theme-3 .sm\:col-auto {
        flex: 0 0 auto;
        width: auto
    }

    .theme-3 .sm\:col-4 {
        --grid-total: 12;
        --grid-count: 4;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .theme-3 .sm\:col-5 {
        --grid-total: 12;
        --grid-count: 5;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .theme-3 .sm\:col-6 {
        --grid-total: 12;
        --grid-count: 6;
        flex: 0 0 auto;
        width: 50%
    }

    .theme-3 .sm\:col-8 {
        --grid-total: 12;
        --grid-count: 8;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .theme-3 .sm\:col-9 {
        --grid-total: 12;
        --grid-count: 9;
        flex: 0 0 auto;
        width: 75%
    }

    .theme-3 .sm\:col-10 {
        --grid-total: 12;
        --grid-count: 10;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .theme-3 .sm\:g-2 {
        --bs-gutter-x: 1rem;
        --bs-gutter-y: 1rem
    }

    .theme-3 .sm\:g-3,
    .theme-3 .sm\:gx-3 {
        --bs-gutter-x: 1.5rem
    }

    .theme-3 .sm\:g-3 {
        --bs-gutter-y: 1.5rem
    }

    .theme-3 .sm\:g-4,
    .theme-3 .sm\:gx-4 {
        --bs-gutter-x: 2rem
    }

    .theme-3 .sm\:g-4 {
        --bs-gutter-y: 2rem
    }

    .theme-3 .sm\:g-6 {
        --bs-gutter-x: 3rem
    }

    .theme-3 .sm\:g-6,
    .theme-3 .sm\:gy-6 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width:768px) {
    .theme-3 .md\:col-auto {
        flex: 0 0 auto;
        width: auto
    }

    .theme-3 .md\:col-4 {
        --grid-total: 12;
        --grid-count: 4;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .theme-3 .md\:col-6 {
        --grid-total: 12;
        --grid-count: 6;
        flex: 0 0 auto;
        width: 50%
    }

    .theme-3 .md\:col-8 {
        --grid-total: 12;
        --grid-count: 8;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .theme-3 .md\:g-4 {
        --bs-gutter-x: 2rem;
        --bs-gutter-y: 2rem
    }

    .theme-3 .md\:gx-6 {
        --bs-gutter-x: 3rem
    }

    .theme-3 .md\:g-8 {
        --bs-gutter-x: 4rem;
        --bs-gutter-y: 4rem
    }
}

@media(min-width:992px) {
    .theme-3 .lg\:col {
        flex: 1 0
    }

    .theme-3 .lg\:col-3 {
        --grid-total: 12;
        --grid-count: 3;
        flex: 0 0 auto;
        width: 25%
    }

    .theme-3 .lg\:col-4 {
        --grid-total: 12;
        --grid-count: 4;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .theme-3 .lg\:col-5 {
        --grid-total: 12;
        --grid-count: 5;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .theme-3 .lg\:col-6 {
        --grid-total: 12;
        --grid-count: 6;
        flex: 0 0 auto;
        width: 50%
    }

    .theme-3 .lg\:col-7 {
        --grid-total: 12;
        --grid-count: 7;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .theme-3 .lg\:col-8 {
        --grid-total: 12;
        --grid-count: 8;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .theme-3 .lg\:col-10 {
        --grid-total: 12;
        --grid-count: 10;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .theme-3 .lg\:g-0,
    .theme-3 .lg\:gx-0 {
        --bs-gutter-x: 0
    }

    .theme-3 .lg\:g-0 {
        --bs-gutter-y: 0
    }

    .theme-3 .lg\:g-3,
    .theme-3 .lg\:gx-3 {
        --bs-gutter-x: 1.5rem
    }

    .theme-3 .lg\:g-3 {
        --bs-gutter-y: 1.5rem
    }

    .theme-3 .lg\:g-4,
    .theme-3 .lg\:gx-4 {
        --bs-gutter-x: 2rem
    }

    .theme-3 .lg\:g-4 {
        --bs-gutter-y: 2rem
    }

    .theme-3 .lg\:g-6,
    .theme-3 .lg\:gx-6 {
        --bs-gutter-x: 3rem
    }

    .theme-3 .lg\:g-6,
    .theme-3 .lg\:gy-6 {
        --bs-gutter-y: 3rem
    }

    .theme-3 .lg\:g-8,
    .theme-3 .lg\:gx-8 {
        --bs-gutter-x: 4rem
    }

    .theme-3 .lg\:g-8,
    .theme-3 .lg\:gy-8 {
        --bs-gutter-y: 4rem
    }
}

@media(min-width:1200px) {
    .theme-3 .xl\:col-3 {
        --grid-total: 12;
        --grid-count: 3;
        flex: 0 0 auto;
        width: 25%
    }

    .theme-3 .xl\:col-4 {
        --grid-total: 12;
        --grid-count: 4;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .theme-3 .xl\:col-7 {
        --grid-total: 12;
        --grid-count: 7;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .theme-3 .xl\:g-3 {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 1.5rem
    }

    .theme-3 .xl\:g-4,
    .theme-3 .xl\:gx-4 {
        --bs-gutter-x: 2rem
    }

    .theme-3 .xl\:g-4 {
        --bs-gutter-y: 2rem
    }

    .theme-3 .xl\:g-6 {
        --bs-gutter-x: 3rem
    }

    .theme-3 .xl\:g-6,
    .theme-3 .xl\:gy-6 {
        --bs-gutter-y: 3rem
    }

    .theme-3 .xl\:g-8,
    .theme-3 .xl\:gx-8 {
        --bs-gutter-x: 4rem
    }

    .theme-3 .xl\:g-8,
    .theme-3 .xl\:gy-8 {
        --bs-gutter-y: 4rem
    }

    .theme-3 .xl\:g-10 {
        --bs-gutter-x: 8rem;
        --bs-gutter-y: 8rem
    }
}

.theme-3 .sep > * {
    position: relative
}

.theme-3 .sep > :not(.uc-first-column):before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -.2px !important
}

.theme-3 [dir=rtl] .sep > :not(.uc-first-column):before {
    left: auto !important;
    right: -.2px !important
}

.theme-3 .sep > :not(.uc-first-column):before {
    border-left: 1px solid var(--border-color) !important
}

.theme-3 [dir=rtl] .sep > :not(.uc-first-column):before {
    border-left: 1rem !important;
    border-right: 1px solid var(--border-color) !important
}

.theme-3 .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 hsla(0, 0%, 61%, .2);
    transform: translateY(-50%)
}

.theme-3 .sep-x > :not(:first-child) {
    position: relative
}

.theme-3 .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 hsla(0, 0%, 61%, .2);
    transform: translateY(-50%)
}

.theme-3 .clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.theme-3 .ratio {
    position: relative;
    width: 100%
}

.theme-3 .ratio:before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.theme-3 .ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.theme-3 .ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.theme-3 .ratio-4x3 {
    --bs-aspect-ratio: 75%
}

.theme-3 .ratio-16x9 {
    --bs-aspect-ratio: 56.25%
}

.theme-3 .sticky-top {
    top: 0
}

.theme-3 .sticky-bottom,
.theme-3 .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1020
}

.theme-3 .sticky-bottom {
    bottom: 0
}

.theme-3 .hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch
}

.theme-3 .vstack {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch
}

.theme-3 .vr {
    display: inline-block;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentcolor;
    opacity: .25
}

.theme-3 .btn {
    --bs-btn-padding-x: 1rem;
    --bs-btn-padding-y: 0px;
    --bs-btn-font-family: var(--font-family-tertiary);
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 500;
    --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: 80px;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(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;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .theme-3 .btn {
        transition: none
    }
}

.theme-3 .btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color)
}

.theme-3 .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)
}

.theme-3 .btn.active,
.theme-3 .btn.show,
.theme-3 .btn:first-child:active,
.theme-3 :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)
}

.theme-3 .btn.active:focus-visible,
.theme-3 .btn.show:focus-visible,
.theme-3 .btn:first-child:active:focus-visible,
.theme-3 :not(.btn-check) + .btn:active:focus-visible {
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.theme-3 .btn.disabled,
.theme-3 .btn:disabled,
.theme-3 fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity)
}

.theme-3 .btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--color-primary);
    --bs-btn-border-color: var(--color-primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #133640;
    --bs-btn-hover-border-color: #12333c;
    --bs-btn-focus-shadow-rgb: 57, 93, 102;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #12333c;
    --bs-btn-active-border-color: #113038;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--color-primary);
    --bs-btn-disabled-border-color: var(--color-primary)
}

.theme-3 .btn-secondary {
    --bs-btn-color: #000;
    --bs-btn-bg: #fff3e9;
    --bs-btn-border-color: #fff3e9;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fff5ec;
    --bs-btn-hover-border-color: #fff4eb;
    --bs-btn-focus-shadow-rgb: 217, 207, 198;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fff5ed;
    --bs-btn-active-border-color: #fff4eb;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fff3e9;
    --bs-btn-disabled-border-color: #fff3e9
}

.theme-3 .btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #4caf50;
    --bs-btn-border-color: #4caf50;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #419544;
    --bs-btn-hover-border-color: #3d8c40;
    --bs-btn-focus-shadow-rgb: 103, 187, 106;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #3d8c40;
    --bs-btn-active-border-color: #39833c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #4caf50;
    --bs-btn-disabled-border-color: #4caf50
}

.theme-3 .btn-info {
    --bs-btn-color: #fff;
    --bs-btn-bg: #09c;
    --bs-btn-border-color: #09c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0082ad;
    --bs-btn-hover-border-color: #007aa3;
    --bs-btn-focus-shadow-rgb: 38, 168, 212;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #007aa3;
    --bs-btn-active-border-color: #007399;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #09c;
    --bs-btn-disabled-border-color: #09c
}

.theme-3 .btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffb307;
    --bs-btn-border-color: #ffb307;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffbe2c;
    --bs-btn-hover-border-color: #ffbb20;
    --bs-btn-focus-shadow-rgb: 217, 152, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffc239;
    --bs-btn-active-border-color: #ffbb20;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffb307;
    --bs-btn-disabled-border-color: #ffb307
}

.theme-3 .btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #e44b4b;
    --bs-btn-border-color: #e44b4b;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #c24040;
    --bs-btn-hover-border-color: #b63c3c;
    --bs-btn-focus-shadow-rgb: 232, 102, 102;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b63c3c;
    --bs-btn-active-border-color: #ab3838;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #e44b4b;
    --bs-btn-disabled-border-color: #e44b4b
}

.theme-3 .btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa
}

.theme-3 .btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #424649;
    --bs-btn-hover-border-color: #373b3e;
    --bs-btn-focus-shadow-rgb: 66, 70, 73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4d5154;
    --bs-btn-active-border-color: #373b3e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #212529;
    --bs-btn-disabled-border-color: #212529
}

.theme-3 .btn-gray {
    --bs-btn-color: #fff;
    --bs-btn-bg: #45454c;
    --bs-btn-border-color: #45454c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #3b3b41;
    --bs-btn-hover-border-color: #37373d;
    --bs-btn-focus-shadow-rgb: 97, 97, 103;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #37373d;
    --bs-btn-active-border-color: #343439;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #45454c;
    --bs-btn-disabled-border-color: #45454c
}

.theme-3 .btn-primary-200 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #a2b3b7;
    --bs-btn-border-color: #a2b3b7;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #8a989c;
    --bs-btn-hover-border-color: #828f92;
    --bs-btn-focus-shadow-rgb: 176, 190, 194;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #828f92;
    --bs-btn-active-border-color: #7a8689;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #a2b3b7;
    --bs-btn-disabled-border-color: #a2b3b7
}

.theme-3 .btn-primary-700 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0d262d;
    --bs-btn-border-color: #0d262d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b2026;
    --bs-btn-hover-border-color: #0a1e24;
    --bs-btn-focus-shadow-rgb: 49, 71, 77;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a1e24;
    --bs-btn-active-border-color: #0a1d22;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d262d;
    --bs-btn-disabled-border-color: #0d262d
}

.theme-3 .btn-tertiary {
    --bs-btn-color: #000;
    --bs-btn-bg: var(--bs-tertiary);
    --bs-btn-border-color: var(--bs-tertiary);
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #e6ff76;
    --bs-btn-hover-border-color: #e5ff6e;
    --bs-btn-focus-shadow-rgb: 192, 217, 80;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #e8ff7e;
    --bs-btn-active-border-color: #e5ff6e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: var(--bs-tertiary);
    --bs-btn-disabled-border-color: var(--bs-tertiary)
}

.theme-3 .btn-outline-primary {
    --bs-btn-color: var(--color-primary);
    --bs-btn-border-color: var(--color-primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--color-primary);
    --bs-btn-hover-border-color: var(--color-primary);
    --bs-btn-focus-shadow-rgb: 22, 64, 75;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--color-primary);
    --bs-btn-active-border-color: var(--color-primary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: var(--color-primary);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--color-primary);
    --bs-gradient: none
}

.theme-3 .btn-outline-gray-100 {
    --bs-btn-color: #dadadb;
    --bs-btn-border-color: #dadadb;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #dadadb;
    --bs-btn-hover-border-color: #dadadb;
    --bs-btn-focus-shadow-rgb: 218, 218, 219;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #dadadb;
    --bs-btn-active-border-color: #dadadb;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #dadadb;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #dadadb;
    --bs-gradient: none
}

.theme-3 .btn-outline-tertiary {
    --bs-btn-color: var(--bs-tertiary);
    --bs-btn-border-color: var(--bs-tertiary);
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: var(--bs-tertiary);
    --bs-btn-hover-border-color: var(--bs-tertiary);
    --bs-btn-focus-shadow-rgb: var(--bs-tertiary-rgb);
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: var(--bs-tertiary);
    --bs-btn-active-border-color: var(--bs-tertiary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: var(--bs-tertiary);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--bs-tertiary);
    --bs-gradient: none
}

.theme-3 .btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: none;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    text-decoration: underline
}

.theme-3 .btn-link:focus-visible {
    color: var(--bs-btn-color)
}

.theme-3 .btn-link:hover {
    color: var(--bs-btn-hover-color)
}

.theme-3 .btn-lg {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: 0.5rem
}

.theme-3 .btn-sm {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: 80px
}

.theme-3 .accordion {
    --bs-accordion-color: #212529;
    --bs-accordion-bg: #fff;
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: 1px;
    --bs-accordion-border-radius: 0.375rem;
    --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: #212529;
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #0c63e4;
    --bs-accordion-active-bg: #e7f1ff
}

.theme-3 .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, .05);
    --bs-table-active-color: var(--bs-body-color);
    --bs-table-active-bg: rgba(0, 0, 0, .1);
    --bs-table-hover-color: var(--bs-body-color);
    --bs-table-hover-bg: rgba(0, 0, 0, .075);
    width: 100%;
    margin-bottom: 1rem;
    color: var(--bs-table-color);
    vertical-align: top;
    border-color: var(--bs-table-border-color)
}

.theme-3 .table > :not(caption) > * > * {
    padding: 1rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.theme-3 .table > tbody {
    vertical-align: inherit
}

.theme-3 .table > thead {
    vertical-align: bottom
}

.theme-3 .form-label {
    margin-bottom: .5rem
}

.theme-3 .form-control {
    display: block;
    width: 100%;
    padding: 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;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: var(--radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .theme-3 .form-control {
        transition: none
    }
}

.theme-3 .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.theme-3 .form-control::-webkit-date-and-time-value {
    height: 1.25rem
}

.theme-3 .form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.theme-3 .form-control:disabled {
    background-color: #e9ecef;
    opacity: 1
}

.theme-3 .form-control::-webkit-file-upload-button {
    padding: 1rem;
    margin: -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.theme-3 .form-control::file-selector-button {
    padding: 1rem;
    margin: -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .theme-3 .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }

    .theme-3 .form-control::file-selector-button {
        transition: none
    }
}

.theme-3 .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3
}

.theme-3 .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

.theme-3 .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
}

.theme-3 .form-control-plaintext:focus {
    outline: 0
}

.theme-3 .form-control-plaintext.form-control-lg,
.theme-3 .form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.theme-3 .form-control-sm {
    min-height: calc(1.5em + .5rem + 2px);
    padding: .75rem;
    font-size: 1rem;
    border-radius: var(--radius)
}

.theme-3 .form-control-sm::-webkit-file-upload-button {
    padding: .75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem
}

.theme-3 .form-control-sm::file-selector-button {
    padding: .75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem
}

.theme-3 .form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: 1.5rem;
    font-size: 1.125rem;
    border-radius: var(--radius)
}

.theme-3 .form-control-lg::-webkit-file-upload-button {
    padding: 1.5rem;
    -webkit-margin-end: 1.5rem;
    margin-inline-end: 1.5rem
}

.theme-3 .form-control-lg::file-selector-button {
    padding: 1.5rem;
    -webkit-margin-end: 1.5rem;
    margin-inline-end: 1.5rem
}

.theme-3 textarea.form-control {
    min-height: calc(1.5em + .75rem + 2px)
}

.theme-3 textarea.form-control-sm {
    min-height: calc(1.5em + .5rem + 2px)
}

.theme-3 textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px)
}

.theme-3 .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 .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media(prefers-reduced-motion:reduce) {
    .theme-3 .form-select {
        transition: none
    }
}

.theme-3 .form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.theme-3 .form-select[multiple],
.theme-3 .form-select[size]:not([size="1"]) {
    padding-right: 1rem;
    background-image: none
}

.theme-3 .form-select:disabled {
    background-color: #e9ecef
}

.theme-3 .form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529
}

.theme-3 .form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem
}

.theme-3 .form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}

.theme-3 .form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    print-color-adjust: exact
}

.theme-3 .form-check-input[type=checkbox] {
    border-radius: .25em
}

.theme-3 .form-check-input[type=radio] {
    border-radius: 50%
}

.theme-3 .form-check-input:active {
    filter: brightness(90%)
}

.theme-3 .form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.theme-3 .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd
}

.theme-3 .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")
}

.theme-3 .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")
}

.theme-3 .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")
}

.theme-3 .form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5
}

.theme-3 .form-check-input:disabled ~ .form-check-label,
.theme-3 .form-check-input[disabled] ~ .form-check-label {
    cursor: default;
    opacity: .5
}

.theme-3 .form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.theme-3 .form-range:focus {
    outline: 0
}

.theme-3 .form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.theme-3 .form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.theme-3 .form-range::-moz-focus-outer {
    border: 0
}

.theme-3 .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: var(--color-primary);
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media(prefers-reduced-motion:reduce) {
    .theme-3 .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.theme-3 .form-range::-webkit-slider-thumb:active {
    background-color: var(--color-primary-400)
}

.theme-3 .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.theme-3 .form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: var(--color-primary);
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media(prefers-reduced-motion:reduce) {
    .theme-3 .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.theme-3 .form-range::-moz-range-thumb:active {
    background-color: var(--color-primary-400)
}

.theme-3 .form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.theme-3 .form-range:disabled {
    pointer-events: none
}

.theme-3 .form-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.theme-3 .form-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.theme-3 .valid-feedback {
    color: #198754
}

.theme-3 .invalid-feedback,
.theme-3 .valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em
}

.theme-3 .invalid-feedback {
    color: #dc3545
}

.theme-3 .fade {
    transition: opacity .15s linear
}

@media(prefers-reduced-motion:reduce) {
    .theme-3 .fade {
        transition: none
    }
}

.theme-3 .fade:not(.show) {
    opacity: 0
}

.theme-3 .collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media(prefers-reduced-motion:reduce) {
    .theme-3 .collapsing {
        transition: none
    }
}

.theme-3 .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
}

.theme-3 .card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: 1px;
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: 0.375rem;
    --bs-card-inner-border-radius: calc(0.375rem - 1px);
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(0, 0, 0, .03);
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius)
}

.theme-3 .card > hr {
    margin-right: 0;
    margin-left: 0
}

.theme-3 .card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color)
}

.theme-3 .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)
}

.theme-3 .pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: #fff;
    --bs-pagination-border-width: 1px;
    --bs-pagination-border-color: #dee2e6;
    --bs-pagination-border-radius: 0.375rem;
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: #e9ecef;
    --bs-pagination-hover-border-color: #dee2e6;
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: #e9ecef;
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #0d6efd;
    --bs-pagination-active-border-color: #0d6efd;
    --bs-pagination-disabled-color: #6c757d;
    --bs-pagination-disabled-bg: #fff;
    --bs-pagination-disabled-border-color: #dee2e6;
    display: flex;
    padding-left: 0;
    list-style: none
}

.theme-3 .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)
}

.theme-3 .alert-info {
    --bs-alert-color: #006b8f;
    --bs-alert-bg: #e6f5fa;
    --bs-alert-border-color: #33add6
}

.theme-3 .alert-warning {
    --bs-alert-color: #b37d05;
    --bs-alert-bg: #fff7e6;
    --bs-alert-border-color: #ffc239
}

.theme-3 .progress {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: #e9ecef;
    --bs-progress-border-radius: 0.375rem;
    --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #0d6efd;
    --bs-progress-bar-transition: width 0.6s ease;
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius)
}

.theme-3 .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, .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) {
    .theme-3 .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15)
    }
}

.theme-3 .tooltip {
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 200px;
    --bs-tooltip-padding-x: 0.5rem;
    --bs-tooltip-padding-y: 0.25rem;
    --bs-tooltip-font-size: 0.875rem;
    --bs-tooltip-color: #fff;
    --bs-tooltip-bg: #000;
    --bs-tooltip-border-radius: 0.375rem;
    --bs-tooltip-opacity: 0.9;
    --bs-tooltip-arrow-width: 0.8rem;
    --bs-tooltip-arrow-height: 0.4rem;
    z-index: var(--bs-tooltip-zindex);
    display: block;
    padding: var(--bs-tooltip-arrow-height);
    margin: var(--bs-tooltip-margin);
    font-family: var(--font-family-primary);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-tooltip-font-size);
    word-wrap: break-word;
    opacity: 0
}

.theme-3 .tooltip.show {
    opacity: var(--bs-tooltip-opacity)
}

.theme-3 .placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentcolor;
    opacity: .5
}

.theme-3 .placeholder.btn:before {
    display: inline-block;
    content: ""
}

.theme-3 .align-top {
    vertical-align: top !important
}

.theme-3 .align-middle {
    vertical-align: middle !important
}

.theme-3 .float-start {
    float: left !important
}

.theme-3 .float-end {
    float: right !important
}

.theme-3 .opacity-10 {
    opacity: .1 !important
}

.theme-3 .opacity-20 {
    opacity: .2 !important
}

.theme-3 .opacity-25 {
    opacity: .25 !important
}

.theme-3 .opacity-40 {
    opacity: .4 !important
}

.theme-3 .opacity-50 {
    opacity: .5 !important
}

.theme-3 .opacity-60 {
    opacity: .6 !important
}

.theme-3 .opacity-70 {
    opacity: .7 !important
}

.theme-3 .opacity-80 {
    opacity: .8 !important
}

.theme-3 .opacity-100 {
    opacity: 1 !important
}

.theme-3 :where(.uc-dark) .dark\:opacity-80 {
    opacity: .8 !important
}

.theme-3 :where(.uc-dark) .dark\:opacity-90 {
    opacity: .9 !important
}

.theme-3 .overflow-unset {
    overflow: unset !important
}

.theme-3 .overflow-auto {
    overflow: auto !important
}

.theme-3 .overflow-hidden {
    overflow: hidden !important
}

.theme-3 .overflow-scroll {
    overflow: scroll !important
}

.theme-3 .d-inline {
    display: inline !important
}

.theme-3 .d-inline-block {
    display: inline-block !important
}

.theme-3 .d-block {
    display: block !important
}

.theme-3 .d-flex {
    display: flex !important
}

.theme-3 .d-inline-flex {
    display: inline-flex !important
}

.theme-3 .d-none {
    display: none !important
}

.theme-3 :where(.uc-dark) .dark\:d-inline-block {
    display: inline-block !important
}

.theme-3 :where(.uc-dark) .dark\:d-block {
    display: block !important
}

.theme-3 [dir=ltr] .ltr\:d-block,
.theme-3 [dir=rtl] .rtl\:d-block {
    display: block !important
}

.theme-3 :where(.uc-dark) .dark\:d-inline-flex {
    display: inline-flex !important
}

.theme-3 :where(.uc-dark) .dark\:d-none {
    display: none !important
}

.theme-3 [dir=ltr] .ltr\:d-none,
.theme-3 [dir=rtl] .rtl\:d-none {
    display: none !important
}

.theme-3 .shadow {
    box-shadow: 0 .5rem 1rem -.1rem var(--shadow-color) !important
}

.theme-3 .shadow-xs {
    box-shadow: 0 .125rem .25rem -.1rem var(--shadow-color) !important
}

.theme-3 .shadow-sm {
    box-shadow: 0 .25rem .5rem -.1rem var(--shadow-color) !important
}

.theme-3 .hover\:shadow-md:hover,
.theme-3 .shadow-md {
    box-shadow: 0 .5rem 1rem -.1rem var(--shadow-color) !important
}

.theme-3 .shadow-lg {
    box-shadow: 0 1rem 1.5rem -.1rem var(--shadow-color) !important
}

.theme-3 .shadow-xl {
    box-shadow: 0 1.5rem 2rem -.1rem var(--shadow-color) !important
}

.theme-3 .position-relative {
    position: relative !important
}

.theme-3 .position-absolute {
    position: absolute !important
}

.theme-3 .position-fixed {
    position: fixed !important
}

.theme-3 .top-0 {
    top: 0 !important
}

.theme-3 .top-50 {
    top: 50% !important
}

.theme-3 .top-100 {
    top: 100% !important
}

.theme-3 .bottom-0 {
    bottom: 0 !important
}

.theme-3 .start-0,
.theme-3 [dir=ltr] .ltr\:start-0,
.theme-3 [dir=rtl] .rtl\:start-0 {
    left: 0 !important
}

.theme-3 .start-50 {
    left: 50% !important
}

.theme-3 .start-100 {
    left: 100% !important
}

.theme-3 [dir=rtl] .rtl\:end-auto {
    right: auto !important
}

.theme-3 .end-0,
.theme-3 [dir=ltr] .ltr\:end-0,
.theme-3 [dir=rtl] .rtl\:end-0 {
    right: 0 !important
}

.theme-3 .translate-middle {
    transform: translate(-50%, -50%) !important
}

.theme-3 .translate-middle-x {
    transform: translateX(-50%) !important
}

.theme-3 .translate-middle-y {
    transform: translateY(-50%) !important
}

.theme-3 .border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.theme-3 .border-0 {
    border: 0 !important
}

.theme-3 .border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.theme-3 .border-top-0 {
    border-top: 0 !important
}

.theme-3 .border-end-0 {
    border-right: 0 !important
}

.theme-3 .border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.theme-3 .border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.theme-3 .border-primary,
.theme-3 .hover\:border-primary:hover {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important
}

.theme-3 .border-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important
}

.theme-3 .border-dark,
.theme-3 .hover\:border-dark:hover {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important
}

.theme-3 .border-gray-50 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-50-rgb), var(--bs-border-opacity)) !important
}

.theme-3 .border-gray-100 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-100-rgb), var(--bs-border-opacity)) !important
}

.theme-3 .border-gray-200 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-200-rgb), var(--bs-border-opacity)) !important
}

.theme-3 .border-gray-300 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-300-rgb), var(--bs-border-opacity)) !important
}

.theme-3 .border-gray-900 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-900-rgb), var(--bs-border-opacity)) !important
}

.theme-3 .border-primary-300 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-300-rgb), var(--bs-border-opacity)) !important
}

.theme-3 .border-secondary-600 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-600-rgb), var(--bs-border-opacity)) !important
}

.theme-3 .hover\:border-tertiary:hover {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-tertiary-rgb), var(--bs-border-opacity)) !important
}

.theme-3 .border-tertiary-50 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-tertiary-50-rgb), var(--bs-border-opacity)) !important
}

.theme-3 .border-tertiary-100 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-tertiary-100-rgb), var(--bs-border-opacity)) !important
}

.theme-3 .border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important
}

.theme-3 :where(.uc-dark) .dark\:border-primary {
    --bs-border-opacity: 1 !important;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important
}

.theme-3 :where(.uc-dark) .dark\:border-gray-300 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-300-rgb), var(--bs-border-opacity)) !important
}

.theme-3 :where(.uc-dark) .dark\:border-gray-400 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-400-rgb), var(--bs-border-opacity)) !important
}

.theme-3 :where(.uc-dark) .dark\:border-gray-500 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-500-rgb), var(--bs-border-opacity)) !important
}

.theme-3 :where(.uc-dark) .dark\:border-gray-600 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-600-rgb), var(--bs-border-opacity)) !important
}

.theme-3 :where(.uc-dark) .dark\:border-gray-700 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-700-rgb), var(--bs-border-opacity)) !important
}

.theme-3 :where(.uc-dark) .dark\:border-gray-800 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-800-rgb), var(--bs-border-opacity)) !important
}

.theme-3 :where(.uc-dark) .dark\:border-gray-900 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-900-rgb), var(--bs-border-opacity)) !important
}

.theme-3 :where(.uc-dark) .dark\:border-tertiary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-tertiary-rgb), var(--bs-border-opacity)) !important
}

.theme-3 :where(.uc-dark) .dark\:border-tertiary-600 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-tertiary-600-rgb), var(--bs-border-opacity)) !important
}

.theme-3 :where(.uc-dark) .dark\:border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important
}

.theme-3 .border-1 {
    border-width: 1px !important
}

.theme-3 .border-2 {
    border-width: 2px !important
}

.theme-3 .border-5 {
    border-width: 5px !important
}

.theme-3 .border-opacity-5 {
    --bs-border-opacity: 0.05
}

.theme-3 .border-opacity-10 {
    --bs-border-opacity: 0.1
}

.theme-3 .border-opacity-15 {
    --bs-border-opacity: 0.15
}

.theme-3 .border-opacity-20 {
    --bs-border-opacity: 0.2
}

.theme-3 .hover\:border-opacity-40:hover {
    --bs-border-opacity: 0.4
}

.theme-3 :where(.uc-dark) .dark\:border-opacity-0 {
    --bs-border-opacity: 0
}

.theme-3 :where(.uc-dark) .dark\:border-opacity-10 {
    --bs-border-opacity: 0.1
}

.theme-3 :where(.uc-dark) .dark\:border-opacity-15 {
    --bs-border-opacity: 0.15
}

.theme-3 :where(.uc-dark) .dark\:border-opacity-20 {
    --bs-border-opacity: 0.2
}

.theme-3 :where(.uc-dark) .dark\:border-opacity-30 {
    --bs-border-opacity: 0.3
}

.theme-3 .w-4px {
    width: 4px !important
}

.theme-3 .w-16px {
    width: 16px !important
}

.theme-3 .w-20px {
    width: 20px !important
}

.theme-3 .w-24px {
    width: 24px !important
}

.theme-3 .w-32px {
    width: 32px !important
}

.theme-3 .w-36px {
    width: 36px !important
}

.theme-3 .w-40px {
    width: 40px !important
}

.theme-3 .w-48px {
    width: 48px !important
}

.theme-3 .w-56px {
    width: 56px !important
}

.theme-3 .w-64px {
    width: 64px !important
}

.theme-3 .w-72px {
    width: 72px !important
}

.theme-3 .w-80px {
    width: 80px !important
}

.theme-3 .w-96px {
    width: 96px !important
}

.theme-3 .w-100px {
    width: 100px !important
}

.theme-3 .w-128px {
    width: 128px !important
}

.theme-3 .w-150px {
    width: 150px !important
}

.theme-3 .w-200px {
    width: 200px !important
}

.theme-3 .w-250px {
    width: 250px !important
}

.theme-3 .w-300px {
    width: 300px !important
}

.theme-3 .w-500px {
    width: 500px !important
}

.theme-3 .w-600px {
    width: 600px !important
}

.theme-3 .w-750px {
    width: 750px !important
}

.theme-3 .w-800px {
    width: 800px !important
}

.theme-3 .w-1000px {
    width: 1000px !important
}

.theme-3 .w-1280px {
    width: 1280px !important
}

.theme-3 .w-md {
    width: 720px !important
}

.theme-3 .w-1\/6 {
    width: 16.6666667% !important
}

.theme-3 .w-1\/5 {
    width: 20% !important
}

.theme-3 .w-1\/3 {
    width: 33.3333333% !important
}

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

.theme-3 .w-100,
.theme-3 .w-full {
    width: 100% !important
}

.theme-3 .w-auto {
    width: auto !important
}

.theme-3 .max-w-40px {
    max-width: 40px !important
}

.theme-3 .max-w-48px {
    max-width: 48px !important
}

.theme-3 .max-w-80px {
    max-width: 80px !important
}

.theme-3 .max-w-100px {
    max-width: 100px !important
}

.theme-3 .max-w-250px {
    max-width: 250px !important
}

.theme-3 .max-w-400px {
    max-width: 400px !important
}

.theme-3 .max-w-450px {
    max-width: 450px !important
}

.theme-3 .max-w-500px {
    max-width: 500px !important
}

.theme-3 .max-w-550px {
    max-width: 550px !important
}

.theme-3 .max-w-600px {
    max-width: 600px !important
}

.theme-3 .max-w-650px {
    max-width: 650px !important
}

.theme-3 .max-w-700px {
    max-width: 700px !important
}

.theme-3 .max-w-750px {
    max-width: 750px !important
}

.theme-3 .max-w-800px {
    max-width: 800px !important
}

.theme-3 .max-w-850px {
    max-width: 850px !important
}

.theme-3 .max-w-900px {
    max-width: 900px !important
}

.theme-3 .max-w-950px {
    max-width: 950px !important
}

.theme-3 .max-w-1000px {
    max-width: 1000px !important
}

.theme-3 .max-w-1440px {
    max-width: 1440px !important
}

.theme-3 .max-w-xs {
    max-width: 320px !important
}

.theme-3 .max-w-sm {
    max-width: 640px !important
}

.theme-3 .max-w-md {
    max-width: 720px !important
}

.theme-3 .max-w-lg {
    max-width: 1040px !important
}

.theme-3 .max-w-xl {
    max-width: 1280px !important
}

.theme-3 .max-w-100 {
    max-width: 100% !important
}

.theme-3 .h-4px {
    height: 4px !important
}

.theme-3 .h-16px {
    height: 16px !important
}

.theme-3 .h-24px {
    height: 24px !important
}

.theme-3 .h-32px {
    height: 32px !important
}

.theme-3 .h-36px {
    height: 36px !important
}

.theme-3 .h-40px {
    height: 40px !important
}

.theme-3 .h-48px {
    height: 48px !important
}

.theme-3 .h-56px {
    height: 56px !important
}

.theme-3 .h-64px {
    height: 64px !important
}

.theme-3 .h-72px {
    height: 72px !important
}

.theme-3 .h-80px {
    height: 80px !important
}

.theme-3 .h-96px {
    height: 96px !important
}

.theme-3 .h-100px {
    height: 100px !important
}

.theme-3 .h-150px {
    height: 150px !important
}

.theme-3 .h-200px {
    height: 200px !important
}

.theme-3 .h-250px {
    height: 250px !important
}

.theme-3 .h-300px {
    height: 300px !important
}

.theme-3 .h-400px {
    height: 400px !important
}

.theme-3 .h-500px {
    height: 500px !important
}

.theme-3 .h-600px {
    height: 600px !important
}

.theme-3 .h-700px {
    height: 700px !important
}

.theme-3 .h-750px {
    height: 750px !important
}

.theme-3 .h-1000px {
    height: 1000px !important
}

.theme-3 .h-1280px {
    height: 1280px !important
}

.theme-3 .h-100 {
    height: 100% !important
}

.theme-3 .h-screen {
    height: 100vh !important
}

.theme-3 .max-h-200px {
    max-height: 200px !important
}

.theme-3 .max-h-250px {
    max-height: 250px !important
}

.theme-3 .max-h-300px {
    max-height: 300px !important
}

.theme-3 .max-h-400px {
    max-height: 400px !important
}

.theme-3 .max-h-xs {
    max-height: 320px !important
}

.theme-3 .max-h-sm {
    max-height: 640px !important
}

.theme-3 .flex-1 {
    flex: 1 1 !important
}

.theme-3 .flex-none {
    flex: none !important
}

.theme-3 .flex-column {
    flex-direction: column !important
}

.theme-3 .flex-nowrap {
    flex-wrap: nowrap !important
}

.theme-3 .justify-start {
    justify-content: flex-start !important
}

.theme-3 .justify-center {
    justify-content: center !important
}

.theme-3 .justify-end {
    justify-content: flex-end !important
}

.theme-3 .justify-between {
    justify-content: space-between !important
}

.theme-3 .items-start {
    align-items: flex-start !important
}

.theme-3 .items-center {
    align-items: center !important
}

.theme-3 .items-end {
    align-items: flex-end !important
}

.theme-3 .self-center {
    align-self: center !important
}

.theme-3 [dir=rtl] .rtl\:order-first {
    order: -1 !important
}

.theme-3 .order-0,
.theme-3 [dir=rtl] .rtl\:order-0 {
    order: 0 !important
}

.theme-3 .order-1 {
    order: 1 !important
}

.theme-3 .order-2 {
    order: 2 !important
}

.theme-3 .order-3 {
    order: 3 !important
}

.theme-3 .m-0 {
    margin: 0 !important
}

.theme-3 .m-narrow {
    margin: .25rem !important
}

.theme-3 .m-1 {
    margin: .5rem !important
}

.theme-3 .m-2 {
    margin: 1rem !important
}

.theme-3 .m-3 {
    margin: 1.5rem !important
}

.theme-3 .m-4 {
    margin: 2rem !important
}

.theme-3 .m-auto {
    margin: auto !important
}

.theme-3 .mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.theme-3 .mx-narrow {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.theme-3 .mx-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.theme-3 .mx-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.theme-3 .mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.theme-3 .my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.theme-3 .my-1 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.theme-3 .my-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.theme-3 .my-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.theme-3 .my-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important
}

.theme-3 .my-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.theme-3 .my-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important
}

.theme-3 .mt-0 {
    margin-top: 0 !important
}

.theme-3 .mt-narrow {
    margin-top: .25rem !important
}

.theme-3 .mt-1 {
    margin-top: .5rem !important
}

.theme-3 .mt-2 {
    margin-top: 1rem !important
}

.theme-3 .mt-3 {
    margin-top: 1.5rem !important
}

.theme-3 .mt-4 {
    margin-top: 2rem !important
}

.theme-3 .mt-5 {
    margin-top: 2.5rem !important
}

.theme-3 .mt-6 {
    margin-top: 3rem !important
}

.theme-3 .mt-7 {
    margin-top: 3.5rem !important
}

.theme-3 .mt-8 {
    margin-top: 4rem !important
}

.theme-3 [dir=rtl] .rtl\:me-0 {
    margin-right: 0 !important
}

.theme-3 .me-narrow,
.theme-3 [dir=ltr] .ltr\:me-narrow,
.theme-3 [dir=rtl] .rtl\:me-narrow {
    margin-right: .25rem !important
}

.theme-3 .me-1,
.theme-3 [dir=ltr] .ltr\:me-1,
.theme-3 [dir=rtl] .rtl\:me-1 {
    margin-right: .5rem !important
}

.theme-3 [dir=rtl] .rtl\:me-2 {
    margin-right: 1rem !important
}

.theme-3 .me-3 {
    margin-right: 1.5rem !important
}

.theme-3 .me-4 {
    margin-right: 2rem !important
}

.theme-3 [dir=rtl] .rtl\:me-6 {
    margin-right: 3rem !important
}

.theme-3 [dir=ltr] .ltr\:me-8 {
    margin-right: 4rem !important
}

.theme-3 .mb-0 {
    margin-bottom: 0 !important
}

.theme-3 .mb-narrow {
    margin-bottom: .25rem !important
}

.theme-3 .mb-1 {
    margin-bottom: .5rem !important
}

.theme-3 .mb-2 {
    margin-bottom: 1rem !important
}

.theme-3 .mb-3 {
    margin-bottom: 1.5rem !important
}

.theme-3 .mb-4 {
    margin-bottom: 2rem !important
}

.theme-3 .mb-5 {
    margin-bottom: 2.5rem !important
}

.theme-3 .mb-6 {
    margin-bottom: 3rem !important
}

.theme-3 [dir=ltr] .ltr\:ms-0 {
    margin-left: 0 !important
}

.theme-3 .ms-narrow,
.theme-3 [dir=ltr] .ltr\:ms-narrow,
.theme-3 [dir=rtl] .rtl\:ms-narrow {
    margin-left: .25rem !important
}

.theme-3 .ms-1,
.theme-3 [dir=ltr] .ltr\:ms-1,
.theme-3 [dir=rtl] .rtl\:ms-1 {
    margin-left: .5rem !important
}

.theme-3 .ms-2,
.theme-3 [dir=ltr] .ltr\:ms-2 {
    margin-left: 1rem !important
}

.theme-3 .ms-3 {
    margin-left: 1.5rem !important
}

.theme-3 .ms-4 {
    margin-left: 2rem !important
}

.theme-3 [dir=ltr] .ltr\:ms-6 {
    margin-left: 3rem !important
}

.theme-3 [dir=rtl] .rtl\:ms-8 {
    margin-left: 4rem !important
}

.theme-3 .mx-n1 {
    margin-right: -.5rem !important;
    margin-left: -.5rem !important
}

.theme-3 .mt-nnarrow {
    margin-top: -.25rem !important
}

.theme-3 .mt-n3 {
    margin-top: -1.5rem !important
}

.theme-3 .mt-n4 {
    margin-top: -2rem !important
}

.theme-3 .mt-n8 {
    margin-top: -4rem !important
}

.theme-3 .mt-n9 {
    margin-top: -6rem !important
}

.theme-3 .me-n2,
.theme-3 [dir=rtl] .rtl\:me-n2 {
    margin-right: -1rem !important
}

.theme-3 .me-n3 {
    margin-right: -1.5rem !important
}

.theme-3 .me-n6 {
    margin-right: -3rem !important
}

.theme-3 .me-n8,
.theme-3 [dir=ltr] .ltr\:me-n8 {
    margin-right: -4rem !important
}

.theme-3 .mb-n4 {
    margin-bottom: -2rem !important
}

.theme-3 .mb-n8 {
    margin-bottom: -4rem !important
}

.theme-3 .ms-n2,
.theme-3 [dir=ltr] .ltr\:ms-n2 {
    margin-left: -1rem !important
}

.theme-3 .ms-n3 {
    margin-left: -1.5rem !important
}

.theme-3 .ms-n6,
.theme-3 [dir=rtl] .rtl\:ms-n6 {
    margin-left: -3rem !important
}

.theme-3 .ms-n8,
.theme-3 [dir=rtl] .rtl\:ms-n8 {
    margin-left: -4rem !important
}

.theme-3 .p-0 {
    padding: 0 !important
}

.theme-3 .p-narrow {
    padding: .25rem !important
}

.theme-3 .p-1 {
    padding: .5rem !important
}

.theme-3 .p-2 {
    padding: 1rem !important
}

.theme-3 .p-3 {
    padding: 1.5rem !important
}

.theme-3 .p-4 {
    padding: 2rem !important
}

.theme-3 .p-5 {
    padding: 2.5rem !important
}

.theme-3 .p-6 {
    padding: 3rem !important
}

.theme-3 .px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.theme-3 .px-narrow {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.theme-3 .px-1 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.theme-3 .px-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.theme-3 .px-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.theme-3 .px-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important
}

.theme-3 .px-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important
}

.theme-3 .py-narrow {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.theme-3 .py-1 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.theme-3 .py-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.theme-3 .py-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.theme-3 .py-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
}

.theme-3 .py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.theme-3 .py-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important
}

.theme-3 .py-9 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important
}

.theme-3 .py-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important
}

.theme-3 .pt-0 {
    padding-top: 0 !important
}

.theme-3 .pt-2 {
    padding-top: 1rem !important
}

.theme-3 .pt-3 {
    padding-top: 1.5rem !important
}

.theme-3 .pt-4 {
    padding-top: 2rem !important
}

.theme-3 .pt-6 {
    padding-top: 3rem !important
}

.theme-3 .pt-8 {
    padding-top: 4rem !important
}

.theme-3 .pt-9 {
    padding-top: 6rem !important
}

.theme-3 .pe-3,
.theme-3 [dir=rtl] .rtl\:pe-3 {
    padding-right: 1.5rem !important
}

.theme-3 [dir=ltr] .ltr\:pe-4 {
    padding-right: 2rem !important
}

.theme-3 .pb-0 {
    padding-bottom: 0 !important
}

.theme-3 .pb-narrow {
    padding-bottom: .25rem !important
}

.theme-3 .pb-2 {
    padding-bottom: 1rem !important
}

.theme-3 .pb-3 {
    padding-bottom: 1.5rem !important
}

.theme-3 .pb-4 {
    padding-bottom: 2rem !important
}

.theme-3 .pb-6 {
    padding-bottom: 3rem !important
}

.theme-3 .pb-7 {
    padding-bottom: 3.5rem !important
}

.theme-3 .pb-8 {
    padding-bottom: 4rem !important
}

.theme-3 .pb-10 {
    padding-bottom: 8rem !important
}

.theme-3 [dir=ltr] .ltr\:ps-3 {
    padding-left: 1.5rem !important
}

.theme-3 [dir=rtl] .rtl\:ps-4 {
    padding-left: 2rem !important
}

.theme-3 .gap-0 {
    gap: 0 !important
}

.theme-3 .gap-narrow {
    gap: .25rem !important
}

.theme-3 .gap-1 {
    gap: .5rem !important
}

.theme-3 .gap-2 {
    gap: 1rem !important
}

.theme-3 .gap-3 {
    gap: 1.5rem !important
}

.theme-3 .gap-4 {
    gap: 2rem !important
}

.theme-3 .gap-5 {
    gap: 2.5rem !important
}

.theme-3 .gap-6 {
    gap: 3rem !important
}

.theme-3 .gap-7 {
    gap: 3.5rem !important
}

.theme-3 .gap-8 {
    gap: 4rem !important
}

.theme-3 .gap-9 {
    gap: 6rem !important
}

.theme-3 .fs-1 {
    font-size: 2rem !important
}

.theme-3 .fs-2 {
    font-size: 1.75rem !important
}

.theme-3 .fs-4 {
    font-size: 1.25rem !important
}

.theme-3 .fs-5 {
    font-size: 1.125rem !important
}

.theme-3 .fs-6 {
    font-size: 1rem !important
}

.theme-3 .fs-7 {
    font-size: .875rem !important
}

.theme-3 .fs-8 {
    font-size: .75rem !important
}

.theme-3 .fst-italic {
    font-style: italic !important
}

.theme-3 .fw-light {
    font-weight: 300 !important
}

.theme-3 .fw-normal {
    font-weight: 400 !important
}

.theme-3 .fw-medium {
    font-weight: 500 !important
}

.theme-3 .fw-bold {
    font-weight: 700 !important
}

.theme-3 .lh-sm {
    line-height: .9 !important
}

.theme-3 .lh-lg {
    line-height: 1.2 !important
}

.theme-3 .text-start,
.theme-3 [dir=rtl] .rtl\:text-start {
    text-align: left !important
}

.theme-3 .text-end,
.theme-3 [dir=rtl] .rtl\:text-end {
    text-align: right !important
}

.theme-3 .text-center {
    text-align: center !important
}

.theme-3 .text-none {
    text-decoration: none !important
}

.theme-3 .text-underline {
    text-decoration: underline !important
}

.theme-3 .text-line-through {
    text-decoration: line-through !important
}

.theme-3 .text-uppercase {
    text-transform: uppercase !important
}

.theme-3 .text-nowrap {
    white-space: nowrap !important
}

.theme-3 .hover\:text-primary:hover,
.theme-3 .text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}

.theme-3 .text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
}

.theme-3 .text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important
}

.theme-3 .text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important
}

.theme-3 .hover\:text-danger:hover,
.theme-3 .text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}

.theme-3 .text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.theme-3 .text-gray {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-rgb), var(--bs-text-opacity)) !important
}

.theme-3 .text-gray-100 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-100-rgb), var(--bs-text-opacity)) !important
}

.theme-3 .text-gray-200 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-200-rgb), var(--bs-text-opacity)) !important
}

.theme-3 .text-gray-300 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-300-rgb), var(--bs-text-opacity)) !important
}

.theme-3 .text-gray-400 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-400-rgb), var(--bs-text-opacity)) !important
}

.theme-3 .text-gray-500 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-500-rgb), var(--bs-text-opacity)) !important
}

.theme-3 .text-gray-900 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-900-rgb), var(--bs-text-opacity))
}

.theme-3 .text-primary-200 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-200-rgb), var(--bs-text-opacity)) !important
}

.theme-3 .text-primary-400 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-400-rgb), var(--bs-text-opacity)) !important
}

.theme-3 .hover\:text-primary-600:hover {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-600-rgb), var(--bs-text-opacity)) !important
}

.theme-3 .text-primary-700 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-700-rgb), var(--bs-text-opacity)) !important
}

.theme-3 .text-secondary-200 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-200-rgb), var(--bs-text-opacity)) !important
}

.theme-3 .text-secondary-300 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-300-rgb), var(--bs-text-opacity)) !important
}

.theme-3 .text-warning-600 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-600-rgb), var(--bs-text-opacity)) !important
}

.theme-3 .text-blue {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-blue-rgb), var(--bs-text-opacity)) !important
}

.theme-3 .text-indigo {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-indigo-rgb), var(--bs-text-opacity)) !important
}

.theme-3 .text-purple-600 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-purple-600-rgb), var(--bs-text-opacity)) !important
}

.theme-3 .text-red {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-red-rgb), var(--bs-text-opacity)) !important
}

.theme-3 .text-orange {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-orange-rgb), var(--bs-text-opacity)) !important
}

.theme-3 .text-yellow {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-yellow-rgb), var(--bs-text-opacity)) !important
}

.theme-3 .text-green {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-green-rgb), var(--bs-text-opacity)) !important
}

.theme-3 .hover\:text-tertiary:hover,
.theme-3 .text-tertiary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-tertiary-rgb), var(--bs-text-opacity)) !important
}

.theme-3 .text-tertiary-200 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-tertiary-200-rgb), var(--bs-text-opacity)) !important
}

.theme-3 .text-tertiary-400 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-tertiary-400-rgb), var(--bs-text-opacity)) !important
}

.theme-3 .text-tertiary-700 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-tertiary-700-rgb), var(--bs-text-opacity)) !important
}

.theme-3 .text-tertiary-900 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-tertiary-900-rgb), var(--bs-text-opacity)) !important
}

.theme-3 .hover\:text-black:hover,
.theme-3 .text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}

.theme-3 .hover\:text-white:hover,
.theme-3 .text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.theme-3 .text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important
}

.theme-3 :where(.uc-dark) .dark\:hover\:text-primary:hover,
.theme-3 :where(.uc-dark) .dark\:text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}

.theme-3 :where(.uc-dark) .dark\:text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
}

.theme-3 :where(.uc-dark) .dark\:text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.theme-3 :where(.uc-dark) .dark\:text-gray-100 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-100-rgb), var(--bs-text-opacity)) !important
}

.theme-3 :where(.uc-dark) .dark\:text-gray-200 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-200-rgb), var(--bs-text-opacity)) !important
}

.theme-3 :where(.uc-dark) .dark\:text-gray-300 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-300-rgb), var(--bs-text-opacity)) !important
}

.theme-3 :where(.uc-dark) .dark\:text-gray-700 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-700-rgb), var(--bs-text-opacity)) !important
}

.theme-3 :where(.uc-dark) .dark\:hover\:text-gray-900:hover {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-900-rgb), var(--bs-text-opacity)) !important
}

.theme-3 :where(.uc-dark) .dark\:text-primary-400 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-400-rgb), var(--bs-text-opacity)) !important
}

.theme-3 :where(.uc-dark) .dark\:hover\:text-primary-700:hover,
.theme-3 :where(.uc-dark) .dark\:text-primary-700 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-700-rgb), var(--bs-text-opacity)) !important
}

.theme-3 :where(.uc-dark) .dark\:text-yellow-400 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-yellow-400-rgb), var(--bs-text-opacity)) !important
}

.theme-3 :where(.uc-dark) .dark\:hover\:text-tertiary:hover,
.theme-3 :where(.uc-dark) .dark\:text-tertiary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-tertiary-rgb), var(--bs-text-opacity)) !important
}

.theme-3 :where(.uc-dark) .dark\:text-tertiary-200 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-tertiary-200-rgb), var(--bs-text-opacity)) !important
}

.theme-3 :where(.uc-dark) .dark\:text-tertiary-400 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-tertiary-400-rgb), var(--bs-text-opacity)) !important
}

.theme-3 :where(.uc-dark) .dark\:hover\:text-white:hover,
.theme-3 :where(.uc-dark) .dark\:text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.theme-3 .text-opacity-20 {
    --bs-text-opacity: 0.2
}

.theme-3 .text-opacity-60 {
    --bs-text-opacity: 0.6
}

.theme-3 .hover\:text-opacity-70:hover,
.theme-3 .text-opacity-70 {
    --bs-text-opacity: 0.7
}

.theme-3 :where(.uc-dark) .dark\:text-opacity-50 {
    --bs-text-opacity: 0.5
}

.theme-3 :where(.uc-dark) .dark\:text-opacity-60 {
    --bs-text-opacity: 0.6
}

.theme-3 :where(.uc-dark) .dark\:text-opacity-70 {
    --bs-text-opacity: 0.7
}

.theme-3 .bg-primary,
.theme-3 .hover\:bg-primary:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.theme-3 .bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
}

.theme-3 .bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}

.theme-3 .bg-gray-25 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-25-rgb), var(--bs-bg-opacity)) !important
}

.theme-3 .bg-gray-50,
.theme-3 .hover\:bg-gray-50:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-50-rgb), var(--bs-bg-opacity)) !important
}

.theme-3 .bg-gray-100 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-100-rgb), var(--bs-bg-opacity)) !important
}

.theme-3 .bg-gray-300 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-300-rgb), var(--bs-bg-opacity)) !important
}

.theme-3 .hover\:bg-gray-600:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-600-rgb), var(--bs-bg-opacity)) !important
}

.theme-3 .bg-gray-800 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-800-rgb), var(--bs-bg-opacity)) !important
}

.theme-3 .bg-gray-900 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-900-rgb), var(--bs-bg-opacity)) !important
}

.theme-3 .bg-primary-25 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-25-rgb), var(--bs-bg-opacity)) !important
}

.theme-3 .bg-primary-100 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-100-rgb), var(--bs-bg-opacity)) !important
}

.theme-3 .bg-primary-300 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-300-rgb), var(--bs-bg-opacity)) !important
}

.theme-3 .bg-primary-400 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-400-rgb), var(--bs-bg-opacity)) !important
}

.theme-3 .bg-primary-600 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-600-rgb), var(--bs-bg-opacity)) !important
}

.theme-3 .bg-primary-700 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-700-rgb), var(--bs-bg-opacity)) !important
}

.theme-3 .bg-secondary-200 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-200-rgb), var(--bs-bg-opacity)) !important
}

.theme-3 .bg-secondary-300,
.theme-3 .hover\:bg-secondary-300:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-300-rgb), var(--bs-bg-opacity)) !important
}

.theme-3 .bg-warning-100 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-100-rgb), var(--bs-bg-opacity)) !important
}

.theme-3 .bg-blue-100 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-blue-100-rgb), var(--bs-bg-opacity)) !important
}

.theme-3 .bg-blue-600 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-blue-600-rgb), var(--bs-bg-opacity)) !important
}

.theme-3 .bg-indigo-100 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-indigo-100-rgb), var(--bs-bg-opacity)) !important
}

.theme-3 .bg-purple-100 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-purple-100-rgb), var(--bs-bg-opacity)) !important
}

.theme-3 .bg-red {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-red-rgb), var(--bs-bg-opacity)) !important
}

.theme-3 .bg-orange-100 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-orange-100-rgb), var(--bs-bg-opacity)) !important
}

.theme-3 .bg-yellow {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-yellow-rgb), var(--bs-bg-opacity)) !important
}

.theme-3 .bg-yellow-400 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-yellow-400-rgb), var(--bs-bg-opacity)) !important
}

.theme-3 .bg-tertiary,
.theme-3 .hover\:bg-tertiary:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-rgb), var(--bs-bg-opacity)) !important
}

.theme-3 .bg-tertiary-50 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-50-rgb), var(--bs-bg-opacity)) !important
}

.theme-3 .bg-tertiary-300 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-300-rgb), var(--bs-bg-opacity)) !important
}

.theme-3 .bg-tertiary-700 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-700-rgb), var(--bs-bg-opacity)) !important
}

.theme-3 .bg-tertiary-800 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-800-rgb), var(--bs-bg-opacity)) !important
}

.theme-3 .bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}

.theme-3 .bg-white,
.theme-3 .hover\:bg-white:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity))
}

.theme-3 .bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important
}

.theme-3 :where(.uc-dark) .dark\:bg-primary,
.theme-3 :where(.uc-dark) .dark\:hover\:bg-primary:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.theme-3 :where(.uc-dark) .dark\:bg-secondary,
.theme-3 :where(.uc-dark) .dark\:hover\:bg-secondary:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
}

.theme-3 :where(.uc-dark) .dark\:bg-gray-100 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-100-rgb), var(--bs-bg-opacity)) !important
}

.theme-3 :where(.uc-dark) .dark\:bg-gray-300 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-300-rgb), var(--bs-bg-opacity)) !important
}

.theme-3 :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
}

.theme-3 :where(.uc-dark) .dark\:bg-gray-600 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-600-rgb), var(--bs-bg-opacity)) !important
}

.theme-3 :where(.uc-dark) .dark\:bg-gray-700,
.theme-3 :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
}

.theme-3 :where(.uc-dark) .dark\:bg-gray-800,
.theme-3 :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
}

.theme-3 :where(.uc-dark) .dark\:bg-gray-900 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-900-rgb), var(--bs-bg-opacity)) !important
}

.theme-3 :where(.uc-dark) .dark\:bg-primary-700 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-700-rgb), var(--bs-bg-opacity)) !important
}

.theme-3 :where(.uc-dark) .dark\:bg-tertiary,
.theme-3 :where(.uc-dark) .dark\:hover\:bg-tertiary:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-rgb), var(--bs-bg-opacity)) !important
}

.theme-3 :where(.uc-dark) .dark\:hover\:bg-tertiary-300:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-300-rgb), var(--bs-bg-opacity)) !important
}

.theme-3 :where(.uc-dark) .dark\:bg-tertiary-600 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-600-rgb), var(--bs-bg-opacity)) !important
}

.theme-3 :where(.uc-dark) .dark\:bg-tertiary-700 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-700-rgb), var(--bs-bg-opacity)) !important
}

.theme-3 :where(.uc-dark) .dark\:bg-tertiary-800 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-800-rgb), var(--bs-bg-opacity)) !important
}

.theme-3 :where(.uc-dark) .dark\:bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}

.theme-3 :where(.uc-dark) .dark\:bg-white,
.theme-3 :where(.uc-dark) .dark\:hover\:bg-white:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.theme-3 .bg-opacity-5,
.theme-3 .hover\:bg-opacity-5:hover {
    --bs-bg-opacity: 0.05
}

.theme-3 .bg-opacity-10 {
    --bs-bg-opacity: 0.1
}

.theme-3 .bg-opacity-15 {
    --bs-bg-opacity: 0.15
}

.theme-3 .bg-opacity-40 {
    --bs-bg-opacity: 0.4
}

.theme-3 .bg-opacity-50 {
    --bs-bg-opacity: 0.5
}

.theme-3 .bg-opacity-70 {
    --bs-bg-opacity: 0.7
}

.theme-3 .bg-opacity-80 {
    --bs-bg-opacity: 0.8
}

.theme-3 .bg-opacity-90 {
    --bs-bg-opacity: 0.9
}

.theme-3 :where(.uc-dark) .dark\:bg-opacity-0 {
    --bs-bg-opacity: 0
}

.theme-3 :where(.uc-dark) .dark\:bg-opacity-5 {
    --bs-bg-opacity: 0.05
}

.theme-3 :where(.uc-dark) .dark\:bg-opacity-10 {
    --bs-bg-opacity: 0.1
}

.theme-3 :where(.uc-dark) .dark\:bg-opacity-15 {
    --bs-bg-opacity: 0.15
}

.theme-3 :where(.uc-dark) .dark\:bg-opacity-50 {
    --bs-bg-opacity: 0.5
}

.theme-3 .rounded {
    border-radius: var(--radius) !important
}

.theme-3 .rounded-default {
    border-radius: 8px !important
}

.theme-3 .rounded-1 {
    border-radius: 4px !important
}

.theme-3 .rounded-1-5 {
    border-radius: 12px !important
}

.theme-3 .rounded-2 {
    border-radius: 16px !important
}

.theme-3 .rounded-3 {
    border-radius: 24px !important
}

.theme-3 .rounded-5 {
    border-radius: 40px !important
}

.theme-3 .rounded-circle {
    border-radius: 50% !important
}

.theme-3 .rounded-pill {
    border-radius: 50rem !important
}

.theme-3 .rounded-0 {
    border-radius: 0 !important
}

.theme-3 .rounded-bottom-1-5 {
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important
}

.theme-3 .rounded-bottom-2 {
    border-bottom-right-radius: 16px !important;
    border-bottom-left-radius: 16px !important
}

.theme-3 .rounded-bottom-3 {
    border-bottom-right-radius: 24px !important;
    border-bottom-left-radius: 24px !important
}

.theme-3 .rounded-start-2 {
    border-bottom-left-radius: 16px !important;
    border-top-left-radius: 16px !important
}

.theme-3 .border-dashed {
    border-style: dashed !important
}

.theme-3 .bg-cover {
    background-size: cover !important
}

.theme-3 .bg-contain {
    background-size: contain !important
}

.theme-3 .text-truncate-1 {
    -webkit-line-clamp: 1 !important
}

.theme-3 .text-truncate-3 {
    -webkit-line-clamp: 3 !important
}

.theme-3 .min-w-24px {
    min-width: 24px !important
}

.theme-3 .min-w-32px {
    min-width: 32px !important
}

.theme-3 .min-w-40px {
    min-width: 40px !important
}

.theme-3 .min-w-48px {
    min-width: 48px !important
}

.theme-3 .min-w-150px {
    min-width: 150px !important
}

.theme-3 .min-w-300px {
    min-width: 300px !important
}

.theme-3 .min-w-700px {
    min-width: 700px !important
}

.theme-3 .min-w-1\/4 {
    min-width: 25% !important
}

.theme-3 .min-w-1\/2 {
    min-width: 50% !important
}

.theme-3 .min-w-xs {
    min-width: 320px !important
}

.theme-3 .min-w-100 {
    min-width: 100% !important
}

.theme-3 .min-h-24px {
    min-height: 24px !important
}

.theme-3 .min-h-32px {
    min-height: 32px !important
}

.theme-3 .min-h-48px {
    min-height: 48px !important
}

.theme-3 .min-h-56px {
    min-height: 56px !important
}

.theme-3 .min-h-64px {
    min-height: 64px !important
}

.theme-3 .min-h-80px {
    min-height: 80px !important
}

.theme-3 .min-h-150px {
    min-height: 150px !important
}

.theme-3 .min-h-200px {
    min-height: 200px !important
}

.theme-3 .min-h-250px {
    min-height: 250px !important
}

.theme-3 .min-h-300px {
    min-height: 300px !important
}

.theme-3 .min-h-350px {
    min-height: 350px !important
}

.theme-3 .min-h-450px {
    min-height: 450px !important
}

.theme-3 .min-h-600px {
    min-height: 600px !important
}

.theme-3 .min-h-700px {
    min-height: 700px !important
}

.theme-3 .min-h-screen {
    min-height: 100vh !important
}

.theme-3 .overflow-x-hidden {
    overflow-x: hidden !important
}

.theme-3 .icon-narrow {
    width: 16px !important;
    height: 16px !important;
    font-size: 16px !important
}

.theme-3 .icon-1 {
    width: 20px !important;
    height: 20px !important;
    font-size: 20px !important
}

.theme-3 .icon-2 {
    width: 24px !important;
    height: 24px !important;
    font-size: 24px !important
}

.theme-3 .icon-3 {
    width: 32px !important;
    height: 32px !important;
    font-size: 32px !important
}

.theme-3 .icon-4 {
    width: 48px !important;
    height: 48px !important;
    font-size: 48px !important
}

.theme-3 .mask-x {
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent) !important;
    mask-image: linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent) !important
}

.theme-3 .hover\:contrast-shadow:hover {
    box-shadow: 3px 3px 0 0 var(--shadowColor, #000) !important
}

.theme-3 .contrast-shadow-sm {
    box-shadow: 2px 2px 0 0 var(--shadowColor, #000) !important
}

.theme-3 .contrast-shadow-md,
.theme-3 .hover\:contrast-shadow-md:hover {
    box-shadow: 4px 4px 0 0 var(--shadowColor, #000) !important
}

.theme-3 .contrast-shadow-lg {
    box-shadow: 8px 8px 0 0 var(--shadowColor, #000) !important
}

.theme-3 .ls-0 {
    letter-spacing: 0 !important
}

.theme-3 .-ls-1 {
    letter-spacing: -1px !important
}

.theme-3 .-ls-2 {
    letter-spacing: -2px !important
}

.theme-3 .-ls-3 {
    letter-spacing: -3px !important
}

.theme-3 .-ls-4 {
    letter-spacing: -4px !important
}

.theme-3 .transition {
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color !important
}

.theme-3 .transition-all {
    transition-property: all !important
}

.theme-3 .transition-colors {
    transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color !important
}

.theme-3 .transition-transform {
    transition-property: transform !important
}

.theme-3 .duration-150 {
    transition-duration: .15s !important
}

.theme-3 .duration-200 {
    transition-duration: .2s !important
}

.theme-3 .duration-250 {
    transition-duration: .25s !important
}

.theme-3 .ease-linear {
    transition-timing-function: linear !important
}

.theme-3 .ease-in {
    transition-timing-function: cubic-bezier(.4, 0, 1, 1) !important
}

.theme-3 .hover\:scale-105:hover {
    transform: scale(1.05) !important
}

.theme-3 .hover\:scale-110:hover {
    transform: scale(1.1) !important
}

.theme-3 .translate-y-px {
    transform: translateY(1px) !important
}

.theme-3 .hover\:-translate-y-1:hover {
    transform: translateY(-.5rem) !important
}

.theme-3 .rotate-12 {
    transform: rotate(12deg) !important
}

.theme-3 .rotate-45 {
    transform: rotate(45deg) !important
}

.theme-3 .hover\:rotate-90:hover {
    transform: rotate(90deg) !important
}

.theme-3 [dir=rtl] .rtl\:rotate-180 {
    transform: rotate(180deg) !important
}

.theme-3 .-rotate-1 {
    transform: rotate(-1deg) !important
}

.theme-3 .-rotate-2 {
    transform: rotate(-2deg) !important
}

.theme-3 .-rotate-12 {
    transform: rotate(-12deg) !important
}

.theme-3 .-rotate-45 {
    transform: rotate(-45deg) !important
}

.theme-3 [dir=rtl] .rtl\:-rotate-90 {
    transform: rotate(-90deg) !important
}

.theme-3 .origin-top-right {
    transform-origin: top right !important
}

.theme-3 .origin-top-left {
    transform-origin: top left !important
}

.theme-3 .origin-bottom-right {
    transform-origin: bottom right !important
}

.theme-3 .origin-bottom {
    transform-origin: bottom !important
}

.theme-3 .blend-color-dodge {
    mix-blend-mode: color-dodge !important
}

.theme-3 .blend-difference {
    mix-blend-mode: difference !important
}

.theme-3 .blend-overlay {
    mix-blend-mode: overlay !important
}

.theme-3 .blend-plus-lighter {
    mix-blend-mode: plus-lighter !important
}

.theme-3 .blend-soft-light {
    mix-blend-mode: soft-light !important
}

.theme-3 :where(.uc-dark) .dark\:blend-overlay {
    mix-blend-mode: overlay !important
}

.theme-3 .blur-10 {
    filter: blur(128px) !important
}

.theme-3 .backdrop-1 {
    -webkit-backdrop-filter: blur(4px) !important;
    backdrop-filter: blur(4px) !important
}

.theme-3 .backdrop-2 {
    -webkit-backdrop-filter: blur(8px) !important;
    backdrop-filter: blur(8px) !important
}

.theme-3 [dir=ltr] .ltr\:rounded-top-start-1-5 {
    border-top-left-radius: 12px !important
}

.theme-3 [dir=rtl] .rtl\:rounded-top-end-1-5 {
    border-top-right-radius: 12px !important
}

.theme-3 .ratio-1x1 {
    --bs-aspect-ratio: 100% !important
}

.theme-3 .ratio-2x1 {
    --bs-aspect-ratio: 50% !important
}

.theme-3 .ratio-2x3 {
    --bs-aspect-ratio: 150% !important
}

.theme-3 .ratio-3x2 {
    --bs-aspect-ratio: 66.6666667% !important
}

.theme-3 .ratio-3x4 {
    --bs-aspect-ratio: 133.333333% !important
}

.theme-3 .ratio-4x3 {
    --bs-aspect-ratio: 75% !important
}

.theme-3 .ratio-16x9 {
    --bs-aspect-ratio: 56.25% !important
}

.theme-3 .z-1 {
    z-index: 1 !important
}

.theme-3 .z-1n {
    z-index: -1 !important
}

.theme-3 .z-2 {
    z-index: 2 !important
}

.theme-3 .z-99 {
    z-index: 99 !important
}

.theme-3 .z-999 {
    z-index: 999 !important
}

.theme-3 .z-1080 {
    z-index: 1080 !important
}

.theme-3 .z-0 {
    z-index: 0 !important
}

@media(min-width:459px) {
    .theme-3 .sm\:d-inline-block {
        display: inline-block !important
    }

    .theme-3 .sm\:d-block {
        display: block !important
    }

    .theme-3 .sm\:d-none {
        display: none !important
    }

    .theme-3 .sm\:border-3 {
        border-width: 3px !important
    }

    .theme-3 .sm\:w-32px {
        width: 32px !important
    }

    .theme-3 .sm\:w-56px {
        width: 56px !important
    }

    .theme-3 .sm\:w-80px {
        width: 80px !important
    }

    .theme-3 .sm\:w-250px {
        width: 250px !important
    }

    .theme-3 .sm\:w-300px {
        width: 300px !important
    }

    .theme-3 .sm\:w-350px {
        width: 350px !important
    }

    .theme-3 .sm\:w-500px {
        width: 500px !important
    }

    .theme-3 .sm\:w-550px {
        width: 550px !important
    }

    .theme-3 .sm\:w-3\/5 {
        width: 60% !important
    }

    .theme-3 .sm\:w-1\/2 {
        width: 50% !important
    }

    .theme-3 .sm\:w-auto {
        width: auto !important
    }

    .theme-3 .sm\:max-w-500px {
        max-width: 500px !important
    }

    .theme-3 .sm\:max-w-600px {
        max-width: 600px !important
    }

    .theme-3 .sm\:max-w-md {
        max-width: 720px !important
    }

    .theme-3 .sm\:max-w-lg {
        max-width: 1040px !important
    }

    .theme-3 .sm\:h-32px {
        height: 32px !important
    }

    .theme-3 .sm\:h-40px {
        height: 40px !important
    }

    .theme-3 .sm\:h-56px {
        height: 56px !important
    }

    .theme-3 .sm\:h-80px {
        height: 80px !important
    }

    .theme-3 .sm\:h-500px {
        height: 500px !important
    }

    .theme-3 .sm\:h-600px {
        height: 600px !important
    }

    .theme-3 .sm\:order-1 {
        order: 1 !important
    }

    .theme-3 .sm\:m-0 {
        margin: 0 !important
    }

    .theme-3 .sm\:my-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .theme-3 .sm\:my-4 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important
    }

    .theme-3 .sm\:mt-0 {
        margin-top: 0 !important
    }

    .theme-3 .sm\:mt-1 {
        margin-top: .5rem !important
    }

    .theme-3 .sm\:mt-2 {
        margin-top: 1rem !important
    }

    .theme-3 .sm\:mt-3 {
        margin-top: 1.5rem !important
    }

    .theme-3 .sm\:mt-4 {
        margin-top: 2rem !important
    }

    .theme-3 .sm\:mt-6 {
        margin-top: 3rem !important
    }

    .theme-3 .sm\:mb-6 {
        margin-bottom: 3rem !important
    }

    .theme-3 .sm\:mb-8 {
        margin-bottom: 4rem !important
    }

    .theme-3 .sm\:p-3 {
        padding: 1.5rem !important
    }

    .theme-3 .sm\:p-4 {
        padding: 2rem !important
    }

    .theme-3 .sm\:p-6 {
        padding: 3rem !important
    }

    .theme-3 .sm\:px-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .theme-3 .sm\:px-4 {
        padding-right: 2rem !important;
        padding-left: 2rem !important
    }

    .theme-3 .sm\:py-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .theme-3 .sm\:py-8 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .theme-3 .sm\:py-9 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important
    }

    .theme-3 .sm\:pt-6 {
        padding-top: 3rem !important
    }

    .theme-3 .sm\:pt-8 {
        padding-top: 4rem !important
    }

    .theme-3 .sm\:pt-10 {
        padding-top: 8rem !important
    }

    .theme-3 .sm\:pb-6 {
        padding-bottom: 3rem !important
    }

    .theme-3 .sm\:pb-8 {
        padding-bottom: 4rem !important
    }

    .theme-3 .sm\:pb-9 {
        padding-bottom: 6rem !important
    }

    .theme-3 .sm\:gap-3 {
        gap: 1.5rem !important
    }

    .theme-3 .sm\:gap-4 {
        gap: 2rem !important
    }

    .theme-3 .sm\:gap-6 {
        gap: 3rem !important
    }

    .theme-3 .sm\:gap-8 {
        gap: 4rem !important
    }

    .theme-3 .sm\:fs-4 {
        font-size: 1.25rem !important
    }

    .theme-3 .sm\:fs-5 {
        font-size: 1.125rem !important
    }

    .theme-3 .sm\:fs-6 {
        font-size: 1rem !important
    }

    .theme-3 .sm\:text-start {
        text-align: left !important
    }

    .theme-3 .sm\:text-center {
        text-align: center !important
    }

    .theme-3 .sm\:rounded-1-5 {
        border-radius: 12px !important
    }

    .theme-3 .sm\:rounded-2 {
        border-radius: 16px !important
    }

    .theme-3 .sm\:rounded-start-0 {
        border-bottom-left-radius: 0 !important;
        border-top-left-radius: 0 !important
    }

    .theme-3 .sm\:min-w-100px {
        min-width: 100px !important
    }

    .theme-3 .sm\:min-w-150px {
        min-width: 150px !important
    }

    .theme-3 .sm\:min-h-100px {
        min-height: 100px !important
    }

    .theme-3 .sm\:icon-3 {
        width: 32px !important;
        height: 32px !important;
        font-size: 32px !important
    }

    .theme-3 .sm\:rounded-top-end-0 {
        border-top-right-radius: 0 !important
    }

    .theme-3 .sm\:rounded-bottom-end-0 {
        border-bottom-right-radius: 0 !important
    }
}

@media(min-width:768px) {
    .theme-3 .md\:d-block {
        display: block !important
    }

    .theme-3 .md\:d-flex {
        display: flex !important
    }

    .theme-3 .md\:d-none {
        display: none !important
    }

    .theme-3 .md\:w-40px {
        width: 40px !important
    }

    .theme-3 .md\:w-48px {
        width: 48px !important
    }

    .theme-3 .md\:w-56px {
        width: 56px !important
    }

    .theme-3 .md\:w-100px {
        width: 100px !important
    }

    .theme-3 .md\:w-500px {
        width: 500px !important
    }

    .theme-3 .md\:w-1\/2 {
        width: 50% !important
    }

    .theme-3 .md\:max-w-128px {
        max-width: 128px !important
    }

    .theme-3 .md\:max-w-150px {
        max-width: 150px !important
    }

    .theme-3 .md\:max-w-1\/2 {
        max-width: 50% !important
    }

    .theme-3 .md\:h-40px {
        height: 40px !important
    }

    .theme-3 .md\:h-48px {
        height: 48px !important
    }

    .theme-3 .md\:h-100px {
        height: 100px !important
    }

    .theme-3 .md\:h-screen {
        height: 100vh !important
    }

    .theme-3 .md\:justify-start {
        justify-content: flex-start !important
    }

    .theme-3 .md\:items-end {
        align-items: flex-end !important
    }

    .theme-3 .md\:order-1 {
        order: 1 !important
    }

    .theme-3 .md\:order-2 {
        order: 2 !important
    }

    .theme-3 .md\:m-2 {
        margin: 1rem !important
    }

    .theme-3 .md\:my-2 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .theme-3 .md\:my-3 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .theme-3 .md\:mt-2 {
        margin-top: 1rem !important
    }

    .theme-3 .md\:mt-4 {
        margin-top: 2rem !important
    }

    .theme-3 .md\:mt-6 {
        margin-top: 3rem !important
    }

    .theme-3 .md\:mt-8 {
        margin-top: 4rem !important
    }

    .theme-3 .md\:me-2 {
        margin-right: 1rem !important
    }

    .theme-3 .md\:mb-4 {
        margin-bottom: 2rem !important
    }

    .theme-3 .md\:ms-2 {
        margin-left: 1rem !important
    }

    .theme-3 .md\:mt-n10 {
        margin-top: -8rem !important
    }

    .theme-3 .md\:p-2 {
        padding: 1rem !important
    }

    .theme-3 .md\:p-3 {
        padding: 1.5rem !important
    }

    .theme-3 .md\:p-4 {
        padding: 2rem !important
    }

    .theme-3 .md\:p-6 {
        padding: 3rem !important
    }

    .theme-3 .md\:p-8 {
        padding: 4rem !important
    }

    .theme-3 .md\:px-4 {
        padding-right: 2rem !important;
        padding-left: 2rem !important
    }

    .theme-3 .md\:py-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .theme-3 .md\:py-8 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .theme-3 .md\:pt-6 {
        padding-top: 3rem !important
    }

    .theme-3 .md\:pt-8 {
        padding-top: 4rem !important
    }

    .theme-3 [dir=ltr] .ltr\:md\:pe-8 {
        padding-right: 4rem !important
    }

    .theme-3 .md\:pb-0 {
        padding-bottom: 0 !important
    }

    .theme-3 .md\:pb-6 {
        padding-bottom: 3rem !important
    }

    .theme-3 [dir=rtl] .rtl\:md\:ps-8 {
        padding-left: 4rem !important
    }

    .theme-3 .md\:gap-2 {
        gap: 1rem !important
    }

    .theme-3 .md\:gap-3 {
        gap: 1.5rem !important
    }

    .theme-3 .md\:gap-4 {
        gap: 2rem !important
    }

    .theme-3 .md\:gap-6 {
        gap: 3rem !important
    }

    .theme-3 .md\:fs-5 {
        font-size: 1.125rem !important
    }

    .theme-3 .md\:fs-6 {
        font-size: 1rem !important
    }

    .theme-3 .md\:min-h-250px {
        min-height: 250px !important
    }

    .theme-3 .md\:icon-1 {
        width: 20px !important;
        height: 20px !important;
        font-size: 20px !important
    }

    .theme-3 .md\:icon-2 {
        width: 24px !important;
        height: 24px !important;
        font-size: 24px !important
    }
}

@media(min-width:992px) {
    .theme-3 .lg\:overflow-hidden {
        overflow: hidden !important
    }

    .theme-3 .lg\:d-inline-block {
        display: inline-block !important
    }

    .theme-3 .lg\:d-block {
        display: block !important
    }

    .theme-3 .lg\:d-flex {
        display: flex !important
    }

    .theme-3 .lg\:d-inline-flex {
        display: inline-flex !important
    }

    .theme-3 .lg\:d-none {
        display: none !important
    }

    .theme-3 .lg\:w-40px {
        width: 40px !important
    }

    .theme-3 .lg\:w-48px {
        width: 48px !important
    }

    .theme-3 .lg\:w-56px {
        width: 56px !important
    }

    .theme-3 .lg\:w-64px {
        width: 64px !important
    }

    .theme-3 .lg\:w-72px {
        width: 72px !important
    }

    .theme-3 .lg\:w-80px {
        width: 80px !important
    }

    .theme-3 .lg\:w-96px {
        width: 96px !important
    }

    .theme-3 .lg\:w-100px {
        width: 100px !important
    }

    .theme-3 .lg\:w-128px {
        width: 128px !important
    }

    .theme-3 .lg\:w-150px {
        width: 150px !important
    }

    .theme-3 .lg\:w-200px {
        width: 200px !important
    }

    .theme-3 .lg\:w-250px {
        width: 250px !important
    }

    .theme-3 .lg\:w-300px {
        width: 300px !important
    }

    .theme-3 .lg\:w-450px {
        width: 450px !important
    }

    .theme-3 .lg\:w-500px {
        width: 500px !important
    }

    .theme-3 .lg\:w-800px {
        width: 800px !important
    }

    .theme-3 .lg\:w-1\/6 {
        width: 16.6666667% !important
    }

    .theme-3 .lg\:w-5\/6 {
        width: 83.3333333% !important
    }

    .theme-3 .lg\:w-1\/3 {
        width: 33.3333333% !important
    }

    .theme-3 .lg\:w-1\/2 {
        width: 50% !important
    }

    .theme-3 .lg\:max-w-56px {
        max-width: 56px !important
    }

    .theme-3 .lg\:max-w-80px {
        max-width: 80px !important
    }

    .theme-3 .lg\:max-w-128px {
        max-width: 128px !important
    }

    .theme-3 .lg\:max-w-300px {
        max-width: 300px !important
    }

    .theme-3 .lg\:max-w-350px {
        max-width: 350px !important
    }

    .theme-3 .lg\:max-w-500px {
        max-width: 500px !important
    }

    .theme-3 .lg\:max-w-600px {
        max-width: 600px !important
    }

    .theme-3 .lg\:max-w-650px {
        max-width: 650px !important
    }

    .theme-3 .lg\:max-w-700px {
        max-width: 700px !important
    }

    .theme-3 .lg\:max-w-750px {
        max-width: 750px !important
    }

    .theme-3 .lg\:max-w-900px {
        max-width: 900px !important
    }

    .theme-3 .lg\:max-w-950px {
        max-width: 950px !important
    }

    .theme-3 .lg\:max-w-3\/5 {
        max-width: 60% !important
    }

    .theme-3 .lg\:max-w-1\/2 {
        max-width: 50% !important
    }

    .theme-3 .lg\:max-w-lg {
        max-width: 1040px !important
    }

    .theme-3 .lg\:h-40px {
        height: 40px !important
    }

    .theme-3 .lg\:h-48px {
        height: 48px !important
    }

    .theme-3 .lg\:h-56px {
        height: 56px !important
    }

    .theme-3 .lg\:h-64px {
        height: 64px !important
    }

    .theme-3 .lg\:h-80px {
        height: 80px !important
    }

    .theme-3 .lg\:h-96px {
        height: 96px !important
    }

    .theme-3 .lg\:h-100px {
        height: 100px !important
    }

    .theme-3 .lg\:h-150px {
        height: 150px !important
    }

    .theme-3 .lg\:h-500px {
        height: 500px !important
    }

    .theme-3 .lg\:h-screen {
        height: 100vh !important
    }

    .theme-3 .lg\:max-h-550px {
        max-height: 550px !important
    }

    .theme-3 .lg\:justify-start {
        justify-content: flex-start !important
    }

    .theme-3 .lg\:justify-center {
        justify-content: center !important
    }

    .theme-3 .lg\:justify-end {
        justify-content: flex-end !important
    }

    .theme-3 .lg\:justify-between {
        justify-content: space-between !important
    }

    .theme-3 .lg\:items-start {
        align-items: flex-start !important
    }

    .theme-3 .lg\:order-0 {
        order: 0 !important
    }

    .theme-3 .lg\:order-1 {
        order: 1 !important
    }

    .theme-3 .lg\:order-2 {
        order: 2 !important
    }

    .theme-3 .lg\:m-0 {
        margin: 0 !important
    }

    .theme-3 .lg\:m-2 {
        margin: 1rem !important
    }

    .theme-3 .lg\:m-6 {
        margin: 3rem !important
    }

    .theme-3 .lg\:m-auto {
        margin: auto !important
    }

    .theme-3 .lg\:mx-2 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .theme-3 .lg\:mx-3 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .theme-3 .lg\:mx-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .theme-3 .lg\:my-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .theme-3 .lg\:my-3 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .theme-3 .lg\:my-4 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important
    }

    .theme-3 .lg\:my-6 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .theme-3 .lg\:mt-0 {
        margin-top: 0 !important
    }

    .theme-3 .lg\:mt-2 {
        margin-top: 1rem !important
    }

    .theme-3 .lg\:mt-3 {
        margin-top: 1.5rem !important
    }

    .theme-3 .lg\:mt-4 {
        margin-top: 2rem !important
    }

    .theme-3 .lg\:mt-6 {
        margin-top: 3rem !important
    }

    .theme-3 .lg\:mt-8 {
        margin-top: 4rem !important
    }

    .theme-3 .lg\:mt-9 {
        margin-top: 6rem !important
    }

    .theme-3 .lg\:me-5 {
        margin-right: 2.5rem !important
    }

    .theme-3 .lg\:mb-2 {
        margin-bottom: 1rem !important
    }

    .theme-3 .lg\:mb-3 {
        margin-bottom: 1.5rem !important
    }

    .theme-3 .lg\:mb-5 {
        margin-bottom: 2.5rem !important
    }

    .theme-3 .lg\:mb-6 {
        margin-bottom: 3rem !important
    }

    .theme-3 .lg\:mb-8 {
        margin-bottom: 4rem !important
    }

    .theme-3 .lg\:mb-9 {
        margin-bottom: 6rem !important
    }

    .theme-3 .lg\:p-3 {
        padding: 1.5rem !important
    }

    .theme-3 .lg\:p-4 {
        padding: 2rem !important
    }

    .theme-3 .lg\:p-5 {
        padding: 2.5rem !important
    }

    .theme-3 .lg\:p-6 {
        padding: 3rem !important
    }

    .theme-3 .lg\:p-8 {
        padding: 4rem !important
    }

    .theme-3 .lg\:px-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .theme-3 .lg\:px-2 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .theme-3 .lg\:px-3 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .theme-3 .lg\:px-4 {
        padding-right: 2rem !important;
        padding-left: 2rem !important
    }

    .theme-3 .lg\:px-5 {
        padding-right: 2.5rem !important;
        padding-left: 2.5rem !important
    }

    .theme-3 .lg\:px-6 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .theme-3 .lg\:py-3 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .theme-3 .lg\:py-4 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important
    }

    .theme-3 .lg\:py-5 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important
    }

    .theme-3 .lg\:py-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .theme-3 .lg\:py-8 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .theme-3 .lg\:py-9 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important
    }

    .theme-3 .lg\:py-10 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important
    }

    .theme-3 .lg\:pt-0 {
        padding-top: 0 !important
    }

    .theme-3 .lg\:pt-2 {
        padding-top: 1rem !important
    }

    .theme-3 .lg\:pt-4 {
        padding-top: 2rem !important
    }

    .theme-3 .lg\:pt-6 {
        padding-top: 3rem !important
    }

    .theme-3 .lg\:pt-8 {
        padding-top: 4rem !important
    }

    .theme-3 .lg\:pt-10 {
        padding-top: 8rem !important
    }

    .theme-3 [dir=rtl] .rtl\:lg\:pe-4 {
        padding-right: 2rem !important
    }

    .theme-3 .lg\:pb-3 {
        padding-bottom: 1.5rem !important
    }

    .theme-3 .lg\:pb-6 {
        padding-bottom: 3rem !important
    }

    .theme-3 .lg\:pb-8 {
        padding-bottom: 4rem !important
    }

    .theme-3 .lg\:pb-9 {
        padding-bottom: 6rem !important
    }

    .theme-3 [dir=ltr] .ltr\:lg\:ps-4 {
        padding-left: 2rem !important
    }

    .theme-3 .lg\:gap-1 {
        gap: .5rem !important
    }

    .theme-3 .lg\:gap-2 {
        gap: 1rem !important
    }

    .theme-3 .lg\:gap-3 {
        gap: 1.5rem !important
    }

    .theme-3 .lg\:gap-4 {
        gap: 2rem !important
    }

    .theme-3 .lg\:gap-6 {
        gap: 3rem !important
    }

    .theme-3 .lg\:gap-8 {
        gap: 4rem !important
    }

    .theme-3 .lg\:gap-9 {
        gap: 6rem !important
    }

    .theme-3 .lg\:fs-3 {
        font-size: 1.5rem !important
    }

    .theme-3 .lg\:fs-4 {
        font-size: 1.25rem !important
    }

    .theme-3 .lg\:fs-5 {
        font-size: 1.125rem !important
    }

    .theme-3 .lg\:fs-6 {
        font-size: 1rem !important
    }

    .theme-3 .lg\:text-start,
    .theme-3 [dir=ltr] .ltr\:lg\:text-start {
        text-align: left !important
    }

    .theme-3 [dir=rtl] .rtl\:lg\:text-end {
        text-align: right !important
    }

    .theme-3 .lg\:rounded-1-5 {
        border-radius: 12px !important
    }

    .theme-3 .lg\:rounded-2 {
        border-radius: 16px !important
    }

    .theme-3 .lg\:rounded-3 {
        border-radius: 24px !important
    }

    .theme-3 .lg\:rounded-4 {
        border-radius: 32px !important
    }

    .theme-3 .lg\:rounded-pill {
        border-radius: 50rem !important
    }

    .theme-3 .lg\:rounded-top-0 {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important
    }

    .theme-3 .lg\:rounded-bottom-3 {
        border-bottom-right-radius: 24px !important;
        border-bottom-left-radius: 24px !important
    }

    .theme-3 .lg\:rounded-bottom-5 {
        border-bottom-right-radius: 40px !important;
        border-bottom-left-radius: 40px !important
    }

    .theme-3 .lg\:rounded-bottom-0 {
        border-bottom-right-radius: 0 !important;
        border-bottom-left-radius: 0 !important
    }

    .theme-3 .lg\:rounded-start-1-5 {
        border-bottom-left-radius: 12px !important;
        border-top-left-radius: 12px !important
    }

    .theme-3 .lg\:min-w-80px {
        min-width: 80px !important
    }

    .theme-3 .lg\:min-w-150px {
        min-width: 150px !important
    }

    .theme-3 .lg\:min-w-300px {
        min-width: 300px !important
    }

    .theme-3 .lg\:min-w-1\/4 {
        min-width: 25% !important
    }

    .theme-3 .lg\:min-h-80px {
        min-height: 80px !important
    }

    .theme-3 .lg\:min-h-96px {
        min-height: 96px !important
    }

    .theme-3 .lg\:min-h-100px {
        min-height: 100px !important
    }

    .theme-3 .lg\:min-h-600px {
        min-height: 600px !important
    }

    .theme-3 .lg\:icon-3 {
        width: 32px !important;
        height: 32px !important;
        font-size: 32px !important
    }

    .theme-3 .lg\:icon-4 {
        width: 48px !important;
        height: 48px !important;
        font-size: 48px !important
    }

    .theme-3 .lg\:hover\:scale-105:hover {
        transform: scale(1.05) !important
    }

    .theme-3 .lg\:hover\:-translate-y-2:hover {
        transform: translateY(-1rem) !important
    }

    .theme-3 .lg\:-rotate-2 {
        transform: rotate(-2deg) !important
    }

    .theme-3 .lg\:rounded-top-start-0 {
        border-top-left-radius: 0 !important
    }

    .theme-3 .lg\:rounded-top-end-1-5 {
        border-top-right-radius: 12px !important
    }

    .theme-3 .lg\:rounded-top-end-0 {
        border-top-right-radius: 0 !important
    }

    .theme-3 .lg\:rounded-bottom-end-0 {
        border-bottom-right-radius: 0 !important
    }

    .theme-3 .lg\:ratio-1x1 {
        --bs-aspect-ratio: 100% !important
    }
}

@media(min-width:1200px) {
    .theme-3 .xl\:d-block {
        display: block !important
    }

    .theme-3 .xl\:d-flex {
        display: flex !important
    }

    .theme-3 .xl\:d-inline-flex {
        display: inline-flex !important
    }

    .theme-3 .xl\:d-none {
        display: none !important
    }

    .theme-3 .xl\:w-24px {
        width: 24px !important
    }

    .theme-3 .xl\:w-32px {
        width: 32px !important
    }

    .theme-3 .xl\:w-48px {
        width: 48px !important
    }

    .theme-3 .xl\:w-56px {
        width: 56px !important
    }

    .theme-3 .xl\:w-64px {
        width: 64px !important
    }

    .theme-3 .xl\:w-80px {
        width: 80px !important
    }

    .theme-3 .xl\:w-150px {
        width: 150px !important
    }

    .theme-3 .xl\:w-250px {
        width: 250px !important
    }

    .theme-3 .xl\:w-300px {
        width: 300px !important
    }

    .theme-3 .xl\:w-350px {
        width: 350px !important
    }

    .theme-3 .xl\:w-400px {
        width: 400px !important
    }

    .theme-3 .xl\:w-450px {
        width: 450px !important
    }

    .theme-3 .xl\:w-600px {
        width: 600px !important
    }

    .theme-3 .xl\:w-auto {
        width: auto !important
    }

    .theme-3 .xl\:max-w-600px {
        max-width: 600px !important
    }

    .theme-3 .xl\:max-w-700px {
        max-width: 700px !important
    }

    .theme-3 .xl\:max-w-800px {
        max-width: 800px !important
    }

    .theme-3 .xl\:max-w-3\/4 {
        max-width: 75% !important
    }

    .theme-3 .xl\:max-w-md {
        max-width: 720px !important
    }

    .theme-3 .xl\:max-w-lg {
        max-width: 1040px !important
    }

    .theme-3 .xl\:max-w-xl {
        max-width: 1280px !important
    }

    .theme-3 .xl\:h-48px {
        height: 48px !important
    }

    .theme-3 .xl\:h-56px {
        height: 56px !important
    }

    .theme-3 .xl\:h-64px {
        height: 64px !important
    }

    .theme-3 .xl\:h-650px {
        height: 650px !important
    }

    .theme-3 .xl\:h-screen {
        height: 100vh !important
    }

    .theme-3 .xl\:m-9 {
        margin: 6rem !important
    }

    .theme-3 .xl\:my-8 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important
    }

    .theme-3 .xl\:mt-1 {
        margin-top: .5rem !important
    }

    .theme-3 .xl\:mt-2 {
        margin-top: 1rem !important
    }

    .theme-3 .xl\:mt-4 {
        margin-top: 2rem !important
    }

    .theme-3 .xl\:mt-6 {
        margin-top: 3rem !important
    }

    .theme-3 .xl\:mt-8 {
        margin-top: 4rem !important
    }

    .theme-3 .xl\:mt-9 {
        margin-top: 6rem !important
    }

    .theme-3 .xl\:mt-10 {
        margin-top: 8rem !important
    }

    .theme-3 .xl\:me-4,
    .theme-3 [dir=rtl] .rtl\:xl\:me-4 {
        margin-right: 2rem !important
    }

    .theme-3 [dir=ltr] .ltr\:xl\:me-7 {
        margin-right: 3.5rem !important
    }

    .theme-3 .xl\:mb-2 {
        margin-bottom: 1rem !important
    }

    .theme-3 .xl\:mb-3 {
        margin-bottom: 1.5rem !important
    }

    .theme-3 .xl\:mb-6 {
        margin-bottom: 3rem !important
    }

    .theme-3 .xl\:mb-8 {
        margin-bottom: 4rem !important
    }

    .theme-3 .xl\:mb-9 {
        margin-bottom: 6rem !important
    }

    .theme-3 [dir=ltr] .ltr\:xl\:ms-4 {
        margin-left: 2rem !important
    }

    .theme-3 [dir=rtl] .rtl\:xl\:ms-7 {
        margin-left: 3.5rem !important
    }

    .theme-3 .xl\:p-3 {
        padding: 1.5rem !important
    }

    .theme-3 .xl\:p-4 {
        padding: 2rem !important
    }

    .theme-3 .xl\:p-5 {
        padding: 2.5rem !important
    }

    .theme-3 .xl\:p-6 {
        padding: 3rem !important
    }

    .theme-3 .xl\:p-8 {
        padding: 4rem !important
    }

    .theme-3 .xl\:p-9 {
        padding: 6rem !important
    }

    .theme-3 .xl\:px-3 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .theme-3 .xl\:px-4 {
        padding-right: 2rem !important;
        padding-left: 2rem !important
    }

    .theme-3 .xl\:px-6 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .theme-3 .xl\:px-8 {
        padding-right: 4rem !important;
        padding-left: 4rem !important
    }

    .theme-3 .xl\:px-9 {
        padding-right: 6rem !important;
        padding-left: 6rem !important
    }

    .theme-3 .xl\:px-10 {
        padding-right: 8rem !important;
        padding-left: 8rem !important
    }

    .theme-3 .xl\:py-3 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .theme-3 .xl\:py-8 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .theme-3 .xl\:py-9 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important
    }

    .theme-3 .xl\:py-10 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important
    }

    .theme-3 .xl\:pt-0 {
        padding-top: 0 !important
    }

    .theme-3 .xl\:pt-9 {
        padding-top: 6rem !important
    }

    .theme-3 .xl\:pt-10 {
        padding-top: 8rem !important
    }

    .theme-3 [dir=rtl] .rtl\:xl\:pe-6 {
        padding-right: 3rem !important
    }

    .theme-3 .xl\:pb-9 {
        padding-bottom: 6rem !important
    }

    .theme-3 .xl\:pb-10 {
        padding-bottom: 8rem !important
    }

    .theme-3 [dir=ltr] .ltr\:xl\:ps-6 {
        padding-left: 3rem !important
    }

    .theme-3 .xl\:gap-1 {
        gap: .5rem !important
    }

    .theme-3 .xl\:gap-2 {
        gap: 1rem !important
    }

    .theme-3 .xl\:gap-3 {
        gap: 1.5rem !important
    }

    .theme-3 .xl\:gap-4 {
        gap: 2rem !important
    }

    .theme-3 .xl\:gap-5 {
        gap: 2.5rem !important
    }

    .theme-3 .xl\:gap-6 {
        gap: 3rem !important
    }

    .theme-3 .xl\:gap-8 {
        gap: 4rem !important
    }

    .theme-3 .xl\:gap-9 {
        gap: 6rem !important
    }

    .theme-3 .xl\:fs-2 {
        font-size: 1.75rem !important
    }

    .theme-3 .xl\:fs-3 {
        font-size: 1.5rem !important
    }

    .theme-3 .xl\:fs-4 {
        font-size: 1.25rem !important
    }

    .theme-3 .xl\:fs-5 {
        font-size: 1.125rem !important
    }

    .theme-3 .xl\:fs-6 {
        font-size: 1rem !important
    }

    .theme-3 .xl\:rounded-2 {
        border-radius: 16px !important
    }

    .theme-3 .xl\:rounded-3 {
        border-radius: 24px !important
    }

    .theme-3 .xl\:min-w-200px {
        min-width: 200px !important
    }

    .theme-3 .xl\:min-h-300px {
        min-height: 300px !important
    }

    .theme-3 .xl\:min-h-700px {
        min-height: 700px !important
    }

    .theme-3 .xl\:icon-2 {
        width: 24px !important;
        height: 24px !important;
        font-size: 24px !important
    }
}

.theme-3 .bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--uc-gradient-stops)) !important
}

.theme-3 .bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--uc-gradient-stops)) !important
}

.theme-3 .bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--uc-gradient-stops)) !important
}

.theme-3 .bg-gradient-45 {
    background-image: linear-gradient(45deg, var(--uc-gradient-stops)) !important
}

.theme-3 :where(.uc-dark) .dark\:bg-gradient-45 {
    background-image: linear-gradient(45deg, var(--uc-gradient-stops)) !important
}

.theme-3 .to-transparent {
    --uc-gradient-to: hsla(0, 0%, 100%, 0)
}

.theme-3 .from-transparent {
    --uc-gradient-from: transparent;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-3 .via-transparent {
    --uc-gradient-stops: var(--uc-gradient-from), transparent, var(--uc-gradient-to) !important
}

.theme-3 .from-black {
    --uc-gradient-from: #000;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-3 .to-white {
    --uc-gradient-to: #fff
}

.theme-3 .from-white {
    --uc-gradient-from: #fff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-3 .from-primary {
    --uc-gradient-from: var(--color-primary);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-3 .from-secondary {
    --uc-gradient-from: #fff3e9;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-3 .from-gray-800 {
    --uc-gradient-from: #1c1c1e;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-3 .to-gray-900 {
    --uc-gradient-to: #0e0e0f
}

.theme-3 .to-primary-25 {
    --uc-gradient-to: #f3f5f6
}

.theme-3 .to-primary-700 {
    --uc-gradient-to: #0d262d
}

.theme-3 .to-primary-800 {
    --uc-gradient-to: #091a1e
}

.theme-3 .from-indigo {
    --uc-gradient-from: #553cdf;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-3 .to-pink {
    --uc-gradient-to: #f06b9d
}

.theme-3 .from-pink-100 {
    --uc-gradient-from: #fce1eb;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-3 .to-orange-100 {
    --uc-gradient-to: #fee1d2
}

.theme-3 .from-tertiary {
    --uc-gradient-from: var(--bs-tertiary);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-3 .from-tertiary-200 {
    --uc-gradient-from: #f3ffbf;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-3 .from-tertiary-600 {
    --uc-gradient-from: #b5cc4b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-3 :where(.uc-dark) .dark\:to-black {
    --uc-gradient-to: #000
}

.theme-3 :where(.uc-dark) .dark\:from-gray-700 {
    --uc-gradient-from: #29292e;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-3 :where(.uc-dark) .dark\:from-gray-800 {
    --uc-gradient-from: #1c1c1e;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-3 :where(.uc-dark) .dark\:to-gray-900 {
    --uc-gradient-to: #0e0e0f
}

.theme-3 :where(.uc-dark) .dark\:from-primary-700 {
    --uc-gradient-from: #0d262d;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-3 :where(.uc-dark) .dark\:to-tertiary {
    --uc-gradient-to: var(--bs-tertiary)
}

.theme-3 :where(.uc-dark) .dark\:from-tertiary-200 {
    --uc-gradient-from: #f3ffbf;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-3 :where(.uc-dark) .dark\:from-tertiary-700 {
    --uc-gradient-from: #889938;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-3 :where(.uc-dark) .dark\:to-tertiary-800 {
    --uc-gradient-to: #5a6626
}

.theme-3 :where(.uc-dark) .dark\:from-tertiary-800 {
    --uc-gradient-from: #5a6626;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

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

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

.theme-4 {
    --font-family-primary: "PolySans", "IBM Plex Sans Arabic", sans-serif;
    --font-family-secondary: "PolySans", "IBM Plex Sans Arabic", serif;
    --font-family-tertiary: "PolySans", "IBM Plex Sans Arabic", serif;
    --font-family-serif: "Playfair 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: 700;
    --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: 8px;
    --border-size: 1px;
    --border-color: hsla(0, 0%, 51%, .25);
    --shadow-color: rgba(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: #31393a;
    --color-gray-10: #f9f9f9;
    --color-gray-25: #f5f5f5;
    --color-gray-50: #eaebeb;
    --color-gray-100: #d6d7d8;
    --color-gray-200: #adb0b0;
    --color-gray-300: #838889;
    --color-gray-400: #5a6161;
    --color-gray-500: #31393a;
    --color-gray-600: #272e2e;
    --color-gray-700: #1d2223;
    --color-gray-800: #141717;
    --color-gray-900: #0a0b0c;
    --color-slate: #6b7280;
    --color-slate-10: #fbfbfb;
    --color-slate-25: #f8f8f9;
    --color-slate-50: #f0f1f2;
    --color-slate-100: #e1e3e6;
    --color-slate-200: #c4c7cc;
    --color-slate-300: #a6aab3;
    --color-slate-400: #898e99;
    --color-slate-500: #6b7280;
    --color-slate-600: #565b66;
    --color-slate-700: #40444d;
    --color-slate-800: #2b2e33;
    --color-slate-900: #15171a;
    --color-primary: #93e85f;
    --color-tertiary-rgb: 2, 88, 100;
    --color-primary-rgb: 147, 232, 95;
    --color-primary-10: #fcfefa;
    --color-primary-25: #fafef7;
    --color-primary-50: #f4fdef;
    --color-primary-100: #e9fadf;
    --color-primary-200: #d4f6bf;
    --color-primary-300: #bef19f;
    --color-primary-400: #a9ed7f;
    --color-primary-500: var(--color-primary);
    --color-primary-600: #76ba4c;
    --color-primary-700: #588b39;
    --color-primary-800: #3b5d26;
    --color-primary-900: #1d2e13;
    --color-secondary: #fcf0e7;
    --color-secondary-10: #fffffe;
    --color-secondary-25: #fffefe;
    --color-secondary-50: #fffefd;
    --color-secondary-100: #fefcfa;
    --color-secondary-200: #fef9f5;
    --color-secondary-300: #fdf6f1;
    --color-secondary-400: #fdf3ec;
    --color-secondary-500: #fcf0e7;
    --color-secondary-600: #cac0b9;
    --color-secondary-700: #97908b;
    --color-secondary-800: #65605c;
    --color-secondary-900: #32302e;
    --color-info: #09c;
    --color-info-10: #f7fcfd;
    --color-info-25: #f2fafc;
    --color-info-50: #e6f5fa;
    --color-info-100: #ccebf5;
    --color-info-200: #99d6eb;
    --color-info-300: #66c2e0;
    --color-info-400: #33add6;
    --color-info-500: #09c;
    --color-info-600: #007aa3;
    --color-info-700: #005c7a;
    --color-info-800: #003d52;
    --color-info-900: #001f29;
    --color-success: #4caf50;
    --color-success-10: #fafdfa;
    --color-success-25: #f6fbf6;
    --color-success-50: #edf7ee;
    --color-success-100: #dbefdc;
    --color-success-200: #b7dfb9;
    --color-success-300: #94cf96;
    --color-success-400: #70bf73;
    --color-success-500: #4caf50;
    --color-success-600: #3d8c40;
    --color-success-700: #2e6930;
    --color-success-800: #1e4620;
    --color-success-900: #0f2310;
    --color-warning: #ffb307;
    --color-warning-10: #fffdf8;
    --color-warning-25: #fffbf3;
    --color-warning-50: #fff7e6;
    --color-warning-100: #fff0cd;
    --color-warning-200: #ffe19c;
    --color-warning-300: #ffd16a;
    --color-warning-400: #ffc239;
    --color-warning-500: #ffb307;
    --color-warning-600: #cc8f06;
    --color-warning-700: #996b04;
    --color-warning-800: #664803;
    --color-warning-900: #332401;
    --color-danger: #e44b4b;
    --color-danger-10: #fefafa;
    --color-danger-25: #fef6f6;
    --color-danger-50: #fceded;
    --color-danger-100: #fadbdb;
    --color-danger-200: #f4b7b7;
    --color-danger-300: #ef9393;
    --color-danger-400: #e96f6f;
    --color-danger-500: #e44b4b;
    --color-danger-600: #b63c3c;
    --color-danger-700: #892d2d;
    --color-danger-800: #5b1e1e;
    --color-danger-900: #2e0f0f;
    --color-blue: #078af3;
    --color-blue-10: #f8fbff;
    --color-blue-25: #f3f9fe;
    --color-blue-50: #e6f3fe;
    --color-blue-100: #cde8fd;
    --color-blue-200: #9cd0fa;
    --color-blue-300: #6ab9f8;
    --color-blue-400: #39a1f5;
    --color-blue-500: #078af3;
    --color-blue-600: #066ec2;
    --color-blue-700: #045392;
    --color-blue-800: #033761;
    --color-blue-900: #011c31;
    --color-indigo: #553cdf;
    --color-indigo-10: #faf9fe;
    --color-indigo-25: #f7f5fd;
    --color-indigo-50: #eeecfc;
    --color-indigo-100: #ddd8f9;
    --color-indigo-200: #bbb1f2;
    --color-indigo-300: #998aec;
    --color-indigo-400: #7763e5;
    --color-indigo-500: #553cdf;
    --color-indigo-600: #4430b2;
    --color-indigo-700: #332486;
    --color-indigo-800: #221859;
    --color-indigo-900: #110c2d;
    --color-purple: #8921e4;
    --color-purple-10: #fbf8fe;
    --color-purple-25: #f9f4fe;
    --color-purple-50: #f3e9fc;
    --color-purple-100: #e7d3fa;
    --color-purple-200: #d0a6f4;
    --color-purple-300: #b87aef;
    --color-purple-400: #a14de9;
    --color-purple-500: #8921e4;
    --color-purple-600: #6e1ab6;
    --color-purple-700: #521489;
    --color-purple-800: #370d5b;
    --color-purple-900: #1b072e;
    --color-red: #ea4335;
    --color-red-10: #fef9f9;
    --color-red-25: #fef6f5;
    --color-red-50: #fdeceb;
    --color-red-100: #fbd9d7;
    --color-red-200: #f7b4ae;
    --color-red-300: #f28e86;
    --color-red-400: #ee695d;
    --color-red-500: #ea4335;
    --color-red-600: #bb362a;
    --color-red-700: #8c2820;
    --color-red-800: #5e1b15;
    --color-red-900: #2f0d0b;
    --color-rose: #d20e4f;
    --color-rose-10: #fef8fa;
    --color-rose-25: #fdf3f6;
    --color-rose-50: #fbe7ed;
    --color-rose-100: #f6cfdc;
    --color-rose-200: #ed9fb9;
    --color-rose-300: #e46e95;
    --color-rose-400: #db3e72;
    --color-rose-500: #d20e4f;
    --color-rose-600: #a80b3f;
    --color-rose-700: #7e082f;
    --color-rose-800: #540620;
    --color-rose-900: #2a0310;
    --color-pink: #f06b9d;
    --color-pink-10: #fffbfc;
    --color-pink-25: #fef8fa;
    --color-pink-50: #fef0f5;
    --color-pink-100: #fce1eb;
    --color-pink-200: #f9c4d8;
    --color-pink-300: #f6a6c4;
    --color-pink-400: #f389b1;
    --color-pink-500: #f06b9d;
    --color-pink-600: #c0567e;
    --color-pink-700: #90405e;
    --color-pink-800: #602b3f;
    --color-pink-900: #30151f;
    --color-orange: #fb6b1e;
    --color-orange-10: #fffbf8;
    --color-orange-25: #fff8f4;
    --color-orange-50: #fff0e9;
    --color-orange-100: #fee1d2;
    --color-orange-200: #fdc4a5;
    --color-orange-300: #fda678;
    --color-orange-400: #fc894b;
    --color-orange-500: #fb6b1e;
    --color-orange-600: #c95618;
    --color-orange-700: #974012;
    --color-orange-800: #642b0c;
    --color-orange-900: #321506;
    --color-yellow: #fcbc05;
    --color-yellow-10: #fffdf8;
    --color-yellow-25: #fffcf3;
    --color-yellow-50: #fff8e6;
    --color-yellow-100: #fef2cd;
    --color-yellow-200: #fee49b;
    --color-yellow-300: #fdd769;
    --color-yellow-400: #fdc937;
    --color-yellow-500: #fcbc05;
    --color-yellow-600: #ca9604;
    --color-yellow-700: #977103;
    --color-yellow-800: #654b02;
    --color-yellow-900: #322601;
    --color-green: #34a853;
    --color-green-10: #f9fcfa;
    --color-green-25: #f5fbf6;
    --color-green-50: #ebf6ee;
    --color-green-100: #d6eedd;
    --color-green-200: #aedcba;
    --color-green-300: #85cb98;
    --color-green-400: #5db975;
    --color-green-500: #34a853;
    --color-green-600: #2a8642;
    --color-green-700: #1f6532;
    --color-green-800: #154321;
    --color-green-900: #0a2211;
    --color-lime: #aef359;
    --color-lime-10: #fdfffa;
    --color-lime-25: #fbfef7;
    --color-lime-50: #f7feee;
    --color-lime-100: #effdde;
    --color-lime-200: #dffabd;
    --color-lime-300: #cef89b;
    --color-lime-400: #bef57a;
    --color-lime-500: #aef359;
    --color-lime-600: #8bc247;
    --color-lime-700: #689235;
    --color-lime-800: #466124;
    --color-lime-900: #233112;
    --color-teal: #06f6c6;
    --color-teal-10: #f8fffd;
    --color-teal-25: #f3fffc;
    --color-teal-50: #e6fef9;
    --color-teal-100: #cdfdf4;
    --color-teal-200: #9bfbe8;
    --color-teal-300: #6afadd;
    --color-teal-400: #38f8d1;
    --color-teal-500: #06f6c6;
    --color-teal-600: #05c59e;
    --color-teal-700: #049477;
    --color-teal-800: #02624f;
    --color-teal-900: #013128;
    --color-cyan: #38e1ff;
    --color-cyan-10: #f9feff;
    --color-cyan-25: #f5feff;
    --color-cyan-50: #ebfcff;
    --color-cyan-100: #d7f9ff;
    --color-cyan-200: #aff3ff;
    --color-cyan-300: #88edff;
    --color-cyan-400: #60e7ff;
    --color-cyan-500: #38e1ff;
    --color-cyan-600: #2db4cc;
    --color-cyan-700: #228799;
    --color-cyan-800: #165a66;
    --color-cyan-900: #0b2d33;
    --color-tertiary: #025864;
    --color-tertiary-10: #f7fafa;
    --color-tertiary-25: #f2f7f7;
    --color-tertiary-50: #e6eef0;
    --color-tertiary-100: #ccdee0;
    --color-tertiary-200: #9abcc1;
    --color-tertiary-300: #679ba2;
    --color-tertiary-400: #357983;
    --color-tertiary-500: #025864;
    --color-tertiary-600: #024650;
    --color-tertiary-700: #01353c;
    --color-tertiary-800: #012328;
    --color-tertiary-900: #001214;
    --color-quaternary: #d4d7c2;
    --color-quaternary-10: #fefefd;
    --color-quaternary-25: #fdfdfc;
    --color-quaternary-50: #fbfbf9;
    --color-quaternary-100: #f6f7f3;
    --color-quaternary-200: #eeefe7;
    --color-quaternary-300: #e5e7da;
    --color-quaternary-400: #dddfce;
    --color-quaternary-500: #d4d7c2;
    --color-quaternary-600: #aaac9b;
    --color-quaternary-700: #7f8174;
    --color-quaternary-800: #55564e;
    --color-quaternary-900: #2a2b27;
    --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.875rem;
    --sizes-text-2xs-lh: 1.5;
    --sizes-text-2xs-lp: 0rem;
    --sizes-text-xs-size: 1rem;
    --sizes-text-xs-lh: 1.5;
    --sizes-text-xs-lp: 0rem;
    --sizes-text-sm-size: 1.125rem;
    --sizes-text-sm-lh: 1.5;
    --sizes-text-sm-lp: 0rem;
    --sizes-text-md-size: 1.25rem;
    --sizes-text-md-lh: 1.5;
    --sizes-text-md-lp: 0rem;
    --sizes-text-lg-size: 1.5rem;
    --sizes-text-lg-lh: 1.5;
    --sizes-text-lg-lp: 0rem;
    --sizes-text-xl-size: 1.75rem;
    --sizes-text-xl-lh: 1.5;
    --sizes-text-xl-lp: 0rem;
    --sizes-text-2xl-size: 2rem;
    --sizes-text-2xl-lh: 1.5;
    --sizes-text-2xl-lp: 0rem;
    --sizes-heading-display-1-size: 8rem;
    --sizes-heading-display-1-lh: 1;
    --sizes-heading-display-1-lp: -0.16rem;
    --sizes-heading-display-2-size: 6rem;
    --sizes-heading-display-2-lh: 1;
    --sizes-heading-display-2-lp: -0.12rem;
    --sizes-heading-display-3-size: 5rem;
    --sizes-heading-display-3-lh: 1;
    --sizes-heading-display-3-lp: -0.1rem;
    --sizes-heading-display-4-size: 4.5rem;
    --sizes-heading-display-4-lh: 1;
    --sizes-heading-display-4-lp: -0.09rem;
    --sizes-heading-display-5-size: 4rem;
    --sizes-heading-display-5-lh: 1;
    --sizes-heading-display-5-lp: -0.08rem;
    --sizes-heading-display-6-size: 3.25rem;
    --sizes-heading-display-6-lh: 1;
    --sizes-heading-display-6-lp: -0.07rem;
    --sizes-heading-h1-size: 3rem;
    --sizes-heading-h1-lh: 1.1;
    --sizes-heading-h1-lp: -0.06rem;
    --sizes-heading-h2-size: 2.5rem;
    --sizes-heading-h2-lh: 1.1;
    --sizes-heading-h2-lp: -0.04rem;
    --sizes-heading-h3-size: 2rem;
    --sizes-heading-h3-lh: 1.1;
    --sizes-heading-h3-lp: -0.035rem;
    --sizes-heading-h4-size: 1.5rem;
    --sizes-heading-h4-lh: 1.2;
    --sizes-heading-h4-lp: -0.03rem;
    --sizes-heading-h5-size: 1.25rem;
    --sizes-heading-h5-lh: 1.2;
    --sizes-heading-h5-lp: -0.02rem;
    --sizes-heading-h6-size: 1.125rem;
    --sizes-heading-h6-lh: 1.2;
    --sizes-heading-h6-lp: -0.02rem;
    --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: 6rem;
    --sizes-spacing-5xl: 8rem;
    --sizes-button-height: 48px;
    --sizes-button-px: 1rem;
    --sizes-button-text: 1rem;
    --sizes-button-radius: var(--radius);
    --sizes-button-2xs-height: 24px;
    --sizes-button-2xs-px: 0.25rem;
    --sizes-button-2xs-text: 0.8rem;
    --sizes-button-2xs-radius: var(--radius);
    --sizes-button-xs-height: 32px;
    --sizes-button-xs-px: 0.5rem;
    --sizes-button-xs-text: 0.825rem;
    --sizes-button-xs-radius: var(--radius);
    --sizes-button-sm-height: 40px;
    --sizes-button-sm-px: 0.75rem;
    --sizes-button-sm-text: 1rem;
    --sizes-button-sm-radius: var(--radius);
    --sizes-button-md-height: 48px;
    --sizes-button-md-px: 1rem;
    --sizes-button-md-text: 1rem;
    --sizes-button-md-radius: var(--radius);
    --sizes-button-lg-height: 56px;
    --sizes-button-lg-px: 1.5rem;
    --sizes-button-lg-text: 1.125rem;
    --sizes-button-lg-radius: var(--radius);
    --sizes-button-xl-height: 64px;
    --sizes-button-xl-px: 2rem;
    --sizes-button-xl-text: 1.25rem;
    --sizes-button-xl-radius: var(--radius);
    --sizes-button-2xl-height: 80px;
    --sizes-button-2xl-px: 3rem;
    --sizes-button-2xl-text: 1.5rem;
    --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-tertiary);
    --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: #fff;
    --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: hsla(0, 0%, 61%, .15);
    --form-color-background-hover: hsla(0, 0%, 61%, .2);
    --form-color-background-disable: hsla(0, 0%, 61%, .4);
    --form-color-background-primary: var(--color-primary);
    --form-color-background-primary-hover: var(--color-primary-60);
    --form-color-placeholder: hsla(0, 0%, 61%, .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: hsla(0, 0%, 61%, .15);
    --form-dark-color-background-hover: hsla(0, 0%, 61%, .2);
    --form-dark-color-background-disable: hsla(0, 0%, 61%, .4);
    --form-dark-color-background-primary: var(--color-primary);
    --form-dark-color-background-primary-hover: var(--color-primary-60);
    --form-dark-color-placeholder: hsla(0, 0%, 61%, .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;
    --bs-link-color: #515151 !important;
    --bs-link-hover-color: #000 !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    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);
    font-feature-settings: "lnum";
    font-variant-numeric: lining-nums;
    --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: var(--color-primary);
    --bs-secondary: #fcf0e7;
    --bs-success: #4caf50;
    --bs-info: #09c;
    --bs-warning: #ffb307;
    --bs-danger: #e44b4b;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-gray: #31393a;
    --bs-gray-10: #f9f9f9;
    --bs-gray-25: #f5f5f5;
    --bs-gray-50: #eaebeb;
    --bs-gray-100: #d6d7d8;
    --bs-gray-200: #adb0b0;
    --bs-gray-300: #838889;
    --bs-gray-400: #5a6161;
    --bs-gray-500: #31393a;
    --bs-gray-600: #272e2e;
    --bs-gray-700: #1d2223;
    --bs-gray-800: #141717;
    --bs-gray-900: #0a0b0c;
    --bs-slate: #6b7280;
    --bs-slate-10: #fbfbfb;
    --bs-slate-25: #f8f8f9;
    --bs-slate-50: #f0f1f2;
    --bs-slate-100: #e1e3e6;
    --bs-slate-200: #c4c7cc;
    --bs-slate-300: #a6aab3;
    --bs-slate-400: #898e99;
    --bs-slate-500: #6b7280;
    --bs-slate-600: #565b66;
    --bs-slate-700: #40444d;
    --bs-slate-800: #2b2e33;
    --bs-slate-900: #15171a;
    --bs-primary-10: #fcfefa;
    --bs-primary-25: #fafef7;
    --bs-primary-50: #f4fdef;
    --bs-primary-100: #e9fadf;
    --bs-primary-200: #d4f6bf;
    --bs-primary-300: #bef19f;
    --bs-primary-400: #a9ed7f;
    --bs-primary-500: var(--color-primary);
    --bs-primary-600: #76ba4c;
    --bs-primary-700: #588b39;
    --bs-primary-800: #3b5d26;
    --bs-primary-900: #1d2e13;
    --bs-secondary-10: #fffffe;
    --bs-secondary-25: #fffefe;
    --bs-secondary-50: #fffefd;
    --bs-secondary-100: #fefcfa;
    --bs-secondary-200: #fef9f5;
    --bs-secondary-300: #fdf6f1;
    --bs-secondary-400: #fdf3ec;
    --bs-secondary-500: #fcf0e7;
    --bs-secondary-600: #cac0b9;
    --bs-secondary-700: #97908b;
    --bs-secondary-800: #65605c;
    --bs-secondary-900: #32302e;
    --bs-info-10: #f7fcfd;
    --bs-info-25: #f2fafc;
    --bs-info-50: #e6f5fa;
    --bs-info-100: #ccebf5;
    --bs-info-200: #99d6eb;
    --bs-info-300: #66c2e0;
    --bs-info-400: #33add6;
    --bs-info-500: #09c;
    --bs-info-600: #007aa3;
    --bs-info-700: #005c7a;
    --bs-info-800: #003d52;
    --bs-info-900: #001f29;
    --bs-success-10: #fafdfa;
    --bs-success-25: #f6fbf6;
    --bs-success-50: #edf7ee;
    --bs-success-100: #dbefdc;
    --bs-success-200: #b7dfb9;
    --bs-success-300: #94cf96;
    --bs-success-400: #70bf73;
    --bs-success-500: #4caf50;
    --bs-success-600: #3d8c40;
    --bs-success-700: #2e6930;
    --bs-success-800: #1e4620;
    --bs-success-900: #0f2310;
    --bs-warning-10: #fffdf8;
    --bs-warning-25: #fffbf3;
    --bs-warning-50: #fff7e6;
    --bs-warning-100: #fff0cd;
    --bs-warning-200: #ffe19c;
    --bs-warning-300: #ffd16a;
    --bs-warning-400: #ffc239;
    --bs-warning-500: #ffb307;
    --bs-warning-600: #cc8f06;
    --bs-warning-700: #996b04;
    --bs-warning-800: #664803;
    --bs-warning-900: #332401;
    --bs-danger-10: #fefafa;
    --bs-danger-25: #fef6f6;
    --bs-danger-50: #fceded;
    --bs-danger-100: #fadbdb;
    --bs-danger-200: #f4b7b7;
    --bs-danger-300: #ef9393;
    --bs-danger-400: #e96f6f;
    --bs-danger-500: #e44b4b;
    --bs-danger-600: #b63c3c;
    --bs-danger-700: #892d2d;
    --bs-danger-800: #5b1e1e;
    --bs-danger-900: #2e0f0f;
    --bs-blue: #078af3;
    --bs-blue-10: #f8fbff;
    --bs-blue-25: #f3f9fe;
    --bs-blue-50: #e6f3fe;
    --bs-blue-100: #cde8fd;
    --bs-blue-200: #9cd0fa;
    --bs-blue-300: #6ab9f8;
    --bs-blue-400: #39a1f5;
    --bs-blue-500: #078af3;
    --bs-blue-600: #066ec2;
    --bs-blue-700: #045392;
    --bs-blue-800: #033761;
    --bs-blue-900: #011c31;
    --bs-indigo: #553cdf;
    --bs-indigo-10: #faf9fe;
    --bs-indigo-25: #f7f5fd;
    --bs-indigo-50: #eeecfc;
    --bs-indigo-100: #ddd8f9;
    --bs-indigo-200: #bbb1f2;
    --bs-indigo-300: #998aec;
    --bs-indigo-400: #7763e5;
    --bs-indigo-500: #553cdf;
    --bs-indigo-600: #4430b2;
    --bs-indigo-700: #332486;
    --bs-indigo-800: #221859;
    --bs-indigo-900: #110c2d;
    --bs-purple: #8921e4;
    --bs-purple-10: #fbf8fe;
    --bs-purple-25: #f9f4fe;
    --bs-purple-50: #f3e9fc;
    --bs-purple-100: #e7d3fa;
    --bs-purple-200: #d0a6f4;
    --bs-purple-300: #b87aef;
    --bs-purple-400: #a14de9;
    --bs-purple-500: #8921e4;
    --bs-purple-600: #6e1ab6;
    --bs-purple-700: #521489;
    --bs-purple-800: #370d5b;
    --bs-purple-900: #1b072e;
    --bs-red: #ea4335;
    --bs-red-10: #fef9f9;
    --bs-red-25: #fef6f5;
    --bs-red-50: #fdeceb;
    --bs-red-100: #fbd9d7;
    --bs-red-200: #f7b4ae;
    --bs-red-300: #f28e86;
    --bs-red-400: #ee695d;
    --bs-red-500: #ea4335;
    --bs-red-600: #bb362a;
    --bs-red-700: #8c2820;
    --bs-red-800: #5e1b15;
    --bs-red-900: #2f0d0b;
    --bs-rose: #d20e4f;
    --bs-rose-10: #fef8fa;
    --bs-rose-25: #fdf3f6;
    --bs-rose-50: #fbe7ed;
    --bs-rose-100: #f6cfdc;
    --bs-rose-200: #ed9fb9;
    --bs-rose-300: #e46e95;
    --bs-rose-400: #db3e72;
    --bs-rose-500: #d20e4f;
    --bs-rose-600: #a80b3f;
    --bs-rose-700: #7e082f;
    --bs-rose-800: #540620;
    --bs-rose-900: #2a0310;
    --bs-pink: #f06b9d;
    --bs-pink-10: #fffbfc;
    --bs-pink-25: #fef8fa;
    --bs-pink-50: #fef0f5;
    --bs-pink-100: #fce1eb;
    --bs-pink-200: #f9c4d8;
    --bs-pink-300: #f6a6c4;
    --bs-pink-400: #f389b1;
    --bs-pink-500: #f06b9d;
    --bs-pink-600: #c0567e;
    --bs-pink-700: #90405e;
    --bs-pink-800: #602b3f;
    --bs-pink-900: #30151f;
    --bs-orange: #fb6b1e;
    --bs-orange-10: #fffbf8;
    --bs-orange-25: #fff8f4;
    --bs-orange-50: #fff0e9;
    --bs-orange-100: #fee1d2;
    --bs-orange-200: #fdc4a5;
    --bs-orange-300: #fda678;
    --bs-orange-400: #fc894b;
    --bs-orange-500: #fb6b1e;
    --bs-orange-600: #c95618;
    --bs-orange-700: #974012;
    --bs-orange-800: #642b0c;
    --bs-orange-900: #321506;
    --bs-yellow: #fcbc05;
    --bs-yellow-10: #fffdf8;
    --bs-yellow-25: #fffcf3;
    --bs-yellow-50: #fff8e6;
    --bs-yellow-100: #fef2cd;
    --bs-yellow-200: #fee49b;
    --bs-yellow-300: #fdd769;
    --bs-yellow-400: #fdc937;
    --bs-yellow-500: #fcbc05;
    --bs-yellow-600: #ca9604;
    --bs-yellow-700: #977103;
    --bs-yellow-800: #654b02;
    --bs-yellow-900: #322601;
    --bs-green: #34a853;
    --bs-green-10: #f9fcfa;
    --bs-green-25: #f5fbf6;
    --bs-green-50: #ebf6ee;
    --bs-green-100: #d6eedd;
    --bs-green-200: #aedcba;
    --bs-green-300: #85cb98;
    --bs-green-400: #5db975;
    --bs-green-500: #34a853;
    --bs-green-600: #2a8642;
    --bs-green-700: #1f6532;
    --bs-green-800: #154321;
    --bs-green-900: #0a2211;
    --bs-lime: #aef359;
    --bs-lime-10: #fdfffa;
    --bs-lime-25: #fbfef7;
    --bs-lime-50: #f7feee;
    --bs-lime-100: #effdde;
    --bs-lime-200: #dffabd;
    --bs-lime-300: #cef89b;
    --bs-lime-400: #bef57a;
    --bs-lime-500: #aef359;
    --bs-lime-600: #8bc247;
    --bs-lime-700: #689235;
    --bs-lime-800: #466124;
    --bs-lime-900: #233112;
    --bs-teal: #06f6c6;
    --bs-teal-10: #f8fffd;
    --bs-teal-25: #f3fffc;
    --bs-teal-50: #e6fef9;
    --bs-teal-100: #cdfdf4;
    --bs-teal-200: #9bfbe8;
    --bs-teal-300: #6afadd;
    --bs-teal-400: #38f8d1;
    --bs-teal-500: #06f6c6;
    --bs-teal-600: #05c59e;
    --bs-teal-700: #049477;
    --bs-teal-800: #02624f;
    --bs-teal-900: #013128;
    --bs-cyan: #38e1ff;
    --bs-cyan-10: #f9feff;
    --bs-cyan-25: #f5feff;
    --bs-cyan-50: #ebfcff;
    --bs-cyan-100: #d7f9ff;
    --bs-cyan-200: #aff3ff;
    --bs-cyan-300: #88edff;
    --bs-cyan-400: #60e7ff;
    --bs-cyan-500: #38e1ff;
    --bs-cyan-600: #2db4cc;
    --bs-cyan-700: #228799;
    --bs-cyan-800: #165a66;
    --bs-cyan-900: #0b2d33;
    --bs-tertiary: #025864;
    --bs-tertiary-10: #f7fafa;
    --bs-tertiary-25: #f2f7f7;
    --bs-tertiary-50: #e6eef0;
    --bs-tertiary-100: #ccdee0;
    --bs-tertiary-200: #9abcc1;
    --bs-tertiary-300: #679ba2;
    --bs-tertiary-400: #357983;
    --bs-tertiary-500: #025864;
    --bs-tertiary-600: #024650;
    --bs-tertiary-700: #01353c;
    --bs-tertiary-800: #012328;
    --bs-tertiary-900: #001214;
    --bs-quaternary: #d4d7c2;
    --bs-quaternary-10: #fefefd;
    --bs-quaternary-25: #fdfdfc;
    --bs-quaternary-50: #fbfbf9;
    --bs-quaternary-100: #f6f7f3;
    --bs-quaternary-200: #eeefe7;
    --bs-quaternary-300: #e5e7da;
    --bs-quaternary-400: #dddfce;
    --bs-quaternary-500: #d4d7c2;
    --bs-quaternary-600: #aaac9b;
    --bs-quaternary-700: #7f8174;
    --bs-quaternary-800: #55564e;
    --bs-quaternary-900: #2a2b27;
    --bs-primary-rgb: var(--color-primary-rgb);
    --bs-secondary-rgb: 252, 240, 231;
    --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: 49, 57, 58;
    --bs-gray-10-rgb: 249, 249, 249;
    --bs-gray-25-rgb: 245, 245, 245;
    --bs-gray-50-rgb: 234, 235, 235;
    --bs-gray-100-rgb: 214, 215, 216;
    --bs-gray-200-rgb: 173, 176, 176;
    --bs-gray-300-rgb: 131, 136, 137;
    --bs-gray-400-rgb: 90, 97, 97;
    --bs-gray-500-rgb: 49, 57, 58;
    --bs-gray-600-rgb: 39, 46, 46;
    --bs-gray-700-rgb: 29, 34, 35;
    --bs-gray-800-rgb: 20, 23, 23;
    --bs-gray-900-rgb: 10, 11, 12;
    --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: 252, 254, 250;
    --bs-primary-25-rgb: 250, 254, 247;
    --bs-primary-50-rgb: 244, 253, 239;
    --bs-primary-100-rgb: 233, 250, 223;
    --bs-primary-200-rgb: 212, 246, 191;
    --bs-primary-300-rgb: 190, 241, 159;
    --bs-primary-400-rgb: 169, 237, 127;
    --bs-primary-500-rgb: var(--color-primary-rgb);
    --bs-primary-600-rgb: 118, 186, 76;
    --bs-primary-700-rgb: 88, 139, 57;
    --bs-primary-800-rgb: 59, 93, 38;
    --bs-primary-900-rgb: 29, 46, 19;
    --bs-secondary-10-rgb: 255, 255, 254;
    --bs-secondary-25-rgb: 255, 254, 254;
    --bs-secondary-50-rgb: 255, 254, 253;
    --bs-secondary-100-rgb: 254, 252, 250;
    --bs-secondary-200-rgb: 254, 249, 245;
    --bs-secondary-300-rgb: 253, 246, 241;
    --bs-secondary-400-rgb: 253, 243, 236;
    --bs-secondary-500-rgb: 252, 240, 231;
    --bs-secondary-600-rgb: 202, 192, 185;
    --bs-secondary-700-rgb: 151, 144, 139;
    --bs-secondary-800-rgb: 101, 96, 92;
    --bs-secondary-900-rgb: 50, 48, 46;
    --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: var(--color-tertiary-rgb);
    --bs-tertiary-10-rgb: 247, 250, 250;
    --bs-tertiary-25-rgb: 242, 247, 247;
    --bs-tertiary-50-rgb: 230, 238, 240;
    --bs-tertiary-100-rgb: 204, 222, 224;
    --bs-tertiary-200-rgb: 154, 188, 193;
    --bs-tertiary-300-rgb: 103, 155, 162;
    --bs-tertiary-400-rgb: 53, 121, 131;
    --bs-tertiary-500-rgb: var(--color-tertiary-rgb);
    --bs-tertiary-600-rgb: 2, 70, 80;
    --bs-tertiary-700-rgb: 1, 53, 60;
    --bs-tertiary-800-rgb: 1, 35, 40;
    --bs-tertiary-900-rgb: 0, 18, 20;
    --bs-quaternary-rgb: 212, 215, 194;
    --bs-quaternary-10-rgb: 254, 254, 253;
    --bs-quaternary-25-rgb: 253, 253, 252;
    --bs-quaternary-50-rgb: 251, 251, 249;
    --bs-quaternary-100-rgb: 246, 247, 243;
    --bs-quaternary-200-rgb: 238, 239, 231;
    --bs-quaternary-300-rgb: 229, 231, 218;
    --bs-quaternary-400-rgb: 221, 223, 206;
    --bs-quaternary-500-rgb: 212, 215, 194;
    --bs-quaternary-600-rgb: 170, 172, 155;
    --bs-quaternary-700-rgb: 127, 129, 116;
    --bs-quaternary-800-rgb: 85, 86, 78;
    --bs-quaternary-900-rgb: 42, 43, 39;
    --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, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, 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: hsla(0, 0%, 51%, .25);
    --bs-border-color-translucent: rgba(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: #0a58ca;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd
}

.theme-4 .link,
.theme-4 a {
    color: var(--link-color-text)
}

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

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

.theme-4 .display-5,
.theme-4 .h1,
.theme-4 .h2,
.theme-4 .h3,
.theme-4 .h4,
.theme-4 .h5,
.theme-4 .h6,
.theme-4 h1,
.theme-4 h2,
.theme-4 h3,
.theme-4 h4,
.theme-4 h5,
.theme-4 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);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    color: var(--color-gray-900)
}

.theme-4 .display-5:where(.uc-dark),
.theme-4 .h1:where(.uc-dark),
.theme-4 .h2:where(.uc-dark),
.theme-4 .h3:where(.uc-dark),
.theme-4 .h4:where(.uc-dark),
.theme-4 .h5:where(.uc-dark),
.theme-4 .h6:where(.uc-dark),
.theme-4 :where(.uc-dark) .display-5,
.theme-4 :where(.uc-dark) .h1,
.theme-4 :where(.uc-dark) .h2,
.theme-4 :where(.uc-dark) .h3,
.theme-4 :where(.uc-dark) .h4,
.theme-4 :where(.uc-dark) .h5,
.theme-4 :where(.uc-dark) .h6,
.theme-4 :where(.uc-dark) h1,
.theme-4 :where(.uc-dark) h2,
.theme-4 :where(.uc-dark) h3,
.theme-4 :where(.uc-dark) h4,
.theme-4 :where(.uc-dark) h5,
.theme-4 :where(.uc-dark) h6,
.theme-4 h1:where(.uc-dark),
.theme-4 h2:where(.uc-dark),
.theme-4 h3:where(.uc-dark),
.theme-4 h4:where(.uc-dark),
.theme-4 h5:where(.uc-dark),
.theme-4 h6:where(.uc-dark) {
    color: #fff
}

.theme-4 .ft-primary {
    font-family: var(--font-family-primary) !important
}

.theme-4 .ft-secondary {
    font-family: var(--font-family-secondary) !important
}

.theme-4 .ft-tertiary {
    font-family: var(--font-family-tertiary) !important
}

.theme-4 .cstack {
    display: inline-flex
}

.theme-4 .backtotop-wrap {
    transform: translateY(40px);
    transition: .2s ease
}

.theme-4 .backtotop-wrap [data-uc-backtotop] {
    opacity: 0
}

.theme-4 .backtotop-wrap.uc-active {
    gap: .5rem;
    transform: translateY(0)
}

.theme-4 .backtotop-wrap.uc-active [data-uc-backtotop] {
    opacity: 1
}

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

.theme-4 pre {
    -moz-tab-size: 4;
    tab-size: 4;
    padding: 1.5rem;
    color: inherit
}

.theme-4 :not(pre) > code,
.theme-4 :not(pre) > samp,
.theme-4 pre {
    font-family: var(--font-code-family) !important;
    font-size: .875rem;
    font-style: normal;
    line-height: 1.5rem;
    padding: 1px 4px;
    border-radius: 4px;
    background-color: var(--color-gray-25) !important;
    border-color: var(--color-gray-800) !important
}

.theme-4 :not(pre) > code:where(.uc-dark),
.theme-4 :not(pre) > samp:where(.uc-dark),
.theme-4 :where(.uc-dark) :not(pre) > code,
.theme-4 :where(.uc-dark) :not(pre) > samp,
.theme-4 :where(.uc-dark) pre,
.theme-4 pre:where(.uc-dark) {
    background-color: var(--color-gray-700) !important;
    border-color: var(--color-gray-300) !important
}

.theme-4 :not(pre) > code,
.theme-4 :not(pre) > samp {
    --font-code-family: "IBM Plex Mono", monospace;
    position: relative;
    display: inline;
    font-size: .875rem;
    font-style: italic;
    background-color: hsla(0, 0%, 53%, .1)
}

.theme-4 :not(pre) > samp {
    color: inherit
}

.theme-4 pre code {
    font-family: var(--font-code-family) !important;
    background: hsla(0, 0%, 53%, .15);
    border-radius: 3px;
    padding: 1px 4px 1px 2px
}

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

.theme-4 .panel {
    display: flow-root;
    position: relative;
    box-sizing: border-box
}

.theme-4 .panel > :last-child {
    margin-bottom: 0
}

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

.theme-4 .media-cover {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    object-fit: cover
}

.theme-4 .media-cover,
.theme-4 .position-cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

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

.theme-4 .hr,
.theme-4 hr {
    height: 1px;
    min-width: 1em;
    border-top-color: var(--border-color)
}

.theme-4 .hr.border,
.theme-4 hr.border {
    border-bottom: 0 !important
}

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

.theme-4 .vr.border {
    border-left: 0 !important
}

.theme-4 .link-gradient {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 1px solid;
    border-color: var(--border-color)
}

.theme-4 .bp-lg .lg\:hstack,
.theme-4 .bp-md .md\:hstack,
.theme-4 .bp-sm .hstack-sm,
.theme-4 .bp-sm .sm\:hstack,
.theme-4 .hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch
}

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

.theme-4 [class*=ratio-] {
    position: relative;
    width: 100%
}

.theme-4 [class*=ratio-]:before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.theme-4 [class*=ratio-] > * {
    object-fit: cover
}

.theme-4 svg {
    color: currentColor
}

.theme-4 svg :not([fill=none]) {
    fill: currentColor
}

.theme-4 .uc-offcanvas-bar .uc-link:hover,
.theme-4 .uc-offcanvas-bar a:hover {
    transition: color .2s ease;
    color: var(--color-gray-900)
}

.theme-4 .uc-offcanvas-bar .uc-link:hover:where(.uc-dark),
.theme-4 .uc-offcanvas-bar a:hover:where(.uc-dark),
.theme-4 :where(.uc-dark) .uc-offcanvas-bar .uc-link:hover,
.theme-4 :where(.uc-dark) .uc-offcanvas-bar a:hover {
    color: #fff
}

.theme-4 .uc-link {
    color: var(--color-primary)
}

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

.theme-4 .form-icon-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.theme-4 .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;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.theme-4 .form-icon-group .form-control + .form-icon,
.theme-4 .form-icon-group .form-control-plaintext + .form-icon {
    width: 3rem !important
}

.theme-4 .form-icon-group .form-control-plaintext.form-control-lg + .form-icon,
.theme-4 .form-icon-group .form-control.form-control-lg + .form-icon {
    width: 3.5rem !important
}

.theme-4 .form-icon-group .form-control-plaintext.form-control-sm + .form-icon,
.theme-4 .form-icon-group .form-control.form-control-sm + .form-icon {
    width: 2.5rem !important
}

.theme-4 .form-icon-group .form-control-plaintext.form-control-xs + .form-icon,
.theme-4 .form-icon-group .form-control.form-control-xs + .form-icon {
    width: 2rem !important
}

.theme-4 .form-icon-group:not(.form-icon-flip) .form-control,
.theme-4 .form-icon-group:not(.form-icon-flip) .form-control-plaintext {
    padding-left: 2.75rem !important
}

.theme-4 [dir=rtl] .form-icon-group:not(.form-icon-flip) .form-control,
.theme-4 [dir=rtl] .form-icon-group:not(.form-icon-flip) .form-control-plaintext {
    padding-left: 1rem !important;
    padding-right: 2.75rem !important
}

.theme-4 .form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-lg,
.theme-4 .form-icon-group:not(.form-icon-flip) .form-control.form-control-lg {
    padding-left: 3.25rem !important
}

.theme-4 [dir=rtl] .form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-lg,
.theme-4 [dir=rtl] .form-icon-group:not(.form-icon-flip) .form-control.form-control-lg {
    padding-left: 1rem !important;
    padding-right: 3.25rem !important
}

.theme-4 .form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-sm,
.theme-4 .form-icon-group:not(.form-icon-flip) .form-control.form-control-sm {
    padding-left: 2.25rem !important
}

.theme-4 [dir=rtl] .form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-sm,
.theme-4 [dir=rtl] .form-icon-group:not(.form-icon-flip) .form-control.form-control-sm {
    padding-left: 1rem !important;
    padding-right: 2.25rem !important
}

.theme-4 .form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-xs,
.theme-4 .form-icon-group:not(.form-icon-flip) .form-control.form-control-xs {
    padding-left: 1.75rem !important
}

.theme-4 [dir=rtl] .form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-xs,
.theme-4 [dir=rtl] .form-icon-group:not(.form-icon-flip) .form-control.form-control-xs {
    padding-left: 1rem !important;
    padding-right: 1.75rem !important
}

.theme-4 .form-icon-group.form-icon-flip .form-icon {
    right: 0
}

.theme-4 .form-icon-group.form-icon-flip .form-control,
.theme-4 .form-icon-group.form-icon-flip .form-control-plaintext {
    padding-right: 2.75rem !important
}

.theme-4 [dir=rtl] .form-icon-group.form-icon-flip .form-control,
.theme-4 [dir=rtl] .form-icon-group.form-icon-flip .form-control-plaintext {
    padding-right: 1rem !important;
    padding-left: 2.75rem !important
}

.theme-4 .form-icon-group.form-icon-flip .form-control-plaintext.form-control-lg,
.theme-4 .form-icon-group.form-icon-flip .form-control.form-control-lg {
    padding-right: 3.25rem !important
}

.theme-4 [dir=rtl] .form-icon-group.form-icon-flip .form-control-plaintext.form-control-lg,
.theme-4 [dir=rtl] .form-icon-group.form-icon-flip .form-control.form-control-lg {
    padding-right: 1rem !important;
    padding-left: 3.25rem !important
}

.theme-4 .form-icon-group.form-icon-flip .form-control-plaintext.form-control-sm,
.theme-4 .form-icon-group.form-icon-flip .form-control.form-control-sm {
    padding-right: 2.25rem !important
}

.theme-4 [dir=rtl] .form-icon-group.form-icon-flip .form-control-plaintext.form-control-sm,
.theme-4 [dir=rtl] .form-icon-group.form-icon-flip .form-control.form-control-sm {
    padding-right: 1rem !important;
    padding-left: 2.25rem !important
}

.theme-4 .form-icon-group.form-icon-flip .form-control-plaintext.form-control-xs,
.theme-4 .form-icon-group.form-icon-flip .form-control.form-control-xs {
    padding-right: 1.75rem !important
}

.theme-4 [dir=rtl] .form-icon-group.form-icon-flip .form-control-plaintext.form-control-xs,
.theme-4 [dir=rtl] .form-icon-group.form-icon-flip .form-control.form-control-xs {
    padding-right: 1rem !important;
    padding-left: 1.75rem !important
}

.theme-4 .form-control-xs {
    padding: 0 .5rem !important;
    min-height: 32px !important;
    font-size: .875rem !important
}

.theme-4 .bp-sm .sm\:form-control-sm,
.theme-4 .form-control-sm {
    padding: 0 .75rem !important;
    min-height: 40px !important;
    font-size: 1rem !important
}

.theme-4 .bp-lg .lg\:form-control-md,
.theme-4 .form-control-md {
    padding: 0 1rem !important;
    min-height: 48px !important;
    font-size: 1rem !important
}

.theme-4 .form-control-lg {
    padding: 0 1.5rem !important;
    min-height: 56px !important;
    font-size: 1.125rem !important
}

.theme-4 .form-control {
    border-color: var(--border-color) !important;
    background-color: #fff !important
}

.theme-4 .form-control:where(.uc-dark),
.theme-4 :where(.uc-dark) .form-control {
    background-color: transparent !important
}

.theme-4 .form-control {
    color: var(--color-gray-900) !important
}

.theme-4 .form-control:where(.uc-dark),
.theme-4 :where(.uc-dark) .form-control {
    color: #fff !important
}

.theme-4 .form-check-input:focus,
.theme-4 .form-control:focus {
    border-color: var(--color-primary) !important;
    box-shadow: 0 0 0 .25rem var(--shadow-color) !important;
    --shadow-color: rgba(0, 0, 0, .05)
}

.theme-4 .form-check-input:focus:where(.uc-dark),
.theme-4 .form-control:focus:where(.uc-dark),
.theme-4 :where(.uc-dark) .form-check-input:focus,
.theme-4 :where(.uc-dark) .form-control:focus {
    --shadow-color: hsla(0, 0%, 100%, .1)
}

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

.theme-4 [dir=rtl] .form-check {
    padding-left: 0;
    padding-right: 1.5em
}

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

.theme-4 [dir=rtl] .form-select {
    background-position: left .75rem center
}

.theme-4 input::placeholder,
.theme-4 select::placeholder,
.theme-4 textarea::placeholder {
    color: inherit !important
}

.theme-4 input::placeholder,
.theme-4 select::placeholder,
.theme-4 textarea::placeholder {
    opacity: .65 !important
}

.theme-4 :where(.uc-dark) input::placeholder,
.theme-4 :where(.uc-dark) select::placeholder,
.theme-4 :where(.uc-dark) textarea::placeholder,
.theme-4 input:where(.uc-dark)::placeholder,
.theme-4 select:where(.uc-dark)::placeholder,
.theme-4 textarea:where(.uc-dark)::placeholder {
    opacity: .45 !important
}

.theme-4 .btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    height: var(--bs-btn-height);
    text-transform: var(--button-font-transform)
}

.theme-4 .btn.btn-text {
    position: relative;
    padding: 0 0 8px;
    border: 0;
    border-radius: 0;
    margin: 0;
    line-height: 1
}

.theme-4 .btn.btn-text:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
    width: 0;
    background-color: var(--color-primary);
    transition: width .35s cubic-bezier(.38, .01, .43, .16)
}

.theme-4 .btn.btn-text:hover:after {
    width: 100%
}

.theme-4 .btn- {
    --bs-btn-height: 48px !important;
    --bs-btn-padding-y: 0px !important;
    --bs-btn-padding-x: 1rem !important;
    --bs-btn-font-size: 1rem !important
}

.theme-4 .btn-2xs {
    --bs-btn-height: 24px !important;
    --bs-btn-padding-y: 0px !important;
    --bs-btn-padding-x: 0.25rem !important;
    --bs-btn-font-size: 0.8rem !important
}

.theme-4 .btn-xs {
    --bs-btn-height: 32px !important;
    --bs-btn-padding-y: 0px !important;
    --bs-btn-padding-x: 0.5rem !important;
    --bs-btn-font-size: 0.825rem !important
}

.theme-4 .bp-sm .sm\:btn-sm,
.theme-4 .btn-sm {
    --bs-btn-height: 40px !important;
    --bs-btn-padding-y: 0px !important;
    --bs-btn-padding-x: 0.75rem !important;
    --bs-btn-font-size: 1rem !important
}

.theme-4 .bp-lg .lg\:btn-md,
.theme-4 .bp-md .md\:btn-md,
.theme-4 .bp-sm .sm\:btn-md,
.theme-4 .btn-md {
    --bs-btn-height: 48px !important;
    --bs-btn-padding-y: 0px !important;
    --bs-btn-padding-x: 1rem !important;
    --bs-btn-font-size: 1rem !important
}

.theme-4 .bp-lg .lg\:btn-lg,
.theme-4 .bp-md .md\:btn-lg,
.theme-4 .bp-xl .xl\:btn-lg,
.theme-4 .btn-lg {
    --bs-btn-height: 56px !important;
    --bs-btn-padding-y: 0px !important;
    --bs-btn-padding-x: 1.5rem !important;
    --bs-btn-font-size: 1.125rem !important
}

.theme-4 .bp-xl .xl\:btn-xl,
.theme-4 .btn-xl {
    --bs-btn-height: 64px !important;
    --bs-btn-padding-y: 0px !important;
    --bs-btn-padding-x: 2rem !important;
    --bs-btn-font-size: 1.25rem !important
}

.theme-4 .btn-2xl {
    --bs-btn-height: 80px !important;
    --bs-btn-padding-y: 0px !important;
    --bs-btn-padding-x: 3rem !important;
    --bs-btn-font-size: 1.5rem !important
}

.theme-4 .btn-alt-primary {
    background: #fff !important;
    color: var(--color-primary) !important
}

.theme-4 .btn-alt-primary:focus,
.theme-4 .btn-alt-primary:hover {
    background: var(--color-primary) !important;
    color: #fff !important
}

.theme-4 .btn-alt-dark {
    background: #fff !important;
    color: #212529 !important
}

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

.theme-4 .btn-alt-gray-200 {
    background: #fff !important;
    color: #adb0b0 !important
}

.theme-4 .btn-alt-gray-200:focus,
.theme-4 .btn-alt-gray-200:hover {
    background: #adb0b0 !important;
    color: #fff !important
}

.theme-4 .btn-ghost-primary {
    background: #f4fdef !important;
    color: var(--color-primary) !important
}

.theme-4 .btn-ghost-primary:focus,
.theme-4 .btn-ghost-primary:hover {
    background: #e9fadf !important
}

.theme-4 .btn-ghost-tertiary {
    background: #e6eef0 !important;
    color: #025864 !important
}

.theme-4 .btn-ghost-tertiary:focus,
.theme-4 .btn-ghost-tertiary:hover {
    background: #ccdee0 !important
}

.theme-4 .fs-1,
.theme-4 .fs-2,
.theme-4 .fs-4,
.theme-4 .fs-5,
.theme-4 .fs-6,
.theme-4 .fs-7,
.theme-4 .fs-8 {
    letter-spacing: 0
}

.theme-4 p.text-muted {
    color: rgba(0, 0, 0, .5) !important
}

.theme-4 :where(.uc-dark) p.text-muted,
.theme-4 p.text-muted:where(.uc-dark) {
    color: hsla(0, 0%, 100%, .5) !important
}

.theme-4 .text-unset {
    text-transform: none !important
}

.theme-4 .text-inherit {
    color: currentColor
}

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

.theme-4 .container.container-expand {
    max-width: 100%
}

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

.theme-4 .nav-y {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: .25rem;
    list-style: none;
    margin: 0;
    padding: 0
}

.theme-4 .nav-y > *,
.theme-4 .nav-y > * > * {
    display: flex;
    align-items: center;
    gap: .25rem
}

.theme-4 .nav-y a {
    text-decoration: none;
    color: inherit;
    transition: opacity .2s ease
}

.theme-4 .nav-y a:hover {
    opacity: 1 !important
}

.theme-4 .nav-y .uc-nav-sub {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: .25rem;
    width: 100%;
    margin: 0;
    padding: 8px 0 8px 16px;
    list-style: none;
    opacity: 0;
    transition: .2s ease
}

.theme-4 .nav-y .uc-nav-sub a {
    font-size: 90%
}

.theme-4 .nav-y .uc-nav-sub .uc-parent:after {
    font-size: 1rem
}

.theme-4 .nav-y > .uc-parent > .uc-nav-sub {
    padding-top: .5rem
}

.theme-4 .nav-y .uc-parent,
.theme-4 .nav-y .uc-parent > a {
    position: relative;
    display: block
}

.theme-4 .nav-y .uc-parent > a {
    z-index: 1
}

.theme-4 .nav-y .uc-parent > a:after {
    content: "";
    font-family: Unicons;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 1.125rem;
    font-weight: 700;
    width: 1.5rem;
    height: 1.5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    opacity: .6
}

.theme-4 .nav-y .uc-parent.uc-open > a:after {
    content: ""
}

.theme-4 .nav-y .uc-parent.uc-open .uc-nav-sub {
    opacity: 1
}

.theme-4 .nav-y:hover a {
    opacity: .6
}

.theme-4 .nav-x {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.5rem;
    list-style: none;
    margin: 0;
    padding: 0
}

.theme-4 .nav-x > *,
.theme-4 .nav-x > * > * {
    display: flex;
    align-items: center;
    gap: .5rem
}

.theme-4 .nav-x a {
    text-decoration: none;
    color: inherit
}

.theme-4 .uc-navbar {
    z-index: 1
}

.theme-4 .uc-navbar .uc-navbar-left,
.theme-4 .uc-navbar .uc-navbar-right,
.theme-4 .uc-navbar [class*=uc-navbar-center] {
    gap: 1.5rem
}

.theme-4 .uc-navbar-nav > li > a {
    position: relative;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    padding: 0
}

.theme-4 .uc-navbar-nav > li.uc-active > a:before {
    opacity: 1
}

.theme-4 .uc-navbar-nav > li:hover > a,
.theme-4 .uc-navbar-nav > li > a[aria-expanded=true] {
    opacity: .75;
    color: var(--color-gray-900) !important
}

.theme-4 .uc-navbar-nav > li:hover > a:where(.uc-dark),
.theme-4 .uc-navbar-nav > li > a[aria-expanded=true]:where(.uc-dark),
.theme-4 :where(.uc-dark) .uc-navbar-nav > li:hover > a,
.theme-4 :where(.uc-dark) .uc-navbar-nav > li > a[aria-expanded=true] {
    color: #fff !important
}

.theme-4 .uc-navbar-dropdown {
    min-width: 250px;
    padding: 2rem;
    box-shadow: 0 4px 16px -8px rgba(0, 0, 0, .2);
    border-radius: var(--radius);
    background: #fff !important
}

.theme-4 .uc-navbar-dropdown:where(.uc-dark),
.theme-4 :where(.uc-dark) .uc-navbar-dropdown {
    background: var(--color-gray-800) !important
}

.theme-4 .uc-navbar-dropdown {
    color: var(--color-gray-800) !important
}

.theme-4 .uc-navbar-dropdown:where(.uc-dark),
.theme-4 :where(.uc-dark) .uc-navbar-dropdown {
    color: #fff !important
}

.theme-4 .uc-navbar-dropdown-nav > li > a {
    font-size: .875rem;
    font-weight: var(--font-weight-medium);
    color: var(--color-gray-600)
}

.theme-4 .uc-navbar-dropdown-nav > li > a:where(.uc-dark),
.theme-4 :where(.uc-dark) .uc-navbar-dropdown-nav > li > a {
    color: var(--color-gray-200)
}

.theme-4 .uc-navbar-dropdown-nav > li:hover > a {
    color: var(--color-gray-900)
}

.theme-4 .uc-navbar-dropdown-nav > li:hover > a:where(.uc-dark),
.theme-4 :where(.uc-dark) .uc-navbar-dropdown-nav > li:hover > a {
    color: #fff
}

.theme-4 .uc-navbar-dropdown-nav .uc-nav-header,
.theme-4 .uc-navbar-dropdown-nav > li.uc-active > a {
    color: inherit
}

.theme-4 .uc-navbar-dropdown-nav .uc-nav-header {
    text-transform: capitalize;
    font-weight: var(--font-weight-bold);
    font-size: 1rem
}

.theme-4 .uc-navbar-container {
    transition: .1s ease-in-out;
    transition-property: background-color
}

.theme-4 .uc-navbar-container:not(.uc-navbar-transparent) {
    background-color: #fff
}

.theme-4 .uc-navbar-container:not(.uc-navbar-transparent):where(.uc-dark),
.theme-4 :where(.uc-dark) .uc-navbar-container:not(.uc-navbar-transparent) {
    background-color: var(--color-gray-900)
}

.theme-4 .uc-navbar .uc-navbar-item {
    font-family: inherit !important
}

.theme-4 .uc-navbar-item,
.theme-4 .uc-navbar-nav > li > a {
    font-family: inherit !important;
    padding: 0;
    min-height: var(--uc-nav-height, 48px) !important
}

.theme-4 .uc-navbar-float {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.theme-4 .alert {
    display: flex;
    align-items: center;
    gap: .75rem;
    border: 0 !important;
    border-left: 2px solid var(--bs-alert-border-color) !important;
    box-shadow: 0 .125rem .25rem -.1rem var(--shadow-color) !important
}

.theme-4 .alert :not(pre) > code,
.theme-4 .alert code {
    background: rgba(0, 0, 0, .08) !important
}

.theme-4 .table {
    --bs-table-bg: inherit !important;
    --bs-table-color: inherit !important
}

.theme-4 .table > :not(caption) > :last-child > * {
    border-width: 0
}

.theme-4 .uc-table-striped tbody tr:nth-of-type(odd),
.theme-4 .uc-table-striped > tr:nth-of-type(odd) {
    background: hsla(0, 0%, 59%, .1)
}

.theme-4 .uc-accordion {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.theme-4 .uc-accordion > :nth-child(n+2) {
    margin: 0 !important
}

.theme-4 .uc-accordion-title {
    position: relative;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    color: var(--color-gray-900)
}

.theme-4 .uc-accordion-title:where(.uc-dark),
.theme-4 :where(.uc-dark) .uc-accordion-title {
    color: #fff
}

.theme-4 .uc-accordion-title:hover {
    opacity: .75;
    color: var(--color-gray-900)
}

.theme-4 .uc-accordion-title:hover:where(.uc-dark),
.theme-4 :where(.uc-dark) .uc-accordion-title:hover {
    color: #fff
}

.theme-4 .uc-accordion-title:before {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 0;
    font-family: Unicons;
    width: 24px;
    height: 24px;
    font-size: 24px;
    text-transform: none;
    line-height: 1;
    transform: translateY(-50%) rotate(0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: transform .2s ease;
    background-color: hsla(0, 0%, 61%, .25);
    border-radius: 100%
}

.theme-4 .uc-accordion > .uc-open .uc-accordion-title:before {
    transform: translateY(-50%) rotate(45deg)
}

.theme-4 .uc-accordion-divider {
    --divider-gap: 32px
}

.theme-4 .uc-accordion-divider > * + :before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: var(--bs-border-color);
    transform: translateY(calc(var(--divider-gap) / 2 * -1))
}

.theme-4 [dir=rtl] .uc-accordion-title:before {
    right: auto;
    left: 0
}

.theme-4 .uc-accordion.uc-accordion-chevron .uc-accordion-title:before {
    content: "";
    background: 0 0;
    font-size: 80%;
    font-weight: 700
}

.theme-4 .uc-accordion.uc-accordion-chevron > .uc-open .uc-accordion-title:before {
    transform: translateY(-50%) rotate(-90deg)
}

.theme-4 .swiper-wrapper {
    will-change: transform
}

.theme-4 .swiper.swiper-match .swiper-slide {
    height: auto !important
}

.theme-4 .swiper-thumbs .swiper-slide {
    cursor: pointer
}

.theme-4 .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px
}

.theme-4 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #969696;
    opacity: .25
}

.theme-4 .swiper-pagination-bullet-active {
    background-color: currentColor;
    opacity: 1
}

.theme-4 .swiper-horizontal > .swiper-pagination-bullets {
    bottom: 0 !important
}

.theme-4 :where(.uc-dark) .swiper .swiper-pagination-bullet {
    background-color: #fff;
    opacity: .2
}

.theme-4 :where(.uc-dark) .swiper .swiper-pagination-bullet-active {
    background-color: currentColor;
    opacity: 1
}

.theme-4 :where(.uc-dark) .swiper:before {
    border-bottom-color: hsla(0, 0%, 100%, .05)
}

.theme-4 .uc-tab {
    margin: 0;
    border-bottom: 1px solid var(--border-color)
}

.theme-4 .uc-tab > * {
    margin: 0;
    padding: 0
}

.theme-4 .uc-tab > * > a {
    margin: 0;
    position: relative;
    padding: 8px 16px;
    color: currentColor;
    opacity: .6;
    text-decoration: none
}

.theme-4 .uc-tab > * > a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    border-bottom: 2px solid var(--color-primary);
    opacity: 0;
    transition: opacity .2s ease
}

.theme-4 .uc-tab > .uc-active > a {
    color: currentColor;
    opacity: 1
}

.theme-4 .uc-tab > .uc-active > a:before {
    opacity: 1
}

.theme-4 .uc-subnav {
    margin: 0
}

.theme-4 .uc-subnav > * {
    margin: 0;
    padding: 0
}

.theme-4 .uc-subnav > * > a {
    margin: 0;
    position: relative;
    padding: 8px 16px;
    text-decoration: none
}

.theme-4 .uc-subnav-pill > * > a {
    background-color: var(--color-primary);
    border-radius: var(--radius)
}

.theme-4 .uc-subnav-pill > * > a:hover {
    background: 0 0;
    color: var(--color-gray-900)
}

.theme-4 .uc-subnav-pill > * > a:hover:where(.uc-dark),
.theme-4 :where(.uc-dark) .uc-subnav-pill > * > a:hover {
    color: #fff
}

.theme-4 .uc-subnav-pill > .uc-active > a {
    background-color: var(--color-primary) !important;
    color: #fff
}

.theme-4 .uc-notification-message {
    font-size: 1rem;
    font-weight: 500;
    border-radius: var(--radius);
    background-color: var(--color-gray-50)
}

.theme-4 .uc-notification-message:where(.uc-dark),
.theme-4 :where(.uc-dark) .uc-notification-message {
    background-color: var(--color-gray-800)
}

.theme-4 .uc-notification-message {
    color: var(--color-gray-900)
}

.theme-4 .uc-notification-message:where(.uc-dark),
.theme-4 :where(.uc-dark) .uc-notification-message {
    color: #fff
}

.theme-4 .uc-notification-message .uc-notification-close {
    color: var(--color-gray-900)
}

.theme-4 .uc-notification-message .uc-notification-close:where(.uc-dark),
.theme-4 :where(.uc-dark) .uc-notification-message .uc-notification-close {
    color: #fff
}

.theme-4 .uc-notification-message .uc-notification-close svg,
.theme-4 .uc-notification-message .uc-notification-close svg > * {
    fill: currentColor !important;
    stroke: currentColor !important
}

.theme-4 [data-uc-img] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.theme-4 .uc-svg,
.theme-4 .uc-svg > * {
    fill: currentcolor !important;
    height: auto;
    width: auto
}

.theme-4 .page-preload #wrapper {
    transition: opacity .35s cubic-bezier(.8, 0, .2, 1) 1s;
    opacity: 0
}

.theme-4 .page-preload.loaded #wrapper {
    opacity: 1
}

.theme-4 [data-uc-marquee] {
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    width: 100vw !important;
    overflow: hidden
}

.theme-4 [data-uc-marquee] > * {
    flex-shrink: 0;
    display: flex;
    justify-content: space-around;
    min-width: 100%;
    gap: var(--gap, 16px);
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.theme-4 [data-uc-marquee] > * > * {
    white-space: nowrap;
    animation: marquee var(--speed, 30s) linear infinite
}

.theme-4 [data-uc-marquee].reverse > * > * {
    animation-direction: reverse
}

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

.theme-4 .swiper .swiper-match > * > * {
    flex: 1 1
}

.theme-4 :root {
    --color-white: #fff;
    --color-black: #000
}

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

.theme-4 hr {
    opacity: .1 !important
}

.theme-4 .border.border-white {
    border-color: #fff !important
}

.theme-4 .uc-nav ul.uc-nav-sub {
    font-size: 95%;
    padding: 8px 16px
}

.theme-4 .uc-nav ul.uc-nav-sub a {
    opacity: .5;
    transition: .2s ease
}

.theme-4 .uc-nav ul.uc-nav-sub a:hover,
.theme-4 .uc-nav ul.uc-nav-sub li.uc-active a {
    opacity: 1
}

.theme-4 .uc-nav a {
    position: relative;
    transition: .2s ease
}

.theme-4 .uc-nav .uc-parent a > span {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: transform .2s ease
}

.theme-4 .uc-nav .uc-parent.uc-open a > span {
    transform: translateY(-50%) rotate(45deg)
}

.theme-4 .uc-nav.uc-nav-modern > * {
    padding: 8px 16px
}

.theme-4 .uc-nav.uc-nav-modern .uc-active,
.theme-4 .uc-nav.uc-nav-modern .uc-parent {
    background-color: hsla(0, 0%, 50%, .086);
    border-radius: 10px
}

.theme-4 .uc-switcher-nav > li > a {
    border-radius: 8px
}

.theme-4 .uc-switcher-nav > li.uc-active > a {
    background: var(--color-primary);
    color: #fff
}

.theme-4 .nav-pagination a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    text-align: center;
    border-radius: 50%
}

.theme-4 .nav-pagination a.uc-active {
    background: var(--color-primary);
    color: #fff
}

.theme-4 .post-content p:first-child:first-letter {
    font-size: 5em;
    float: left;
    line-height: .9em;
    margin-right: 16px
}

.theme-4 .post-navigation .new-post:hover button {
    color: var(--color-primary) !important
}

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

.theme-4 .swiper .swiper-wrapper.col-match {
    flex-wrap: wrap
}

.theme-4 .swiper .swiper-wrapper.col-match > * {
    display: flex;
    flex-direction: column
}

.theme-4 .swiper .swiper-wrapper.col-match > * > * {
    flex: 1 1
}

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

.theme-4 img {
    font-size: 11px
}

.theme-4 img.image-hover-revealer {
    --move-x: 0px;
    --move-y: 0px;
    position: absolute;
    width: 200px;
    height: 200px;
    object-fit: cover;
    transform: translateX(var(--move-x)) translateY(var(--move-y));
    top: 0;
    left: 0;
    z-index: 10;
    pointer-events: none;
    will-change: clip-path, transform;
    visibility: hidden;
    opacity: 0;
    transition: visibility .4s cubic-bezier(.87, 0, .13, 1), opacity .4s cubic-bezier(.87, 0, .13, 1), -webkit-clip-path .4s cubic-bezier(.87, 0, .13, 1);
    transition: visibility .4s cubic-bezier(.87, 0, .13, 1), opacity .4s cubic-bezier(.87, 0, .13, 1), clip-path .4s cubic-bezier(.87, 0, .13, 1);
    transition: visibility .4s cubic-bezier(.87, 0, .13, 1), opacity .4s cubic-bezier(.87, 0, .13, 1), clip-path .4s cubic-bezier(.87, 0, .13, 1), -webkit-clip-path .4s cubic-bezier(.87, 0, .13, 1);
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%)
}

.theme-4 [data-darkmode-toggle] {
    transform: scale(.9);
    transition: .2s ease;
    z-index: 1000
}

.theme-4 [data-darkmode-toggle] .switch {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px
}

.theme-4 [data-darkmode-toggle] .switch > .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.theme-4 [data-darkmode-toggle] .switch > .slider:before {
    content: "";
    font-family: Unicons;
    position: absolute;
    left: 0;
    bottom: 0;
    justify-content: space-between;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    line-height: 1.2;
    transition: .3s;
    z-index: 1;
    color: currentColor
}

.theme-4 [data-darkmode-toggle] .switch > input {
    opacity: 0;
    width: 0;
    height: 0
}

.theme-4 [data-darkmode-toggle] .switch > input:checked + .slider:before {
    content: "";
    color: currentColor
}

.theme-4 [data-darkmode-toggle]:hover {
    transform: scale(1.1);
    opacity: 1
}

.theme-4 [data-darkmode-switch] {
    display: inline-flex;
    vertical-align: middle
}

.theme-4 [data-darkmode-switch] .switch {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 22px
}

.theme-4 [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: var(--color-gray-25) !important;
    border-color: #c8c9ca !important
}

.theme-4 :where(.uc-dark) [data-darkmode-switch] .switch > .slider,
.theme-4 [data-darkmode-switch] .switch > .slider:where(.uc-dark) {
    background-color: var(--color-gray-700) !important;
    border-color: var(--color-gray-500) !important
}

.theme-4 [data-darkmode-switch] .switch > .slider:before {
    content: "";
    font-family: Unicons;
    position: absolute;
    left: 1px;
    bottom: 1px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    font-size: 14px;
    border-radius: 20px;
    transition: .3s ease !important;
    z-index: 1;
    color: currentColor;
    box-shadow: 0 1px 3px 0 hsla(0, 0%, 59%, .25)
}

.theme-4 [data-darkmode-switch] .switch > input {
    opacity: 0;
    width: 0;
    height: 0
}

.theme-4 [data-darkmode-switch] .switch > input:checked + .slider:before {
    content: "";
    color: currentColor;
    transform: translateX(100%)
}

.theme-4 .prettyprint {
    background-color: var(--color-secondary) !important;
    border-color: var(--color-secondary-600) !important
}

.theme-4 .prettyprint:where(.uc-dark),
.theme-4 :where(.uc-dark) .prettyprint {
    background-color: var(--color-gray-800) !important;
    border-color: var(--color-gray-700) !important
}

.theme-4 pre.prettyprint {
    --font-code-family: "IBM Plex Mono", monospace;
    font-style: normal;
    min-width: 100%;
    width: 45vw;
    max-height: 400px
}

.theme-4 pre.prettyprint .tag {
    color: #d4458f
}

.theme-4 :where(.uc-dark) pre.prettyprint .tag,
.theme-4 pre.prettyprint .tag:where(.uc-dark) {
    color: #f472b6
}

.theme-4 pre.prettyprint .atv {
    color: #5a89ca
}

.theme-4 :where(.uc-dark) pre.prettyprint .atv,
.theme-4 pre.prettyprint .atv:where(.uc-dark) {
    color: #82b6ff
}

.theme-4 .alert {
    font-size: 90%
}

.theme-4 .uc-table-striped tbody tr:nth-of-type(odd),
.theme-4 .uc-table-striped > tr:nth-of-type(odd) {
    background: var(--color-secondary)
}

.theme-4 .uc-table-striped tbody tr:nth-of-type(odd):where(.uc-dark),
.theme-4 .uc-table-striped > tr:nth-of-type(odd):where(.uc-dark),
.theme-4 :where(.uc-dark) .uc-table-striped tbody tr:nth-of-type(odd),
.theme-4 :where(.uc-dark) .uc-table-striped > tr:nth-of-type(odd) {
    background: rgba(93, 93, 121, .1)
}

.theme-4 .text-transparent {
    color: transparent
}

.theme-4 .hide-scrollbar::-webkit-scrollbar {
    display: none
}

.theme-4 .uc-gdpr-notification {
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all .25s ease
}

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

.theme-4 .uc-navbar-container.uc-navbar-sticky {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: hsla(0, 0%, 100%, .8)
}

.theme-4 .uc-navbar-container.uc-navbar-sticky:where(.uc-dark),
.theme-4 :where(.uc-dark) .uc-navbar-container.uc-navbar-sticky {
    background-color: rgba(31, 31, 31, .75)
}

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

.theme-4 header.uc-preview-header .uc-navbar-nav > li > a {
    color: #000
}

.theme-4 :where(.uc-dark) header.uc-preview-header .uc-navbar-nav > li > a,
.theme-4 header.uc-preview-header .uc-navbar-nav > li > a:where(.uc-dark) {
    color: #fff
}

.theme-4 header.uc-preview-header .uc-navbar-container.uc-navbar-sticky .uc-navbar-nav li > a {
    opacity: .6
}

.theme-4 header.uc-preview-header .uc-navbar-container.uc-navbar-sticky .uc-navbar-nav li.uc-active > a {
    opacity: 1
}

.theme-4 .uc-dropbar-inner.after-bg:after {
    background-color: var(--color-gray-25)
}

.theme-4 .uc-dropbar-inner.after-bg:where(.uc-dark):after,
.theme-4 :where(.uc-dark) .uc-dropbar-inner.after-bg:after {
    background-color: var(--color-gray-800)
}

.theme-4 .uc-dropbar-inner.after-bg:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100vw;
    right: -70vw;
    top: 0;
    z-index: -1
}

.theme-4 [dir=rtl] .uc-dropbar-inner.after-bg:after {
    right: auto;
    left: -70vw
}

.theme-4 header.uc-header.header-six > :not(.uc-navbar-sticky) .uc-navbar-main a {
    color: #fff;
    transition: opacity .25s ease
}

.theme-4 header.uc-header.header-six > :not(.uc-navbar-sticky) .uc-navbar-main a:hover {
    color: #fff !important;
    opacity: .7
}

.theme-4 header.uc-header.header-six .uc-navbar-nav > li.uc-active > a {
    color: var(--color-primary)
}

.theme-4 :where(.uc-dark) header.uc-header.header-six .uc-navbar-nav > li.uc-active > a,
.theme-4 header.uc-header.header-six .uc-navbar-nav > li.uc-active > a:where(.uc-dark) {
    color: var(--color-lime-300)
}

.theme-4 header.uc-header.header-six > .uc-navbar-sticky {
    max-width: 1140px;
    margin: auto;
    border: 1px solid rgba(0, 0, 0, .15);
    box-shadow: 0 8px 24px -8px rgba(0, 0, 0, .15)
}

.theme-4 header.uc-header.header-six > .uc-navbar-sticky .uc-navbar-main {
    --uc-nav-height: 64px !important
}

.theme-4 header.uc-header.header-six > .uc-navbar-sticky .uc-navbar-main .uc-navbar {
    min-height: 64px !important
}

.theme-4 :root {
    --bs-link-color-rgb: var(--color-gray-900) !important
}

.theme-4 :root:where(.uc-dark),
.theme-4 :where(.uc-dark) :root {
    --bs-link-color-rgb: #fff !important
}

.theme-4 .hero-five-contries {
    left: -18.5% !important
}

.theme-4 [dir=rtl] .hero-five-contries {
    left: auto !important;
    right: -18.5% !important
}

.theme-4 .hero-five-account {
    right: -12% !important
}

.theme-4 [dir=rtl] .hero-five-account {
    right: auto !important;
    left: -12% !important
}

.theme-4 .hero-ten-01 {
    left: -14% !important
}

.theme-4 [dir=rtl] .hero-ten-01 {
    left: auto !important;
    right: -14% !important
}

.theme-4 .hero-ten-02 {
    right: -12% !important
}

.theme-4 [dir=rtl] .hero-ten-02 {
    right: auto !important;
    left: -12% !important
}

.theme-4 .hero-ten-03 {
    right: -8% !important
}

.theme-4 [dir=rtl] .hero-ten-03 {
    right: auto !important;
    left: -8% !important
}

.theme-4 .swiper .swiper-pagination-bullet,
.theme-4 .swiper-pagination-bullet {
    --swiper-pagination-bullet-horizontal-gap: 0;
    height: 8px !important;
    width: 8px !important;
    border-radius: 8px !important
}

.theme-4 .swiper-timeline .swiper-slide:first-child .timeline-box:before {
    left: 50% !important
}

.theme-4 [dir=rtl] .swiper-timeline .swiper-slide:first-child .timeline-box:before {
    left: 0 !important;
    right: 50% !important
}

.theme-4 .swiper-timeline .swiper-slide:last-child .timeline-box:before {
    right: 50% !important
}

.theme-4 [dir=rtl] .swiper-timeline .swiper-slide:last-child .timeline-box:before {
    right: 0 !important;
    left: 50% !important
}

.theme-4 .swiper-timeline .swiper-slide.swiper-slide-active .timeline-box .image {
    transform: scale(1);
    opacity: 1
}

.theme-4 .swiper-timeline .swiper-slide.swiper-slide-active .timeline-box .content,
.theme-4 .swiper-timeline .swiper-slide.swiper-slide-active .timeline-box .title {
    opacity: 1
}

.theme-4 .swiper-timeline .swiper-slide.swiper-slide-active .timeline-box:after {
    transform: scale(1)
}

.theme-4 .timeline-box {
    --image-box-height: 200px;
    --half-gap: 40px;
    position: relative;
    transition: all .25s ease-in-out
}

.theme-4 .timeline-box:after,
.theme-4 .timeline-box:before {
    content: "";
    position: absolute;
    display: block;
    transition: all .25s ease-in-out;
    background: var(--color-gray-900)
}

.theme-4 .timeline-box:after:where(.uc-dark),
.theme-4 .timeline-box:before:where(.uc-dark),
.theme-4 :where(.uc-dark) .timeline-box:after,
.theme-4 :where(.uc-dark) .timeline-box:before {
    background: #fff
}

.theme-4 .timeline-box:before {
    top: calc(var(--image-box-height) + var(--half-gap));
    right: 0;
    left: 0;
    width: auto;
    height: 1px;
    opacity: .15
}

.theme-4 .timeline-box:after {
    top: calc(var(--image-box-height) + var(--half-gap) - 10px);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transform: scale(.5);
    transition: transform .25s;
    left: auto !important
}

.theme-4 [dir=rtl] .timeline-box:after {
    left: calc(50% - 10px) !important;
    right: auto !important
}

.theme-4 .timeline-box .image {
    transform: scale(.9)
}

.theme-4 .timeline-box .content,
.theme-4 .timeline-box .image,
.theme-4 .timeline-box .title {
    opacity: .6;
    transition: all .25s ease-in-out
}

.theme-4 .main-features-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center
}

.theme-4 .main-features-nav > li {
    position: relative;
    width: 100%
}

.theme-4 .main-features-nav > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    line-height: 80px !important;
    padding: 0 16px
}

.theme-4 .main-features-nav > li:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 3px solid transparent;
    width: 0;
    transition: 0s cubic-bezier(1, 0, 0, 1)
}

.theme-4 .main-features-nav > li.uc-active:before {
    border-color: var(--color-primary);
    width: 100%;
    transition-duration: .5s
}

.theme-4 .uc-link {
    font-weight: 500
}

.theme-4 .uc-navbar-nav > li > a[aria-expanded=true] {
    box-shadow: inset 0 3px var(--color-primary)
}

.theme-4 .uc-switcher-nav > li > a {
    border-radius: 12px
}

.theme-4 .uc-subnav-outline-pill > li > a {
    border: 1px solid var(--border-color);
    border-radius: 50rem;
    padding: 8px 24px;
    color: var(--color-gray-900) !important
}

.theme-4 .uc-subnav-outline-pill > li > a:where(.uc-dark),
.theme-4 :where(.uc-dark) .uc-subnav-outline-pill > li > a {
    color: #fff !important
}

.theme-4 .uc-subnav-outline-pill > li.uc-active > a {
    background-color: var(--color-tertiary-300)
}

.theme-4 .uc-subnav-outline-pill > li.uc-active > a:where(.uc-dark),
.theme-4 :where(.uc-dark) .uc-subnav-outline-pill > li.uc-active > a {
    background-color: var(--color-primary)
}

.theme-4 .uc-subnav-outline-pill > li.uc-active > a {
    border-color: var(--color-gray-900)
}

.theme-4 .uc-subnav-outline-pill > li.uc-active > a:where(.uc-dark),
.theme-4 :where(.uc-dark) .uc-subnav-outline-pill > li.uc-active > a {
    border-color: var(--color-primary-400)
}

.theme-4 .uc-navbar-container:not(.uc-navbar-transparent) {
    background: 0 0 !important
}

.theme-4 .uc-navbar-dropdown-nav > li > a:where(.uc-dark),
.theme-4 :where(.uc-dark) .uc-navbar-dropdown-nav > li > a {
    color: var(--color-tertiary-200)
}

.theme-4 .uc-table-light.uc-table-divider > :first-child > tr:not(:first-child),
.theme-4 .uc-table-light.uc-table-divider > :not(:first-child) > tr,
.theme-4 .uc-table-light.uc-table-divider > tr:not(:first-child) {
    border-color: #e7e3e0 !important
}

.theme-4 *,
.theme-4 :after,
.theme-4 :before {
    box-sizing: border-box
}

@media(prefers-reduced-motion:no-preference) {
    .theme-4 :root {
        scroll-behavior: smooth
    }
}

.theme-4 body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.theme-4 hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: .25
}

.theme-4 h1,
.theme-4 h2,
.theme-4 h3,
.theme-4 h4,
.theme-4 h5,
.theme-4 h6 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: var(--font-family-secondary);
    font-weight: 700;
    color: var(--bs-heading-color, inherit)
}

.theme-4 p {
    margin: 0
}

.theme-4 p + p {
    margin-top: 1rem
}

.theme-4 address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

.theme-4 ol,
.theme-4 ul {
    padding-left: 2rem;
    margin-top: 0;
    margin-bottom: 1rem
}

.theme-4 ol ol,
.theme-4 ol ul,
.theme-4 ul ol,
.theme-4 ul ul {
    margin-bottom: 0
}

.theme-4 b,
.theme-4 strong {
    font-weight: 700
}

.theme-4 .small,
.theme-4 small {
    font-size: .875em
}

.theme-4 sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline;
    top: -.5em
}

.theme-4 a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline
}

.theme-4 a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}

.theme-4 a:not([href]):not([class]),
.theme-4 a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

.theme-4 code,
.theme-4 pre,
.theme-4 samp {
    font-family: var(--font-family-code);
    font-size: 1em
}

.theme-4 pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

.theme-4 pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.theme-4 code {
    font-size: .875em;
    color: var(--bs-code-color);
    word-wrap: break-word
}

.theme-4 a > code {
    color: inherit
}

.theme-4 figure {
    margin: 0 0 1rem
}

.theme-4 img,
.theme-4 svg {
    vertical-align: middle
}

.theme-4 table {
    caption-side: bottom;
    border-collapse: collapse
}

.theme-4 th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

.theme-4 tbody,
.theme-4 td,
.theme-4 tfoot,
.theme-4 th,
.theme-4 thead,
.theme-4 tr {
    border: 0 solid;
    border-color: inherit
}

.theme-4 label {
    display: inline-block
}

.theme-4 button {
    border-radius: 0
}

.theme-4 button:focus:not(:focus-visible) {
    outline: 0
}

.theme-4 button,
.theme-4 input,
.theme-4 select,
.theme-4 textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

.theme-4 button,
.theme-4 select {
    text-transform: none
}

.theme-4 [role=button] {
    cursor: pointer
}

.theme-4 select {
    word-wrap: normal
}

.theme-4 select:disabled {
    opacity: 1
}

.theme-4 [list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none !important
}

.theme-4 [type=button],
.theme-4 [type=submit],
.theme-4 button {
    -webkit-appearance: button
}

.theme-4 [type=button]:not(:disabled),
.theme-4 [type=submit]:not(:disabled),
.theme-4 button:not(:disabled) {
    cursor: pointer
}

.theme-4 ::-moz-focus-inner {
    padding: 0;
    border-style: none
}

.theme-4 textarea {
    resize: vertical
}

.theme-4 fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

.theme-4 ::-webkit-datetime-edit-day-field,
.theme-4 ::-webkit-datetime-edit-fields-wrapper,
.theme-4 ::-webkit-datetime-edit-hour-field,
.theme-4 ::-webkit-datetime-edit-minute,
.theme-4 ::-webkit-datetime-edit-month-field,
.theme-4 ::-webkit-datetime-edit-text,
.theme-4 ::-webkit-datetime-edit-year-field {
    padding: 0
}

.theme-4 ::-webkit-inner-spin-button {
    height: auto
}

.theme-4 [type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

.theme-4 ::-webkit-search-decoration {
    -webkit-appearance: none
}

.theme-4 ::-webkit-color-swatch-wrapper {
    padding: 0
}

.theme-4 ::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

.theme-4 ::file-selector-button {
    font: inherit;
    -webkit-appearance: button
}

.theme-4 progress {
    vertical-align: baseline
}

.theme-4 [hidden] {
    display: none !important
}

.theme-4 .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
}

.theme-4 .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
}

.theme-4 .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
}

.theme-4 .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
}

.theme-4 .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
}

.theme-4 .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
}

.theme-4 .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) {
    .theme-4 .sm\:display-2 {
        font-size: var(--sizes-heading-display-2-size) !important;
        line-height: var(--sizes-heading-display-2-lh) !important;
        letter-spacing: var(--sizes-heading-display-2-lp) !important
    }

    .theme-4 .sm\:display-6 {
        font-size: var(--sizes-heading-display-6-size) !important;
        line-height: var(--sizes-heading-display-6-lh) !important;
        letter-spacing: var(--sizes-heading-display-6-lp) !important
    }

    .theme-4 .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
    }

    .theme-4 .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
    }

    .theme-4 .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
    }

    .theme-4 .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
    }

    .theme-4 .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) {
    .theme-4 .md\:display-5 {
        font-size: var(--sizes-heading-display-5-size) !important;
        line-height: var(--sizes-heading-display-5-lh) !important;
        letter-spacing: var(--sizes-heading-display-5-lp) !important
    }

    .theme-4 .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
    }

    .theme-4 .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
    }

    .theme-4 .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
    }

    .theme-4 .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
    }

    .theme-4 .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
    }

    .theme-4 .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) {
    .theme-4 .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
    }

    .theme-4 .lg\:display-5 {
        font-size: var(--sizes-heading-display-5-size) !important;
        line-height: var(--sizes-heading-display-5-lh) !important;
        letter-spacing: var(--sizes-heading-display-5-lp) !important
    }

    .theme-4 .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
    }

    .theme-4 .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
    }

    .theme-4 .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
    }

    .theme-4 .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
    }

    .theme-4 .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
    }

    .theme-4 .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
    }

    .theme-4 .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) {
    .theme-4 .xl\:display-3 {
        font-size: var(--sizes-heading-display-3-size) !important;
        line-height: var(--sizes-heading-display-3-lh) !important;
        letter-spacing: var(--sizes-heading-display-3-lp) !important
    }

    .theme-4 .xl\:display-4 {
        font-size: var(--sizes-heading-display-4-size) !important;
        line-height: var(--sizes-heading-display-4-lh) !important;
        letter-spacing: var(--sizes-heading-display-4-lp) !important
    }

    .theme-4 .xl\:display-5 {
        font-size: var(--sizes-heading-display-5-size) !important;
        line-height: var(--sizes-heading-display-5-lh) !important;
        letter-spacing: var(--sizes-heading-display-5-lp) !important
    }

    .theme-4 .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
    }

    .theme-4 .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
    }

    .theme-4 .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
    }

    .theme-4 .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
    }

    .theme-4 .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
    }

    .theme-4 .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
    }
}

.theme-4 .lead {
    font-size: 1.25rem;
    font-weight: 300
}

.theme-4 .display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-family: var(--font-family-secondary);
    font-weight: 700
}

@media(min-width:1200px) {
    .theme-4 .display-5 {
        font-size: 3rem
    }
}

.theme-4 .figure {
    display: inline-block
}

.theme-4 .container {
    --bs-gutter-x: 32px;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)*.5);
    padding-left: calc(var(--bs-gutter-x)*.5);
    margin-right: auto;
    margin-left: auto
}

@media(min-width:459px) {
    .theme-4 .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .theme-4 .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .theme-4 .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .theme-4 .container {
        max-width: 1140px
    }
}

@media(min-width:1400px) {
    .theme-4 .container {
        max-width: 1320px
    }
}

.theme-4 .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(-.5*var(--bs-gutter-x));
    margin-left: calc(-.5*var(--bs-gutter-x))
}

.theme-4 .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)*.5);
    padding-left: calc(var(--bs-gutter-x)*.5);
    margin-top: var(--bs-gutter-y)
}

.theme-4 .row.col-match {
    flex-wrap: wrap
}

.theme-4 .row.col-match > *,
.theme-4 .row.col-match > [class*=col-] {
    display: flex;
    flex-direction: column
}

.theme-4 .row.col-match > * > *,
.theme-4 .row.col-match > [class*=col-] > * {
    flex: 1 1
}

.theme-4 .row.uc-grid:not(.uc-flex-wrap-top),
.theme-4 .row.uc-grid > :not(.uc-grid-margin) {
    margin-top: 0
}

.theme-4 .expand-container {
    --grid-gap: var(--bs-gutter-x);
    --scroll-width: var(--body-scroll-width, 17px);
    --container-width: calc((100% + var(--grid-gap)) * var(--grid-total) / var(--grid-count) - var(--grid-gap));
    --expand-size: calc((100vw - var(--scroll-width) - var(--container-width)) / -2);
    margin-right: var(--expand-size);
    margin-left: var(--expand-size)
}

.theme-4 .g-0 .bp-lg .g-0,
.theme-4 .g-0 .bp-md .g-0,
.theme-4 .g-0 .bp-sm .g-0,
.theme-4 .g-0 .bp-xl .g-0,
.theme-4 .g-0 .bp-xs .g-0,
.theme-4 .g-0 .bp-xxl .g-0,
.theme-4 .g-0 .expand-container,
.theme-4 .gx-0 .bp-lg .g-0,
.theme-4 .gx-0 .bp-md .g-0,
.theme-4 .gx-0 .bp-sm .g-0,
.theme-4 .gx-0 .bp-xl .g-0,
.theme-4 .gx-0 .bp-xs .g-0,
.theme-4 .gx-0 .bp-xxl .g-0,
.theme-4 .gx-0 .expand-container {
    --grid-gap: 0rem
}

.theme-4 .child-cols > * {
    flex: 1 1
}

.theme-4 .child-cols-3 > * {
    --grid-total: 12;
    --grid-count: 3;
    flex: 0 0 auto;
    width: 25%
}

.theme-4 .child-cols-4 > * {
    --grid-total: 12;
    --grid-count: 4;
    flex: 0 0 auto;
    width: 33.33333333%
}

.theme-4 .child-cols-6 > * {
    --grid-total: 12;
    --grid-count: 6;
    flex: 0 0 auto;
    width: 50%
}

.theme-4 .child-cols-12 > * {
    --grid-total: 12;
    --grid-count: 12;
    flex: 0 0 auto;
    width: 100%
}

@media(min-width:459px) {
    .theme-4 .sm\:child-cols > * {
        flex: 1 0
    }

    .theme-4 .sm\:child-cols-4 > * {
        --grid-total: 12;
        --grid-count: 4;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .theme-4 .sm\:child-cols-6 > * {
        --grid-total: 12;
        --grid-count: 6;
        flex: 0 0 auto;
        width: 50%
    }
}

@media(min-width:768px) {
    .theme-4 .md\:child-cols > * {
        flex: 1 0
    }

    .theme-4 .md\:child-cols-4 > * {
        --grid-total: 12;
        --grid-count: 4;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .theme-4 .md\:child-cols-6 > * {
        --grid-total: 12;
        --grid-count: 6;
        flex: 0 0 auto;
        width: 50%
    }
}

@media(min-width:992px) {
    .theme-4 .lg\:child-cols > * {
        flex: 1 0
    }

    .theme-4 .lg\:child-cols-3 > * {
        --grid-total: 12;
        --grid-count: 3;
        flex: 0 0 auto;
        width: 25%
    }

    .theme-4 .lg\:child-cols-4 > * {
        --grid-total: 12;
        --grid-count: 4;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .theme-4 .lg\:child-cols-5 > * {
        --grid-total: 12;
        --grid-count: 5;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .theme-4 .lg\:child-cols-6 > * {
        --grid-total: 12;
        --grid-count: 6;
        flex: 0 0 auto;
        width: 50%
    }
}

@media(min-width:1200px) {
    .theme-4 .xl\:child-cols-3 > * {
        --grid-total: 12;
        --grid-count: 3;
        flex: 0 0 auto;
        width: 25%
    }

    .theme-4 .xl\:child-cols-4 > * {
        --grid-total: 12;
        --grid-count: 4;
        flex: 0 0 auto;
        width: 33.33333333%
    }
}

.theme-4 .grid {
    display: grid;
    grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
    grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
    grid-gap: var(--bs-gap, 1.5rem);
    gap: var(--bs-gap, 1.5rem)
}

.theme-4 .col {
    flex: 1 0
}

.theme-4 .col-auto {
    flex: 0 0 auto;
    width: auto
}

.theme-4 .col-3 {
    --grid-total: 12;
    --grid-count: 3;
    flex: 0 0 auto;
    width: 25%
}

.theme-4 .col-4 {
    --grid-total: 12;
    --grid-count: 4;
    flex: 0 0 auto;
    width: 33.33333333%
}

.theme-4 .col-5 {
    --grid-total: 12;
    --grid-count: 5;
    flex: 0 0 auto;
    width: 41.66666667%
}

.theme-4 .col-7 {
    --grid-total: 12;
    --grid-count: 7;
    flex: 0 0 auto;
    width: 58.33333333%
}

.theme-4 .col-8 {
    --grid-total: 12;
    --grid-count: 8;
    flex: 0 0 auto;
    width: 66.66666667%
}

.theme-4 .col-12 {
    --grid-total: 12;
    --grid-count: 12;
    flex: 0 0 auto;
    width: 100%
}

.theme-4 .g-0,
.theme-4 .gx-0 {
    --bs-gutter-x: 0
}

.theme-4 .g-0,
.theme-4 .gy-0 {
    --bs-gutter-y: 0
}

.theme-4 .g-1 {
    --bs-gutter-x: 0.5rem;
    --bs-gutter-y: 0.5rem
}

.theme-4 .g-2,
.theme-4 .gx-2 {
    --bs-gutter-x: 1rem
}

.theme-4 .g-2,
.theme-4 .gy-2 {
    --bs-gutter-y: 1rem
}

.theme-4 .g-3 {
    --bs-gutter-x: 1.5rem
}

.theme-4 .g-3,
.theme-4 .gy-3 {
    --bs-gutter-y: 1.5rem
}

.theme-4 .g-4,
.theme-4 .gx-4 {
    --bs-gutter-x: 2rem
}

.theme-4 .g-4,
.theme-4 .gy-4 {
    --bs-gutter-y: 2rem
}

.theme-4 .g-5,
.theme-4 .gx-5 {
    --bs-gutter-x: 2.5rem
}

.theme-4 .g-5 {
    --bs-gutter-y: 2.5rem
}

.theme-4 .g-6,
.theme-4 .gx-6 {
    --bs-gutter-x: 3rem
}

.theme-4 .g-6,
.theme-4 .gy-6 {
    --bs-gutter-y: 3rem
}

.theme-4 .g-8 {
    --bs-gutter-x: 4rem;
    --bs-gutter-y: 4rem
}

.theme-4 .g-9 {
    --bs-gutter-x: 5rem
}

.theme-4 .g-9,
.theme-4 .gy-9 {
    --bs-gutter-y: 5rem
}

@media(min-width:768px) {
    .theme-4 .col-md-2 {
        --grid-total: 12;
        --grid-count: 2;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .theme-4 .col-md-4 {
        --grid-total: 12;
        --grid-count: 4;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .theme-4 .col-md-6 {
        --grid-total: 12;
        --grid-count: 6;
        flex: 0 0 auto;
        width: 50%
    }
}

@media(min-width:459px) {
    .theme-4 .sm\:col-auto {
        flex: 0 0 auto;
        width: auto
    }

    .theme-4 .sm\:col-4 {
        --grid-total: 12;
        --grid-count: 4;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .theme-4 .sm\:col-5 {
        --grid-total: 12;
        --grid-count: 5;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .theme-4 .sm\:col-6 {
        --grid-total: 12;
        --grid-count: 6;
        flex: 0 0 auto;
        width: 50%
    }

    .theme-4 .sm\:col-8 {
        --grid-total: 12;
        --grid-count: 8;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .theme-4 .sm\:col-9 {
        --grid-total: 12;
        --grid-count: 9;
        flex: 0 0 auto;
        width: 75%
    }

    .theme-4 .sm\:col-10 {
        --grid-total: 12;
        --grid-count: 10;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .theme-4 .sm\:g-2 {
        --bs-gutter-x: 1rem;
        --bs-gutter-y: 1rem
    }

    .theme-4 .sm\:g-3,
    .theme-4 .sm\:gx-3 {
        --bs-gutter-x: 1.5rem
    }

    .theme-4 .sm\:g-3 {
        --bs-gutter-y: 1.5rem
    }

    .theme-4 .sm\:g-4,
    .theme-4 .sm\:gx-4 {
        --bs-gutter-x: 2rem
    }

    .theme-4 .sm\:g-4 {
        --bs-gutter-y: 2rem
    }

    .theme-4 .sm\:g-6 {
        --bs-gutter-x: 3rem
    }

    .theme-4 .sm\:g-6,
    .theme-4 .sm\:gy-6 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width:768px) {
    .theme-4 .md\:col-auto {
        flex: 0 0 auto;
        width: auto
    }

    .theme-4 .md\:col-4 {
        --grid-total: 12;
        --grid-count: 4;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .theme-4 .md\:col-6 {
        --grid-total: 12;
        --grid-count: 6;
        flex: 0 0 auto;
        width: 50%
    }

    .theme-4 .md\:col-8 {
        --grid-total: 12;
        --grid-count: 8;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .theme-4 .md\:g-4 {
        --bs-gutter-x: 2rem;
        --bs-gutter-y: 2rem
    }

    .theme-4 .md\:gx-6 {
        --bs-gutter-x: 3rem
    }

    .theme-4 .md\:g-8 {
        --bs-gutter-x: 4rem;
        --bs-gutter-y: 4rem
    }
}

@media(min-width:992px) {
    .theme-4 .lg\:col {
        flex: 1 0
    }

    .theme-4 .lg\:col-3 {
        --grid-total: 12;
        --grid-count: 3;
        flex: 0 0 auto;
        width: 25%
    }

    .theme-4 .lg\:col-4 {
        --grid-total: 12;
        --grid-count: 4;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .theme-4 .lg\:col-5 {
        --grid-total: 12;
        --grid-count: 5;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .theme-4 .lg\:col-6 {
        --grid-total: 12;
        --grid-count: 6;
        flex: 0 0 auto;
        width: 50%
    }

    .theme-4 .lg\:col-7 {
        --grid-total: 12;
        --grid-count: 7;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .theme-4 .lg\:col-8 {
        --grid-total: 12;
        --grid-count: 8;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .theme-4 .lg\:col-10 {
        --grid-total: 12;
        --grid-count: 10;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .theme-4 .lg\:g-0,
    .theme-4 .lg\:gx-0 {
        --bs-gutter-x: 0
    }

    .theme-4 .lg\:g-0 {
        --bs-gutter-y: 0
    }

    .theme-4 .lg\:g-3,
    .theme-4 .lg\:gx-3 {
        --bs-gutter-x: 1.5rem
    }

    .theme-4 .lg\:g-3 {
        --bs-gutter-y: 1.5rem
    }

    .theme-4 .lg\:g-4,
    .theme-4 .lg\:gx-4 {
        --bs-gutter-x: 2rem
    }

    .theme-4 .lg\:g-4 {
        --bs-gutter-y: 2rem
    }

    .theme-4 .lg\:g-6,
    .theme-4 .lg\:gx-6 {
        --bs-gutter-x: 3rem
    }

    .theme-4 .lg\:g-6,
    .theme-4 .lg\:gy-6 {
        --bs-gutter-y: 3rem
    }

    .theme-4 .lg\:g-8,
    .theme-4 .lg\:gx-8 {
        --bs-gutter-x: 4rem
    }

    .theme-4 .lg\:g-8,
    .theme-4 .lg\:gy-8 {
        --bs-gutter-y: 4rem
    }
}

@media(min-width:1200px) {
    .theme-4 .xl\:col-3 {
        --grid-total: 12;
        --grid-count: 3;
        flex: 0 0 auto;
        width: 25%
    }

    .theme-4 .xl\:col-4 {
        --grid-total: 12;
        --grid-count: 4;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .theme-4 .xl\:col-7 {
        --grid-total: 12;
        --grid-count: 7;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .theme-4 .xl\:g-3 {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 1.5rem
    }

    .theme-4 .xl\:g-4,
    .theme-4 .xl\:gx-4 {
        --bs-gutter-x: 2rem
    }

    .theme-4 .xl\:g-4 {
        --bs-gutter-y: 2rem
    }

    .theme-4 .xl\:g-6 {
        --bs-gutter-x: 3rem
    }

    .theme-4 .xl\:g-6,
    .theme-4 .xl\:gy-6 {
        --bs-gutter-y: 3rem
    }

    .theme-4 .xl\:g-8,
    .theme-4 .xl\:gx-8 {
        --bs-gutter-x: 4rem
    }

    .theme-4 .xl\:g-8,
    .theme-4 .xl\:gy-8 {
        --bs-gutter-y: 4rem
    }

    .theme-4 .xl\:g-10 {
        --bs-gutter-x: 8rem;
        --bs-gutter-y: 8rem
    }
}

.theme-4 .sep > * {
    position: relative
}

.theme-4 .sep > :not(.uc-first-column):before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -.2px !important
}

.theme-4 [dir=rtl] .sep > :not(.uc-first-column):before {
    left: auto !important;
    right: -.2px !important
}

.theme-4 .sep > :not(.uc-first-column):before {
    border-left: 1px solid var(--border-color) !important
}

.theme-4 [dir=rtl] .sep > :not(.uc-first-column):before {
    border-left: 1rem !important;
    border-right: 1px solid var(--border-color) !important
}

.theme-4 .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 hsla(0, 0%, 61%, .2);
    transform: translateY(-50%)
}

.theme-4 .sep-x > :not(:first-child) {
    position: relative
}

.theme-4 .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 hsla(0, 0%, 61%, .2);
    transform: translateY(-50%)
}

.theme-4 .clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.theme-4 .ratio {
    position: relative;
    width: 100%
}

.theme-4 .ratio:before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.theme-4 .ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.theme-4 .ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.theme-4 .ratio-4x3 {
    --bs-aspect-ratio: 75%
}

.theme-4 .ratio-16x9 {
    --bs-aspect-ratio: 56.25%
}

.theme-4 .sticky-top {
    top: 0
}

.theme-4 .sticky-bottom,
.theme-4 .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1020
}

.theme-4 .sticky-bottom {
    bottom: 0
}

.theme-4 .hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch
}

.theme-4 .vstack {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch
}

.theme-4 .vr {
    display: inline-block;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentcolor;
    opacity: .25
}

.theme-4 .btn {
    --bs-btn-padding-x: 1rem;
    --bs-btn-padding-y: 0px;
    --bs-btn-font-family: var(--font-family-tertiary);
    --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 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(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;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .theme-4 .btn {
        transition: none
    }
}

.theme-4 .btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color)
}

.theme-4 .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)
}

.theme-4 .btn.active,
.theme-4 .btn.show,
.theme-4 .btn:first-child:active,
.theme-4 :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)
}

.theme-4 .btn.active:focus-visible,
.theme-4 .btn.show:focus-visible,
.theme-4 .btn:first-child:active:focus-visible,
.theme-4 :not(.btn-check) + .btn:active:focus-visible {
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.theme-4 .btn.disabled,
.theme-4 .btn:disabled,
.theme-4 fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity)
}

.theme-4 .btn-primary {
    --bs-btn-color: #000;
    --bs-btn-bg: var(--color-primary);
    --bs-btn-border-color: var(--color-primary);
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #a3eb77;
    --bs-btn-hover-border-color: #9eea6f;
    --bs-btn-focus-shadow-rgb: 125, 197, 81;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #a9ed7f;
    --bs-btn-active-border-color: #9eea6f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: var(--color-primary);
    --bs-btn-disabled-border-color: var(--color-primary)
}

.theme-4 .btn-secondary {
    --bs-btn-color: #000;
    --bs-btn-bg: #fcf0e7;
    --bs-btn-border-color: #fcf0e7;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fcf2eb;
    --bs-btn-hover-border-color: #fcf2e9;
    --bs-btn-focus-shadow-rgb: 214, 204, 196;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fdf3ec;
    --bs-btn-active-border-color: #fcf2e9;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fcf0e7;
    --bs-btn-disabled-border-color: #fcf0e7
}

.theme-4 .btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #4caf50;
    --bs-btn-border-color: #4caf50;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #419544;
    --bs-btn-hover-border-color: #3d8c40;
    --bs-btn-focus-shadow-rgb: 103, 187, 106;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #3d8c40;
    --bs-btn-active-border-color: #39833c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #4caf50;
    --bs-btn-disabled-border-color: #4caf50
}

.theme-4 .btn-info {
    --bs-btn-color: #fff;
    --bs-btn-bg: #09c;
    --bs-btn-border-color: #09c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0082ad;
    --bs-btn-hover-border-color: #007aa3;
    --bs-btn-focus-shadow-rgb: 38, 168, 212;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #007aa3;
    --bs-btn-active-border-color: #007399;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #09c;
    --bs-btn-disabled-border-color: #09c
}

.theme-4 .btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffb307;
    --bs-btn-border-color: #ffb307;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffbe2c;
    --bs-btn-hover-border-color: #ffbb20;
    --bs-btn-focus-shadow-rgb: 217, 152, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffc239;
    --bs-btn-active-border-color: #ffbb20;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffb307;
    --bs-btn-disabled-border-color: #ffb307
}

.theme-4 .btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #e44b4b;
    --bs-btn-border-color: #e44b4b;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #c24040;
    --bs-btn-hover-border-color: #b63c3c;
    --bs-btn-focus-shadow-rgb: 232, 102, 102;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b63c3c;
    --bs-btn-active-border-color: #ab3838;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #e44b4b;
    --bs-btn-disabled-border-color: #e44b4b
}

.theme-4 .btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa
}

.theme-4 .btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #424649;
    --bs-btn-hover-border-color: #373b3e;
    --bs-btn-focus-shadow-rgb: 66, 70, 73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4d5154;
    --bs-btn-active-border-color: #373b3e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #212529;
    --bs-btn-disabled-border-color: #212529
}

.theme-4 .btn-gray {
    --bs-btn-color: #fff;
    --bs-btn-bg: #31393a;
    --bs-btn-border-color: #31393a;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2a3031;
    --bs-btn-hover-border-color: #272e2e;
    --bs-btn-focus-shadow-rgb: 80, 87, 88;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #272e2e;
    --bs-btn-active-border-color: #252b2c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #31393a;
    --bs-btn-disabled-border-color: #31393a
}

.theme-4 .btn-primary-200 {
    --bs-btn-color: #000;
    --bs-btn-bg: #d4f6bf;
    --bs-btn-border-color: #d4f6bf;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #daf7c9;
    --bs-btn-hover-border-color: #d8f7c5;
    --bs-btn-focus-shadow-rgb: 180, 209, 162;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ddf8cc;
    --bs-btn-active-border-color: #d8f7c5;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #d4f6bf;
    --bs-btn-disabled-border-color: #d4f6bf
}

.theme-4 .btn-primary-700 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #588b39;
    --bs-btn-border-color: #588b39;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #4b7630;
    --bs-btn-hover-border-color: #466f2e;
    --bs-btn-focus-shadow-rgb: 113, 156, 87;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #466f2e;
    --bs-btn-active-border-color: #42682b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #588b39;
    --bs-btn-disabled-border-color: #588b39
}

.theme-4 .btn-tertiary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #025864;
    --bs-btn-border-color: #025864;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #024b55;
    --bs-btn-hover-border-color: #024650;
    --bs-btn-focus-shadow-rgb: 40, 113, 123;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #024650;
    --bs-btn-active-border-color: #02424b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #025864;
    --bs-btn-disabled-border-color: #025864
}

.theme-4 .btn-outline-primary {
    --bs-btn-color: var(--color-primary);
    --bs-btn-border-color: var(--color-primary);
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: var(--color-primary);
    --bs-btn-hover-border-color: var(--color-primary);
    --bs-btn-focus-shadow-rgb: var(--color-primary-rgb);
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: var(--color-primary);
    --bs-btn-active-border-color: var(--color-primary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: var(--color-primary);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--color-primary);
    --bs-gradient: none
}

.theme-4 .btn-outline-gray-100 {
    --bs-btn-color: #d6d7d8;
    --bs-btn-border-color: #d6d7d8;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d6d7d8;
    --bs-btn-hover-border-color: #d6d7d8;
    --bs-btn-focus-shadow-rgb: 214, 215, 216;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #d6d7d8;
    --bs-btn-active-border-color: #d6d7d8;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #d6d7d8;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #d6d7d8;
    --bs-gradient: none
}

.theme-4 .btn-outline-tertiary {
    --bs-btn-color: #025864;
    --bs-btn-border-color: #025864;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #025864;
    --bs-btn-hover-border-color: #025864;
    --bs-btn-focus-shadow-rgb: var(--color-tertiary-rgb);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #025864;
    --bs-btn-active-border-color: #025864;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #025864;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #025864;
    --bs-gradient: none
}

.theme-4 .btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: none;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    text-decoration: underline
}

.theme-4 .btn-link:focus-visible {
    color: var(--bs-btn-color)
}

.theme-4 .btn-link:hover {
    color: var(--bs-btn-hover-color)
}

.theme-4 .btn-lg {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: 0.5rem
}

.theme-4 .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)
}

.theme-4 .accordion {
    --bs-accordion-color: #212529;
    --bs-accordion-bg: #fff;
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: 1px;
    --bs-accordion-border-radius: 0.375rem;
    --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: #212529;
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #0c63e4;
    --bs-accordion-active-bg: #e7f1ff
}

.theme-4 .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, .05);
    --bs-table-active-color: var(--bs-body-color);
    --bs-table-active-bg: rgba(0, 0, 0, .1);
    --bs-table-hover-color: var(--bs-body-color);
    --bs-table-hover-bg: rgba(0, 0, 0, .075);
    width: 100%;
    margin-bottom: 1rem;
    color: var(--bs-table-color);
    vertical-align: top;
    border-color: var(--bs-table-border-color)
}

.theme-4 .table > :not(caption) > * > * {
    padding: 1rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.theme-4 .table > tbody {
    vertical-align: inherit
}

.theme-4 .table > thead {
    vertical-align: bottom
}

.theme-4 .form-label {
    margin-bottom: .5rem
}

.theme-4 .form-control {
    display: block;
    width: 100%;
    padding: 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;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: var(--radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .theme-4 .form-control {
        transition: none
    }
}

.theme-4 .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.theme-4 .form-control::-webkit-date-and-time-value {
    height: 1.25rem
}

.theme-4 .form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.theme-4 .form-control:disabled {
    background-color: #e9ecef;
    opacity: 1
}

.theme-4 .form-control::-webkit-file-upload-button {
    padding: 1rem;
    margin: -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.theme-4 .form-control::file-selector-button {
    padding: 1rem;
    margin: -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .theme-4 .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }

    .theme-4 .form-control::file-selector-button {
        transition: none
    }
}

.theme-4 .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3
}

.theme-4 .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

.theme-4 .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
}

.theme-4 .form-control-plaintext:focus {
    outline: 0
}

.theme-4 .form-control-plaintext.form-control-lg,
.theme-4 .form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.theme-4 .form-control-sm {
    min-height: calc(1.5em + .5rem + 2px);
    padding: .75rem;
    font-size: 1rem;
    border-radius: var(--radius)
}

.theme-4 .form-control-sm::-webkit-file-upload-button {
    padding: .75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem
}

.theme-4 .form-control-sm::file-selector-button {
    padding: .75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem
}

.theme-4 .form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: 1.5rem;
    font-size: 1.125rem;
    border-radius: var(--radius)
}

.theme-4 .form-control-lg::-webkit-file-upload-button {
    padding: 1.5rem;
    -webkit-margin-end: 1.5rem;
    margin-inline-end: 1.5rem
}

.theme-4 .form-control-lg::file-selector-button {
    padding: 1.5rem;
    -webkit-margin-end: 1.5rem;
    margin-inline-end: 1.5rem
}

.theme-4 textarea.form-control {
    min-height: calc(1.5em + .75rem + 2px)
}

.theme-4 textarea.form-control-sm {
    min-height: calc(1.5em + .5rem + 2px)
}

.theme-4 textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px)
}

.theme-4 .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 .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media(prefers-reduced-motion:reduce) {
    .theme-4 .form-select {
        transition: none
    }
}

.theme-4 .form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.theme-4 .form-select[multiple],
.theme-4 .form-select[size]:not([size="1"]) {
    padding-right: 1rem;
    background-image: none
}

.theme-4 .form-select:disabled {
    background-color: #e9ecef
}

.theme-4 .form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529
}

.theme-4 .form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem
}

.theme-4 .form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}

.theme-4 .form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    print-color-adjust: exact
}

.theme-4 .form-check-input[type=checkbox] {
    border-radius: .25em
}

.theme-4 .form-check-input[type=radio] {
    border-radius: 50%
}

.theme-4 .form-check-input:active {
    filter: brightness(90%)
}

.theme-4 .form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.theme-4 .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd
}

.theme-4 .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")
}

.theme-4 .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")
}

.theme-4 .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")
}

.theme-4 .form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5
}

.theme-4 .form-check-input:disabled ~ .form-check-label,
.theme-4 .form-check-input[disabled] ~ .form-check-label {
    cursor: default;
    opacity: .5
}

.theme-4 .form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.theme-4 .form-range:focus {
    outline: 0
}

.theme-4 .form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.theme-4 .form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.theme-4 .form-range::-moz-focus-outer {
    border: 0
}

.theme-4 .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: var(--color-primary);
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media(prefers-reduced-motion:reduce) {
    .theme-4 .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.theme-4 .form-range::-webkit-slider-thumb:active {
    background-color: var(--color-primary-400)
}

.theme-4 .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.theme-4 .form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: var(--color-primary);
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media(prefers-reduced-motion:reduce) {
    .theme-4 .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.theme-4 .form-range::-moz-range-thumb:active {
    background-color: var(--color-primary-400)
}

.theme-4 .form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.theme-4 .form-range:disabled {
    pointer-events: none
}

.theme-4 .form-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.theme-4 .form-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.theme-4 .valid-feedback {
    color: #198754
}

.theme-4 .invalid-feedback,
.theme-4 .valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em
}

.theme-4 .invalid-feedback {
    color: #dc3545
}

.theme-4 .fade {
    transition: opacity .15s linear
}

@media(prefers-reduced-motion:reduce) {
    .theme-4 .fade {
        transition: none
    }
}

.theme-4 .fade:not(.show) {
    opacity: 0
}

.theme-4 .collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media(prefers-reduced-motion:reduce) {
    .theme-4 .collapsing {
        transition: none
    }
}

.theme-4 .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
}

.theme-4 .card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: 1px;
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: 0.375rem;
    --bs-card-inner-border-radius: calc(0.375rem - 1px);
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(0, 0, 0, .03);
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius)
}

.theme-4 .card > hr {
    margin-right: 0;
    margin-left: 0
}

.theme-4 .card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color)
}

.theme-4 .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)
}

.theme-4 .pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: #fff;
    --bs-pagination-border-width: 1px;
    --bs-pagination-border-color: #dee2e6;
    --bs-pagination-border-radius: 0.375rem;
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: #e9ecef;
    --bs-pagination-hover-border-color: #dee2e6;
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: #e9ecef;
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #0d6efd;
    --bs-pagination-active-border-color: #0d6efd;
    --bs-pagination-disabled-color: #6c757d;
    --bs-pagination-disabled-bg: #fff;
    --bs-pagination-disabled-border-color: #dee2e6;
    display: flex;
    padding-left: 0;
    list-style: none
}

.theme-4 .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)
}

.theme-4 .alert-info {
    --bs-alert-color: #006b8f;
    --bs-alert-bg: #e6f5fa;
    --bs-alert-border-color: #33add6
}

.theme-4 .alert-warning {
    --bs-alert-color: #b37d05;
    --bs-alert-bg: #fff7e6;
    --bs-alert-border-color: #ffc239
}

.theme-4 .progress {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: #e9ecef;
    --bs-progress-border-radius: 0.375rem;
    --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #0d6efd;
    --bs-progress-bar-transition: width 0.6s ease;
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius)
}

.theme-4 .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, .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) {
    .theme-4 .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15)
    }
}

.theme-4 .tooltip {
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 200px;
    --bs-tooltip-padding-x: 0.5rem;
    --bs-tooltip-padding-y: 0.25rem;
    --bs-tooltip-font-size: 0.875rem;
    --bs-tooltip-color: #fff;
    --bs-tooltip-bg: #000;
    --bs-tooltip-border-radius: 0.375rem;
    --bs-tooltip-opacity: 0.9;
    --bs-tooltip-arrow-width: 0.8rem;
    --bs-tooltip-arrow-height: 0.4rem;
    z-index: var(--bs-tooltip-zindex);
    display: block;
    padding: var(--bs-tooltip-arrow-height);
    margin: var(--bs-tooltip-margin);
    font-family: var(--font-family-primary);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-tooltip-font-size);
    word-wrap: break-word;
    opacity: 0
}

.theme-4 .tooltip.show {
    opacity: var(--bs-tooltip-opacity)
}

.theme-4 .placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentcolor;
    opacity: .5
}

.theme-4 .placeholder.btn:before {
    display: inline-block;
    content: ""
}

.theme-4 .align-top {
    vertical-align: top !important
}

.theme-4 .align-middle {
    vertical-align: middle !important
}

.theme-4 .float-start {
    float: left !important
}

.theme-4 .float-end {
    float: right !important
}

.theme-4 .opacity-10 {
    opacity: .1 !important
}

.theme-4 .opacity-20 {
    opacity: .2 !important
}

.theme-4 .opacity-25 {
    opacity: .25 !important
}

.theme-4 .opacity-40 {
    opacity: .4 !important
}

.theme-4 .opacity-50 {
    opacity: .5 !important
}

.theme-4 .opacity-60 {
    opacity: .6 !important
}

.theme-4 .opacity-70 {
    opacity: .7 !important
}

.theme-4 .opacity-80 {
    opacity: .8 !important
}

.theme-4 .opacity-100 {
    opacity: 1 !important
}

.theme-4 :where(.uc-dark) .dark\:opacity-80 {
    opacity: .8 !important
}

.theme-4 :where(.uc-dark) .dark\:opacity-90 {
    opacity: .9 !important
}

.theme-4 .overflow-unset {
    overflow: unset !important
}

.theme-4 .overflow-auto {
    overflow: auto !important
}

.theme-4 .overflow-hidden {
    overflow: hidden !important
}

.theme-4 .overflow-scroll {
    overflow: scroll !important
}

.theme-4 .d-inline {
    display: inline !important
}

.theme-4 .d-inline-block {
    display: inline-block !important
}

.theme-4 .d-block {
    display: block !important
}

.theme-4 .d-flex {
    display: flex !important
}

.theme-4 .d-inline-flex {
    display: inline-flex !important
}

.theme-4 .d-none {
    display: none !important
}

.theme-4 :where(.uc-dark) .dark\:d-inline-block {
    display: inline-block !important
}

.theme-4 :where(.uc-dark) .dark\:d-block {
    display: block !important
}

.theme-4 [dir=ltr] .ltr\:d-block,
.theme-4 [dir=rtl] .rtl\:d-block {
    display: block !important
}

.theme-4 :where(.uc-dark) .dark\:d-inline-flex {
    display: inline-flex !important
}

.theme-4 :where(.uc-dark) .dark\:d-none {
    display: none !important
}

.theme-4 [dir=ltr] .ltr\:d-none,
.theme-4 [dir=rtl] .rtl\:d-none {
    display: none !important
}

.theme-4 .shadow {
    box-shadow: 0 .5rem 1rem -.1rem var(--shadow-color) !important
}

.theme-4 .shadow-xs {
    box-shadow: 0 .125rem .25rem -.1rem var(--shadow-color) !important
}

.theme-4 .shadow-sm {
    box-shadow: 0 .25rem .5rem -.1rem var(--shadow-color) !important
}

.theme-4 .hover\:shadow-md:hover,
.theme-4 .shadow-md {
    box-shadow: 0 .5rem 1rem -.1rem var(--shadow-color) !important
}

.theme-4 .shadow-lg {
    box-shadow: 0 1rem 1.5rem -.1rem var(--shadow-color) !important
}

.theme-4 .shadow-xl {
    box-shadow: 0 1.5rem 2rem -.1rem var(--shadow-color) !important
}

.theme-4 .position-relative {
    position: relative !important
}

.theme-4 .position-absolute {
    position: absolute !important
}

.theme-4 .position-fixed {
    position: fixed !important
}

.theme-4 .top-0 {
    top: 0 !important
}

.theme-4 .top-50 {
    top: 50% !important
}

.theme-4 .top-100 {
    top: 100% !important
}

.theme-4 .bottom-0 {
    bottom: 0 !important
}

.theme-4 .start-0,
.theme-4 [dir=ltr] .ltr\:start-0,
.theme-4 [dir=rtl] .rtl\:start-0 {
    left: 0 !important
}

.theme-4 .start-50 {
    left: 50% !important
}

.theme-4 .start-100 {
    left: 100% !important
}

.theme-4 [dir=rtl] .rtl\:end-auto {
    right: auto !important
}

.theme-4 .end-0,
.theme-4 [dir=ltr] .ltr\:end-0,
.theme-4 [dir=rtl] .rtl\:end-0 {
    right: 0 !important
}

.theme-4 .translate-middle {
    transform: translate(-50%, -50%) !important
}

.theme-4 .translate-middle-x {
    transform: translateX(-50%) !important
}

.theme-4 .translate-middle-y {
    transform: translateY(-50%) !important
}

.theme-4 .border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.theme-4 .border-0 {
    border: 0 !important
}

.theme-4 .border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.theme-4 .border-top-0 {
    border-top: 0 !important
}

.theme-4 .border-end-0 {
    border-right: 0 !important
}

.theme-4 .border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.theme-4 .border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.theme-4 .border-primary,
.theme-4 .hover\:border-primary:hover {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important
}

.theme-4 .border-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important
}

.theme-4 .border-dark,
.theme-4 .hover\:border-dark:hover {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important
}

.theme-4 .border-gray-50 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-50-rgb), var(--bs-border-opacity)) !important
}

.theme-4 .border-gray-100 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-100-rgb), var(--bs-border-opacity)) !important
}

.theme-4 .border-gray-200 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-200-rgb), var(--bs-border-opacity)) !important
}

.theme-4 .border-gray-300 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-300-rgb), var(--bs-border-opacity)) !important
}

.theme-4 .border-gray-900 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-900-rgb), var(--bs-border-opacity)) !important
}

.theme-4 .border-primary-300 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-300-rgb), var(--bs-border-opacity)) !important
}

.theme-4 .border-secondary-600 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-600-rgb), var(--bs-border-opacity)) !important
}

.theme-4 .hover\:border-tertiary:hover {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-tertiary-rgb), var(--bs-border-opacity)) !important
}

.theme-4 .border-tertiary-50 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-tertiary-50-rgb), var(--bs-border-opacity)) !important
}

.theme-4 .border-tertiary-100 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-tertiary-100-rgb), var(--bs-border-opacity)) !important
}

.theme-4 .border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important
}

.theme-4 :where(.uc-dark) .dark\:border-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important
}

.theme-4 :where(.uc-dark) .dark\:border-gray-300 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-300-rgb), var(--bs-border-opacity)) !important
}

.theme-4 :where(.uc-dark) .dark\:border-gray-400 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-400-rgb), var(--bs-border-opacity)) !important
}

.theme-4 :where(.uc-dark) .dark\:border-gray-500 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-500-rgb), var(--bs-border-opacity)) !important
}

.theme-4 :where(.uc-dark) .dark\:border-gray-600 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-600-rgb), var(--bs-border-opacity)) !important
}

.theme-4 :where(.uc-dark) .dark\:border-gray-700 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-700-rgb), var(--bs-border-opacity)) !important
}

.theme-4 :where(.uc-dark) .dark\:border-gray-800 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-800-rgb), var(--bs-border-opacity)) !important
}

.theme-4 :where(.uc-dark) .dark\:border-gray-900 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-900-rgb), var(--bs-border-opacity)) !important
}

.theme-4 :where(.uc-dark) .dark\:border-tertiary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-tertiary-rgb), var(--bs-border-opacity)) !important
}

.theme-4 :where(.uc-dark) .dark\:border-tertiary-600 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-tertiary-600-rgb), var(--bs-border-opacity)) !important
}

.theme-4 :where(.uc-dark) .dark\:border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important
}

.theme-4 .border-1 {
    border-width: 1px !important
}

.theme-4 .border-2 {
    border-width: 2px !important
}

.theme-4 .border-5 {
    border-width: 5px !important
}

.theme-4 .border-opacity-5 {
    --bs-border-opacity: 0.05
}

.theme-4 .border-opacity-10 {
    --bs-border-opacity: 0.1
}

.theme-4 .border-opacity-15 {
    --bs-border-opacity: 0.15
}

.theme-4 .border-opacity-20 {
    --bs-border-opacity: 0.2
}

.theme-4 .hover\:border-opacity-40:hover {
    --bs-border-opacity: 0.4
}

.theme-4 :where(.uc-dark) .dark\:border-opacity-0 {
    --bs-border-opacity: 0
}

.theme-4 :where(.uc-dark) .dark\:border-opacity-10 {
    --bs-border-opacity: 0.1
}

.theme-4 :where(.uc-dark) .dark\:border-opacity-15 {
    --bs-border-opacity: 0.15
}

.theme-4 :where(.uc-dark) .dark\:border-opacity-20 {
    --bs-border-opacity: 0.2
}

.theme-4 :where(.uc-dark) .dark\:border-opacity-30 {
    --bs-border-opacity: 0.3
}

.theme-4 .w-4px {
    width: 4px !important
}

.theme-4 .w-16px {
    width: 16px !important
}

.theme-4 .w-20px {
    width: 20px !important
}

.theme-4 .w-24px {
    width: 24px !important
}

.theme-4 .w-32px {
    width: 32px !important
}

.theme-4 .w-36px {
    width: 36px !important
}

.theme-4 .w-40px {
    width: 40px !important
}

.theme-4 .w-48px {
    width: 48px !important
}

.theme-4 .w-56px {
    width: 56px !important
}

.theme-4 .w-64px {
    width: 64px !important
}

.theme-4 .w-72px {
    width: 72px !important
}

.theme-4 .w-80px {
    width: 80px !important
}

.theme-4 .w-96px {
    width: 96px !important
}

.theme-4 .w-100px {
    width: 100px !important
}

.theme-4 .w-128px {
    width: 128px !important
}

.theme-4 .w-150px {
    width: 150px !important
}

.theme-4 .w-200px {
    width: 200px !important
}

.theme-4 .w-250px {
    width: 250px !important
}

.theme-4 .w-300px {
    width: 300px !important
}

.theme-4 .w-500px {
    width: 500px !important
}

.theme-4 .w-600px {
    width: 600px !important
}

.theme-4 .w-750px {
    width: 750px !important
}

.theme-4 .w-800px {
    width: 800px !important
}

.theme-4 .w-1000px {
    width: 1000px !important
}

.theme-4 .w-1280px {
    width: 1280px !important
}

.theme-4 .w-md {
    width: 720px !important
}

.theme-4 .w-1\/6 {
    width: 16.6666667% !important
}

.theme-4 .w-1\/5 {
    width: 20% !important
}

.theme-4 .w-1\/3 {
    width: 33.3333333% !important
}

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

.theme-4 .w-100,
.theme-4 .w-full {
    width: 100% !important
}

.theme-4 .w-auto {
    width: auto !important
}

.theme-4 .max-w-40px {
    max-width: 40px !important
}

.theme-4 .max-w-48px {
    max-width: 48px !important
}

.theme-4 .max-w-80px {
    max-width: 80px !important
}

.theme-4 .max-w-100px {
    max-width: 100px !important
}

.theme-4 .max-w-250px {
    max-width: 250px !important
}

.theme-4 .max-w-400px {
    max-width: 400px !important
}

.theme-4 .max-w-450px {
    max-width: 450px !important
}

.theme-4 .max-w-500px {
    max-width: 500px !important
}

.theme-4 .max-w-550px {
    max-width: 550px !important
}

.theme-4 .max-w-600px {
    max-width: 600px !important
}

.theme-4 .max-w-650px {
    max-width: 650px !important
}

.theme-4 .max-w-700px {
    max-width: 700px !important
}

.theme-4 .max-w-750px {
    max-width: 750px !important
}

.theme-4 .max-w-800px {
    max-width: 800px !important
}

.theme-4 .max-w-850px {
    max-width: 850px !important
}

.theme-4 .max-w-900px {
    max-width: 900px !important
}

.theme-4 .max-w-950px {
    max-width: 950px !important
}

.theme-4 .max-w-1000px {
    max-width: 1000px !important
}

.theme-4 .max-w-1440px {
    max-width: 1440px !important
}

.theme-4 .max-w-xs {
    max-width: 320px !important
}

.theme-4 .max-w-sm {
    max-width: 640px !important
}

.theme-4 .max-w-md {
    max-width: 720px !important
}

.theme-4 .max-w-lg {
    max-width: 1040px !important
}

.theme-4 .max-w-xl {
    max-width: 1280px !important
}

.theme-4 .max-w-100 {
    max-width: 100% !important
}

.theme-4 .h-4px {
    height: 4px !important
}

.theme-4 .h-16px {
    height: 16px !important
}

.theme-4 .h-24px {
    height: 24px !important
}

.theme-4 .h-32px {
    height: 32px !important
}

.theme-4 .h-36px {
    height: 36px !important
}

.theme-4 .h-40px {
    height: 40px !important
}

.theme-4 .h-48px {
    height: 48px !important
}

.theme-4 .h-56px {
    height: 56px !important
}

.theme-4 .h-64px {
    height: 64px !important
}

.theme-4 .h-72px {
    height: 72px !important
}

.theme-4 .h-80px {
    height: 80px !important
}

.theme-4 .h-96px {
    height: 96px !important
}

.theme-4 .h-100px {
    height: 100px !important
}

.theme-4 .h-150px {
    height: 150px !important
}

.theme-4 .h-200px {
    height: 200px !important
}

.theme-4 .h-250px {
    height: 250px !important
}

.theme-4 .h-300px {
    height: 300px !important
}

.theme-4 .h-400px {
    height: 400px !important
}

.theme-4 .h-500px {
    height: 500px !important
}

.theme-4 .h-600px {
    height: 600px !important
}

.theme-4 .h-700px {
    height: 700px !important
}

.theme-4 .h-750px {
    height: 750px !important
}

.theme-4 .h-1000px {
    height: 1000px !important
}

.theme-4 .h-1280px {
    height: 1280px !important
}

.theme-4 .h-100 {
    height: 100% !important
}

.theme-4 .h-screen {
    height: 100vh !important
}

.theme-4 .max-h-200px {
    max-height: 200px !important
}

.theme-4 .max-h-250px {
    max-height: 250px !important
}

.theme-4 .max-h-300px {
    max-height: 300px !important
}

.theme-4 .max-h-400px {
    max-height: 400px !important
}

.theme-4 .max-h-xs {
    max-height: 320px !important
}

.theme-4 .max-h-sm {
    max-height: 640px !important
}

.theme-4 .flex-1 {
    flex: 1 1 !important
}

.theme-4 .flex-none {
    flex: none !important
}

.theme-4 .flex-column {
    flex-direction: column !important
}

.theme-4 .flex-nowrap {
    flex-wrap: nowrap !important
}

.theme-4 .justify-start {
    justify-content: flex-start !important
}

.theme-4 .justify-center {
    justify-content: center !important
}

.theme-4 .justify-end {
    justify-content: flex-end !important
}

.theme-4 .justify-between {
    justify-content: space-between !important
}

.theme-4 .items-start {
    align-items: flex-start !important
}

.theme-4 .items-center {
    align-items: center !important
}

.theme-4 .items-end {
    align-items: flex-end !important
}

.theme-4 .self-center {
    align-self: center !important
}

.theme-4 [dir=rtl] .rtl\:order-first {
    order: -1 !important
}

.theme-4 .order-0,
.theme-4 [dir=rtl] .rtl\:order-0 {
    order: 0 !important
}

.theme-4 .order-1 {
    order: 1 !important
}

.theme-4 .order-2 {
    order: 2 !important
}

.theme-4 .order-3 {
    order: 3 !important
}

.theme-4 .m-0 {
    margin: 0 !important
}

.theme-4 .m-narrow {
    margin: .25rem !important
}

.theme-4 .m-1 {
    margin: .5rem !important
}

.theme-4 .m-2 {
    margin: 1rem !important
}

.theme-4 .m-3 {
    margin: 1.5rem !important
}

.theme-4 .m-4 {
    margin: 2rem !important
}

.theme-4 .m-auto {
    margin: auto !important
}

.theme-4 .mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.theme-4 .mx-narrow {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.theme-4 .mx-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.theme-4 .mx-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.theme-4 .mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.theme-4 .my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.theme-4 .my-1 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.theme-4 .my-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.theme-4 .my-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.theme-4 .my-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important
}

.theme-4 .my-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.theme-4 .my-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important
}

.theme-4 .mt-0 {
    margin-top: 0 !important
}

.theme-4 .mt-narrow {
    margin-top: .25rem !important
}

.theme-4 .mt-1 {
    margin-top: .5rem !important
}

.theme-4 .mt-2 {
    margin-top: 1rem !important
}

.theme-4 .mt-3 {
    margin-top: 1.5rem !important
}

.theme-4 .mt-4 {
    margin-top: 2rem !important
}

.theme-4 .mt-5 {
    margin-top: 2.5rem !important
}

.theme-4 .mt-6 {
    margin-top: 3rem !important
}

.theme-4 .mt-7 {
    margin-top: 3.5rem !important
}

.theme-4 .mt-8 {
    margin-top: 4rem !important
}

.theme-4 [dir=rtl] .rtl\:me-0 {
    margin-right: 0 !important
}

.theme-4 .me-narrow,
.theme-4 [dir=ltr] .ltr\:me-narrow,
.theme-4 [dir=rtl] .rtl\:me-narrow {
    margin-right: .25rem !important
}

.theme-4 .me-1,
.theme-4 [dir=ltr] .ltr\:me-1,
.theme-4 [dir=rtl] .rtl\:me-1 {
    margin-right: .5rem !important
}

.theme-4 [dir=rtl] .rtl\:me-2 {
    margin-right: 1rem !important
}

.theme-4 .me-3 {
    margin-right: 1.5rem !important
}

.theme-4 .me-4 {
    margin-right: 2rem !important
}

.theme-4 [dir=rtl] .rtl\:me-6 {
    margin-right: 3rem !important
}

.theme-4 [dir=ltr] .ltr\:me-8 {
    margin-right: 4rem !important
}

.theme-4 .mb-0 {
    margin-bottom: 0 !important
}

.theme-4 .mb-narrow {
    margin-bottom: .25rem !important
}

.theme-4 .mb-1 {
    margin-bottom: .5rem !important
}

.theme-4 .mb-2 {
    margin-bottom: 1rem !important
}

.theme-4 .mb-3 {
    margin-bottom: 1.5rem !important
}

.theme-4 .mb-4 {
    margin-bottom: 2rem !important
}

.theme-4 .mb-5 {
    margin-bottom: 2.5rem !important
}

.theme-4 .mb-6 {
    margin-bottom: 3rem !important
}

.theme-4 [dir=ltr] .ltr\:ms-0 {
    margin-left: 0 !important
}

.theme-4 .ms-narrow,
.theme-4 [dir=ltr] .ltr\:ms-narrow,
.theme-4 [dir=rtl] .rtl\:ms-narrow {
    margin-left: .25rem !important
}

.theme-4 .ms-1,
.theme-4 [dir=ltr] .ltr\:ms-1,
.theme-4 [dir=rtl] .rtl\:ms-1 {
    margin-left: .5rem !important
}

.theme-4 .ms-2,
.theme-4 [dir=ltr] .ltr\:ms-2 {
    margin-left: 1rem !important
}

.theme-4 .ms-3 {
    margin-left: 1.5rem !important
}

.theme-4 .ms-4 {
    margin-left: 2rem !important
}

.theme-4 [dir=ltr] .ltr\:ms-6 {
    margin-left: 3rem !important
}

.theme-4 [dir=rtl] .rtl\:ms-8 {
    margin-left: 4rem !important
}

.theme-4 .mx-n1 {
    margin-right: -.5rem !important;
    margin-left: -.5rem !important
}

.theme-4 .mt-nnarrow {
    margin-top: -.25rem !important
}

.theme-4 .mt-n3 {
    margin-top: -1.5rem !important
}

.theme-4 .mt-n4 {
    margin-top: -2rem !important
}

.theme-4 .mt-n8 {
    margin-top: -4rem !important
}

.theme-4 .mt-n9 {
    margin-top: -6rem !important
}

.theme-4 .me-n2,
.theme-4 [dir=rtl] .rtl\:me-n2 {
    margin-right: -1rem !important
}

.theme-4 .me-n3 {
    margin-right: -1.5rem !important
}

.theme-4 .me-n6 {
    margin-right: -3rem !important
}

.theme-4 .me-n8,
.theme-4 [dir=ltr] .ltr\:me-n8 {
    margin-right: -4rem !important
}

.theme-4 .mb-n4 {
    margin-bottom: -2rem !important
}

.theme-4 .mb-n8 {
    margin-bottom: -4rem !important
}

.theme-4 .ms-n2,
.theme-4 [dir=ltr] .ltr\:ms-n2 {
    margin-left: -1rem !important
}

.theme-4 .ms-n3 {
    margin-left: -1.5rem !important
}

.theme-4 .ms-n6,
.theme-4 [dir=rtl] .rtl\:ms-n6 {
    margin-left: -3rem !important
}

.theme-4 .ms-n8,
.theme-4 [dir=rtl] .rtl\:ms-n8 {
    margin-left: -4rem !important
}

.theme-4 .p-0 {
    padding: 0 !important
}

.theme-4 .p-narrow {
    padding: .25rem !important
}

.theme-4 .p-1 {
    padding: .5rem !important
}

.theme-4 .p-2 {
    padding: 1rem !important
}

.theme-4 .p-3 {
    padding: 1.5rem !important
}

.theme-4 .p-4 {
    padding: 2rem !important
}

.theme-4 .p-5 {
    padding: 2.5rem !important
}

.theme-4 .p-6 {
    padding: 3rem !important
}

.theme-4 .px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.theme-4 .px-narrow {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.theme-4 .px-1 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.theme-4 .px-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.theme-4 .px-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.theme-4 .px-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important
}

.theme-4 .px-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important
}

.theme-4 .py-narrow {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.theme-4 .py-1 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.theme-4 .py-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.theme-4 .py-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.theme-4 .py-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
}

.theme-4 .py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.theme-4 .py-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important
}

.theme-4 .py-9 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important
}

.theme-4 .py-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important
}

.theme-4 .pt-0 {
    padding-top: 0 !important
}

.theme-4 .pt-2 {
    padding-top: 1rem !important
}

.theme-4 .pt-3 {
    padding-top: 1.5rem !important
}

.theme-4 .pt-4 {
    padding-top: 2rem !important
}

.theme-4 .pt-6 {
    padding-top: 3rem !important
}

.theme-4 .pt-8 {
    padding-top: 4rem !important
}

.theme-4 .pt-9 {
    padding-top: 6rem !important
}

.theme-4 .pe-3,
.theme-4 [dir=rtl] .rtl\:pe-3 {
    padding-right: 1.5rem !important
}

.theme-4 [dir=ltr] .ltr\:pe-4 {
    padding-right: 2rem !important
}

.theme-4 .pb-0 {
    padding-bottom: 0 !important
}

.theme-4 .pb-narrow {
    padding-bottom: .25rem !important
}

.theme-4 .pb-2 {
    padding-bottom: 1rem !important
}

.theme-4 .pb-3 {
    padding-bottom: 1.5rem !important
}

.theme-4 .pb-4 {
    padding-bottom: 2rem !important
}

.theme-4 .pb-6 {
    padding-bottom: 3rem !important
}

.theme-4 .pb-7 {
    padding-bottom: 3.5rem !important
}

.theme-4 .pb-8 {
    padding-bottom: 4rem !important
}

.theme-4 .pb-10 {
    padding-bottom: 8rem !important
}

.theme-4 [dir=ltr] .ltr\:ps-3 {
    padding-left: 1.5rem !important
}

.theme-4 [dir=rtl] .rtl\:ps-4 {
    padding-left: 2rem !important
}

.theme-4 .gap-0 {
    gap: 0 !important
}

.theme-4 .gap-narrow {
    gap: .25rem !important
}

.theme-4 .gap-1 {
    gap: .5rem !important
}

.theme-4 .gap-2 {
    gap: 1rem !important
}

.theme-4 .gap-3 {
    gap: 1.5rem !important
}

.theme-4 .gap-4 {
    gap: 2rem !important
}

.theme-4 .gap-5 {
    gap: 2.5rem !important
}

.theme-4 .gap-6 {
    gap: 3rem !important
}

.theme-4 .gap-7 {
    gap: 3.5rem !important
}

.theme-4 .gap-8 {
    gap: 4rem !important
}

.theme-4 .gap-9 {
    gap: 6rem !important
}

.theme-4 .fs-1 {
    font-size: 2rem !important
}

.theme-4 .fs-2 {
    font-size: 1.75rem !important
}

.theme-4 .fs-4 {
    font-size: 1.25rem !important
}

.theme-4 .fs-5 {
    font-size: 1.125rem !important
}

.theme-4 .fs-6 {
    font-size: 1rem !important
}

.theme-4 .fs-7 {
    font-size: .875rem !important
}

.theme-4 .fs-8 {
    font-size: .75rem !important
}

.theme-4 .fst-italic {
    font-style: italic !important
}

.theme-4 .fw-light {
    font-weight: 300 !important
}

.theme-4 .fw-normal {
    font-weight: 400 !important
}

.theme-4 .fw-medium {
    font-weight: 500 !important
}

.theme-4 .fw-bold {
    font-weight: 700 !important
}

.theme-4 .lh-sm {
    line-height: .9 !important
}

.theme-4 .lh-lg {
    line-height: 1.2 !important
}

.theme-4 .text-start,
.theme-4 [dir=rtl] .rtl\:text-start {
    text-align: left !important
}

.theme-4 .text-end,
.theme-4 [dir=rtl] .rtl\:text-end {
    text-align: right !important
}

.theme-4 .text-center {
    text-align: center !important
}

.theme-4 .text-none {
    text-decoration: none !important
}

.theme-4 .text-underline {
    text-decoration: underline !important
}

.theme-4 .text-line-through {
    text-decoration: line-through !important
}

.theme-4 .text-uppercase {
    text-transform: uppercase !important
}

.theme-4 .text-nowrap {
    white-space: nowrap !important
}

.theme-4 .hover\:text-primary:hover,
.theme-4 .text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}

.theme-4 .text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
}

.theme-4 .text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important
}

.theme-4 .text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important
}

.theme-4 .hover\:text-danger:hover,
.theme-4 .text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}

.theme-4 .text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.theme-4 .text-gray {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-rgb), var(--bs-text-opacity)) !important
}

.theme-4 .text-gray-100 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-100-rgb), var(--bs-text-opacity)) !important
}

.theme-4 .text-gray-200 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-200-rgb), var(--bs-text-opacity)) !important
}

.theme-4 .text-gray-300 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-300-rgb), var(--bs-text-opacity)) !important
}

.theme-4 .text-gray-400 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-400-rgb), var(--bs-text-opacity)) !important
}

.theme-4 .text-gray-500 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-500-rgb), var(--bs-text-opacity)) !important
}

.theme-4 .text-gray-900 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-900-rgb), var(--bs-text-opacity)) !important
}

.theme-4 .text-primary-200 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-200-rgb), var(--bs-text-opacity)) !important
}

.theme-4 .text-primary-400 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-400-rgb), var(--bs-text-opacity)) !important
}

.theme-4 .hover\:text-primary-600:hover {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-600-rgb), var(--bs-text-opacity)) !important
}

.theme-4 .text-primary-700 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-700-rgb), var(--bs-text-opacity)) !important
}

.theme-4 .text-secondary-200 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-200-rgb), var(--bs-text-opacity)) !important
}

.theme-4 .text-secondary-300 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-300-rgb), var(--bs-text-opacity)) !important
}

.theme-4 .text-warning-600 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-600-rgb), var(--bs-text-opacity)) !important
}

.theme-4 .text-blue {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-blue-rgb), var(--bs-text-opacity)) !important
}

.theme-4 .text-indigo {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-indigo-rgb), var(--bs-text-opacity)) !important
}

.theme-4 .text-purple-600 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-purple-600-rgb), var(--bs-text-opacity)) !important
}

.theme-4 .text-red {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-red-rgb), var(--bs-text-opacity)) !important
}

.theme-4 .text-orange {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-orange-rgb), var(--bs-text-opacity)) !important
}

.theme-4 .text-yellow {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-yellow-rgb), var(--bs-text-opacity)) !important
}

.theme-4 .text-green {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-green-rgb), var(--bs-text-opacity)) !important
}

.theme-4 .hover\:text-tertiary:hover,
.theme-4 .text-tertiary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-tertiary-rgb), var(--bs-text-opacity)) !important
}

.theme-4 .text-tertiary-200 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-tertiary-200-rgb), var(--bs-text-opacity)) !important
}

.theme-4 .text-tertiary-400 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-tertiary-400-rgb), var(--bs-text-opacity)) !important
}

.theme-4 .text-tertiary-700 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-tertiary-700-rgb), var(--bs-text-opacity)) !important
}

.theme-4 .text-tertiary-900 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-tertiary-900-rgb), var(--bs-text-opacity)) !important
}

.theme-4 .hover\:text-black:hover,
.theme-4 .text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}

.theme-4 .hover\:text-white:hover,
.theme-4 .text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.theme-4 .text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important
}

.theme-4 :where(.uc-dark) .dark\:hover\:text-primary:hover,
.theme-4 :where(.uc-dark) .dark\:text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}

.theme-4 :where(.uc-dark) .dark\:text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
}

.theme-4 :where(.uc-dark) .dark\:text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.theme-4 :where(.uc-dark) .dark\:text-gray-100 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-100-rgb), var(--bs-text-opacity)) !important
}

.theme-4 :where(.uc-dark) .dark\:text-gray-200 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-200-rgb), var(--bs-text-opacity)) !important
}

.theme-4 :where(.uc-dark) .dark\:text-gray-300 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-300-rgb), var(--bs-text-opacity)) !important
}

.theme-4 :where(.uc-dark) .dark\:text-gray-700 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-700-rgb), var(--bs-text-opacity)) !important
}

.theme-4 :where(.uc-dark) .dark\:hover\:text-gray-900:hover {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-900-rgb), var(--bs-text-opacity)) !important
}

.theme-4 :where(.uc-dark) .dark\:text-primary-400 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-400-rgb), var(--bs-text-opacity)) !important
}

.theme-4 :where(.uc-dark) .dark\:hover\:text-primary-700:hover,
.theme-4 :where(.uc-dark) .dark\:text-primary-700 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-700-rgb), var(--bs-text-opacity)) !important
}

.theme-4 :where(.uc-dark) .dark\:text-yellow-400 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-yellow-400-rgb), var(--bs-text-opacity)) !important
}

.theme-4 :where(.uc-dark) .dark\:hover\:text-tertiary:hover,
.theme-4 :where(.uc-dark) .dark\:text-tertiary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-tertiary-rgb), var(--bs-text-opacity)) !important
}

.theme-4 :where(.uc-dark) .dark\:text-tertiary-200 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-tertiary-200-rgb), var(--bs-text-opacity)) !important
}

.theme-4 :where(.uc-dark) .dark\:text-tertiary-400 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-tertiary-400-rgb), var(--bs-text-opacity)) !important
}

.theme-4 :where(.uc-dark) .dark\:hover\:text-white:hover,
.theme-4 :where(.uc-dark) .dark\:text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.theme-4 .text-opacity-20 {
    --bs-text-opacity: 0.2
}

.theme-4 .text-opacity-60 {
    --bs-text-opacity: 0.6
}

.theme-4 .hover\:text-opacity-70:hover,
.theme-4 .text-opacity-70 {
    --bs-text-opacity: 0.7
}

.theme-4 :where(.uc-dark) .dark\:text-opacity-50 {
    --bs-text-opacity: 0.5
}

.theme-4 :where(.uc-dark) .dark\:text-opacity-60 {
    --bs-text-opacity: 0.6
}

.theme-4 :where(.uc-dark) .dark\:text-opacity-70 {
    --bs-text-opacity: 0.7
}

.theme-4 .bg-primary,
.theme-4 .hover\:bg-primary:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.theme-4 .bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
}

.theme-4 .bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}

.theme-4 .bg-gray-25 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-25-rgb), var(--bs-bg-opacity)) !important
}

.theme-4 .bg-gray-50,
.theme-4 .hover\:bg-gray-50:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-50-rgb), var(--bs-bg-opacity)) !important
}

.theme-4 .bg-gray-100 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-100-rgb), var(--bs-bg-opacity)) !important
}

.theme-4 .bg-gray-300 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-300-rgb), var(--bs-bg-opacity)) !important
}

.theme-4 .hover\:bg-gray-600:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-600-rgb), var(--bs-bg-opacity)) !important
}

.theme-4 .bg-gray-800 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-800-rgb), var(--bs-bg-opacity)) !important
}

.theme-4 .bg-gray-900 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-900-rgb), var(--bs-bg-opacity)) !important
}

.theme-4 .bg-primary-25 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-25-rgb), var(--bs-bg-opacity)) !important
}

.theme-4 .bg-primary-100 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-100-rgb), var(--bs-bg-opacity)) !important
}

.theme-4 .bg-primary-300 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-300-rgb), var(--bs-bg-opacity)) !important
}

.theme-4 .bg-primary-400 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-400-rgb), var(--bs-bg-opacity)) !important
}

.theme-4 .bg-primary-600 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-600-rgb), var(--bs-bg-opacity)) !important
}

.theme-4 .bg-primary-700 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-700-rgb), var(--bs-bg-opacity)) !important
}

.theme-4 .bg-secondary-200 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-200-rgb), var(--bs-bg-opacity)) !important
}

.theme-4 .bg-secondary-300,
.theme-4 .hover\:bg-secondary-300:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-300-rgb), var(--bs-bg-opacity)) !important
}

.theme-4 .bg-warning-100 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-100-rgb), var(--bs-bg-opacity)) !important
}

.theme-4 .bg-blue-100 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-blue-100-rgb), var(--bs-bg-opacity)) !important
}

.theme-4 .bg-blue-600 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-blue-600-rgb), var(--bs-bg-opacity)) !important
}

.theme-4 .bg-indigo-100 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-indigo-100-rgb), var(--bs-bg-opacity)) !important
}

.theme-4 .bg-purple-100 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-purple-100-rgb), var(--bs-bg-opacity)) !important
}

.theme-4 .bg-red {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-red-rgb), var(--bs-bg-opacity)) !important
}

.theme-4 .bg-orange-100 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-orange-100-rgb), var(--bs-bg-opacity)) !important
}

.theme-4 .bg-yellow {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-yellow-rgb), var(--bs-bg-opacity)) !important
}

.theme-4 .bg-yellow-400 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-yellow-400-rgb), var(--bs-bg-opacity)) !important
}

.theme-4 .bg-tertiary,
.theme-4 .hover\:bg-tertiary:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-rgb), var(--bs-bg-opacity)) !important
}

.theme-4 .bg-tertiary-50 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-50-rgb), var(--bs-bg-opacity)) !important
}

.theme-4 .bg-tertiary-300 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-300-rgb), var(--bs-bg-opacity)) !important
}

.theme-4 .bg-tertiary-700 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-700-rgb), var(--bs-bg-opacity)) !important
}

.theme-4 .bg-tertiary-800 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-800-rgb), var(--bs-bg-opacity)) !important
}

.theme-4 .bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}

.theme-4 .bg-white,
.theme-4 .hover\:bg-white:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.theme-4 .bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important
}

.theme-4 :where(.uc-dark) .dark\:bg-primary,
.theme-4 :where(.uc-dark) .dark\:hover\:bg-primary:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.theme-4 :where(.uc-dark) .dark\:bg-secondary,
.theme-4 :where(.uc-dark) .dark\:hover\:bg-secondary:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
}

.theme-4 :where(.uc-dark) .dark\:bg-gray-100 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-100-rgb), var(--bs-bg-opacity)) !important
}

.theme-4 :where(.uc-dark) .dark\:bg-gray-300 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-300-rgb), var(--bs-bg-opacity)) !important
}

.theme-4 :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
}

.theme-4 :where(.uc-dark) .dark\:bg-gray-600 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-600-rgb), var(--bs-bg-opacity)) !important
}

.theme-4 :where(.uc-dark) .dark\:bg-gray-700,
.theme-4 :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
}

.theme-4 :where(.uc-dark) .dark\:bg-gray-800,
.theme-4 :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
}

.theme-4 :where(.uc-dark) .dark\:bg-gray-900 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-900-rgb), var(--bs-bg-opacity)) !important
}

.theme-4 :where(.uc-dark) .dark\:bg-primary-700 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-700-rgb), var(--bs-bg-opacity)) !important
}

.theme-4 :where(.uc-dark) .dark\:bg-tertiary,
.theme-4 :where(.uc-dark) .dark\:hover\:bg-tertiary:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-rgb), var(--bs-bg-opacity)) !important
}

.theme-4 :where(.uc-dark) .dark\:hover\:bg-tertiary-300:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-300-rgb), var(--bs-bg-opacity)) !important
}

.theme-4 :where(.uc-dark) .dark\:bg-tertiary-600 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-600-rgb), var(--bs-bg-opacity)) !important
}

.theme-4 :where(.uc-dark) .dark\:bg-tertiary-700 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-700-rgb), var(--bs-bg-opacity)) !important
}

.theme-4 :where(.uc-dark) .dark\:bg-tertiary-800 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-800-rgb), var(--bs-bg-opacity)) !important
}

.theme-4 :where(.uc-dark) .dark\:bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}

.theme-4 :where(.uc-dark) .dark\:bg-white,
.theme-4 :where(.uc-dark) .dark\:hover\:bg-white:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.theme-4 .bg-opacity-5,
.theme-4 .hover\:bg-opacity-5:hover {
    --bs-bg-opacity: 0.05
}

.theme-4 .bg-opacity-10 {
    --bs-bg-opacity: 0.1
}

.theme-4 .bg-opacity-15 {
    --bs-bg-opacity: 0.15
}

.theme-4 .bg-opacity-40 {
    --bs-bg-opacity: 0.4
}

.theme-4 .bg-opacity-50 {
    --bs-bg-opacity: 0.5
}

.theme-4 .bg-opacity-70 {
    --bs-bg-opacity: 0.7
}

.theme-4 .bg-opacity-80 {
    --bs-bg-opacity: 0.8
}

.theme-4 .bg-opacity-90 {
    --bs-bg-opacity: 0.9
}

.theme-4 :where(.uc-dark) .dark\:bg-opacity-0 {
    --bs-bg-opacity: 0
}

.theme-4 :where(.uc-dark) .dark\:bg-opacity-5 {
    --bs-bg-opacity: 0.05
}

.theme-4 :where(.uc-dark) .dark\:bg-opacity-10 {
    --bs-bg-opacity: 0.1
}

.theme-4 :where(.uc-dark) .dark\:bg-opacity-15 {
    --bs-bg-opacity: 0.15
}

.theme-4 :where(.uc-dark) .dark\:bg-opacity-50 {
    --bs-bg-opacity: 0.5
}

.theme-4 .rounded {
    border-radius: var(--radius) !important
}

.theme-4 .rounded-default {
    border-radius: 8px !important
}

.theme-4 .rounded-1 {
    border-radius: 4px !important
}

.theme-4 .rounded-1-5 {
    border-radius: 12px !important
}

.theme-4 .rounded-2 {
    border-radius: 16px !important
}

.theme-4 .rounded-3 {
    border-radius: 24px !important
}

.theme-4 .rounded-5 {
    border-radius: 40px !important
}

.theme-4 .rounded-circle {
    border-radius: 50% !important
}

.theme-4 .rounded-pill {
    border-radius: 50rem !important
}

.theme-4 .rounded-0 {
    border-radius: 0 !important
}

.theme-4 .rounded-bottom-1-5 {
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important
}

.theme-4 .rounded-bottom-2 {
    border-bottom-right-radius: 16px !important;
    border-bottom-left-radius: 16px !important
}

.theme-4 .rounded-bottom-3 {
    border-bottom-right-radius: 24px !important;
    border-bottom-left-radius: 24px !important
}

.theme-4 .rounded-start-2 {
    border-bottom-left-radius: 16px !important;
    border-top-left-radius: 16px !important
}

.theme-4 .border-dashed {
    border-style: dashed !important
}

.theme-4 .bg-cover {
    background-size: cover !important
}

.theme-4 .bg-contain {
    background-size: contain !important
}

.theme-4 .text-truncate-1 {
    -webkit-line-clamp: 1 !important
}

.theme-4 .text-truncate-3 {
    -webkit-line-clamp: 3 !important
}

.theme-4 .min-w-24px {
    min-width: 24px !important
}

.theme-4 .min-w-32px {
    min-width: 32px !important
}

.theme-4 .min-w-40px {
    min-width: 40px !important
}

.theme-4 .min-w-48px {
    min-width: 48px !important
}

.theme-4 .min-w-150px {
    min-width: 150px !important
}

.theme-4 .min-w-300px {
    min-width: 300px !important
}

.theme-4 .min-w-700px {
    min-width: 700px !important
}

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

.theme-4 .min-w-1\/2 {
    min-width: 50% !important
}

.theme-4 .min-w-xs {
    min-width: 320px !important
}

.theme-4 .min-w-100 {
    min-width: 100% !important
}

.theme-4 .min-h-24px {
    min-height: 24px !important
}

.theme-4 .min-h-32px {
    min-height: 32px !important
}

.theme-4 .min-h-48px {
    min-height: 48px !important
}

.theme-4 .min-h-56px {
    min-height: 56px !important
}

.theme-4 .min-h-64px {
    min-height: 64px !important
}

.theme-4 .min-h-80px {
    min-height: 80px !important
}

.theme-4 .min-h-150px {
    min-height: 150px !important
}

.theme-4 .min-h-200px {
    min-height: 200px !important
}

.theme-4 .min-h-250px {
    min-height: 250px !important
}

.theme-4 .min-h-300px {
    min-height: 300px !important
}

.theme-4 .min-h-350px {
    min-height: 350px !important
}

.theme-4 .min-h-450px {
    min-height: 450px !important
}

.theme-4 .min-h-600px {
    min-height: 600px !important
}

.theme-4 .min-h-700px {
    min-height: 700px !important
}

.theme-4 .min-h-screen {
    min-height: 100vh !important
}

.theme-4 .overflow-x-hidden {
    overflow-x: hidden !important
}

.theme-4 .icon-narrow {
    width: 16px !important;
    height: 16px !important;
    font-size: 16px !important
}

.theme-4 .icon-1 {
    width: 20px !important;
    height: 20px !important;
    font-size: 20px !important
}

.theme-4 .icon-2 {
    width: 24px !important;
    height: 24px !important;
    font-size: 24px !important
}

.theme-4 .icon-3 {
    width: 32px !important;
    height: 32px !important;
    font-size: 32px !important
}

.theme-4 .icon-4 {
    width: 48px !important;
    height: 48px !important;
    font-size: 48px !important
}

.theme-4 .mask-x {
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent) !important;
    mask-image: linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent) !important
}

.theme-4 .hover\:contrast-shadow:hover {
    box-shadow: 3px 3px 0 0 var(--shadowColor, #000) !important
}

.theme-4 .contrast-shadow-sm {
    box-shadow: 2px 2px 0 0 var(--shadowColor, #000) !important
}

.theme-4 .contrast-shadow-md,
.theme-4 .hover\:contrast-shadow-md:hover {
    box-shadow: 4px 4px 0 0 var(--shadowColor, #000) !important
}

.theme-4 .contrast-shadow-lg {
    box-shadow: 8px 8px 0 0 var(--shadowColor, #000) !important
}

.theme-4 .ls-0 {
    letter-spacing: 0 !important
}

.theme-4 .-ls-1 {
    letter-spacing: -1px !important
}

.theme-4 .-ls-2 {
    letter-spacing: -2px !important
}

.theme-4 .-ls-3 {
    letter-spacing: -3px !important
}

.theme-4 .-ls-4 {
    letter-spacing: -4px !important
}

.theme-4 .transition {
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color !important
}

.theme-4 .transition-all {
    transition-property: all !important
}

.theme-4 .transition-colors {
    transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color !important
}

.theme-4 .transition-transform {
    transition-property: transform !important
}

.theme-4 .duration-150 {
    transition-duration: .15s !important
}

.theme-4 .duration-200 {
    transition-duration: .2s !important
}

.theme-4 .duration-250 {
    transition-duration: .25s !important
}

.theme-4 .ease-linear {
    transition-timing-function: linear !important
}

.theme-4 .ease-in {
    transition-timing-function: cubic-bezier(.4, 0, 1, 1) !important
}

.theme-4 .hover\:scale-105:hover {
    transform: scale(1.05) !important
}

.theme-4 .hover\:scale-110:hover {
    transform: scale(1.1) !important
}

.theme-4 .translate-y-px {
    transform: translateY(1px) !important
}

.theme-4 .hover\:-translate-y-1:hover {
    transform: translateY(-.5rem) !important
}

.theme-4 .rotate-12 {
    transform: rotate(12deg) !important
}

.theme-4 .rotate-45 {
    transform: rotate(45deg) !important
}

.theme-4 .hover\:rotate-90:hover {
    transform: rotate(90deg) !important
}

.theme-4 [dir=rtl] .rtl\:rotate-180 {
    transform: rotate(180deg) !important
}

.theme-4 .-rotate-1 {
    transform: rotate(-1deg) !important
}

.theme-4 .-rotate-2 {
    transform: rotate(-2deg) !important
}

.theme-4 .-rotate-12 {
    transform: rotate(-12deg) !important
}

.theme-4 .-rotate-45 {
    transform: rotate(-45deg) !important
}

.theme-4 [dir=rtl] .rtl\:-rotate-90 {
    transform: rotate(-90deg) !important
}

.theme-4 .origin-top-right {
    transform-origin: top right !important
}

.theme-4 .origin-top-left {
    transform-origin: top left !important
}

.theme-4 .origin-bottom-right {
    transform-origin: bottom right !important
}

.theme-4 .origin-bottom {
    transform-origin: bottom !important
}

.theme-4 .blend-color-dodge {
    mix-blend-mode: color-dodge !important
}

.theme-4 .blend-difference {
    mix-blend-mode: difference !important
}

.theme-4 .blend-overlay {
    mix-blend-mode: overlay !important
}

.theme-4 .blend-plus-lighter {
    mix-blend-mode: plus-lighter !important
}

.theme-4 .blend-soft-light {
    mix-blend-mode: soft-light !important
}

.theme-4 :where(.uc-dark) .dark\:blend-overlay {
    mix-blend-mode: overlay !important
}

.theme-4 .blur-10 {
    filter: blur(128px) !important
}

.theme-4 .backdrop-1 {
    -webkit-backdrop-filter: blur(4px) !important;
    backdrop-filter: blur(4px) !important
}

.theme-4 .backdrop-2 {
    -webkit-backdrop-filter: blur(8px) !important;
    backdrop-filter: blur(8px) !important
}

.theme-4 [dir=ltr] .ltr\:rounded-top-start-1-5 {
    border-top-left-radius: 12px !important
}

.theme-4 [dir=rtl] .rtl\:rounded-top-end-1-5 {
    border-top-right-radius: 12px !important
}

.theme-4 .ratio-1x1 {
    --bs-aspect-ratio: 100% !important
}

.theme-4 .ratio-2x1 {
    --bs-aspect-ratio: 50% !important
}

.theme-4 .ratio-2x3 {
    --bs-aspect-ratio: 150% !important
}

.theme-4 .ratio-3x2 {
    --bs-aspect-ratio: 66.6666667% !important
}

.theme-4 .ratio-3x4 {
    --bs-aspect-ratio: 133.333333% !important
}

.theme-4 .ratio-4x3 {
    --bs-aspect-ratio: 75% !important
}

.theme-4 .ratio-16x9 {
    --bs-aspect-ratio: 56.25% !important
}

.theme-4 .z-1 {
    z-index: 1 !important
}

.theme-4 .z-1n {
    z-index: -1 !important
}

.theme-4 .z-2 {
    z-index: 2 !important
}

.theme-4 .z-99 {
    z-index: 99 !important
}

.theme-4 .z-999 {
    z-index: 999 !important
}

.theme-4 .z-1080 {
    z-index: 1080 !important
}

.theme-4 .z-0 {
    z-index: 0 !important
}

@media(min-width:459px) {
    .theme-4 .sm\:d-inline-block {
        display: inline-block !important
    }

    .theme-4 .sm\:d-block {
        display: block !important
    }

    .theme-4 .sm\:d-none {
        display: none !important
    }

    .theme-4 .sm\:border-3 {
        border-width: 3px !important
    }

    .theme-4 .sm\:w-32px {
        width: 32px !important
    }

    .theme-4 .sm\:w-56px {
        width: 56px !important
    }

    .theme-4 .sm\:w-80px {
        width: 80px !important
    }

    .theme-4 .sm\:w-250px {
        width: 250px !important
    }

    .theme-4 .sm\:w-300px {
        width: 300px !important
    }

    .theme-4 .sm\:w-350px {
        width: 350px !important
    }

    .theme-4 .sm\:w-500px {
        width: 500px !important
    }

    .theme-4 .sm\:w-550px {
        width: 550px !important
    }

    .theme-4 .sm\:w-3\/5 {
        width: 60% !important
    }

    .theme-4 .sm\:w-1\/2 {
        width: 50% !important
    }

    .theme-4 .sm\:w-auto {
        width: auto !important
    }

    .theme-4 .sm\:max-w-500px {
        max-width: 500px !important
    }

    .theme-4 .sm\:max-w-600px {
        max-width: 600px !important
    }

    .theme-4 .sm\:max-w-md {
        max-width: 720px !important
    }

    .theme-4 .sm\:max-w-lg {
        max-width: 1040px !important
    }

    .theme-4 .sm\:h-32px {
        height: 32px !important
    }

    .theme-4 .sm\:h-40px {
        height: 40px !important
    }

    .theme-4 .sm\:h-56px {
        height: 56px !important
    }

    .theme-4 .sm\:h-80px {
        height: 80px !important
    }

    .theme-4 .sm\:h-500px {
        height: 500px !important
    }

    .theme-4 .sm\:h-600px {
        height: 600px !important
    }

    .theme-4 .sm\:order-1 {
        order: 1 !important
    }

    .theme-4 .sm\:m-0 {
        margin: 0 !important
    }

    .theme-4 .sm\:my-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .theme-4 .sm\:my-4 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important
    }

    .theme-4 .sm\:mt-0 {
        margin-top: 0 !important
    }

    .theme-4 .sm\:mt-1 {
        margin-top: .5rem !important
    }

    .theme-4 .sm\:mt-2 {
        margin-top: 1rem !important
    }

    .theme-4 .sm\:mt-3 {
        margin-top: 1.5rem !important
    }

    .theme-4 .sm\:mt-4 {
        margin-top: 2rem !important
    }

    .theme-4 .sm\:mt-6 {
        margin-top: 3rem !important
    }

    .theme-4 .sm\:mb-6 {
        margin-bottom: 3rem !important
    }

    .theme-4 .sm\:mb-8 {
        margin-bottom: 4rem !important
    }

    .theme-4 .sm\:p-3 {
        padding: 1.5rem !important
    }

    .theme-4 .sm\:p-4 {
        padding: 2rem !important
    }

    .theme-4 .sm\:p-6 {
        padding: 3rem !important
    }

    .theme-4 .sm\:px-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .theme-4 .sm\:px-4 {
        padding-right: 2rem !important;
        padding-left: 2rem !important
    }

    .theme-4 .sm\:py-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .theme-4 .sm\:py-8 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .theme-4 .sm\:py-9 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important
    }

    .theme-4 .sm\:pt-6 {
        padding-top: 3rem !important
    }

    .theme-4 .sm\:pt-8 {
        padding-top: 4rem !important
    }

    .theme-4 .sm\:pt-10 {
        padding-top: 8rem !important
    }

    .theme-4 .sm\:pb-6 {
        padding-bottom: 3rem !important
    }

    .theme-4 .sm\:pb-8 {
        padding-bottom: 4rem !important
    }

    .theme-4 .sm\:pb-9 {
        padding-bottom: 6rem !important
    }

    .theme-4 .sm\:gap-3 {
        gap: 1.5rem !important
    }

    .theme-4 .sm\:gap-4 {
        gap: 2rem !important
    }

    .theme-4 .sm\:gap-6 {
        gap: 3rem !important
    }

    .theme-4 .sm\:gap-8 {
        gap: 4rem !important
    }

    .theme-4 .sm\:fs-4 {
        font-size: 1.25rem !important
    }

    .theme-4 .sm\:fs-5 {
        font-size: 1.125rem !important
    }

    .theme-4 .sm\:fs-6 {
        font-size: 1rem !important
    }

    .theme-4 .sm\:text-start {
        text-align: left !important
    }

    .theme-4 .sm\:text-center {
        text-align: center !important
    }

    .theme-4 .sm\:rounded-1-5 {
        border-radius: 12px !important
    }

    .theme-4 .sm\:rounded-2 {
        border-radius: 16px !important
    }

    .theme-4 .sm\:rounded-start-0 {
        border-bottom-left-radius: 0 !important;
        border-top-left-radius: 0 !important
    }

    .theme-4 .sm\:min-w-100px {
        min-width: 100px !important
    }

    .theme-4 .sm\:min-w-150px {
        min-width: 150px !important
    }

    .theme-4 .sm\:min-h-100px {
        min-height: 100px !important
    }

    .theme-4 .sm\:icon-3 {
        width: 32px !important;
        height: 32px !important;
        font-size: 32px !important
    }

    .theme-4 .sm\:rounded-top-end-0 {
        border-top-right-radius: 0 !important
    }

    .theme-4 .sm\:rounded-bottom-end-0 {
        border-bottom-right-radius: 0 !important
    }
}

@media(min-width:768px) {
    .theme-4 .md\:d-block {
        display: block !important
    }

    .theme-4 .md\:d-flex {
        display: flex !important
    }

    .theme-4 .md\:d-none {
        display: none !important
    }

    .theme-4 .md\:w-40px {
        width: 40px !important
    }

    .theme-4 .md\:w-48px {
        width: 48px !important
    }

    .theme-4 .md\:w-56px {
        width: 56px !important
    }

    .theme-4 .md\:w-100px {
        width: 100px !important
    }

    .theme-4 .md\:w-500px {
        width: 500px !important
    }

    .theme-4 .md\:w-1\/2 {
        width: 50% !important
    }

    .theme-4 .md\:max-w-128px {
        max-width: 128px !important
    }

    .theme-4 .md\:max-w-150px {
        max-width: 150px !important
    }

    .theme-4 .md\:max-w-1\/2 {
        max-width: 50% !important
    }

    .theme-4 .md\:h-40px {
        height: 40px !important
    }

    .theme-4 .md\:h-48px {
        height: 48px !important
    }

    .theme-4 .md\:h-100px {
        height: 100px !important
    }

    .theme-4 .md\:h-screen {
        height: 100vh !important
    }

    .theme-4 .md\:justify-start {
        justify-content: flex-start !important
    }

    .theme-4 .md\:items-end {
        align-items: flex-end !important
    }

    .theme-4 .md\:order-1 {
        order: 1 !important
    }

    .theme-4 .md\:order-2 {
        order: 2 !important
    }

    .theme-4 .md\:m-2 {
        margin: 1rem !important
    }

    .theme-4 .md\:my-2 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .theme-4 .md\:my-3 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .theme-4 .md\:mt-2 {
        margin-top: 1rem !important
    }

    .theme-4 .md\:mt-4 {
        margin-top: 2rem !important
    }

    .theme-4 .md\:mt-6 {
        margin-top: 3rem !important
    }

    .theme-4 .md\:mt-8 {
        margin-top: 4rem !important
    }

    .theme-4 .md\:me-2 {
        margin-right: 1rem !important
    }

    .theme-4 .md\:mb-4 {
        margin-bottom: 2rem !important
    }

    .theme-4 .md\:ms-2 {
        margin-left: 1rem !important
    }

    .theme-4 .md\:mt-n10 {
        margin-top: -8rem !important
    }

    .theme-4 .md\:p-2 {
        padding: 1rem !important
    }

    .theme-4 .md\:p-3 {
        padding: 1.5rem !important
    }

    .theme-4 .md\:p-4 {
        padding: 2rem !important
    }

    .theme-4 .md\:p-6 {
        padding: 3rem !important
    }

    .theme-4 .md\:p-8 {
        padding: 4rem !important
    }

    .theme-4 .md\:px-4 {
        padding-right: 2rem !important;
        padding-left: 2rem !important
    }

    .theme-4 .md\:py-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .theme-4 .md\:py-8 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .theme-4 .md\:pt-6 {
        padding-top: 3rem !important
    }

    .theme-4 .md\:pt-8 {
        padding-top: 4rem !important
    }

    .theme-4 [dir=ltr] .ltr\:md\:pe-8 {
        padding-right: 4rem !important
    }

    .theme-4 .md\:pb-0 {
        padding-bottom: 0 !important
    }

    .theme-4 .md\:pb-6 {
        padding-bottom: 3rem !important
    }

    .theme-4 [dir=rtl] .rtl\:md\:ps-8 {
        padding-left: 4rem !important
    }

    .theme-4 .md\:gap-2 {
        gap: 1rem !important
    }

    .theme-4 .md\:gap-3 {
        gap: 1.5rem !important
    }

    .theme-4 .md\:gap-4 {
        gap: 2rem !important
    }

    .theme-4 .md\:gap-6 {
        gap: 3rem !important
    }

    .theme-4 .md\:fs-5 {
        font-size: 1.125rem !important
    }

    .theme-4 .md\:fs-6 {
        font-size: 1rem !important
    }

    .theme-4 .md\:min-h-250px {
        min-height: 250px !important
    }

    .theme-4 .md\:icon-1 {
        width: 20px !important;
        height: 20px !important;
        font-size: 20px !important
    }

    .theme-4 .md\:icon-2 {
        width: 24px !important;
        height: 24px !important;
        font-size: 24px !important
    }
}

@media(min-width:992px) {
    .theme-4 .lg\:overflow-hidden {
        overflow: hidden !important
    }

    .theme-4 .lg\:d-inline-block {
        display: inline-block !important
    }

    .theme-4 .lg\:d-block {
        display: block !important
    }

    .theme-4 .lg\:d-flex {
        display: flex !important
    }

    .theme-4 .lg\:d-inline-flex {
        display: inline-flex !important
    }

    .theme-4 .lg\:d-none {
        display: none !important
    }

    .theme-4 .lg\:w-40px {
        width: 40px !important
    }

    .theme-4 .lg\:w-48px {
        width: 48px !important
    }

    .theme-4 .lg\:w-56px {
        width: 56px !important
    }

    .theme-4 .lg\:w-64px {
        width: 64px !important
    }

    .theme-4 .lg\:w-72px {
        width: 72px !important
    }

    .theme-4 .lg\:w-80px {
        width: 80px !important
    }

    .theme-4 .lg\:w-96px {
        width: 96px !important
    }

    .theme-4 .lg\:w-100px {
        width: 100px !important
    }

    .theme-4 .lg\:w-128px {
        width: 128px !important
    }

    .theme-4 .lg\:w-150px {
        width: 150px !important
    }

    .theme-4 .lg\:w-200px {
        width: 200px !important
    }

    .theme-4 .lg\:w-250px {
        width: 250px !important
    }

    .theme-4 .lg\:w-300px {
        width: 300px !important
    }

    .theme-4 .lg\:w-450px {
        width: 450px !important
    }

    .theme-4 .lg\:w-500px {
        width: 500px !important
    }

    .theme-4 .lg\:w-800px {
        width: 800px !important
    }

    .theme-4 .lg\:w-1\/6 {
        width: 16.6666667% !important
    }

    .theme-4 .lg\:w-5\/6 {
        width: 83.3333333% !important
    }

    .theme-4 .lg\:w-1\/3 {
        width: 33.3333333% !important
    }

    .theme-4 .lg\:w-1\/2 {
        width: 50% !important
    }

    .theme-4 .lg\:max-w-56px {
        max-width: 56px !important
    }

    .theme-4 .lg\:max-w-80px {
        max-width: 80px !important
    }

    .theme-4 .lg\:max-w-128px {
        max-width: 128px !important
    }

    .theme-4 .lg\:max-w-300px {
        max-width: 300px !important
    }

    .theme-4 .lg\:max-w-350px {
        max-width: 350px !important
    }

    .theme-4 .lg\:max-w-500px {
        max-width: 500px !important
    }

    .theme-4 .lg\:max-w-600px {
        max-width: 600px !important
    }

    .theme-4 .lg\:max-w-650px {
        max-width: 650px !important
    }

    .theme-4 .lg\:max-w-700px {
        max-width: 700px !important
    }

    .theme-4 .lg\:max-w-750px {
        max-width: 750px !important
    }

    .theme-4 .lg\:max-w-900px {
        max-width: 900px !important
    }

    .theme-4 .lg\:max-w-950px {
        max-width: 950px !important
    }

    .theme-4 .lg\:max-w-3\/5 {
        max-width: 60% !important
    }

    .theme-4 .lg\:max-w-1\/2 {
        max-width: 50% !important
    }

    .theme-4 .lg\:max-w-lg {
        max-width: 1040px !important
    }

    .theme-4 .lg\:h-40px {
        height: 40px !important
    }

    .theme-4 .lg\:h-48px {
        height: 48px !important
    }

    .theme-4 .lg\:h-56px {
        height: 56px !important
    }

    .theme-4 .lg\:h-64px {
        height: 64px !important
    }

    .theme-4 .lg\:h-80px {
        height: 80px !important
    }

    .theme-4 .lg\:h-96px {
        height: 96px !important
    }

    .theme-4 .lg\:h-100px {
        height: 100px !important
    }

    .theme-4 .lg\:h-150px {
        height: 150px !important
    }

    .theme-4 .lg\:h-500px {
        height: 500px !important
    }

    .theme-4 .lg\:h-screen {
        height: 100vh !important
    }

    .theme-4 .lg\:max-h-550px {
        max-height: 550px !important
    }

    .theme-4 .lg\:justify-start {
        justify-content: flex-start !important
    }

    .theme-4 .lg\:justify-center {
        justify-content: center !important
    }

    .theme-4 .lg\:justify-end {
        justify-content: flex-end !important
    }

    .theme-4 .lg\:justify-between {
        justify-content: space-between !important
    }

    .theme-4 .lg\:items-start {
        align-items: flex-start !important
    }

    .theme-4 .lg\:order-0 {
        order: 0 !important
    }

    .theme-4 .lg\:order-1 {
        order: 1 !important
    }

    .theme-4 .lg\:order-2 {
        order: 2 !important
    }

    .theme-4 .lg\:m-0 {
        margin: 0 !important
    }

    .theme-4 .lg\:m-2 {
        margin: 1rem !important
    }

    .theme-4 .lg\:m-6 {
        margin: 3rem !important
    }

    .theme-4 .lg\:m-auto {
        margin: auto !important
    }

    .theme-4 .lg\:mx-2 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .theme-4 .lg\:mx-3 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .theme-4 .lg\:mx-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .theme-4 .lg\:my-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .theme-4 .lg\:my-3 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .theme-4 .lg\:my-4 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important
    }

    .theme-4 .lg\:my-6 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .theme-4 .lg\:mt-0 {
        margin-top: 0 !important
    }

    .theme-4 .lg\:mt-2 {
        margin-top: 1rem !important
    }

    .theme-4 .lg\:mt-3 {
        margin-top: 1.5rem !important
    }

    .theme-4 .lg\:mt-4 {
        margin-top: 2rem !important
    }

    .theme-4 .lg\:mt-6 {
        margin-top: 3rem !important
    }

    .theme-4 .lg\:mt-8 {
        margin-top: 4rem !important
    }

    .theme-4 .lg\:mt-9 {
        margin-top: 6rem !important
    }

    .theme-4 .lg\:me-5 {
        margin-right: 2.5rem !important
    }

    .theme-4 .lg\:mb-2 {
        margin-bottom: 1rem !important
    }

    .theme-4 .lg\:mb-3 {
        margin-bottom: 1.5rem !important
    }

    .theme-4 .lg\:mb-5 {
        margin-bottom: 2.5rem !important
    }

    .theme-4 .lg\:mb-6 {
        margin-bottom: 3rem !important
    }

    .theme-4 .lg\:mb-8 {
        margin-bottom: 4rem !important
    }

    .theme-4 .lg\:mb-9 {
        margin-bottom: 6rem !important
    }

    .theme-4 .lg\:p-3 {
        padding: 1.5rem !important
    }

    .theme-4 .lg\:p-4 {
        padding: 2rem !important
    }

    .theme-4 .lg\:p-5 {
        padding: 2.5rem !important
    }

    .theme-4 .lg\:p-6 {
        padding: 3rem !important
    }

    .theme-4 .lg\:p-8 {
        padding: 4rem !important
    }

    .theme-4 .lg\:px-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .theme-4 .lg\:px-2 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .theme-4 .lg\:px-3 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .theme-4 .lg\:px-4 {
        padding-right: 2rem !important;
        padding-left: 2rem !important
    }

    .theme-4 .lg\:px-5 {
        padding-right: 2.5rem !important;
        padding-left: 2.5rem !important
    }

    .theme-4 .lg\:px-6 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .theme-4 .lg\:py-3 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .theme-4 .lg\:py-4 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important
    }

    .theme-4 .lg\:py-5 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important
    }

    .theme-4 .lg\:py-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .theme-4 .lg\:py-8 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .theme-4 .lg\:py-9 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important
    }

    .theme-4 .lg\:py-10 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important
    }

    .theme-4 .lg\:pt-0 {
        padding-top: 0 !important
    }

    .theme-4 .lg\:pt-2 {
        padding-top: 1rem !important
    }

    .theme-4 .lg\:pt-4 {
        padding-top: 2rem !important
    }

    .theme-4 .lg\:pt-6 {
        padding-top: 3rem !important
    }

    .theme-4 .lg\:pt-8 {
        padding-top: 4rem !important
    }

    .theme-4 .lg\:pt-10 {
        padding-top: 8rem !important
    }

    .theme-4 [dir=rtl] .rtl\:lg\:pe-4 {
        padding-right: 2rem !important
    }

    .theme-4 .lg\:pb-3 {
        padding-bottom: 1.5rem !important
    }

    .theme-4 .lg\:pb-6 {
        padding-bottom: 3rem !important
    }

    .theme-4 .lg\:pb-8 {
        padding-bottom: 4rem !important
    }

    .theme-4 .lg\:pb-9 {
        padding-bottom: 6rem !important
    }

    .theme-4 [dir=ltr] .ltr\:lg\:ps-4 {
        padding-left: 2rem !important
    }

    .theme-4 .lg\:gap-1 {
        gap: .5rem !important
    }

    .theme-4 .lg\:gap-2 {
        gap: 1rem !important
    }

    .theme-4 .lg\:gap-3 {
        gap: 1.5rem !important
    }

    .theme-4 .lg\:gap-4 {
        gap: 2rem !important
    }

    .theme-4 .lg\:gap-6 {
        gap: 3rem !important
    }

    .theme-4 .lg\:gap-8 {
        gap: 4rem !important
    }

    .theme-4 .lg\:gap-9 {
        gap: 6rem !important
    }

    .theme-4 .lg\:fs-3 {
        font-size: 1.5rem !important
    }

    .theme-4 .lg\:fs-4 {
        font-size: 1.25rem !important
    }

    .theme-4 .lg\:fs-5 {
        font-size: 1.125rem !important
    }

    .theme-4 .lg\:fs-6 {
        font-size: 1rem !important
    }

    .theme-4 .lg\:text-start,
    .theme-4 [dir=ltr] .ltr\:lg\:text-start {
        text-align: left !important
    }

    .theme-4 [dir=rtl] .rtl\:lg\:text-end {
        text-align: right !important
    }

    .theme-4 .lg\:rounded-1-5 {
        border-radius: 12px !important
    }

    .theme-4 .lg\:rounded-2 {
        border-radius: 16px !important
    }

    .theme-4 .lg\:rounded-3 {
        border-radius: 24px !important
    }

    .theme-4 .lg\:rounded-4 {
        border-radius: 32px !important
    }

    .theme-4 .lg\:rounded-pill {
        border-radius: 50rem !important
    }

    .theme-4 .lg\:rounded-top-0 {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important
    }

    .theme-4 .lg\:rounded-bottom-3 {
        border-bottom-right-radius: 24px !important;
        border-bottom-left-radius: 24px !important
    }

    .theme-4 .lg\:rounded-bottom-5 {
        border-bottom-right-radius: 40px !important;
        border-bottom-left-radius: 40px !important
    }

    .theme-4 .lg\:rounded-bottom-0 {
        border-bottom-right-radius: 0 !important;
        border-bottom-left-radius: 0 !important
    }

    .theme-4 .lg\:rounded-start-1-5 {
        border-bottom-left-radius: 12px !important;
        border-top-left-radius: 12px !important
    }

    .theme-4 .lg\:min-w-80px {
        min-width: 80px !important
    }

    .theme-4 .lg\:min-w-150px {
        min-width: 150px !important
    }

    .theme-4 .lg\:min-w-300px {
        min-width: 300px !important
    }

    .theme-4 .lg\:min-w-1\/4 {
        min-width: 25% !important
    }

    .theme-4 .lg\:min-h-80px {
        min-height: 80px !important
    }

    .theme-4 .lg\:min-h-96px {
        min-height: 96px !important
    }

    .theme-4 .lg\:min-h-100px {
        min-height: 100px !important
    }

    .theme-4 .lg\:min-h-600px {
        min-height: 600px !important
    }

    .theme-4 .lg\:icon-3 {
        width: 32px !important;
        height: 32px !important;
        font-size: 32px !important
    }

    .theme-4 .lg\:icon-4 {
        width: 48px !important;
        height: 48px !important;
        font-size: 48px !important
    }

    .theme-4 .lg\:hover\:scale-105:hover {
        transform: scale(1.05) !important
    }

    .theme-4 .lg\:hover\:-translate-y-2:hover {
        transform: translateY(-1rem) !important
    }

    .theme-4 .lg\:-rotate-2 {
        transform: rotate(-2deg) !important
    }

    .theme-4 .lg\:rounded-top-start-0 {
        border-top-left-radius: 0 !important
    }

    .theme-4 .lg\:rounded-top-end-1-5 {
        border-top-right-radius: 12px !important
    }

    .theme-4 .lg\:rounded-top-end-0 {
        border-top-right-radius: 0 !important
    }

    .theme-4 .lg\:rounded-bottom-end-0 {
        border-bottom-right-radius: 0 !important
    }

    .theme-4 .lg\:ratio-1x1 {
        --bs-aspect-ratio: 100% !important
    }
}

@media(min-width:1200px) {
    .theme-4 .xl\:d-block {
        display: block !important
    }

    .theme-4 .xl\:d-flex {
        display: flex !important
    }

    .theme-4 .xl\:d-inline-flex {
        display: inline-flex !important
    }

    .theme-4 .xl\:d-none {
        display: none !important
    }

    .theme-4 .xl\:w-24px {
        width: 24px !important
    }

    .theme-4 .xl\:w-32px {
        width: 32px !important
    }

    .theme-4 .xl\:w-48px {
        width: 48px !important
    }

    .theme-4 .xl\:w-56px {
        width: 56px !important
    }

    .theme-4 .xl\:w-64px {
        width: 64px !important
    }

    .theme-4 .xl\:w-80px {
        width: 80px !important
    }

    .theme-4 .xl\:w-150px {
        width: 150px !important
    }

    .theme-4 .xl\:w-250px {
        width: 250px !important
    }

    .theme-4 .xl\:w-300px {
        width: 300px !important
    }

    .theme-4 .xl\:w-350px {
        width: 350px !important
    }

    .theme-4 .xl\:w-400px {
        width: 400px !important
    }

    .theme-4 .xl\:w-450px {
        width: 450px !important
    }

    .theme-4 .xl\:w-600px {
        width: 600px !important
    }

    .theme-4 .xl\:w-auto {
        width: auto !important
    }

    .theme-4 .xl\:max-w-600px {
        max-width: 600px !important
    }

    .theme-4 .xl\:max-w-700px {
        max-width: 700px !important
    }

    .theme-4 .xl\:max-w-800px {
        max-width: 800px !important
    }

    .theme-4 .xl\:max-w-3\/4 {
        max-width: 75% !important
    }

    .theme-4 .xl\:max-w-md {
        max-width: 720px !important
    }

    .theme-4 .xl\:max-w-lg {
        max-width: 1040px !important
    }

    .theme-4 .xl\:max-w-xl {
        max-width: 1280px !important
    }

    .theme-4 .xl\:h-48px {
        height: 48px !important
    }

    .theme-4 .xl\:h-56px {
        height: 56px !important
    }

    .theme-4 .xl\:h-64px {
        height: 64px !important
    }

    .theme-4 .xl\:h-650px {
        height: 650px !important
    }

    .theme-4 .xl\:h-screen {
        height: 100vh !important
    }

    .theme-4 .xl\:m-9 {
        margin: 6rem !important
    }

    .theme-4 .xl\:my-8 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important
    }

    .theme-4 .xl\:mt-1 {
        margin-top: .5rem !important
    }

    .theme-4 .xl\:mt-2 {
        margin-top: 1rem !important
    }

    .theme-4 .xl\:mt-4 {
        margin-top: 2rem !important
    }

    .theme-4 .xl\:mt-6 {
        margin-top: 3rem !important
    }

    .theme-4 .xl\:mt-8 {
        margin-top: 4rem !important
    }

    .theme-4 .xl\:mt-9 {
        margin-top: 6rem !important
    }

    .theme-4 .xl\:mt-10 {
        margin-top: 8rem !important
    }

    .theme-4 .xl\:me-4,
    .theme-4 [dir=rtl] .rtl\:xl\:me-4 {
        margin-right: 2rem !important
    }

    .theme-4 [dir=ltr] .ltr\:xl\:me-7 {
        margin-right: 3.5rem !important
    }

    .theme-4 .xl\:mb-2 {
        margin-bottom: 1rem !important
    }

    .theme-4 .xl\:mb-3 {
        margin-bottom: 1.5rem !important
    }

    .theme-4 .xl\:mb-6 {
        margin-bottom: 3rem !important
    }

    .theme-4 .xl\:mb-8 {
        margin-bottom: 4rem !important
    }

    .theme-4 .xl\:mb-9 {
        margin-bottom: 6rem !important
    }

    .theme-4 [dir=ltr] .ltr\:xl\:ms-4 {
        margin-left: 2rem !important
    }

    .theme-4 [dir=rtl] .rtl\:xl\:ms-7 {
        margin-left: 3.5rem !important
    }

    .theme-4 .xl\:p-3 {
        padding: 1.5rem !important
    }

    .theme-4 .xl\:p-4 {
        padding: 2rem !important
    }

    .theme-4 .xl\:p-5 {
        padding: 2.5rem !important
    }

    .theme-4 .xl\:p-6 {
        padding: 3rem !important
    }

    .theme-4 .xl\:p-8 {
        padding: 4rem !important
    }

    .theme-4 .xl\:p-9 {
        padding: 6rem !important
    }

    .theme-4 .xl\:px-3 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .theme-4 .xl\:px-4 {
        padding-right: 2rem !important;
        padding-left: 2rem !important
    }

    .theme-4 .xl\:px-6 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .theme-4 .xl\:px-8 {
        padding-right: 4rem !important;
        padding-left: 4rem !important
    }

    .theme-4 .xl\:px-9 {
        padding-right: 6rem !important;
        padding-left: 6rem !important
    }

    .theme-4 .xl\:px-10 {
        padding-right: 8rem !important;
        padding-left: 8rem !important
    }

    .theme-4 .xl\:py-3 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .theme-4 .xl\:py-8 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .theme-4 .xl\:py-9 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important
    }

    .theme-4 .xl\:py-10 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important
    }

    .theme-4 .xl\:pt-0 {
        padding-top: 0 !important
    }

    .theme-4 .xl\:pt-9 {
        padding-top: 6rem !important
    }

    .theme-4 .xl\:pt-10 {
        padding-top: 8rem !important
    }

    .theme-4 [dir=rtl] .rtl\:xl\:pe-6 {
        padding-right: 3rem !important
    }

    .theme-4 .xl\:pb-9 {
        padding-bottom: 6rem !important
    }

    .theme-4 .xl\:pb-10 {
        padding-bottom: 8rem !important
    }

    .theme-4 [dir=ltr] .ltr\:xl\:ps-6 {
        padding-left: 3rem !important
    }

    .theme-4 .xl\:gap-1 {
        gap: .5rem !important
    }

    .theme-4 .xl\:gap-2 {
        gap: 1rem !important
    }

    .theme-4 .xl\:gap-3 {
        gap: 1.5rem !important
    }

    .theme-4 .xl\:gap-4 {
        gap: 2rem !important
    }

    .theme-4 .xl\:gap-5 {
        gap: 2.5rem !important
    }

    .theme-4 .xl\:gap-6 {
        gap: 3rem !important
    }

    .theme-4 .xl\:gap-8 {
        gap: 4rem !important
    }

    .theme-4 .xl\:gap-9 {
        gap: 6rem !important
    }

    .theme-4 .xl\:fs-2 {
        font-size: 1.75rem !important
    }

    .theme-4 .xl\:fs-3 {
        font-size: 1.5rem !important
    }

    .theme-4 .xl\:fs-4 {
        font-size: 1.25rem !important
    }

    .theme-4 .xl\:fs-5 {
        font-size: 1.125rem !important
    }

    .theme-4 .xl\:fs-6 {
        font-size: 1rem !important
    }

    .theme-4 .xl\:rounded-2 {
        border-radius: 16px !important
    }

    .theme-4 .xl\:rounded-3 {
        border-radius: 24px !important
    }

    .theme-4 .xl\:min-w-200px {
        min-width: 200px !important
    }

    .theme-4 .xl\:min-h-300px {
        min-height: 300px !important
    }

    .theme-4 .xl\:min-h-700px {
        min-height: 700px !important
    }

    .theme-4 .xl\:icon-2 {
        width: 24px !important;
        height: 24px !important;
        font-size: 24px !important
    }
}

.theme-4 .bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--uc-gradient-stops)) !important
}

.theme-4 .bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--uc-gradient-stops)) !important
}

.theme-4 .bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--uc-gradient-stops)) !important
}

.theme-4 .bg-gradient-45 {
    background-image: linear-gradient(45deg, var(--uc-gradient-stops)) !important
}

.theme-4 :where(.uc-dark) .dark\:bg-gradient-45 {
    background-image: linear-gradient(45deg, var(--uc-gradient-stops)) !important
}

.theme-4 .to-transparent {
    --uc-gradient-to: hsla(0, 0%, 100%, 0)
}

.theme-4 .from-transparent {
    --uc-gradient-from: transparent;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-4 .via-transparent {
    --uc-gradient-stops: var(--uc-gradient-from), transparent, var(--uc-gradient-to) !important
}

.theme-4 .from-black {
    --uc-gradient-from: #000;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-4 .to-white {
    --uc-gradient-to: #fff
}

.theme-4 .from-white {
    --uc-gradient-from: #fff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-4 .from-primary {
    --uc-gradient-from: var(--color-primary);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-4 .from-secondary {
    --uc-gradient-from: #fcf0e7;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-4 .from-gray-800 {
    --uc-gradient-from: #141717;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-4 .to-gray-900 {
    --uc-gradient-to: #0a0b0c
}

.theme-4 .to-primary-25 {
    --uc-gradient-to: #fafef7
}

.theme-4 .to-primary-700 {
    --uc-gradient-to: #588b39
}

.theme-4 .to-primary-800 {
    --uc-gradient-to: #3b5d26
}

.theme-4 .from-indigo {
    --uc-gradient-from: #553cdf;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-4 .to-pink {
    --uc-gradient-to: #f06b9d
}

.theme-4 .from-pink-100 {
    --uc-gradient-from: #fce1eb;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-4 .to-orange-100 {
    --uc-gradient-to: #fee1d2
}

.theme-4 .from-tertiary {
    --uc-gradient-from: #025864;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-4 .from-tertiary-200 {
    --uc-gradient-from: #9abcc1;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-4 .from-tertiary-600 {
    --uc-gradient-from: #024650;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-4 :where(.uc-dark) .dark\:to-black {
    --uc-gradient-to: #000
}

.theme-4 :where(.uc-dark) .dark\:from-gray-700 {
    --uc-gradient-from: #1d2223;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-4 :where(.uc-dark) .dark\:from-gray-800 {
    --uc-gradient-from: #141717;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-4 :where(.uc-dark) .dark\:to-gray-900 {
    --uc-gradient-to: #0a0b0c
}

.theme-4 :where(.uc-dark) .dark\:from-primary-700 {
    --uc-gradient-from: #588b39;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-4 :where(.uc-dark) .dark\:to-tertiary {
    --uc-gradient-to: #025864
}

.theme-4 :where(.uc-dark) .dark\:from-tertiary-200 {
    --uc-gradient-from: #9abcc1;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-4 :where(.uc-dark) .dark\:from-tertiary-700 {
    --uc-gradient-from: #01353c;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-4 :where(.uc-dark) .dark\:to-tertiary-800 {
    --uc-gradient-to: #012328
}

.theme-4 :where(.uc-dark) .dark\:from-tertiary-800 {
    --uc-gradient-from: #012328;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

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

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

.theme-5 {
    --font-family-primary: "PolySans", "IBM Plex Sans Arabic", sans-serif;
    --font-family-secondary: "PolySans", "IBM Plex Sans Arabic", serif;
    --font-family-tertiary: "PolySans", "IBM Plex Sans Arabic", serif;
    --font-family-serif: "Playfair 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: 700;
    --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: 8px;
    --border-size: 1px;
    --border-color: hsla(0, 0%, 51%, .25);
    --shadow-color: rgba(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: #31393a;
    --color-gray-10: #f9f9f9;
    --color-gray-25: #f5f5f5;
    --color-gray-50: #eaebeb;
    --color-gray-100: #d6d7d8;
    --color-gray-200: #adb0b0;
    --color-gray-300: #838889;
    --color-gray-400: #5a6161;
    --color-gray-500: #31393a;
    --color-gray-600: #272e2e;
    --color-gray-700: #1d2223;
    --color-gray-800: #141717;
    --color-gray-900: #0a0b0c;
    --color-slate: #6b7280;
    --color-slate-10: #fbfbfb;
    --color-slate-25: #f8f8f9;
    --color-slate-50: #f0f1f2;
    --color-slate-100: #e1e3e6;
    --color-slate-200: #c4c7cc;
    --color-slate-300: #a6aab3;
    --color-slate-400: #898e99;
    --color-slate-500: #6b7280;
    --color-slate-600: #565b66;
    --color-slate-700: #40444d;
    --color-slate-800: #2b2e33;
    --color-slate-900: #15171a;
    --color-primary: #c1ffb4;
    --color-primary-rgb: 193, 255, 180;
    --color-primary-10: #fdfffd;
    --color-primary-25: #fcfffb;
    --color-primary-50: #f9fff8;
    --color-primary-100: #f3fff0;
    --color-primary-200: #e6ffe1;
    --color-primary-300: #daffd2;
    --color-primary-400: #cdffc3;
    --color-primary-500: var(--color-primary);
    --color-primary-600: #9acc90;
    --color-primary-700: #74996c;
    --color-primary-800: #4d6648;
    --color-primary-900: #273324;
    --color-secondary: #f3ece7;
    --color-secondary-10: #fffefe;
    --color-secondary-25: #fefefe;
    --color-secondary-50: #fefdfd;
    --color-secondary-100: #fdfbfa;
    --color-secondary-200: #faf7f5;
    --color-secondary-300: #f8f4f1;
    --color-secondary-400: #f5f0ec;
    --color-secondary-500: #f3ece7;
    --color-secondary-600: #c2bdb9;
    --color-secondary-700: #928e8b;
    --color-secondary-800: #615e5c;
    --color-secondary-900: #312f2e;
    --color-info: #09c;
    --color-info-10: #f7fcfd;
    --color-info-25: #f2fafc;
    --color-info-50: #e6f5fa;
    --color-info-100: #ccebf5;
    --color-info-200: #99d6eb;
    --color-info-300: #66c2e0;
    --color-info-400: #33add6;
    --color-info-500: #09c;
    --color-info-600: #007aa3;
    --color-info-700: #005c7a;
    --color-info-800: #003d52;
    --color-info-900: #001f29;
    --color-success: #4caf50;
    --color-success-10: #fafdfa;
    --color-success-25: #f6fbf6;
    --color-success-50: #edf7ee;
    --color-success-100: #dbefdc;
    --color-success-200: #b7dfb9;
    --color-success-300: #94cf96;
    --color-success-400: #70bf73;
    --color-success-500: #4caf50;
    --color-success-600: #3d8c40;
    --color-success-700: #2e6930;
    --color-success-800: #1e4620;
    --color-success-900: #0f2310;
    --color-warning: #ffb307;
    --color-warning-10: #fffdf8;
    --color-warning-25: #fffbf3;
    --color-warning-50: #fff7e6;
    --color-warning-100: #fff0cd;
    --color-warning-200: #ffe19c;
    --color-warning-300: #ffd16a;
    --color-warning-400: #ffc239;
    --color-warning-500: #ffb307;
    --color-warning-600: #cc8f06;
    --color-warning-700: #996b04;
    --color-warning-800: #664803;
    --color-warning-900: #332401;
    --color-danger: #e44b4b;
    --color-danger-10: #fefafa;
    --color-danger-25: #fef6f6;
    --color-danger-50: #fceded;
    --color-danger-100: #fadbdb;
    --color-danger-200: #f4b7b7;
    --color-danger-300: #ef9393;
    --color-danger-400: #e96f6f;
    --color-danger-500: #e44b4b;
    --color-danger-600: #b63c3c;
    --color-danger-700: #892d2d;
    --color-danger-800: #5b1e1e;
    --color-danger-900: #2e0f0f;
    --color-blue: #078af3;
    --color-blue-10: #f8fbff;
    --color-blue-25: #f3f9fe;
    --color-blue-50: #e6f3fe;
    --color-blue-100: #cde8fd;
    --color-blue-200: #9cd0fa;
    --color-blue-300: #6ab9f8;
    --color-blue-400: #39a1f5;
    --color-blue-500: #078af3;
    --color-blue-600: #066ec2;
    --color-blue-700: #045392;
    --color-blue-800: #033761;
    --color-blue-900: #011c31;
    --color-indigo: #553cdf;
    --color-indigo-10: #faf9fe;
    --color-indigo-25: #f7f5fd;
    --color-indigo-50: #eeecfc;
    --color-indigo-100: #ddd8f9;
    --color-indigo-200: #bbb1f2;
    --color-indigo-300: #998aec;
    --color-indigo-400: #7763e5;
    --color-indigo-500: #553cdf;
    --color-indigo-600: #4430b2;
    --color-indigo-700: #332486;
    --color-indigo-800: #221859;
    --color-indigo-900: #110c2d;
    --color-purple: #8921e4;
    --color-purple-10: #fbf8fe;
    --color-purple-25: #f9f4fe;
    --color-purple-50: #f3e9fc;
    --color-purple-100: #e7d3fa;
    --color-purple-200: #d0a6f4;
    --color-purple-300: #b87aef;
    --color-purple-400: #a14de9;
    --color-purple-500: #8921e4;
    --color-purple-600: #6e1ab6;
    --color-purple-700: #521489;
    --color-purple-800: #370d5b;
    --color-purple-900: #1b072e;
    --color-red: #ea4335;
    --color-red-10: #fef9f9;
    --color-red-25: #fef6f5;
    --color-red-50: #fdeceb;
    --color-red-100: #fbd9d7;
    --color-red-200: #f7b4ae;
    --color-red-300: #f28e86;
    --color-red-400: #ee695d;
    --color-red-500: #ea4335;
    --color-red-600: #bb362a;
    --color-red-700: #8c2820;
    --color-red-800: #5e1b15;
    --color-red-900: #2f0d0b;
    --color-rose: #d20e4f;
    --color-rose-10: #fef8fa;
    --color-rose-25: #fdf3f6;
    --color-rose-50: #fbe7ed;
    --color-rose-100: #f6cfdc;
    --color-rose-200: #ed9fb9;
    --color-rose-300: #e46e95;
    --color-rose-400: #db3e72;
    --color-rose-500: #d20e4f;
    --color-rose-600: #a80b3f;
    --color-rose-700: #7e082f;
    --color-rose-800: #540620;
    --color-rose-900: #2a0310;
    --color-pink: #f06b9d;
    --color-pink-10: #fffbfc;
    --color-pink-25: #fef8fa;
    --color-pink-50: #fef0f5;
    --color-pink-100: #fce1eb;
    --color-pink-200: #f9c4d8;
    --color-pink-300: #f6a6c4;
    --color-pink-400: #f389b1;
    --color-pink-500: #f06b9d;
    --color-pink-600: #c0567e;
    --color-pink-700: #90405e;
    --color-pink-800: #602b3f;
    --color-pink-900: #30151f;
    --color-orange: #fb6b1e;
    --color-orange-10: #fffbf8;
    --color-orange-25: #fff8f4;
    --color-orange-50: #fff0e9;
    --color-orange-100: #fee1d2;
    --color-orange-200: #fdc4a5;
    --color-orange-300: #fda678;
    --color-orange-400: #fc894b;
    --color-orange-500: #fb6b1e;
    --color-orange-600: #c95618;
    --color-orange-700: #974012;
    --color-orange-800: #642b0c;
    --color-orange-900: #321506;
    --color-yellow: #fcbc05;
    --color-yellow-10: #fffdf8;
    --color-yellow-25: #fffcf3;
    --color-yellow-50: #fff8e6;
    --color-yellow-100: #fef2cd;
    --color-yellow-200: #fee49b;
    --color-yellow-300: #fdd769;
    --color-yellow-400: #fdc937;
    --color-yellow-500: #fcbc05;
    --color-yellow-600: #ca9604;
    --color-yellow-700: #977103;
    --color-yellow-800: #654b02;
    --color-yellow-900: #322601;
    --color-green: #34a853;
    --color-green-10: #f9fcfa;
    --color-green-25: #f5fbf6;
    --color-green-50: #ebf6ee;
    --color-green-100: #d6eedd;
    --color-green-200: #aedcba;
    --color-green-300: #85cb98;
    --color-green-400: #5db975;
    --color-green-500: #34a853;
    --color-green-600: #2a8642;
    --color-green-700: #1f6532;
    --color-green-800: #154321;
    --color-green-900: #0a2211;
    --color-lime: #aef359;
    --color-lime-10: #fdfffa;
    --color-lime-25: #fbfef7;
    --color-lime-50: #f7feee;
    --color-lime-100: #effdde;
    --color-lime-200: #dffabd;
    --color-lime-300: #cef89b;
    --color-lime-400: #bef57a;
    --color-lime-500: #aef359;
    --color-lime-600: #8bc247;
    --color-lime-700: #689235;
    --color-lime-800: #466124;
    --color-lime-900: #233112;
    --color-teal: #06f6c6;
    --color-teal-10: #f8fffd;
    --color-teal-25: #f3fffc;
    --color-teal-50: #e6fef9;
    --color-teal-100: #cdfdf4;
    --color-teal-200: #9bfbe8;
    --color-teal-300: #6afadd;
    --color-teal-400: #38f8d1;
    --color-teal-500: #06f6c6;
    --color-teal-600: #05c59e;
    --color-teal-700: #049477;
    --color-teal-800: #02624f;
    --color-teal-900: #013128;
    --color-cyan: #38e1ff;
    --color-cyan-10: #f9feff;
    --color-cyan-25: #f5feff;
    --color-cyan-50: #ebfcff;
    --color-cyan-100: #d7f9ff;
    --color-cyan-200: #aff3ff;
    --color-cyan-300: #88edff;
    --color-cyan-400: #60e7ff;
    --color-cyan-500: #38e1ff;
    --color-cyan-600: #2db4cc;
    --color-cyan-700: #228799;
    --color-cyan-800: #165a66;
    --color-cyan-900: #0b2d33;
    --color-tertiary: #0c5263;
    --color-tertiary-10: #f8fafa;
    --color-tertiary-25: #f3f6f7;
    --color-tertiary-50: #e7eeef;
    --color-tertiary-100: #cedce0;
    --color-tertiary-200: #9ebac1;
    --color-tertiary-300: #6d97a1;
    --color-tertiary-400: #3d7582;
    --color-tertiary-500: #0c5263;
    --color-tertiary-600: #0a424f;
    --color-tertiary-700: #07313b;
    --color-tertiary-800: #052128;
    --color-tertiary-900: #021014;
    --color-quaternary: #d4d7c2;
    --color-quaternary-10: #fefefd;
    --color-quaternary-25: #fdfdfc;
    --color-quaternary-50: #fbfbf9;
    --color-quaternary-100: #f6f7f3;
    --color-quaternary-200: #eeefe7;
    --color-quaternary-300: #e5e7da;
    --color-quaternary-400: #dddfce;
    --color-quaternary-500: #d4d7c2;
    --color-quaternary-600: #aaac9b;
    --color-quaternary-700: #7f8174;
    --color-quaternary-800: #55564e;
    --color-quaternary-900: #2a2b27;
    --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.875rem;
    --sizes-text-2xs-lh: 1.5;
    --sizes-text-2xs-lp: 0rem;
    --sizes-text-xs-size: 1rem;
    --sizes-text-xs-lh: 1.5;
    --sizes-text-xs-lp: 0rem;
    --sizes-text-sm-size: 1.125rem;
    --sizes-text-sm-lh: 1.5;
    --sizes-text-sm-lp: 0rem;
    --sizes-text-md-size: 1.25rem;
    --sizes-text-md-lh: 1.5;
    --sizes-text-md-lp: 0rem;
    --sizes-text-lg-size: 1.5rem;
    --sizes-text-lg-lh: 1.5;
    --sizes-text-lg-lp: 0rem;
    --sizes-text-xl-size: 1.75rem;
    --sizes-text-xl-lh: 1.5;
    --sizes-text-xl-lp: 0rem;
    --sizes-text-2xl-size: 2rem;
    --sizes-text-2xl-lh: 1.5;
    --sizes-text-2xl-lp: 0rem;
    --sizes-heading-display-1-size: 8rem;
    --sizes-heading-display-1-lh: 1;
    --sizes-heading-display-1-lp: -0.16rem;
    --sizes-heading-display-2-size: 6rem;
    --sizes-heading-display-2-lh: 1;
    --sizes-heading-display-2-lp: -0.12rem;
    --sizes-heading-display-3-size: 5rem;
    --sizes-heading-display-3-lh: 1;
    --sizes-heading-display-3-lp: -0.1rem;
    --sizes-heading-display-4-size: 4.5rem;
    --sizes-heading-display-4-lh: 1;
    --sizes-heading-display-4-lp: -0.09rem;
    --sizes-heading-display-5-size: 4rem;
    --sizes-heading-display-5-lh: 1;
    --sizes-heading-display-5-lp: -0.08rem;
    --sizes-heading-display-6-size: 3.25rem;
    --sizes-heading-display-6-lh: 1;
    --sizes-heading-display-6-lp: -0.07rem;
    --sizes-heading-h1-size: 3rem;
    --sizes-heading-h1-lh: 1.1;
    --sizes-heading-h1-lp: -0.06rem;
    --sizes-heading-h2-size: 2.5rem;
    --sizes-heading-h2-lh: 1.1;
    --sizes-heading-h2-lp: -0.04rem;
    --sizes-heading-h3-size: 2rem;
    --sizes-heading-h3-lh: 1.1;
    --sizes-heading-h3-lp: -0.035rem;
    --sizes-heading-h4-size: 1.5rem;
    --sizes-heading-h4-lh: 1.2;
    --sizes-heading-h4-lp: -0.03rem;
    --sizes-heading-h5-size: 1.25rem;
    --sizes-heading-h5-lh: 1.2;
    --sizes-heading-h5-lp: -0.02rem;
    --sizes-heading-h6-size: 1.125rem;
    --sizes-heading-h6-lh: 1.2;
    --sizes-heading-h6-lp: -0.02rem;
    --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: 6rem;
    --sizes-spacing-5xl: 8rem;
    --sizes-button-height: 48px;
    --sizes-button-px: 1rem;
    --sizes-button-text: 1rem;
    --sizes-button-radius: var(--radius);
    --sizes-button-2xs-height: 24px;
    --sizes-button-2xs-px: 0.25rem;
    --sizes-button-2xs-text: 0.8rem;
    --sizes-button-2xs-radius: var(--radius);
    --sizes-button-xs-height: 32px;
    --sizes-button-xs-px: 0.5rem;
    --sizes-button-xs-text: 0.825rem;
    --sizes-button-xs-radius: var(--radius);
    --sizes-button-sm-height: 40px;
    --sizes-button-sm-px: 0.75rem;
    --sizes-button-sm-text: 1rem;
    --sizes-button-sm-radius: var(--radius);
    --sizes-button-md-height: 48px;
    --sizes-button-md-px: 1rem;
    --sizes-button-md-text: 1rem;
    --sizes-button-md-radius: var(--radius);
    --sizes-button-lg-height: 56px;
    --sizes-button-lg-px: 1.5rem;
    --sizes-button-lg-text: 1.125rem;
    --sizes-button-lg-radius: var(--radius);
    --sizes-button-xl-height: 64px;
    --sizes-button-xl-px: 2rem;
    --sizes-button-xl-text: 1.25rem;
    --sizes-button-xl-radius: var(--radius);
    --sizes-button-2xl-height: 80px;
    --sizes-button-2xl-px: 3rem;
    --sizes-button-2xl-text: 1.5rem;
    --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-tertiary);
    --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: #fff;
    --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: hsla(0, 0%, 61%, .15);
    --form-color-background-hover: hsla(0, 0%, 61%, .2);
    --form-color-background-disable: hsla(0, 0%, 61%, .4);
    --form-color-background-primary: var(--color-primary);
    --form-color-background-primary-hover: var(--color-primary-60);
    --form-color-placeholder: hsla(0, 0%, 61%, .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: hsla(0, 0%, 61%, .15);
    --form-dark-color-background-hover: hsla(0, 0%, 61%, .2);
    --form-dark-color-background-disable: hsla(0, 0%, 61%, .4);
    --form-dark-color-background-primary: var(--color-primary);
    --form-dark-color-background-primary-hover: var(--color-primary-60);
    --form-dark-color-placeholder: hsla(0, 0%, 61%, .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;
    --bs-link-color: #515151 !important;
    --bs-link-hover-color: #000 !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    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);
    --color-white: #fff;
    --color-black: #000;
    font-feature-settings: "lnum";
    font-variant-numeric: lining-nums;
    --bs-link-color-rgb: var(--color-gray-900) !important;
    --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: var(--color-primary);
    --bs-secondary: #f3ece7;
    --bs-success: #4caf50;
    --bs-info: #09c;
    --bs-warning: #ffb307;
    --bs-danger: #e44b4b;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-gray: #31393a;
    --bs-gray-10: #f9f9f9;
    --bs-gray-25: #f5f5f5;
    --bs-gray-50: #eaebeb;
    --bs-gray-100: #d6d7d8;
    --bs-gray-200: #adb0b0;
    --bs-gray-300: #838889;
    --bs-gray-400: #5a6161;
    --bs-gray-500: #31393a;
    --bs-gray-600: #272e2e;
    --bs-gray-700: #1d2223;
    --bs-gray-800: #141717;
    --bs-gray-900: #0a0b0c;
    --bs-slate: #6b7280;
    --bs-slate-10: #fbfbfb;
    --bs-slate-25: #f8f8f9;
    --bs-slate-50: #f0f1f2;
    --bs-slate-100: #e1e3e6;
    --bs-slate-200: #c4c7cc;
    --bs-slate-300: #a6aab3;
    --bs-slate-400: #898e99;
    --bs-slate-500: #6b7280;
    --bs-slate-600: #565b66;
    --bs-slate-700: #40444d;
    --bs-slate-800: #2b2e33;
    --bs-slate-900: #15171a;
    --bs-primary-10: #fdfffd;
    --bs-primary-25: #fcfffb;
    --bs-primary-50: #f9fff8;
    --bs-primary-100: #f3fff0;
    --bs-primary-200: #e6ffe1;
    --bs-primary-300: #daffd2;
    --bs-primary-400: #cdffc3;
    --bs-primary-500: var(--color-primary);
    --bs-primary-600: #9acc90;
    --bs-primary-700: #74996c;
    --bs-primary-800: #4d6648;
    --bs-primary-900: #273324;
    --bs-secondary-10: #fffefe;
    --bs-secondary-25: #fefefe;
    --bs-secondary-50: #fefdfd;
    --bs-secondary-100: #fdfbfa;
    --bs-secondary-200: #faf7f5;
    --bs-secondary-300: #f8f4f1;
    --bs-secondary-400: #f5f0ec;
    --bs-secondary-500: #f3ece7;
    --bs-secondary-600: #c2bdb9;
    --bs-secondary-700: #928e8b;
    --bs-secondary-800: #615e5c;
    --bs-secondary-900: #312f2e;
    --bs-info-10: #f7fcfd;
    --bs-info-25: #f2fafc;
    --bs-info-50: #e6f5fa;
    --bs-info-100: #ccebf5;
    --bs-info-200: #99d6eb;
    --bs-info-300: #66c2e0;
    --bs-info-400: #33add6;
    --bs-info-500: #09c;
    --bs-info-600: #007aa3;
    --bs-info-700: #005c7a;
    --bs-info-800: #003d52;
    --bs-info-900: #001f29;
    --bs-success-10: #fafdfa;
    --bs-success-25: #f6fbf6;
    --bs-success-50: #edf7ee;
    --bs-success-100: #dbefdc;
    --bs-success-200: #b7dfb9;
    --bs-success-300: #94cf96;
    --bs-success-400: #70bf73;
    --bs-success-500: #4caf50;
    --bs-success-600: #3d8c40;
    --bs-success-700: #2e6930;
    --bs-success-800: #1e4620;
    --bs-success-900: #0f2310;
    --bs-warning-10: #fffdf8;
    --bs-warning-25: #fffbf3;
    --bs-warning-50: #fff7e6;
    --bs-warning-100: #fff0cd;
    --bs-warning-200: #ffe19c;
    --bs-warning-300: #ffd16a;
    --bs-warning-400: #ffc239;
    --bs-warning-500: #ffb307;
    --bs-warning-600: #cc8f06;
    --bs-warning-700: #996b04;
    --bs-warning-800: #664803;
    --bs-warning-900: #332401;
    --bs-danger-10: #fefafa;
    --bs-danger-25: #fef6f6;
    --bs-danger-50: #fceded;
    --bs-danger-100: #fadbdb;
    --bs-danger-200: #f4b7b7;
    --bs-danger-300: #ef9393;
    --bs-danger-400: #e96f6f;
    --bs-danger-500: #e44b4b;
    --bs-danger-600: #b63c3c;
    --bs-danger-700: #892d2d;
    --bs-danger-800: #5b1e1e;
    --bs-danger-900: #2e0f0f;
    --bs-blue: #078af3;
    --bs-blue-10: #f8fbff;
    --bs-blue-25: #f3f9fe;
    --bs-blue-50: #e6f3fe;
    --bs-blue-100: #cde8fd;
    --bs-blue-200: #9cd0fa;
    --bs-blue-300: #6ab9f8;
    --bs-blue-400: #39a1f5;
    --bs-blue-500: #078af3;
    --bs-blue-600: #066ec2;
    --bs-blue-700: #045392;
    --bs-blue-800: #033761;
    --bs-blue-900: #011c31;
    --bs-indigo: #553cdf;
    --bs-indigo-10: #faf9fe;
    --bs-indigo-25: #f7f5fd;
    --bs-indigo-50: #eeecfc;
    --bs-indigo-100: #ddd8f9;
    --bs-indigo-200: #bbb1f2;
    --bs-indigo-300: #998aec;
    --bs-indigo-400: #7763e5;
    --bs-indigo-500: #553cdf;
    --bs-indigo-600: #4430b2;
    --bs-indigo-700: #332486;
    --bs-indigo-800: #221859;
    --bs-indigo-900: #110c2d;
    --bs-purple: #8921e4;
    --bs-purple-10: #fbf8fe;
    --bs-purple-25: #f9f4fe;
    --bs-purple-50: #f3e9fc;
    --bs-purple-100: #e7d3fa;
    --bs-purple-200: #d0a6f4;
    --bs-purple-300: #b87aef;
    --bs-purple-400: #a14de9;
    --bs-purple-500: #8921e4;
    --bs-purple-600: #6e1ab6;
    --bs-purple-700: #521489;
    --bs-purple-800: #370d5b;
    --bs-purple-900: #1b072e;
    --bs-red: #ea4335;
    --bs-red-10: #fef9f9;
    --bs-red-25: #fef6f5;
    --bs-red-50: #fdeceb;
    --bs-red-100: #fbd9d7;
    --bs-red-200: #f7b4ae;
    --bs-red-300: #f28e86;
    --bs-red-400: #ee695d;
    --bs-red-500: #ea4335;
    --bs-red-600: #bb362a;
    --bs-red-700: #8c2820;
    --bs-red-800: #5e1b15;
    --bs-red-900: #2f0d0b;
    --bs-rose: #d20e4f;
    --bs-rose-10: #fef8fa;
    --bs-rose-25: #fdf3f6;
    --bs-rose-50: #fbe7ed;
    --bs-rose-100: #f6cfdc;
    --bs-rose-200: #ed9fb9;
    --bs-rose-300: #e46e95;
    --bs-rose-400: #db3e72;
    --bs-rose-500: #d20e4f;
    --bs-rose-600: #a80b3f;
    --bs-rose-700: #7e082f;
    --bs-rose-800: #540620;
    --bs-rose-900: #2a0310;
    --bs-pink: #f06b9d;
    --bs-pink-10: #fffbfc;
    --bs-pink-25: #fef8fa;
    --bs-pink-50: #fef0f5;
    --bs-pink-100: #fce1eb;
    --bs-pink-200: #f9c4d8;
    --bs-pink-300: #f6a6c4;
    --bs-pink-400: #f389b1;
    --bs-pink-500: #f06b9d;
    --bs-pink-600: #c0567e;
    --bs-pink-700: #90405e;
    --bs-pink-800: #602b3f;
    --bs-pink-900: #30151f;
    --bs-orange: #fb6b1e;
    --bs-orange-10: #fffbf8;
    --bs-orange-25: #fff8f4;
    --bs-orange-50: #fff0e9;
    --bs-orange-100: #fee1d2;
    --bs-orange-200: #fdc4a5;
    --bs-orange-300: #fda678;
    --bs-orange-400: #fc894b;
    --bs-orange-500: #fb6b1e;
    --bs-orange-600: #c95618;
    --bs-orange-700: #974012;
    --bs-orange-800: #642b0c;
    --bs-orange-900: #321506;
    --bs-yellow: #fcbc05;
    --bs-yellow-10: #fffdf8;
    --bs-yellow-25: #fffcf3;
    --bs-yellow-50: #fff8e6;
    --bs-yellow-100: #fef2cd;
    --bs-yellow-200: #fee49b;
    --bs-yellow-300: #fdd769;
    --bs-yellow-400: #fdc937;
    --bs-yellow-500: #fcbc05;
    --bs-yellow-600: #ca9604;
    --bs-yellow-700: #977103;
    --bs-yellow-800: #654b02;
    --bs-yellow-900: #322601;
    --bs-green: #34a853;
    --bs-green-10: #f9fcfa;
    --bs-green-25: #f5fbf6;
    --bs-green-50: #ebf6ee;
    --bs-green-100: #d6eedd;
    --bs-green-200: #aedcba;
    --bs-green-300: #85cb98;
    --bs-green-400: #5db975;
    --bs-green-500: #34a853;
    --bs-green-600: #2a8642;
    --bs-green-700: #1f6532;
    --bs-green-800: #154321;
    --bs-green-900: #0a2211;
    --bs-lime: #aef359;
    --bs-lime-10: #fdfffa;
    --bs-lime-25: #fbfef7;
    --bs-lime-50: #f7feee;
    --bs-lime-100: #effdde;
    --bs-lime-200: #dffabd;
    --bs-lime-300: #cef89b;
    --bs-lime-400: #bef57a;
    --bs-lime-500: #aef359;
    --bs-lime-600: #8bc247;
    --bs-lime-700: #689235;
    --bs-lime-800: #466124;
    --bs-lime-900: #233112;
    --bs-teal: #06f6c6;
    --bs-teal-10: #f8fffd;
    --bs-teal-25: #f3fffc;
    --bs-teal-50: #e6fef9;
    --bs-teal-100: #cdfdf4;
    --bs-teal-200: #9bfbe8;
    --bs-teal-300: #6afadd;
    --bs-teal-400: #38f8d1;
    --bs-teal-500: #06f6c6;
    --bs-teal-600: #05c59e;
    --bs-teal-700: #049477;
    --bs-teal-800: #02624f;
    --bs-teal-900: #013128;
    --bs-cyan: #38e1ff;
    --bs-cyan-10: #f9feff;
    --bs-cyan-25: #f5feff;
    --bs-cyan-50: #ebfcff;
    --bs-cyan-100: #d7f9ff;
    --bs-cyan-200: #aff3ff;
    --bs-cyan-300: #88edff;
    --bs-cyan-400: #60e7ff;
    --bs-cyan-500: #38e1ff;
    --bs-cyan-600: #2db4cc;
    --bs-cyan-700: #228799;
    --bs-cyan-800: #165a66;
    --bs-cyan-900: #0b2d33;
    --bs-tertiary: #0c5263;
    --bs-tertiary-10: #f8fafa;
    --bs-tertiary-25: #f3f6f7;
    --bs-tertiary-50: #e7eeef;
    --bs-tertiary-100: #cedce0;
    --bs-tertiary-200: #9ebac1;
    --bs-tertiary-300: #6d97a1;
    --bs-tertiary-400: #3d7582;
    --bs-tertiary-500: #0c5263;
    --bs-tertiary-600: #0a424f;
    --bs-tertiary-700: #07313b;
    --bs-tertiary-800: #052128;
    --bs-tertiary-900: #021014;
    --bs-quaternary: #d4d7c2;
    --bs-quaternary-10: #fefefd;
    --bs-quaternary-25: #fdfdfc;
    --bs-quaternary-50: #fbfbf9;
    --bs-quaternary-100: #f6f7f3;
    --bs-quaternary-200: #eeefe7;
    --bs-quaternary-300: #e5e7da;
    --bs-quaternary-400: #dddfce;
    --bs-quaternary-500: #d4d7c2;
    --bs-quaternary-600: #aaac9b;
    --bs-quaternary-700: #7f8174;
    --bs-quaternary-800: #55564e;
    --bs-quaternary-900: #2a2b27;
    --bs-primary-rgb: var(--color-primary-rgb);
    --bs-secondary-rgb: 243, 236, 231;
    --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: 49, 57, 58;
    --bs-gray-10-rgb: 249, 249, 249;
    --bs-gray-25-rgb: 245, 245, 245;
    --bs-gray-50-rgb: 234, 235, 235;
    --bs-gray-100-rgb: 214, 215, 216;
    --bs-gray-200-rgb: 173, 176, 176;
    --bs-gray-300-rgb: 131, 136, 137;
    --bs-gray-400-rgb: 90, 97, 97;
    --bs-gray-500-rgb: 49, 57, 58;
    --bs-gray-600-rgb: 39, 46, 46;
    --bs-gray-700-rgb: 29, 34, 35;
    --bs-gray-800-rgb: 20, 23, 23;
    --bs-gray-900-rgb: 10, 11, 12;
    --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: 253, 255, 253;
    --bs-primary-25-rgb: 252, 255, 251;
    --bs-primary-50-rgb: 249, 255, 248;
    --bs-primary-100-rgb: 243, 255, 240;
    --bs-primary-200-rgb: 230, 255, 225;
    --bs-primary-300-rgb: 218, 255, 210;
    --bs-primary-400-rgb: 205, 255, 195;
    --bs-primary-500-rgb: var(--color-primary-rgb);
    --bs-primary-600-rgb: 154, 204, 144;
    --bs-primary-700-rgb: 116, 153, 108;
    --bs-primary-800-rgb: 77, 102, 72;
    --bs-primary-900-rgb: 39, 51, 36;
    --bs-secondary-10-rgb: 255, 254, 254;
    --bs-secondary-25-rgb: 254, 254, 254;
    --bs-secondary-50-rgb: 254, 253, 253;
    --bs-secondary-100-rgb: 253, 251, 250;
    --bs-secondary-200-rgb: 250, 247, 245;
    --bs-secondary-300-rgb: 248, 244, 241;
    --bs-secondary-400-rgb: 245, 240, 236;
    --bs-secondary-500-rgb: 243, 236, 231;
    --bs-secondary-600-rgb: 194, 189, 185;
    --bs-secondary-700-rgb: 146, 142, 139;
    --bs-secondary-800-rgb: 97, 94, 92;
    --bs-secondary-900-rgb: 49, 47, 46;
    --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: 12, 82, 99;
    --bs-tertiary-10-rgb: 248, 250, 250;
    --bs-tertiary-25-rgb: 243, 246, 247;
    --bs-tertiary-50-rgb: 231, 238, 239;
    --bs-tertiary-100-rgb: 206, 220, 224;
    --bs-tertiary-200-rgb: 158, 186, 193;
    --bs-tertiary-300-rgb: 109, 151, 161;
    --bs-tertiary-400-rgb: 61, 117, 130;
    --bs-tertiary-500-rgb: 12, 82, 99;
    --bs-tertiary-600-rgb: 10, 66, 79;
    --bs-tertiary-700-rgb: 7, 49, 59;
    --bs-tertiary-800-rgb: 5, 33, 40;
    --bs-tertiary-900-rgb: 2, 16, 20;
    --bs-quaternary-rgb: 212, 215, 194;
    --bs-quaternary-10-rgb: 254, 254, 253;
    --bs-quaternary-25-rgb: 253, 253, 252;
    --bs-quaternary-50-rgb: 251, 251, 249;
    --bs-quaternary-100-rgb: 246, 247, 243;
    --bs-quaternary-200-rgb: 238, 239, 231;
    --bs-quaternary-300-rgb: 229, 231, 218;
    --bs-quaternary-400-rgb: 221, 223, 206;
    --bs-quaternary-500-rgb: 212, 215, 194;
    --bs-quaternary-600-rgb: 170, 172, 155;
    --bs-quaternary-700-rgb: 127, 129, 116;
    --bs-quaternary-800-rgb: 85, 86, 78;
    --bs-quaternary-900-rgb: 42, 43, 39;
    --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, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, 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: hsla(0, 0%, 51%, .25);
    --bs-border-color-translucent: rgba(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: #0a58ca;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.theme-5 .link,
.theme-5 a {
    color: var(--link-color-text)
}

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

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

.theme-5 .display-5,
.theme-5 .h1,
.theme-5 .h2,
.theme-5 .h3,
.theme-5 .h4,
.theme-5 .h5,
.theme-5 .h6,
.theme-5 h1,
.theme-5 h2,
.theme-5 h3,
.theme-5 h4,
.theme-5 h5,
.theme-5 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);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    color: var(--color-gray-900)
}

.theme-5 .display-5:where(.uc-dark),
.theme-5 .h1:where(.uc-dark),
.theme-5 .h2:where(.uc-dark),
.theme-5 .h3:where(.uc-dark),
.theme-5 .h4:where(.uc-dark),
.theme-5 .h5:where(.uc-dark),
.theme-5 .h6:where(.uc-dark),
.theme-5 :where(.uc-dark) .display-5,
.theme-5 :where(.uc-dark) .h1,
.theme-5 :where(.uc-dark) .h2,
.theme-5 :where(.uc-dark) .h3,
.theme-5 :where(.uc-dark) .h4,
.theme-5 :where(.uc-dark) .h5,
.theme-5 :where(.uc-dark) .h6,
.theme-5 :where(.uc-dark) h1,
.theme-5 :where(.uc-dark) h2,
.theme-5 :where(.uc-dark) h3,
.theme-5 :where(.uc-dark) h4,
.theme-5 :where(.uc-dark) h5,
.theme-5 :where(.uc-dark) h6,
.theme-5 h1:where(.uc-dark),
.theme-5 h2:where(.uc-dark),
.theme-5 h3:where(.uc-dark),
.theme-5 h4:where(.uc-dark),
.theme-5 h5:where(.uc-dark),
.theme-5 h6:where(.uc-dark) {
    color: #fff
}

.theme-5 .ft-primary {
    font-family: var(--font-family-primary) !important
}

.theme-5 .ft-secondary {
    font-family: var(--font-family-secondary) !important
}

.theme-5 .ft-tertiary {
    font-family: var(--font-family-tertiary) !important
}

.theme-5 .cstack {
    display: inline-flex
}

.theme-5 .backtotop-wrap {
    transform: translateY(40px);
    transition: .2s ease
}

.theme-5 .backtotop-wrap [data-uc-backtotop] {
    opacity: 0
}

.theme-5 .backtotop-wrap.uc-active {
    gap: .5rem;
    transform: translateY(0)
}

.theme-5 .backtotop-wrap.uc-active [data-uc-backtotop] {
    opacity: 1
}

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

.theme-5 pre {
    -moz-tab-size: 4;
    tab-size: 4;
    padding: 1.5rem;
    color: inherit
}

.theme-5 :not(pre) > code,
.theme-5 :not(pre) > samp,
.theme-5 pre {
    font-family: var(--font-code-family) !important;
    font-size: .875rem;
    font-style: normal;
    line-height: 1.5rem;
    padding: 1px 4px;
    border-radius: 4px;
    background-color: var(--color-gray-25) !important;
    border-color: var(--color-gray-800) !important
}

.theme-5 :not(pre) > code:where(.uc-dark),
.theme-5 :not(pre) > samp:where(.uc-dark),
.theme-5 :where(.uc-dark) :not(pre) > code,
.theme-5 :where(.uc-dark) :not(pre) > samp,
.theme-5 :where(.uc-dark) pre,
.theme-5 pre:where(.uc-dark) {
    background-color: var(--color-gray-700) !important;
    border-color: var(--color-gray-300) !important
}

.theme-5 :not(pre) > code,
.theme-5 :not(pre) > samp {
    --font-code-family: "IBM Plex Mono", monospace;
    position: relative;
    display: inline;
    font-size: .875rem;
    font-style: italic;
    background-color: hsla(0, 0%, 53%, .1)
}

.theme-5 :not(pre) > samp {
    color: inherit
}

.theme-5 pre code {
    font-family: var(--font-code-family) !important;
    background: hsla(0, 0%, 53%, .15);
    border-radius: 3px;
    padding: 1px 4px 1px 2px
}

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

.theme-5 .panel {
    display: flow-root;
    position: relative;
    box-sizing: border-box
}

.theme-5 .panel > :last-child {
    margin-bottom: 0
}

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

.theme-5 .media-cover {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    object-fit: cover
}

.theme-5 .media-cover,
.theme-5 .position-cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

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

.theme-5 .hr,
.theme-5 hr {
    height: 1px;
    min-width: 1em;
    border-top-color: var(--border-color)
}

.theme-5 .hr.border,
.theme-5 hr.border {
    border-bottom: 0 !important
}

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

.theme-5 .vr.border {
    border-left: 0 !important
}

.theme-5 .link-gradient {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 1px solid;
    border-color: var(--border-color)
}

.theme-5 .bp-lg .lg\:hstack,
.theme-5 .bp-md .md\:hstack,
.theme-5 .bp-sm .hstack-sm,
.theme-5 .bp-sm .sm\:hstack,
.theme-5 .hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch
}

.theme-5 .vstack {
    flex-direction: column !important
}

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

.theme-5 [class*=ratio-] {
    position: relative;
    width: 100%
}

.theme-5 [class*=ratio-]:before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.theme-5 [class*=ratio-] > * {
    object-fit: cover
}

.theme-5 svg {
    color: currentColor
}

.theme-5 svg :not([fill=none]) {
    fill: currentColor
}

.theme-5 .uc-offcanvas-bar .uc-link:hover,
.theme-5 .uc-offcanvas-bar a:hover {
    transition: color .2s ease;
    color: var(--color-gray-900)
}

.theme-5 .uc-offcanvas-bar .uc-link:hover:where(.uc-dark),
.theme-5 .uc-offcanvas-bar a:hover:where(.uc-dark),
.theme-5 :where(.uc-dark) .uc-offcanvas-bar .uc-link:hover,
.theme-5 :where(.uc-dark) .uc-offcanvas-bar a:hover {
    color: #fff
}

.theme-5 .uc-link {
    color: var(--color-primary)
}

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

.theme-5 .form-icon-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.theme-5 .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;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.theme-5 .form-icon-group .form-control + .form-icon,
.theme-5 .form-icon-group .form-control-plaintext + .form-icon {
    width: 3rem !important
}

.theme-5 .form-icon-group .form-control-plaintext.form-control-lg + .form-icon,
.theme-5 .form-icon-group .form-control.form-control-lg + .form-icon {
    width: 3.5rem !important
}

.theme-5 .form-icon-group .form-control-plaintext.form-control-sm + .form-icon,
.theme-5 .form-icon-group .form-control.form-control-sm + .form-icon {
    width: 2.5rem !important
}

.theme-5 .form-icon-group .form-control-plaintext.form-control-xs + .form-icon,
.theme-5 .form-icon-group .form-control.form-control-xs + .form-icon {
    width: 2rem !important
}

.theme-5 .form-icon-group:not(.form-icon-flip) .form-control,
.theme-5 .form-icon-group:not(.form-icon-flip) .form-control-plaintext {
    padding-left: 2.75rem !important
}

.theme-5 [dir=rtl] .form-icon-group:not(.form-icon-flip) .form-control,
.theme-5 [dir=rtl] .form-icon-group:not(.form-icon-flip) .form-control-plaintext {
    padding-left: 1rem !important;
    padding-right: 2.75rem !important
}

.theme-5 .form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-lg,
.theme-5 .form-icon-group:not(.form-icon-flip) .form-control.form-control-lg {
    padding-left: 3.25rem !important
}

.theme-5 [dir=rtl] .form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-lg,
.theme-5 [dir=rtl] .form-icon-group:not(.form-icon-flip) .form-control.form-control-lg {
    padding-left: 1rem !important;
    padding-right: 3.25rem !important
}

.theme-5 .form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-sm,
.theme-5 .form-icon-group:not(.form-icon-flip) .form-control.form-control-sm {
    padding-left: 2.25rem !important
}

.theme-5 [dir=rtl] .form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-sm,
.theme-5 [dir=rtl] .form-icon-group:not(.form-icon-flip) .form-control.form-control-sm {
    padding-left: 1rem !important;
    padding-right: 2.25rem !important
}

.theme-5 .form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-xs,
.theme-5 .form-icon-group:not(.form-icon-flip) .form-control.form-control-xs {
    padding-left: 1.75rem !important
}

.theme-5 [dir=rtl] .form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-xs,
.theme-5 [dir=rtl] .form-icon-group:not(.form-icon-flip) .form-control.form-control-xs {
    padding-left: 1rem !important;
    padding-right: 1.75rem !important
}

.theme-5 .form-icon-group.form-icon-flip .form-icon {
    right: 0
}

.theme-5 .form-icon-group.form-icon-flip .form-control,
.theme-5 .form-icon-group.form-icon-flip .form-control-plaintext {
    padding-right: 2.75rem !important
}

.theme-5 [dir=rtl] .form-icon-group.form-icon-flip .form-control,
.theme-5 [dir=rtl] .form-icon-group.form-icon-flip .form-control-plaintext {
    padding-right: 1rem !important;
    padding-left: 2.75rem !important
}

.theme-5 .form-icon-group.form-icon-flip .form-control-plaintext.form-control-lg,
.theme-5 .form-icon-group.form-icon-flip .form-control.form-control-lg {
    padding-right: 3.25rem !important
}

.theme-5 [dir=rtl] .form-icon-group.form-icon-flip .form-control-plaintext.form-control-lg,
.theme-5 [dir=rtl] .form-icon-group.form-icon-flip .form-control.form-control-lg {
    padding-right: 1rem !important;
    padding-left: 3.25rem !important
}

.theme-5 .form-icon-group.form-icon-flip .form-control-plaintext.form-control-sm,
.theme-5 .form-icon-group.form-icon-flip .form-control.form-control-sm {
    padding-right: 2.25rem !important
}

.theme-5 [dir=rtl] .form-icon-group.form-icon-flip .form-control-plaintext.form-control-sm,
.theme-5 [dir=rtl] .form-icon-group.form-icon-flip .form-control.form-control-sm {
    padding-right: 1rem !important;
    padding-left: 2.25rem !important
}

.theme-5 .form-icon-group.form-icon-flip .form-control-plaintext.form-control-xs,
.theme-5 .form-icon-group.form-icon-flip .form-control.form-control-xs {
    padding-right: 1.75rem !important
}

.theme-5 [dir=rtl] .form-icon-group.form-icon-flip .form-control-plaintext.form-control-xs,
.theme-5 [dir=rtl] .form-icon-group.form-icon-flip .form-control.form-control-xs {
    padding-right: 1rem !important;
    padding-left: 1.75rem !important
}

.theme-5 .form-control-xs {
    padding: 0 .5rem !important;
    min-height: 32px !important;
    font-size: .875rem !important
}

.theme-5 .bp-sm .sm\:form-control-sm,
.theme-5 .form-control-sm {
    padding: 0 .75rem !important;
    min-height: 40px !important;
    font-size: 1rem !important
}

.theme-5 .bp-lg .lg\:form-control-md,
.theme-5 .form-control-md {
    padding: 0 1rem !important;
    min-height: 48px !important;
    font-size: 1rem !important
}

.theme-5 .form-control-lg {
    padding: 0 1.5rem !important;
    min-height: 56px !important;
    font-size: 1.125rem !important
}

.theme-5 .form-control {
    border-color: var(--border-color) !important;
    background-color: #fff !important
}

.theme-5 .form-control:where(.uc-dark),
.theme-5 :where(.uc-dark) .form-control {
    background-color: transparent !important
}

.theme-5 .form-control {
    color: var(--color-gray-900) !important
}

.theme-5 .form-control:where(.uc-dark),
.theme-5 :where(.uc-dark) .form-control {
    color: #fff !important
}

.theme-5 .form-check-input:focus,
.theme-5 .form-control:focus {
    border-color: var(--color-primary) !important;
    box-shadow: 0 0 0 .25rem var(--shadow-color) !important;
    --shadow-color: rgba(0, 0, 0, .05)
}

.theme-5 .form-check-input:focus:where(.uc-dark),
.theme-5 .form-control:focus:where(.uc-dark),
.theme-5 :where(.uc-dark) .form-check-input:focus,
.theme-5 :where(.uc-dark) .form-control:focus {
    --shadow-color: hsla(0, 0%, 100%, .1)
}

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

.theme-5 [dir=rtl] .form-check {
    padding-left: 0;
    padding-right: 1.5em
}

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

.theme-5 [dir=rtl] .form-select {
    background-position: left .75rem center
}

.theme-5 input::placeholder,
.theme-5 select::placeholder,
.theme-5 textarea::placeholder {
    color: inherit !important
}

.theme-5 input::placeholder,
.theme-5 select::placeholder,
.theme-5 textarea::placeholder {
    opacity: .65 !important
}

.theme-5 :where(.uc-dark) input::placeholder,
.theme-5 :where(.uc-dark) select::placeholder,
.theme-5 :where(.uc-dark) textarea::placeholder,
.theme-5 input:where(.uc-dark)::placeholder,
.theme-5 select:where(.uc-dark)::placeholder,
.theme-5 textarea:where(.uc-dark)::placeholder {
    opacity: .45 !important
}

.theme-5 .btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    height: var(--bs-btn-height);
    text-transform: var(--button-font-transform)
}

.theme-5 .btn.btn-text {
    position: relative;
    padding: 0 0 8px;
    border: 0;
    border-radius: 0;
    margin: 0;
    line-height: 1
}

.theme-5 .btn.btn-text:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
    width: 0;
    background-color: var(--color-primary);
    transition: width .35s cubic-bezier(.38, .01, .43, .16)
}

.theme-5 .btn.btn-text:hover:after {
    width: 100%
}

.theme-5 .btn- {
    --bs-btn-height: 48px !important;
    --bs-btn-padding-y: 0px !important;
    --bs-btn-padding-x: 1rem !important;
    --bs-btn-font-size: 1rem !important
}

.theme-5 .btn-2xs {
    --bs-btn-height: 24px !important;
    --bs-btn-padding-y: 0px !important;
    --bs-btn-padding-x: 0.25rem !important;
    --bs-btn-font-size: 0.8rem !important
}

.theme-5 .btn-xs {
    --bs-btn-height: 32px !important;
    --bs-btn-padding-y: 0px !important;
    --bs-btn-padding-x: 0.5rem !important;
    --bs-btn-font-size: 0.825rem !important
}

.theme-5 .bp-sm .sm\:btn-sm,
.theme-5 .btn-sm {
    --bs-btn-height: 40px !important;
    --bs-btn-padding-y: 0px !important;
    --bs-btn-padding-x: 0.75rem !important;
    --bs-btn-font-size: 1rem !important
}

.theme-5 .bp-lg .lg\:btn-md,
.theme-5 .bp-md .md\:btn-md,
.theme-5 .bp-sm .sm\:btn-md,
.theme-5 .btn-md {
    --bs-btn-height: 48px !important;
    --bs-btn-padding-y: 0px !important;
    --bs-btn-padding-x: 1rem !important;
    --bs-btn-font-size: 1rem !important
}

.theme-5 .bp-lg .lg\:btn-lg,
.theme-5 .bp-md .md\:btn-lg,
.theme-5 .bp-xl .xl\:btn-lg,
.theme-5 .btn-lg {
    --bs-btn-height: 56px !important;
    --bs-btn-padding-y: 0px !important;
    --bs-btn-padding-x: 1.5rem !important;
    --bs-btn-font-size: 1.125rem !important
}

.theme-5 .bp-xl .xl\:btn-xl,
.theme-5 .btn-xl {
    --bs-btn-height: 64px !important;
    --bs-btn-padding-y: 0px !important;
    --bs-btn-padding-x: 2rem !important;
    --bs-btn-font-size: 1.25rem !important
}

.theme-5 .btn-2xl {
    --bs-btn-height: 80px !important;
    --bs-btn-padding-y: 0px !important;
    --bs-btn-padding-x: 3rem !important;
    --bs-btn-font-size: 1.5rem !important
}

.theme-5 .btn-alt-primary {
    background: #fff !important;
    color: var(--color-primary) !important
}

.theme-5 .btn-alt-primary:focus,
.theme-5 .btn-alt-primary:hover {
    background: var(--color-primary) !important;
    color: #fff !important
}

.theme-5 .btn-alt-dark {
    background: #fff !important;
    color: #212529 !important
}

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

.theme-5 .btn-alt-gray-200 {
    background: #fff !important;
    color: #adb0b0 !important
}

.theme-5 .btn-alt-gray-200:focus,
.theme-5 .btn-alt-gray-200:hover {
    background: #adb0b0 !important;
    color: #fff !important
}

.theme-5 .btn-ghost-primary {
    background: #f9fff8 !important;
    color: var(--color-primary) !important
}

.theme-5 .btn-ghost-primary:focus,
.theme-5 .btn-ghost-primary:hover {
    background: #f3fff0 !important
}

.theme-5 .btn-ghost-tertiary {
    background: #e7eeef !important;
    color: #0c5263 !important
}

.theme-5 .btn-ghost-tertiary:focus,
.theme-5 .btn-ghost-tertiary:hover {
    background: #cedce0 !important
}

.theme-5 .fs-1,
.theme-5 .fs-2,
.theme-5 .fs-4,
.theme-5 .fs-5,
.theme-5 .fs-6,
.theme-5 .fs-7,
.theme-5 .fs-8 {
    letter-spacing: 0
}

.theme-5 p.text-muted {
    color: rgba(0, 0, 0, .5) !important
}

.theme-5 :where(.uc-dark) p.text-muted,
.theme-5 p.text-muted:where(.uc-dark) {
    color: hsla(0, 0%, 100%, .5) !important
}

.theme-5 .text-unset {
    text-transform: none !important
}

.theme-5 .text-inherit {
    color: currentColor
}

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

.theme-5 .container.container-expand {
    max-width: 100%
}

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

.theme-5 .nav-y {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: .25rem;
    list-style: none;
    margin: 0;
    padding: 0
}

.theme-5 .nav-y > *,
.theme-5 .nav-y > * > * {
    display: flex;
    align-items: center;
    gap: .25rem
}

.theme-5 .nav-y a {
    text-decoration: none;
    color: inherit;
    transition: opacity .2s ease
}

.theme-5 .nav-y a:hover {
    opacity: 1 !important
}

.theme-5 .nav-y .uc-nav-sub {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: .25rem;
    width: 100%;
    margin: 0;
    padding: 8px 0 8px 16px;
    list-style: none;
    opacity: 0;
    transition: .2s ease
}

.theme-5 .nav-y .uc-nav-sub a {
    font-size: 90%
}

.theme-5 .nav-y .uc-nav-sub .uc-parent:after {
    font-size: 1rem
}

.theme-5 .nav-y > .uc-parent > .uc-nav-sub {
    padding-top: .5rem
}

.theme-5 .nav-y .uc-parent,
.theme-5 .nav-y .uc-parent > a {
    position: relative;
    display: block
}

.theme-5 .nav-y .uc-parent > a {
    z-index: 1
}

.theme-5 .nav-y .uc-parent > a:after {
    content: "";
    font-family: Unicons;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 1.125rem;
    font-weight: 700;
    width: 1.5rem;
    height: 1.5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    opacity: .6
}

.theme-5 .nav-y .uc-parent.uc-open > a:after {
    content: ""
}

.theme-5 .nav-y .uc-parent.uc-open .uc-nav-sub {
    opacity: 1
}

.theme-5 .nav-y:hover a {
    opacity: .6
}

.theme-5 .nav-x {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.5rem;
    list-style: none;
    margin: 0;
    padding: 0
}

.theme-5 .nav-x > *,
.theme-5 .nav-x > * > * {
    display: flex;
    align-items: center;
    gap: .5rem
}

.theme-5 .nav-x a {
    text-decoration: none;
    color: inherit
}

.theme-5 .uc-navbar {
    z-index: 1
}

.theme-5 .uc-navbar .uc-navbar-left,
.theme-5 .uc-navbar .uc-navbar-right,
.theme-5 .uc-navbar [class*=uc-navbar-center] {
    gap: 1.5rem
}

.theme-5 .uc-navbar-nav > li > a {
    position: relative;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    padding: 0
}

.theme-5 .uc-navbar-nav > li.uc-active > a:before {
    opacity: 1
}

.theme-5 .uc-navbar-nav > li:hover > a,
.theme-5 .uc-navbar-nav > li > a[aria-expanded=true] {
    opacity: .75;
    color: var(--color-gray-900) !important
}

.theme-5 .uc-navbar-nav > li:hover > a:where(.uc-dark),
.theme-5 .uc-navbar-nav > li > a[aria-expanded=true]:where(.uc-dark),
.theme-5 :where(.uc-dark) .uc-navbar-nav > li:hover > a,
.theme-5 :where(.uc-dark) .uc-navbar-nav > li > a[aria-expanded=true] {
    color: #fff !important
}

.theme-5 .uc-navbar-dropdown {
    min-width: 250px;
    padding: 2rem;
    box-shadow: 0 4px 16px -8px rgba(0, 0, 0, .2);
    border-radius: var(--radius);
    background: #fff !important
}

.theme-5 .uc-navbar-dropdown:where(.uc-dark),
.theme-5 :where(.uc-dark) .uc-navbar-dropdown {
    background: var(--color-gray-800) !important
}

.theme-5 .uc-navbar-dropdown {
    color: var(--color-gray-800) !important
}

.theme-5 .uc-navbar-dropdown:where(.uc-dark),
.theme-5 :where(.uc-dark) .uc-navbar-dropdown {
    color: #fff !important
}

.theme-5 .uc-navbar-dropdown-nav > li > a {
    font-size: .875rem;
    font-weight: var(--font-weight-medium);
    color: var(--color-gray-600)
}

.theme-5 .uc-navbar-dropdown-nav > li > a:where(.uc-dark),
.theme-5 :where(.uc-dark) .uc-navbar-dropdown-nav > li > a {
    color: var(--color-gray-200)
}

.theme-5 .uc-navbar-dropdown-nav > li:hover > a {
    color: var(--color-gray-900)
}

.theme-5 .uc-navbar-dropdown-nav > li:hover > a:where(.uc-dark),
.theme-5 :where(.uc-dark) .uc-navbar-dropdown-nav > li:hover > a {
    color: #fff
}

.theme-5 .uc-navbar-dropdown-nav .uc-nav-header,
.theme-5 .uc-navbar-dropdown-nav > li.uc-active > a {
    color: inherit
}

.theme-5 .uc-navbar-dropdown-nav .uc-nav-header {
    text-transform: capitalize;
    font-weight: var(--font-weight-bold);
    font-size: 1rem
}

.theme-5 .uc-navbar-container {
    transition: .1s ease-in-out;
    transition-property: background-color
}

.theme-5 .uc-navbar-container:not(.uc-navbar-transparent) {
    background-color: #fff
}

.theme-5 .uc-navbar-container:not(.uc-navbar-transparent):where(.uc-dark),
.theme-5 :where(.uc-dark) .uc-navbar-container:not(.uc-navbar-transparent) {
    background-color: var(--color-gray-900)
}

.theme-5 .uc-navbar .uc-navbar-item {
    font-family: inherit !important
}

.theme-5 .uc-navbar-item,
.theme-5 .uc-navbar-nav > li > a {
    font-family: inherit !important;
    padding: 0;
    min-height: var(--uc-nav-height, 48px) !important
}

.theme-5 .uc-navbar-float {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.theme-5 .alert {
    display: flex;
    align-items: center;
    gap: .75rem;
    border: 0 !important;
    border-left: 2px solid var(--bs-alert-border-color) !important;
    box-shadow: 0 .125rem .25rem -.1rem var(--shadow-color) !important
}

.theme-5 .alert :not(pre) > code,
.theme-5 .alert code {
    background: rgba(0, 0, 0, .08) !important
}

.theme-5 .table {
    --bs-table-bg: inherit !important;
    --bs-table-color: inherit !important
}

.theme-5 .table > :not(caption) > :last-child > * {
    border-width: 0
}

.theme-5 .uc-table-striped tbody tr:nth-of-type(odd),
.theme-5 .uc-table-striped > tr:nth-of-type(odd) {
    background: hsla(0, 0%, 59%, .1)
}

.theme-5 .uc-accordion {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.theme-5 .uc-accordion > :nth-child(n+2) {
    margin: 0 !important
}

.theme-5 .uc-accordion-title {
    position: relative;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    color: var(--color-gray-900)
}

.theme-5 .uc-accordion-title:where(.uc-dark),
.theme-5 :where(.uc-dark) .uc-accordion-title {
    color: #fff
}

.theme-5 .uc-accordion-title:hover {
    opacity: .75;
    color: var(--color-gray-900)
}

.theme-5 .uc-accordion-title:hover:where(.uc-dark),
.theme-5 :where(.uc-dark) .uc-accordion-title:hover {
    color: #fff
}

.theme-5 .uc-accordion-title:before {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 0;
    font-family: Unicons;
    width: 24px;
    height: 24px;
    font-size: 24px;
    text-transform: none;
    line-height: 1;
    transform: translateY(-50%) rotate(0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: transform .2s ease;
    background-color: hsla(0, 0%, 61%, .25);
    border-radius: 100%
}

.theme-5 .uc-accordion > .uc-open .uc-accordion-title:before {
    transform: translateY(-50%) rotate(45deg)
}

.theme-5 .uc-accordion-divider {
    --divider-gap: 32px
}

.theme-5 .uc-accordion-divider > * + :before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: var(--bs-border-color);
    transform: translateY(calc(var(--divider-gap) / 2 * -1))
}

.theme-5 [dir=rtl] .uc-accordion-title:before {
    right: auto;
    left: 0
}

.theme-5 .uc-accordion.uc-accordion-chevron .uc-accordion-title:before {
    content: "";
    background: 0 0;
    font-size: 80%;
    font-weight: 700
}

.theme-5 .uc-accordion.uc-accordion-chevron > .uc-open .uc-accordion-title:before {
    transform: translateY(-50%) rotate(-90deg)
}

.theme-5 .swiper-wrapper {
    will-change: transform
}

.theme-5 .swiper.swiper-match .swiper-slide {
    height: auto !important
}

.theme-5 .swiper-thumbs .swiper-slide {
    cursor: pointer
}

.theme-5 .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px
}

.theme-5 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #969696;
    opacity: .25
}

.theme-5 .swiper-pagination-bullet-active {
    background-color: currentColor;
    opacity: 1
}

.theme-5 .swiper-horizontal > .swiper-pagination-bullets {
    bottom: 0 !important
}

.theme-5 :where(.uc-dark) .swiper .swiper-pagination-bullet {
    background-color: #fff;
    opacity: .2
}

.theme-5 :where(.uc-dark) .swiper .swiper-pagination-bullet-active {
    background-color: currentColor;
    opacity: 1
}

.theme-5 :where(.uc-dark) .swiper:before {
    border-bottom-color: hsla(0, 0%, 100%, .05)
}

.theme-5 .uc-tab {
    margin: 0;
    border-bottom: 1px solid var(--border-color)
}

.theme-5 .uc-tab > * {
    margin: 0;
    padding: 0
}

.theme-5 .uc-tab > * > a {
    margin: 0;
    position: relative;
    padding: 8px 16px;
    color: currentColor;
    opacity: .6;
    text-decoration: none
}

.theme-5 .uc-tab > * > a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    border-bottom: 2px solid var(--color-primary);
    opacity: 0;
    transition: opacity .2s ease
}

.theme-5 .uc-tab > .uc-active > a {
    color: currentColor;
    opacity: 1
}

.theme-5 .uc-tab > .uc-active > a:before {
    opacity: 1
}

.theme-5 .uc-subnav {
    margin: 0
}

.theme-5 .uc-subnav > * {
    margin: 0;
    padding: 0
}

.theme-5 .uc-subnav > * > a {
    margin: 0;
    position: relative;
    padding: 8px 16px;
    text-decoration: none
}

.theme-5 .uc-subnav-pill > * > a {
    background-color: var(--color-primary);
    border-radius: var(--radius)
}

.theme-5 .uc-subnav-pill > * > a:hover {
    background: 0 0;
    color: var(--color-gray-900)
}

.theme-5 .uc-subnav-pill > * > a:hover:where(.uc-dark),
.theme-5 :where(.uc-dark) .uc-subnav-pill > * > a:hover {
    color: #fff
}

.theme-5 .uc-subnav-pill > .uc-active > a {
    background-color: var(--color-primary) !important;
    color: #fff
}

.theme-5 .uc-notification-message {
    font-size: 1rem;
    font-weight: 500;
    border-radius: var(--radius);
    background-color: var(--color-gray-50)
}

.theme-5 .uc-notification-message:where(.uc-dark),
.theme-5 :where(.uc-dark) .uc-notification-message {
    background-color: var(--color-gray-800)
}

.theme-5 .uc-notification-message {
    color: var(--color-gray-900)
}

.theme-5 .uc-notification-message:where(.uc-dark),
.theme-5 :where(.uc-dark) .uc-notification-message {
    color: #fff
}

.theme-5 .uc-notification-message .uc-notification-close {
    color: var(--color-gray-900)
}

.theme-5 .uc-notification-message .uc-notification-close:where(.uc-dark),
.theme-5 :where(.uc-dark) .uc-notification-message .uc-notification-close {
    color: #fff
}

.theme-5 .uc-notification-message .uc-notification-close svg,
.theme-5 .uc-notification-message .uc-notification-close svg > * {
    fill: currentColor !important;
    stroke: currentColor !important
}

.theme-5 [data-uc-img] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.theme-5 .uc-svg,
.theme-5 .uc-svg > * {
    fill: currentcolor !important;
    height: auto;
    width: auto
}

.theme-5 .page-preload #wrapper {
    transition: opacity .35s cubic-bezier(.8, 0, .2, 1) 1s;
    opacity: 0
}

.theme-5 .page-preload.loaded #wrapper {
    opacity: 1
}

.theme-5 [data-uc-marquee] {
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    width: 100vw !important;
    overflow: hidden
}

.theme-5 [data-uc-marquee] > * {
    flex-shrink: 0;
    display: flex;
    justify-content: space-around;
    min-width: 100%;
    gap: var(--gap, 16px);
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.theme-5 [data-uc-marquee] > * > * {
    white-space: nowrap;
    animation: marquee var(--speed, 30s) linear infinite
}

.theme-5 [data-uc-marquee].reverse > * > * {
    animation-direction: reverse
}

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

.theme-5 .swiper .swiper-match > * > * {
    flex: 1 1
}

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

.theme-5 hr {
    opacity: .1 !important
}

.theme-5 .border.border-white {
    border-color: #fff !important
}

.theme-5 .uc-nav ul.uc-nav-sub {
    font-size: 95%;
    padding: 8px 16px
}

.theme-5 .uc-nav ul.uc-nav-sub a {
    opacity: .5;
    transition: .2s ease
}

.theme-5 .uc-nav ul.uc-nav-sub a:hover,
.theme-5 .uc-nav ul.uc-nav-sub li.uc-active a {
    opacity: 1
}

.theme-5 .uc-nav a {
    position: relative;
    transition: .2s ease
}

.theme-5 .uc-nav .uc-parent a > span {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: transform .2s ease
}

.theme-5 .uc-nav .uc-parent.uc-open a > span {
    transform: translateY(-50%) rotate(45deg)
}

.theme-5 .uc-nav.uc-nav-modern > * {
    padding: 8px 16px
}

.theme-5 .uc-nav.uc-nav-modern .uc-active,
.theme-5 .uc-nav.uc-nav-modern .uc-parent {
    background-color: hsla(0, 0%, 50%, .086);
    border-radius: 10px
}

.theme-5 .uc-switcher-nav > li > a {
    border-radius: 8px
}

.theme-5 .uc-switcher-nav > li.uc-active > a {
    background: var(--color-primary);
    color: #fff
}

.theme-5 .nav-pagination a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    text-align: center;
    border-radius: 50%
}

.theme-5 .nav-pagination a.uc-active {
    background: var(--color-primary);
    color: #fff
}

.theme-5 .post-content p:first-child:first-letter {
    font-size: 5em;
    float: left;
    line-height: .9em;
    margin-right: 16px
}

.theme-5 .post-navigation .new-post:hover button {
    color: var(--color-primary) !important
}

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

.theme-5 .swiper .swiper-wrapper.col-match {
    flex-wrap: wrap
}

.theme-5 .swiper .swiper-wrapper.col-match > * {
    display: flex;
    flex-direction: column
}

.theme-5 .swiper .swiper-wrapper.col-match > * > * {
    flex: 1 1
}

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

.theme-5 img {
    font-size: 11px
}

.theme-5 img.image-hover-revealer {
    --move-x: 0px;
    --move-y: 0px;
    position: absolute;
    width: 200px;
    height: 200px;
    object-fit: cover;
    transform: translateX(var(--move-x)) translateY(var(--move-y));
    top: 0;
    left: 0;
    z-index: 10;
    pointer-events: none;
    will-change: clip-path, transform;
    visibility: hidden;
    opacity: 0;
    transition: visibility .4s cubic-bezier(.87, 0, .13, 1), opacity .4s cubic-bezier(.87, 0, .13, 1), -webkit-clip-path .4s cubic-bezier(.87, 0, .13, 1);
    transition: visibility .4s cubic-bezier(.87, 0, .13, 1), opacity .4s cubic-bezier(.87, 0, .13, 1), clip-path .4s cubic-bezier(.87, 0, .13, 1);
    transition: visibility .4s cubic-bezier(.87, 0, .13, 1), opacity .4s cubic-bezier(.87, 0, .13, 1), clip-path .4s cubic-bezier(.87, 0, .13, 1), -webkit-clip-path .4s cubic-bezier(.87, 0, .13, 1);
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%)
}

.theme-5 [data-darkmode-toggle] {
    transform: scale(.9);
    transition: .2s ease;
    z-index: 1000
}

.theme-5 [data-darkmode-toggle] .switch {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px
}

.theme-5 [data-darkmode-toggle] .switch > .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.theme-5 [data-darkmode-toggle] .switch > .slider:before {
    content: "";
    font-family: Unicons;
    position: absolute;
    left: 0;
    bottom: 0;
    justify-content: space-between;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    line-height: 1.2;
    transition: .3s;
    z-index: 1;
    color: currentColor
}

.theme-5 [data-darkmode-toggle] .switch > input {
    opacity: 0;
    width: 0;
    height: 0
}

.theme-5 [data-darkmode-toggle] .switch > input:checked + .slider:before {
    content: "";
    color: currentColor
}

.theme-5 [data-darkmode-toggle]:hover {
    transform: scale(1.1);
    opacity: 1
}

.theme-5 [data-darkmode-switch] {
    display: inline-flex;
    vertical-align: middle
}

.theme-5 [data-darkmode-switch] .switch {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 22px
}

.theme-5 [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: var(--color-gray-25) !important;
    border-color: #c8c9ca !important
}

.theme-5 :where(.uc-dark) [data-darkmode-switch] .switch > .slider,
.theme-5 [data-darkmode-switch] .switch > .slider:where(.uc-dark) {
    background-color: var(--color-gray-700) !important;
    border-color: var(--color-gray-500) !important
}

.theme-5 [data-darkmode-switch] .switch > .slider:before {
    content: "";
    font-family: Unicons;
    position: absolute;
    left: 1px;
    bottom: 1px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    font-size: 14px;
    border-radius: 20px;
    transition: .3s ease !important;
    z-index: 1;
    color: currentColor;
    box-shadow: 0 1px 3px 0 hsla(0, 0%, 59%, .25)
}

.theme-5 [data-darkmode-switch] .switch > input {
    opacity: 0;
    width: 0;
    height: 0
}

.theme-5 [data-darkmode-switch] .switch > input:checked + .slider:before {
    content: "";
    color: currentColor;
    transform: translateX(100%)
}

.theme-5 .prettyprint {
    background-color: var(--color-secondary) !important;
    border-color: var(--color-secondary-600) !important
}

.theme-5 .prettyprint:where(.uc-dark),
.theme-5 :where(.uc-dark) .prettyprint {
    background-color: var(--color-gray-800) !important;
    border-color: var(--color-gray-700) !important
}

.theme-5 pre.prettyprint {
    --font-code-family: "IBM Plex Mono", monospace;
    font-style: normal;
    min-width: 100%;
    width: 45vw;
    max-height: 400px
}

.theme-5 pre.prettyprint .tag {
    color: #d4458f
}

.theme-5 :where(.uc-dark) pre.prettyprint .tag,
.theme-5 pre.prettyprint .tag:where(.uc-dark) {
    color: #f472b6
}

.theme-5 pre.prettyprint .atv {
    color: #5a89ca
}

.theme-5 :where(.uc-dark) pre.prettyprint .atv,
.theme-5 pre.prettyprint .atv:where(.uc-dark) {
    color: #82b6ff
}

.theme-5 .alert {
    font-size: 90%
}

.theme-5 .uc-table-striped tbody tr:nth-of-type(odd),
.theme-5 .uc-table-striped > tr:nth-of-type(odd) {
    background: var(--color-secondary)
}

.theme-5 .uc-table-striped tbody tr:nth-of-type(odd):where(.uc-dark),
.theme-5 .uc-table-striped > tr:nth-of-type(odd):where(.uc-dark),
.theme-5 :where(.uc-dark) .uc-table-striped tbody tr:nth-of-type(odd),
.theme-5 :where(.uc-dark) .uc-table-striped > tr:nth-of-type(odd) {
    background: rgba(93, 93, 121, .1)
}

.theme-5 .text-transparent {
    color: transparent
}

.theme-5 .hide-scrollbar::-webkit-scrollbar {
    display: none
}

.theme-5 .uc-gdpr-notification {
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all .25s ease
}

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

.theme-5 .uc-navbar-container.uc-navbar-sticky {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: hsla(0, 0%, 100%, .8)
}

.theme-5 .uc-navbar-container.uc-navbar-sticky:where(.uc-dark),
.theme-5 :where(.uc-dark) .uc-navbar-container.uc-navbar-sticky {
    background-color: rgba(31, 31, 31, .75)
}

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

.theme-5 header.uc-preview-header .uc-navbar-nav > li > a {
    color: #000
}

.theme-5 :where(.uc-dark) header.uc-preview-header .uc-navbar-nav > li > a,
.theme-5 header.uc-preview-header .uc-navbar-nav > li > a:where(.uc-dark) {
    color: #fff
}

.theme-5 header.uc-preview-header .uc-navbar-container.uc-navbar-sticky .uc-navbar-nav li > a {
    opacity: .6
}

.theme-5 header.uc-preview-header .uc-navbar-container.uc-navbar-sticky .uc-navbar-nav li.uc-active > a {
    opacity: 1
}

.theme-5 .uc-dropbar-inner.after-bg:after {
    background-color: var(--color-gray-25)
}

.theme-5 .uc-dropbar-inner.after-bg:where(.uc-dark):after,
.theme-5 :where(.uc-dark) .uc-dropbar-inner.after-bg:after {
    background-color: var(--color-gray-800)
}

.theme-5 .uc-dropbar-inner.after-bg:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100vw;
    right: -70vw;
    top: 0;
    z-index: -1
}

.theme-5 [dir=rtl] .uc-dropbar-inner.after-bg:after {
    right: auto;
    left: -70vw
}

.theme-5 header.uc-header.header-six > :not(.uc-navbar-sticky) .uc-navbar-main a {
    color: #fff;
    transition: opacity .25s ease
}

.theme-5 header.uc-header.header-six > :not(.uc-navbar-sticky) .uc-navbar-main a:hover {
    color: #fff !important;
    opacity: .7
}

.theme-5 header.uc-header.header-six .uc-navbar-nav > li.uc-active > a {
    color: var(--color-primary)
}

.theme-5 :where(.uc-dark) header.uc-header.header-six .uc-navbar-nav > li.uc-active > a,
.theme-5 header.uc-header.header-six .uc-navbar-nav > li.uc-active > a:where(.uc-dark) {
    color: var(--color-lime-300)
}

.theme-5 header.uc-header.header-six > .uc-navbar-sticky {
    max-width: 1140px;
    margin: auto;
    border: 1px solid rgba(0, 0, 0, .15);
    box-shadow: 0 8px 24px -8px rgba(0, 0, 0, .15)
}

.theme-5 header.uc-header.header-six > .uc-navbar-sticky .uc-navbar-main {
    --uc-nav-height: 64px !important
}

.theme-5 header.uc-header.header-six > .uc-navbar-sticky .uc-navbar-main .uc-navbar {
    min-height: 64px !important
}

.theme-5 :root:where(.uc-dark),
.theme-5 :where(.uc-dark) :root {
    --bs-link-color-rgb: #fff !important
}

.theme-5 .hero-five-contries {
    left: -18.5% !important
}

.theme-5 [dir=rtl] .hero-five-contries {
    left: auto !important;
    right: -18.5% !important
}

.theme-5 .hero-five-account {
    right: -12% !important
}

.theme-5 [dir=rtl] .hero-five-account {
    right: auto !important;
    left: -12% !important
}

.theme-5 .hero-ten-01 {
    left: -14% !important
}

.theme-5 [dir=rtl] .hero-ten-01 {
    left: auto !important;
    right: -14% !important
}

.theme-5 .hero-ten-02 {
    right: -12% !important
}

.theme-5 [dir=rtl] .hero-ten-02 {
    right: auto !important;
    left: -12% !important
}

.theme-5 .hero-ten-03 {
    right: -8% !important
}

.theme-5 [dir=rtl] .hero-ten-03 {
    right: auto !important;
    left: -8% !important
}

.theme-5 .swiper .swiper-pagination-bullet,
.theme-5 .swiper-pagination-bullet {
    --swiper-pagination-bullet-horizontal-gap: 0;
    height: 8px !important;
    width: 8px !important;
    border-radius: 8px !important
}

.theme-5 .swiper-timeline .swiper-slide:first-child .timeline-box:before {
    left: 50% !important
}

.theme-5 [dir=rtl] .swiper-timeline .swiper-slide:first-child .timeline-box:before {
    left: 0 !important;
    right: 50% !important
}

.theme-5 .swiper-timeline .swiper-slide:last-child .timeline-box:before {
    right: 50% !important
}

.theme-5 [dir=rtl] .swiper-timeline .swiper-slide:last-child .timeline-box:before {
    right: 0 !important;
    left: 50% !important
}

.theme-5 .swiper-timeline .swiper-slide.swiper-slide-active .timeline-box .image {
    transform: scale(1);
    opacity: 1
}

.theme-5 .swiper-timeline .swiper-slide.swiper-slide-active .timeline-box .content,
.theme-5 .swiper-timeline .swiper-slide.swiper-slide-active .timeline-box .title {
    opacity: 1
}

.theme-5 .swiper-timeline .swiper-slide.swiper-slide-active .timeline-box:after {
    transform: scale(1)
}

.theme-5 .timeline-box {
    --image-box-height: 200px;
    --half-gap: 40px;
    position: relative;
    transition: all .25s ease-in-out
}

.theme-5 .timeline-box:after,
.theme-5 .timeline-box:before {
    content: "";
    position: absolute;
    display: block;
    transition: all .25s ease-in-out;
    background: var(--color-gray-900)
}

.theme-5 .timeline-box:after:where(.uc-dark),
.theme-5 .timeline-box:before:where(.uc-dark),
.theme-5 :where(.uc-dark) .timeline-box:after,
.theme-5 :where(.uc-dark) .timeline-box:before {
    background: #fff
}

.theme-5 .timeline-box:before {
    top: calc(var(--image-box-height) + var(--half-gap));
    right: 0;
    left: 0;
    width: auto;
    height: 1px;
    opacity: .15
}

.theme-5 .timeline-box:after {
    top: calc(var(--image-box-height) + var(--half-gap) - 10px);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transform: scale(.5);
    transition: transform .25s;
    left: auto !important
}

.theme-5 [dir=rtl] .timeline-box:after {
    left: calc(50% - 10px) !important;
    right: auto !important
}

.theme-5 .timeline-box .image {
    transform: scale(.9)
}

.theme-5 .timeline-box .content,
.theme-5 .timeline-box .image,
.theme-5 .timeline-box .title {
    opacity: .6;
    transition: all .25s ease-in-out
}

.theme-5 .main-features-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center
}

.theme-5 .main-features-nav > li {
    position: relative;
    width: 100%
}

.theme-5 .main-features-nav > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    line-height: 80px !important;
    padding: 0 16px
}

.theme-5 .main-features-nav > li:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 3px solid transparent;
    width: 0;
    transition: 0s cubic-bezier(1, 0, 0, 1)
}

.theme-5 .main-features-nav > li.uc-active:before {
    border-color: var(--color-primary);
    width: 100%;
    transition-duration: .5s
}

.theme-5 .uc-link {
    font-weight: 500
}

.theme-5 .uc-navbar-nav > li > a[aria-expanded=true] {
    box-shadow: inset 0 3px var(--color-primary)
}

.theme-5 .uc-switcher-nav > li > a {
    border-radius: 12px
}

.theme-5 .uc-subnav-outline-pill > li > a {
    border: 1px solid var(--border-color);
    border-radius: 50rem;
    padding: 8px 24px;
    color: var(--color-gray-900) !important
}

.theme-5 .uc-subnav-outline-pill > li > a:where(.uc-dark),
.theme-5 :where(.uc-dark) .uc-subnav-outline-pill > li > a {
    color: #fff !important
}

.theme-5 .uc-subnav-outline-pill > li.uc-active > a {
    background-color: var(--color-tertiary-300)
}

.theme-5 .uc-subnav-outline-pill > li.uc-active > a:where(.uc-dark),
.theme-5 :where(.uc-dark) .uc-subnav-outline-pill > li.uc-active > a {
    background-color: var(--color-primary)
}

.theme-5 .uc-subnav-outline-pill > li.uc-active > a {
    border-color: var(--color-gray-900)
}

.theme-5 .uc-subnav-outline-pill > li.uc-active > a:where(.uc-dark),
.theme-5 :where(.uc-dark) .uc-subnav-outline-pill > li.uc-active > a {
    border-color: var(--color-primary-400)
}

.theme-5 *,
.theme-5 :after,
.theme-5 :before {
    box-sizing: border-box
}

@media(prefers-reduced-motion:no-preference) {
    .theme-5 :root {
        scroll-behavior: smooth
    }
}

.theme-5 hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: .25
}

.theme-5 h1,
.theme-5 h2,
.theme-5 h3,
.theme-5 h4,
.theme-5 h5,
.theme-5 h6 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: var(--font-family-secondary);
    font-weight: 700;
    color: var(--bs-heading-color, inherit)
}

.theme-5 p {
    margin: 0
}

.theme-5 p + p {
    margin-top: 1rem
}

.theme-5 address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

.theme-5 ol,
.theme-5 ul {
    padding-left: 2rem;
    margin-top: 0;
    margin-bottom: 1rem
}

.theme-5 ol ol,
.theme-5 ol ul,
.theme-5 ul ol,
.theme-5 ul ul {
    margin-bottom: 0
}

.theme-5 b,
.theme-5 strong {
    font-weight: 700
}

.theme-5 .small,
.theme-5 small {
    font-size: .875em
}

.theme-5 sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline;
    top: -.5em
}

.theme-5 a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline
}

.theme-5 a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}

.theme-5 a:not([href]):not([class]),
.theme-5 a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

.theme-5 code,
.theme-5 pre,
.theme-5 samp {
    font-family: var(--font-family-code);
    font-size: 1em
}

.theme-5 pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

.theme-5 pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.theme-5 code {
    font-size: .875em;
    color: var(--bs-code-color);
    word-wrap: break-word
}

.theme-5 a > code {
    color: inherit
}

.theme-5 figure {
    margin: 0 0 1rem
}

.theme-5 img,
.theme-5 svg {
    vertical-align: middle
}

.theme-5 table {
    caption-side: bottom;
    border-collapse: collapse
}

.theme-5 th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

.theme-5 tbody,
.theme-5 td,
.theme-5 tfoot,
.theme-5 th,
.theme-5 thead,
.theme-5 tr {
    border: 0 solid;
    border-color: inherit
}

.theme-5 label {
    display: inline-block
}

.theme-5 button {
    border-radius: 0
}

.theme-5 button:focus:not(:focus-visible) {
    outline: 0
}

.theme-5 button,
.theme-5 input,
.theme-5 select,
.theme-5 textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

.theme-5 button,
.theme-5 select {
    text-transform: none
}

.theme-5 [role=button] {
    cursor: pointer
}

.theme-5 select {
    word-wrap: normal
}

.theme-5 select:disabled {
    opacity: 1
}

.theme-5 [list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none !important
}

.theme-5 [type=button],
.theme-5 [type=submit],
.theme-5 button {
    -webkit-appearance: button
}

.theme-5 [type=button]:not(:disabled),
.theme-5 [type=submit]:not(:disabled),
.theme-5 button:not(:disabled) {
    cursor: pointer
}

.theme-5 ::-moz-focus-inner {
    padding: 0;
    border-style: none
}

.theme-5 textarea {
    resize: vertical
}

.theme-5 fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

.theme-5 ::-webkit-datetime-edit-day-field,
.theme-5 ::-webkit-datetime-edit-fields-wrapper,
.theme-5 ::-webkit-datetime-edit-hour-field,
.theme-5 ::-webkit-datetime-edit-minute,
.theme-5 ::-webkit-datetime-edit-month-field,
.theme-5 ::-webkit-datetime-edit-text,
.theme-5 ::-webkit-datetime-edit-year-field {
    padding: 0
}

.theme-5 ::-webkit-inner-spin-button {
    height: auto
}

.theme-5 [type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

.theme-5 ::-webkit-search-decoration {
    -webkit-appearance: none
}

.theme-5 ::-webkit-color-swatch-wrapper {
    padding: 0
}

.theme-5 ::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

.theme-5 ::file-selector-button {
    font: inherit;
    -webkit-appearance: button
}

.theme-5 progress {
    vertical-align: baseline
}

.theme-5 [hidden] {
    display: none !important
}

.theme-5 .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
}

.theme-5 .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
}

.theme-5 .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
}

.theme-5 .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
}

.theme-5 .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
}

.theme-5 .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
}

.theme-5 .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) {
    .theme-5 .sm\:display-2 {
        font-size: var(--sizes-heading-display-2-size) !important;
        line-height: var(--sizes-heading-display-2-lh) !important;
        letter-spacing: var(--sizes-heading-display-2-lp) !important
    }

    .theme-5 .sm\:display-6 {
        font-size: var(--sizes-heading-display-6-size) !important;
        line-height: var(--sizes-heading-display-6-lh) !important;
        letter-spacing: var(--sizes-heading-display-6-lp) !important
    }

    .theme-5 .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
    }

    .theme-5 .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
    }

    .theme-5 .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
    }

    .theme-5 .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
    }

    .theme-5 .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) {
    .theme-5 .md\:display-5 {
        font-size: var(--sizes-heading-display-5-size) !important;
        line-height: var(--sizes-heading-display-5-lh) !important;
        letter-spacing: var(--sizes-heading-display-5-lp) !important
    }

    .theme-5 .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
    }

    .theme-5 .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
    }

    .theme-5 .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
    }

    .theme-5 .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
    }

    .theme-5 .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
    }

    .theme-5 .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) {
    .theme-5 .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
    }

    .theme-5 .lg\:display-5 {
        font-size: var(--sizes-heading-display-5-size) !important;
        line-height: var(--sizes-heading-display-5-lh) !important;
        letter-spacing: var(--sizes-heading-display-5-lp) !important
    }

    .theme-5 .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
    }

    .theme-5 .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
    }

    .theme-5 .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
    }

    .theme-5 .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
    }

    .theme-5 .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
    }

    .theme-5 .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
    }

    .theme-5 .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) {
    .theme-5 .xl\:display-3 {
        font-size: var(--sizes-heading-display-3-size) !important;
        line-height: var(--sizes-heading-display-3-lh) !important;
        letter-spacing: var(--sizes-heading-display-3-lp) !important
    }

    .theme-5 .xl\:display-4 {
        font-size: var(--sizes-heading-display-4-size) !important;
        line-height: var(--sizes-heading-display-4-lh) !important;
        letter-spacing: var(--sizes-heading-display-4-lp) !important
    }

    .theme-5 .xl\:display-5 {
        font-size: var(--sizes-heading-display-5-size) !important;
        line-height: var(--sizes-heading-display-5-lh) !important;
        letter-spacing: var(--sizes-heading-display-5-lp) !important
    }

    .theme-5 .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
    }

    .theme-5 .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
    }

    .theme-5 .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
    }

    .theme-5 .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
    }

    .theme-5 .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
    }

    .theme-5 .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
    }
}

.theme-5 .lead {
    font-size: 1.25rem;
    font-weight: 300
}

.theme-5 .display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-family: var(--font-family-secondary);
    font-weight: 700
}

@media(min-width:1200px) {
    .theme-5 .display-5 {
        font-size: 3rem
    }
}

.theme-5 .figure {
    display: inline-block
}

.theme-5 .container {
    --bs-gutter-x: 32px;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)*.5);
    padding-left: calc(var(--bs-gutter-x)*.5);
    margin-right: auto;
    margin-left: auto
}

@media(min-width:459px) {
    .theme-5 .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .theme-5 .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .theme-5 .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .theme-5 .container {
        max-width: 1140px
    }
}

@media(min-width:1400px) {
    .theme-5 .container {
        max-width: 1320px
    }
}

.theme-5 .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(-.5*var(--bs-gutter-x));
    margin-left: calc(-.5*var(--bs-gutter-x))
}

.theme-5 .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)*.5);
    padding-left: calc(var(--bs-gutter-x)*.5);
    margin-top: var(--bs-gutter-y)
}

.theme-5 .row.col-match {
    flex-wrap: wrap
}

.theme-5 .row.col-match > *,
.theme-5 .row.col-match > [class*=col-] {
    display: flex;
    flex-direction: column
}

.theme-5 .row.col-match > * > *,
.theme-5 .row.col-match > [class*=col-] > * {
    flex: 1 1
}

.theme-5 .row.uc-grid:not(.uc-flex-wrap-top),
.theme-5 .row.uc-grid > :not(.uc-grid-margin) {
    margin-top: 0
}

.theme-5 .expand-container {
    --grid-gap: var(--bs-gutter-x);
    --scroll-width: var(--body-scroll-width, 17px);
    --container-width: calc((100% + var(--grid-gap)) * var(--grid-total) / var(--grid-count) - var(--grid-gap));
    --expand-size: calc((100vw - var(--scroll-width) - var(--container-width)) / -2);
    margin-right: var(--expand-size);
    margin-left: var(--expand-size)
}

.theme-5 .g-0 .bp-lg .g-0,
.theme-5 .g-0 .bp-md .g-0,
.theme-5 .g-0 .bp-sm .g-0,
.theme-5 .g-0 .bp-xl .g-0,
.theme-5 .g-0 .bp-xs .g-0,
.theme-5 .g-0 .bp-xxl .g-0,
.theme-5 .g-0 .expand-container,
.theme-5 .gx-0 .bp-lg .g-0,
.theme-5 .gx-0 .bp-md .g-0,
.theme-5 .gx-0 .bp-sm .g-0,
.theme-5 .gx-0 .bp-xl .g-0,
.theme-5 .gx-0 .bp-xs .g-0,
.theme-5 .gx-0 .bp-xxl .g-0,
.theme-5 .gx-0 .expand-container {
    --grid-gap: 0rem
}

.theme-5 .child-cols > * {
    flex: 1 1
}

.theme-5 .child-cols-3 > * {
    --grid-total: 12;
    --grid-count: 3;
    flex: 0 0 auto;
    width: 25%
}

.theme-5 .child-cols-4 > * {
    --grid-total: 12;
    --grid-count: 4;
    flex: 0 0 auto;
    width: 33.33333333%
}

.theme-5 .child-cols-6 > * {
    --grid-total: 12;
    --grid-count: 6;
    flex: 0 0 auto;
    width: 50%
}

@media(max-width:992px) {
    .theme-5 .md-child-cols-6 > * {
        --grid-total: 12;
        --grid-count: 6;
        flex: 0 0 auto;
        width: 50%
    }
}

@media(max-width:500px) {
    .theme-5 .sm-child-cols-12 > * {
        --grid-total: 12;
        --grid-count: 12;
        flex: 0 0 auto;
        width: 100%
    }
}

.theme-5 .child-cols-12 > * {
    --grid-total: 12;
    --grid-count: 12;
    flex: 0 0 auto;
    width: 100%
}

@media(min-width:459px) {
    .theme-5 .sm\:child-cols > * {
        flex: 1 0
    }

    .theme-5 .sm\:child-cols-4 > * {
        --grid-total: 12;
        --grid-count: 4;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .theme-5 .sm\:child-cols-6 > * {
        --grid-total: 12;
        --grid-count: 6;
        flex: 0 0 auto;
        width: 50%
    }
}

@media(min-width:768px) {
    .theme-5 .md\:child-cols > * {
        flex: 1 0
    }

    .theme-5 .md\:child-cols-4 > * {
        --grid-total: 12;
        --grid-count: 4;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .theme-5 .md\:child-cols-6 > * {
        --grid-total: 12;
        --grid-count: 6;
        flex: 0 0 auto;
        width: 50%
    }
}

@media(min-width:992px) {
    .theme-5 .lg\:child-cols > * {
        flex: 1 0
    }

    .theme-5 .lg\:child-cols-3 > * {
        --grid-total: 12;
        --grid-count: 3;
        flex: 0 0 auto;
        width: 25%
    }

    .theme-5 .lg\:child-cols-4 > * {
        --grid-total: 12;
        --grid-count: 4;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .theme-5 .lg\:child-cols-5 > * {
        --grid-total: 12;
        --grid-count: 5;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .theme-5 .lg\:child-cols-6 > * {
        --grid-total: 12;
        --grid-count: 6;
        flex: 0 0 auto;
        width: 50%
    }
}

@media(min-width:1200px) {
    .theme-5 .xl\:child-cols-3 > * {
        --grid-total: 12;
        --grid-count: 3;
        flex: 0 0 auto;
        width: 25%
    }

    .theme-5 .xl\:child-cols-4 > * {
        --grid-total: 12;
        --grid-count: 4;
        flex: 0 0 auto;
        width: 33.33333333%
    }
}

.theme-5 .grid {
    display: grid;
    grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
    grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
    grid-gap: var(--bs-gap, 1.5rem);
    gap: var(--bs-gap, 1.5rem)
}

.theme-5 .col {
    flex: 1 0
}

.theme-5 .col-auto {
    flex: 0 0 auto;
    width: auto
}

.theme-5 .col-3 {
    --grid-total: 12;
    --grid-count: 3;
    flex: 0 0 auto;
    width: 25%
}

.theme-5 .col-4 {
    --grid-total: 12;
    --grid-count: 4;
    flex: 0 0 auto;
    width: 33.33333333%
}

.theme-5 .col-5 {
    --grid-total: 12;
    --grid-count: 5;
    flex: 0 0 auto;
    width: 41.66666667%
}

.theme-5 .col-7 {
    --grid-total: 12;
    --grid-count: 7;
    flex: 0 0 auto;
    width: 58.33333333%
}

.theme-5 .col-8 {
    --grid-total: 12;
    --grid-count: 8;
    flex: 0 0 auto;
    width: 66.66666667%
}

.theme-5 .col-12 {
    --grid-total: 12;
    --grid-count: 12;
    flex: 0 0 auto;
    width: 100%
}

.theme-5 .g-0,
.theme-5 .gx-0 {
    --bs-gutter-x: 0
}

.theme-5 .g-0,
.theme-5 .gy-0 {
    --bs-gutter-y: 0
}

.theme-5 .g-1 {
    --bs-gutter-x: 0.5rem;
    --bs-gutter-y: 0.5rem
}

.theme-5 .g-2,
.theme-5 .gx-2 {
    --bs-gutter-x: 1rem
}

.theme-5 .g-2,
.theme-5 .gy-2 {
    --bs-gutter-y: 1rem
}

.theme-5 .g-3 {
    --bs-gutter-x: 1.5rem
}

.theme-5 .g-3,
.theme-5 .gy-3 {
    --bs-gutter-y: 1.5rem
}

.theme-5 .g-4,
.theme-5 .gx-4 {
    --bs-gutter-x: 2rem
}

.theme-5 .g-4,
.theme-5 .gy-4 {
    --bs-gutter-y: 2rem
}

.theme-5 .g-5,
.theme-5 .gx-5 {
    --bs-gutter-x: 2.5rem
}

.theme-5 .g-5 {
    --bs-gutter-y: 2.5rem
}

.theme-5 .g-6,
.theme-5 .gx-6 {
    --bs-gutter-x: 3rem
}

.theme-5 .g-6,
.theme-5 .gy-6 {
    --bs-gutter-y: 3rem
}

.theme-5 .g-8 {
    --bs-gutter-x: 4rem;
    --bs-gutter-y: 4rem
}

.theme-5 .g-9 {
    --bs-gutter-x: 5rem
}

.theme-5 .g-9,
.theme-5 .gy-9 {
    --bs-gutter-y: 5rem
}

@media(min-width:768px) {
    .theme-5 .col-md-2 {
        --grid-total: 12;
        --grid-count: 2;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .theme-5 .col-md-4 {
        --grid-total: 12;
        --grid-count: 4;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .theme-5 .col-md-6 {
        --grid-total: 12;
        --grid-count: 6;
        flex: 0 0 auto;
        width: 50%
    }
}

@media(min-width:459px) {
    .theme-5 .sm\:col-auto {
        flex: 0 0 auto;
        width: auto
    }

    .theme-5 .sm\:col-4 {
        --grid-total: 12;
        --grid-count: 4;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .theme-5 .sm\:col-5 {
        --grid-total: 12;
        --grid-count: 5;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .theme-5 .sm\:col-6 {
        --grid-total: 12;
        --grid-count: 6;
        flex: 0 0 auto;
        width: 50%
    }

    .theme-5 .sm\:col-8 {
        --grid-total: 12;
        --grid-count: 8;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .theme-5 .sm\:col-9 {
        --grid-total: 12;
        --grid-count: 9;
        flex: 0 0 auto;
        width: 75%
    }

    .theme-5 .sm\:col-10 {
        --grid-total: 12;
        --grid-count: 10;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .theme-5 .sm\:g-2 {
        --bs-gutter-x: 1rem;
        --bs-gutter-y: 1rem
    }

    .theme-5 .sm\:g-3,
    .theme-5 .sm\:gx-3 {
        --bs-gutter-x: 1.5rem
    }

    .theme-5 .sm\:g-3 {
        --bs-gutter-y: 1.5rem
    }

    .theme-5 .sm\:g-4,
    .theme-5 .sm\:gx-4 {
        --bs-gutter-x: 2rem
    }

    .theme-5 .sm\:g-4 {
        --bs-gutter-y: 2rem
    }

    .theme-5 .sm\:g-6 {
        --bs-gutter-x: 3rem
    }

    .theme-5 .sm\:g-6,
    .theme-5 .sm\:gy-6 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width:768px) {
    .theme-5 .md\:col-auto {
        flex: 0 0 auto;
        width: auto
    }

    .theme-5 .md\:col-4 {
        --grid-total: 12;
        --grid-count: 4;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .theme-5 .md\:col-6 {
        --grid-total: 12;
        --grid-count: 6;
        flex: 0 0 auto;
        width: 50%
    }

    .theme-5 .md\:col-8 {
        --grid-total: 12;
        --grid-count: 8;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .theme-5 .md\:g-4 {
        --bs-gutter-x: 2rem;
        --bs-gutter-y: 2rem
    }

    .theme-5 .md\:gx-6 {
        --bs-gutter-x: 3rem
    }

    .theme-5 .md\:g-8 {
        --bs-gutter-x: 4rem;
        --bs-gutter-y: 4rem
    }
}

@media(min-width:992px) {
    .theme-5 .lg\:col {
        flex: 1 0
    }

    .theme-5 .lg\:col-3 {
        --grid-total: 12;
        --grid-count: 3;
        flex: 0 0 auto;
        width: 25%
    }

    .theme-5 .lg\:col-4 {
        --grid-total: 12;
        --grid-count: 4;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .theme-5 .lg\:col-5 {
        --grid-total: 12;
        --grid-count: 5;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .theme-5 .lg\:col-6 {
        --grid-total: 12;
        --grid-count: 6;
        flex: 0 0 auto;
        width: 50%
    }

    .theme-5 .lg\:col-7 {
        --grid-total: 12;
        --grid-count: 7;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .theme-5 .lg\:col-8 {
        --grid-total: 12;
        --grid-count: 8;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .theme-5 .lg\:col-10 {
        --grid-total: 12;
        --grid-count: 10;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .theme-5 .lg\:g-0,
    .theme-5 .lg\:gx-0 {
        --bs-gutter-x: 0
    }

    .theme-5 .lg\:g-0 {
        --bs-gutter-y: 0
    }

    .theme-5 .lg\:g-3,
    .theme-5 .lg\:gx-3 {
        --bs-gutter-x: 1.5rem
    }

    .theme-5 .lg\:g-3 {
        --bs-gutter-y: 1.5rem
    }

    .theme-5 .lg\:g-4,
    .theme-5 .lg\:gx-4 {
        --bs-gutter-x: 2rem
    }

    .theme-5 .lg\:g-4 {
        --bs-gutter-y: 2rem
    }

    .theme-5 .lg\:g-6,
    .theme-5 .lg\:gx-6 {
        --bs-gutter-x: 3rem
    }

    .theme-5 .lg\:g-6,
    .theme-5 .lg\:gy-6 {
        --bs-gutter-y: 3rem
    }

    .theme-5 .lg\:g-8,
    .theme-5 .lg\:gx-8 {
        --bs-gutter-x: 4rem
    }

    .theme-5 .lg\:g-8,
    .theme-5 .lg\:gy-8 {
        --bs-gutter-y: 4rem
    }
}

@media(min-width:1200px) {
    .theme-5 .xl\:col-3 {
        --grid-total: 12;
        --grid-count: 3;
        flex: 0 0 auto;
        width: 25%
    }

    .theme-5 .xl\:col-4 {
        --grid-total: 12;
        --grid-count: 4;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .theme-5 .xl\:col-7 {
        --grid-total: 12;
        --grid-count: 7;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .theme-5 .xl\:g-3 {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 1.5rem
    }

    .theme-5 .xl\:g-4,
    .theme-5 .xl\:gx-4 {
        --bs-gutter-x: 2rem
    }

    .theme-5 .xl\:g-4 {
        --bs-gutter-y: 2rem
    }

    .theme-5 .xl\:g-6 {
        --bs-gutter-x: 3rem
    }

    .theme-5 .xl\:g-6,
    .theme-5 .xl\:gy-6 {
        --bs-gutter-y: 3rem
    }

    .theme-5 .xl\:g-8,
    .theme-5 .xl\:gx-8 {
        --bs-gutter-x: 4rem
    }

    .theme-5 .xl\:g-8,
    .theme-5 .xl\:gy-8 {
        --bs-gutter-y: 4rem
    }

    .theme-5 .xl\:g-10 {
        --bs-gutter-x: 8rem;
        --bs-gutter-y: 8rem
    }
}

.theme-5 .sep > * {
    position: relative
}

.theme-5 .sep > :not(.uc-first-column):before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -.2px !important
}

.theme-5 [dir=rtl] .sep > :not(.uc-first-column):before {
    left: auto !important;
    right: -.2px !important
}

.theme-5 .sep > :not(.uc-first-column):before {
    border-left: 1px solid var(--border-color) !important
}

.theme-5 [dir=rtl] .sep > :not(.uc-first-column):before {
    border-left: 1rem !important;
    border-right: 1px solid var(--border-color) !important
}

.theme-5 .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 hsla(0, 0%, 61%, .2);
    transform: translateY(-50%)
}

.theme-5 .sep-x > :not(:first-child) {
    position: relative
}

.theme-5 .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 hsla(0, 0%, 61%, .2);
    transform: translateY(-50%)
}

.theme-5 .clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.theme-5 .ratio {
    position: relative;
    width: 100%
}

.theme-5 .ratio:before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.theme-5 .ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.theme-5 .ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.theme-5 .ratio-4x3 {
    --bs-aspect-ratio: 75%
}

.theme-5 .ratio-16x9 {
    --bs-aspect-ratio: 56.25%
}

.theme-5 .sticky-top {
    top: 0
}

.theme-5 .sticky-bottom,
.theme-5 .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1020
}

.theme-5 .sticky-bottom {
    bottom: 0
}

.theme-5 .hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch
}

.theme-5 .vstack {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch
}

.theme-5 .vr {
    display: inline-block;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentcolor;
    opacity: .25
}

.theme-5 .btn {
    --bs-btn-padding-x: 1rem;
    --bs-btn-padding-y: 0px;
    --bs-btn-font-family: var(--font-family-tertiary);
    --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 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(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;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .theme-5 .btn {
        transition: none
    }
}

.theme-5 .btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color)
}

.theme-5 .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)
}

.theme-5 .btn.active,
.theme-5 .btn.show,
.theme-5 .btn:first-child:active,
.theme-5 :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)
}

.theme-5 .btn.active:focus-visible,
.theme-5 .btn.show:focus-visible,
.theme-5 .btn:first-child:active:focus-visible,
.theme-5 :not(.btn-check) + .btn:active:focus-visible {
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.theme-5 .btn.disabled,
.theme-5 .btn:disabled,
.theme-5 fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity)
}

.theme-5 .btn-primary {
    --bs-btn-color: #000;
    --bs-btn-bg: var(--color-primary);
    --bs-btn-border-color: var(--color-primary);
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #caffbf;
    --bs-btn-hover-border-color: #c7ffbc;
    --bs-btn-focus-shadow-rgb: 164, 217, 153;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #cdffc3;
    --bs-btn-active-border-color: #c7ffbc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: var(--color-primary);
    --bs-btn-disabled-border-color: var(--color-primary)
}

.theme-5 .btn-secondary {
    --bs-btn-color: #000;
    --bs-btn-bg: #f3ece7;
    --bs-btn-border-color: #f3ece7;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f5efeb;
    --bs-btn-hover-border-color: #f4eee9;
    --bs-btn-focus-shadow-rgb: 207, 201, 196;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f5f0ec;
    --bs-btn-active-border-color: #f4eee9;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f3ece7;
    --bs-btn-disabled-border-color: #f3ece7
}

.theme-5 .btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #4caf50;
    --bs-btn-border-color: #4caf50;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #419544;
    --bs-btn-hover-border-color: #3d8c40;
    --bs-btn-focus-shadow-rgb: 103, 187, 106;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #3d8c40;
    --bs-btn-active-border-color: #39833c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #4caf50;
    --bs-btn-disabled-border-color: #4caf50
}

.theme-5 .btn-info {
    --bs-btn-color: #fff;
    --bs-btn-bg: #09c;
    --bs-btn-border-color: #09c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0082ad;
    --bs-btn-hover-border-color: #007aa3;
    --bs-btn-focus-shadow-rgb: 38, 168, 212;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #007aa3;
    --bs-btn-active-border-color: #007399;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #09c;
    --bs-btn-disabled-border-color: #09c
}

.theme-5 .btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffb307;
    --bs-btn-border-color: #ffb307;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffbe2c;
    --bs-btn-hover-border-color: #ffbb20;
    --bs-btn-focus-shadow-rgb: 217, 152, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffc239;
    --bs-btn-active-border-color: #ffbb20;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffb307;
    --bs-btn-disabled-border-color: #ffb307
}

.theme-5 .btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #e44b4b;
    --bs-btn-border-color: #e44b4b;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #c24040;
    --bs-btn-hover-border-color: #b63c3c;
    --bs-btn-focus-shadow-rgb: 232, 102, 102;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b63c3c;
    --bs-btn-active-border-color: #ab3838;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #e44b4b;
    --bs-btn-disabled-border-color: #e44b4b
}

.theme-5 .btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa
}

.theme-5 .btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #424649;
    --bs-btn-hover-border-color: #373b3e;
    --bs-btn-focus-shadow-rgb: 66, 70, 73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4d5154;
    --bs-btn-active-border-color: #373b3e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #212529;
    --bs-btn-disabled-border-color: #212529
}

.theme-5 .btn-gray {
    --bs-btn-color: #fff;
    --bs-btn-bg: #31393a;
    --bs-btn-border-color: #31393a;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2a3031;
    --bs-btn-hover-border-color: #272e2e;
    --bs-btn-focus-shadow-rgb: 80, 87, 88;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #272e2e;
    --bs-btn-active-border-color: #252b2c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #31393a;
    --bs-btn-disabled-border-color: #31393a
}

.theme-5 .btn-primary-200 {
    --bs-btn-color: #000;
    --bs-btn-bg: #e6ffe1;
    --bs-btn-border-color: #e6ffe1;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #eaffe6;
    --bs-btn-hover-border-color: #e9ffe4;
    --bs-btn-focus-shadow-rgb: 196, 217, 191;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ebffe7;
    --bs-btn-active-border-color: #e9ffe4;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #e6ffe1;
    --bs-btn-disabled-border-color: #e6ffe1
}

.theme-5 .btn-primary-700 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #74996c;
    --bs-btn-border-color: #74996c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #63825c;
    --bs-btn-hover-border-color: #5d7a56;
    --bs-btn-focus-shadow-rgb: 137, 168, 130;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #5d7a56;
    --bs-btn-active-border-color: #577351;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #74996c;
    --bs-btn-disabled-border-color: #74996c
}

.theme-5 .btn-tertiary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0c5263;
    --bs-btn-border-color: #0c5263;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0a4654;
    --bs-btn-hover-border-color: #0a424f;
    --bs-btn-focus-shadow-rgb: 48, 108, 122;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a424f;
    --bs-btn-active-border-color: #093e4a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0c5263;
    --bs-btn-disabled-border-color: #0c5263
}

.theme-5 .btn-outline-primary {
    --bs-btn-color: var(--color-primary);
    --bs-btn-border-color: var(--color-primary);
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: var(--color-primary);
    --bs-btn-hover-border-color: var(--color-primary);
    --bs-btn-focus-shadow-rgb: var(--color-primary-rgb);
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: var(--color-primary);
    --bs-btn-active-border-color: var(--color-primary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: var(--color-primary);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--color-primary);
    --bs-gradient: none
}

.theme-5 .btn-outline-gray-100 {
    --bs-btn-color: #d6d7d8;
    --bs-btn-border-color: #d6d7d8;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d6d7d8;
    --bs-btn-hover-border-color: #d6d7d8;
    --bs-btn-focus-shadow-rgb: 214, 215, 216;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #d6d7d8;
    --bs-btn-active-border-color: #d6d7d8;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #d6d7d8;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #d6d7d8;
    --bs-gradient: none
}

.theme-5 .btn-outline-tertiary {
    --bs-btn-color: #0c5263;
    --bs-btn-border-color: #0c5263;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0c5263;
    --bs-btn-hover-border-color: #0c5263;
    --bs-btn-focus-shadow-rgb: 12, 82, 99;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0c5263;
    --bs-btn-active-border-color: #0c5263;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #0c5263;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0c5263;
    --bs-gradient: none
}

.theme-5 .btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: none;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    text-decoration: underline
}

.theme-5 .btn-link:focus-visible {
    color: var(--bs-btn-color)
}

.theme-5 .btn-link:hover {
    color: var(--bs-btn-hover-color)
}

.theme-5 .btn-lg {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: 0.5rem
}

.theme-5 .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)
}

.theme-5 .accordion {
    --bs-accordion-color: #212529;
    --bs-accordion-bg: #fff;
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: 1px;
    --bs-accordion-border-radius: 0.375rem;
    --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: #212529;
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #0c63e4;
    --bs-accordion-active-bg: #e7f1ff
}

.theme-5 .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, .05);
    --bs-table-active-color: var(--bs-body-color);
    --bs-table-active-bg: rgba(0, 0, 0, .1);
    --bs-table-hover-color: var(--bs-body-color);
    --bs-table-hover-bg: rgba(0, 0, 0, .075);
    width: 100%;
    margin-bottom: 1rem;
    color: var(--bs-table-color);
    vertical-align: top;
    border-color: var(--bs-table-border-color)
}

.theme-5 .table > :not(caption) > * > * {
    padding: 1rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.theme-5 .table > tbody {
    vertical-align: inherit
}

.theme-5 .table > thead {
    vertical-align: bottom
}

.theme-5 .form-label {
    margin-bottom: .5rem
}

.theme-5 .form-control {
    display: block;
    width: 100%;
    padding: 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;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: var(--radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .theme-5 .form-control {
        transition: none
    }
}

.theme-5 .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.theme-5 .form-control::-webkit-date-and-time-value {
    height: 1.25rem
}

.theme-5 .form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.theme-5 .form-control:disabled {
    background-color: #e9ecef;
    opacity: 1
}

.theme-5 .form-control::-webkit-file-upload-button {
    padding: 1rem;
    margin: -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.theme-5 .form-control::file-selector-button {
    padding: 1rem;
    margin: -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .theme-5 .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }

    .theme-5 .form-control::file-selector-button {
        transition: none
    }
}

.theme-5 .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3
}

.theme-5 .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

.theme-5 .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
}

.theme-5 .form-control-plaintext:focus {
    outline: 0
}

.theme-5 .form-control-plaintext.form-control-lg,
.theme-5 .form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.theme-5 .form-control-sm {
    min-height: calc(1.5em + .5rem + 2px);
    padding: .75rem;
    font-size: 1rem;
    border-radius: var(--radius)
}

.theme-5 .form-control-sm::-webkit-file-upload-button {
    padding: .75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem
}

.theme-5 .form-control-sm::file-selector-button {
    padding: .75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem
}

.theme-5 .form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: 1.5rem;
    font-size: 1.125rem;
    border-radius: var(--radius)
}

.theme-5 .form-control-lg::-webkit-file-upload-button {
    padding: 1.5rem;
    -webkit-margin-end: 1.5rem;
    margin-inline-end: 1.5rem
}

.theme-5 .form-control-lg::file-selector-button {
    padding: 1.5rem;
    -webkit-margin-end: 1.5rem;
    margin-inline-end: 1.5rem
}

.theme-5 textarea.form-control {
    min-height: calc(1.5em + .75rem + 2px)
}

.theme-5 textarea.form-control-sm {
    min-height: calc(1.5em + .5rem + 2px)
}

.theme-5 textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px)
}

.theme-5 .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 .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media(prefers-reduced-motion:reduce) {
    .theme-5 .form-select {
        transition: none
    }
}

.theme-5 .form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.theme-5 .form-select[multiple],
.theme-5 .form-select[size]:not([size="1"]) {
    padding-right: 1rem;
    background-image: none
}

.theme-5 .form-select:disabled {
    background-color: #e9ecef
}

.theme-5 .form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529
}

.theme-5 .form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem
}

.theme-5 .form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}

.theme-5 .form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    print-color-adjust: exact
}

.theme-5 .form-check-input[type=checkbox] {
    border-radius: .25em
}

.theme-5 .form-check-input[type=radio] {
    border-radius: 50%
}

.theme-5 .form-check-input:active {
    filter: brightness(90%)
}

.theme-5 .form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.theme-5 .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd
}

.theme-5 .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")
}

.theme-5 .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")
}

.theme-5 .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")
}

.theme-5 .form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5
}

.theme-5 .form-check-input:disabled ~ .form-check-label,
.theme-5 .form-check-input[disabled] ~ .form-check-label {
    cursor: default;
    opacity: .5
}

.theme-5 .form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.theme-5 .form-range:focus {
    outline: 0
}

.theme-5 .form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.theme-5 .form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.theme-5 .form-range::-moz-focus-outer {
    border: 0
}

.theme-5 .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: var(--color-primary);
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media(prefers-reduced-motion:reduce) {
    .theme-5 .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.theme-5 .form-range::-webkit-slider-thumb:active {
    background-color: var(--color-primary-400)
}

.theme-5 .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.theme-5 .form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: var(--color-primary);
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media(prefers-reduced-motion:reduce) {
    .theme-5 .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.theme-5 .form-range::-moz-range-thumb:active {
    background-color: var(--color-primary-400)
}

.theme-5 .form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.theme-5 .form-range:disabled {
    pointer-events: none
}

.theme-5 .form-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.theme-5 .form-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.theme-5 .valid-feedback {
    color: #198754
}

.theme-5 .invalid-feedback,
.theme-5 .valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em
}

.theme-5 .invalid-feedback {
    color: #dc3545
}

.theme-5 .fade {
    transition: opacity .15s linear
}

@media(prefers-reduced-motion:reduce) {
    .theme-5 .fade {
        transition: none
    }
}

.theme-5 .fade:not(.show) {
    opacity: 0
}

.theme-5 .collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media(prefers-reduced-motion:reduce) {
    .theme-5 .collapsing {
        transition: none
    }
}

.theme-5 .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
}

.theme-5 .card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: 1px;
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: 0.375rem;
    --bs-card-inner-border-radius: calc(0.375rem - 1px);
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(0, 0, 0, .03);
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius)
}

.theme-5 .card > hr {
    margin-right: 0;
    margin-left: 0
}

.theme-5 .card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color)
}

.theme-5 .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)
}

.theme-5 .pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: #fff;
    --bs-pagination-border-width: 1px;
    --bs-pagination-border-color: #dee2e6;
    --bs-pagination-border-radius: 0.375rem;
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: #e9ecef;
    --bs-pagination-hover-border-color: #dee2e6;
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: #e9ecef;
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #0d6efd;
    --bs-pagination-active-border-color: #0d6efd;
    --bs-pagination-disabled-color: #6c757d;
    --bs-pagination-disabled-bg: #fff;
    --bs-pagination-disabled-border-color: #dee2e6;
    display: flex;
    padding-left: 0;
    list-style: none
}

.theme-5 .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)
}

.theme-5 .alert-info {
    --bs-alert-color: #006b8f;
    --bs-alert-bg: #e6f5fa;
    --bs-alert-border-color: #33add6
}

.theme-5 .alert-warning {
    --bs-alert-color: #b37d05;
    --bs-alert-bg: #fff7e6;
    --bs-alert-border-color: #ffc239
}

.theme-5 .progress {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: #e9ecef;
    --bs-progress-border-radius: 0.375rem;
    --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #0d6efd;
    --bs-progress-bar-transition: width 0.6s ease;
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius)
}

.theme-5 .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, .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) {
    .theme-5 .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15)
    }
}

.theme-5 .tooltip {
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 200px;
    --bs-tooltip-padding-x: 0.5rem;
    --bs-tooltip-padding-y: 0.25rem;
    --bs-tooltip-font-size: 0.875rem;
    --bs-tooltip-color: #fff;
    --bs-tooltip-bg: #000;
    --bs-tooltip-border-radius: 0.375rem;
    --bs-tooltip-opacity: 0.9;
    --bs-tooltip-arrow-width: 0.8rem;
    --bs-tooltip-arrow-height: 0.4rem;
    z-index: var(--bs-tooltip-zindex);
    display: block;
    padding: var(--bs-tooltip-arrow-height);
    margin: var(--bs-tooltip-margin);
    font-family: var(--font-family-primary);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-tooltip-font-size);
    word-wrap: break-word;
    opacity: 0
}

.theme-5 .tooltip.show {
    opacity: var(--bs-tooltip-opacity)
}

.theme-5 .placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentcolor;
    opacity: .5
}

.theme-5 .placeholder.btn:before {
    display: inline-block;
    content: ""
}

.theme-5 .align-top {
    vertical-align: top !important
}

.theme-5 .align-middle {
    vertical-align: middle !important
}

.theme-5 .float-start {
    float: left !important
}

.theme-5 .float-end {
    float: right !important
}

.theme-5 .opacity-10 {
    opacity: .1 !important
}

.theme-5 .opacity-20 {
    opacity: .2 !important
}

.theme-5 .opacity-25 {
    opacity: .25 !important
}

.theme-5 .opacity-40 {
    opacity: .4 !important
}

.theme-5 .opacity-50 {
    opacity: .5 !important
}

.theme-5 .opacity-60 {
    opacity: .6 !important
}

.theme-5 .opacity-70 {
    opacity: .7 !important
}

.theme-5 .opacity-80 {
    opacity: .8 !important
}

.theme-5 .opacity-100 {
    opacity: 1 !important
}

.theme-5 :where(.uc-dark) .dark\:opacity-80 {
    opacity: .8 !important
}

.theme-5 :where(.uc-dark) .dark\:opacity-90 {
    opacity: .9 !important
}

.theme-5 .overflow-unset {
    overflow: unset !important
}

.theme-5 .overflow-auto {
    overflow: auto !important
}

.theme-5 .overflow-hidden {
    overflow: hidden !important
}

.theme-5 .overflow-scroll {
    overflow: scroll !important
}

.theme-5 .d-inline {
    display: inline !important
}

.theme-5 .d-inline-block {
    display: inline-block !important
}

.theme-5 .d-block {
    display: block !important
}

.theme-5 .d-flex {
    display: flex !important
}

.theme-5 .d-inline-flex {
    display: inline-flex !important
}

.theme-5 .d-none {
    display: none !important
}

.theme-5 :where(.uc-dark) .dark\:d-inline-block {
    display: inline-block !important
}

.theme-5 :where(.uc-dark) .dark\:d-block {
    display: block !important
}

.theme-5 [dir=ltr] .ltr\:d-block,
.theme-5 [dir=rtl] .rtl\:d-block {
    display: block !important
}

.theme-5 :where(.uc-dark) .dark\:d-inline-flex {
    display: inline-flex !important
}

.theme-5 :where(.uc-dark) .dark\:d-none {
    display: none !important
}

.theme-5 [dir=ltr] .ltr\:d-none,
.theme-5 [dir=rtl] .rtl\:d-none {
    display: none !important
}

.theme-5 .shadow {
    box-shadow: 0 .5rem 1rem -.1rem var(--shadow-color) !important
}

.theme-5 .shadow-xs {
    box-shadow: 0 .125rem .25rem -.1rem var(--shadow-color) !important
}

.theme-5 .shadow-sm {
    box-shadow: 0 .25rem .5rem -.1rem var(--shadow-color) !important
}

.theme-5 .hover\:shadow-md:hover,
.theme-5 .shadow-md {
    box-shadow: 0 .5rem 1rem -.1rem var(--shadow-color) !important
}

.theme-5 .shadow-lg {
    box-shadow: 0 1rem 1.5rem -.1rem var(--shadow-color) !important
}

.theme-5 .shadow-xl {
    box-shadow: 0 1.5rem 2rem -.1rem var(--shadow-color) !important
}

.theme-5 .position-relative {
    position: relative !important
}

.theme-5 .position-absolute {
    position: absolute !important
}

.theme-5 .position-fixed {
    position: fixed !important
}

.theme-5 .top-0 {
    top: 0 !important
}

.theme-5 .top-50 {
    top: 50% !important
}

.theme-5 .top-100 {
    top: 100% !important
}

.theme-5 .bottom-0 {
    bottom: 0 !important
}

.theme-5 .start-0,
.theme-5 [dir=ltr] .ltr\:start-0,
.theme-5 [dir=rtl] .rtl\:start-0 {
    left: 0 !important
}

.theme-5 .start-50 {
    left: 50% !important
}

.theme-5 .start-100 {
    left: 100% !important
}

.theme-5 [dir=rtl] .rtl\:end-auto {
    right: auto !important
}

.theme-5 .end-0,
.theme-5 [dir=ltr] .ltr\:end-0,
.theme-5 [dir=rtl] .rtl\:end-0 {
    right: 0 !important
}

.theme-5 .translate-middle {
    transform: translate(-50%, -50%) !important
}

.theme-5 .translate-middle-x {
    transform: translateX(-50%) !important
}

.theme-5 .translate-middle-y {
    transform: translateY(-50%) !important
}

.theme-5 .border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.theme-5 .border-0 {
    border: 0 !important
}

.theme-5 .border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.theme-5 .border-top-0 {
    border-top: 0 !important
}

.theme-5 .border-end-0 {
    border-right: 0 !important
}

.theme-5 .border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.theme-5 .border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.theme-5 .border-primary,
.theme-5 .hover\:border-primary:hover {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important
}

.theme-5 .border-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important
}

.theme-5 .border-dark,
.theme-5 .hover\:border-dark:hover {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important
}

.theme-5 .border-gray-50 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-50-rgb), var(--bs-border-opacity)) !important
}

.theme-5 .border-gray-100 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-100-rgb), var(--bs-border-opacity)) !important
}

.theme-5 .border-gray-200 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-200-rgb), var(--bs-border-opacity)) !important
}

.theme-5 .border-gray-300 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-300-rgb), var(--bs-border-opacity)) !important
}

.theme-5 .border-gray-900 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-900-rgb), var(--bs-border-opacity)) !important
}

.theme-5 .border-primary-300 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-300-rgb), var(--bs-border-opacity)) !important
}

.theme-5 .border-secondary-600 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-600-rgb), var(--bs-border-opacity)) !important
}

.theme-5 .hover\:border-tertiary:hover {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-tertiary-rgb), var(--bs-border-opacity)) !important
}

.theme-5 .border-tertiary-50 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-tertiary-50-rgb), var(--bs-border-opacity)) !important
}

.theme-5 .border-tertiary-100 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-tertiary-100-rgb), var(--bs-border-opacity)) !important
}

.theme-5 .border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important
}

.theme-5 :where(.uc-dark) .dark\:border-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important
}

.theme-5 :where(.uc-dark) .dark\:border-gray-300 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-300-rgb), var(--bs-border-opacity)) !important
}

.theme-5 :where(.uc-dark) .dark\:border-gray-400 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-400-rgb), var(--bs-border-opacity)) !important
}

.theme-5 :where(.uc-dark) .dark\:border-gray-500 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-500-rgb), var(--bs-border-opacity)) !important
}

.theme-5 :where(.uc-dark) .dark\:border-gray-600 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-600-rgb), var(--bs-border-opacity)) !important
}

.theme-5 :where(.uc-dark) .dark\:border-gray-700 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-700-rgb), var(--bs-border-opacity)) !important
}

.theme-5 :where(.uc-dark) .dark\:border-gray-800 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-800-rgb), var(--bs-border-opacity)) !important
}

.theme-5 :where(.uc-dark) .dark\:border-gray-900 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-900-rgb), var(--bs-border-opacity)) !important
}

.theme-5 :where(.uc-dark) .dark\:border-tertiary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-tertiary-rgb), var(--bs-border-opacity)) !important
}

.theme-5 :where(.uc-dark) .dark\:border-tertiary-600 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-tertiary-600-rgb), var(--bs-border-opacity)) !important
}

.theme-5 :where(.uc-dark) .dark\:border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important
}

.theme-5 .border-1 {
    border-width: 1px !important
}

.theme-5 .border-2 {
    border-width: 2px !important
}

.theme-5 .border-5 {
    border-width: 5px !important
}

.theme-5 .border-opacity-5 {
    --bs-border-opacity: 0.05
}

.theme-5 .border-opacity-10 {
    --bs-border-opacity: 0.1
}

.theme-5 .border-opacity-15 {
    --bs-border-opacity: 0.15
}

.theme-5 .border-opacity-20 {
    --bs-border-opacity: 0.2
}

.theme-5 .hover\:border-opacity-40:hover {
    --bs-border-opacity: 0.4
}

.theme-5 :where(.uc-dark) .dark\:border-opacity-0 {
    --bs-border-opacity: 0
}

.theme-5 :where(.uc-dark) .dark\:border-opacity-10 {
    --bs-border-opacity: 0.1
}

.theme-5 :where(.uc-dark) .dark\:border-opacity-15 {
    --bs-border-opacity: 0.15
}

.theme-5 :where(.uc-dark) .dark\:border-opacity-20 {
    --bs-border-opacity: 0.2
}

.theme-5 :where(.uc-dark) .dark\:border-opacity-30 {
    --bs-border-opacity: 0.3
}

.theme-5 .w-4px {
    width: 4px !important
}

.theme-5 .w-16px {
    width: 16px !important
}

.theme-5 .w-20px {
    width: 20px !important
}

.theme-5 .w-24px {
    width: 24px !important
}

.theme-5 .w-32px {
    width: 32px !important
}

.theme-5 .w-36px {
    width: 36px !important
}

.theme-5 .w-40px {
    width: 40px !important
}

.theme-5 .w-48px {
    width: 48px !important
}

.theme-5 .w-56px {
    width: 56px !important
}

.theme-5 .w-64px {
    width: 64px !important
}

.theme-5 .w-72px {
    width: 72px !important
}

.theme-5 .w-80px {
    width: 80px !important
}

.theme-5 .w-96px {
    width: 96px !important
}

.theme-5 .w-100px {
    width: 100px !important
}

.theme-5 .w-128px {
    width: 128px !important
}

.theme-5 .w-150px {
    width: 150px !important
}

.theme-5 .w-200px {
    width: 200px !important
}

.theme-5 .w-250px {
    width: 250px !important
}

.theme-5 .w-300px {
    width: 300px !important
}

.theme-5 .w-500px {
    width: 500px !important
}

.theme-5 .w-600px {
    width: 600px !important
}

.theme-5 .w-750px {
    width: 750px !important
}

.theme-5 .w-800px {
    width: 800px !important
}

.theme-5 .w-1000px {
    width: 1000px !important
}

.theme-5 .w-1280px {
    width: 1280px !important
}

.theme-5 .w-md {
    width: 720px !important
}

.theme-5 .w-1\/6 {
    width: 16.6666667% !important
}

.theme-5 .w-1\/5 {
    width: 20% !important
}

.theme-5 .w-1\/3 {
    width: 33.3333333% !important
}

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

.theme-5 .w-100,
.theme-5 .w-full {
    width: 100% !important
}

.theme-5 .w-auto {
    width: auto !important
}

.theme-5 .max-w-40px {
    max-width: 40px !important
}

.theme-5 .max-w-48px {
    max-width: 48px !important
}

.theme-5 .max-w-80px {
    max-width: 80px !important
}

.theme-5 .max-w-100px {
    max-width: 100px !important
}

.theme-5 .max-w-250px {
    max-width: 250px !important
}

.theme-5 .max-w-400px {
    max-width: 400px !important
}

.theme-5 .max-w-450px {
    max-width: 450px !important
}

.theme-5 .max-w-500px {
    max-width: 500px !important
}

.theme-5 .max-w-550px {
    max-width: 550px !important
}

.theme-5 .max-w-600px {
    max-width: 600px !important
}

.theme-5 .max-w-650px {
    max-width: 650px !important
}

.theme-5 .max-w-700px {
    max-width: 700px !important
}

.theme-5 .max-w-750px {
    max-width: 750px !important
}

.theme-5 .max-w-800px {
    max-width: 800px !important
}

.theme-5 .max-w-850px {
    max-width: 850px !important
}

.theme-5 .max-w-900px {
    max-width: 900px !important
}

.theme-5 .max-w-950px {
    max-width: 950px !important
}

.theme-5 .max-w-1000px {
    max-width: 1000px !important
}

.theme-5 .max-w-1440px {
    max-width: 1440px !important
}

.theme-5 .max-w-xs {
    max-width: 320px !important
}

.theme-5 .max-w-sm {
    max-width: 640px !important
}

.theme-5 .max-w-md {
    max-width: 720px !important
}

.theme-5 .max-w-lg {
    max-width: 1040px !important
}

.theme-5 .max-w-xl {
    max-width: 1280px !important
}

.theme-5 .max-w-100 {
    max-width: 100% !important
}

.theme-5 .h-4px {
    height: 4px !important
}

.theme-5 .h-16px {
    height: 16px !important
}

.theme-5 .h-24px {
    height: 24px !important
}

.theme-5 .h-32px {
    height: 32px !important
}

.theme-5 .h-36px {
    height: 36px !important
}

.theme-5 .h-40px {
    height: 40px !important
}

.theme-5 .h-48px {
    height: 48px !important
}

.theme-5 .h-56px {
    height: 56px !important
}

.theme-5 .h-64px {
    height: 64px !important
}

.theme-5 .h-72px {
    height: 72px !important
}

.theme-5 .h-80px {
    height: 80px !important
}

.theme-5 .h-96px {
    height: 96px !important
}

.theme-5 .h-100px {
    height: 100px !important
}

.theme-5 .h-150px {
    height: 150px !important
}

.theme-5 .h-200px {
    height: 200px !important
}

.theme-5 .h-250px {
    height: 250px !important
}

.theme-5 .h-300px {
    height: 300px !important
}

.theme-5 .h-400px {
    height: 400px !important
}

.theme-5 .h-500px {
    height: 500px !important
}

.theme-5 .h-600px {
    height: 600px !important
}

.theme-5 .h-700px {
    height: 700px !important
}

.theme-5 .h-750px {
    height: 750px !important
}

.theme-5 .h-1000px {
    height: 1000px !important
}

.theme-5 .h-1280px {
    height: 1280px !important
}

.theme-5 .h-100 {
    height: 100% !important
}

.theme-5 .h-screen {
    height: 100vh !important
}

.theme-5 .max-h-200px {
    max-height: 200px !important
}

.theme-5 .max-h-250px {
    max-height: 250px !important
}

.theme-5 .max-h-300px {
    max-height: 300px !important
}

.theme-5 .max-h-400px {
    max-height: 400px !important
}

.theme-5 .max-h-xs {
    max-height: 320px !important
}

.theme-5 .max-h-sm {
    max-height: 640px !important
}

.theme-5 .flex-1 {
    flex: 1 1 !important
}

.theme-5 .flex-none {
    flex: none !important
}

.theme-5 .flex-column {
    flex-direction: column !important
}

.theme-5 .flex-nowrap {
    flex-wrap: nowrap !important
}

.theme-5 .justify-start {
    justify-content: flex-start !important
}

.theme-5 .justify-center {
    justify-content: center !important
}

.theme-5 .justify-end {
    justify-content: flex-end !important
}

.theme-5 .justify-between {
    justify-content: space-between !important
}

.theme-5 .items-start {
    align-items: flex-start !important
}

.theme-5 .items-center {
    align-items: center !important
}

.theme-5 .items-end {
    align-items: flex-end !important
}

.theme-5 .self-center {
    align-self: center !important
}

.theme-5 [dir=rtl] .rtl\:order-first {
    order: -1 !important
}

.theme-5 .order-0,
.theme-5 [dir=rtl] .rtl\:order-0 {
    order: 0 !important
}

.theme-5 .order-1 {
    order: 1 !important
}

.theme-5 .order-2 {
    order: 2 !important
}

.theme-5 .order-3 {
    order: 3 !important
}

.theme-5 .m-0 {
    margin: 0 !important
}

.theme-5 .m-narrow {
    margin: .25rem !important
}

.theme-5 .m-1 {
    margin: .5rem !important
}

.theme-5 .m-2 {
    margin: 1rem !important
}

.theme-5 .m-3 {
    margin: 1.5rem !important
}

.theme-5 .m-4 {
    margin: 2rem !important
}

.theme-5 .m-auto {
    margin: auto !important
}

.theme-5 .mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.theme-5 .mx-narrow {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.theme-5 .mx-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.theme-5 .mx-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.theme-5 .mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.theme-5 .my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.theme-5 .my-1 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.theme-5 .my-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.theme-5 .my-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.theme-5 .my-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important
}

.theme-5 .my-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.theme-5 .my-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important
}

.theme-5 .mt-0 {
    margin-top: 0 !important
}

.theme-5 .mt-narrow {
    margin-top: .25rem !important
}

.theme-5 .mt-1 {
    margin-top: .5rem !important
}

.theme-5 .mt-2 {
    margin-top: 1rem !important
}

.theme-5 .mt-3 {
    margin-top: 1.5rem !important
}

.theme-5 .mt-4 {
    margin-top: 2rem !important
}

.theme-5 .mt-5 {
    margin-top: 2.5rem !important
}

.theme-5 .mt-6 {
    margin-top: 3rem !important
}

.theme-5 .mt-7 {
    margin-top: 3.5rem !important
}

.theme-5 .mt-8 {
    margin-top: 4rem !important
}

.theme-5 [dir=rtl] .rtl\:me-0 {
    margin-right: 0 !important
}

.theme-5 .me-narrow,
.theme-5 [dir=ltr] .ltr\:me-narrow,
.theme-5 [dir=rtl] .rtl\:me-narrow {
    margin-right: .25rem !important
}

.theme-5 .me-1,
.theme-5 [dir=ltr] .ltr\:me-1,
.theme-5 [dir=rtl] .rtl\:me-1 {
    margin-right: .5rem !important
}

.theme-5 [dir=rtl] .rtl\:me-2 {
    margin-right: 1rem !important
}

.theme-5 .me-3 {
    margin-right: 1.5rem !important
}

.theme-5 .me-4 {
    margin-right: 2rem !important
}

.theme-5 [dir=rtl] .rtl\:me-6 {
    margin-right: 3rem !important
}

.theme-5 [dir=ltr] .ltr\:me-8 {
    margin-right: 4rem !important
}

.theme-5 .mb-0 {
    margin-bottom: 0 !important
}

.theme-5 .mb-narrow {
    margin-bottom: .25rem !important
}

.theme-5 .mb-1 {
    margin-bottom: .5rem !important
}

.theme-5 .mb-2 {
    margin-bottom: 1rem !important
}

.theme-5 .mb-3 {
    margin-bottom: 1.5rem !important
}

.theme-5 .mb-4 {
    margin-bottom: 2rem !important
}

.theme-5 .mb-5 {
    margin-bottom: 2.5rem !important
}

.theme-5 .mb-6 {
    margin-bottom: 3rem !important
}

.theme-5 [dir=ltr] .ltr\:ms-0 {
    margin-left: 0 !important
}

.theme-5 .ms-narrow,
.theme-5 [dir=ltr] .ltr\:ms-narrow,
.theme-5 [dir=rtl] .rtl\:ms-narrow {
    margin-left: .25rem !important
}

.theme-5 .ms-1,
.theme-5 [dir=ltr] .ltr\:ms-1,
.theme-5 [dir=rtl] .rtl\:ms-1 {
    margin-left: .5rem !important
}

.theme-5 .ms-2,
.theme-5 [dir=ltr] .ltr\:ms-2 {
    margin-left: 1rem !important
}

.theme-5 .ms-3 {
    margin-left: 1.5rem !important
}

.theme-5 .ms-4 {
    margin-left: 2rem !important
}

.theme-5 [dir=ltr] .ltr\:ms-6 {
    margin-left: 3rem !important
}

.theme-5 [dir=rtl] .rtl\:ms-8 {
    margin-left: 4rem !important
}

.theme-5 .mx-n1 {
    margin-right: -.5rem !important;
    margin-left: -.5rem !important
}

.theme-5 .mt-nnarrow {
    margin-top: -.25rem !important
}

.theme-5 .mt-n3 {
    margin-top: -1.5rem !important
}

.theme-5 .mt-n4 {
    margin-top: -2rem !important
}

.theme-5 .mt-n8 {
    margin-top: -4rem !important
}

.theme-5 .mt-n9 {
    margin-top: -6rem !important
}

.theme-5 .me-n2,
.theme-5 [dir=rtl] .rtl\:me-n2 {
    margin-right: -1rem !important
}

.theme-5 .me-n3 {
    margin-right: -1.5rem !important
}

.theme-5 .me-n6 {
    margin-right: -3rem !important
}

.theme-5 .me-n8,
.theme-5 [dir=ltr] .ltr\:me-n8 {
    margin-right: -4rem !important
}

.theme-5 .mb-n4 {
    margin-bottom: -2rem !important
}

.theme-5 .mb-n8 {
    margin-bottom: -4rem !important
}

.theme-5 .ms-n2,
.theme-5 [dir=ltr] .ltr\:ms-n2 {
    margin-left: -1rem !important
}

.theme-5 .ms-n3 {
    margin-left: -1.5rem !important
}

.theme-5 .ms-n6,
.theme-5 [dir=rtl] .rtl\:ms-n6 {
    margin-left: -3rem !important
}

.theme-5 .ms-n8,
.theme-5 [dir=rtl] .rtl\:ms-n8 {
    margin-left: -4rem !important
}

.theme-5 .p-0 {
    padding: 0 !important
}

.theme-5 .p-narrow {
    padding: .25rem !important
}

.theme-5 .p-1 {
    padding: .5rem !important
}

.theme-5 .p-2 {
    padding: 1rem !important
}

.theme-5 .p-3 {
    padding: 1.5rem !important
}

.theme-5 .p-4 {
    padding: 2rem !important
}

.theme-5 .p-5 {
    padding: 2.5rem !important
}

.theme-5 .p-6 {
    padding: 3rem !important
}

.theme-5 .px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.theme-5 .px-narrow {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.theme-5 .px-1 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.theme-5 .px-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.theme-5 .px-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.theme-5 .px-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important
}

.theme-5 .px-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important
}

.theme-5 .py-narrow {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.theme-5 .py-1 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.theme-5 .py-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.theme-5 .py-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.theme-5 .py-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
}

.theme-5 .py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.theme-5 .py-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important
}

.theme-5 .py-9 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important
}

.theme-5 .py-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important
}

.theme-5 .pt-0 {
    padding-top: 0 !important
}

.theme-5 .pt-2 {
    padding-top: 1rem !important
}

.theme-5 .pt-3 {
    padding-top: 1.5rem !important
}

.theme-5 .pt-4 {
    padding-top: 2rem !important
}

.theme-5 .pt-6 {
    padding-top: 3rem !important
}

.theme-5 .pt-8 {
    padding-top: 4rem !important
}

.theme-5 .pt-9 {
    padding-top: 6rem !important
}

.theme-5 .pe-3,
.theme-5 [dir=rtl] .rtl\:pe-3 {
    padding-right: 1.5rem !important
}

.theme-5 [dir=ltr] .ltr\:pe-4 {
    padding-right: 2rem !important
}

.theme-5 .pb-0 {
    padding-bottom: 0 !important
}

.theme-5 .pb-narrow {
    padding-bottom: .25rem !important
}

.theme-5 .pb-2 {
    padding-bottom: 1rem !important
}

.theme-5 .pb-3 {
    padding-bottom: 1.5rem !important
}

.theme-5 .pb-4 {
    padding-bottom: 2rem !important
}

.theme-5 .pb-6 {
    padding-bottom: 3rem !important
}

.theme-5 .pb-7 {
    padding-bottom: 3.5rem !important
}

.theme-5 .pb-8 {
    padding-bottom: 4rem !important
}

.theme-5 .pb-10 {
    padding-bottom: 8rem !important
}

.theme-5 [dir=ltr] .ltr\:ps-3 {
    padding-left: 1.5rem !important
}

.theme-5 [dir=rtl] .rtl\:ps-4 {
    padding-left: 2rem !important
}

.theme-5 .gap-0 {
    gap: 0 !important
}

.theme-5 .gap-narrow {
    gap: .25rem !important
}

.theme-5 .gap-1 {
    gap: .5rem !important
}

.theme-5 .gap-2 {
    gap: 1rem !important
}

.theme-5 .gap-3 {
    gap: 1.5rem !important
}

.theme-5 .gap-4 {
    gap: 2rem !important
}

.theme-5 .gap-5 {
    gap: 2.5rem !important
}

.theme-5 .gap-6 {
    gap: 3rem !important
}

.theme-5 .gap-7 {
    gap: 3.5rem !important
}

.theme-5 .gap-8 {
    gap: 4rem !important
}

.theme-5 .gap-9 {
    gap: 6rem !important
}

.theme-5 .fs-1 {
    font-size: 2rem !important
}

.theme-5 .fs-2 {
    font-size: 1.75rem !important
}

.theme-5 .fs-4 {
    font-size: 1.25rem !important
}

.theme-5 .fs-5 {
    font-size: 1.125rem !important
}

.theme-5 .fs-6 {
    font-size: 1rem !important
}

.theme-5 .fs-7 {
    font-size: .875rem !important
}

.theme-5 .fs-8 {
    font-size: .75rem !important
}

.theme-5 .fst-italic {
    font-style: italic !important
}

.theme-5 .fw-light {
    font-weight: 300 !important
}

.theme-5 .fw-normal {
    font-weight: 400 !important
}

.theme-5 .fw-medium {
    font-weight: 500 !important
}

.theme-5 .fw-bold {
    font-weight: 700 !important
}

.theme-5 .lh-sm {
    line-height: .9 !important
}

.theme-5 .lh-lg {
    line-height: 1.2 !important
}

.theme-5 .text-start,
.theme-5 [dir=rtl] .rtl\:text-start {
    text-align: left !important
}

.theme-5 .text-end,
.theme-5 [dir=rtl] .rtl\:text-end {
    text-align: right !important
}

.theme-5 .text-center {
    text-align: center !important
}

.theme-5 .text-none {
    text-decoration: none !important
}

.theme-5 .text-underline {
    text-decoration: underline !important
}

.theme-5 .text-line-through {
    text-decoration: line-through !important
}

.theme-5 .text-uppercase {
    text-transform: uppercase !important
}

.theme-5 .text-nowrap {
    white-space: nowrap !important
}

.theme-5 .hover\:text-primary:hover,
.theme-5 .text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}

.theme-5 .text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
}

.theme-5 .text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important
}

.theme-5 .text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important
}

.theme-5 .hover\:text-danger:hover,
.theme-5 .text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}

.theme-5 .text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.theme-5 .text-gray {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-rgb), var(--bs-text-opacity)) !important
}

.theme-5 .text-gray-100 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-100-rgb), var(--bs-text-opacity)) !important
}

.theme-5 .text-gray-200 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-200-rgb), var(--bs-text-opacity)) !important
}

.theme-5 .text-gray-300 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-300-rgb), var(--bs-text-opacity)) !important
}

.theme-5 .text-gray-400 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-400-rgb), var(--bs-text-opacity)) !important
}

.theme-5 .text-gray-500 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-500-rgb), var(--bs-text-opacity)) !important
}

.theme-5 .text-gray-900 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-900-rgb), var(--bs-text-opacity)) !important
}

.theme-5 .text-primary-200 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-200-rgb), var(--bs-text-opacity)) !important
}

.theme-5 .text-primary-400 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-400-rgb), var(--bs-text-opacity)) !important
}

.theme-5 .hover\:text-primary-600:hover {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-600-rgb), var(--bs-text-opacity)) !important
}

.theme-5 .text-primary-700 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-700-rgb), var(--bs-text-opacity)) !important
}

.theme-5 .text-secondary-200 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-200-rgb), var(--bs-text-opacity)) !important
}

.theme-5 .text-secondary-300 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-300-rgb), var(--bs-text-opacity)) !important
}

.theme-5 .text-warning-600 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-600-rgb), var(--bs-text-opacity)) !important
}

.theme-5 .text-blue {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-blue-rgb), var(--bs-text-opacity)) !important
}

.theme-5 .text-indigo {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-indigo-rgb), var(--bs-text-opacity)) !important
}

.theme-5 .text-purple-600 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-purple-600-rgb), var(--bs-text-opacity)) !important
}

.theme-5 .text-red {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-red-rgb), var(--bs-text-opacity)) !important
}

.theme-5 .text-orange {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-orange-rgb), var(--bs-text-opacity)) !important
}

.theme-5 .text-yellow {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-yellow-rgb), var(--bs-text-opacity)) !important
}

.theme-5 .text-green {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-green-rgb), var(--bs-text-opacity)) !important
}

.theme-5 .hover\:text-tertiary:hover,
.theme-5 .text-tertiary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-tertiary-rgb), var(--bs-text-opacity)) !important
}

.theme-5 .text-tertiary-200 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-tertiary-200-rgb), var(--bs-text-opacity)) !important
}

.theme-5 .text-tertiary-400 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-tertiary-400-rgb), var(--bs-text-opacity)) !important
}

.theme-5 .text-tertiary-700 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-tertiary-700-rgb), var(--bs-text-opacity)) !important
}

.theme-5 .text-tertiary-900 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-tertiary-900-rgb), var(--bs-text-opacity)) !important
}

.theme-5 .hover\:text-black:hover,
.theme-5 .text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}

.theme-5 .hover\:text-white:hover,
.theme-5 .text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.theme-5 .text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important
}

.theme-5 :where(.uc-dark) .dark\:hover\:text-primary:hover,
.theme-5 :where(.uc-dark) .dark\:text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}

.theme-5 :where(.uc-dark) .dark\:text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
}

.theme-5 :where(.uc-dark) .dark\:text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.theme-5 :where(.uc-dark) .dark\:text-gray-100 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-100-rgb), var(--bs-text-opacity)) !important
}

.theme-5 :where(.uc-dark) .dark\:text-gray-200 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-200-rgb), var(--bs-text-opacity)) !important
}

.theme-5 :where(.uc-dark) .dark\:text-gray-300 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-300-rgb), var(--bs-text-opacity)) !important
}

.theme-5 :where(.uc-dark) .dark\:text-gray-700 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-700-rgb), var(--bs-text-opacity)) !important
}

.theme-5 :where(.uc-dark) .dark\:hover\:text-gray-900:hover {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-900-rgb), var(--bs-text-opacity)) !important
}

.theme-5 :where(.uc-dark) .dark\:text-primary-400 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-400-rgb), var(--bs-text-opacity)) !important
}

.theme-5 :where(.uc-dark) .dark\:hover\:text-primary-700:hover,
.theme-5 :where(.uc-dark) .dark\:text-primary-700 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-700-rgb), var(--bs-text-opacity)) !important
}

.theme-5 :where(.uc-dark) .dark\:text-yellow-400 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-yellow-400-rgb), var(--bs-text-opacity)) !important
}

.theme-5 :where(.uc-dark) .dark\:hover\:text-tertiary:hover,
.theme-5 :where(.uc-dark) .dark\:text-tertiary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-tertiary-rgb), var(--bs-text-opacity)) !important
}

.theme-5 :where(.uc-dark) .dark\:text-tertiary-200 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-tertiary-200-rgb), var(--bs-text-opacity)) !important
}

.theme-5 :where(.uc-dark) .dark\:text-tertiary-400 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-tertiary-400-rgb), var(--bs-text-opacity)) !important
}

.theme-5 :where(.uc-dark) .dark\:hover\:text-white:hover,
.theme-5 :where(.uc-dark) .dark\:text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.theme-5 .text-opacity-20 {
    --bs-text-opacity: 0.2
}

.theme-5 .text-opacity-60 {
    --bs-text-opacity: 0.6
}

.theme-5 .hover\:text-opacity-70:hover,
.theme-5 .text-opacity-70 {
    --bs-text-opacity: 0.7
}

.theme-5 :where(.uc-dark) .dark\:text-opacity-50 {
    --bs-text-opacity: 0.5
}

.theme-5 :where(.uc-dark) .dark\:text-opacity-60 {
    --bs-text-opacity: 0.6
}

.theme-5 :where(.uc-dark) .dark\:text-opacity-70 {
    --bs-text-opacity: 0.7
}

.theme-5 .bg-primary,
.theme-5 .hover\:bg-primary:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.theme-5 .bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
}

.theme-5 .bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}

.theme-5 .bg-gray-25 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-25-rgb), var(--bs-bg-opacity)) !important
}

.theme-5 .bg-gray-50,
.theme-5 .hover\:bg-gray-50:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-50-rgb), var(--bs-bg-opacity)) !important
}

.theme-5 .bg-gray-100 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-100-rgb), var(--bs-bg-opacity)) !important
}

.theme-5 .bg-gray-300 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-300-rgb), var(--bs-bg-opacity)) !important
}

.theme-5 .hover\:bg-gray-600:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-600-rgb), var(--bs-bg-opacity)) !important
}

.theme-5 .bg-gray-800 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-800-rgb), var(--bs-bg-opacity)) !important
}

.theme-5 .bg-gray-900 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-900-rgb), var(--bs-bg-opacity)) !important
}

.theme-5 .bg-primary-25 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-25-rgb), var(--bs-bg-opacity)) !important
}

.theme-5 .bg-primary-100 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-100-rgb), var(--bs-bg-opacity)) !important
}

.theme-5 .bg-primary-300 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-300-rgb), var(--bs-bg-opacity)) !important
}

.theme-5 .bg-primary-400 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-400-rgb), var(--bs-bg-opacity)) !important
}

.theme-5 .bg-primary-600 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-600-rgb), var(--bs-bg-opacity)) !important
}

.theme-5 .bg-primary-700 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-700-rgb), var(--bs-bg-opacity)) !important
}

.theme-5 .bg-secondary-200 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-200-rgb), var(--bs-bg-opacity)) !important
}

.theme-5 .bg-secondary-300,
.theme-5 .hover\:bg-secondary-300:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-300-rgb), var(--bs-bg-opacity)) !important
}

.theme-5 .bg-warning-100 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-100-rgb), var(--bs-bg-opacity)) !important
}

.theme-5 .bg-blue-100 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-blue-100-rgb), var(--bs-bg-opacity)) !important
}

.theme-5 .bg-blue-600 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-blue-600-rgb), var(--bs-bg-opacity)) !important
}

.theme-5 .bg-indigo-100 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-indigo-100-rgb), var(--bs-bg-opacity)) !important
}

.theme-5 .bg-purple-100 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-purple-100-rgb), var(--bs-bg-opacity)) !important
}

.theme-5 .bg-red {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-red-rgb), var(--bs-bg-opacity)) !important
}

.theme-5 .bg-orange-100 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-orange-100-rgb), var(--bs-bg-opacity)) !important
}

.theme-5 .bg-yellow {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-yellow-rgb), var(--bs-bg-opacity)) !important
}

.theme-5 .bg-yellow-400 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-yellow-400-rgb), var(--bs-bg-opacity)) !important
}

.theme-5 .bg-tertiary,
.theme-5 .hover\:bg-tertiary:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-rgb), var(--bs-bg-opacity)) !important
}

.theme-5 .bg-tertiary-50 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-50-rgb), var(--bs-bg-opacity)) !important
}

.theme-5 .bg-tertiary-300 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-300-rgb), var(--bs-bg-opacity)) !important
}

.theme-5 .bg-tertiary-700 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-700-rgb), var(--bs-bg-opacity)) !important
}

.theme-5 .bg-tertiary-800 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-800-rgb), var(--bs-bg-opacity)) !important
}

.theme-5 .bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}

.theme-5 .bg-white,
.theme-5 .hover\:bg-white:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.theme-5 .bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important
}

.theme-5 :where(.uc-dark) .dark\:bg-primary,
.theme-5 :where(.uc-dark) .dark\:hover\:bg-primary:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.theme-5 :where(.uc-dark) .dark\:bg-secondary,
.theme-5 :where(.uc-dark) .dark\:hover\:bg-secondary:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
}

.theme-5 :where(.uc-dark) .dark\:bg-gray-100 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-100-rgb), var(--bs-bg-opacity)) !important
}

.theme-5 :where(.uc-dark) .dark\:bg-gray-300 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-300-rgb), var(--bs-bg-opacity)) !important
}

.theme-5 :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
}

.theme-5 :where(.uc-dark) .dark\:bg-gray-600 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-600-rgb), var(--bs-bg-opacity)) !important
}

.theme-5 :where(.uc-dark) .dark\:bg-gray-700,
.theme-5 :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
}

.theme-5 :where(.uc-dark) .dark\:bg-gray-800,
.theme-5 :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
}

.theme-5 :where(.uc-dark) .dark\:bg-gray-900 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-900-rgb), var(--bs-bg-opacity)) !important
}

.theme-5 :where(.uc-dark) .dark\:bg-primary-700 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-700-rgb), var(--bs-bg-opacity)) !important
}

.theme-5 :where(.uc-dark) .dark\:bg-tertiary,
.theme-5 :where(.uc-dark) .dark\:hover\:bg-tertiary:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-rgb), var(--bs-bg-opacity)) !important
}

.theme-5 :where(.uc-dark) .dark\:hover\:bg-tertiary-300:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-300-rgb), var(--bs-bg-opacity)) !important
}

.theme-5 :where(.uc-dark) .dark\:bg-tertiary-600 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-600-rgb), var(--bs-bg-opacity)) !important
}

.theme-5 :where(.uc-dark) .dark\:bg-tertiary-700 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-700-rgb), var(--bs-bg-opacity)) !important
}

.theme-5 :where(.uc-dark) .dark\:bg-tertiary-800 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-800-rgb), var(--bs-bg-opacity)) !important
}

.theme-5 :where(.uc-dark) .dark\:bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}

.theme-5 :where(.uc-dark) .dark\:bg-white,
.theme-5 :where(.uc-dark) .dark\:hover\:bg-white:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.theme-5 .bg-opacity-5,
.theme-5 .hover\:bg-opacity-5:hover {
    --bs-bg-opacity: 0.05
}

.theme-5 .bg-opacity-10 {
    --bs-bg-opacity: 0.1
}

.theme-5 .bg-opacity-15 {
    --bs-bg-opacity: 0.15
}

.theme-5 .bg-opacity-40 {
    --bs-bg-opacity: 0.4
}

.theme-5 .bg-opacity-50 {
    --bs-bg-opacity: 0.5
}

.theme-5 .bg-opacity-70 {
    --bs-bg-opacity: 0.7
}

.theme-5 .bg-opacity-80 {
    --bs-bg-opacity: 0.8
}

.theme-5 .bg-opacity-90 {
    --bs-bg-opacity: 0.9
}

.theme-5 :where(.uc-dark) .dark\:bg-opacity-0 {
    --bs-bg-opacity: 0
}

.theme-5 :where(.uc-dark) .dark\:bg-opacity-5 {
    --bs-bg-opacity: 0.05
}

.theme-5 :where(.uc-dark) .dark\:bg-opacity-10 {
    --bs-bg-opacity: 0.1
}

.theme-5 :where(.uc-dark) .dark\:bg-opacity-15 {
    --bs-bg-opacity: 0.15
}

.theme-5 :where(.uc-dark) .dark\:bg-opacity-50 {
    --bs-bg-opacity: 0.5
}

.theme-5 .rounded {
    border-radius: var(--radius) !important
}

.theme-5 .rounded-default {
    border-radius: 8px !important
}

.theme-5 .rounded-1 {
    border-radius: 4px !important
}

.theme-5 .rounded-1-5 {
    border-radius: 12px !important
}

.theme-5 .rounded-2 {
    border-radius: 16px !important
}

.theme-5 .rounded-3 {
    border-radius: 24px !important
}

.theme-5 .rounded-5 {
    border-radius: 40px !important
}

.theme-5 .rounded-circle {
    border-radius: 50% !important
}

.theme-5 .rounded-pill {
    border-radius: 50rem !important
}

.theme-5 .rounded-0 {
    border-radius: 0 !important
}

.theme-5 .rounded-bottom-1-5 {
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important
}

.theme-5 .rounded-bottom-2 {
    border-bottom-right-radius: 16px !important;
    border-bottom-left-radius: 16px !important
}

.theme-5 .rounded-bottom-3 {
    border-bottom-right-radius: 24px !important;
    border-bottom-left-radius: 24px !important
}

.theme-5 .rounded-start-2 {
    border-bottom-left-radius: 16px !important;
    border-top-left-radius: 16px !important
}

.theme-5 .border-dashed {
    border-style: dashed !important
}

.theme-5 .bg-cover {
    background-size: cover !important
}

.theme-5 .bg-contain {
    background-size: contain !important
}

.theme-5 .text-truncate-1 {
    -webkit-line-clamp: 1 !important
}

.theme-5 .text-truncate-3 {
    -webkit-line-clamp: 3 !important
}

.theme-5 .min-w-24px {
    min-width: 24px !important
}

.theme-5 .min-w-32px {
    min-width: 32px !important
}

.theme-5 .min-w-40px {
    min-width: 40px !important
}

.theme-5 .min-w-48px {
    min-width: 48px !important
}

.theme-5 .min-w-150px {
    min-width: 150px !important
}

.theme-5 .min-w-300px {
    min-width: 300px !important
}

.theme-5 .min-w-700px {
    min-width: 700px !important
}

.theme-5 .min-w-1\/4 {
    min-width: 25% !important
}

.theme-5 .min-w-1\/2 {
    min-width: 50% !important
}

.theme-5 .min-w-xs {
    min-width: 320px !important
}

.theme-5 .min-w-100 {
    min-width: 100% !important
}

.theme-5 .min-h-24px {
    min-height: 24px !important
}

.theme-5 .min-h-32px {
    min-height: 32px !important
}

.theme-5 .min-h-48px {
    min-height: 48px !important
}

.theme-5 .min-h-56px {
    min-height: 56px !important
}

.theme-5 .min-h-64px {
    min-height: 64px !important
}

.theme-5 .min-h-80px {
    min-height: 80px !important
}

.theme-5 .min-h-150px {
    min-height: 150px !important
}

.theme-5 .min-h-200px {
    min-height: 200px !important
}

.theme-5 .min-h-250px {
    min-height: 250px !important
}

.theme-5 .min-h-300px {
    min-height: 300px !important
}

.theme-5 .min-h-350px {
    min-height: 350px !important
}

.theme-5 .min-h-450px {
    min-height: 450px !important
}

.theme-5 .min-h-600px {
    min-height: 600px !important
}

.theme-5 .min-h-700px {
    min-height: 700px !important
}

.theme-5 .min-h-screen {
    min-height: 100vh !important
}

.theme-5 .overflow-x-hidden {
    overflow-x: hidden !important
}

.theme-5 .icon-narrow {
    width: 16px !important;
    height: 16px !important;
    font-size: 16px !important
}

.theme-5 .icon-1 {
    width: 20px !important;
    height: 20px !important;
    font-size: 20px !important
}

.theme-5 .icon-2 {
    width: 24px !important;
    height: 24px !important;
    font-size: 24px !important
}

.theme-5 .icon-3 {
    width: 32px !important;
    height: 32px !important;
    font-size: 32px !important
}

.theme-5 .icon-4 {
    width: 48px !important;
    height: 48px !important;
    font-size: 48px !important
}

.theme-5 .mask-x {
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent) !important;
    mask-image: linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent) !important
}

.theme-5 .hover\:contrast-shadow:hover {
    box-shadow: 3px 3px 0 0 var(--shadowColor, #000) !important
}

.theme-5 .contrast-shadow-sm {
    box-shadow: 2px 2px 0 0 var(--shadowColor, #000) !important
}

.theme-5 .contrast-shadow-md,
.theme-5 .hover\:contrast-shadow-md:hover {
    box-shadow: 4px 4px 0 0 var(--shadowColor, #000) !important
}

.theme-5 .contrast-shadow-lg {
    box-shadow: 8px 8px 0 0 var(--shadowColor, #000) !important
}

.theme-5 .ls-0 {
    letter-spacing: 0 !important
}

.theme-5 .-ls-1 {
    letter-spacing: -1px !important
}

.theme-5 .-ls-2 {
    letter-spacing: -2px !important
}

.theme-5 .-ls-3 {
    letter-spacing: -3px !important
}

.theme-5 .-ls-4 {
    letter-spacing: -4px !important
}

.theme-5 .transition {
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color !important
}

.theme-5 .transition-all {
    transition-property: all !important
}

.theme-5 .transition-colors {
    transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color !important
}

.theme-5 .transition-transform {
    transition-property: transform !important
}

.theme-5 .duration-150 {
    transition-duration: .15s !important
}

.theme-5 .duration-200 {
    transition-duration: .2s !important
}

.theme-5 .duration-250 {
    transition-duration: .25s !important
}

.theme-5 .ease-linear {
    transition-timing-function: linear !important
}

.theme-5 .ease-in {
    transition-timing-function: cubic-bezier(.4, 0, 1, 1) !important
}

.theme-5 .hover\:scale-105:hover {
    transform: scale(1.05) !important
}

.theme-5 .hover\:scale-110:hover {
    transform: scale(1.1) !important
}

.theme-5 .translate-y-px {
    transform: translateY(1px) !important
}

.theme-5 .hover\:-translate-y-1:hover {
    transform: translateY(-.5rem) !important
}

.theme-5 .rotate-12 {
    transform: rotate(12deg) !important
}

.theme-5 .rotate-45 {
    transform: rotate(45deg) !important
}

.theme-5 .hover\:rotate-90:hover {
    transform: rotate(90deg) !important
}

.theme-5 [dir=rtl] .rtl\:rotate-180 {
    transform: rotate(180deg) !important
}

.theme-5 .-rotate-1 {
    transform: rotate(-1deg) !important
}

.theme-5 .-rotate-2 {
    transform: rotate(-2deg) !important
}

.theme-5 .-rotate-12 {
    transform: rotate(-12deg) !important
}

.theme-5 .-rotate-45 {
    transform: rotate(-45deg) !important
}

.theme-5 [dir=rtl] .rtl\:-rotate-90 {
    transform: rotate(-90deg) !important
}

.theme-5 .origin-top-right {
    transform-origin: top right !important
}

.theme-5 .origin-top-left {
    transform-origin: top left !important
}

.theme-5 .origin-bottom-right {
    transform-origin: bottom right !important
}

.theme-5 .origin-bottom {
    transform-origin: bottom !important
}

.theme-5 .blend-color-dodge {
    mix-blend-mode: color-dodge !important
}

.theme-5 .blend-difference {
    mix-blend-mode: difference !important
}

.theme-5 .blend-overlay {
    mix-blend-mode: overlay !important
}

.theme-5 .blend-plus-lighter {
    mix-blend-mode: plus-lighter !important
}

.theme-5 .blend-soft-light {
    mix-blend-mode: soft-light !important
}

.theme-5 :where(.uc-dark) .dark\:blend-overlay {
    mix-blend-mode: overlay !important
}

.theme-5 .blur-10 {
    filter: blur(128px) !important
}

.theme-5 .backdrop-1 {
    -webkit-backdrop-filter: blur(4px) !important;
    backdrop-filter: blur(4px) !important
}

.theme-5 .backdrop-2 {
    -webkit-backdrop-filter: blur(8px) !important;
    backdrop-filter: blur(8px) !important
}

.theme-5 [dir=ltr] .ltr\:rounded-top-start-1-5 {
    border-top-left-radius: 12px !important
}

.theme-5 [dir=rtl] .rtl\:rounded-top-end-1-5 {
    border-top-right-radius: 12px !important
}

.theme-5 .ratio-1x1 {
    --bs-aspect-ratio: 100% !important
}

.theme-5 .ratio-2x1 {
    --bs-aspect-ratio: 50% !important
}

.theme-5 .ratio-2x3 {
    --bs-aspect-ratio: 150% !important
}

.theme-5 .ratio-3x2 {
    --bs-aspect-ratio: 66.6666667% !important
}

.theme-5 .ratio-3x4 {
    --bs-aspect-ratio: 133.333333% !important
}

.theme-5 .ratio-4x3 {
    --bs-aspect-ratio: 75% !important
}

.theme-5 .ratio-16x9 {
    --bs-aspect-ratio: 56.25% !important
}

.theme-5 .z-1 {
    z-index: 1 !important
}

.theme-5 .z-1n {
    z-index: -1 !important
}

.theme-5 .z-2 {
    z-index: 2 !important
}

.theme-5 .z-99 {
    z-index: 99 !important
}

.theme-5 .z-999 {
    z-index: 999 !important
}

.theme-5 .z-1080 {
    z-index: 1080 !important
}

.theme-5 .z-0 {
    z-index: 0 !important
}

@media(min-width:459px) {
    .theme-5 .sm\:d-inline-block {
        display: inline-block !important
    }

    .theme-5 .sm\:d-block {
        display: block !important
    }

    .theme-5 .sm\:d-none {
        display: none !important
    }

    .theme-5 .sm\:border-3 {
        border-width: 3px !important
    }

    .theme-5 .sm\:w-32px {
        width: 32px !important
    }

    .theme-5 .sm\:w-56px {
        width: 56px !important
    }

    .theme-5 .sm\:w-80px {
        width: 80px !important
    }

    .theme-5 .sm\:w-250px {
        width: 250px !important
    }

    .theme-5 .sm\:w-300px {
        width: 300px !important
    }

    .theme-5 .sm\:w-350px {
        width: 350px !important
    }

    .theme-5 .sm\:w-500px {
        width: 500px !important
    }

    .theme-5 .sm\:w-550px {
        width: 550px !important
    }

    .theme-5 .sm\:w-3\/5 {
        width: 60% !important
    }

    .theme-5 .sm\:w-1\/2 {
        width: 50% !important
    }

    .theme-5 .sm\:w-auto {
        width: auto !important
    }

    .theme-5 .sm\:max-w-500px {
        max-width: 500px !important
    }

    .theme-5 .sm\:max-w-600px {
        max-width: 600px !important
    }

    .theme-5 .sm\:max-w-md {
        max-width: 720px !important
    }

    .theme-5 .sm\:max-w-lg {
        max-width: 1040px !important
    }

    .theme-5 .sm\:h-32px {
        height: 32px !important
    }

    .theme-5 .sm\:h-40px {
        height: 40px !important
    }

    .theme-5 .sm\:h-56px {
        height: 56px !important
    }

    .theme-5 .sm\:h-80px {
        height: 80px !important
    }

    .theme-5 .sm\:h-500px {
        height: 500px !important
    }

    .theme-5 .sm\:h-600px {
        height: 600px !important
    }

    .theme-5 .sm\:order-1 {
        order: 1 !important
    }

    .theme-5 .sm\:m-0 {
        margin: 0 !important
    }

    .theme-5 .sm\:my-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .theme-5 .sm\:my-4 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important
    }

    .theme-5 .sm\:mt-0 {
        margin-top: 0 !important
    }

    .theme-5 .sm\:mt-1 {
        margin-top: .5rem !important
    }

    .theme-5 .sm\:mt-2 {
        margin-top: 1rem !important
    }

    .theme-5 .sm\:mt-3 {
        margin-top: 1.5rem !important
    }

    .theme-5 .sm\:mt-4 {
        margin-top: 2rem !important
    }

    .theme-5 .sm\:mt-6 {
        margin-top: 3rem !important
    }

    .theme-5 .sm\:mb-6 {
        margin-bottom: 3rem !important
    }

    .theme-5 .sm\:mb-8 {
        margin-bottom: 4rem !important
    }

    .theme-5 .sm\:p-3 {
        padding: 1.5rem !important
    }

    .theme-5 .sm\:p-4 {
        padding: 2rem !important
    }

    .theme-5 .sm\:p-6 {
        padding: 3rem !important
    }

    .theme-5 .sm\:px-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .theme-5 .sm\:px-4 {
        padding-right: 2rem !important;
        padding-left: 2rem !important
    }

    .theme-5 .sm\:py-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .theme-5 .sm\:py-8 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .theme-5 .sm\:py-9 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important
    }

    .theme-5 .sm\:pt-6 {
        padding-top: 3rem !important
    }

    .theme-5 .sm\:pt-8 {
        padding-top: 4rem !important
    }

    .theme-5 .sm\:pt-10 {
        padding-top: 8rem !important
    }

    .theme-5 .sm\:pb-6 {
        padding-bottom: 3rem !important
    }

    .theme-5 .sm\:pb-8 {
        padding-bottom: 4rem !important
    }

    .theme-5 .sm\:pb-9 {
        padding-bottom: 6rem !important
    }

    .theme-5 .sm\:gap-3 {
        gap: 1.5rem !important
    }

    .theme-5 .sm\:gap-4 {
        gap: 2rem !important
    }

    .theme-5 .sm\:gap-6 {
        gap: 3rem !important
    }

    .theme-5 .sm\:gap-8 {
        gap: 4rem !important
    }

    .theme-5 .sm\:fs-4 {
        font-size: 1.25rem !important
    }

    .theme-5 .sm\:fs-5 {
        font-size: 1.125rem !important
    }

    .theme-5 .sm\:fs-6 {
        font-size: 1rem !important
    }

    .theme-5 .sm\:text-start {
        text-align: left !important
    }

    .theme-5 .sm\:text-center {
        text-align: center !important
    }

    .theme-5 .sm\:rounded-1-5 {
        border-radius: 12px !important
    }

    .theme-5 .sm\:rounded-2 {
        border-radius: 16px !important
    }

    .theme-5 .sm\:rounded-start-0 {
        border-bottom-left-radius: 0 !important;
        border-top-left-radius: 0 !important
    }

    .theme-5 .sm\:min-w-100px {
        min-width: 100px !important
    }

    .theme-5 .sm\:min-w-150px {
        min-width: 150px !important
    }

    .theme-5 .sm\:min-h-100px {
        min-height: 100px !important
    }

    .theme-5 .sm\:icon-3 {
        width: 32px !important;
        height: 32px !important;
        font-size: 32px !important
    }

    .theme-5 .sm\:rounded-top-end-0 {
        border-top-right-radius: 0 !important
    }

    .theme-5 .sm\:rounded-bottom-end-0 {
        border-bottom-right-radius: 0 !important
    }
}

@media(min-width:768px) {
    .theme-5 .md\:d-block {
        display: block !important
    }

    .theme-5 .md\:d-flex {
        display: flex !important
    }

    .theme-5 .md\:d-none {
        display: none !important
    }

    .theme-5 .md\:w-40px {
        width: 40px !important
    }

    .theme-5 .md\:w-48px {
        width: 48px !important
    }

    .theme-5 .md\:w-56px {
        width: 56px !important
    }

    .theme-5 .md\:w-100px {
        width: 100px !important
    }

    .theme-5 .md\:w-500px {
        width: 500px !important
    }

    .theme-5 .md\:w-1\/2 {
        width: 50% !important
    }

    .theme-5 .md\:max-w-128px {
        max-width: 128px !important
    }

    .theme-5 .md\:max-w-150px {
        max-width: 150px !important
    }

    .theme-5 .md\:max-w-1\/2 {
        max-width: 50% !important
    }

    .theme-5 .md\:h-40px {
        height: 40px !important
    }

    .theme-5 .md\:h-48px {
        height: 48px !important
    }

    .theme-5 .md\:h-100px {
        height: 100px !important
    }

    .theme-5 .md\:h-screen {
        height: 100vh !important
    }

    .theme-5 .md\:justify-start {
        justify-content: flex-start !important
    }

    .theme-5 .md\:items-end {
        align-items: flex-end !important
    }

    .theme-5 .md\:order-1 {
        order: 1 !important
    }

    .theme-5 .md\:order-2 {
        order: 2 !important
    }

    .theme-5 .md\:m-2 {
        margin: 1rem !important
    }

    .theme-5 .md\:my-2 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .theme-5 .md\:my-3 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .theme-5 .md\:mt-2 {
        margin-top: 1rem !important
    }

    .theme-5 .md\:mt-4 {
        margin-top: 2rem !important
    }

    .theme-5 .md\:mt-6 {
        margin-top: 3rem !important
    }

    .theme-5 .md\:mt-8 {
        margin-top: 4rem !important
    }

    .theme-5 .md\:me-2 {
        margin-right: 1rem !important
    }

    .theme-5 .md\:mb-4 {
        margin-bottom: 2rem !important
    }

    .theme-5 .md\:ms-2 {
        margin-left: 1rem !important
    }

    .theme-5 .md\:mt-n10 {
        margin-top: -8rem !important
    }

    .theme-5 .md\:p-2 {
        padding: 1rem !important
    }

    .theme-5 .md\:p-3 {
        padding: 1.5rem !important
    }

    .theme-5 .md\:p-4 {
        padding: 2rem !important
    }

    .theme-5 .md\:p-6 {
        padding: 3rem !important
    }

    .theme-5 .md\:p-8 {
        padding: 4rem !important
    }

    .theme-5 .md\:px-4 {
        padding-right: 2rem !important;
        padding-left: 2rem !important
    }

    .theme-5 .md\:py-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .theme-5 .md\:py-8 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .theme-5 .md\:pt-6 {
        padding-top: 3rem !important
    }

    .theme-5 .md\:pt-8 {
        padding-top: 4rem !important
    }

    .theme-5 [dir=ltr] .ltr\:md\:pe-8 {
        padding-right: 4rem !important
    }

    .theme-5 .md\:pb-0 {
        padding-bottom: 0 !important
    }

    .theme-5 .md\:pb-6 {
        padding-bottom: 3rem !important
    }

    .theme-5 [dir=rtl] .rtl\:md\:ps-8 {
        padding-left: 4rem !important
    }

    .theme-5 .md\:gap-2 {
        gap: 1rem !important
    }

    .theme-5 .md\:gap-3 {
        gap: 1.5rem !important
    }

    .theme-5 .md\:gap-4 {
        gap: 2rem !important
    }

    .theme-5 .md\:gap-6 {
        gap: 3rem !important
    }

    .theme-5 .md\:fs-5 {
        font-size: 1.125rem !important
    }

    .theme-5 .md\:fs-6 {
        font-size: 1rem !important
    }

    .theme-5 .md\:min-h-250px {
        min-height: 250px !important
    }

    .theme-5 .md\:icon-1 {
        width: 20px !important;
        height: 20px !important;
        font-size: 20px !important
    }

    .theme-5 .md\:icon-2 {
        width: 24px !important;
        height: 24px !important;
        font-size: 24px !important
    }
}

@media(min-width:992px) {
    .theme-5 .lg\:overflow-hidden {
        overflow: hidden !important
    }

    .theme-5 .lg\:d-inline-block {
        display: inline-block !important
    }

    .theme-5 .lg\:d-block {
        display: block !important
    }

    .theme-5 .lg\:d-flex {
        display: flex !important
    }

    .theme-5 .lg\:d-inline-flex {
        display: inline-flex !important
    }

    .theme-5 .lg\:d-none {
        display: none !important
    }

    .theme-5 .lg\:w-40px {
        width: 40px !important
    }

    .theme-5 .lg\:w-48px {
        width: 48px !important
    }

    .theme-5 .lg\:w-56px {
        width: 56px !important
    }

    .theme-5 .lg\:w-64px {
        width: 64px !important
    }

    .theme-5 .lg\:w-72px {
        width: 72px !important
    }

    .theme-5 .lg\:w-80px {
        width: 80px !important
    }

    .theme-5 .lg\:w-96px {
        width: 96px !important
    }

    .theme-5 .lg\:w-100px {
        width: 100px !important
    }

    .theme-5 .lg\:w-128px {
        width: 128px !important
    }

    .theme-5 .lg\:w-150px {
        width: 150px !important
    }

    .theme-5 .lg\:w-200px {
        width: 200px !important
    }

    .theme-5 .lg\:w-250px {
        width: 250px !important
    }

    .theme-5 .lg\:w-300px {
        width: 300px !important
    }

    .theme-5 .lg\:w-450px {
        width: 450px !important
    }

    .theme-5 .lg\:w-500px {
        width: 500px !important
    }

    .theme-5 .lg\:w-800px {
        width: 800px !important
    }

    .theme-5 .lg\:w-1\/6 {
        width: 16.6666667% !important
    }

    .theme-5 .lg\:w-5\/6 {
        width: 83.3333333% !important
    }

    .theme-5 .lg\:w-1\/3 {
        width: 33.3333333% !important
    }

    .theme-5 .lg\:w-1\/2 {
        width: 50% !important
    }

    .theme-5 .lg\:max-w-56px {
        max-width: 56px !important
    }

    .theme-5 .lg\:max-w-80px {
        max-width: 80px !important
    }

    .theme-5 .lg\:max-w-128px {
        max-width: 128px !important
    }

    .theme-5 .lg\:max-w-300px {
        max-width: 300px !important
    }

    .theme-5 .lg\:max-w-350px {
        max-width: 350px !important
    }

    .theme-5 .lg\:max-w-500px {
        max-width: 500px !important
    }

    .theme-5 .lg\:max-w-600px {
        max-width: 600px !important
    }

    .theme-5 .lg\:max-w-650px {
        max-width: 650px !important
    }

    .theme-5 .lg\:max-w-700px {
        max-width: 700px !important
    }

    .theme-5 .lg\:max-w-750px {
        max-width: 750px !important
    }

    .theme-5 .lg\:max-w-900px {
        max-width: 900px !important
    }

    .theme-5 .lg\:max-w-950px {
        max-width: 950px !important
    }

    .theme-5 .lg\:max-w-3\/5 {
        max-width: 60% !important
    }

    .theme-5 .lg\:max-w-1\/2 {
        max-width: 50% !important
    }

    .theme-5 .lg\:max-w-lg {
        max-width: 1040px !important
    }

    .theme-5 .lg\:h-40px {
        height: 40px !important
    }

    .theme-5 .lg\:h-48px {
        height: 48px !important
    }

    .theme-5 .lg\:h-56px {
        height: 56px !important
    }

    .theme-5 .lg\:h-64px {
        height: 64px !important
    }

    .theme-5 .lg\:h-80px {
        height: 80px !important
    }

    .theme-5 .lg\:h-96px {
        height: 96px !important
    }

    .theme-5 .lg\:h-100px {
        height: 100px !important
    }

    .theme-5 .lg\:h-150px {
        height: 150px !important
    }

    .theme-5 .lg\:h-500px {
        height: 500px !important
    }

    .theme-5 .lg\:h-screen {
        height: 100vh !important
    }

    .theme-5 .lg\:max-h-550px {
        max-height: 550px !important
    }

    .theme-5 .lg\:justify-start {
        justify-content: flex-start !important
    }

    .theme-5 .lg\:justify-center {
        justify-content: center !important
    }

    .theme-5 .lg\:justify-end {
        justify-content: flex-end !important
    }

    .theme-5 .lg\:justify-between {
        justify-content: space-between !important
    }

    .theme-5 .lg\:items-start {
        align-items: flex-start !important
    }

    .theme-5 .lg\:order-0 {
        order: 0 !important
    }

    .theme-5 .lg\:order-1 {
        order: 1 !important
    }

    .theme-5 .lg\:order-2 {
        order: 2 !important
    }

    .theme-5 .lg\:m-0 {
        margin: 0 !important
    }

    .theme-5 .lg\:m-2 {
        margin: 1rem !important
    }

    .theme-5 .lg\:m-6 {
        margin: 3rem !important
    }

    .theme-5 .lg\:m-auto {
        margin: auto !important
    }

    .theme-5 .lg\:mx-2 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .theme-5 .lg\:mx-3 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .theme-5 .lg\:mx-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .theme-5 .lg\:my-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .theme-5 .lg\:my-3 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .theme-5 .lg\:my-4 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important
    }

    .theme-5 .lg\:my-6 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .theme-5 .lg\:mt-0 {
        margin-top: 0 !important
    }

    .theme-5 .lg\:mt-2 {
        margin-top: 1rem !important
    }

    .theme-5 .lg\:mt-3 {
        margin-top: 1.5rem !important
    }

    .theme-5 .lg\:mt-4 {
        margin-top: 2rem !important
    }

    .theme-5 .lg\:mt-6 {
        margin-top: 3rem !important
    }

    .theme-5 .lg\:mt-8 {
        margin-top: 4rem !important
    }

    .theme-5 .lg\:mt-9 {
        margin-top: 6rem !important
    }

    .theme-5 .lg\:me-5 {
        margin-right: 2.5rem !important
    }

    .theme-5 .lg\:mb-2 {
        margin-bottom: 1rem !important
    }

    .theme-5 .lg\:mb-3 {
        margin-bottom: 1.5rem !important
    }

    .theme-5 .lg\:mb-5 {
        margin-bottom: 2.5rem !important
    }

    .theme-5 .lg\:mb-6 {
        margin-bottom: 3rem !important
    }

    .theme-5 .lg\:mb-8 {
        margin-bottom: 4rem !important
    }

    .theme-5 .lg\:mb-9 {
        margin-bottom: 6rem !important
    }

    .theme-5 .lg\:p-3 {
        padding: 1.5rem !important
    }

    .theme-5 .lg\:p-4 {
        padding: 2rem !important
    }

    .theme-5 .lg\:p-5 {
        padding: 2.5rem !important
    }

    .theme-5 .lg\:p-6 {
        padding: 3rem !important
    }

    .theme-5 .lg\:p-8 {
        padding: 4rem !important
    }

    .theme-5 .lg\:px-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .theme-5 .lg\:px-2 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .theme-5 .lg\:px-3 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .theme-5 .lg\:px-4 {
        padding-right: 2rem !important;
        padding-left: 2rem !important
    }

    .theme-5 .lg\:px-5 {
        padding-right: 2.5rem !important;
        padding-left: 2.5rem !important
    }

    .theme-5 .lg\:px-6 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .theme-5 .lg\:py-3 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .theme-5 .lg\:py-4 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important
    }

    .theme-5 .lg\:py-5 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important
    }

    .theme-5 .lg\:py-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .theme-5 .lg\:py-8 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .theme-5 .lg\:py-9 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important
    }

    .theme-5 .lg\:py-10 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important
    }

    .theme-5 .lg\:pt-0 {
        padding-top: 0 !important
    }

    .theme-5 .lg\:pt-2 {
        padding-top: 1rem !important
    }

    .theme-5 .lg\:pt-4 {
        padding-top: 2rem !important
    }

    .theme-5 .lg\:pt-6 {
        padding-top: 3rem !important
    }

    .theme-5 .lg\:pt-8 {
        padding-top: 4rem !important
    }

    .theme-5 .lg\:pt-10 {
        padding-top: 8rem !important
    }

    .theme-5 [dir=rtl] .rtl\:lg\:pe-4 {
        padding-right: 2rem !important
    }

    .theme-5 .lg\:pb-3 {
        padding-bottom: 1.5rem !important
    }

    .theme-5 .lg\:pb-6 {
        padding-bottom: 3rem !important
    }

    .theme-5 .lg\:pb-8 {
        padding-bottom: 4rem !important
    }

    .theme-5 .lg\:pb-9 {
        padding-bottom: 6rem !important
    }

    .theme-5 [dir=ltr] .ltr\:lg\:ps-4 {
        padding-left: 2rem !important
    }

    .theme-5 .lg\:gap-1 {
        gap: .5rem !important
    }

    .theme-5 .lg\:gap-2 {
        gap: 1rem !important
    }

    .theme-5 .lg\:gap-3 {
        gap: 1.5rem !important
    }

    .theme-5 .lg\:gap-4 {
        gap: 2rem !important
    }

    .theme-5 .lg\:gap-6 {
        gap: 3rem !important
    }

    .theme-5 .lg\:gap-8 {
        gap: 4rem !important
    }

    .theme-5 .lg\:gap-9 {
        gap: 6rem !important
    }

    .theme-5 .lg\:fs-3 {
        font-size: 1.5rem !important
    }

    .theme-5 .lg\:fs-4 {
        font-size: 1.25rem !important
    }

    .theme-5 .lg\:fs-5 {
        font-size: 1.125rem !important
    }

    .theme-5 .lg\:fs-6 {
        font-size: 1rem !important
    }

    .theme-5 .lg\:text-start,
    .theme-5 [dir=ltr] .ltr\:lg\:text-start {
        text-align: left !important
    }

    .theme-5 [dir=rtl] .rtl\:lg\:text-end {
        text-align: right !important
    }

    .theme-5 .lg\:rounded-1-5 {
        border-radius: 12px !important
    }

    .theme-5 .lg\:rounded-2 {
        border-radius: 16px !important
    }

    .theme-5 .lg\:rounded-3 {
        border-radius: 24px !important
    }

    .theme-5 .lg\:rounded-4 {
        border-radius: 32px !important
    }

    .theme-5 .lg\:rounded-pill {
        border-radius: 50rem !important
    }

    .theme-5 .lg\:rounded-top-0 {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important
    }

    .theme-5 .lg\:rounded-bottom-3 {
        border-bottom-right-radius: 24px !important;
        border-bottom-left-radius: 24px !important
    }

    .theme-5 .lg\:rounded-bottom-5 {
        border-bottom-right-radius: 40px !important;
        border-bottom-left-radius: 40px !important
    }

    .theme-5 .lg\:rounded-bottom-0 {
        border-bottom-right-radius: 0 !important;
        border-bottom-left-radius: 0 !important
    }

    .theme-5 .lg\:rounded-start-1-5 {
        border-bottom-left-radius: 12px !important;
        border-top-left-radius: 12px !important
    }

    .theme-5 .lg\:min-w-80px {
        min-width: 80px !important
    }

    .theme-5 .lg\:min-w-150px {
        min-width: 150px !important
    }

    .theme-5 .lg\:min-w-300px {
        min-width: 300px !important
    }

    .theme-5 .lg\:min-w-1\/4 {
        min-width: 25% !important
    }

    .theme-5 .lg\:min-h-80px {
        min-height: 80px !important
    }

    .theme-5 .lg\:min-h-96px {
        min-height: 96px !important
    }

    .theme-5 .lg\:min-h-100px {
        min-height: 100px !important
    }

    .theme-5 .lg\:min-h-600px {
        min-height: 600px !important
    }

    .theme-5 .lg\:icon-3 {
        width: 32px !important;
        height: 32px !important;
        font-size: 32px !important
    }

    .theme-5 .lg\:icon-4 {
        width: 48px !important;
        height: 48px !important;
        font-size: 48px !important
    }

    .theme-5 .lg\:hover\:scale-105:hover {
        transform: scale(1.05) !important
    }

    .theme-5 .lg\:hover\:-translate-y-2:hover {
        transform: translateY(-1rem) !important
    }

    .theme-5 .lg\:-rotate-2 {
        transform: rotate(-2deg) !important
    }

    .theme-5 .lg\:rounded-top-start-0 {
        border-top-left-radius: 0 !important
    }

    .theme-5 .lg\:rounded-top-end-1-5 {
        border-top-right-radius: 12px !important
    }

    .theme-5 .lg\:rounded-top-end-0 {
        border-top-right-radius: 0 !important
    }

    .theme-5 .lg\:rounded-bottom-end-0 {
        border-bottom-right-radius: 0 !important
    }

    .theme-5 .lg\:ratio-1x1 {
        --bs-aspect-ratio: 100% !important
    }
}

@media(min-width:1200px) {
    .theme-5 .xl\:d-block {
        display: block !important
    }

    .theme-5 .xl\:d-flex {
        display: flex !important
    }

    .theme-5 .xl\:d-inline-flex {
        display: inline-flex !important
    }

    .theme-5 .xl\:d-none {
        display: none !important
    }

    .theme-5 .xl\:w-24px {
        width: 24px !important
    }

    .theme-5 .xl\:w-32px {
        width: 32px !important
    }

    .theme-5 .xl\:w-48px {
        width: 48px !important
    }

    .theme-5 .xl\:w-56px {
        width: 56px !important
    }

    .theme-5 .xl\:w-64px {
        width: 64px !important
    }

    .theme-5 .xl\:w-80px {
        width: 80px !important
    }

    .theme-5 .xl\:w-150px {
        width: 150px !important
    }

    .theme-5 .xl\:w-250px {
        width: 250px !important
    }

    .theme-5 .xl\:w-300px {
        width: 300px !important
    }

    .theme-5 .xl\:w-350px {
        width: 350px !important
    }

    .theme-5 .xl\:w-400px {
        width: 400px !important
    }

    .theme-5 .xl\:w-450px {
        width: 450px !important
    }

    .theme-5 .xl\:w-600px {
        width: 600px !important
    }

    .theme-5 .xl\:w-auto {
        width: auto !important
    }

    .theme-5 .xl\:max-w-600px {
        max-width: 600px !important
    }

    .theme-5 .xl\:max-w-700px {
        max-width: 700px !important
    }

    .theme-5 .xl\:max-w-800px {
        max-width: 800px !important
    }

    .theme-5 .xl\:max-w-3\/4 {
        max-width: 75% !important
    }

    .theme-5 .xl\:max-w-md {
        max-width: 720px !important
    }

    .theme-5 .xl\:max-w-lg {
        max-width: 1040px !important
    }

    .theme-5 .xl\:max-w-xl {
        max-width: 1280px !important
    }

    .theme-5 .xl\:h-48px {
        height: 48px !important
    }

    .theme-5 .xl\:h-56px {
        height: 56px !important
    }

    .theme-5 .xl\:h-64px {
        height: 64px !important
    }

    .theme-5 .xl\:h-650px {
        height: 650px !important
    }

    .theme-5 .xl\:h-screen {
        height: 100vh !important
    }

    .theme-5 .xl\:m-9 {
        margin: 6rem !important
    }

    .theme-5 .xl\:my-8 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important
    }

    .theme-5 .xl\:mt-1 {
        margin-top: .5rem !important
    }

    .theme-5 .xl\:mt-2 {
        margin-top: 1rem !important
    }

    .theme-5 .xl\:mt-4 {
        margin-top: 2rem !important
    }

    .theme-5 .xl\:mt-6 {
        margin-top: 3rem !important
    }

    .theme-5 .xl\:mt-8 {
        margin-top: 4rem !important
    }

    .theme-5 .xl\:mt-9 {
        margin-top: 6rem !important
    }

    .theme-5 .xl\:mt-10 {
        margin-top: 8rem !important
    }

    .theme-5 .xl\:me-4,
    .theme-5 [dir=rtl] .rtl\:xl\:me-4 {
        margin-right: 2rem !important
    }

    .theme-5 [dir=ltr] .ltr\:xl\:me-7 {
        margin-right: 3.5rem !important
    }

    .theme-5 .xl\:mb-2 {
        margin-bottom: 1rem !important
    }

    .theme-5 .xl\:mb-3 {
        margin-bottom: 1.5rem !important
    }

    .theme-5 .xl\:mb-6 {
        margin-bottom: 3rem !important
    }

    .theme-5 .xl\:mb-8 {
        margin-bottom: 4rem !important
    }

    .theme-5 .xl\:mb-9 {
        margin-bottom: 6rem !important
    }

    .theme-5 [dir=ltr] .ltr\:xl\:ms-4 {
        margin-left: 2rem !important
    }

    .theme-5 [dir=rtl] .rtl\:xl\:ms-7 {
        margin-left: 3.5rem !important
    }

    .theme-5 .xl\:p-3 {
        padding: 1.5rem !important
    }

    .theme-5 .xl\:p-4 {
        padding: 2rem !important
    }

    .theme-5 .xl\:p-5 {
        padding: 2.5rem !important
    }

    .theme-5 .xl\:p-6 {
        padding: 3rem !important
    }

    .theme-5 .xl\:p-8 {
        padding: 4rem !important
    }

    .theme-5 .xl\:p-9 {
        padding: 6rem !important
    }

    .theme-5 .xl\:px-3 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .theme-5 .xl\:px-4 {
        padding-right: 2rem !important;
        padding-left: 2rem !important
    }

    .theme-5 .xl\:px-6 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .theme-5 .xl\:px-8 {
        padding-right: 4rem !important;
        padding-left: 4rem !important
    }

    .theme-5 .xl\:px-9 {
        padding-right: 6rem !important;
        padding-left: 6rem !important
    }

    .theme-5 .xl\:px-10 {
        padding-right: 8rem !important;
        padding-left: 8rem !important
    }

    .theme-5 .xl\:py-3 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .theme-5 .xl\:py-8 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .theme-5 .xl\:py-9 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important
    }

    .theme-5 .xl\:py-10 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important
    }

    .theme-5 .xl\:pt-0 {
        padding-top: 0 !important
    }

    .theme-5 .xl\:pt-9 {
        padding-top: 6rem !important
    }

    .theme-5 .xl\:pt-10 {
        padding-top: 8rem !important
    }

    .theme-5 [dir=rtl] .rtl\:xl\:pe-6 {
        padding-right: 3rem !important
    }

    .theme-5 .xl\:pb-9 {
        padding-bottom: 6rem !important
    }

    .theme-5 .xl\:pb-10 {
        padding-bottom: 8rem !important
    }

    .theme-5 [dir=ltr] .ltr\:xl\:ps-6 {
        padding-left: 3rem !important
    }

    .theme-5 .xl\:gap-1 {
        gap: .5rem !important
    }

    .theme-5 .xl\:gap-2 {
        gap: 1rem !important
    }

    .theme-5 .xl\:gap-3 {
        gap: 1.5rem !important
    }

    .theme-5 .xl\:gap-4 {
        gap: 2rem !important
    }

    .theme-5 .xl\:gap-5 {
        gap: 2.5rem !important
    }

    .theme-5 .xl\:gap-6 {
        gap: 3rem !important
    }

    .theme-5 .xl\:gap-8 {
        gap: 4rem !important
    }

    .theme-5 .xl\:gap-9 {
        gap: 6rem !important
    }

    .theme-5 .xl\:fs-2 {
        font-size: 1.75rem !important
    }

    .theme-5 .xl\:fs-3 {
        font-size: 1.5rem !important
    }

    .theme-5 .xl\:fs-4 {
        font-size: 1.25rem !important
    }

    .theme-5 .xl\:fs-5 {
        font-size: 1.125rem !important
    }

    .theme-5 .xl\:fs-6 {
        font-size: 1rem !important
    }

    .theme-5 .xl\:rounded-2 {
        border-radius: 16px !important
    }

    .theme-5 .xl\:rounded-3 {
        border-radius: 24px !important
    }

    .theme-5 .xl\:min-w-200px {
        min-width: 200px !important
    }

    .theme-5 .xl\:min-h-300px {
        min-height: 300px !important
    }

    .theme-5 .xl\:min-h-700px {
        min-height: 700px !important
    }

    .theme-5 .xl\:icon-2 {
        width: 24px !important;
        height: 24px !important;
        font-size: 24px !important
    }
}

.theme-5 .bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--uc-gradient-stops)) !important
}

.theme-5 .bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--uc-gradient-stops)) !important
}

.theme-5 .bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--uc-gradient-stops)) !important
}

.theme-5 .bg-gradient-45 {
    background-image: linear-gradient(45deg, var(--uc-gradient-stops)) !important
}

.theme-5 :where(.uc-dark) .dark\:bg-gradient-45 {
    background-image: linear-gradient(45deg, var(--uc-gradient-stops)) !important
}

.theme-5 .to-transparent {
    --uc-gradient-to: hsla(0, 0%, 100%, 0)
}

.theme-5 .from-transparent {
    --uc-gradient-from: transparent;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-5 .via-transparent {
    --uc-gradient-stops: var(--uc-gradient-from), transparent, var(--uc-gradient-to) !important
}

.theme-5 .from-black {
    --uc-gradient-from: #000;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-5 .to-white {
    --uc-gradient-to: #fff
}

.theme-5 .from-white {
    --uc-gradient-from: #fff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-5 .from-primary {
    --uc-gradient-from: var(--color-primary);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-5 .from-secondary {
    --uc-gradient-from: #f3ece7;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-5 .from-gray-800 {
    --uc-gradient-from: #141717;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-5 .to-gray-900 {
    --uc-gradient-to: #0a0b0c
}

.theme-5 .to-primary-25 {
    --uc-gradient-to: #fcfffb
}

.theme-5 .to-primary-700 {
    --uc-gradient-to: #74996c
}

.theme-5 .to-primary-800 {
    --uc-gradient-to: #4d6648
}

.theme-5 .from-indigo {
    --uc-gradient-from: #553cdf;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-5 .to-pink {
    --uc-gradient-to: #f06b9d
}

.theme-5 .from-pink-100 {
    --uc-gradient-from: #fce1eb;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-5 .to-orange-100 {
    --uc-gradient-to: #fee1d2
}

.theme-5 .from-tertiary {
    --uc-gradient-from: #0c5263;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-5 .from-tertiary-200 {
    --uc-gradient-from: #9ebac1;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-5 .from-tertiary-600 {
    --uc-gradient-from: #0a424f;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-5 :where(.uc-dark) .dark\:to-black {
    --uc-gradient-to: #000
}

.theme-5 :where(.uc-dark) .dark\:from-gray-700 {
    --uc-gradient-from: #1d2223;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-5 :where(.uc-dark) .dark\:from-gray-800 {
    --uc-gradient-from: #141717;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-5 :where(.uc-dark) .dark\:to-gray-900 {
    --uc-gradient-to: #0a0b0c
}

.theme-5 :where(.uc-dark) .dark\:from-primary-700 {
    --uc-gradient-from: #74996c;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-5 :where(.uc-dark) .dark\:to-tertiary {
    --uc-gradient-to: #0c5263
}

.theme-5 :where(.uc-dark) .dark\:from-tertiary-200 {
    --uc-gradient-from: #9ebac1;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-5 :where(.uc-dark) .dark\:from-tertiary-700 {
    --uc-gradient-from: #07313b;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-5 :where(.uc-dark) .dark\:to-tertiary-800 {
    --uc-gradient-to: #052128
}

.theme-5 :where(.uc-dark) .dark\:from-tertiary-800 {
    --uc-gradient-from: #052128;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

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

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

@font-face {
    font-family: Graphik;
    src: local("Graphik Regular"), url(../media/Graphik-Regular.3efae14f.woff2), url(../media/Graphik-Regular.5a033eb6.woff);
    font-weight: 400;
    text-rendering: optimizeLegibility;
    font-display: swap;
    ascent-override: 100%
}

@font-face {
    font-family: Graphik;
    src: local("Graphik Medium"), url(../media/Graphik-Medium.a37733ff.woff2), url(../media/Graphik-Medium.b449ec91.woff);
    font-weight: 500;
    text-rendering: optimizeLegibility;
    font-display: swap;
    ascent-override: 100%
}

@font-face {
    font-family: Graphik;
    src: local("Graphik Semibold"), url(../media/Graphik-Semibold.ce13cf0d.woff2), url(../media/Graphik-Semibold.26590ec8.woff);
    font-weight: 700;
    text-rendering: optimizeLegibility;
    font-display: swap;
    ascent-override: 100%
}

@font-face {
    font-family: Mabry Pro;
    src: local("Mabry Pro Regular"), url(../media/MabryPro-Regular.7b3982f1.woff2), url(../media/MabryPro-Regular.8b70ceb6.woff);
    font-weight: 400;
    text-rendering: optimizeLegibility;
    font-display: swap;
    ascent-override: 90%
}

@font-face {
    font-family: Mabry Pro;
    src: local("Mabry Pro Bold"), url(../media/MabryPro-Bold.f7b05bf0.woff2), url(../media/MabryPro-Bold.f5e9f265.woff);
    font-weight: 700;
    text-rendering: optimizeLegibility;
    font-display: swap;
    ascent-override: 90%
}

@font-face {
    font-family: Degular Display;
    src: local("Degular Display Semidbold"), url(../media/DegularDisplay-Semibold.15d6d500.woff2);
    font-weight: 600;
    text-rendering: optimizeLegibility;
    font-display: swap;
    ascent-override: 100%
}

@font-face {
    font-family: Sharp Grotesk;
    src: local("Sharp Grotesk Medium"), url(../media/SharpGrotesk-Medium.0b4054f4.woff2);
    font-weight: 600;
    text-rendering: optimizeLegibility;
    font-display: swap;
    ascent-override: 100%
}

@font-face {
    font-family: PolySans;
    src: local("PolySans Normal"), url(../media/PolySans-Normal.b40a6e22.ttf);
    font-weight: 400;
    text-rendering: optimizeLegibility;
    font-display: swap;
    ascent-override: 100%
}

@font-face {
    font-family: PolySans;
    src: local("PolySans Bold"), url(../media/PolySans-Medium.227f30ba.woff2);
    font-weight: 700;
    text-rendering: optimizeLegibility;
    font-display: swap;
    ascent-override: 100%
}

.theme-6 {
    --font-family-primary: "Mabry Pro", "IBM Plex Sans Arabic", sans-serif;
    --font-family-secondary: "PolySans", "IBM Plex Sans Arabic", serif;
    --font-family-tertiary: "Mabry Pro", "IBM Plex Sans Arabic", serif;
    --font-family-serif: "Playfair 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: 700;
    --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: 8px;
    --border-size: 1px;
    --border-color: hsla(0, 0%, 51%, .25);
    --shadow-color: rgba(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: #292352;
    --color-gray-10: #f9f8fa;
    --color-gray-25: #f4f4f6;
    --color-gray-50: #eae9ee;
    --color-gray-100: #d4d3dc;
    --color-gray-200: #a9a7ba;
    --color-gray-300: #7f7b97;
    --color-gray-400: #544f75;
    --color-gray-500: #292352;
    --color-gray-600: #211c42;
    --color-gray-700: #191531;
    --color-gray-800: #100e21;
    --color-gray-900: #080710;
    --color-slate: #6b7280;
    --color-slate-10: #fbfbfb;
    --color-slate-25: #f8f8f9;
    --color-slate-50: #f0f1f2;
    --color-slate-100: #e1e3e6;
    --color-slate-200: #c4c7cc;
    --color-slate-300: #a6aab3;
    --color-slate-400: #898e99;
    --color-slate-500: #6b7280;
    --color-slate-600: #565b66;
    --color-slate-700: #40444d;
    --color-slate-800: #2b2e33;
    --color-slate-900: #15171a;
    --color-primary: #117465;
    --color-primary-rgb: 17, 116, 101;
    --btn-hover-bg: #0e6356;
    --btn-hover-border-color: #0e5d51;
    --color-tertiary-rgb: 229, 253, 197;
    --color-primary-10: #f8fbfa;
    --color-primary-25: #f3f8f7;
    --color-primary-50: #e7f1f0;
    --color-primary-100: #cfe3e0;
    --color-primary-200: #a0c7c1;
    --color-primary-300: #70aca3;
    --color-primary-400: #419084;
    --color-primary-500: var(--color-primary);
    --color-primary-600: var(--btn-hover-border-color);
    --color-primary-700: #0a463d;
    --color-primary-800: #072e28;
    --color-primary-900: #031714;
    --color-secondary: #fef1e7;
    --color-secondary-10: #fffffe;
    --color-secondary-25: #fffefe;
    --color-secondary-50: #fffefd;
    --color-secondary-100: #fffcfa;
    --color-secondary-200: #fff9f5;
    --color-secondary-300: #fef7f1;
    --color-secondary-400: #fef4ec;
    --color-secondary-500: #fef1e7;
    --color-secondary-600: #cbc1b9;
    --color-secondary-700: #98918b;
    --color-secondary-800: #66605c;
    --color-secondary-900: #33302e;
    --color-info: #09c;
    --color-info-10: #f7fcfd;
    --color-info-25: #f2fafc;
    --color-info-50: #e6f5fa;
    --color-info-100: #ccebf5;
    --color-info-200: #99d6eb;
    --color-info-300: #66c2e0;
    --color-info-400: #33add6;
    --color-info-500: #09c;
    --color-info-600: #007aa3;
    --color-info-700: #005c7a;
    --color-info-800: #003d52;
    --color-info-900: #001f29;
    --color-success: #4caf50;
    --color-success-10: #fafdfa;
    --color-success-25: #f6fbf6;
    --color-success-50: #edf7ee;
    --color-success-100: #dbefdc;
    --color-success-200: #b7dfb9;
    --color-success-300: #94cf96;
    --color-success-400: #70bf73;
    --color-success-500: #4caf50;
    --color-success-600: #3d8c40;
    --color-success-700: #2e6930;
    --color-success-800: #1e4620;
    --color-success-900: #0f2310;
    --color-warning: #ffb307;
    --color-warning-10: #fffdf8;
    --color-warning-25: #fffbf3;
    --color-warning-50: #fff7e6;
    --color-warning-100: #fff0cd;
    --color-warning-200: #ffe19c;
    --color-warning-300: #ffd16a;
    --color-warning-400: #ffc239;
    --color-warning-500: #ffb307;
    --color-warning-600: #cc8f06;
    --color-warning-700: #996b04;
    --color-warning-800: #664803;
    --color-warning-900: #332401;
    --color-danger: #e44b4b;
    --color-danger-10: #fefafa;
    --color-danger-25: #fef6f6;
    --color-danger-50: #fceded;
    --color-danger-100: #fadbdb;
    --color-danger-200: #f4b7b7;
    --color-danger-300: #ef9393;
    --color-danger-400: #e96f6f;
    --color-danger-500: #e44b4b;
    --color-danger-600: #b63c3c;
    --color-danger-700: #892d2d;
    --color-danger-800: #5b1e1e;
    --color-danger-900: #2e0f0f;
    --color-blue: #078af3;
    --color-blue-10: #f8fbff;
    --color-blue-25: #f3f9fe;
    --color-blue-50: #e6f3fe;
    --color-blue-100: #cde8fd;
    --color-blue-200: #9cd0fa;
    --color-blue-300: #6ab9f8;
    --color-blue-400: #39a1f5;
    --color-blue-500: #078af3;
    --color-blue-600: #066ec2;
    --color-blue-700: #045392;
    --color-blue-800: #033761;
    --color-blue-900: #011c31;
    --color-indigo: #553cdf;
    --color-indigo-10: #faf9fe;
    --color-indigo-25: #f7f5fd;
    --color-indigo-50: #eeecfc;
    --color-indigo-100: #ddd8f9;
    --color-indigo-200: #bbb1f2;
    --color-indigo-300: #998aec;
    --color-indigo-400: #7763e5;
    --color-indigo-500: #553cdf;
    --color-indigo-600: #4430b2;
    --color-indigo-700: #332486;
    --color-indigo-800: #221859;
    --color-indigo-900: #110c2d;
    --color-purple: #8921e4;
    --color-purple-10: #fbf8fe;
    --color-purple-25: #f9f4fe;
    --color-purple-50: #f3e9fc;
    --color-purple-100: #e7d3fa;
    --color-purple-200: #d0a6f4;
    --color-purple-300: #b87aef;
    --color-purple-400: #a14de9;
    --color-purple-500: #8921e4;
    --color-purple-600: #6e1ab6;
    --color-purple-700: #521489;
    --color-purple-800: #370d5b;
    --color-purple-900: #1b072e;
    --color-red: #ea4335;
    --color-red-10: #fef9f9;
    --color-red-25: #fef6f5;
    --color-red-50: #fdeceb;
    --color-red-100: #fbd9d7;
    --color-red-200: #f7b4ae;
    --color-red-300: #f28e86;
    --color-red-400: #ee695d;
    --color-red-500: #ea4335;
    --color-red-600: #bb362a;
    --color-red-700: #8c2820;
    --color-red-800: #5e1b15;
    --color-red-900: #2f0d0b;
    --color-rose: #d20e4f;
    --color-rose-10: #fef8fa;
    --color-rose-25: #fdf3f6;
    --color-rose-50: #fbe7ed;
    --color-rose-100: #f6cfdc;
    --color-rose-200: #ed9fb9;
    --color-rose-300: #e46e95;
    --color-rose-400: #db3e72;
    --color-rose-500: #d20e4f;
    --color-rose-600: #a80b3f;
    --color-rose-700: #7e082f;
    --color-rose-800: #540620;
    --color-rose-900: #2a0310;
    --color-pink: #f06b9d;
    --color-pink-10: #fffbfc;
    --color-pink-25: #fef8fa;
    --color-pink-50: #fef0f5;
    --color-pink-100: #fce1eb;
    --color-pink-200: #f9c4d8;
    --color-pink-300: #f6a6c4;
    --color-pink-400: #f389b1;
    --color-pink-500: #f06b9d;
    --color-pink-600: #c0567e;
    --color-pink-700: #90405e;
    --color-pink-800: #602b3f;
    --color-pink-900: #30151f;
    --color-orange: #fb6b1e;
    --color-orange-10: #fffbf8;
    --color-orange-25: #fff8f4;
    --color-orange-50: #fff0e9;
    --color-orange-100: #fee1d2;
    --color-orange-200: #fdc4a5;
    --color-orange-300: #fda678;
    --color-orange-400: #fc894b;
    --color-orange-500: #fb6b1e;
    --color-orange-600: #c95618;
    --color-orange-700: #974012;
    --color-orange-800: #642b0c;
    --color-orange-900: #321506;
    --color-yellow: #fcbc05;
    --color-yellow-10: #fffdf8;
    --color-yellow-25: #fffcf3;
    --color-yellow-50: #fff8e6;
    --color-yellow-100: #fef2cd;
    --color-yellow-200: #fee49b;
    --color-yellow-300: #fdd769;
    --color-yellow-400: #fdc937;
    --color-yellow-500: #fcbc05;
    --color-yellow-600: #ca9604;
    --color-yellow-700: #977103;
    --color-yellow-800: #654b02;
    --color-yellow-900: #322601;
    --color-green: #34a853;
    --color-green-10: #f9fcfa;
    --color-green-25: #f5fbf6;
    --color-green-50: #ebf6ee;
    --color-green-100: #d6eedd;
    --color-green-200: #aedcba;
    --color-green-300: #85cb98;
    --color-green-400: #5db975;
    --color-green-500: #34a853;
    --color-green-600: #2a8642;
    --color-green-700: #1f6532;
    --color-green-800: #154321;
    --color-green-900: #0a2211;
    --color-lime: #aef359;
    --color-lime-10: #fdfffa;
    --color-lime-25: #fbfef7;
    --color-lime-50: #f7feee;
    --color-lime-100: #effdde;
    --color-lime-200: #dffabd;
    --color-lime-300: #cef89b;
    --color-lime-400: #bef57a;
    --color-lime-500: #aef359;
    --color-lime-600: #8bc247;
    --color-lime-700: #689235;
    --color-lime-800: #466124;
    --color-lime-900: #233112;
    --color-teal: #06f6c6;
    --color-teal-10: #f8fffd;
    --color-teal-25: #f3fffc;
    --color-teal-50: #e6fef9;
    --color-teal-100: #cdfdf4;
    --color-teal-200: #9bfbe8;
    --color-teal-300: #6afadd;
    --color-teal-400: #38f8d1;
    --color-teal-500: #06f6c6;
    --color-teal-600: #05c59e;
    --color-teal-700: #049477;
    --color-teal-800: #02624f;
    --color-teal-900: #013128;
    --color-cyan: #38e1ff;
    --color-cyan-10: #f9feff;
    --color-cyan-25: #f5feff;
    --color-cyan-50: #ebfcff;
    --color-cyan-100: #d7f9ff;
    --color-cyan-200: #aff3ff;
    --color-cyan-300: #88edff;
    --color-cyan-400: #60e7ff;
    --color-cyan-500: #38e1ff;
    --color-cyan-600: #2db4cc;
    --color-cyan-700: #228799;
    --color-cyan-800: #165a66;
    --color-cyan-900: #0b2d33;
    --color-tertiary: #e5fdc5;
    --color-tertiary-10: #fefffd;
    --color-tertiary-25: #fefffc;
    --color-tertiary-50: #fcfff9;
    --color-tertiary-100: #fafff3;
    --color-tertiary-200: #f5fee8;
    --color-tertiary-300: #effedc;
    --color-tertiary-400: #eafdd1;
    --color-tertiary-500: #e5fdc5;
    --color-tertiary-600: #b7ca9e;
    --color-tertiary-700: #899876;
    --color-tertiary-800: #5c654f;
    --color-tertiary-900: #2e3327;
    --color-quaternary: #d4d7c2;
    --color-quaternary-10: #fefefd;
    --color-quaternary-25: #fdfdfc;
    --color-quaternary-50: #fbfbf9;
    --color-quaternary-100: #f6f7f3;
    --color-quaternary-200: #eeefe7;
    --color-quaternary-300: #e5e7da;
    --color-quaternary-400: #dddfce;
    --color-quaternary-500: #d4d7c2;
    --color-quaternary-600: #aaac9b;
    --color-quaternary-700: #7f8174;
    --color-quaternary-800: #55564e;
    --color-quaternary-900: #2a2b27;
    --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: -0.0075rem;
    --sizes-text-2xs-size: 0.875rem;
    --sizes-text-2xs-lh: 1.5;
    --sizes-text-2xs-lp: -0.0075rem;
    --sizes-text-xs-size: 1rem;
    --sizes-text-xs-lh: 1.5;
    --sizes-text-xs-lp: -0.00875rem;
    --sizes-text-sm-size: 1.125rem;
    --sizes-text-sm-lh: 1.5;
    --sizes-text-sm-lp: -0.01rem;
    --sizes-text-md-size: 1.25rem;
    --sizes-text-md-lh: 1.5;
    --sizes-text-md-lp: -0.0125rem;
    --sizes-text-lg-size: 1.5rem;
    --sizes-text-lg-lh: 1.5;
    --sizes-text-lg-lp: -0.015rem;
    --sizes-text-xl-size: 1.75rem;
    --sizes-text-xl-lh: 1.5;
    --sizes-text-xl-lp: -0.0175rem;
    --sizes-text-2xl-size: 2rem;
    --sizes-text-2xl-lh: 1.5;
    --sizes-text-2xl-lp: -0.0225rem;
    --sizes-heading-display-1-size: 8rem;
    --sizes-heading-display-1-lh: 1;
    --sizes-heading-display-1-lp: -0.24rem;
    --sizes-heading-display-2-size: 6rem;
    --sizes-heading-display-2-lh: 1;
    --sizes-heading-display-2-lp: -0.18rem;
    --sizes-heading-display-3-size: 5rem;
    --sizes-heading-display-3-lh: 1;
    --sizes-heading-display-3-lp: -0.15rem;
    --sizes-heading-display-4-size: 4.5rem;
    --sizes-heading-display-4-lh: 1;
    --sizes-heading-display-4-lp: -0.135rem;
    --sizes-heading-display-5-size: 4rem;
    --sizes-heading-display-5-lh: 1;
    --sizes-heading-display-5-lp: -0.12rem;
    --sizes-heading-display-6-size: 3.25rem;
    --sizes-heading-display-6-lh: 1;
    --sizes-heading-display-6-lp: -0.105rem;
    --sizes-heading-h1-size: 3rem;
    --sizes-heading-h1-lh: 1.1;
    --sizes-heading-h1-lp: -0.09rem;
    --sizes-heading-h2-size: 2.5rem;
    --sizes-heading-h2-lh: 1.1;
    --sizes-heading-h2-lp: -0.06rem;
    --sizes-heading-h3-size: 2rem;
    --sizes-heading-h3-lh: 1.1;
    --sizes-heading-h3-lp: -0.0525rem;
    --sizes-heading-h4-size: 1.5rem;
    --sizes-heading-h4-lh: 1.2;
    --sizes-heading-h4-lp: -0.045rem;
    --sizes-heading-h5-size: 1.25rem;
    --sizes-heading-h5-lh: 1.2;
    --sizes-heading-h5-lp: -0.03rem;
    --sizes-heading-h6-size: 1.125rem;
    --sizes-heading-h6-lh: 1.2;
    --sizes-heading-h6-lp: -0.03rem;
    --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: 6rem;
    --sizes-spacing-5xl: 8rem;
    --sizes-button-height: 48px;
    --sizes-button-px: 1rem;
    --sizes-button-text: 1rem;
    --sizes-button-radius: var(--radius);
    --sizes-button-2xs-height: 24px;
    --sizes-button-2xs-px: 0.25rem;
    --sizes-button-2xs-text: 0.8rem;
    --sizes-button-2xs-radius: var(--radius);
    --sizes-button-xs-height: 32px;
    --sizes-button-xs-px: 0.5rem;
    --sizes-button-xs-text: 0.825rem;
    --sizes-button-xs-radius: var(--radius);
    --sizes-button-sm-height: 40px;
    --sizes-button-sm-px: 0.75rem;
    --sizes-button-sm-text: 1rem;
    --sizes-button-sm-radius: var(--radius);
    --sizes-button-md-height: 48px;
    --sizes-button-md-px: 1rem;
    --sizes-button-md-text: 1rem;
    --sizes-button-md-radius: var(--radius);
    --sizes-button-lg-height: 56px;
    --sizes-button-lg-px: 1.5rem;
    --sizes-button-lg-text: 1.125rem;
    --sizes-button-lg-radius: var(--radius);
    --sizes-button-xl-height: 64px;
    --sizes-button-xl-px: 2rem;
    --sizes-button-xl-text: 1.25rem;
    --sizes-button-xl-radius: var(--radius);
    --sizes-button-2xl-height: 80px;
    --sizes-button-2xl-px: 3rem;
    --sizes-button-2xl-text: 1.5rem;
    --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-tertiary);
    --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: #fff;
    --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: hsla(0, 0%, 61%, .15);
    --form-color-background-hover: hsla(0, 0%, 61%, .2);
    --form-color-background-disable: hsla(0, 0%, 61%, .4);
    --form-color-background-primary: var(--color-primary);
    --form-color-background-primary-hover: var(--color-primary-60);
    --form-color-placeholder: hsla(0, 0%, 61%, .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: hsla(0, 0%, 61%, .15);
    --form-dark-color-background-hover: hsla(0, 0%, 61%, .2);
    --form-dark-color-background-disable: hsla(0, 0%, 61%, .4);
    --form-dark-color-background-primary: var(--color-primary);
    --form-dark-color-background-primary-hover: var(--color-primary-60);
    --form-dark-color-placeholder: hsla(0, 0%, 61%, .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;
    --bs-link-color: #515151 !important;
    --bs-link-hover-color: #000 !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    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);
    --color-white: #fff;
    --color-black: #000;
    font-feature-settings: "lnum";
    font-variant-numeric: lining-nums;
    --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: var(--color-primary);
    --bs-secondary: #fef1e7;
    --bs-success: #4caf50;
    --bs-info: #09c;
    --bs-warning: #ffb307;
    --bs-danger: #e44b4b;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-gray: #292352;
    --bs-gray-10: #f9f8fa;
    --bs-gray-25: #f4f4f6;
    --bs-gray-50: #eae9ee;
    --bs-gray-100: #d4d3dc;
    --bs-gray-200: #a9a7ba;
    --bs-gray-300: #7f7b97;
    --bs-gray-400: #544f75;
    --bs-gray-500: #292352;
    --bs-gray-600: #211c42;
    --bs-gray-700: #191531;
    --bs-gray-800: #100e21;
    --bs-gray-900: #080710;
    --bs-slate: #6b7280;
    --bs-slate-10: #fbfbfb;
    --bs-slate-25: #f8f8f9;
    --bs-slate-50: #f0f1f2;
    --bs-slate-100: #e1e3e6;
    --bs-slate-200: #c4c7cc;
    --bs-slate-300: #a6aab3;
    --bs-slate-400: #898e99;
    --bs-slate-500: #6b7280;
    --bs-slate-600: #565b66;
    --bs-slate-700: #40444d;
    --bs-slate-800: #2b2e33;
    --bs-slate-900: #15171a;
    --bs-primary-10: #f8fbfa;
    --bs-primary-25: #f3f8f7;
    --bs-primary-50: #e7f1f0;
    --bs-primary-100: #cfe3e0;
    --bs-primary-200: #a0c7c1;
    --bs-primary-300: #70aca3;
    --bs-primary-400: #419084;
    --bs-primary-500: var(--color-primary);
    --bs-primary-600: var(--btn-hover-border-color);
    --bs-primary-700: #0a463d;
    --bs-primary-800: #072e28;
    --bs-primary-900: #031714;
    --bs-secondary-10: #fffffe;
    --bs-secondary-25: #fffefe;
    --bs-secondary-50: #fffefd;
    --bs-secondary-100: #fffcfa;
    --bs-secondary-200: #fff9f5;
    --bs-secondary-300: #fef7f1;
    --bs-secondary-400: #fef4ec;
    --bs-secondary-500: #fef1e7;
    --bs-secondary-600: #cbc1b9;
    --bs-secondary-700: #98918b;
    --bs-secondary-800: #66605c;
    --bs-secondary-900: #33302e;
    --bs-info-10: #f7fcfd;
    --bs-info-25: #f2fafc;
    --bs-info-50: #e6f5fa;
    --bs-info-100: #ccebf5;
    --bs-info-200: #99d6eb;
    --bs-info-300: #66c2e0;
    --bs-info-400: #33add6;
    --bs-info-500: #09c;
    --bs-info-600: #007aa3;
    --bs-info-700: #005c7a;
    --bs-info-800: #003d52;
    --bs-info-900: #001f29;
    --bs-success-10: #fafdfa;
    --bs-success-25: #f6fbf6;
    --bs-success-50: #edf7ee;
    --bs-success-100: #dbefdc;
    --bs-success-200: #b7dfb9;
    --bs-success-300: #94cf96;
    --bs-success-400: #70bf73;
    --bs-success-500: #4caf50;
    --bs-success-600: #3d8c40;
    --bs-success-700: #2e6930;
    --bs-success-800: #1e4620;
    --bs-success-900: #0f2310;
    --bs-warning-10: #fffdf8;
    --bs-warning-25: #fffbf3;
    --bs-warning-50: #fff7e6;
    --bs-warning-100: #fff0cd;
    --bs-warning-200: #ffe19c;
    --bs-warning-300: #ffd16a;
    --bs-warning-400: #ffc239;
    --bs-warning-500: #ffb307;
    --bs-warning-600: #cc8f06;
    --bs-warning-700: #996b04;
    --bs-warning-800: #664803;
    --bs-warning-900: #332401;
    --bs-danger-10: #fefafa;
    --bs-danger-25: #fef6f6;
    --bs-danger-50: #fceded;
    --bs-danger-100: #fadbdb;
    --bs-danger-200: #f4b7b7;
    --bs-danger-300: #ef9393;
    --bs-danger-400: #e96f6f;
    --bs-danger-500: #e44b4b;
    --bs-danger-600: #b63c3c;
    --bs-danger-700: #892d2d;
    --bs-danger-800: #5b1e1e;
    --bs-danger-900: #2e0f0f;
    --bs-blue: #078af3;
    --bs-blue-10: #f8fbff;
    --bs-blue-25: #f3f9fe;
    --bs-blue-50: #e6f3fe;
    --bs-blue-100: #cde8fd;
    --bs-blue-200: #9cd0fa;
    --bs-blue-300: #6ab9f8;
    --bs-blue-400: #39a1f5;
    --bs-blue-500: #078af3;
    --bs-blue-600: #066ec2;
    --bs-blue-700: #045392;
    --bs-blue-800: #033761;
    --bs-blue-900: #011c31;
    --bs-indigo: #553cdf;
    --bs-indigo-10: #faf9fe;
    --bs-indigo-25: #f7f5fd;
    --bs-indigo-50: #eeecfc;
    --bs-indigo-100: #ddd8f9;
    --bs-indigo-200: #bbb1f2;
    --bs-indigo-300: #998aec;
    --bs-indigo-400: #7763e5;
    --bs-indigo-500: #553cdf;
    --bs-indigo-600: #4430b2;
    --bs-indigo-700: #332486;
    --bs-indigo-800: #221859;
    --bs-indigo-900: #110c2d;
    --bs-purple: #8921e4;
    --bs-purple-10: #fbf8fe;
    --bs-purple-25: #f9f4fe;
    --bs-purple-50: #f3e9fc;
    --bs-purple-100: #e7d3fa;
    --bs-purple-200: #d0a6f4;
    --bs-purple-300: #b87aef;
    --bs-purple-400: #a14de9;
    --bs-purple-500: #8921e4;
    --bs-purple-600: #6e1ab6;
    --bs-purple-700: #521489;
    --bs-purple-800: #370d5b;
    --bs-purple-900: #1b072e;
    --bs-red: #ea4335;
    --bs-red-10: #fef9f9;
    --bs-red-25: #fef6f5;
    --bs-red-50: #fdeceb;
    --bs-red-100: #fbd9d7;
    --bs-red-200: #f7b4ae;
    --bs-red-300: #f28e86;
    --bs-red-400: #ee695d;
    --bs-red-500: #ea4335;
    --bs-red-600: #bb362a;
    --bs-red-700: #8c2820;
    --bs-red-800: #5e1b15;
    --bs-red-900: #2f0d0b;
    --bs-rose: #d20e4f;
    --bs-rose-10: #fef8fa;
    --bs-rose-25: #fdf3f6;
    --bs-rose-50: #fbe7ed;
    --bs-rose-100: #f6cfdc;
    --bs-rose-200: #ed9fb9;
    --bs-rose-300: #e46e95;
    --bs-rose-400: #db3e72;
    --bs-rose-500: #d20e4f;
    --bs-rose-600: #a80b3f;
    --bs-rose-700: #7e082f;
    --bs-rose-800: #540620;
    --bs-rose-900: #2a0310;
    --bs-pink: #f06b9d;
    --bs-pink-10: #fffbfc;
    --bs-pink-25: #fef8fa;
    --bs-pink-50: #fef0f5;
    --bs-pink-100: #fce1eb;
    --bs-pink-200: #f9c4d8;
    --bs-pink-300: #f6a6c4;
    --bs-pink-400: #f389b1;
    --bs-pink-500: #f06b9d;
    --bs-pink-600: #c0567e;
    --bs-pink-700: #90405e;
    --bs-pink-800: #602b3f;
    --bs-pink-900: #30151f;
    --bs-orange: #fb6b1e;
    --bs-orange-10: #fffbf8;
    --bs-orange-25: #fff8f4;
    --bs-orange-50: #fff0e9;
    --bs-orange-100: #fee1d2;
    --bs-orange-200: #fdc4a5;
    --bs-orange-300: #fda678;
    --bs-orange-400: #fc894b;
    --bs-orange-500: #fb6b1e;
    --bs-orange-600: #c95618;
    --bs-orange-700: #974012;
    --bs-orange-800: #642b0c;
    --bs-orange-900: #321506;
    --bs-yellow: #fcbc05;
    --bs-yellow-10: #fffdf8;
    --bs-yellow-25: #fffcf3;
    --bs-yellow-50: #fff8e6;
    --bs-yellow-100: #fef2cd;
    --bs-yellow-200: #fee49b;
    --bs-yellow-300: #fdd769;
    --bs-yellow-400: #fdc937;
    --bs-yellow-500: #fcbc05;
    --bs-yellow-600: #ca9604;
    --bs-yellow-700: #977103;
    --bs-yellow-800: #654b02;
    --bs-yellow-900: #322601;
    --bs-green: #34a853;
    --bs-green-10: #f9fcfa;
    --bs-green-25: #f5fbf6;
    --bs-green-50: #ebf6ee;
    --bs-green-100: #d6eedd;
    --bs-green-200: #aedcba;
    --bs-green-300: #85cb98;
    --bs-green-400: #5db975;
    --bs-green-500: #34a853;
    --bs-green-600: #2a8642;
    --bs-green-700: #1f6532;
    --bs-green-800: #154321;
    --bs-green-900: #0a2211;
    --bs-lime: #aef359;
    --bs-lime-10: #fdfffa;
    --bs-lime-25: #fbfef7;
    --bs-lime-50: #f7feee;
    --bs-lime-100: #effdde;
    --bs-lime-200: #dffabd;
    --bs-lime-300: #cef89b;
    --bs-lime-400: #bef57a;
    --bs-lime-500: #aef359;
    --bs-lime-600: #8bc247;
    --bs-lime-700: #689235;
    --bs-lime-800: #466124;
    --bs-lime-900: #233112;
    --bs-teal: #06f6c6;
    --bs-teal-10: #f8fffd;
    --bs-teal-25: #f3fffc;
    --bs-teal-50: #e6fef9;
    --bs-teal-100: #cdfdf4;
    --bs-teal-200: #9bfbe8;
    --bs-teal-300: #6afadd;
    --bs-teal-400: #38f8d1;
    --bs-teal-500: #06f6c6;
    --bs-teal-600: #05c59e;
    --bs-teal-700: #049477;
    --bs-teal-800: #02624f;
    --bs-teal-900: #013128;
    --bs-cyan: #38e1ff;
    --bs-cyan-10: #f9feff;
    --bs-cyan-25: #f5feff;
    --bs-cyan-50: #ebfcff;
    --bs-cyan-100: #d7f9ff;
    --bs-cyan-200: #aff3ff;
    --bs-cyan-300: #88edff;
    --bs-cyan-400: #60e7ff;
    --bs-cyan-500: #38e1ff;
    --bs-cyan-600: #2db4cc;
    --bs-cyan-700: #228799;
    --bs-cyan-800: #165a66;
    --bs-cyan-900: #0b2d33;
    --bs-tertiary: #e5fdc5;
    --bs-tertiary-10: #fefffd;
    --bs-tertiary-25: #fefffc;
    --bs-tertiary-50: #fcfff9;
    --bs-tertiary-100: #fafff3;
    --bs-tertiary-200: #f5fee8;
    --bs-tertiary-300: #effedc;
    --bs-tertiary-400: #eafdd1;
    --bs-tertiary-500: #e5fdc5;
    --bs-tertiary-600: #b7ca9e;
    --bs-tertiary-700: #899876;
    --bs-tertiary-800: #5c654f;
    --bs-tertiary-900: #2e3327;
    --bs-quaternary: #d4d7c2;
    --bs-quaternary-10: #fefefd;
    --bs-quaternary-25: #fdfdfc;
    --bs-quaternary-50: #fbfbf9;
    --bs-quaternary-100: #f6f7f3;
    --bs-quaternary-200: #eeefe7;
    --bs-quaternary-300: #e5e7da;
    --bs-quaternary-400: #dddfce;
    --bs-quaternary-500: #d4d7c2;
    --bs-quaternary-600: #aaac9b;
    --bs-quaternary-700: #7f8174;
    --bs-quaternary-800: #55564e;
    --bs-quaternary-900: #2a2b27;
    --bs-primary-rgb: var(--color-primary-rgb);
    --bs-secondary-rgb: 254, 241, 231;
    --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: 41, 35, 82;
    --bs-gray-10-rgb: 249, 248, 250;
    --bs-gray-25-rgb: 244, 244, 246;
    --bs-gray-50-rgb: 234, 233, 238;
    --bs-gray-100-rgb: 212, 211, 220;
    --bs-gray-200-rgb: 169, 167, 186;
    --bs-gray-300-rgb: 127, 123, 151;
    --bs-gray-400-rgb: 84, 79, 117;
    --bs-gray-500-rgb: 41, 35, 82;
    --bs-gray-600-rgb: 33, 28, 66;
    --bs-gray-700-rgb: 25, 21, 49;
    --bs-gray-800-rgb: 16, 14, 33;
    --bs-gray-900-rgb: 8, 7, 16;
    --bs-slate-rgb: 107, 114, 128;
    --bs-slate-10-rgb: 251, 251, 251;
    --bs-slate-25-rgb: 248, 248, 249;
    --bs-slate-50-rgb: 240, 241, 242;
    --bs-slate-100-rgb: 225, 227, 230;
    --bs-slate-200-rgb: 196, 199, 204;
    --bs-slate-300-rgb: 166, 170, 179;
    --bs-slate-400-rgb: 137, 142, 153;
    --bs-slate-500-rgb: 107, 114, 128;
    --bs-slate-600-rgb: 86, 91, 102;
    --bs-slate-700-rgb: 64, 68, 77;
    --bs-slate-800-rgb: 43, 46, 51;
    --bs-slate-900-rgb: 21, 23, 26;
    --bs-primary-10-rgb: 248, 251, 250;
    --bs-primary-25-rgb: 243, 248, 247;
    --bs-primary-50-rgb: 231, 241, 240;
    --bs-primary-100-rgb: 207, 227, 224;
    --bs-primary-200-rgb: 160, 199, 193;
    --bs-primary-300-rgb: 112, 172, 163;
    --bs-primary-400-rgb: 65, 144, 132;
    --bs-primary-500-rgb: var(--color-primary-rgb);
    --bs-primary-600-rgb: 14, 93, 81;
    --bs-primary-700-rgb: 10, 70, 61;
    --bs-primary-800-rgb: 7, 46, 40;
    --bs-primary-900-rgb: 3, 23, 20;
    --bs-secondary-10-rgb: 255, 255, 254;
    --bs-secondary-25-rgb: 255, 254, 254;
    --bs-secondary-50-rgb: 255, 254, 253;
    --bs-secondary-100-rgb: 255, 252, 250;
    --bs-secondary-200-rgb: 255, 249, 245;
    --bs-secondary-300-rgb: 254, 247, 241;
    --bs-secondary-400-rgb: 254, 244, 236;
    --bs-secondary-500-rgb: 254, 241, 231;
    --bs-secondary-600-rgb: 203, 193, 185;
    --bs-secondary-700-rgb: 152, 145, 139;
    --bs-secondary-800-rgb: 102, 96, 92;
    --bs-secondary-900-rgb: 51, 48, 46;
    --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: var(--color-tertiary-rgb);
    --bs-tertiary-10-rgb: 254, 255, 253;
    --bs-tertiary-25-rgb: 254, 255, 252;
    --bs-tertiary-50-rgb: 252, 255, 249;
    --bs-tertiary-100-rgb: 250, 255, 243;
    --bs-tertiary-200-rgb: 245, 254, 232;
    --bs-tertiary-300-rgb: 239, 254, 220;
    --bs-tertiary-400-rgb: 234, 253, 209;
    --bs-tertiary-500-rgb: var(--color-tertiary-rgb);
    --bs-tertiary-600-rgb: 183, 202, 158;
    --bs-tertiary-700-rgb: 137, 152, 118;
    --bs-tertiary-800-rgb: 92, 101, 79;
    --bs-tertiary-900-rgb: 46, 51, 39;
    --bs-quaternary-rgb: 212, 215, 194;
    --bs-quaternary-10-rgb: 254, 254, 253;
    --bs-quaternary-25-rgb: 253, 253, 252;
    --bs-quaternary-50-rgb: 251, 251, 249;
    --bs-quaternary-100-rgb: 246, 247, 243;
    --bs-quaternary-200-rgb: 238, 239, 231;
    --bs-quaternary-300-rgb: 229, 231, 218;
    --bs-quaternary-400-rgb: 221, 223, 206;
    --bs-quaternary-500-rgb: 212, 215, 194;
    --bs-quaternary-600-rgb: 170, 172, 155;
    --bs-quaternary-700-rgb: 127, 129, 116;
    --bs-quaternary-800-rgb: 85, 86, 78;
    --bs-quaternary-900-rgb: 42, 43, 39;
    --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, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, 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: hsla(0, 0%, 51%, .25);
    --bs-border-color-translucent: rgba(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: #0a58ca;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
    --bs-link-color-rgb: var(--color-gray-900) !important;
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.theme-6 .link,
.theme-6 a {
    color: var(--link-color-text)
}

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

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

.theme-6 .display-5,
.theme-6 .h1,
.theme-6 .h2,
.theme-6 .h3,
.theme-6 .h4,
.theme-6 .h5,
.theme-6 .h6,
.theme-6 h1,
.theme-6 h2,
.theme-6 h3,
.theme-6 h4,
.theme-6 h5,
.theme-6 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);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    color: var(--color-gray-900)
}

.theme-6 .display-5:where(.uc-dark),
.theme-6 .h1:where(.uc-dark),
.theme-6 .h2:where(.uc-dark),
.theme-6 .h3:where(.uc-dark),
.theme-6 .h4:where(.uc-dark),
.theme-6 .h5:where(.uc-dark),
.theme-6 .h6:where(.uc-dark),
.theme-6 :where(.uc-dark) .display-5,
.theme-6 :where(.uc-dark) .h1,
.theme-6 :where(.uc-dark) .h2,
.theme-6 :where(.uc-dark) .h3,
.theme-6 :where(.uc-dark) .h4,
.theme-6 :where(.uc-dark) .h5,
.theme-6 :where(.uc-dark) .h6,
.theme-6 :where(.uc-dark) h1,
.theme-6 :where(.uc-dark) h2,
.theme-6 :where(.uc-dark) h3,
.theme-6 :where(.uc-dark) h4,
.theme-6 :where(.uc-dark) h5,
.theme-6 :where(.uc-dark) h6,
.theme-6 h1:where(.uc-dark),
.theme-6 h2:where(.uc-dark),
.theme-6 h3:where(.uc-dark),
.theme-6 h4:where(.uc-dark),
.theme-6 h5:where(.uc-dark),
.theme-6 h6:where(.uc-dark) {
    color: #fff
}

.theme-6 .ft-primary {
    font-family: var(--font-family-primary) !important
}

.theme-6 .ft-secondary {
    font-family: var(--font-family-secondary) !important
}

.theme-6 .ft-tertiary {
    font-family: var(--font-family-tertiary) !important
}

.theme-6 .cstack {
    display: inline-flex
}

.theme-6 .backtotop-wrap {
    transform: translateY(40px);
    transition: .2s ease
}

.theme-6 .backtotop-wrap [data-uc-backtotop] {
    opacity: 0
}

.theme-6 .backtotop-wrap.uc-active {
    gap: .5rem;
    transform: translateY(0)
}

.theme-6 .backtotop-wrap.uc-active [data-uc-backtotop] {
    opacity: 1
}

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

.theme-6 pre {
    -moz-tab-size: 4;
    tab-size: 4;
    padding: 1.5rem;
    color: inherit
}

.theme-6 :not(pre) > code,
.theme-6 :not(pre) > samp,
.theme-6 pre {
    font-family: var(--font-code-family) !important;
    font-size: .875rem;
    font-style: normal;
    line-height: 1.5rem;
    padding: 1px 4px;
    border-radius: 4px;
    background-color: var(--color-gray-25) !important;
    border-color: var(--color-gray-800) !important
}

.theme-6 :not(pre) > code:where(.uc-dark),
.theme-6 :not(pre) > samp:where(.uc-dark),
.theme-6 :where(.uc-dark) :not(pre) > code,
.theme-6 :where(.uc-dark) :not(pre) > samp,
.theme-6 :where(.uc-dark) pre,
.theme-6 pre:where(.uc-dark) {
    background-color: var(--color-gray-700) !important;
    border-color: var(--color-gray-300) !important
}

.theme-6 :not(pre) > code,
.theme-6 :not(pre) > samp {
    --font-code-family: "IBM Plex Mono", monospace;
    position: relative;
    display: inline;
    font-size: .875rem;
    font-style: italic;
    background-color: hsla(0, 0%, 53%, .1)
}

.theme-6 :not(pre) > samp {
    color: inherit
}

.theme-6 pre code {
    font-family: var(--font-code-family) !important;
    background: hsla(0, 0%, 53%, .15);
    border-radius: 3px;
    padding: 1px 4px 1px 2px
}

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

.theme-6 .panel {
    display: flow-root;
    position: relative;
    box-sizing: border-box
}

.theme-6 .panel > :last-child {
    margin-bottom: 0
}

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

.theme-6 .media-cover {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    object-fit: cover
}

.theme-6 .media-cover,
.theme-6 .position-cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

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

.theme-6 .hr,
.theme-6 hr {
    height: 1px;
    min-width: 1em;
    border-top-color: var(--border-color)
}

.theme-6 .hr.border,
.theme-6 hr.border {
    border-bottom: 0 !important
}

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

.theme-6 .vr.border {
    border-left: 0 !important
}

.theme-6 .link-gradient {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 1px solid;
    border-color: var(--border-color)
}

.theme-6 .bp-lg .lg\:hstack,
.theme-6 .bp-md .md\:hstack,
.theme-6 .bp-sm .hstack-sm,
.theme-6 .bp-sm .sm\:hstack,
.theme-6 .hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch
}

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

.theme-6 [class*=ratio-] {
    position: relative;
    width: 100%
}

.theme-6 [class*=ratio-]:before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.theme-6 [class*=ratio-] > * {
    object-fit: cover
}

.theme-6 svg {
    color: currentColor
}

.theme-6 svg :not([fill=none]) {
    fill: currentColor
}

.theme-6 .uc-offcanvas-bar .uc-link:hover,
.theme-6 .uc-offcanvas-bar a:hover {
    transition: color .2s ease;
    color: var(--color-gray-900)
}

.theme-6 .uc-offcanvas-bar .uc-link:hover:where(.uc-dark),
.theme-6 .uc-offcanvas-bar a:hover:where(.uc-dark),
.theme-6 :where(.uc-dark) .uc-offcanvas-bar .uc-link:hover,
.theme-6 :where(.uc-dark) .uc-offcanvas-bar a:hover {
    color: #fff
}

.theme-6 .uc-link {
    color: var(--color-primary)
}

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

.theme-6 .form-icon-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.theme-6 .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;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.theme-6 .form-icon-group .form-control + .form-icon,
.theme-6 .form-icon-group .form-control-plaintext + .form-icon {
    width: 3rem !important
}

.theme-6 .form-icon-group .form-control-plaintext.form-control-lg + .form-icon,
.theme-6 .form-icon-group .form-control.form-control-lg + .form-icon {
    width: 3.5rem !important
}

.theme-6 .form-icon-group .form-control-plaintext.form-control-sm + .form-icon,
.theme-6 .form-icon-group .form-control.form-control-sm + .form-icon {
    width: 2.5rem !important
}

.theme-6 .form-icon-group .form-control-plaintext.form-control-xs + .form-icon,
.theme-6 .form-icon-group .form-control.form-control-xs + .form-icon {
    width: 2rem !important
}

.theme-6 .form-icon-group:not(.form-icon-flip) .form-control,
.theme-6 .form-icon-group:not(.form-icon-flip) .form-control-plaintext {
    padding-left: 2.75rem !important
}

.theme-6 [dir=rtl] .form-icon-group:not(.form-icon-flip) .form-control,
.theme-6 [dir=rtl] .form-icon-group:not(.form-icon-flip) .form-control-plaintext {
    padding-left: 1rem !important;
    padding-right: 2.75rem !important
}

.theme-6 .form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-lg,
.theme-6 .form-icon-group:not(.form-icon-flip) .form-control.form-control-lg {
    padding-left: 3.25rem !important
}

.theme-6 [dir=rtl] .form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-lg,
.theme-6 [dir=rtl] .form-icon-group:not(.form-icon-flip) .form-control.form-control-lg {
    padding-left: 1rem !important;
    padding-right: 3.25rem !important
}

.theme-6 .form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-sm,
.theme-6 .form-icon-group:not(.form-icon-flip) .form-control.form-control-sm {
    padding-left: 2.25rem !important
}

.theme-6 [dir=rtl] .form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-sm,
.theme-6 [dir=rtl] .form-icon-group:not(.form-icon-flip) .form-control.form-control-sm {
    padding-left: 1rem !important;
    padding-right: 2.25rem !important
}

.theme-6 .form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-xs,
.theme-6 .form-icon-group:not(.form-icon-flip) .form-control.form-control-xs {
    padding-left: 1.75rem !important
}

.theme-6 [dir=rtl] .form-icon-group:not(.form-icon-flip) .form-control-plaintext.form-control-xs,
.theme-6 [dir=rtl] .form-icon-group:not(.form-icon-flip) .form-control.form-control-xs {
    padding-left: 1rem !important;
    padding-right: 1.75rem !important
}

.theme-6 .form-icon-group.form-icon-flip .form-icon {
    right: 0
}

.theme-6 .form-icon-group.form-icon-flip .form-control,
.theme-6 .form-icon-group.form-icon-flip .form-control-plaintext {
    padding-right: 2.75rem !important
}

.theme-6 [dir=rtl] .form-icon-group.form-icon-flip .form-control,
.theme-6 [dir=rtl] .form-icon-group.form-icon-flip .form-control-plaintext {
    padding-right: 1rem !important;
    padding-left: 2.75rem !important
}

.theme-6 .form-icon-group.form-icon-flip .form-control-plaintext.form-control-lg,
.theme-6 .form-icon-group.form-icon-flip .form-control.form-control-lg {
    padding-right: 3.25rem !important
}

.theme-6 [dir=rtl] .form-icon-group.form-icon-flip .form-control-plaintext.form-control-lg,
.theme-6 [dir=rtl] .form-icon-group.form-icon-flip .form-control.form-control-lg {
    padding-right: 1rem !important;
    padding-left: 3.25rem !important
}

.theme-6 .form-icon-group.form-icon-flip .form-control-plaintext.form-control-sm,
.theme-6 .form-icon-group.form-icon-flip .form-control.form-control-sm {
    padding-right: 2.25rem !important
}

.theme-6 [dir=rtl] .form-icon-group.form-icon-flip .form-control-plaintext.form-control-sm,
.theme-6 [dir=rtl] .form-icon-group.form-icon-flip .form-control.form-control-sm {
    padding-right: 1rem !important;
    padding-left: 2.25rem !important
}

.theme-6 .form-icon-group.form-icon-flip .form-control-plaintext.form-control-xs,
.theme-6 .form-icon-group.form-icon-flip .form-control.form-control-xs {
    padding-right: 1.75rem !important
}

.theme-6 [dir=rtl] .form-icon-group.form-icon-flip .form-control-plaintext.form-control-xs,
.theme-6 [dir=rtl] .form-icon-group.form-icon-flip .form-control.form-control-xs {
    padding-right: 1rem !important;
    padding-left: 1.75rem !important
}

.theme-6 .form-control-xs {
    padding: 0 .5rem !important;
    min-height: 32px !important;
    font-size: .875rem !important
}

.theme-6 .bp-sm .sm\:form-control-sm,
.theme-6 .form-control-sm {
    padding: 0 .75rem !important;
    min-height: 40px !important;
    font-size: 1rem !important
}

.theme-6 .bp-lg .lg\:form-control-md,
.theme-6 .form-control-md {
    padding: 0 1rem !important;
    min-height: 48px !important;
    font-size: 1rem !important
}

.theme-6 .form-control-lg {
    padding: 0 1.5rem !important;
    min-height: 56px !important;
    font-size: 1.125rem !important
}

.theme-6 .form-control {
    border-color: var(--border-color) !important;
    background-color: #fff !important
}

.theme-6 .form-control:where(.uc-dark),
.theme-6 :where(.uc-dark) .form-control {
    background-color: transparent !important
}

.theme-6 .form-control {
    color: var(--color-gray-900) !important
}

.theme-6 .form-control:where(.uc-dark),
.theme-6 :where(.uc-dark) .form-control {
    color: #fff !important
}

.theme-6 .form-check-input:focus,
.theme-6 .form-control:focus {
    border-color: var(--color-primary) !important;
    box-shadow: 0 0 0 .25rem var(--shadow-color) !important;
    --shadow-color: rgba(0, 0, 0, .05)
}

.theme-6 .form-check-input:focus:where(.uc-dark),
.theme-6 .form-control:focus:where(.uc-dark),
.theme-6 :where(.uc-dark) .form-check-input:focus,
.theme-6 :where(.uc-dark) .form-control:focus {
    --shadow-color: hsla(0, 0%, 100%, .1)
}

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

.theme-6 [dir=rtl] .form-check {
    padding-left: 0;
    padding-right: 1.5em
}

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

.theme-6 [dir=rtl] .form-select {
    background-position: left .75rem center
}

.theme-6 input::placeholder,
.theme-6 select::placeholder,
.theme-6 textarea::placeholder {
    color: inherit !important
}

.theme-6 input::placeholder,
.theme-6 select::placeholder,
.theme-6 textarea::placeholder {
    opacity: .65 !important
}

.theme-6 :where(.uc-dark) input::placeholder,
.theme-6 :where(.uc-dark) select::placeholder,
.theme-6 :where(.uc-dark) textarea::placeholder,
.theme-6 input:where(.uc-dark)::placeholder,
.theme-6 select:where(.uc-dark)::placeholder,
.theme-6 textarea:where(.uc-dark)::placeholder {
    opacity: .45 !important
}

.theme-6 .btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    height: var(--bs-btn-height);
    text-transform: var(--button-font-transform)
}

.theme-6 .btn.btn-text {
    position: relative;
    padding: 0 0 8px;
    border: 0;
    border-radius: 0;
    margin: 0;
    line-height: 1
}

.theme-6 .btn.btn-text:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
    width: 0;
    background-color: var(--color-primary);
    transition: width .35s cubic-bezier(.38, .01, .43, .16)
}

.theme-6 .btn.btn-text:hover:after {
    width: 100%
}

.theme-6 .btn- {
    --bs-btn-height: 48px !important;
    --bs-btn-padding-y: 0px !important;
    --bs-btn-padding-x: 1rem !important;
    --bs-btn-font-size: 1rem !important
}

.theme-6 .btn-2xs {
    --bs-btn-height: 24px !important;
    --bs-btn-padding-y: 0px !important;
    --bs-btn-padding-x: 0.25rem !important;
    --bs-btn-font-size: 0.8rem !important
}

.theme-6 .btn-xs {
    --bs-btn-height: 32px !important;
    --bs-btn-padding-y: 0px !important;
    --bs-btn-padding-x: 0.5rem !important;
    --bs-btn-font-size: 0.825rem !important
}

.theme-6 .bp-sm .sm\:btn-sm,
.theme-6 .btn-sm {
    --bs-btn-height: 40px !important;
    --bs-btn-padding-y: 0px !important;
    --bs-btn-padding-x: 0.75rem !important;
    --bs-btn-font-size: 1rem !important
}

.theme-6 .bp-lg .lg\:btn-md,
.theme-6 .bp-md .md\:btn-md,
.theme-6 .bp-sm .sm\:btn-md,
.theme-6 .btn-md {
    --bs-btn-height: 48px !important;
    --bs-btn-padding-y: 0px !important;
    --bs-btn-padding-x: 1rem !important;
    --bs-btn-font-size: 1rem !important
}

.theme-6 .bp-lg .lg\:btn-lg,
.theme-6 .bp-md .md\:btn-lg,
.theme-6 .bp-xl .xl\:btn-lg,
.theme-6 .btn-lg {
    --bs-btn-height: 56px !important;
    --bs-btn-padding-y: 0px !important;
    --bs-btn-padding-x: 1.5rem !important;
    --bs-btn-font-size: 1.125rem !important
}

.theme-6 .bp-xl .xl\:btn-xl,
.theme-6 .btn-xl {
    --bs-btn-height: 64px !important;
    --bs-btn-padding-y: 0px !important;
    --bs-btn-padding-x: 2rem !important;
    --bs-btn-font-size: 1.25rem !important
}

.theme-6 .btn-2xl {
    --bs-btn-height: 80px !important;
    --bs-btn-padding-y: 0px !important;
    --bs-btn-padding-x: 3rem !important;
    --bs-btn-font-size: 1.5rem !important
}

.theme-6 .btn-alt-primary {
    background: #fff !important;
    color: var(--color-primary) !important
}

.theme-6 .btn-alt-primary:focus,
.theme-6 .btn-alt-primary:hover {
    background: var(--color-primary) !important;
    color: #fff !important
}

.theme-6 .btn-alt-dark {
    background: #fff !important;
    color: #212529 !important
}

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

.theme-6 .btn-alt-gray-200 {
    background: #fff !important;
    color: #a9a7ba !important
}

.theme-6 .btn-alt-gray-200:focus,
.theme-6 .btn-alt-gray-200:hover {
    background: #a9a7ba !important;
    color: #fff !important
}

.theme-6 .btn-ghost-primary {
    background: #e7f1f0 !important;
    color: var(--color-primary) !important
}

.theme-6 .btn-ghost-primary:focus,
.theme-6 .btn-ghost-primary:hover {
    background: #cfe3e0 !important
}

.theme-6 .btn-ghost-tertiary {
    background: #fcfff9 !important;
    color: #e5fdc5 !important
}

.theme-6 .btn-ghost-tertiary:focus,
.theme-6 .btn-ghost-tertiary:hover {
    background: #fafff3 !important
}

.theme-6 .fs-1 {
    letter-spacing: -.0225rem
}

.theme-6 .fs-2 {
    letter-spacing: -.0175rem
}

.theme-6 .fs-4 {
    letter-spacing: -.0125rem
}

.theme-6 .fs-5 {
    letter-spacing: -.01rem
}

.theme-6 .fs-6 {
    letter-spacing: -.00875rem
}

.theme-6 .fs-7,
.theme-6 .fs-8 {
    letter-spacing: -.0075rem
}

.theme-6 p.text-muted {
    color: rgba(0, 0, 0, .5) !important
}

.theme-6 :where(.uc-dark) p.text-muted,
.theme-6 p.text-muted:where(.uc-dark) {
    color: hsla(0, 0%, 100%, .5) !important
}

.theme-6 .text-unset {
    text-transform: none !important
}

.theme-6 .text-inherit {
    color: currentColor
}

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

.theme-6 .container.container-expand {
    max-width: 100%
}

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

.theme-6 .nav-y {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: .25rem;
    list-style: none;
    margin: 0;
    padding: 0
}

.theme-6 .nav-y > *,
.theme-6 .nav-y > * > * {
    display: flex;
    align-items: center;
    gap: .25rem
}

.theme-6 .nav-y a {
    text-decoration: none;
    color: inherit;
    transition: opacity .2s ease
}

.theme-6 .nav-y a:hover {
    opacity: 1 !important
}

.theme-6 .nav-y .uc-nav-sub {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: .25rem;
    width: 100%;
    margin: 0;
    padding: 8px 0 8px 16px;
    list-style: none;
    opacity: 0;
    transition: .2s ease
}

.theme-6 .nav-y .uc-nav-sub a {
    font-size: 90%
}

.theme-6 .nav-y .uc-nav-sub .uc-parent:after {
    font-size: 1rem
}

.theme-6 .nav-y > .uc-parent > .uc-nav-sub {
    padding-top: .5rem
}

.theme-6 .nav-y .uc-parent,
.theme-6 .nav-y .uc-parent > a {
    position: relative;
    display: block
}

.theme-6 .nav-y .uc-parent > a {
    z-index: 1
}

.theme-6 .nav-y .uc-parent > a:after {
    content: "";
    font-family: Unicons;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 1.125rem;
    font-weight: 700;
    width: 1.5rem;
    height: 1.5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    opacity: .6
}

.theme-6 .nav-y .uc-parent.uc-open > a:after {
    content: ""
}

.theme-6 .nav-y .uc-parent.uc-open .uc-nav-sub {
    opacity: 1
}

.theme-6 .nav-y:hover a {
    opacity: .6
}

.theme-6 .nav-x {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.5rem;
    list-style: none;
    margin: 0;
    padding: 0
}

.theme-6 .nav-x > *,
.theme-6 .nav-x > * > * {
    display: flex;
    align-items: center;
    gap: .5rem
}

.theme-6 .nav-x a {
    text-decoration: none;
    color: inherit
}

.theme-6 .uc-navbar {
    z-index: 1
}

.theme-6 .uc-navbar .uc-navbar-left,
.theme-6 .uc-navbar .uc-navbar-right,
.theme-6 .uc-navbar [class*=uc-navbar-center] {
    gap: 1.5rem
}

.theme-6 .uc-navbar-nav > li > a {
    position: relative;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    padding: 0
}

.theme-6 .uc-navbar-nav > li.uc-active > a:before {
    opacity: 1
}

.theme-6 .uc-navbar-nav > li:hover > a,
.theme-6 .uc-navbar-nav > li > a[aria-expanded=true] {
    opacity: .75;
    color: var(--color-gray-900) !important
}

.theme-6 .uc-navbar-nav > li:hover > a:where(.uc-dark),
.theme-6 .uc-navbar-nav > li > a[aria-expanded=true]:where(.uc-dark),
.theme-6 :where(.uc-dark) .uc-navbar-nav > li:hover > a,
.theme-6 :where(.uc-dark) .uc-navbar-nav > li > a[aria-expanded=true] {
    color: #fff !important
}

.theme-6 .uc-navbar-dropdown {
    min-width: 250px;
    padding: 2rem;
    box-shadow: 0 4px 16px -8px rgba(0, 0, 0, .2);
    border-radius: var(--radius);
    background: #fff !important
}

.theme-6 .uc-navbar-dropdown:where(.uc-dark),
.theme-6 :where(.uc-dark) .uc-navbar-dropdown {
    background: var(--color-gray-800) !important
}

.theme-6 .uc-navbar-dropdown {
    color: var(--color-gray-800) !important
}

.theme-6 .uc-navbar-dropdown:where(.uc-dark),
.theme-6 :where(.uc-dark) .uc-navbar-dropdown {
    color: #fff !important
}

.theme-6 .uc-navbar-dropdown-nav > li > a {
    font-size: .875rem;
    font-weight: var(--font-weight-medium);
    color: var(--color-gray-600)
}

.theme-6 .uc-navbar-dropdown-nav > li > a:where(.uc-dark),
.theme-6 :where(.uc-dark) .uc-navbar-dropdown-nav > li > a {
    color: var(--color-gray-200)
}

.theme-6 .uc-navbar-dropdown-nav > li:hover > a {
    color: var(--color-gray-900)
}

.theme-6 .uc-navbar-dropdown-nav > li:hover > a:where(.uc-dark),
.theme-6 :where(.uc-dark) .uc-navbar-dropdown-nav > li:hover > a {
    color: #fff
}

.theme-6 .uc-navbar-dropdown-nav .uc-nav-header,
.theme-6 .uc-navbar-dropdown-nav > li.uc-active > a {
    color: inherit
}

.theme-6 .uc-navbar-dropdown-nav .uc-nav-header {
    text-transform: capitalize;
    font-weight: var(--font-weight-bold);
    font-size: 1rem
}

.theme-6 .uc-navbar-container {
    transition: .1s ease-in-out;
    transition-property: background-color
}

.theme-6 .uc-navbar-container:not(.uc-navbar-transparent) {
    background-color: #fff
}

.theme-6 .uc-navbar-container:not(.uc-navbar-transparent):where(.uc-dark),
.theme-6 :where(.uc-dark) .uc-navbar-container:not(.uc-navbar-transparent) {
    background-color: var(--color-gray-900)
}

.theme-6 .uc-navbar .uc-navbar-item {
    font-family: inherit !important
}

.theme-6 .uc-navbar-item,
.theme-6 .uc-navbar-nav > li > a {
    font-family: inherit !important;
    padding: 0;
    min-height: var(--uc-nav-height, 48px) !important
}

.theme-6 .uc-navbar-float {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.theme-6 .alert {
    display: flex;
    align-items: center;
    gap: .75rem;
    border: 0 !important;
    border-left: 2px solid var(--bs-alert-border-color) !important;
    box-shadow: 0 .125rem .25rem -.1rem var(--shadow-color) !important
}

.theme-6 .alert :not(pre) > code,
.theme-6 .alert code {
    background: rgba(0, 0, 0, .08) !important
}

.theme-6 .table {
    --bs-table-bg: inherit !important;
    --bs-table-color: inherit !important
}

.theme-6 .table > :not(caption) > :last-child > * {
    border-width: 0
}

.theme-6 .uc-table-striped tbody tr:nth-of-type(odd),
.theme-6 .uc-table-striped > tr:nth-of-type(odd) {
    background: hsla(0, 0%, 59%, .1)
}

.theme-6 .uc-accordion {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.theme-6 .uc-accordion > :nth-child(n+2) {
    margin: 0 !important
}

.theme-6 .uc-accordion-title {
    position: relative;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    color: var(--color-gray-900)
}

.theme-6 .uc-accordion-title:where(.uc-dark),
.theme-6 :where(.uc-dark) .uc-accordion-title {
    color: #fff
}

.theme-6 .uc-accordion-title:hover {
    opacity: .75;
    color: var(--color-gray-900)
}

.theme-6 .uc-accordion-title:hover:where(.uc-dark),
.theme-6 :where(.uc-dark) .uc-accordion-title:hover {
    color: #fff
}

.theme-6 .uc-accordion-title:before {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 0;
    font-family: Unicons;
    width: 24px;
    height: 24px;
    font-size: 24px;
    text-transform: none;
    line-height: 1;
    transform: translateY(-50%) rotate(0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: transform .2s ease;
    background-color: hsla(0, 0%, 61%, .25);
    border-radius: 100%
}

.theme-6 .uc-accordion > .uc-open .uc-accordion-title:before {
    transform: translateY(-50%) rotate(45deg)
}

.theme-6 .uc-accordion-divider {
    --divider-gap: 32px
}

.theme-6 .uc-accordion-divider > * + :before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: var(--bs-border-color);
    transform: translateY(calc(var(--divider-gap) / 2 * -1))
}

.theme-6 [dir=rtl] .uc-accordion-title:before {
    right: auto;
    left: 0
}

.theme-6 .uc-accordion.uc-accordion-chevron .uc-accordion-title:before {
    content: "";
    background: 0 0;
    font-size: 80%;
    font-weight: 700
}

.theme-6 .uc-accordion.uc-accordion-chevron > .uc-open .uc-accordion-title:before {
    transform: translateY(-50%) rotate(-90deg)
}

.theme-6 .swiper-wrapper {
    will-change: transform
}

.theme-6 .swiper.swiper-match .swiper-slide {
    height: auto !important
}

.theme-6 .swiper-thumbs .swiper-slide {
    cursor: pointer
}

.theme-6 .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px
}

.theme-6 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #969696;
    opacity: .25
}

.theme-6 .swiper-pagination-bullet-active {
    background-color: currentColor;
    opacity: 1
}

.theme-6 .swiper-horizontal > .swiper-pagination-bullets {
    bottom: 0 !important
}

.theme-6 :where(.uc-dark) .swiper .swiper-pagination-bullet {
    background-color: #fff;
    opacity: .2
}

.theme-6 :where(.uc-dark) .swiper .swiper-pagination-bullet-active {
    background-color: currentColor;
    opacity: 1
}

.theme-6 :where(.uc-dark) .swiper:before {
    border-bottom-color: hsla(0, 0%, 100%, .05)
}

.theme-6 .uc-tab {
    margin: 0;
    border-bottom: 1px solid var(--border-color)
}

.theme-6 .uc-tab > * {
    margin: 0;
    padding: 0
}

.theme-6 .uc-tab > * > a {
    margin: 0;
    position: relative;
    padding: 8px 16px;
    color: currentColor;
    opacity: .6;
    text-decoration: none
}

.theme-6 .uc-tab > * > a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    border-bottom: 2px solid var(--color-primary);
    opacity: 0;
    transition: opacity .2s ease
}

.theme-6 .uc-tab > .uc-active > a {
    color: currentColor;
    opacity: 1
}

.theme-6 .uc-tab > .uc-active > a:before {
    opacity: 1
}

.theme-6 .uc-subnav {
    margin: 0
}

.theme-6 .uc-subnav > * {
    margin: 0;
    padding: 0
}

.theme-6 .uc-subnav > * > a {
    margin: 0;
    position: relative;
    padding: 8px 16px;
    text-decoration: none
}

.theme-6 .uc-subnav-pill > * > a {
    background-color: var(--color-primary);
    border-radius: var(--radius)
}

.theme-6 .uc-subnav-pill > * > a:hover {
    background: 0 0;
    color: var(--color-gray-900)
}

.theme-6 .uc-subnav-pill > * > a:hover:where(.uc-dark),
.theme-6 :where(.uc-dark) .uc-subnav-pill > * > a:hover {
    color: #fff
}

.theme-6 .uc-subnav-pill > .uc-active > a {
    background-color: var(--color-primary) !important;
    color: #fff
}

.theme-6 .uc-notification-message {
    font-size: 1rem;
    font-weight: 500;
    border-radius: var(--radius);
    background-color: var(--color-gray-50)
}

.theme-6 .uc-notification-message:where(.uc-dark),
.theme-6 :where(.uc-dark) .uc-notification-message {
    background-color: var(--color-gray-800)
}

.theme-6 .uc-notification-message {
    color: var(--color-gray-900)
}

.theme-6 .uc-notification-message:where(.uc-dark),
.theme-6 :where(.uc-dark) .uc-notification-message {
    color: #fff
}

.theme-6 .uc-notification-message .uc-notification-close {
    color: var(--color-gray-900)
}

.theme-6 .uc-notification-message .uc-notification-close:where(.uc-dark),
.theme-6 :where(.uc-dark) .uc-notification-message .uc-notification-close {
    color: #fff
}

.theme-6 .uc-notification-message .uc-notification-close svg,
.theme-6 .uc-notification-message .uc-notification-close svg > * {
    fill: currentColor !important;
    stroke: currentColor !important
}

.theme-6 [data-uc-img] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

@keyframes reveal-image {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(100%)
    }
}

.theme-6 .uc-svg,
.theme-6 .uc-svg > * {
    fill: currentcolor !important;
    height: auto;
    width: auto
}

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

.theme-6 .page-preload #wrapper {
    transition: opacity .35s cubic-bezier(.8, 0, .2, 1) 1s;
    opacity: 0
}

.theme-6 .page-preload.loaded #wrapper {
    opacity: 1
}

@keyframes preloader {
    0% {
        opacity: 1;
        visibility: visible;
        transform: translate(0);
        transform-origin: top
    }

    50% {
        opacity: 1;
        visibility: visible;
        transform: translateY(-101%);
        transform-origin: bottom
    }

    to {
        opacity: 0;
        visibility: hidden;
        transform: translateY(-101%);
        transform-origin: bottom
    }
}

@keyframes percentage {
    0% {
        opacity: 1;
        visibility: visible;
        transform: translate(0)
    }

    to {
        opacity: 0;
        visibility: hidden;
        transform: translateY(40px)
    }
}

.theme-6 [data-uc-marquee] {
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    width: 100vw !important;
    overflow: hidden
}

.theme-6 [data-uc-marquee] > * {
    flex-shrink: 0;
    display: flex;
    justify-content: space-around;
    min-width: 100%;
    gap: var(--gap, 16px);
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.theme-6 [data-uc-marquee] > * > * {
    white-space: nowrap;
    animation: marquee var(--speed, 30s) linear infinite
}

.theme-6 [data-uc-marquee].reverse > * > * {
    animation-direction: reverse
}

@keyframes marquee {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-100%)
    }
}

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

.theme-6 .swiper .swiper-match > * > * {
    flex: 1 1
}

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

.theme-6 hr {
    opacity: .1 !important
}

.theme-6 .border.border-white {
    border-color: #fff !important
}

.theme-6 .uc-nav ul.uc-nav-sub {
    font-size: 95%;
    padding: 8px 16px
}

.theme-6 .uc-nav ul.uc-nav-sub a {
    opacity: .5;
    transition: .2s ease
}

.theme-6 .uc-nav ul.uc-nav-sub a:hover,
.theme-6 .uc-nav ul.uc-nav-sub li.uc-active a {
    opacity: 1
}

.theme-6 .uc-nav a {
    position: relative;
    transition: .2s ease
}

.theme-6 .uc-nav .uc-parent a > span {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: transform .2s ease
}

.theme-6 .uc-nav .uc-parent.uc-open a > span {
    transform: translateY(-50%) rotate(45deg)
}

.theme-6 .uc-nav.uc-nav-modern > * {
    padding: 8px 16px
}

.theme-6 .uc-nav.uc-nav-modern .uc-active,
.theme-6 .uc-nav.uc-nav-modern .uc-parent {
    background-color: hsla(0, 0%, 50%, .086);
    border-radius: 10px
}

.theme-6 .uc-switcher-nav > li > a {
    border-radius: 8px
}

.theme-6 .uc-switcher-nav > li.uc-active > a {
    background: var(--color-primary);
    color: #fff
}

.theme-6 .nav-pagination a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    text-align: center;
    border-radius: 50%
}

.theme-6 .nav-pagination a.uc-active {
    background: var(--color-primary);
    color: #fff
}

.theme-6 .post-content p:first-child:first-letter {
    font-size: 5em;
    float: left;
    line-height: .9em;
    margin-right: 16px
}

.theme-6 .post-navigation .new-post:hover button {
    color: var(--color-primary) !important
}

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

.theme-6 .swiper .swiper-wrapper.col-match {
    flex-wrap: wrap
}

.theme-6 .swiper .swiper-wrapper.col-match > * {
    display: flex;
    flex-direction: column
}

.theme-6 .swiper .swiper-wrapper.col-match > * > * {
    flex: 1 1
}

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

@keyframes wave {
    0% {
        transform: translateY(-10px)
    }

    50% {
        transform: translateY(10px)
    }

    to {
        transform: translateY(-10px)
    }
}

.theme-6 img {
    font-size: 11px
}

.theme-6 img.image-hover-revealer {
    --move-x: 0px;
    --move-y: 0px;
    position: absolute;
    width: 200px;
    height: 200px;
    object-fit: cover;
    transform: translateX(var(--move-x)) translateY(var(--move-y));
    top: 0;
    left: 0;
    z-index: 10;
    pointer-events: none;
    will-change: clip-path, transform;
    visibility: hidden;
    opacity: 0;
    transition: visibility .4s cubic-bezier(.87, 0, .13, 1), opacity .4s cubic-bezier(.87, 0, .13, 1), -webkit-clip-path .4s cubic-bezier(.87, 0, .13, 1);
    transition: visibility .4s cubic-bezier(.87, 0, .13, 1), opacity .4s cubic-bezier(.87, 0, .13, 1), clip-path .4s cubic-bezier(.87, 0, .13, 1);
    transition: visibility .4s cubic-bezier(.87, 0, .13, 1), opacity .4s cubic-bezier(.87, 0, .13, 1), clip-path .4s cubic-bezier(.87, 0, .13, 1), -webkit-clip-path .4s cubic-bezier(.87, 0, .13, 1);
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%)
}

.theme-6 [data-darkmode-toggle] {
    transform: scale(.9);
    transition: .2s ease;
    z-index: 1000
}

.theme-6 [data-darkmode-toggle] .switch {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px
}

.theme-6 [data-darkmode-toggle] .switch > .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.theme-6 [data-darkmode-toggle] .switch > .slider:before {
    content: "";
    font-family: Unicons;
    position: absolute;
    left: 0;
    bottom: 0;
    justify-content: space-between;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    line-height: 1.2;
    transition: .3s;
    z-index: 1;
    color: currentColor
}

.theme-6 [data-darkmode-toggle] .switch > input {
    opacity: 0;
    width: 0;
    height: 0
}

.theme-6 [data-darkmode-toggle] .switch > input:checked + .slider:before {
    content: "";
    color: currentColor
}

.theme-6 [data-darkmode-toggle]:hover {
    transform: scale(1.1);
    opacity: 1
}

.theme-6 [data-darkmode-switch] {
    display: inline-flex;
    vertical-align: middle
}

.theme-6 [data-darkmode-switch] .switch {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 22px
}

.theme-6 [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: var(--color-gray-25) !important;
    border-color: #c8c9ca !important
}

.theme-6 :where(.uc-dark) [data-darkmode-switch] .switch > .slider,
.theme-6 [data-darkmode-switch] .switch > .slider:where(.uc-dark) {
    background-color: var(--color-gray-700) !important;
    border-color: var(--color-gray-500) !important
}

.theme-6 [data-darkmode-switch] .switch > .slider:before {
    content: "";
    font-family: Unicons;
    position: absolute;
    left: 1px;
    bottom: 1px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    font-size: 14px;
    border-radius: 20px;
    transition: .3s ease !important;
    z-index: 1;
    color: currentColor;
    box-shadow: 0 1px 3px 0 hsla(0, 0%, 59%, .25)
}

.theme-6 [data-darkmode-switch] .switch > input {
    opacity: 0;
    width: 0;
    height: 0
}

.theme-6 [data-darkmode-switch] .switch > input:checked + .slider:before {
    content: "";
    color: currentColor;
    transform: translateX(100%)
}

.theme-6 .prettyprint {
    background-color: var(--color-secondary) !important;
    border-color: var(--color-secondary-600) !important
}

.theme-6 .prettyprint:where(.uc-dark),
.theme-6 :where(.uc-dark) .prettyprint {
    background-color: var(--color-gray-800) !important;
    border-color: var(--color-gray-700) !important
}

.theme-6 pre.prettyprint {
    --font-code-family: "IBM Plex Mono", monospace;
    font-style: normal;
    min-width: 100%;
    width: 45vw;
    max-height: 400px
}

.theme-6 pre.prettyprint .tag {
    color: #d4458f
}

.theme-6 :where(.uc-dark) pre.prettyprint .tag,
.theme-6 pre.prettyprint .tag:where(.uc-dark) {
    color: #f472b6
}

.theme-6 pre.prettyprint .atv {
    color: #5a89ca
}

.theme-6 :where(.uc-dark) pre.prettyprint .atv,
.theme-6 pre.prettyprint .atv:where(.uc-dark) {
    color: #82b6ff
}

.theme-6 .alert {
    font-size: 90%
}

.theme-6 .uc-table-striped tbody tr:nth-of-type(odd),
.theme-6 .uc-table-striped > tr:nth-of-type(odd) {
    background: var(--color-secondary)
}

.theme-6 .uc-table-striped tbody tr:nth-of-type(odd):where(.uc-dark),
.theme-6 .uc-table-striped > tr:nth-of-type(odd):where(.uc-dark),
.theme-6 :where(.uc-dark) .uc-table-striped tbody tr:nth-of-type(odd),
.theme-6 :where(.uc-dark) .uc-table-striped > tr:nth-of-type(odd) {
    background: rgba(93, 93, 121, .1)
}

.theme-6 .text-transparent {
    color: transparent
}

.theme-6 .hide-scrollbar::-webkit-scrollbar {
    display: none
}

.theme-6 .uc-gdpr-notification {
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all .25s ease
}

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

.theme-6 .uc-navbar-container.uc-navbar-sticky {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: hsla(0, 0%, 100%, .8)
}

.theme-6 .uc-navbar-container.uc-navbar-sticky:where(.uc-dark),
.theme-6 :where(.uc-dark) .uc-navbar-container.uc-navbar-sticky {
    background-color: rgba(31, 31, 31, .75)
}

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

.theme-6 header.uc-preview-header .uc-navbar-nav > li > a {
    color: #000
}

.theme-6 :where(.uc-dark) header.uc-preview-header .uc-navbar-nav > li > a,
.theme-6 header.uc-preview-header .uc-navbar-nav > li > a:where(.uc-dark) {
    color: #fff
}

.theme-6 header.uc-preview-header .uc-navbar-container.uc-navbar-sticky .uc-navbar-nav li > a {
    opacity: .6
}

.theme-6 header.uc-preview-header .uc-navbar-container.uc-navbar-sticky .uc-navbar-nav li.uc-active > a {
    opacity: 1
}

.theme-6 .uc-dropbar-inner.after-bg:after {
    background-color: var(--color-gray-25)
}

.theme-6 .uc-dropbar-inner.after-bg:where(.uc-dark):after,
.theme-6 :where(.uc-dark) .uc-dropbar-inner.after-bg:after {
    background-color: var(--color-gray-800)
}

.theme-6 .uc-dropbar-inner.after-bg:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100vw;
    right: -70vw;
    top: 0;
    z-index: -1
}

.theme-6 [dir=rtl] .uc-dropbar-inner.after-bg:after {
    right: auto;
    left: -70vw
}

.theme-6 header.uc-header.header-six > :not(.uc-navbar-sticky) .uc-navbar-main a {
    color: #fff;
    transition: opacity .25s ease
}

.theme-6 header.uc-header.header-six > :not(.uc-navbar-sticky) .uc-navbar-main a:hover {
    color: #fff !important;
    opacity: .7
}

.theme-6 header.uc-header.header-six .uc-navbar-nav > li.uc-active > a {
    color: var(--color-primary)
}

.theme-6 :where(.uc-dark) header.uc-header.header-six .uc-navbar-nav > li.uc-active > a,
.theme-6 header.uc-header.header-six .uc-navbar-nav > li.uc-active > a:where(.uc-dark) {
    color: var(--color-lime-300)
}

.theme-6 header.uc-header.header-six > .uc-navbar-sticky {
    max-width: 1140px;
    margin: auto;
    border: 1px solid rgba(0, 0, 0, .15);
    box-shadow: 0 8px 24px -8px rgba(0, 0, 0, .15)
}

.theme-6 header.uc-header.header-six > .uc-navbar-sticky .uc-navbar-main {
    --uc-nav-height: 64px !important
}

.theme-6 header.uc-header.header-six > .uc-navbar-sticky .uc-navbar-main .uc-navbar {
    min-height: 64px !important
}

.theme-6 :root:where(.uc-dark),
.theme-6 :where(.uc-dark) :root {
    --bs-link-color-rgb: #fff !important
}

.theme-6 .hero-five-contries {
    left: -18.5% !important
}

.theme-6 [dir=rtl] .hero-five-contries {
    left: auto !important;
    right: -18.5% !important
}

.theme-6 .hero-five-account {
    right: -12% !important
}

.theme-6 [dir=rtl] .hero-five-account {
    right: auto !important;
    left: -12% !important
}

.theme-6 .hero-ten-01 {
    left: -14% !important
}

.theme-6 [dir=rtl] .hero-ten-01 {
    left: auto !important;
    right: -14% !important
}

.theme-6 .hero-ten-02 {
    right: -12% !important
}

.theme-6 [dir=rtl] .hero-ten-02 {
    right: auto !important;
    left: -12% !important
}

.theme-6 .hero-ten-03 {
    right: -8% !important
}

.theme-6 [dir=rtl] .hero-ten-03 {
    right: auto !important;
    left: -8% !important
}

.theme-6 .swiper .swiper-pagination-bullet,
.theme-6 .swiper-pagination-bullet {
    --swiper-pagination-bullet-horizontal-gap: 0;
    height: 8px !important;
    width: 8px !important;
    border-radius: 8px !important
}

.theme-6 .swiper-timeline .swiper-slide:first-child .timeline-box:before {
    left: 50% !important
}

.theme-6 [dir=rtl] .swiper-timeline .swiper-slide:first-child .timeline-box:before {
    left: 0 !important;
    right: 50% !important
}

.theme-6 .swiper-timeline .swiper-slide:last-child .timeline-box:before {
    right: 50% !important
}

.theme-6 [dir=rtl] .swiper-timeline .swiper-slide:last-child .timeline-box:before {
    right: 0 !important;
    left: 50% !important
}

.theme-6 .swiper-timeline .swiper-slide.swiper-slide-active .timeline-box .image {
    transform: scale(1);
    opacity: 1
}

.theme-6 .swiper-timeline .swiper-slide.swiper-slide-active .timeline-box .content,
.theme-6 .swiper-timeline .swiper-slide.swiper-slide-active .timeline-box .title {
    opacity: 1
}

.theme-6 .swiper-timeline .swiper-slide.swiper-slide-active .timeline-box:after {
    transform: scale(1)
}

.theme-6 .timeline-box {
    --image-box-height: 200px;
    --half-gap: 40px;
    position: relative;
    transition: all .25s ease-in-out
}

.theme-6 .timeline-box:after,
.theme-6 .timeline-box:before {
    content: "";
    position: absolute;
    display: block;
    transition: all .25s ease-in-out;
    background: var(--color-gray-900)
}

.theme-6 .timeline-box:after:where(.uc-dark),
.theme-6 .timeline-box:before:where(.uc-dark),
.theme-6 :where(.uc-dark) .timeline-box:after,
.theme-6 :where(.uc-dark) .timeline-box:before {
    background: #fff
}

.theme-6 .timeline-box:before {
    top: calc(var(--image-box-height) + var(--half-gap));
    right: 0;
    left: 0;
    width: auto;
    height: 1px;
    opacity: .15
}

.theme-6 .timeline-box:after {
    top: calc(var(--image-box-height) + var(--half-gap) - 10px);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transform: scale(.5);
    transition: transform .25s;
    left: auto !important
}

.theme-6 [dir=rtl] .timeline-box:after {
    left: calc(50% - 10px) !important;
    right: auto !important
}

.theme-6 .timeline-box .image {
    transform: scale(.9)
}

.theme-6 .timeline-box .content,
.theme-6 .timeline-box .image,
.theme-6 .timeline-box .title {
    opacity: .6;
    transition: all .25s ease-in-out
}

.theme-6 .main-features-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center
}

.theme-6 .main-features-nav > li {
    position: relative;
    width: 100%
}

.theme-6 .main-features-nav > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    line-height: 80px !important;
    padding: 0 16px
}

.theme-6 .main-features-nav > li:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 3px solid transparent;
    width: 0;
    transition: 0s cubic-bezier(1, 0, 0, 1)
}

.theme-6 .main-features-nav > li.uc-active:before {
    border-color: var(--color-primary);
    width: 100%;
    transition-duration: .5s
}

.theme-6 .uc-link {
    font-weight: 500
}

.theme-6 .uc-navbar-nav > li > a[aria-expanded=true] {
    box-shadow: inset 0 3px var(--color-primary)
}

.theme-6 .uc-switcher-nav > li > a {
    border-radius: 12px
}

.theme-6 .uc-subnav-outline-pill > li > a {
    border: 1px solid var(--border-color);
    border-radius: 50rem;
    padding: 8px 24px;
    color: var(--color-gray-900) !important
}

.theme-6 .uc-subnav-outline-pill > li > a:where(.uc-dark),
.theme-6 :where(.uc-dark) .uc-subnav-outline-pill > li > a {
    color: #fff !important
}

.theme-6 .uc-subnav-outline-pill > li.uc-active > a {
    background-color: var(--color-tertiary-300)
}

.theme-6 .uc-subnav-outline-pill > li.uc-active > a:where(.uc-dark),
.theme-6 :where(.uc-dark) .uc-subnav-outline-pill > li.uc-active > a {
    background-color: var(--color-primary)
}

.theme-6 .uc-subnav-outline-pill > li.uc-active > a {
    border-color: var(--color-gray-900)
}

.theme-6 .uc-subnav-outline-pill > li.uc-active > a:where(.uc-dark),
.theme-6 :where(.uc-dark) .uc-subnav-outline-pill > li.uc-active > a {
    border-color: var(--color-primary-400)
}

.theme-6 .uc-navbar-container:not(.uc-navbar-transparent) {
    background: 0 0 !important
}

.theme-6 .uc-navbar-dropdown-nav > li > a:where(.uc-dark),
.theme-6 :where(.uc-dark) .uc-navbar-dropdown-nav > li > a {
    color: var(--color-tertiary-200)
}

.theme-6 .uc-table-light.uc-table-divider > :first-child > tr:not(:first-child),
.theme-6 .uc-table-light.uc-table-divider > :not(:first-child) > tr,
.theme-6 .uc-table-light.uc-table-divider > tr:not(:first-child) {
    border-color: #dccdcb !important
}

.theme-6 *,
.theme-6 :after,
.theme-6 :before {
    box-sizing: border-box
}

.theme-6 hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: .25
}

.theme-6 h1,
.theme-6 h2,
.theme-6 h3,
.theme-6 h4,
.theme-6 h5,
.theme-6 h6 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: var(--font-family-secondary);
    font-weight: 700;
    color: var(--bs-heading-color, inherit)
}

.theme-6 p {
    margin: 0
}

.theme-6 p + p {
    margin-top: 1rem
}

.theme-6 address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

.theme-6 ol,
.theme-6 ul {
    padding-left: 2rem;
    margin-top: 0;
    margin-bottom: 1rem
}

.theme-6 ol ol,
.theme-6 ol ul,
.theme-6 ul ol,
.theme-6 ul ul {
    margin-bottom: 0
}

.theme-6 b,
.theme-6 strong {
    font-weight: 700
}

.theme-6 .small,
.theme-6 small {
    font-size: .875em
}

.theme-6 sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline;
    top: -.5em
}

.theme-6 a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline
}

.theme-6 a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}

.theme-6 a:not([href]):not([class]),
.theme-6 a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

.theme-6 code,
.theme-6 pre,
.theme-6 samp {
    font-family: var(--font-family-code);
    font-size: 1em
}

.theme-6 pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

.theme-6 pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.theme-6 code {
    font-size: .875em;
    color: var(--bs-code-color);
    word-wrap: break-word
}

.theme-6 a > code {
    color: inherit
}

.theme-6 figure {
    margin: 0 0 1rem
}

.theme-6 img,
.theme-6 svg {
    vertical-align: middle
}

.theme-6 table {
    caption-side: bottom;
    border-collapse: collapse
}

.theme-6 th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

.theme-6 tbody,
.theme-6 td,
.theme-6 tfoot,
.theme-6 th,
.theme-6 thead,
.theme-6 tr {
    border: 0 solid;
    border-color: inherit
}

.theme-6 label {
    display: inline-block
}

.theme-6 button {
    border-radius: 0
}

.theme-6 button:focus:not(:focus-visible) {
    outline: 0
}

.theme-6 button,
.theme-6 input,
.theme-6 select,
.theme-6 textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

.theme-6 button,
.theme-6 select {
    text-transform: none
}

.theme-6 [role=button] {
    cursor: pointer
}

.theme-6 select {
    word-wrap: normal
}

.theme-6 select:disabled {
    opacity: 1
}

.theme-6 [list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none !important
}

.theme-6 [type=button],
.theme-6 [type=submit],
.theme-6 button {
    -webkit-appearance: button
}

.theme-6 [type=button]:not(:disabled),
.theme-6 [type=submit]:not(:disabled),
.theme-6 button:not(:disabled) {
    cursor: pointer
}

.theme-6 ::-moz-focus-inner {
    padding: 0;
    border-style: none
}

.theme-6 textarea {
    resize: vertical
}

.theme-6 fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

.theme-6 ::-webkit-datetime-edit-day-field,
.theme-6 ::-webkit-datetime-edit-fields-wrapper,
.theme-6 ::-webkit-datetime-edit-hour-field,
.theme-6 ::-webkit-datetime-edit-minute,
.theme-6 ::-webkit-datetime-edit-month-field,
.theme-6 ::-webkit-datetime-edit-text,
.theme-6 ::-webkit-datetime-edit-year-field {
    padding: 0
}

.theme-6 ::-webkit-inner-spin-button {
    height: auto
}

.theme-6 [type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

.theme-6 ::-webkit-search-decoration {
    -webkit-appearance: none
}

.theme-6 ::-webkit-color-swatch-wrapper {
    padding: 0
}

.theme-6 ::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

.theme-6 ::file-selector-button {
    font: inherit;
    -webkit-appearance: button
}

.theme-6 progress {
    vertical-align: baseline
}

.theme-6 [hidden] {
    display: none !important
}

.theme-6 .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
}

.theme-6 .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
}

.theme-6 .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
}

.theme-6 .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
}

.theme-6 .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
}

.theme-6 .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
}

.theme-6 .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) {
    .theme-6 .sm\:display-2 {
        font-size: var(--sizes-heading-display-2-size) !important;
        line-height: var(--sizes-heading-display-2-lh) !important;
        letter-spacing: var(--sizes-heading-display-2-lp) !important
    }

    .theme-6 .sm\:display-6 {
        font-size: var(--sizes-heading-display-6-size) !important;
        line-height: var(--sizes-heading-display-6-lh) !important;
        letter-spacing: var(--sizes-heading-display-6-lp) !important
    }

    .theme-6 .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
    }

    .theme-6 .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
    }

    .theme-6 .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
    }

    .theme-6 .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
    }

    .theme-6 .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) {
    .theme-6 .md\:display-5 {
        font-size: var(--sizes-heading-display-5-size) !important;
        line-height: var(--sizes-heading-display-5-lh) !important;
        letter-spacing: var(--sizes-heading-display-5-lp) !important
    }

    .theme-6 .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
    }

    .theme-6 .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
    }

    .theme-6 .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
    }

    .theme-6 .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
    }

    .theme-6 .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
    }

    .theme-6 .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) {
    .theme-6 .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
    }

    .theme-6 .lg\:display-5 {
        font-size: var(--sizes-heading-display-5-size) !important;
        line-height: var(--sizes-heading-display-5-lh) !important;
        letter-spacing: var(--sizes-heading-display-5-lp) !important
    }

    .theme-6 .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
    }

    .theme-6 .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
    }

    .theme-6 .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
    }

    .theme-6 .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
    }

    .theme-6 .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
    }

    .theme-6 .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
    }

    .theme-6 .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) {
    .theme-6 .xl\:display-3 {
        font-size: var(--sizes-heading-display-3-size) !important;
        line-height: var(--sizes-heading-display-3-lh) !important;
        letter-spacing: var(--sizes-heading-display-3-lp) !important
    }

    .theme-6 .xl\:display-4 {
        font-size: var(--sizes-heading-display-4-size) !important;
        line-height: var(--sizes-heading-display-4-lh) !important;
        letter-spacing: var(--sizes-heading-display-4-lp) !important
    }

    .theme-6 .xl\:display-5 {
        font-size: var(--sizes-heading-display-5-size) !important;
        line-height: var(--sizes-heading-display-5-lh) !important;
        letter-spacing: var(--sizes-heading-display-5-lp) !important
    }

    .theme-6 .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
    }

    .theme-6 .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
    }

    .theme-6 .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
    }

    .theme-6 .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
    }

    .theme-6 .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
    }

    .theme-6 .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
    }
}

.theme-6 .lead {
    font-size: 1.25rem;
    font-weight: 300
}

.theme-6 .display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-family: var(--font-family-secondary);
    font-weight: 700
}

@media(min-width:1200px) {
    .theme-6 .display-5 {
        font-size: 3rem
    }
}

.theme-6 .figure {
    display: inline-block
}

.theme-6 .container {
    --bs-gutter-x: 32px;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)*.5);
    padding-left: calc(var(--bs-gutter-x)*.5);
    margin-right: auto;
    margin-left: auto
}

@media(min-width:459px) {
    .theme-6 .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .theme-6 .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .theme-6 .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .theme-6 .container {
        max-width: 1140px
    }
}

@media(min-width:1400px) {
    .theme-6 .container {
        max-width: 1320px
    }
}

.theme-6 .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(-.5*var(--bs-gutter-x));
    margin-left: calc(-.5*var(--bs-gutter-x))
}

.theme-6 .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)*.5);
    padding-left: calc(var(--bs-gutter-x)*.5);
    margin-top: var(--bs-gutter-y)
}

.theme-6 .row.col-match {
    flex-wrap: wrap
}

.theme-6 .row.col-match > *,
.theme-6 .row.col-match > [class*=col-] {
    display: flex;
    flex-direction: column
}

.theme-6 .row.col-match > * > *,
.theme-6 .row.col-match > [class*=col-] > * {
    flex: 1 1
}

.theme-6 .row.uc-grid:not(.uc-flex-wrap-top),
.theme-6 .row.uc-grid > :not(.uc-grid-margin) {
    margin-top: 0
}

.theme-6 .expand-container {
    --grid-gap: var(--bs-gutter-x);
    --scroll-width: var(--body-scroll-width, 17px);
    --container-width: calc((100% + var(--grid-gap)) * var(--grid-total) / var(--grid-count) - var(--grid-gap));
    --expand-size: calc((100vw - var(--scroll-width) - var(--container-width)) / -2);
    margin-right: var(--expand-size);
    margin-left: var(--expand-size)
}

.theme-6 .g-0 .bp-lg .g-0,
.theme-6 .g-0 .bp-md .g-0,
.theme-6 .g-0 .bp-sm .g-0,
.theme-6 .g-0 .bp-xl .g-0,
.theme-6 .g-0 .bp-xs .g-0,
.theme-6 .g-0 .bp-xxl .g-0,
.theme-6 .g-0 .expand-container,
.theme-6 .gx-0 .bp-lg .g-0,
.theme-6 .gx-0 .bp-md .g-0,
.theme-6 .gx-0 .bp-sm .g-0,
.theme-6 .gx-0 .bp-xl .g-0,
.theme-6 .gx-0 .bp-xs .g-0,
.theme-6 .gx-0 .bp-xxl .g-0,
.theme-6 .gx-0 .expand-container {
    --grid-gap: 0rem
}

.theme-6 .child-cols > * {
    flex: 1 1
}

.theme-6 .child-cols-3 > * {
    --grid-total: 12;
    --grid-count: 3;
    flex: 0 0 auto;
    width: 25%
}

.theme-6 .child-cols-4 > * {
    --grid-total: 12;
    --grid-count: 4;
    flex: 0 0 auto;
    width: 33.33333333%
}

.theme-6 .child-cols-6 > * {
    --grid-total: 12;
    --grid-count: 6;
    flex: 0 0 auto;
    width: 50%
}

.theme-6 .child-cols-12 > * {
    --grid-total: 12;
    --grid-count: 12;
    flex: 0 0 auto;
    width: 100%
}

@media(min-width:459px) {
    .theme-6 .sm\:child-cols > * {
        flex: 1 0
    }

    .theme-6 .sm\:child-cols-4 > * {
        --grid-total: 12;
        --grid-count: 4;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .theme-6 .sm\:child-cols-6 > * {
        --grid-total: 12;
        --grid-count: 6;
        flex: 0 0 auto;
        width: 50%
    }
}

@media(min-width:768px) {
    .theme-6 .md\:child-cols > * {
        flex: 1 0
    }

    .theme-6 .md\:child-cols-4 > * {
        --grid-total: 12;
        --grid-count: 4;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .theme-6 .md\:child-cols-6 > * {
        --grid-total: 12;
        --grid-count: 6;
        flex: 0 0 auto;
        width: 50%
    }
}

@media(min-width:992px) {
    .theme-6 .lg\:child-cols > * {
        flex: 1 0
    }

    .theme-6 .lg\:child-cols-3 > * {
        --grid-total: 12;
        --grid-count: 3;
        flex: 0 0 auto;
        width: 25%
    }

    .theme-6 .lg\:child-cols-4 > * {
        --grid-total: 12;
        --grid-count: 4;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .theme-6 .lg\:child-cols-5 > * {
        --grid-total: 12;
        --grid-count: 5;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .theme-6 .lg\:child-cols-6 > * {
        --grid-total: 12;
        --grid-count: 6;
        flex: 0 0 auto;
        width: 50%
    }
}

@media(min-width:1200px) {
    .theme-6 .xl\:child-cols-3 > * {
        --grid-total: 12;
        --grid-count: 3;
        flex: 0 0 auto;
        width: 25%
    }

    .theme-6 .xl\:child-cols-4 > * {
        --grid-total: 12;
        --grid-count: 4;
        flex: 0 0 auto;
        width: 33.33333333%
    }
}

.theme-6 .grid {
    display: grid;
    grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
    grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
    grid-gap: var(--bs-gap, 1.5rem);
    gap: var(--bs-gap, 1.5rem)
}

.theme-6 .col {
    flex: 1 0
}

.theme-6 .col-auto {
    flex: 0 0 auto;
    width: auto
}

.theme-6 .col-3 {
    --grid-total: 12;
    --grid-count: 3;
    flex: 0 0 auto;
    width: 25%
}

.theme-6 .col-4 {
    --grid-total: 12;
    --grid-count: 4;
    flex: 0 0 auto;
    width: 33.33333333%
}

.theme-6 .col-5 {
    --grid-total: 12;
    --grid-count: 5;
    flex: 0 0 auto;
    width: 41.66666667%
}

.theme-6 .col-7 {
    --grid-total: 12;
    --grid-count: 7;
    flex: 0 0 auto;
    width: 58.33333333%
}

.theme-6 .col-8 {
    --grid-total: 12;
    --grid-count: 8;
    flex: 0 0 auto;
    width: 66.66666667%
}

.theme-6 .col-12 {
    --grid-total: 12;
    --grid-count: 12;
    flex: 0 0 auto;
    width: 100%
}

.theme-6 .g-0,
.theme-6 .gx-0 {
    --bs-gutter-x: 0
}

.theme-6 .g-0,
.theme-6 .gy-0 {
    --bs-gutter-y: 0
}

.theme-6 .g-1 {
    --bs-gutter-x: 0.5rem;
    --bs-gutter-y: 0.5rem
}

.theme-6 .g-2,
.theme-6 .gx-2 {
    --bs-gutter-x: 1rem
}

.theme-6 .g-2,
.theme-6 .gy-2 {
    --bs-gutter-y: 1rem
}

.theme-6 .g-3 {
    --bs-gutter-x: 1.5rem
}

.theme-6 .g-3,
.theme-6 .gy-3 {
    --bs-gutter-y: 1.5rem
}

.theme-6 .g-4,
.theme-6 .gx-4 {
    --bs-gutter-x: 2rem
}

.theme-6 .g-4,
.theme-6 .gy-4 {
    --bs-gutter-y: 2rem
}

.theme-6 .g-5,
.theme-6 .gx-5 {
    --bs-gutter-x: 2.5rem
}

.theme-6 .g-5 {
    --bs-gutter-y: 2.5rem
}

.theme-6 .g-6,
.theme-6 .gx-6 {
    --bs-gutter-x: 3rem
}

.theme-6 .g-6,
.theme-6 .gy-6 {
    --bs-gutter-y: 3rem
}

.theme-6 .g-8 {
    --bs-gutter-x: 4rem;
    --bs-gutter-y: 4rem
}

.theme-6 .g-9 {
    --bs-gutter-x: 5rem
}

.theme-6 .g-9,
.theme-6 .gy-9 {
    --bs-gutter-y: 5rem
}

@media(min-width:768px) {
    .theme-6 .col-md-2 {
        --grid-total: 12;
        --grid-count: 2;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .theme-6 .col-md-4 {
        --grid-total: 12;
        --grid-count: 4;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .theme-6 .col-md-6 {
        --grid-total: 12;
        --grid-count: 6;
        flex: 0 0 auto;
        width: 50%
    }
}

@media(min-width:459px) {
    .theme-6 .sm\:col-auto {
        flex: 0 0 auto;
        width: auto
    }

    .theme-6 .sm\:col-4 {
        --grid-total: 12;
        --grid-count: 4;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .theme-6 .sm\:col-5 {
        --grid-total: 12;
        --grid-count: 5;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .theme-6 .sm\:col-6 {
        --grid-total: 12;
        --grid-count: 6;
        flex: 0 0 auto;
        width: 50%
    }

    .theme-6 .sm\:col-8 {
        --grid-total: 12;
        --grid-count: 8;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .theme-6 .sm\:col-9 {
        --grid-total: 12;
        --grid-count: 9;
        flex: 0 0 auto;
        width: 75%
    }

    .theme-6 .sm\:col-10 {
        --grid-total: 12;
        --grid-count: 10;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .theme-6 .sm\:g-2 {
        --bs-gutter-x: 1rem;
        --bs-gutter-y: 1rem
    }

    .theme-6 .sm\:g-3,
    .theme-6 .sm\:gx-3 {
        --bs-gutter-x: 1.5rem
    }

    .theme-6 .sm\:g-3 {
        --bs-gutter-y: 1.5rem
    }

    .theme-6 .sm\:g-4,
    .theme-6 .sm\:gx-4 {
        --bs-gutter-x: 2rem
    }

    .theme-6 .sm\:g-4 {
        --bs-gutter-y: 2rem
    }

    .theme-6 .sm\:g-6 {
        --bs-gutter-x: 3rem
    }

    .theme-6 .sm\:g-6,
    .theme-6 .sm\:gy-6 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width:768px) {
    .theme-6 .md\:col-auto {
        flex: 0 0 auto;
        width: auto
    }

    .theme-6 .md\:col-4 {
        --grid-total: 12;
        --grid-count: 4;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .theme-6 .md\:col-6 {
        --grid-total: 12;
        --grid-count: 6;
        flex: 0 0 auto;
        width: 50%
    }

    .theme-6 .md\:col-8 {
        --grid-total: 12;
        --grid-count: 8;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .theme-6 .md\:g-4 {
        --bs-gutter-x: 2rem;
        --bs-gutter-y: 2rem
    }

    .theme-6 .md\:gx-6 {
        --bs-gutter-x: 3rem
    }

    .theme-6 .md\:g-8 {
        --bs-gutter-x: 4rem;
        --bs-gutter-y: 4rem
    }
}

@media(min-width:992px) {
    .theme-6 .lg\:col {
        flex: 1 0
    }

    .theme-6 .lg\:col-3 {
        --grid-total: 12;
        --grid-count: 3;
        flex: 0 0 auto;
        width: 25%
    }

    .theme-6 .lg\:col-4 {
        --grid-total: 12;
        --grid-count: 4;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .theme-6 .lg\:col-5 {
        --grid-total: 12;
        --grid-count: 5;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .theme-6 .lg\:col-6 {
        --grid-total: 12;
        --grid-count: 6;
        flex: 0 0 auto;
        width: 50%
    }

    .theme-6 .lg\:col-7 {
        --grid-total: 12;
        --grid-count: 7;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .theme-6 .lg\:col-8 {
        --grid-total: 12;
        --grid-count: 8;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .theme-6 .lg\:col-10 {
        --grid-total: 12;
        --grid-count: 10;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .theme-6 .lg\:g-0,
    .theme-6 .lg\:gx-0 {
        --bs-gutter-x: 0
    }

    .theme-6 .lg\:g-0 {
        --bs-gutter-y: 0
    }

    .theme-6 .lg\:g-3,
    .theme-6 .lg\:gx-3 {
        --bs-gutter-x: 1.5rem
    }

    .theme-6 .lg\:g-3 {
        --bs-gutter-y: 1.5rem
    }

    .theme-6 .lg\:g-4,
    .theme-6 .lg\:gx-4 {
        --bs-gutter-x: 2rem
    }

    .theme-6 .lg\:g-4 {
        --bs-gutter-y: 2rem
    }

    .theme-6 .lg\:g-6,
    .theme-6 .lg\:gx-6 {
        --bs-gutter-x: 3rem
    }

    .theme-6 .lg\:g-6,
    .theme-6 .lg\:gy-6 {
        --bs-gutter-y: 3rem
    }

    .theme-6 .lg\:g-8,
    .theme-6 .lg\:gx-8 {
        --bs-gutter-x: 4rem
    }

    .theme-6 .lg\:g-8,
    .theme-6 .lg\:gy-8 {
        --bs-gutter-y: 4rem
    }
}

@media(min-width:1200px) {
    .theme-6 .xl\:col-3 {
        --grid-total: 12;
        --grid-count: 3;
        flex: 0 0 auto;
        width: 25%
    }

    .theme-6 .xl\:col-4 {
        --grid-total: 12;
        --grid-count: 4;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .theme-6 .xl\:col-7 {
        --grid-total: 12;
        --grid-count: 7;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .theme-6 .xl\:g-3 {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 1.5rem
    }

    .theme-6 .xl\:g-4,
    .theme-6 .xl\:gx-4 {
        --bs-gutter-x: 2rem
    }

    .theme-6 .xl\:g-4 {
        --bs-gutter-y: 2rem
    }

    .theme-6 .xl\:g-6 {
        --bs-gutter-x: 3rem
    }

    .theme-6 .xl\:g-6,
    .theme-6 .xl\:gy-6 {
        --bs-gutter-y: 3rem
    }

    .theme-6 .xl\:g-8,
    .theme-6 .xl\:gx-8 {
        --bs-gutter-x: 4rem
    }

    .theme-6 .xl\:g-8,
    .theme-6 .xl\:gy-8 {
        --bs-gutter-y: 4rem
    }

    .theme-6 .xl\:g-10 {
        --bs-gutter-x: 8rem;
        --bs-gutter-y: 8rem
    }
}

.theme-6 .sep > * {
    position: relative
}

.theme-6 .sep > :not(.uc-first-column):before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -.2px !important
}

.theme-6 [dir=rtl] .sep > :not(.uc-first-column):before {
    left: auto !important;
    right: -.2px !important
}

.theme-6 .sep > :not(.uc-first-column):before {
    border-left: 1px solid var(--border-color) !important
}

.theme-6 [dir=rtl] .sep > :not(.uc-first-column):before {
    border-left: 1rem !important;
    border-right: 1px solid var(--border-color) !important
}

.theme-6 .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 hsla(0, 0%, 61%, .2);
    transform: translateY(-50%)
}

.theme-6 .sep-x > :not(:first-child) {
    position: relative
}

.theme-6 .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 hsla(0, 0%, 61%, .2);
    transform: translateY(-50%)
}

.theme-6 .clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.theme-6 .ratio {
    position: relative;
    width: 100%
}

.theme-6 .ratio:before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.theme-6 .ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.theme-6 .ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.theme-6 .ratio-4x3 {
    --bs-aspect-ratio: 75%
}

.theme-6 .ratio-16x9 {
    --bs-aspect-ratio: 56.25%
}

.theme-6 .sticky-top {
    top: 0
}

.theme-6 .sticky-bottom,
.theme-6 .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1020
}

.theme-6 .sticky-bottom {
    bottom: 0
}

.theme-6 .hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch
}

.theme-6 .vstack {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch
}

.theme-6 .vr {
    display: inline-block;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentcolor;
    opacity: .25
}

.theme-6 .btn {
    --bs-btn-padding-x: 1rem;
    --bs-btn-padding-y: 0px;
    --bs-btn-font-family: var(--font-family-tertiary);
    --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 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(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;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .theme-6 .btn {
        transition: none
    }
}

.theme-6 .btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color)
}

.theme-6 .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)
}

.theme-6 .btn.active,
.theme-6 .btn.show,
.theme-6 .btn:first-child:active,
.theme-6 :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)
}

.theme-6 .btn.active:focus-visible,
.theme-6 .btn.show:focus-visible,
.theme-6 .btn:first-child:active:focus-visible,
.theme-6 :not(.btn-check) + .btn:active:focus-visible {
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.theme-6 .btn.disabled,
.theme-6 .btn:disabled,
.theme-6 fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity)
}

.theme-6 .btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--color-primary);
    --bs-btn-border-color: var(--color-primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--btn-hover-bg);
    --bs-btn-hover-border-color: var(--btn-hover-border-color);
    --bs-btn-focus-shadow-rgb: 53, 137, 124;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--btn-hover-border-color);
    --bs-btn-active-border-color: #0d574c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--color-primary);
    --bs-btn-disabled-border-color: var(--color-primary)
}

.theme-6 .btn-secondary {
    --bs-btn-color: #000;
    --bs-btn-bg: #fef1e7;
    --bs-btn-border-color: #fef1e7;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fef3eb;
    --bs-btn-hover-border-color: #fef2e9;
    --bs-btn-focus-shadow-rgb: 216, 205, 196;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fef4ec;
    --bs-btn-active-border-color: #fef2e9;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fef1e7;
    --bs-btn-disabled-border-color: #fef1e7
}

.theme-6 .btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #4caf50;
    --bs-btn-border-color: #4caf50;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #419544;
    --bs-btn-hover-border-color: #3d8c40;
    --bs-btn-focus-shadow-rgb: 103, 187, 106;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #3d8c40;
    --bs-btn-active-border-color: #39833c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #4caf50;
    --bs-btn-disabled-border-color: #4caf50
}

.theme-6 .btn-info {
    --bs-btn-color: #fff;
    --bs-btn-bg: #09c;
    --bs-btn-border-color: #09c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0082ad;
    --bs-btn-hover-border-color: #007aa3;
    --bs-btn-focus-shadow-rgb: 38, 168, 212;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #007aa3;
    --bs-btn-active-border-color: #007399;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #09c;
    --bs-btn-disabled-border-color: #09c
}

.theme-6 .btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffb307;
    --bs-btn-border-color: #ffb307;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffbe2c;
    --bs-btn-hover-border-color: #ffbb20;
    --bs-btn-focus-shadow-rgb: 217, 152, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffc239;
    --bs-btn-active-border-color: #ffbb20;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffb307;
    --bs-btn-disabled-border-color: #ffb307
}

.theme-6 .btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #e44b4b;
    --bs-btn-border-color: #e44b4b;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #c24040;
    --bs-btn-hover-border-color: #b63c3c;
    --bs-btn-focus-shadow-rgb: 232, 102, 102;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b63c3c;
    --bs-btn-active-border-color: #ab3838;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #e44b4b;
    --bs-btn-disabled-border-color: #e44b4b
}

.theme-6 .btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa
}

.theme-6 .btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #424649;
    --bs-btn-hover-border-color: #373b3e;
    --bs-btn-focus-shadow-rgb: 66, 70, 73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4d5154;
    --bs-btn-active-border-color: #373b3e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #212529;
    --bs-btn-disabled-border-color: #212529
}

.theme-6 .btn-gray {
    --bs-btn-color: #fff;
    --bs-btn-bg: #292352;
    --bs-btn-border-color: #292352;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #231e46;
    --bs-btn-hover-border-color: #211c42;
    --bs-btn-focus-shadow-rgb: 73, 68, 108;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #211c42;
    --bs-btn-active-border-color: #1f1a3e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #292352;
    --bs-btn-disabled-border-color: #292352
}

.theme-6 .btn-primary-200 {
    --bs-btn-color: #000;
    --bs-btn-bg: #a0c7c1;
    --bs-btn-border-color: #a0c7c1;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #aecfca;
    --bs-btn-hover-border-color: #aacdc7;
    --bs-btn-focus-shadow-rgb: 136, 169, 164;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #b3d2cd;
    --bs-btn-active-border-color: #aacdc7;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #a0c7c1;
    --bs-btn-disabled-border-color: #a0c7c1
}

.theme-6 .btn-primary-700 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0a463d;
    --bs-btn-border-color: #0a463d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #093c34;
    --bs-btn-hover-border-color: #083831;
    --bs-btn-focus-shadow-rgb: 47, 98, 90;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #083831;
    --bs-btn-active-border-color: #08352e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0a463d;
    --bs-btn-disabled-border-color: #0a463d
}

.theme-6 .btn-tertiary {
    --bs-btn-color: #000;
    --bs-btn-bg: #e5fdc5;
    --bs-btn-border-color: #e5fdc5;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #e9fdce;
    --bs-btn-hover-border-color: #e8fdcb;
    --bs-btn-focus-shadow-rgb: 195, 215, 167;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #eafdd1;
    --bs-btn-active-border-color: #e8fdcb;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #e5fdc5;
    --bs-btn-disabled-border-color: #e5fdc5
}

.theme-6 .btn-outline-primary {
    --bs-btn-color: var(--color-primary);
    --bs-btn-border-color: var(--color-primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--color-primary);
    --bs-btn-hover-border-color: var(--color-primary);
    --bs-btn-focus-shadow-rgb: var(--color-primary-rgb);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--color-primary);
    --bs-btn-active-border-color: var(--color-primary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: var(--color-primary);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--color-primary);
    --bs-gradient: none
}

.theme-6 .btn-outline-gray-100 {
    --bs-btn-color: #d4d3dc;
    --bs-btn-border-color: #d4d3dc;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d4d3dc;
    --bs-btn-hover-border-color: #d4d3dc;
    --bs-btn-focus-shadow-rgb: 212, 211, 220;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #d4d3dc;
    --bs-btn-active-border-color: #d4d3dc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #d4d3dc;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #d4d3dc;
    --bs-gradient: none
}

.theme-6 .btn-outline-tertiary {
    --bs-btn-color: #e5fdc5;
    --bs-btn-border-color: #e5fdc5;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #e5fdc5;
    --bs-btn-hover-border-color: #e5fdc5;
    --bs-btn-focus-shadow-rgb: var(--color-tertiary-rgb);
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #e5fdc5;
    --bs-btn-active-border-color: #e5fdc5;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #e5fdc5;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #e5fdc5;
    --bs-gradient: none
}

.theme-6 .btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: none;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    text-decoration: underline
}

.theme-6 .btn-link:focus-visible {
    color: var(--bs-btn-color)
}

.theme-6 .btn-link:hover {
    color: var(--bs-btn-hover-color)
}

.theme-6 .btn-lg {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: 0.5rem
}

.theme-6 .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)
}

.theme-6 .accordion {
    --bs-accordion-color: #212529;
    --bs-accordion-bg: #fff;
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: 1px;
    --bs-accordion-border-radius: 0.375rem;
    --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: #212529;
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #0c63e4;
    --bs-accordion-active-bg: #e7f1ff
}

.theme-6 .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, .05);
    --bs-table-active-color: var(--bs-body-color);
    --bs-table-active-bg: rgba(0, 0, 0, .1);
    --bs-table-hover-color: var(--bs-body-color);
    --bs-table-hover-bg: rgba(0, 0, 0, .075);
    width: 100%;
    margin-bottom: 1rem;
    color: var(--bs-table-color);
    vertical-align: top;
    border-color: var(--bs-table-border-color)
}

.theme-6 .table > :not(caption) > * > * {
    padding: 1rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.theme-6 .table > tbody {
    vertical-align: inherit
}

.theme-6 .table > thead {
    vertical-align: bottom
}

.theme-6 .form-label {
    margin-bottom: .5rem
}

.theme-6 .form-control {
    display: block;
    width: 100%;
    padding: 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;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: var(--radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .theme-6 .form-control {
        transition: none
    }
}

.theme-6 .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.theme-6 .form-control::-webkit-date-and-time-value {
    height: 1.25rem
}

.theme-6 .form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.theme-6 .form-control:disabled {
    background-color: #e9ecef;
    opacity: 1
}

.theme-6 .form-control::-webkit-file-upload-button {
    padding: 1rem;
    margin: -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.theme-6 .form-control::file-selector-button {
    padding: 1rem;
    margin: -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .theme-6 .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }

    .theme-6 .form-control::file-selector-button {
        transition: none
    }
}

.theme-6 .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3
}

.theme-6 .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

.theme-6 .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
}

.theme-6 .form-control-plaintext:focus {
    outline: 0
}

.theme-6 .form-control-plaintext.form-control-lg,
.theme-6 .form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.theme-6 .form-control-sm {
    min-height: calc(1.5em + .5rem + 2px);
    padding: .75rem;
    font-size: 1rem;
    border-radius: var(--radius)
}

.theme-6 .form-control-sm::-webkit-file-upload-button {
    padding: .75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem
}

.theme-6 .form-control-sm::file-selector-button {
    padding: .75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem
}

.theme-6 .form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: 1.5rem;
    font-size: 1.125rem;
    border-radius: var(--radius)
}

.theme-6 .form-control-lg::-webkit-file-upload-button {
    padding: 1.5rem;
    -webkit-margin-end: 1.5rem;
    margin-inline-end: 1.5rem
}

.theme-6 .form-control-lg::file-selector-button {
    padding: 1.5rem;
    -webkit-margin-end: 1.5rem;
    margin-inline-end: 1.5rem
}

.theme-6 textarea.form-control {
    min-height: calc(1.5em + .75rem + 2px)
}

.theme-6 textarea.form-control-sm {
    min-height: calc(1.5em + .5rem + 2px)
}

.theme-6 textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px)
}

.theme-6 .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 .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media(prefers-reduced-motion:reduce) {
    .theme-6 .form-select {
        transition: none
    }
}

.theme-6 .form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.theme-6 .form-select[multiple],
.theme-6 .form-select[size]:not([size="1"]) {
    padding-right: 1rem;
    background-image: none
}

.theme-6 .form-select:disabled {
    background-color: #e9ecef
}

.theme-6 .form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529
}

.theme-6 .form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem
}

.theme-6 .form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}

.theme-6 .form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    print-color-adjust: exact
}

.theme-6 .form-check-input[type=checkbox] {
    border-radius: .25em
}

.theme-6 .form-check-input[type=radio] {
    border-radius: 50%
}

.theme-6 .form-check-input:active {
    filter: brightness(90%)
}

.theme-6 .form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.theme-6 .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd
}

.theme-6 .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")
}

.theme-6 .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")
}

.theme-6 .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")
}

.theme-6 .form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5
}

.theme-6 .form-check-input:disabled ~ .form-check-label,
.theme-6 .form-check-input[disabled] ~ .form-check-label {
    cursor: default;
    opacity: .5
}

.theme-6 .form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.theme-6 .form-range:focus {
    outline: 0
}

.theme-6 .form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.theme-6 .form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.theme-6 .form-range::-moz-focus-outer {
    border: 0
}

.theme-6 .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: var(--color-primary);
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media(prefers-reduced-motion:reduce) {
    .theme-6 .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.theme-6 .form-range::-webkit-slider-thumb:active {
    background-color: var(--color-primary-400)
}

.theme-6 .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.theme-6 .form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: var(--color-primary);
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media(prefers-reduced-motion:reduce) {
    .theme-6 .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.theme-6 .form-range::-moz-range-thumb:active {
    background-color: var(--color-primary-400)
}

.theme-6 .form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.theme-6 .form-range:disabled {
    pointer-events: none
}

.theme-6 .form-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.theme-6 .form-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.theme-6 .valid-feedback {
    color: #198754
}

.theme-6 .invalid-feedback,
.theme-6 .valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em
}

.theme-6 .invalid-feedback {
    color: #dc3545
}

.theme-6 .fade {
    transition: opacity .15s linear
}

@media(prefers-reduced-motion:reduce) {
    .theme-6 .fade {
        transition: none
    }
}

.theme-6 .fade:not(.show) {
    opacity: 0
}

.theme-6 .collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media(prefers-reduced-motion:reduce) {
    .theme-6 .collapsing {
        transition: none
    }
}

.theme-6 .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
}

.theme-6 .card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: 1px;
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: 0.375rem;
    --bs-card-inner-border-radius: calc(0.375rem - 1px);
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(0, 0, 0, .03);
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius)
}

.theme-6 .card > hr {
    margin-right: 0;
    margin-left: 0
}

.theme-6 .card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color)
}

.theme-6 .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)
}

.theme-6 .pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: #fff;
    --bs-pagination-border-width: 1px;
    --bs-pagination-border-color: #dee2e6;
    --bs-pagination-border-radius: 0.375rem;
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: #e9ecef;
    --bs-pagination-hover-border-color: #dee2e6;
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: #e9ecef;
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #0d6efd;
    --bs-pagination-active-border-color: #0d6efd;
    --bs-pagination-disabled-color: #6c757d;
    --bs-pagination-disabled-bg: #fff;
    --bs-pagination-disabled-border-color: #dee2e6;
    display: flex;
    padding-left: 0;
    list-style: none
}

.theme-6 .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)
}

.theme-6 .alert-info {
    --bs-alert-color: #006b8f;
    --bs-alert-bg: #e6f5fa;
    --bs-alert-border-color: #33add6
}

.theme-6 .alert-warning {
    --bs-alert-color: #b37d05;
    --bs-alert-bg: #fff7e6;
    --bs-alert-border-color: #ffc239
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

.theme-6 .progress {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: #e9ecef;
    --bs-progress-border-radius: 0.375rem;
    --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #0d6efd;
    --bs-progress-bar-transition: width 0.6s ease;
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius)
}

.theme-6 .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, .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) {
    .theme-6 .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15)
    }
}

.theme-6 .tooltip {
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 200px;
    --bs-tooltip-padding-x: 0.5rem;
    --bs-tooltip-padding-y: 0.25rem;
    --bs-tooltip-font-size: 0.875rem;
    --bs-tooltip-color: #fff;
    --bs-tooltip-bg: #000;
    --bs-tooltip-border-radius: 0.375rem;
    --bs-tooltip-opacity: 0.9;
    --bs-tooltip-arrow-width: 0.8rem;
    --bs-tooltip-arrow-height: 0.4rem;
    z-index: var(--bs-tooltip-zindex);
    display: block;
    padding: var(--bs-tooltip-arrow-height);
    margin: var(--bs-tooltip-margin);
    font-family: var(--font-family-primary);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-tooltip-font-size);
    word-wrap: break-word;
    opacity: 0
}

.theme-6 .tooltip.show {
    opacity: var(--bs-tooltip-opacity)
}

@keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.theme-6 .placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentcolor;
    opacity: .5
}

.theme-6 .placeholder.btn:before {
    display: inline-block;
    content: ""
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

@keyframes placeholder-wave {
    to {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0
    }
}

.theme-6 .align-top {
    vertical-align: top !important
}

.theme-6 .align-middle {
    vertical-align: middle !important
}

.theme-6 .float-start {
    float: left !important
}

.theme-6 .float-end {
    float: right !important
}

.theme-6 .opacity-10 {
    opacity: .1 !important
}

.theme-6 .opacity-20 {
    opacity: .2 !important
}

.theme-6 .opacity-25 {
    opacity: .25 !important
}

.theme-6 .opacity-40 {
    opacity: .4 !important
}

.theme-6 .opacity-50 {
    opacity: .5 !important
}

.theme-6 .opacity-60 {
    opacity: .6 !important
}

.theme-6 .opacity-70 {
    opacity: .7 !important
}

.theme-6 .opacity-80 {
    opacity: .8 !important
}

.theme-6 .opacity-100 {
    opacity: 1 !important
}

.theme-6 :where(.uc-dark) .dark\:opacity-80 {
    opacity: .8 !important
}

.theme-6 :where(.uc-dark) .dark\:opacity-90 {
    opacity: .9 !important
}

.theme-6 .overflow-unset {
    overflow: unset !important
}

.theme-6 .overflow-auto {
    overflow: auto !important
}

.theme-6 .overflow-hidden {
    overflow: hidden !important
}

.theme-6 .overflow-scroll {
    overflow: scroll !important
}

.theme-6 .d-inline {
    display: inline !important
}

.theme-6 .d-inline-block {
    display: inline-block !important
}

.theme-6 .d-block {
    display: block !important
}

.theme-6 .d-flex {
    display: flex !important
}

.theme-6 .d-inline-flex {
    display: inline-flex !important
}

.theme-6 .d-none {
    display: none !important
}

.theme-6 :where(.uc-dark) .dark\:d-inline-block {
    display: inline-block !important
}

.theme-6 :where(.uc-dark) .dark\:d-block {
    display: block !important
}

.theme-6 [dir=ltr] .ltr\:d-block,
.theme-6 [dir=rtl] .rtl\:d-block {
    display: block !important
}

.theme-6 :where(.uc-dark) .dark\:d-inline-flex {
    display: inline-flex !important
}

.theme-6 :where(.uc-dark) .dark\:d-none {
    display: none !important
}

.theme-6 [dir=ltr] .ltr\:d-none,
.theme-6 [dir=rtl] .rtl\:d-none {
    display: none !important
}

.theme-6 .shadow {
    box-shadow: 0 .5rem 1rem -.1rem var(--shadow-color) !important
}

.theme-6 .shadow-xs {
    box-shadow: 0 .125rem .25rem -.1rem var(--shadow-color) !important
}

.theme-6 .shadow-sm {
    box-shadow: 0 .25rem .5rem -.1rem var(--shadow-color) !important
}

.theme-6 .hover\:shadow-md:hover,
.theme-6 .shadow-md {
    box-shadow: 0 .5rem 1rem -.1rem var(--shadow-color) !important
}

.theme-6 .shadow-lg {
    box-shadow: 0 1rem 1.5rem -.1rem var(--shadow-color) !important
}

.theme-6 .shadow-xl {
    box-shadow: 0 1.5rem 2rem -.1rem var(--shadow-color) !important
}

.theme-6 .position-relative {
    position: relative !important
}

.theme-6 .position-absolute {
    position: absolute !important
}

.theme-6 .position-fixed {
    position: fixed !important
}

.theme-6 .top-0 {
    top: 0 !important
}

.theme-6 .top-50 {
    top: 50% !important
}

.theme-6 .top-100 {
    top: 100% !important
}

.theme-6 .bottom-0 {
    bottom: 0 !important
}

.theme-6 .start-0,
.theme-6 [dir=ltr] .ltr\:start-0,
.theme-6 [dir=rtl] .rtl\:start-0 {
    left: 0 !important
}

.theme-6 .start-50 {
    left: 50% !important
}

.theme-6 .start-100 {
    left: 100% !important
}

.theme-6 [dir=rtl] .rtl\:end-auto {
    right: auto !important
}

.theme-6 .end-0,
.theme-6 [dir=ltr] .ltr\:end-0,
.theme-6 [dir=rtl] .rtl\:end-0 {
    right: 0 !important
}

.theme-6 .translate-middle {
    transform: translate(-50%, -50%) !important
}

.theme-6 .translate-middle-x {
    transform: translateX(-50%) !important
}

.theme-6 .translate-middle-y {
    transform: translateY(-50%) !important
}

.theme-6 .border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.theme-6 .border-0 {
    border: 0 !important
}

.theme-6 .border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.theme-6 .border-top-0 {
    border-top: 0 !important
}

.theme-6 .border-end-0 {
    border-right: 0 !important
}

.theme-6 .border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.theme-6 .border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.theme-6 .border-primary,
.theme-6 .hover\:border-primary:hover {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important
}

.theme-6 .border-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important
}

.theme-6 .border-dark,
.theme-6 .hover\:border-dark:hover {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important
}

.theme-6 .border-gray-50 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-50-rgb), var(--bs-border-opacity)) !important
}

.theme-6 .border-gray-100 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-100-rgb), var(--bs-border-opacity)) !important
}

.theme-6 .border-gray-200 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-200-rgb), var(--bs-border-opacity)) !important
}

.theme-6 .border-gray-300 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-300-rgb), var(--bs-border-opacity)) !important
}

.theme-6 .border-gray-900 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-900-rgb), var(--bs-border-opacity)) !important
}

.theme-6 .border-primary-300 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-300-rgb), var(--bs-border-opacity)) !important
}

.theme-6 .border-secondary-600 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-600-rgb), var(--bs-border-opacity)) !important
}

.theme-6 .hover\:border-tertiary:hover {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-tertiary-rgb), var(--bs-border-opacity)) !important
}

.theme-6 .border-tertiary-50 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-tertiary-50-rgb), var(--bs-border-opacity)) !important
}

.theme-6 .border-tertiary-100 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-tertiary-100-rgb), var(--bs-border-opacity)) !important
}

.theme-6 .border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important
}

.theme-6 :where(.uc-dark) .dark\:border-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important
}

.theme-6 :where(.uc-dark) .dark\:border-gray-300 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-300-rgb), var(--bs-border-opacity)) !important
}

.theme-6 :where(.uc-dark) .dark\:border-gray-400 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-400-rgb), var(--bs-border-opacity)) !important
}

.theme-6 :where(.uc-dark) .dark\:border-gray-500 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-500-rgb), var(--bs-border-opacity)) !important
}

.theme-6 :where(.uc-dark) .dark\:border-gray-600 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-600-rgb), var(--bs-border-opacity)) !important
}

.theme-6 :where(.uc-dark) .dark\:border-gray-700 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-700-rgb), var(--bs-border-opacity)) !important
}

.theme-6 :where(.uc-dark) .dark\:border-gray-800 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-800-rgb), var(--bs-border-opacity)) !important
}

.theme-6 :where(.uc-dark) .dark\:border-gray-900 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-900-rgb), var(--bs-border-opacity)) !important
}

.theme-6 :where(.uc-dark) .dark\:border-tertiary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-tertiary-rgb), var(--bs-border-opacity)) !important
}

.theme-6 :where(.uc-dark) .dark\:border-tertiary-600 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-tertiary-600-rgb), var(--bs-border-opacity)) !important
}

.theme-6 :where(.uc-dark) .dark\:border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important
}

.theme-6 .border-1 {
    border-width: 1px !important
}

.theme-6 .border-2 {
    border-width: 2px !important
}

.theme-6 .border-5 {
    border-width: 5px !important
}

.theme-6 .border-opacity-5 {
    --bs-border-opacity: 0.05
}

.theme-6 .border-opacity-10 {
    --bs-border-opacity: 0.1
}

.theme-6 .border-opacity-15 {
    --bs-border-opacity: 0.15
}

.theme-6 .border-opacity-20 {
    --bs-border-opacity: 0.2
}

.theme-6 .hover\:border-opacity-40:hover {
    --bs-border-opacity: 0.4
}

.theme-6 :where(.uc-dark) .dark\:border-opacity-0 {
    --bs-border-opacity: 0
}

.theme-6 :where(.uc-dark) .dark\:border-opacity-10 {
    --bs-border-opacity: 0.1
}

.theme-6 :where(.uc-dark) .dark\:border-opacity-15 {
    --bs-border-opacity: 0.15
}

.theme-6 :where(.uc-dark) .dark\:border-opacity-20 {
    --bs-border-opacity: 0.2
}

.theme-6 :where(.uc-dark) .dark\:border-opacity-30 {
    --bs-border-opacity: 0.3
}

.theme-6 .w-4px {
    width: 4px !important
}

.theme-6 .w-16px {
    width: 16px !important
}

.theme-6 .w-20px {
    width: 20px !important
}

.theme-6 .w-24px {
    width: 24px !important
}

.theme-6 .w-32px {
    width: 32px !important
}

.theme-6 .w-36px {
    width: 36px !important
}

.theme-6 .w-40px {
    width: 40px !important
}

.theme-6 .w-48px {
    width: 48px !important
}

.theme-6 .w-56px {
    width: 56px !important
}

.theme-6 .w-64px {
    width: 64px !important
}

.theme-6 .w-72px {
    width: 72px !important
}

.theme-6 .w-80px {
    width: 80px !important
}

.theme-6 .w-96px {
    width: 96px !important
}

.theme-6 .w-100px {
    width: 100px !important
}

.theme-6 .w-128px {
    width: 128px !important
}

.theme-6 .w-150px {
    width: 150px !important
}

.theme-6 .w-200px {
    width: 200px !important
}

.theme-6 .w-250px {
    width: 250px !important
}

.theme-6 .w-300px {
    width: 300px !important
}

.theme-6 .w-500px {
    width: 500px !important
}

.theme-6 .w-600px {
    width: 600px !important
}

.theme-6 .w-750px {
    width: 750px !important
}

.theme-6 .w-800px {
    width: 800px !important
}

.theme-6 .w-1000px {
    width: 1000px !important
}

.theme-6 .w-1280px {
    width: 1280px !important
}

.theme-6 .w-md {
    width: 720px !important
}

.theme-6 .w-1\/6 {
    width: 16.6666667% !important
}

.theme-6 .w-1\/5 {
    width: 20% !important
}

.theme-6 .w-1\/3 {
    width: 33.3333333% !important
}

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

.theme-6 .w-100,
.theme-6 .w-full {
    width: 100% !important
}

.theme-6 .w-auto {
    width: auto !important
}

.theme-6 .max-w-40px {
    max-width: 40px !important
}

.theme-6 .max-w-48px {
    max-width: 48px !important
}

.theme-6 .max-w-80px {
    max-width: 80px !important
}

.theme-6 .max-w-100px {
    max-width: 100px !important
}

.theme-6 .max-w-250px {
    max-width: 250px !important
}

.theme-6 .max-w-400px {
    max-width: 400px !important
}

.theme-6 .max-w-450px {
    max-width: 450px !important
}

.theme-6 .max-w-500px {
    max-width: 500px !important
}

.theme-6 .max-w-550px {
    max-width: 550px !important
}

.theme-6 .max-w-600px {
    max-width: 600px !important
}

.theme-6 .max-w-650px {
    max-width: 650px !important
}

.theme-6 .max-w-700px {
    max-width: 700px !important
}

.theme-6 .max-w-750px {
    max-width: 750px !important
}

.theme-6 .max-w-800px {
    max-width: 800px !important
}

.theme-6 .max-w-850px {
    max-width: 850px !important
}

.theme-6 .max-w-900px {
    max-width: 900px !important
}

.theme-6 .max-w-950px {
    max-width: 950px !important
}

.theme-6 .max-w-1000px {
    max-width: 1000px !important
}

.theme-6 .max-w-1440px {
    max-width: 1440px !important
}

.theme-6 .max-w-xs {
    max-width: 320px !important
}

.theme-6 .max-w-sm {
    max-width: 640px !important
}

.theme-6 .max-w-md {
    max-width: 720px !important
}

.theme-6 .max-w-lg {
    max-width: 1040px !important
}

.theme-6 .max-w-xl {
    max-width: 1280px !important
}

.theme-6 .max-w-100 {
    max-width: 100% !important
}

.theme-6 .h-4px {
    height: 4px !important
}

.theme-6 .h-16px {
    height: 16px !important
}

.theme-6 .h-24px {
    height: 24px !important
}

.theme-6 .h-32px {
    height: 32px !important
}

.theme-6 .h-36px {
    height: 36px !important
}

.theme-6 .h-40px {
    height: 40px !important
}

.theme-6 .h-48px {
    height: 48px !important
}

.theme-6 .h-56px {
    height: 56px !important
}

.theme-6 .h-64px {
    height: 64px !important
}

.theme-6 .h-72px {
    height: 72px !important
}

.theme-6 .h-80px {
    height: 80px !important
}

.theme-6 .h-96px {
    height: 96px !important
}

.theme-6 .h-100px {
    height: 100px !important
}

.theme-6 .h-150px {
    height: 150px !important
}

.theme-6 .h-200px {
    height: 200px !important
}

.theme-6 .h-250px {
    height: 250px !important
}

.theme-6 .h-300px {
    height: 300px !important
}

.theme-6 .h-400px {
    height: 400px !important
}

.theme-6 .h-500px {
    height: 500px !important
}

.theme-6 .h-600px {
    height: 600px !important
}

.theme-6 .h-700px {
    height: 700px !important
}

.theme-6 .h-750px {
    height: 750px !important
}

.theme-6 .h-1000px {
    height: 1000px !important
}

.theme-6 .h-1280px {
    height: 1280px !important
}

.theme-6 .h-100 {
    height: 100% !important
}

.theme-6 .h-screen {
    height: 100vh !important
}

.theme-6 .max-h-200px {
    max-height: 200px !important
}

.theme-6 .max-h-250px {
    max-height: 250px !important
}

.theme-6 .max-h-300px {
    max-height: 300px !important
}

.theme-6 .max-h-400px {
    max-height: 400px !important
}

.theme-6 .max-h-xs {
    max-height: 320px !important
}

.theme-6 .max-h-sm {
    max-height: 640px !important
}

.theme-6 .flex-1 {
    flex: 1 1 !important
}

.theme-6 .flex-none {
    flex: none !important
}

.theme-6 .flex-column {
    flex-direction: column !important
}

.theme-6 .flex-nowrap {
    flex-wrap: nowrap !important
}

.theme-6 .justify-start {
    justify-content: flex-start !important
}

.theme-6 .justify-center {
    justify-content: center !important
}

.theme-6 .justify-end {
    justify-content: flex-end !important
}

.theme-6 .justify-between {
    justify-content: space-between !important
}

.theme-6 .items-start {
    align-items: flex-start !important
}

.theme-6 .items-center {
    align-items: center !important
}

.theme-6 .items-end {
    align-items: flex-end !important
}

.theme-6 .self-center {
    align-self: center !important
}

.theme-6 [dir=rtl] .rtl\:order-first {
    order: -1 !important
}

.theme-6 .order-0,
.theme-6 [dir=rtl] .rtl\:order-0 {
    order: 0 !important
}

.theme-6 .order-1 {
    order: 1 !important
}

.theme-6 .order-2 {
    order: 2 !important
}

.theme-6 .order-3 {
    order: 3 !important
}

.theme-6 .m-0 {
    margin: 0 !important
}

.theme-6 .m-narrow {
    margin: .25rem !important
}

.theme-6 .m-1 {
    margin: .5rem !important
}

.theme-6 .m-2 {
    margin: 1rem !important
}

.theme-6 .m-3 {
    margin: 1.5rem !important
}

.theme-6 .m-4 {
    margin: 2rem !important
}

.theme-6 .m-auto {
    margin: auto !important
}

.theme-6 .mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.theme-6 .mx-narrow {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.theme-6 .mx-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.theme-6 .mx-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.theme-6 .mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.theme-6 .my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.theme-6 .my-1 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.theme-6 .my-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.theme-6 .my-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.theme-6 .my-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important
}

.theme-6 .my-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.theme-6 .my-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important
}

.theme-6 .mt-0 {
    margin-top: 0 !important
}

.theme-6 .mt-narrow {
    margin-top: .25rem !important
}

.theme-6 .mt-1 {
    margin-top: .5rem !important
}

.theme-6 .mt-2 {
    margin-top: 1rem !important
}

.theme-6 .mt-3 {
    margin-top: 1.5rem !important
}

.theme-6 .mt-4 {
    margin-top: 2rem !important
}

.theme-6 .mt-5 {
    margin-top: 2.5rem !important
}

.theme-6 .mt-6 {
    margin-top: 3rem !important
}

.theme-6 .mt-7 {
    margin-top: 3.5rem !important
}

.theme-6 .mt-8 {
    margin-top: 4rem !important
}

.theme-6 [dir=rtl] .rtl\:me-0 {
    margin-right: 0 !important
}

.theme-6 .me-narrow,
.theme-6 [dir=ltr] .ltr\:me-narrow,
.theme-6 [dir=rtl] .rtl\:me-narrow {
    margin-right: .25rem !important
}

.theme-6 .me-1,
.theme-6 [dir=ltr] .ltr\:me-1,
.theme-6 [dir=rtl] .rtl\:me-1 {
    margin-right: .5rem !important
}

.theme-6 [dir=rtl] .rtl\:me-2 {
    margin-right: 1rem !important
}

.theme-6 .me-3 {
    margin-right: 1.5rem !important
}

.theme-6 .me-4 {
    margin-right: 2rem !important
}

.theme-6 [dir=rtl] .rtl\:me-6 {
    margin-right: 3rem !important
}

.theme-6 [dir=ltr] .ltr\:me-8 {
    margin-right: 4rem !important
}

.theme-6 .mb-0 {
    margin-bottom: 0 !important
}

.theme-6 .mb-narrow {
    margin-bottom: .25rem !important
}

.theme-6 .mb-1 {
    margin-bottom: .5rem !important
}

.theme-6 .mb-2 {
    margin-bottom: 1rem !important
}

.theme-6 .mb-3 {
    margin-bottom: 1.5rem !important
}

.theme-6 .mb-4 {
    margin-bottom: 2rem !important
}

.theme-6 .mb-5 {
    margin-bottom: 2.5rem !important
}

.theme-6 .mb-6 {
    margin-bottom: 3rem !important
}

.theme-6 [dir=ltr] .ltr\:ms-0 {
    margin-left: 0 !important
}

.theme-6 .ms-narrow,
.theme-6 [dir=ltr] .ltr\:ms-narrow,
.theme-6 [dir=rtl] .rtl\:ms-narrow {
    margin-left: .25rem !important
}

.theme-6 .ms-1,
.theme-6 [dir=ltr] .ltr\:ms-1,
.theme-6 [dir=rtl] .rtl\:ms-1 {
    margin-left: .5rem !important
}

.theme-6 .ms-2,
.theme-6 [dir=ltr] .ltr\:ms-2 {
    margin-left: 1rem !important
}

.theme-6 .ms-3 {
    margin-left: 1.5rem !important
}

.theme-6 .ms-4 {
    margin-left: 2rem !important
}

.theme-6 [dir=ltr] .ltr\:ms-6 {
    margin-left: 3rem !important
}

.theme-6 [dir=rtl] .rtl\:ms-8 {
    margin-left: 4rem !important
}

.theme-6 .mx-n1 {
    margin-right: -.5rem !important;
    margin-left: -.5rem !important
}

.theme-6 .mt-nnarrow {
    margin-top: -.25rem !important
}

.theme-6 .mt-n3 {
    margin-top: -1.5rem !important
}

.theme-6 .mt-n4 {
    margin-top: -2rem !important
}

.theme-6 .mt-n8 {
    margin-top: -4rem !important
}

.theme-6 .mt-n9 {
    margin-top: -6rem !important
}

.theme-6 .me-n2,
.theme-6 [dir=rtl] .rtl\:me-n2 {
    margin-right: -1rem !important
}

.theme-6 .me-n3 {
    margin-right: -1.5rem !important
}

.theme-6 .me-n6 {
    margin-right: -3rem !important
}

.theme-6 .me-n8,
.theme-6 [dir=ltr] .ltr\:me-n8 {
    margin-right: -4rem !important
}

.theme-6 .mb-n4 {
    margin-bottom: -2rem !important
}

.theme-6 .mb-n8 {
    margin-bottom: -4rem !important
}

.theme-6 .ms-n2,
.theme-6 [dir=ltr] .ltr\:ms-n2 {
    margin-left: -1rem !important
}

.theme-6 .ms-n3 {
    margin-left: -1.5rem !important
}

.theme-6 .ms-n6,
.theme-6 [dir=rtl] .rtl\:ms-n6 {
    margin-left: -3rem !important
}

.theme-6 .ms-n8,
.theme-6 [dir=rtl] .rtl\:ms-n8 {
    margin-left: -4rem !important
}

.theme-6 .p-0 {
    padding: 0 !important
}

.theme-6 .p-narrow {
    padding: .25rem !important
}

.theme-6 .p-1 {
    padding: .5rem !important
}

.theme-6 .p-2 {
    padding: 1rem !important
}

.theme-6 .p-3 {
    padding: 1.5rem !important
}

.theme-6 .p-4 {
    padding: 2rem !important
}

.theme-6 .p-5 {
    padding: 2.5rem !important
}

.theme-6 .p-6 {
    padding: 3rem !important
}

.theme-6 .px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.theme-6 .px-narrow {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.theme-6 .px-1 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.theme-6 .px-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.theme-6 .px-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.theme-6 .px-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important
}

.theme-6 .px-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important
}

.theme-6 .py-narrow {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.theme-6 .py-1 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.theme-6 .py-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.theme-6 .py-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.theme-6 .py-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
}

.theme-6 .py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.theme-6 .py-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important
}

.theme-6 .py-9 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important
}

.theme-6 .py-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important
}

.theme-6 .pt-0 {
    padding-top: 0 !important
}

.theme-6 .pt-2 {
    padding-top: 1rem !important
}

.theme-6 .pt-3 {
    padding-top: 1.5rem !important
}

.theme-6 .pt-4 {
    padding-top: 2rem !important
}

.theme-6 .pt-6 {
    padding-top: 3rem !important
}

.theme-6 .pt-8 {
    padding-top: 4rem !important
}

.theme-6 .pt-9 {
    padding-top: 6rem !important
}

.theme-6 .pe-3,
.theme-6 [dir=rtl] .rtl\:pe-3 {
    padding-right: 1.5rem !important
}

.theme-6 [dir=ltr] .ltr\:pe-4 {
    padding-right: 2rem !important
}

.theme-6 .pb-0 {
    padding-bottom: 0 !important
}

.theme-6 .pb-narrow {
    padding-bottom: .25rem !important
}

.theme-6 .pb-2 {
    padding-bottom: 1rem !important
}

.theme-6 .pb-3 {
    padding-bottom: 1.5rem !important
}

.theme-6 .pb-4 {
    padding-bottom: 2rem !important
}

.theme-6 .pb-6 {
    padding-bottom: 3rem !important
}

.theme-6 .pb-7 {
    padding-bottom: 3.5rem !important
}

.theme-6 .pb-8 {
    padding-bottom: 4rem !important
}

.theme-6 .pb-10 {
    padding-bottom: 8rem !important
}

.theme-6 [dir=ltr] .ltr\:ps-3 {
    padding-left: 1.5rem !important
}

.theme-6 [dir=rtl] .rtl\:ps-4 {
    padding-left: 2rem !important
}

.theme-6 .gap-0 {
    gap: 0 !important
}

.theme-6 .gap-narrow {
    gap: .25rem !important
}

.theme-6 .gap-1 {
    gap: .5rem !important
}

.theme-6 .gap-2 {
    gap: 1rem !important
}

.theme-6 .gap-3 {
    gap: 1.5rem !important
}

.theme-6 .gap-4 {
    gap: 2rem !important
}

.theme-6 .gap-5 {
    gap: 2.5rem !important
}

.theme-6 .gap-6 {
    gap: 3rem !important
}

.theme-6 .gap-7 {
    gap: 3.5rem !important
}

.theme-6 .gap-8 {
    gap: 4rem !important
}

.theme-6 .gap-9 {
    gap: 6rem !important
}

.theme-6 .fs-1 {
    font-size: 2rem !important
}

.theme-6 .fs-2 {
    font-size: 1.75rem !important
}

.theme-6 .fs-4 {
    font-size: 1.25rem !important
}

.theme-6 .fs-5 {
    font-size: 1.125rem !important
}

.theme-6 .fs-6 {
    font-size: 1rem !important
}

.theme-6 .fs-7 {
    font-size: .875rem !important
}

.theme-6 .fs-8 {
    font-size: .75rem !important
}

.theme-6 .fst-italic {
    font-style: italic !important
}

.theme-6 .fw-light {
    font-weight: 300 !important
}

.theme-6 .fw-normal {
    font-weight: 400 !important
}

.theme-6 .fw-medium {
    font-weight: 500 !important
}

.theme-6 .fw-bold {
    font-weight: 700 !important
}

.theme-6 .lh-sm {
    line-height: .9 !important
}

.theme-6 .lh-lg {
    line-height: 1.2 !important
}

.theme-6 .text-start,
.theme-6 [dir=rtl] .rtl\:text-start {
    text-align: left !important
}

.theme-6 .text-end,
.theme-6 [dir=rtl] .rtl\:text-end {
    text-align: right !important
}

.theme-6 .text-center {
    text-align: center !important
}

.theme-6 .text-none {
    text-decoration: none !important
}

.theme-6 .text-underline {
    text-decoration: underline !important
}

.theme-6 .text-line-through {
    text-decoration: line-through !important
}

.theme-6 .text-uppercase {
    text-transform: uppercase !important
}

.theme-6 .text-nowrap {
    white-space: nowrap !important
}

.theme-6 .hover\:text-primary:hover,
.theme-6 .text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}

.theme-6 .text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
}

.theme-6 .text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important
}

.theme-6 .text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important
}

.theme-6 .hover\:text-danger:hover,
.theme-6 .text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}

.theme-6 .text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.theme-6 .text-gray {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-rgb), var(--bs-text-opacity)) !important
}

.theme-6 .text-gray-100 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-100-rgb), var(--bs-text-opacity)) !important
}

.theme-6 .text-gray-200 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-200-rgb), var(--bs-text-opacity)) !important
}

.theme-6 .text-gray-300 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-300-rgb), var(--bs-text-opacity)) !important
}

.theme-6 .text-gray-400 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-400-rgb), var(--bs-text-opacity)) !important
}

.theme-6 .text-gray-500 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-500-rgb), var(--bs-text-opacity)) !important
}

.theme-6 .text-gray-900 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-900-rgb), var(--bs-text-opacity)) !important
}

.theme-6 .text-primary-200 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-200-rgb), var(--bs-text-opacity)) !important
}

.theme-6 .text-primary-400 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-400-rgb), var(--bs-text-opacity)) !important
}

.theme-6 .hover\:text-primary-600:hover {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-600-rgb), var(--bs-text-opacity)) !important
}

.theme-6 .text-primary-700 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-700-rgb), var(--bs-text-opacity)) !important
}

.theme-6 .text-secondary-200 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-200-rgb), var(--bs-text-opacity)) !important
}

.theme-6 .text-secondary-300 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-300-rgb), var(--bs-text-opacity)) !important
}

.theme-6 .text-warning-600 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-600-rgb), var(--bs-text-opacity)) !important
}

.theme-6 .text-blue {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-blue-rgb), var(--bs-text-opacity)) !important
}

.theme-6 .text-indigo {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-indigo-rgb), var(--bs-text-opacity)) !important
}

.theme-6 .text-purple-600 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-purple-600-rgb), var(--bs-text-opacity)) !important
}

.theme-6 .text-red {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-red-rgb), var(--bs-text-opacity)) !important
}

.theme-6 .text-orange {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-orange-rgb), var(--bs-text-opacity)) !important
}

.theme-6 .text-yellow {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-yellow-rgb), var(--bs-text-opacity)) !important
}

.theme-6 .text-green {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-green-rgb), var(--bs-text-opacity)) !important
}

.theme-6 .hover\:text-tertiary:hover,
.theme-6 .text-tertiary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-tertiary-rgb), var(--bs-text-opacity)) !important
}

.theme-6 .text-tertiary-200 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-tertiary-200-rgb), var(--bs-text-opacity)) !important
}

.theme-6 .text-tertiary-400 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-tertiary-400-rgb), var(--bs-text-opacity)) !important
}

.theme-6 .text-tertiary-700 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-tertiary-700-rgb), var(--bs-text-opacity)) !important
}

.theme-6 .text-tertiary-900 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-tertiary-900-rgb), var(--bs-text-opacity)) !important
}

.theme-6 .hover\:text-black:hover,
.theme-6 .text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}

.theme-6 .hover\:text-white:hover,
.theme-6 .text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.theme-6 .text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important
}

.theme-6 :where(.uc-dark) .dark\:hover\:text-primary:hover,
.theme-6 :where(.uc-dark) .dark\:text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}

.theme-6 :where(.uc-dark) .dark\:text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
}

.theme-6 :where(.uc-dark) .dark\:text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.theme-6 :where(.uc-dark) .dark\:text-gray-100 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-100-rgb), var(--bs-text-opacity)) !important
}

.theme-6 :where(.uc-dark) .dark\:text-gray-200 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-200-rgb), var(--bs-text-opacity)) !important
}

.theme-6 :where(.uc-dark) .dark\:text-gray-300 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-300-rgb), var(--bs-text-opacity)) !important
}

.theme-6 :where(.uc-dark) .dark\:text-gray-700 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-700-rgb), var(--bs-text-opacity)) !important
}

.theme-6 :where(.uc-dark) .dark\:hover\:text-gray-900:hover {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-900-rgb), var(--bs-text-opacity)) !important
}

.theme-6 :where(.uc-dark) .dark\:text-primary-400 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-400-rgb), var(--bs-text-opacity)) !important
}

.theme-6 :where(.uc-dark) .dark\:hover\:text-primary-700:hover,
.theme-6 :where(.uc-dark) .dark\:text-primary-700 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-700-rgb), var(--bs-text-opacity)) !important
}

.theme-6 :where(.uc-dark) .dark\:text-yellow-400 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-yellow-400-rgb), var(--bs-text-opacity)) !important
}

.theme-6 :where(.uc-dark) .dark\:hover\:text-tertiary:hover,
.theme-6 :where(.uc-dark) .dark\:text-tertiary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-tertiary-rgb), var(--bs-text-opacity)) !important
}

.theme-6 :where(.uc-dark) .dark\:text-tertiary-200 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-tertiary-200-rgb), var(--bs-text-opacity)) !important
}

.theme-6 :where(.uc-dark) .dark\:text-tertiary-400 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-tertiary-400-rgb), var(--bs-text-opacity)) !important
}

.theme-6 :where(.uc-dark) .dark\:hover\:text-white:hover,
.theme-6 :where(.uc-dark) .dark\:text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.theme-6 .text-opacity-20 {
    --bs-text-opacity: 0.2
}

.theme-6 .text-opacity-60 {
    --bs-text-opacity: 0.6
}

.theme-6 .hover\:text-opacity-70:hover,
.theme-6 .text-opacity-70 {
    --bs-text-opacity: 0.7
}

.theme-6 :where(.uc-dark) .dark\:text-opacity-50 {
    --bs-text-opacity: 0.5
}

.theme-6 :where(.uc-dark) .dark\:text-opacity-60 {
    --bs-text-opacity: 0.6
}

.theme-6 :where(.uc-dark) .dark\:text-opacity-70 {
    --bs-text-opacity: 0.7
}

.theme-6 .bg-primary,
.theme-6 .hover\:bg-primary:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.theme-6 .bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
}

.theme-6 .bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}

.theme-6 .bg-gray-25 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-25-rgb), var(--bs-bg-opacity)) !important
}

.theme-6 .bg-gray-50,
.theme-6 .hover\:bg-gray-50:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-50-rgb), var(--bs-bg-opacity)) !important
}

.theme-6 .bg-gray-100 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-100-rgb), var(--bs-bg-opacity)) !important
}

.theme-6 .bg-gray-300 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-300-rgb), var(--bs-bg-opacity)) !important
}

.theme-6 .hover\:bg-gray-600:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-600-rgb), var(--bs-bg-opacity)) !important
}

.theme-6 .bg-gray-800 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-800-rgb), var(--bs-bg-opacity)) !important
}

.theme-6 .bg-gray-900 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-900-rgb), var(--bs-bg-opacity)) !important
}

.theme-6 .bg-primary-25 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-25-rgb), var(--bs-bg-opacity)) !important
}

.theme-6 .bg-primary-100 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-100-rgb), var(--bs-bg-opacity)) !important
}

.theme-6 .bg-primary-300 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-300-rgb), var(--bs-bg-opacity)) !important
}

.theme-6 .bg-primary-400 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-400-rgb), var(--bs-bg-opacity)) !important
}

.theme-6 .bg-primary-600 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-600-rgb), var(--bs-bg-opacity)) !important
}

.theme-6 .bg-primary-700 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-700-rgb), var(--bs-bg-opacity)) !important
}

.theme-6 .bg-secondary-200 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-200-rgb), var(--bs-bg-opacity)) !important
}

.theme-6 .bg-secondary-300,
.theme-6 .hover\:bg-secondary-300:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-300-rgb), var(--bs-bg-opacity)) !important
}

.theme-6 .bg-warning-100 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-100-rgb), var(--bs-bg-opacity)) !important
}

.theme-6 .bg-blue-100 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-blue-100-rgb), var(--bs-bg-opacity)) !important
}

.theme-6 .bg-blue-600 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-blue-600-rgb), var(--bs-bg-opacity)) !important
}

.theme-6 .bg-indigo-100 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-indigo-100-rgb), var(--bs-bg-opacity)) !important
}

.theme-6 .bg-purple-100 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-purple-100-rgb), var(--bs-bg-opacity)) !important
}

.theme-6 .bg-red {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-red-rgb), var(--bs-bg-opacity)) !important
}

.theme-6 .bg-orange-100 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-orange-100-rgb), var(--bs-bg-opacity)) !important
}

.theme-6 .bg-yellow {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-yellow-rgb), var(--bs-bg-opacity)) !important
}

.theme-6 .bg-yellow-400 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-yellow-400-rgb), var(--bs-bg-opacity)) !important
}

.theme-6 .bg-tertiary,
.theme-6 .hover\:bg-tertiary:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-rgb), var(--bs-bg-opacity)) !important
}

.theme-6 .bg-tertiary-50 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-50-rgb), var(--bs-bg-opacity)) !important
}

.theme-6 .bg-tertiary-300 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-300-rgb), var(--bs-bg-opacity)) !important
}

.theme-6 .bg-tertiary-700 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-700-rgb), var(--bs-bg-opacity)) !important
}

.theme-6 .bg-tertiary-800 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-800-rgb), var(--bs-bg-opacity)) !important
}

.theme-6 .bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}

.theme-6 .bg-white,
.theme-6 .hover\:bg-white:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.theme-6 .bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important
}

.theme-6 :where(.uc-dark) .dark\:bg-primary,
.theme-6 :where(.uc-dark) .dark\:hover\:bg-primary:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.theme-6 :where(.uc-dark) .dark\:bg-secondary,
.theme-6 :where(.uc-dark) .dark\:hover\:bg-secondary:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
}

.theme-6 :where(.uc-dark) .dark\:bg-gray-100 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-100-rgb), var(--bs-bg-opacity)) !important
}

.theme-6 :where(.uc-dark) .dark\:bg-gray-300 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-300-rgb), var(--bs-bg-opacity)) !important
}

.theme-6 :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
}

.theme-6 :where(.uc-dark) .dark\:bg-gray-600 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-600-rgb), var(--bs-bg-opacity)) !important
}

.theme-6 :where(.uc-dark) .dark\:bg-gray-700,
.theme-6 :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
}

.theme-6 :where(.uc-dark) .dark\:bg-gray-800,
.theme-6 :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
}

.theme-6 :where(.uc-dark) .dark\:bg-gray-900 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-900-rgb), var(--bs-bg-opacity)) !important
}

.theme-6 :where(.uc-dark) .dark\:bg-primary-700 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-700-rgb), var(--bs-bg-opacity)) !important
}

.theme-6 :where(.uc-dark) .dark\:bg-tertiary,
.theme-6 :where(.uc-dark) .dark\:hover\:bg-tertiary:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-rgb), var(--bs-bg-opacity)) !important
}

.theme-6 :where(.uc-dark) .dark\:hover\:bg-tertiary-300:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-300-rgb), var(--bs-bg-opacity)) !important
}

.theme-6 :where(.uc-dark) .dark\:bg-tertiary-600 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-600-rgb), var(--bs-bg-opacity)) !important
}

.theme-6 :where(.uc-dark) .dark\:bg-tertiary-700 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-700-rgb), var(--bs-bg-opacity)) !important
}

.theme-6 :where(.uc-dark) .dark\:bg-tertiary-800 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-800-rgb), var(--bs-bg-opacity)) !important
}

.theme-6 :where(.uc-dark) .dark\:bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}

.theme-6 :where(.uc-dark) .dark\:bg-white,
.theme-6 :where(.uc-dark) .dark\:hover\:bg-white:hover {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.theme-6 .bg-opacity-5,
.theme-6 .hover\:bg-opacity-5:hover {
    --bs-bg-opacity: 0.05
}

.theme-6 .bg-opacity-10 {
    --bs-bg-opacity: 0.1
}

.theme-6 .bg-opacity-15 {
    --bs-bg-opacity: 0.15
}

.theme-6 .bg-opacity-40 {
    --bs-bg-opacity: 0.4
}

.theme-6 .bg-opacity-50 {
    --bs-bg-opacity: 0.5
}

.theme-6 .bg-opacity-70 {
    --bs-bg-opacity: 0.7
}

.theme-6 .bg-opacity-80 {
    --bs-bg-opacity: 0.8
}

.theme-6 .bg-opacity-90 {
    --bs-bg-opacity: 0.9
}

.theme-6 :where(.uc-dark) .dark\:bg-opacity-0 {
    --bs-bg-opacity: 0
}

.theme-6 :where(.uc-dark) .dark\:bg-opacity-5 {
    --bs-bg-opacity: 0.05
}

.theme-6 :where(.uc-dark) .dark\:bg-opacity-10 {
    --bs-bg-opacity: 0.1
}

.theme-6 :where(.uc-dark) .dark\:bg-opacity-15 {
    --bs-bg-opacity: 0.15
}

.theme-6 :where(.uc-dark) .dark\:bg-opacity-50 {
    --bs-bg-opacity: 0.5
}

.theme-6 .rounded {
    border-radius: var(--radius) !important
}

.theme-6 .rounded-default {
    border-radius: 8px !important
}

.theme-6 .rounded-1 {
    border-radius: 4px !important
}

.theme-6 .rounded-1-5 {
    border-radius: 12px !important
}

.theme-6 .rounded-2 {
    border-radius: 16px !important
}

.theme-6 .rounded-3 {
    border-radius: 24px !important
}

.theme-6 .rounded-5 {
    border-radius: 40px !important
}

.theme-6 .rounded-circle {
    border-radius: 50% !important
}

.theme-6 .rounded-pill {
    border-radius: 50rem !important
}

.theme-6 .rounded-0 {
    border-radius: 0 !important
}

.theme-6 .rounded-bottom-1-5 {
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important
}

.theme-6 .rounded-bottom-2 {
    border-bottom-right-radius: 16px !important;
    border-bottom-left-radius: 16px !important
}

.theme-6 .rounded-bottom-3 {
    border-bottom-right-radius: 24px !important;
    border-bottom-left-radius: 24px !important
}

.theme-6 .rounded-start-2 {
    border-bottom-left-radius: 16px !important;
    border-top-left-radius: 16px !important
}

.theme-6 .border-dashed {
    border-style: dashed !important
}

.theme-6 .bg-cover {
    background-size: cover !important
}

.theme-6 .bg-contain {
    background-size: contain !important
}

.theme-6 .text-truncate-1 {
    -webkit-line-clamp: 1 !important
}

.theme-6 .text-truncate-3 {
    -webkit-line-clamp: 3 !important
}

.theme-6 .min-w-24px {
    min-width: 24px !important
}

.theme-6 .min-w-32px {
    min-width: 32px !important
}

.theme-6 .min-w-40px {
    min-width: 40px !important
}

.theme-6 .min-w-48px {
    min-width: 48px !important
}

.theme-6 .min-w-150px {
    min-width: 150px !important
}

.theme-6 .min-w-300px {
    min-width: 300px !important
}

.theme-6 .min-w-700px {
    min-width: 700px !important
}

.theme-6 .min-w-1\/4 {
    min-width: 25% !important
}

.theme-6 .min-w-1\/2 {
    min-width: 50% !important
}

.theme-6 .min-w-xs {
    min-width: 320px !important
}

.theme-6 .min-w-100 {
    min-width: 100% !important
}

.theme-6 .min-h-24px {
    min-height: 24px !important
}

.theme-6 .min-h-32px {
    min-height: 32px !important
}

.theme-6 .min-h-48px {
    min-height: 48px !important
}

.theme-6 .min-h-56px {
    min-height: 56px !important
}

.theme-6 .min-h-64px {
    min-height: 64px !important
}

.theme-6 .min-h-80px {
    min-height: 80px !important
}

.theme-6 .min-h-150px {
    min-height: 150px !important
}

.theme-6 .min-h-200px {
    min-height: 200px !important
}

.theme-6 .min-h-250px {
    min-height: 250px !important
}

.theme-6 .min-h-300px {
    min-height: 300px !important
}

.theme-6 .min-h-350px {
    min-height: 350px !important
}

.theme-6 .min-h-450px {
    min-height: 450px !important
}

.theme-6 .min-h-600px {
    min-height: 600px !important
}

.theme-6 .min-h-700px {
    min-height: 700px !important
}

.theme-6 .min-h-screen {
    min-height: 100vh !important
}

.theme-6 .overflow-x-hidden {
    overflow-x: hidden !important
}

.theme-6 .icon-narrow {
    width: 16px !important;
    height: 16px !important;
    font-size: 16px !important
}

.theme-6 .icon-1 {
    width: 20px !important;
    height: 20px !important;
    font-size: 20px !important
}

.theme-6 .icon-2 {
    width: 24px !important;
    height: 24px !important;
    font-size: 24px !important
}

.theme-6 .icon-3 {
    width: 32px !important;
    height: 32px !important;
    font-size: 32px !important
}

.theme-6 .icon-4 {
    width: 48px !important;
    height: 48px !important;
    font-size: 48px !important
}

.theme-6 .mask-x {
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent) !important;
    mask-image: linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent) !important
}

.theme-6 .hover\:contrast-shadow:hover {
    box-shadow: 3px 3px 0 0 var(--shadowColor, #000) !important
}

.theme-6 .contrast-shadow-sm {
    box-shadow: 2px 2px 0 0 var(--shadowColor, #000) !important
}

.theme-6 .contrast-shadow-md,
.theme-6 .hover\:contrast-shadow-md:hover {
    box-shadow: 4px 4px 0 0 var(--shadowColor, #000) !important
}

.theme-6 .contrast-shadow-lg {
    box-shadow: 8px 8px 0 0 var(--shadowColor, #000) !important
}

.theme-6 .ls-0 {
    letter-spacing: 0 !important
}

.theme-6 .-ls-1 {
    letter-spacing: -1px !important
}

.theme-6 .-ls-2 {
    letter-spacing: -2px !important
}

.theme-6 .-ls-3 {
    letter-spacing: -3px !important
}

.theme-6 .-ls-4 {
    letter-spacing: -4px !important
}

.theme-6 .transition {
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color !important
}

.theme-6 .transition-all {
    transition-property: all !important
}

.theme-6 .transition-colors {
    transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color !important
}

.theme-6 .transition-transform {
    transition-property: transform !important
}

.theme-6 .duration-150 {
    transition-duration: .15s !important
}

.theme-6 .duration-200 {
    transition-duration: .2s !important
}

.theme-6 .duration-250 {
    transition-duration: .25s !important
}

.theme-6 .ease-linear {
    transition-timing-function: linear !important
}

.theme-6 .ease-in {
    transition-timing-function: cubic-bezier(.4, 0, 1, 1) !important
}

.theme-6 .hover\:scale-105:hover {
    transform: scale(1.05) !important
}

.theme-6 .hover\:scale-110:hover {
    transform: scale(1.1) !important
}

.theme-6 .translate-y-px {
    transform: translateY(1px) !important
}

.theme-6 .hover\:-translate-y-1:hover {
    transform: translateY(-.5rem) !important
}

.theme-6 .rotate-12 {
    transform: rotate(12deg) !important
}

.theme-6 .rotate-45 {
    transform: rotate(45deg) !important
}

.theme-6 .hover\:rotate-90:hover {
    transform: rotate(90deg) !important
}

.theme-6 [dir=rtl] .rtl\:rotate-180 {
    transform: rotate(180deg) !important
}

.theme-6 .-rotate-1 {
    transform: rotate(-1deg) !important
}

.theme-6 .-rotate-2 {
    transform: rotate(-2deg) !important
}

.theme-6 .-rotate-12 {
    transform: rotate(-12deg) !important
}

.theme-6 .-rotate-45 {
    transform: rotate(-45deg) !important
}

.theme-6 [dir=rtl] .rtl\:-rotate-90 {
    transform: rotate(-90deg) !important
}

.theme-6 .origin-top-right {
    transform-origin: top right !important
}

.theme-6 .origin-top-left {
    transform-origin: top left !important
}

.theme-6 .origin-bottom-right {
    transform-origin: bottom right !important
}

.theme-6 .origin-bottom {
    transform-origin: bottom !important
}

.theme-6 .blend-color-dodge {
    mix-blend-mode: color-dodge !important
}

.theme-6 .blend-difference {
    mix-blend-mode: difference !important
}

.theme-6 .blend-overlay {
    mix-blend-mode: overlay !important
}

.theme-6 .blend-plus-lighter {
    mix-blend-mode: plus-lighter !important
}

.theme-6 .blend-soft-light {
    mix-blend-mode: soft-light !important
}

.theme-6 :where(.uc-dark) .dark\:blend-overlay {
    mix-blend-mode: overlay !important
}

.theme-6 .blur-10 {
    filter: blur(128px) !important
}

.theme-6 .backdrop-1 {
    -webkit-backdrop-filter: blur(4px) !important;
    backdrop-filter: blur(4px) !important
}

.theme-6 .backdrop-2 {
    -webkit-backdrop-filter: blur(8px) !important;
    backdrop-filter: blur(8px) !important
}

.theme-6 [dir=ltr] .ltr\:rounded-top-start-1-5 {
    border-top-left-radius: 12px !important
}

.theme-6 [dir=rtl] .rtl\:rounded-top-end-1-5 {
    border-top-right-radius: 12px !important
}

.theme-6 .ratio-1x1 {
    --bs-aspect-ratio: 100% !important
}

.theme-6 .ratio-2x1 {
    --bs-aspect-ratio: 50% !important
}

.theme-6 .ratio-2x3 {
    --bs-aspect-ratio: 150% !important
}

.theme-6 .ratio-3x2 {
    --bs-aspect-ratio: 66.6666667% !important
}

.theme-6 .ratio-3x4 {
    --bs-aspect-ratio: 133.333333% !important
}

.theme-6 .ratio-4x3 {
    --bs-aspect-ratio: 75% !important
}

.theme-6 .ratio-16x9 {
    --bs-aspect-ratio: 56.25% !important
}

.theme-6 .z-1 {
    z-index: 1 !important
}

.theme-6 .z-1n {
    z-index: -1 !important
}

.theme-6 .z-2 {
    z-index: 2 !important
}

.theme-6 .z-99 {
    z-index: 99 !important
}

.theme-6 .z-999 {
    z-index: 999 !important
}

.theme-6 .z-1080 {
    z-index: 1080 !important
}

.theme-6 .z-0 {
    z-index: 0 !important
}

@media(min-width:459px) {
    .theme-6 .sm\:d-inline-block {
        display: inline-block !important
    }

    .theme-6 .sm\:d-block {
        display: block !important
    }

    .theme-6 .sm\:d-none {
        display: none !important
    }

    .theme-6 .sm\:border-3 {
        border-width: 3px !important
    }

    .theme-6 .sm\:w-32px {
        width: 32px !important
    }

    .theme-6 .sm\:w-56px {
        width: 56px !important
    }

    .theme-6 .sm\:w-80px {
        width: 80px !important
    }

    .theme-6 .sm\:w-250px {
        width: 250px !important
    }

    .theme-6 .sm\:w-300px {
        width: 300px !important
    }

    .theme-6 .sm\:w-350px {
        width: 350px !important
    }

    .theme-6 .sm\:w-500px {
        width: 500px !important
    }

    .theme-6 .sm\:w-550px {
        width: 550px !important
    }

    .theme-6 .sm\:w-3\/5 {
        width: 60% !important
    }

    .theme-6 .sm\:w-1\/2 {
        width: 50% !important
    }

    .theme-6 .sm\:w-auto {
        width: auto !important
    }

    .theme-6 .sm\:max-w-500px {
        max-width: 500px !important
    }

    .theme-6 .sm\:max-w-600px {
        max-width: 600px !important
    }

    .theme-6 .sm\:max-w-md {
        max-width: 720px !important
    }

    .theme-6 .sm\:max-w-lg {
        max-width: 1040px !important
    }

    .theme-6 .sm\:h-32px {
        height: 32px !important
    }

    .theme-6 .sm\:h-40px {
        height: 40px !important
    }

    .theme-6 .sm\:h-56px {
        height: 56px !important
    }

    .theme-6 .sm\:h-80px {
        height: 80px !important
    }

    .theme-6 .sm\:h-500px {
        height: 500px !important
    }

    .theme-6 .sm\:h-600px {
        height: 600px !important
    }

    .theme-6 .sm\:order-1 {
        order: 1 !important
    }

    .theme-6 .sm\:m-0 {
        margin: 0 !important
    }

    .theme-6 .sm\:my-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .theme-6 .sm\:my-4 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important
    }

    .theme-6 .sm\:mt-0 {
        margin-top: 0 !important
    }

    .theme-6 .sm\:mt-1 {
        margin-top: .5rem !important
    }

    .theme-6 .sm\:mt-2 {
        margin-top: 1rem !important
    }

    .theme-6 .sm\:mt-3 {
        margin-top: 1.5rem !important
    }

    .theme-6 .sm\:mt-4 {
        margin-top: 2rem !important
    }

    .theme-6 .sm\:mt-6 {
        margin-top: 3rem !important
    }

    .theme-6 .sm\:mb-6 {
        margin-bottom: 3rem !important
    }

    .theme-6 .sm\:mb-8 {
        margin-bottom: 4rem !important
    }

    .theme-6 .sm\:p-3 {
        padding: 1.5rem !important
    }

    .theme-6 .sm\:p-4 {
        padding: 2rem !important
    }

    .theme-6 .sm\:p-6 {
        padding: 3rem !important
    }

    .theme-6 .sm\:px-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .theme-6 .sm\:px-4 {
        padding-right: 2rem !important;
        padding-left: 2rem !important
    }

    .theme-6 .sm\:py-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .theme-6 .sm\:py-8 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .theme-6 .sm\:py-9 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important
    }

    .theme-6 .sm\:pt-6 {
        padding-top: 3rem !important
    }

    .theme-6 .sm\:pt-8 {
        padding-top: 4rem !important
    }

    .theme-6 .sm\:pt-10 {
        padding-top: 8rem !important
    }

    .theme-6 .sm\:pb-6 {
        padding-bottom: 3rem !important
    }

    .theme-6 .sm\:pb-8 {
        padding-bottom: 4rem !important
    }

    .theme-6 .sm\:pb-9 {
        padding-bottom: 6rem !important
    }

    .theme-6 .sm\:gap-3 {
        gap: 1.5rem !important
    }

    .theme-6 .sm\:gap-4 {
        gap: 2rem !important
    }

    .theme-6 .sm\:gap-6 {
        gap: 3rem !important
    }

    .theme-6 .sm\:gap-8 {
        gap: 4rem !important
    }

    .theme-6 .sm\:fs-4 {
        font-size: 1.25rem !important
    }

    .theme-6 .sm\:fs-5 {
        font-size: 1.125rem !important
    }

    .theme-6 .sm\:fs-6 {
        font-size: 1rem !important
    }

    .theme-6 .sm\:text-start {
        text-align: left !important
    }

    .theme-6 .sm\:text-center {
        text-align: center !important
    }

    .theme-6 .sm\:rounded-1-5 {
        border-radius: 12px !important
    }

    .theme-6 .sm\:rounded-2 {
        border-radius: 16px !important
    }

    .theme-6 .sm\:rounded-start-0 {
        border-bottom-left-radius: 0 !important;
        border-top-left-radius: 0 !important
    }

    .theme-6 .sm\:min-w-100px {
        min-width: 100px !important
    }

    .theme-6 .sm\:min-w-150px {
        min-width: 150px !important
    }

    .theme-6 .sm\:min-h-100px {
        min-height: 100px !important
    }

    .theme-6 .sm\:icon-3 {
        width: 32px !important;
        height: 32px !important;
        font-size: 32px !important
    }

    .theme-6 .sm\:rounded-top-end-0 {
        border-top-right-radius: 0 !important
    }

    .theme-6 .sm\:rounded-bottom-end-0 {
        border-bottom-right-radius: 0 !important
    }
}

@media(min-width:768px) {
    .theme-6 .md\:d-block {
        display: block !important
    }

    .theme-6 .md\:d-flex {
        display: flex !important
    }

    .theme-6 .md\:d-none {
        display: none !important
    }

    .theme-6 .md\:w-40px {
        width: 40px !important
    }

    .theme-6 .md\:w-48px {
        width: 48px !important
    }

    .theme-6 .md\:w-56px {
        width: 56px !important
    }

    .theme-6 .md\:w-100px {
        width: 100px !important
    }

    .theme-6 .md\:w-500px {
        width: 500px !important
    }

    .theme-6 .md\:w-1\/2 {
        width: 50% !important
    }

    .theme-6 .md\:max-w-128px {
        max-width: 128px !important
    }

    .theme-6 .md\:max-w-150px {
        max-width: 150px !important
    }

    .theme-6 .md\:max-w-1\/2 {
        max-width: 50% !important
    }

    .theme-6 .md\:h-40px {
        height: 40px !important
    }

    .theme-6 .md\:h-48px {
        height: 48px !important
    }

    .theme-6 .md\:h-100px {
        height: 100px !important
    }

    .theme-6 .md\:h-screen {
        height: 100vh !important
    }

    .theme-6 .md\:justify-start {
        justify-content: flex-start !important
    }

    .theme-6 .md\:items-end {
        align-items: flex-end !important
    }

    .theme-6 .md\:order-1 {
        order: 1 !important
    }

    .theme-6 .md\:order-2 {
        order: 2 !important
    }

    .theme-6 .md\:m-2 {
        margin: 1rem !important
    }

    .theme-6 .md\:my-2 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .theme-6 .md\:my-3 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .theme-6 .md\:mt-2 {
        margin-top: 1rem !important
    }

    .theme-6 .md\:mt-4 {
        margin-top: 2rem !important
    }

    .theme-6 .md\:mt-6 {
        margin-top: 3rem !important
    }

    .theme-6 .md\:mt-8 {
        margin-top: 4rem !important
    }

    .theme-6 .md\:me-2 {
        margin-right: 1rem !important
    }

    .theme-6 .md\:mb-4 {
        margin-bottom: 2rem !important
    }

    .theme-6 .md\:ms-2 {
        margin-left: 1rem !important
    }

    .theme-6 .md\:mt-n10 {
        margin-top: -8rem !important
    }

    .theme-6 .md\:p-2 {
        padding: 1rem !important
    }

    .theme-6 .md\:p-3 {
        padding: 1.5rem !important
    }

    .theme-6 .md\:p-4 {
        padding: 2rem !important
    }

    .theme-6 .md\:p-6 {
        padding: 3rem !important
    }

    .theme-6 .md\:p-8 {
        padding: 4rem !important
    }

    .theme-6 .md\:px-4 {
        padding-right: 2rem !important;
        padding-left: 2rem !important
    }

    .theme-6 .md\:py-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .theme-6 .md\:py-8 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .theme-6 .md\:pt-6 {
        padding-top: 3rem !important
    }

    .theme-6 .md\:pt-8 {
        padding-top: 4rem !important
    }

    .theme-6 [dir=ltr] .ltr\:md\:pe-8 {
        padding-right: 4rem !important
    }

    .theme-6 .md\:pb-0 {
        padding-bottom: 0 !important
    }

    .theme-6 .md\:pb-6 {
        padding-bottom: 3rem !important
    }

    .theme-6 [dir=rtl] .rtl\:md\:ps-8 {
        padding-left: 4rem !important
    }

    .theme-6 .md\:gap-2 {
        gap: 1rem !important
    }

    .theme-6 .md\:gap-3 {
        gap: 1.5rem !important
    }

    .theme-6 .md\:gap-4 {
        gap: 2rem !important
    }

    .theme-6 .md\:gap-6 {
        gap: 3rem !important
    }

    .theme-6 .md\:fs-5 {
        font-size: 1.125rem !important
    }

    .theme-6 .md\:fs-6 {
        font-size: 1rem !important
    }

    .theme-6 .md\:min-h-250px {
        min-height: 250px !important
    }

    .theme-6 .md\:icon-1 {
        width: 20px !important;
        height: 20px !important;
        font-size: 20px !important
    }

    .theme-6 .md\:icon-2 {
        width: 24px !important;
        height: 24px !important;
        font-size: 24px !important
    }
}

@media(min-width:992px) {
    .theme-6 .lg\:overflow-hidden {
        overflow: hidden !important
    }

    .theme-6 .lg\:d-inline-block {
        display: inline-block !important
    }

    .theme-6 .lg\:d-block {
        display: block !important
    }

    .theme-6 .lg\:d-flex {
        display: flex !important
    }

    .theme-6 .lg\:d-inline-flex {
        display: inline-flex !important
    }

    .theme-6 .lg\:d-none {
        display: none !important
    }

    .theme-6 .lg\:w-40px {
        width: 40px !important
    }

    .theme-6 .lg\:w-48px {
        width: 48px !important
    }

    .theme-6 .lg\:w-56px {
        width: 56px !important
    }

    .theme-6 .lg\:w-64px {
        width: 64px !important
    }

    .theme-6 .lg\:w-72px {
        width: 72px !important
    }

    .theme-6 .lg\:w-80px {
        width: 80px !important
    }

    .theme-6 .lg\:w-96px {
        width: 96px !important
    }

    .theme-6 .lg\:w-100px {
        width: 100px !important
    }

    .theme-6 .lg\:w-128px {
        width: 128px !important
    }

    .theme-6 .lg\:w-150px {
        width: 150px !important
    }

    .theme-6 .lg\:w-200px {
        width: 200px !important
    }

    .theme-6 .lg\:w-250px {
        width: 250px !important
    }

    .theme-6 .lg\:w-300px {
        width: 300px !important
    }

    .theme-6 .lg\:w-450px {
        width: 450px !important
    }

    .theme-6 .lg\:w-500px {
        width: 500px !important
    }

    .theme-6 .lg\:w-800px {
        width: 800px !important
    }

    .theme-6 .lg\:w-1\/6 {
        width: 16.6666667% !important
    }

    .theme-6 .lg\:w-5\/6 {
        width: 83.3333333% !important
    }

    .theme-6 .lg\:w-1\/3 {
        width: 33.3333333% !important
    }

    .theme-6 .lg\:w-1\/2 {
        width: 50% !important
    }

    .theme-6 .lg\:max-w-56px {
        max-width: 56px !important
    }

    .theme-6 .lg\:max-w-80px {
        max-width: 80px !important
    }

    .theme-6 .lg\:max-w-128px {
        max-width: 128px !important
    }

    .theme-6 .lg\:max-w-300px {
        max-width: 300px !important
    }

    .theme-6 .lg\:max-w-350px {
        max-width: 350px !important
    }

    .theme-6 .lg\:max-w-500px {
        max-width: 500px !important
    }

    .theme-6 .lg\:max-w-600px {
        max-width: 600px !important
    }

    .theme-6 .lg\:max-w-650px {
        max-width: 650px !important
    }

    .theme-6 .lg\:max-w-700px {
        max-width: 700px !important
    }

    .theme-6 .lg\:max-w-750px {
        max-width: 750px !important
    }

    .theme-6 .lg\:max-w-900px {
        max-width: 900px !important
    }

    .theme-6 .lg\:max-w-950px {
        max-width: 950px !important
    }

    .theme-6 .lg\:max-w-3\/5 {
        max-width: 60% !important
    }

    .theme-6 .lg\:max-w-1\/2 {
        max-width: 50% !important
    }

    .theme-6 .lg\:max-w-lg {
        max-width: 1040px !important
    }

    .theme-6 .lg\:h-40px {
        height: 40px !important
    }

    .theme-6 .lg\:h-48px {
        height: 48px !important
    }

    .theme-6 .lg\:h-56px {
        height: 56px !important
    }

    .theme-6 .lg\:h-64px {
        height: 64px !important
    }

    .theme-6 .lg\:h-80px {
        height: 80px !important
    }

    .theme-6 .lg\:h-96px {
        height: 96px !important
    }

    .theme-6 .lg\:h-100px {
        height: 100px !important
    }

    .theme-6 .lg\:h-150px {
        height: 150px !important
    }

    .theme-6 .lg\:h-500px {
        height: 500px !important
    }

    .theme-6 .lg\:h-screen {
        height: 100vh !important
    }

    .theme-6 .lg\:max-h-550px {
        max-height: 550px !important
    }

    .theme-6 .lg\:justify-start {
        justify-content: flex-start !important
    }

    .theme-6 .lg\:justify-center {
        justify-content: center !important
    }

    .theme-6 .lg\:justify-end {
        justify-content: flex-end !important
    }

    .theme-6 .lg\:justify-between {
        justify-content: space-between !important
    }

    .theme-6 .lg\:items-start {
        align-items: flex-start !important
    }

    .theme-6 .lg\:order-0 {
        order: 0 !important
    }

    .theme-6 .lg\:order-1 {
        order: 1 !important
    }

    .theme-6 .lg\:order-2 {
        order: 2 !important
    }

    .theme-6 .lg\:m-0 {
        margin: 0 !important
    }

    .theme-6 .lg\:m-2 {
        margin: 1rem !important
    }

    .theme-6 .lg\:m-6 {
        margin: 3rem !important
    }

    .theme-6 .lg\:m-auto {
        margin: auto !important
    }

    .theme-6 .lg\:mx-2 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .theme-6 .lg\:mx-3 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .theme-6 .lg\:mx-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .theme-6 .lg\:my-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .theme-6 .lg\:my-3 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .theme-6 .lg\:my-4 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important
    }

    .theme-6 .lg\:my-6 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .theme-6 .lg\:mt-0 {
        margin-top: 0 !important
    }

    .theme-6 .lg\:mt-2 {
        margin-top: 1rem !important
    }

    .theme-6 .lg\:mt-3 {
        margin-top: 1.5rem !important
    }

    .theme-6 .lg\:mt-4 {
        margin-top: 2rem !important
    }

    .theme-6 .lg\:mt-6 {
        margin-top: 3rem !important
    }

    .theme-6 .lg\:mt-8 {
        margin-top: 4rem !important
    }

    .theme-6 .lg\:mt-9 {
        margin-top: 6rem !important
    }

    .theme-6 .lg\:me-5 {
        margin-right: 2.5rem !important
    }

    .theme-6 .lg\:mb-2 {
        margin-bottom: 1rem !important
    }

    .theme-6 .lg\:mb-3 {
        margin-bottom: 1.5rem !important
    }

    .theme-6 .lg\:mb-5 {
        margin-bottom: 2.5rem !important
    }

    .theme-6 .lg\:mb-6 {
        margin-bottom: 3rem !important
    }

    .theme-6 .lg\:mb-8 {
        margin-bottom: 4rem !important
    }

    .theme-6 .lg\:mb-9 {
        margin-bottom: 6rem !important
    }

    .theme-6 .lg\:p-3 {
        padding: 1.5rem !important
    }

    .theme-6 .lg\:p-4 {
        padding: 2rem !important
    }

    .theme-6 .lg\:p-5 {
        padding: 2.5rem !important
    }

    .theme-6 .lg\:p-6 {
        padding: 3rem !important
    }

    .theme-6 .lg\:p-8 {
        padding: 4rem !important
    }

    .theme-6 .lg\:px-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .theme-6 .lg\:px-2 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .theme-6 .lg\:px-3 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .theme-6 .lg\:px-4 {
        padding-right: 2rem !important;
        padding-left: 2rem !important
    }

    .theme-6 .lg\:px-5 {
        padding-right: 2.5rem !important;
        padding-left: 2.5rem !important
    }

    .theme-6 .lg\:px-6 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .theme-6 .lg\:py-3 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .theme-6 .lg\:py-4 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important
    }

    .theme-6 .lg\:py-5 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important
    }

    .theme-6 .lg\:py-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .theme-6 .lg\:py-8 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .theme-6 .lg\:py-9 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important
    }

    .theme-6 .lg\:py-10 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important
    }

    .theme-6 .lg\:pt-0 {
        padding-top: 0 !important
    }

    .theme-6 .lg\:pt-2 {
        padding-top: 1rem !important
    }

    .theme-6 .lg\:pt-4 {
        padding-top: 2rem !important
    }

    .theme-6 .lg\:pt-6 {
        padding-top: 3rem !important
    }

    .theme-6 .lg\:pt-8 {
        padding-top: 4rem !important
    }

    .theme-6 .lg\:pt-10 {
        padding-top: 8rem !important
    }

    .theme-6 [dir=rtl] .rtl\:lg\:pe-4 {
        padding-right: 2rem !important
    }

    .theme-6 .lg\:pb-3 {
        padding-bottom: 1.5rem !important
    }

    .theme-6 .lg\:pb-6 {
        padding-bottom: 3rem !important
    }

    .theme-6 .lg\:pb-8 {
        padding-bottom: 4rem !important
    }

    .theme-6 .lg\:pb-9 {
        padding-bottom: 6rem !important
    }

    .theme-6 [dir=ltr] .ltr\:lg\:ps-4 {
        padding-left: 2rem !important
    }

    .theme-6 .lg\:gap-1 {
        gap: .5rem !important
    }

    .theme-6 .lg\:gap-2 {
        gap: 1rem !important
    }

    .theme-6 .lg\:gap-3 {
        gap: 1.5rem !important
    }

    .theme-6 .lg\:gap-4 {
        gap: 2rem !important
    }

    .theme-6 .lg\:gap-6 {
        gap: 3rem !important
    }

    .theme-6 .lg\:gap-8 {
        gap: 4rem !important
    }

    .theme-6 .lg\:gap-9 {
        gap: 6rem !important
    }

    .theme-6 .lg\:fs-3 {
        font-size: 1.5rem !important
    }

    .theme-6 .lg\:fs-4 {
        font-size: 1.25rem !important
    }

    .theme-6 .lg\:fs-5 {
        font-size: 1.125rem !important
    }

    .theme-6 .lg\:fs-6 {
        font-size: 1rem !important
    }

    .theme-6 .lg\:text-start,
    .theme-6 [dir=ltr] .ltr\:lg\:text-start {
        text-align: left !important
    }

    .theme-6 [dir=rtl] .rtl\:lg\:text-end {
        text-align: right !important
    }

    .theme-6 .lg\:rounded-1-5 {
        border-radius: 12px !important
    }

    .theme-6 .lg\:rounded-2 {
        border-radius: 16px !important
    }

    .theme-6 .lg\:rounded-3 {
        border-radius: 24px !important
    }

    .theme-6 .lg\:rounded-4 {
        border-radius: 32px !important
    }

    .theme-6 .lg\:rounded-pill {
        border-radius: 50rem !important
    }

    .theme-6 .lg\:rounded-top-0 {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important
    }

    .theme-6 .lg\:rounded-bottom-3 {
        border-bottom-right-radius: 24px !important;
        border-bottom-left-radius: 24px !important
    }

    .theme-6 .lg\:rounded-bottom-5 {
        border-bottom-right-radius: 40px !important;
        border-bottom-left-radius: 40px !important
    }

    .theme-6 .lg\:rounded-bottom-0 {
        border-bottom-right-radius: 0 !important;
        border-bottom-left-radius: 0 !important
    }

    .theme-6 .lg\:rounded-start-1-5 {
        border-bottom-left-radius: 12px !important;
        border-top-left-radius: 12px !important
    }

    .theme-6 .lg\:min-w-80px {
        min-width: 80px !important
    }

    .theme-6 .lg\:min-w-150px {
        min-width: 150px !important
    }

    .theme-6 .lg\:min-w-300px {
        min-width: 300px !important
    }

    .theme-6 .lg\:min-w-1\/4 {
        min-width: 25% !important
    }

    .theme-6 .lg\:min-h-80px {
        min-height: 80px !important
    }

    .theme-6 .lg\:min-h-96px {
        min-height: 96px !important
    }

    .theme-6 .lg\:min-h-100px {
        min-height: 100px !important
    }

    .theme-6 .lg\:min-h-600px {
        min-height: 600px !important
    }

    .theme-6 .lg\:icon-3 {
        width: 32px !important;
        height: 32px !important;
        font-size: 32px !important
    }

    .theme-6 .lg\:icon-4 {
        width: 48px !important;
        height: 48px !important;
        font-size: 48px !important
    }

    .theme-6 .lg\:hover\:scale-105:hover {
        transform: scale(1.05) !important
    }

    .theme-6 .lg\:hover\:-translate-y-2:hover {
        transform: translateY(-1rem) !important
    }

    .theme-6 .lg\:-rotate-2 {
        transform: rotate(-2deg) !important
    }

    .theme-6 .lg\:rounded-top-start-0 {
        border-top-left-radius: 0 !important
    }

    .theme-6 .lg\:rounded-top-end-1-5 {
        border-top-right-radius: 12px !important
    }

    .theme-6 .lg\:rounded-top-end-0 {
        border-top-right-radius: 0 !important
    }

    .theme-6 .lg\:rounded-bottom-end-0 {
        border-bottom-right-radius: 0 !important
    }

    .theme-6 .lg\:ratio-1x1 {
        --bs-aspect-ratio: 100% !important
    }
}

@media(min-width:1200px) {
    .theme-6 .xl\:d-block {
        display: block !important
    }

    .theme-6 .xl\:d-flex {
        display: flex !important
    }

    .theme-6 .xl\:d-inline-flex {
        display: inline-flex !important
    }

    .theme-6 .xl\:d-none {
        display: none !important
    }

    .theme-6 .xl\:w-24px {
        width: 24px !important
    }

    .theme-6 .xl\:w-32px {
        width: 32px !important
    }

    .theme-6 .xl\:w-48px {
        width: 48px !important
    }

    .theme-6 .xl\:w-56px {
        width: 56px !important
    }

    .theme-6 .xl\:w-64px {
        width: 64px !important
    }

    .theme-6 .xl\:w-80px {
        width: 80px !important
    }

    .theme-6 .xl\:w-150px {
        width: 150px !important
    }

    .theme-6 .xl\:w-250px {
        width: 250px !important
    }

    .theme-6 .xl\:w-300px {
        width: 300px !important
    }

    .theme-6 .xl\:w-350px {
        width: 350px !important
    }

    .theme-6 .xl\:w-400px {
        width: 400px !important
    }

    .theme-6 .xl\:w-450px {
        width: 450px !important
    }

    .theme-6 .xl\:w-600px {
        width: 600px !important
    }

    .theme-6 .xl\:w-auto {
        width: auto !important
    }

    .theme-6 .xl\:max-w-600px {
        max-width: 600px !important
    }

    .theme-6 .xl\:max-w-700px {
        max-width: 700px !important
    }

    .theme-6 .xl\:max-w-800px {
        max-width: 800px !important
    }

    .theme-6 .xl\:max-w-3\/4 {
        max-width: 75% !important
    }

    .theme-6 .xl\:max-w-md {
        max-width: 720px !important
    }

    .theme-6 .xl\:max-w-lg {
        max-width: 1040px !important
    }

    .theme-6 .xl\:max-w-xl {
        max-width: 1280px !important
    }

    .theme-6 .xl\:h-48px {
        height: 48px !important
    }

    .theme-6 .xl\:h-56px {
        height: 56px !important
    }

    .theme-6 .xl\:h-64px {
        height: 64px !important
    }

    .theme-6 .xl\:h-650px {
        height: 650px !important
    }

    .theme-6 .xl\:h-screen {
        height: 100vh !important
    }

    .theme-6 .xl\:m-9 {
        margin: 6rem !important
    }

    .theme-6 .xl\:my-8 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important
    }

    .theme-6 .xl\:mt-1 {
        margin-top: .5rem !important
    }

    .theme-6 .xl\:mt-2 {
        margin-top: 1rem !important
    }

    .theme-6 .xl\:mt-4 {
        margin-top: 2rem !important
    }

    .theme-6 .xl\:mt-6 {
        margin-top: 3rem !important
    }

    .theme-6 .xl\:mt-8 {
        margin-top: 4rem !important
    }

    .theme-6 .xl\:mt-9 {
        margin-top: 6rem !important
    }

    .theme-6 .xl\:mt-10 {
        margin-top: 8rem !important
    }

    .theme-6 .xl\:me-4,
    .theme-6 [dir=rtl] .rtl\:xl\:me-4 {
        margin-right: 2rem !important
    }

    .theme-6 [dir=ltr] .ltr\:xl\:me-7 {
        margin-right: 3.5rem !important
    }

    .theme-6 .xl\:mb-2 {
        margin-bottom: 1rem !important
    }

    .theme-6 .xl\:mb-3 {
        margin-bottom: 1.5rem !important
    }

    .theme-6 .xl\:mb-6 {
        margin-bottom: 3rem !important
    }

    .theme-6 .xl\:mb-8 {
        margin-bottom: 4rem !important
    }

    .theme-6 .xl\:mb-9 {
        margin-bottom: 6rem !important
    }

    .theme-6 [dir=ltr] .ltr\:xl\:ms-4 {
        margin-left: 2rem !important
    }

    .theme-6 [dir=rtl] .rtl\:xl\:ms-7 {
        margin-left: 3.5rem !important
    }

    .theme-6 .xl\:p-3 {
        padding: 1.5rem !important
    }

    .theme-6 .xl\:p-4 {
        padding: 2rem !important
    }

    .theme-6 .xl\:p-5 {
        padding: 2.5rem !important
    }

    .theme-6 .xl\:p-6 {
        padding: 3rem !important
    }

    .theme-6 .xl\:p-8 {
        padding: 4rem !important
    }

    .theme-6 .xl\:p-9 {
        padding: 6rem !important
    }

    .theme-6 .xl\:px-3 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .theme-6 .xl\:px-4 {
        padding-right: 2rem !important;
        padding-left: 2rem !important
    }

    .theme-6 .xl\:px-6 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .theme-6 .xl\:px-8 {
        padding-right: 4rem !important;
        padding-left: 4rem !important
    }

    .theme-6 .xl\:px-9 {
        padding-right: 6rem !important;
        padding-left: 6rem !important
    }

    .theme-6 .xl\:px-10 {
        padding-right: 8rem !important;
        padding-left: 8rem !important
    }

    .theme-6 .xl\:py-3 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .theme-6 .xl\:py-8 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .theme-6 .xl\:py-9 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important
    }

    .theme-6 .xl\:py-10 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important
    }

    .theme-6 .xl\:pt-0 {
        padding-top: 0 !important
    }

    .theme-6 .xl\:pt-9 {
        padding-top: 6rem !important
    }

    .theme-6 .xl\:pt-10 {
        padding-top: 8rem !important
    }

    .theme-6 [dir=rtl] .rtl\:xl\:pe-6 {
        padding-right: 3rem !important
    }

    .theme-6 .xl\:pb-9 {
        padding-bottom: 6rem !important
    }

    .theme-6 .xl\:pb-10 {
        padding-bottom: 8rem !important
    }

    .theme-6 [dir=ltr] .ltr\:xl\:ps-6 {
        padding-left: 3rem !important
    }

    .theme-6 .xl\:gap-1 {
        gap: .5rem !important
    }

    .theme-6 .xl\:gap-2 {
        gap: 1rem !important
    }

    .theme-6 .xl\:gap-3 {
        gap: 1.5rem !important
    }

    .theme-6 .xl\:gap-4 {
        gap: 2rem !important
    }

    .theme-6 .xl\:gap-5 {
        gap: 2.5rem !important
    }

    .theme-6 .xl\:gap-6 {
        gap: 3rem !important
    }

    .theme-6 .xl\:gap-8 {
        gap: 4rem !important
    }

    .theme-6 .xl\:gap-9 {
        gap: 6rem !important
    }

    .theme-6 .xl\:fs-2 {
        font-size: 1.75rem !important
    }

    .theme-6 .xl\:fs-3 {
        font-size: 1.5rem !important
    }

    .theme-6 .xl\:fs-4 {
        font-size: 1.25rem !important
    }

    .theme-6 .xl\:fs-5 {
        font-size: 1.125rem !important
    }

    .theme-6 .xl\:fs-6 {
        font-size: 1rem !important
    }

    .theme-6 .xl\:rounded-2 {
        border-radius: 16px !important
    }

    .theme-6 .xl\:rounded-3 {
        border-radius: 24px !important
    }

    .theme-6 .xl\:min-w-200px {
        min-width: 200px !important
    }

    .theme-6 .xl\:min-h-300px {
        min-height: 300px !important
    }

    .theme-6 .xl\:min-h-700px {
        min-height: 700px !important
    }

    .theme-6 .xl\:icon-2 {
        width: 24px !important;
        height: 24px !important;
        font-size: 24px !important
    }
}

.theme-6 .bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--uc-gradient-stops)) !important
}

.theme-6 .bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--uc-gradient-stops)) !important
}

.theme-6 .bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--uc-gradient-stops)) !important
}

.theme-6 .bg-gradient-45 {
    background-image: linear-gradient(45deg, var(--uc-gradient-stops)) !important
}

.theme-6 :where(.uc-dark) .dark\:bg-gradient-45 {
    background-image: linear-gradient(45deg, var(--uc-gradient-stops)) !important
}

.theme-6 .to-transparent {
    --uc-gradient-to: hsla(0, 0%, 100%, 0)
}

.theme-6 .from-transparent {
    --uc-gradient-from: transparent;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-6 .via-transparent {
    --uc-gradient-stops: var(--uc-gradient-from), transparent, var(--uc-gradient-to) !important
}

.theme-6 .from-black {
    --uc-gradient-from: #000;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-6 .to-white {
    --uc-gradient-to: #fff
}

.theme-6 .from-white {
    --uc-gradient-from: #fff;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-6 .from-primary {
    --uc-gradient-from: var(--color-primary);
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-6 .from-secondary {
    --uc-gradient-from: #fef1e7;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-6 .from-gray-800 {
    --uc-gradient-from: #100e21;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-6 .to-gray-900 {
    --uc-gradient-to: #080710
}

.theme-6 .to-primary-25 {
    --uc-gradient-to: #f3f8f7
}

.theme-6 .to-primary-700 {
    --uc-gradient-to: #0a463d
}

.theme-6 .to-primary-800 {
    --uc-gradient-to: #072e28
}

.theme-6 .from-indigo {
    --uc-gradient-from: #553cdf;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-6 .to-pink {
    --uc-gradient-to: #f06b9d
}

.theme-6 .from-pink-100 {
    --uc-gradient-from: #fce1eb;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-6 .to-orange-100 {
    --uc-gradient-to: #fee1d2
}

.theme-6 .from-tertiary {
    --uc-gradient-from: #e5fdc5;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-6 .from-tertiary-200 {
    --uc-gradient-from: #f5fee8;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-6 .from-tertiary-600 {
    --uc-gradient-from: #b7ca9e;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-6 :where(.uc-dark) .dark\:to-black {
    --uc-gradient-to: #000
}

.theme-6 :where(.uc-dark) .dark\:from-gray-700 {
    --uc-gradient-from: #191531;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-6 :where(.uc-dark) .dark\:from-gray-800 {
    --uc-gradient-from: #100e21;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-6 :where(.uc-dark) .dark\:to-gray-900 {
    --uc-gradient-to: #080710
}

.theme-6 :where(.uc-dark) .dark\:from-primary-700 {
    --uc-gradient-from: #0a463d;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-6 :where(.uc-dark) .dark\:to-tertiary {
    --uc-gradient-to: #e5fdc5
}

.theme-6 :where(.uc-dark) .dark\:from-tertiary-200 {
    --uc-gradient-from: #f5fee8;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-6 :where(.uc-dark) .dark\:from-tertiary-700 {
    --uc-gradient-from: #899876;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

.theme-6 :where(.uc-dark) .dark\:to-tertiary-800 {
    --uc-gradient-to: #5c654f
}

.theme-6 :where(.uc-dark) .dark\:from-tertiary-800 {
    --uc-gradient-from: #5c654f;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to)
}

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

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