.Navbar_header___lErj *{box-sizing:border-box}.Navbar_header___lErj{background:linear-gradient(135deg,#1a1a2e,#16213e);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);position:sticky;top:0;z-index:1000;box-shadow:0 4px 20px rgba(0,0,0,.1);width:100%;left:0;right:0}.Navbar_container__ZJsnT{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;height:70px;position:relative;width:100%}.Navbar_brand__uIack{z-index:1001;flex-shrink:0}.Navbar_logo__MsKED{text-decoration:none;transition:all .3s ease;display:block}.Navbar_logo__MsKED:hover{transform:translateY(-1px)}.Navbar_logoText__JJDdA{font-family:Inter,Segoe UI,system-ui,sans-serif;font-size:1.75rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.5px;display:block}.Navbar_nav__3GCqF{display:flex;align-items:center}.Navbar_navList__eH_km{display:flex;list-style:none;margin:0;padding:0;gap:2rem}.Navbar_navItem__uoE8i{position:relative}.Navbar_navLink___XCMx{font-family:Inter,Segoe UI,system-ui,sans-serif;font-size:1rem;font-weight:500;color:#e2e8f0;text-decoration:none;padding:.5rem 0;position:relative;transition:all .3s ease;background:none;border:none;cursor:pointer;display:block;white-space:nowrap}.Navbar_navLink___XCMx:hover{color:#ffffff;transform:translateY(-1px)}.Navbar_navLink___XCMx:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(90deg,#667eea,#764ba2);transition:width .3s ease}.Navbar_navLink___XCMx.Navbar_active__9Wuth:after,.Navbar_navLink___XCMx:hover:after{width:100%}.Navbar_navLink___XCMx.Navbar_active__9Wuth{color:#ffffff;font-weight:600}.Navbar_menuToggle__qoW9X{display:none;flex-direction:column;justify-content:space-between;width:30px;height:21px;background:none;border:none;cursor:pointer;padding:0;z-index:1001;transition:all .3s ease;position:relative}.Navbar_menuToggle__qoW9X span{display:block;height:3px;width:100%;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:3px;transition:all .3s ease;transform-origin:center}.Navbar_menuToggle__qoW9X:hover span{background:linear-gradient(135deg,#764ba2,#667eea);transform:scale(1.05)}.Navbar_menuToggle__qoW9X.Navbar_open__YVGbd span:first-child{transform:rotate(45deg) translate(6px,6px)}.Navbar_menuToggle__qoW9X.Navbar_open__YVGbd span:nth-child(2){opacity:0;transform:scale(0)}.Navbar_menuToggle__qoW9X.Navbar_open__YVGbd span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.Navbar_overlay__q0MqM{position:fixed;top:0;left:0;width:100vw;height:100vh;height:100dvh;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:998;animation:Navbar_fadeIn__3rZ7t .3s ease}@keyframes Navbar_fadeIn__3rZ7t{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.Navbar_container__ZJsnT{padding:0 1.5rem;height:65px}.Navbar_menuToggle__qoW9X{display:flex}.Navbar_nav__3GCqF{position:fixed;top:0;right:-100%;width:280px;height:100vh;height:100dvh;background:linear-gradient(135deg,#1a1a2e,#16213e);box-shadow:-5px 0 25px rgba(0,0,0,.3);transition:right .3s ease-in-out;z-index:999;display:flex;align-items:flex-start;padding-top:80px;overflow-y:auto;-webkit-overflow-scrolling:touch}.Navbar_nav__3GCqF.Navbar_open__YVGbd{right:0}.Navbar_navList__eH_km{flex-direction:column;width:100%;padding:0 2rem;gap:0}.Navbar_navItem__uoE8i{width:100%;border-bottom:1px solid rgba(255,255,255,.1);animation:Navbar_slideInRight__HCECD .3s ease both;opacity:0;transform:translateX(20px)}.Navbar_nav__3GCqF.Navbar_open__YVGbd .Navbar_navItem__uoE8i{opacity:1;transform:translateX(0)}.Navbar_navItem__uoE8i:first-child{animation-delay:.1s}.Navbar_navItem__uoE8i:nth-child(2){animation-delay:.15s}.Navbar_navItem__uoE8i:nth-child(3){animation-delay:.2s}.Navbar_navItem__uoE8i:nth-child(4){animation-delay:.25s}.Navbar_navItem__uoE8i:nth-child(5){animation-delay:.3s}@keyframes Navbar_slideInRight__HCECD{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.Navbar_navLink___XCMx{display:block;padding:1rem 0;font-size:1.1rem;width:100%;transition:all .3s ease;border-radius:4px}.Navbar_navLink___XCMx:hover{background:rgba(255,255,255,.05);padding-left:1rem;transform:none}.Navbar_navLink___XCMx:active{background:rgba(255,255,255,.1);transform:scale(.98)}.Navbar_logoText__JJDdA{font-size:1.5rem}}@media (max-width:480px){.Navbar_container__ZJsnT{padding:0 1rem;height:60px}.Navbar_logoText__JJDdA{font-size:1.4rem}.Navbar_nav__3GCqF{width:100%;right:-100%}.Navbar_nav__3GCqF.Navbar_open__YVGbd{right:0}.Navbar_navList__eH_km{padding:0 1.5rem}.Navbar_navLink___XCMx{padding:.875rem 0;font-size:1rem}.Navbar_menuToggle__qoW9X{width:28px;height:20px}.Navbar_menuToggle__qoW9X.Navbar_open__YVGbd span:first-child{transform:rotate(45deg) translate(5px,5px)}.Navbar_menuToggle__qoW9X.Navbar_open__YVGbd span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}}@media (max-width:360px){.Navbar_container__ZJsnT{padding:0 .75rem}.Navbar_logoText__JJDdA{font-size:1.3rem}.Navbar_navList__eH_km{padding:0 1rem}.Navbar_navLink___XCMx{font-size:.95rem;padding:.75rem 0}}@media (min-width:1440px){.Navbar_container__ZJsnT{max-width:1400px}}@media (min-width:1920px){.Navbar_container__ZJsnT{max-width:1800px}.Navbar_navLink___XCMx{font-size:1.1rem}.Navbar_logoText__JJDdA{font-size:2rem}}@media (max-width:768px){.Navbar_nav__3GCqF:not(.Navbar_open__YVGbd){display:none!important}}@supports (-webkit-touch-callout:none){.Navbar_nav__3GCqF{padding-bottom:env(safe-area-inset-bottom)}}@media (prefers-reduced-motion:reduce){.Navbar_header___lErj,.Navbar_logo__MsKED,.Navbar_menuToggle__qoW9X,.Navbar_navItem__uoE8i,.Navbar_navLink___XCMx,.Navbar_nav__3GCqF{transition:none;animation:none}.Navbar_menuToggle__qoW9X span{transition:none}.Navbar_overlay__q0MqM{animation:none}.Navbar_navItem__uoE8i{animation:none!important;opacity:1!important;transform:none!important}}@media (prefers-contrast:high){.Navbar_header___lErj{background:#000000;border-bottom:2px solid #ffffff}.Navbar_navLink___XCMx{color:#ffffff}.Navbar_navLink___XCMx:hover{color:#ffff00}.Navbar_navLink___XCMx:after{background:#ffff00;height:3px}}@media (prefers-color-scheme:dark){.Navbar_header___lErj{background:linear-gradient(135deg,#0f0f23,#1a1a2e)}}@media (hover:none) and (pointer:coarse){.Navbar_navLink___XCMx:hover{transform:none;padding-left:0}.Navbar_navLink___XCMx:active{background:rgba(255,255,255,.1);transform:scale(.98)}.Navbar_menuToggle__qoW9X:hover span{transform:none}}@media (max-width:768px) and (orientation:landscape){.Navbar_nav__3GCqF{padding-top:70px;overflow-y:auto}.Navbar_navLink___XCMx{padding:.75rem 0}.Navbar_navList__eH_km{padding-bottom:2rem}}@media print{.Navbar_header___lErj{position:static;background:#ffffff!important;border-bottom:1px solid #000000}.Navbar_menuToggle__qoW9X{display:none!important}.Navbar_nav__3GCqF{position:static!important;height:auto;width:auto;background:transparent!important;box-shadow:none!important;display:flex!important;right:0!important}.Navbar_navList__eH_km{flex-direction:row;gap:1rem}.Navbar_navItem__uoE8i{border-bottom:none!important;animation:none!important;opacity:1!important;transform:none!important}.Navbar_navLink___XCMx{color:#000000!important;padding:.25rem 0!important}.Navbar_navLink___XCMx:after,.Navbar_overlay__q0MqM{display:none!important}.Navbar_logoText__JJDdA{background:none!important;-webkit-text-fill-color:#000000!important;color:#000000!important}}.Footer_footer__dBYAi{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#e2e8f0;border-top:1px solid rgba(255,255,255,.1);margin-top:auto}.Footer_container__itC9K,.Footer_footer__dBYAi{font-family:Inter,Segoe UI,system-ui,sans-serif}.Footer_container__itC9K{max-width:1400px;margin:0 auto;padding:0 3rem}.Footer_footerTop__ENu5k{padding:5rem 0 3rem;font-family:Inter,Segoe UI,system-ui,sans-serif}.Footer_footerGrid__YzQ12{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:4rem;gap:4rem;align-items:start;font-family:Inter,Segoe UI,system-ui,sans-serif}.Footer_footerCard__Xe_P3{animation:Footer_fadeInUp__K_Skr .6s ease-out;font-family:Inter,Segoe UI,system-ui,sans-serif}.Footer_footerCard__Xe_P3:first-child{justify-self:start;text-align:left}.Footer_footerCard__Xe_P3:nth-child(2){justify-self:center;text-align:center}.Footer_footerCard__Xe_P3:last-child{justify-self:end;text-align:right}.Footer_companyCard__c2i94{display:flex;flex-direction:column;gap:1.5rem;font-family:Inter,Segoe UI,system-ui,sans-serif}.Footer_footerLogo__o3yZp{font-size:2.25rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1.2}.Footer_footerAbout__vn3JY,.Footer_footerLogo__o3yZp{font-family:Inter,Segoe UI,system-ui,sans-serif;margin:0}.Footer_footerAbout__vn3JY{font-size:1.1rem;line-height:1.7;color:#cbd5e0;opacity:.9;max-width:350px}.Footer_socialLinks__m_lNG{display:flex;gap:1.25rem;margin-top:1rem;font-family:Inter,Segoe UI,system-ui,sans-serif}.Footer_footerCard__Xe_P3:nth-child(2) .Footer_socialLinks__m_lNG{justify-content:center}.Footer_footerCard__Xe_P3:last-child .Footer_socialLinks__m_lNG{justify-content:flex-end}.Footer_socialLink__nNYlH{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:rgba(255,255,255,.1);border-radius:14px;color:#e2e8f0;text-decoration:none;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);font-family:Inter,Segoe UI,system-ui,sans-serif}.Footer_socialLink__nNYlH:hover{background:rgba(255,255,255,.15);transform:translateY(-3px);box-shadow:0 12px 30px rgba(0,0,0,.25);color:#ffffff}.Footer_socialLink__nNYlH svg{width:22px;height:22px;font-family:Inter,Segoe UI,system-ui,sans-serif}.Footer_contactCard__s8ShK,.Footer_linksCard__VKbA9{display:flex;flex-direction:column;gap:2rem;font-family:Inter,Segoe UI,system-ui,sans-serif}.Footer_cardTitle__ouxYK{font-family:Inter,Segoe UI,system-ui,sans-serif;font-size:1.5rem;font-weight:600;color:#ffffff;margin:0;position:relative;padding-bottom:1rem}.Footer_cardTitle__ouxYK:after{content:"";position:absolute;bottom:0;width:50px;height:3px;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:3px}.Footer_footerCard__Xe_P3:first-child .Footer_cardTitle__ouxYK:after{left:0}.Footer_footerCard__Xe_P3:nth-child(2) .Footer_cardTitle__ouxYK:after{left:50%;transform:translateX(-50%)}.Footer_footerCard__Xe_P3:last-child .Footer_cardTitle__ouxYK:after{right:0}.Footer_footerLinks__Cc5MJ{list-style:none;padding:0;display:flex;flex-direction:column;gap:.35rem}.Footer_footerLinkItem__OBv5y,.Footer_footerLinks__Cc5MJ{margin:0;font-family:Inter,Segoe UI,system-ui,sans-serif}.Footer_footerLink__1zDsa{color:#cbd5e0;text-decoration:none;font-size:1.1rem;transition:all .3s ease;padding:.35rem 0;display:block;position:relative;font-family:Inter,Segoe UI,system-ui,sans-serif}.Footer_footerCard__Xe_P3:first-child .Footer_footerLink__1zDsa{padding-left:0;text-align:left}.Footer_footerCard__Xe_P3:first-child .Footer_footerLink__1zDsa:hover{color:#ffffff;padding-left:1rem;transform:translateX(6px)}.Footer_footerCard__Xe_P3:first-child .Footer_footerLink__1zDsa:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:0;height:3px;background:linear-gradient(90deg,#667eea,#764ba2);transition:width .3s ease}.Footer_footerCard__Xe_P3:first-child .Footer_footerLink__1zDsa:hover:before{width:10px}.Footer_footerCard__Xe_P3:nth-child(2) .Footer_footerLink__1zDsa{text-align:center;padding:.35rem 0}.Footer_footerCard__Xe_P3:nth-child(2) .Footer_footerLink__1zDsa:hover{color:#ffffff;transform:scale(1.05)}.Footer_footerCard__Xe_P3:last-child .Footer_footerLink__1zDsa{padding-right:0;text-align:right}.Footer_footerCard__Xe_P3:last-child .Footer_footerLink__1zDsa:hover{color:#ffffff;padding-right:1rem;transform:translateX(-6px)}.Footer_footerCard__Xe_P3:last-child .Footer_footerLink__1zDsa:before{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:0;height:3px;background:linear-gradient(90deg,#667eea,#764ba2);transition:width .3s ease}.Footer_footerCard__Xe_P3:last-child .Footer_footerLink__1zDsa:hover:before{width:10px}.Footer_contactInfo__V7kV_{flex-direction:column;gap:1.5rem}.Footer_contactInfo__V7kV_,.Footer_contactItem__5Ugn2{display:flex;font-family:Inter,Segoe UI,system-ui,sans-serif}.Footer_contactItem__5Ugn2{align-items:center;gap:1rem;color:#cbd5e0;font-size:1.05rem}.Footer_footerCard__Xe_P3:nth-child(2) .Footer_contactItem__5Ugn2{justify-content:center}.Footer_footerCard__Xe_P3:last-child .Footer_contactItem__5Ugn2{justify-content:flex-end;flex-direction:row-reverse}.Footer_contactIcon__VgGdX{color:#667eea;width:24px;height:24px;flex-shrink:0;font-family:Inter,Segoe UI,system-ui,sans-serif}.Footer_ctaButton__jknVE{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:white;text-decoration:none;border-radius:14px;font-weight:600;font-size:1.05rem;transition:all .3s ease;border:none;cursor:pointer;margin-top:1rem;text-align:center;font-family:Inter,Segoe UI,system-ui,sans-serif}.Footer_ctaButton__jknVE:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(102,126,234,.35);color:white}.Footer_footerBottom__8nR7f{border-top:1px solid rgba(255,255,255,.1);padding:2rem 0;background:rgba(0,0,0,.2);font-family:Inter,Segoe UI,system-ui,sans-serif}.Footer_footerBottomContent__fQK69{text-align:center}.Footer_copyright__9Hm0f,.Footer_footerBottomContent__fQK69{display:flex;align-items:center;justify-content:center;font-family:Inter,Segoe UI,system-ui,sans-serif}.Footer_copyright__9Hm0f{margin:0;font-size:1.05rem;color:#a0aec0;gap:.75rem;flex-wrap:wrap}.Footer_heartIcon__YcQ13{color:#e53e3e;animation:Footer_heartbeat__MIV4e 2s ease-in-out infinite;font-family:Inter,Segoe UI,system-ui,sans-serif}@keyframes Footer_fadeInUp__K_Skr{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes Footer_heartbeat__MIV4e{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@media (min-width:1600px){.Footer_container__itC9K{max-width:1600px;padding:0 4rem}.Footer_footerGrid__YzQ12{gap:5rem}}@media (max-width:1200px){.Footer_footerGrid__YzQ12{gap:3.5rem}.Footer_container__itC9K{padding:0 2.5rem}.Footer_footerAbout__vn3JY{max-width:300px}}@media (max-width:1024px){.Footer_footerGrid__YzQ12{gap:3rem}.Footer_container__itC9K{padding:0 2rem}.Footer_footerTop__ENu5k{padding:4rem 0 2.5rem}.Footer_footerAbout__vn3JY{max-width:280px}}@media (max-width:900px){.Footer_footerGrid__YzQ12{grid-template-columns:1fr;gap:3rem;text-align:center}.Footer_footerCard__Xe_P3:first-child,.Footer_footerCard__Xe_P3:last-child,.Footer_footerCard__Xe_P3:nth-child(2){justify-self:center;text-align:center}.Footer_footerAbout__vn3JY{max-width:500px;margin:0 auto}.Footer_contactItem__5Ugn2,.Footer_socialLinks__m_lNG{justify-content:center!important}.Footer_contactItem__5Ugn2{flex-direction:row!important}.Footer_footerCard__Xe_P3:first-child .Footer_footerLink__1zDsa:hover,.Footer_footerCard__Xe_P3:last-child .Footer_footerLink__1zDsa:hover{padding-left:0;padding-right:0;transform:none}.Footer_footerCard__Xe_P3:first-child .Footer_footerLink__1zDsa:hover:before,.Footer_footerCard__Xe_P3:last-child .Footer_footerLink__1zDsa:hover:before{width:0}.Footer_footerCard__Xe_P3:nth-child(2) .Footer_footerLink__1zDsa:hover{transform:none}.Footer_footerLink__1zDsa:hover{color:#ffffff}.Footer_cardTitle__ouxYK:after{left:50%!important;right:auto!important;transform:translateX(-50%)!important}}@media (max-width:640px){.Footer_container__itC9K{padding:0 1.5rem}.Footer_footerTop__ENu5k{padding:3rem 0 1.5rem}.Footer_footerGrid__YzQ12{gap:2.5rem}.Footer_footerLogo__o3yZp{font-size:1.8rem}.Footer_socialLink__nNYlH{width:44px;height:44px}.Footer_socialLink__nNYlH svg{width:20px;height:20px}.Footer_ctaButton__jknVE{padding:.875rem 1.5rem;font-size:1rem;width:100%;max-width:300px}.Footer_copyright__9Hm0f{font-size:1rem;flex-direction:column;gap:.5rem}.Footer_cardTitle__ouxYK{font-size:1.3rem}.Footer_footerLink__1zDsa{font-size:1rem;padding:.3rem 0}.Footer_footerAbout__vn3JY{max-width:100%;font-size:1.05rem}}@media (max-width:480px){.Footer_container__itC9K{padding:0 1.25rem}.Footer_footerTop__ENu5k{padding:2.5rem 0 1rem}.Footer_footerGrid__YzQ12{gap:2rem}.Footer_footerLogo__o3yZp{font-size:1.6rem}.Footer_socialLinks__m_lNG{gap:1rem}.Footer_socialLink__nNYlH{width:42px;height:42px}.Footer_socialLink__nNYlH svg{width:18px;height:18px}.Footer_footerAbout__vn3JY{font-size:1rem}.Footer_cardTitle__ouxYK{font-size:1.25rem}.Footer_footerLinks__Cc5MJ{gap:.3rem}}@media (max-width:360px){.Footer_container__itC9K{padding:0 1rem}.Footer_footerGrid__YzQ12{gap:1.75rem}.Footer_footerLogo__o3yZp{font-size:1.5rem}.Footer_socialLinks__m_lNG{flex-wrap:wrap;justify-content:center}}@media (prefers-reduced-motion:reduce){.Footer_ctaButton__jknVE,.Footer_footerCard__Xe_P3,.Footer_footerLink__1zDsa,.Footer_socialLink__nNYlH{transition:none;animation:none;font-family:Inter,Segoe UI,system-ui,sans-serif}.Footer_heartIcon__YcQ13{animation:none;font-family:Inter,Segoe UI,system-ui,sans-serif}}@media (prefers-contrast:high){.Footer_footer__dBYAi{background:#000000;border-top:2px solid #ffffff;font-family:Inter,Segoe UI,system-ui,sans-serif}.Footer_socialLink__nNYlH{border:2px solid #ffffff;font-family:Inter,Segoe UI,system-ui,sans-serif}.Footer_footerBottom__8nR7f{border-top:2px solid #ffffff;font-family:Inter,Segoe UI,system-ui,sans-serif}}@media (prefers-color-scheme:dark){.Footer_footer__dBYAi{background:linear-gradient(135deg,#0f0f23,#1a1a2e);font-family:Inter,Segoe UI,system-ui,sans-serif}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.3;margin-bottom:.5em}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.75rem,4vw,2.5rem)}h3{font-size:clamp(1.5rem,3.5vw,2rem)}h4{font-size:clamp(1.25rem,3vw,1.75rem)}h5{font-size:clamp(1.1rem,2.5vw,1.5rem)}h6{font-size:clamp(1rem,2vw,1.25rem)}p{font-size:clamp(1rem,2vw,1.125rem);margin-bottom:1em}.app-wrapper{min-height:100vh;display:flex;flex-direction:column}main{flex:1 1;width:100%;max-width:100%;overflow-x:hidden}.container{width:100%;margin:0 auto;padding:0 1rem}@media (min-width:640px){.container{max-width:640px;padding:0 1.5rem}}@media (min-width:768px){.container{max-width:768px;padding:0 2rem}}@media (min-width:1024px){.container{max-width:1024px;padding:0 2.5rem}}@media (min-width:1280px){.container{max-width:1280px;padding:0 3rem}}@media (min-width:1536px){.container{max-width:1536px}}.grid{display:grid;grid-gap:1rem;gap:1rem}.grid-cols-1{grid-template-columns:repeat(1,1fr)}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}@media (min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.md\:grid-cols-3{grid-template-columns:repeat(3,1fr)}.md\:grid-cols-4{grid-template-columns:repeat(4,1fr)}}@media (min-width:1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.lg\:grid-cols-3{grid-template-columns:repeat(3,1fr)}.lg\:grid-cols-4{grid-template-columns:repeat(4,1fr)}}.flex{display:flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.flex-wrap{flex-wrap:wrap}.flex-1{flex:1 1}@media (max-width:768px){.flex-col-mobile{flex-direction:column}}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-3{margin:.75rem}.m-4{margin:1rem}.m-5{margin:1.25rem}.m-6{margin:1.5rem}@media (max-width:768px){.mobile-p-2{padding:.5rem}.mobile-p-4{padding:1rem}.mobile-m-2{margin:.5rem}.mobile-m-4{margin:1rem}}iframe,img,video{max-width:100%;height:auto}.responsive-image{width:100%;height:auto;object-fit:cover}button,input,select,textarea{font-family:inherit;font-size:inherit;border-radius:.375rem;padding:.5rem .75rem;width:100%}button{cursor:pointer;border:none;padding:.75rem 1.5rem;border-radius:.375rem;transition:background-color .2s;width:auto}@media (max-width:768px){button,input,select,textarea{font-size:16px}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.hidden{display:none}.block{display:block}.inline-block{display:inline-block}@media (max-width:768px){.mobile-hidden{display:none}.mobile-block{display:block}}@media (min-width:769px){.desktop-hidden{display:none}}.w-full{width:100%}.w-auto{width:auto}.w-50{width:50%}.w-33{width:33.333%}.w-25{width:25%}@media (max-width:768px){.mobile-w-full{width:100%!important}.mobile-w-50{width:50%!important}}.min-h-screen{min-height:100vh}.h-full{height:100%}.h-screen{height:100vh}navb{width:100%;background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.1);position:sticky;top:0;z-index:1000}footer{width:100%;background-color:#f8f9fa;padding:2rem 0;margin-top:auto}@media (max-width:480px){body{font-size:14px}}@media (max-width:768px){.container{padding:0 1rem}}@media (min-width:769px) and (max-width:1024px){.container{padding:0 2rem}}@media (min-width:1025px){.container{padding:0 2.5rem}}@media print{*{background:transparent!important;color:black!important;box-shadow:none!important;text-shadow:none!important}footer{display:none}a[href]:after{content:" (" attr(href) ")"}}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}@media (prefers-color-scheme:dark){:root{color-scheme:dark}}@media (prefers-contrast:high){button{border:2px solid}}