.OLCui5omWtCMy1YVzC4j{display:flex;align-items:center;justify-content:center;width:100%;min-height:12rem;padding:2.4rem;pointer-events:none}.oeI1PM7l351m8LJ1M8hz{position:fixed;inset:0;z-index:9999;min-height:100vh;background-color:var(--primary-color)}.zVXDComSW7HeQhlgG7VL{width:min(16rem,40vw);height:.3rem;overflow:hidden;border-radius:.2rem;background:rgba(3,39,193,.12)}.PgpP0J6DH1bnk1lnAKiD{height:100%;width:40%;border-radius:.2rem;background:linear-gradient(90deg, var(--logo), var(--indigo));animation:yPktSh_EodDVtHz9hg3Q 1s ease-in-out infinite}@keyframes yPktSh_EodDVtHz9hg3Q{0%{transform:translateX(-100%)}100%{transform:translateX(250%)}}
:root {
    --logo: #0327C1;
    --primary-color: rgba(243, 240, 255, 0.95);
    --white: #fff;
    --secondary-button-cta: rgba(255, 255, 255, 0.1);
    --royal-blue-transparent: rgba(72, 120, 239, 0.2);
    --royal-blue: #46A2F7;
    --gunmetal-black: #26272B;
    --smokey-white: #E0E0E0;
    --midnight-gray: #303136;
    --silver-gray: #ADADAD;
    --onyx: #161618;
    --ink-black: #1A1A1E;
    --american-glow: #1E5BD8;
    --rich-blue-green: #13C3D4;
    --fuchsia: #7A50D3;
    --bright-orchid: #CD4CF8;
    --blue-marguerite: #7367C8;
    --desert-brown: #B56318;
    --vintage-emerald: #357F42;
    --vintage-emerald-translucent: rgba(53, 127, 66, 0.15);
    --rich-blue-green-translucent: rgba(19, 195, 212, 0.15);
    --american-glow-translucent: rgba(30, 91, 216, 0.15);
    --fuchsia-translucent: rgba(122, 80, 211, 0.15);
    --lavender-mist: rgba(243, 240, 255, 0.95);
    --slate-black: #111827;
    --slate-gray: #4B5563;
    --pale-lavender: #E9D5FF;
    --coral-pink: #FCA5A5;
    --sky-blue: #BAE6FD;
    --indigo: #5A4BDA;
    --deep-purple: #581C87;
    --emerald-green: #22C55E;
    --golden-yellow: #FACC15;
    --light-gray: #E5E7EB;
    --black: #000000;
    --cool-gray: #9CA3AF;
    --soft-purple: #C4B5FD;
    --charcoal-gray: #374151;
    --medium-gray: #6B7280;
    --light-lavender: #D8B4FE;
    --bright-green: #4ADE80;
    --charcoal-slate: #1F2937;
    --pale-gray: #D1D5DB;
    --vibrant-pink: #F472B6;
    --bright-purple: #C084FC;
    --bright-red: #EF4444;
    --amber-yellow: #EAB308;
    --white-translucent: rgba(255, 255, 255, 0.5);
    --white-translucent-light: rgba(255, 255, 255, 0.1);
    --slate-white: #F8FAFC;
    --ghost-white: #F9FAFB;
    --gray-white: #F3F4F6;
    --coral-pink-translucent: rgba(252, 165, 165, 0.15);
    --indigo-translucent: rgba(90, 75, 218, 0.15);
    --deep-purple-translucent: rgba(88, 28, 135, 0.15);
    --amber-yellow-translucent: rgba(234, 179, 8, 0.15);
    --bright-red-translucent: rgba(239, 68, 68, 0.15);
    --bright-green-translucent: rgba(74, 222, 128, 0.15);
    --sky-light: #F0F9FF;
    --ice-blue: #E0F2FE;
    --pale-blue: #EFF6FF;
    --light-purple: #FAF5FF;
    --vibrant-purple: #9333EA;
    --mint-light: #F0FDFA;
    --teal-dark: #0D9488;
    --peach-light: #FFF7ED;
    --orange-bright: #F97316;
    --rose-light: #FEF2F2;
    --indigo-light: #EEF2FF;
    --indigo-dark: #4F46E5;
    --slate-blue: #94A3B8;
    --dark-slate: #1E293B;
    --dark-gray: #334155;
    --blue-light: #F5F9FD;
    --blue-medium: #3B82F6;
    --slate-darker: #0F172A;
    --slate-lighter: #E2E8F0;
    --slate-medium: #64748B;
    --azure-blue: #2563EB;
    --emerald-green: #10B981;
    --ocean-blue: #0284C7;
    --deep-violet: #7C3AED;
    --soft-indigo: #6366F1;
    --hot-pink: #EC4899;
    --light-blue: #DBEAFE;
    --violet: #818CF8;
    --dark-navy: #2A3441;
    --sky-bright: #60A5FA;
    --tangerine: #FB923C;
    --claude: #CC785C;
}
*,*::before,*::after{padding:0;margin:0;font-family:"Inter",sans-serif !important;box-sizing:border-box}html{font-size:62.5%;background-color:var(--primary-color);overflow-x:hidden}@media only screen and (max-width: 1600px){html{font-size:58%}}@media only screen and (max-width: 1200px){html{font-size:56%}}@media only screen and (max-width: 900px){html{font-size:50%}}@media only screen and (min-width: 2000px){html{font-size:75%}}
