@import url(https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap);*{font-family:League Spartan,Segoe UI,Roboto,sans-serif;padding:0;margin:0;box-sizing:border-box}@media screen and (-webkit-min-device-pixel-ratio:0) and (pointer:fine){*{font-family:League Spartan,-apple-system,BlinkMacSystemFont,"San Francisco",Helvetica,Arial,sans-serif}}img{max-width:100%}#navMenu>ul>li.group>a::after{content:'';transform:rotate(45deg);width:6px;height:6px;border-right:1px solid #333;border-bottom:1px solid #333;transition:transform 0.3s ease}#navMenu>ul>li.group:hover>a::after{transform:rotate(225deg);margin-top:4px}.accordion-container{max-width:600px;margin:auto}.accordion-item{border:1px solid #e5e7eb;border-radius:5px;margin-bottom:1rem;overflow:hidden}.accordion-header{width:100%;padding:1rem 2rem 1rem 1rem;text-align:left;font-weight:500;border:none;cursor:pointer;color:#2b2f3b;outline:none;background:#fff0;display:flex;justify-content:space-between;position:relative}.accordion-header::after{content:'';width:8px;height:8px;border-right:2px solid #777;border-bottom:2px solid #777;transform:rotate(45deg);transition:transform 0.3s ease;margin-left:10px;display:inline-block;position:absolute;right:15px;top:20px}.accordion-header.active::after{transform:rotate(225deg)}.accordion-body{max-height:0;overflow:hidden;transition:max-height 0.4s ease;padding:0 1rem}.accordion-body p{padding:1rem 0;margin:0;color:#4b5563;font-size:14px}.text-hero-gradient{background-clip:text;background-image:linear-gradient(135deg,#620CE1 0%,#7381FF 50%,#000749 100%)}h1,h2,h3,h4,h5,h6{line-height:1.2;letter-spacing:-.025em}#menuToggle[data-state="open"] .hashIcon{display:none}#menuToggle[data-state="open"] .crossIcon{display:block!important}