@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

:root {
    --font-family-primary: Sora, sans-serif;
    --font-family-secondary: Sora, serif;
    --font-family-tertiary: Sora, serif;
    --font-family-serif: Sora, serif; /*, "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-script: Sora, serif; /*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: Sora, 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: rgba(131, 131, 131, 0.25);
    --shadow-color: rgba(0, 0, 0, 0.15);
    --contrast-ratio: 2;
    --breakpoints-xs: 0;
    --breakpoints-sm: 576px;
    --breakpoints-md: 768px;
    --breakpoints-lg: 992px;
    --breakpoints-xl: 1200px;
    --breakpoints-xxl: 1400px;
    --color-gray: #4f505e;
    --color-gray-10: #fafafa;
    --color-gray-25: #f6f6f7;
    --color-gray-50: #edeeef;
    --color-gray-100: #dcdcdf;
    --color-gray-200: #b9b9bf;
    --color-gray-300: #95969e;
    --color-gray-400: #72737e;
    --color-gray-500: #4f505e;
    --color-gray-600: #3f404b;
    --color-gray-700: #2f3038;
    --color-gray-800: #202026;
    --color-gray-900: #101013;
    --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: #1500af;
    --color-primary-10: #f8fbfa;
    --color-primary-25: #f3f8f7;
    --color-primary-50: #e7f1ef;
    --color-primary-100: #d0e3de;
    --color-primary-200: #a0c6bd;
    --color-primary-300: #71aa9d;
    --color-primary-400: #418d7c;
    --color-primary-500: #1500af;
    --color-primary-600: #0e0085;
    --color-primary-700: #0b4437;
    --color-primary-800: #072d24;
    --color-primary-900: #041712;
    --color-secondary: #f5eee9;
    --color-secondary-10: #fffefe;
    --color-secondary-25: #fffefe;
    --color-secondary-50: #fefdfd;
    --color-secondary-100: #fdfcfb;
    --color-secondary-200: #fbf8f6;
    --color-secondary-300: #f9f5f2;
    --color-secondary-400: #f7f1ed;
    --color-secondary-500: #f5eee9;
    --color-secondary-600: #c4beba;
    --color-secondary-700: #938f8c;
    --color-secondary-800: #625f5d;
    --color-secondary-900: #31302f;
    --color-info: #0099cc;
    --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: #0099cc;
    --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;
    --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-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.32rem;
    --sizes-heading-display-2-size: 6rem;
    --sizes-heading-display-2-lh: 1;
    --sizes-heading-display-2-lp: -0.24rem;
    --sizes-heading-display-3-size: 5rem;
    --sizes-heading-display-3-lh: 1;
    --sizes-heading-display-3-lp: -0.2rem;
    --sizes-heading-display-4-size: 4.5rem;
    --sizes-heading-display-4-lh: 1;
    --sizes-heading-display-4-lp: -0.18rem;
    --sizes-heading-display-5-size: 4rem;
    --sizes-heading-display-5-lh: 1;
    --sizes-heading-display-5-lp: -0.16rem;
    --sizes-heading-display-6-size: 3.5rem;
    --sizes-heading-display-6-lh: 1;
    --sizes-heading-display-6-lp: -0.14rem;
    --sizes-heading-h1-size: 3rem;
    --sizes-heading-h1-lh: 1.1;
    --sizes-heading-h1-lp: -0.12rem;
    --sizes-heading-h2-size: 2.5rem;
    --sizes-heading-h2-lh: 1.1;
    --sizes-heading-h2-lp: -0.08rem;
    --sizes-heading-h3-size: 2rem;
    --sizes-heading-h3-lh: 1.1;
    --sizes-heading-h3-lp: -0.07rem;
    --sizes-heading-h4-size: 1.5rem;
    --sizes-heading-h4-lh: 1.2;
    --sizes-heading-h4-lp: -0.06rem;
    --sizes-heading-h5-size: 1.25rem;
    --sizes-heading-h5-lh: 1.2;
    --sizes-heading-h5-lp: -0.05rem;
    --sizes-heading-h6-size: 1rem;
    --sizes-heading-h6-lh: 1.2;
    --sizes-heading-h6-lp: -0.004rem;
    --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: var(--radius);
    --button-color-text: white;
    --button-radius: 0;
    --form-font-typeface: var(--font-text-family);
    --form-font-size: var(--sizes-form-medium-text);
    --form-font-weight: 400;
    --form-font-line-height: 1.25rem;
    --form-font-spacing: normal;
    --form-font-transform: initial;
    --form-color-text: var(--color-gray-900);
    --form-color-background: rgba(155, 155, 155, 0.15);
    --form-color-background-hover: rgba(155, 155, 155, 0.2);
    --form-color-background-disable: rgba(155, 155, 155, 0.4);
    --form-color-background-primary: var(--color-primary);
    --form-color-background-primary-hover: var(--color-primary-60);
    --form-color-placeholder: rgba(155, 155, 155, 0.7);
    --form-border-width: 0;
    --form-border-color: var(--border-color);
    --form-border-radius: var(--radius);
    --form-shadow-default: 0 0 0 1px var(--border-color);
    --form-shadow-hover: 0 0 0 1px var(--border-color);
    --form-shadow-focus: 0 0 0 2px var(--color-primary);
    --form-height: var(--sizes-form-medium-height);
    --form-dark-color-text: var(--color-white);
    --form-dark-color-background: rgba(155, 155, 155, 0.15);
    --form-dark-color-background-hover: rgba(155, 155, 155, 0.2);
    --form-dark-color-background-disable: rgba(155, 155, 155, 0.4);
    --form-dark-color-background-primary: var(--color-primary);
    --form-dark-color-background-primary-hover: var(--color-primary-60);
    --form-dark-color-placeholder: rgba(155, 155, 155, 0.5);
    --tab-font-size: var(--sizes-form-medium-text);
    --tab-font-weight: 700;
    --tab-font-spacing: normal;
    --tab-font-transform: initial;
    --tab-color-text: var(--color-gray-700);
    --tab-color-text-hover: var(--color-gray-800);
    --tab-color-text-active: var(--color-gray-900);
    --tab-border-width: 4px;
    --tab-border-color: var(--color-primary);
    --tab-border-radius: var(--radius);
    --tab-display: inline-flex;
    --tab-align-text: center;
    --tab-margin: 0;
    --tab-padding: 5px;
    --accordion-font-size: var(--sizes-form-large-text);
    --accordion-font-weight: 700;
    --accordion-font-spacing: normal;
    --accordion-font-transform: initial;
    --accordion-color-text: var(--color-gray-900);
    --accordion-color-text-active: var(--color-primary);
    --accordion-border-width: 1px;
    --accordion-border-color: var(--border-color);
    --accordion-margin: 20px;
    --accordion-padding: 20px;
    --alert-font-size: var(--sizes-form-medium-text);
    --alert-font-weight: 400;
    --alert-font-style: normal;
    --alert-font-spacing: normal;
    --alert-font-transform: initial;
    --alert-color-background: var(--color-gray-100);
    --alert-color-text: var(--color-gray-900);
    --alert-border-width: 0;
    --alert-border-radius: var(--radius);
    --alert-padding: 15px}
:root {
    --bs-link-color: rgb(81, 81, 81) !important;
    --bs-link-hover-color: black !important}
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #1500af;
    --bs-secondary: #f5eee9;
    --bs-success: #4CAF50;
    --bs-info: #0099cc;
    --bs-warning: #ffb307;
    --bs-danger: #e44b4b;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-gray: #4f505e;
    --bs-gray-10: #fafafa;
    --bs-gray-25: #f6f6f7;
    --bs-gray-50: #edeeef;
    --bs-gray-100: #dcdcdf;
    --bs-gray-200: #b9b9bf;
    --bs-gray-300: #95969e;
    --bs-gray-400: #72737e;
    --bs-gray-500: #4f505e;
    --bs-gray-600: #3f404b;
    --bs-gray-700: #2f3038;
    --bs-gray-800: #202026;
    --bs-gray-900: #101013;
    --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: #e7f1ef;
    --bs-primary-100: #d0e3de;
    --bs-primary-200: #a0c6bd;
    --bs-primary-300: #71aa9d;
    --bs-primary-400: #418d7c;
    --bs-primary-500: #1500af;
    --bs-primary-600: #0e0085;
    --bs-primary-700: #0b4437;
    --bs-primary-800: #072d24;
    --bs-primary-900: #041712;
    --bs-secondary-10: #fffefe;
    --bs-secondary-25: #fffefe;
    --bs-secondary-50: #fefdfd;
    --bs-secondary-100: #fdfcfb;
    --bs-secondary-200: #fbf8f6;
    --bs-secondary-300: #f9f5f2;
    --bs-secondary-400: #f7f1ed;
    --bs-secondary-500: #f5eee9;
    --bs-secondary-600: #c4beba;
    --bs-secondary-700: #938f8c;
    --bs-secondary-800: #625f5d;
    --bs-secondary-900: #31302f;
    --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: #0099cc;
    --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-primary-rgb: 21, 3, 175;
    --bs-secondary-rgb: 240, 245, 255;
    --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: 79, 80, 94;
    --bs-gray-10-rgb: 250, 250, 250;
    --bs-gray-25-rgb: 246, 246, 247;
    --bs-gray-50-rgb: 237, 238, 239;
    --bs-gray-100-rgb: 220, 220, 223;
    --bs-gray-200-rgb: 185, 185, 191;
    --bs-gray-300-rgb: 149, 150, 158;
    --bs-gray-400-rgb: 114, 115, 126;
    --bs-gray-500-rgb: 79, 80, 94;
    --bs-gray-600-rgb: 63, 64, 75;
    --bs-gray-700-rgb: 47, 48, 56;
    --bs-gray-800-rgb: 32, 32, 38;
    --bs-gray-900-rgb: 10, 1, 75;
    --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, 239;
    --bs-primary-100-rgb: 208, 227, 222;
    --bs-primary-200-rgb: 160, 198, 189;
    --bs-primary-300-rgb: 113, 170, 157;
    --bs-primary-400-rgb: 65, 141, 124;
    --bs-primary-500-rgb: 18, 113, 91;
    --bs-primary-600-rgb: 14, 90, 73;
    --bs-primary-700-rgb: 11, 68, 55;
    --bs-primary-800-rgb: 7, 45, 36;
    --bs-primary-900-rgb: 4, 23, 18;
    --bs-secondary-10-rgb: 255, 254, 254;
    --bs-secondary-25-rgb: 255, 254, 254;
    --bs-secondary-50-rgb: 254, 253, 253;
    --bs-secondary-100-rgb: 253, 252, 251;
    --bs-secondary-200-rgb: 251, 248, 246;
    --bs-secondary-300-rgb: 249, 245, 242;
    --bs-secondary-400-rgb: 247, 241, 237;
    --bs-secondary-500-rgb: 245, 238, 233;
    --bs-secondary-600-rgb: 196, 190, 186;
    --bs-secondary-700-rgb: 147, 143, 140;
    --bs-secondary-800-rgb: 98, 95, 93;
    --bs-secondary-900-rgb: 49, 48, 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-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--font-family-primary);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: rgba(131, 131, 131, 0.25);
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem -0.1rem var(--shadow-color);
    --bs-box-shadow-sm: 0 0.25rem 0.5rem -0.1rem var(--shadow-color);
    --bs-box-shadow-lg: 0 1rem 1.5rem -0.1rem var(--shadow-color);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545}
html {
    font-family: var(--body-font-typeface);
    font-size: var(--body-font-size, 1rem);
    font-weight: var(--body-font-weight, 400);
    letter-spacing: var(--body-font-spacing, normal);
    background-color: var(--body-color-background, inherit);
    color: var(--body-color-text, inherit);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility}
body {
    font-family: var(--body-font-typeface);
    font-size: var(--body-font-size, 1rem);
    font-weight: var(--body-font-weight, 400);
    letter-spacing: var(--body-font-spacing, normal);
    background-color: var(--body-color-background, inherit);
    color: var(--body-color-text, inherit)
}
.from-gray-800 {
    --uc-gradient-from: #000050;
}
.to-gray-900 {
    --uc-gradient-to: #00007e;
}
.bg-primary-700 {
    --bs-bg-opacity: 1;
    background-color: rgb(21 3 175) !important;
}
.btn {
    --bs-btn-border-radius: 4px;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #1500af;
    --bs-btn-border-color: #1500af;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #110289;
    --bs-btn-hover-border-color: #0e0085;
    --bs-btn-focus-shadow-rgb: 54, 134, 116;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0e0085;
    --bs-btn-active-border-color: #0e5544;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #1500af;
    --bs-btn-disabled-border-color: #1500af}
.btn-secondary {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffffff;
    --bs-btn-border-color: #ffffff;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f0f5ff;
    --bs-btn-hover-border-color: #f0f5ff;
    --bs-btn-focus-shadow-rgb: 205, 192, 189;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f4e8e5;
    --bs-btn-active-border-color: #f0f5ff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffffff;
    --bs-btn-disabled-border-color: #ffffff;
}

@media (min-width: 1200px) {
    .xl\:display-4 {
        font-size: var(--sizes-heading-display-2-size) !important;
        line-height: var(--sizes-heading-display-4-lh) !important;
        letter-spacing: var(--sizes-heading-display-4-lp) !important;
    }
}