@-webkit-keyframes styles_rotate__Lo_6d{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes styles_rotate__Lo_6d{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.styles_headerContainer__uAgJk{width:100%;height:6rem;border-bottom:1px solid var(--blue-500);background-color:transparent;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);z-index:50;-webkit-backdrop-filter:blur(5px);left:0;top:0;position:fixed}.styles_headerContent__h9eUe{max-width:1120px;height:6rem;margin:auto;padding:0 5rem;display:flex;justify-content:space-between;align-items:center}.styles_headerContent__h9eUe .styles_buttonImg__vDCOE{border:none;background-color:transparent;width:10rem;height:3.2rem;position:relative;display:flex;justify-content:center;border-radius:10px;overflow:hidden}.styles_headerContent__h9eUe .styles_buttonImg__vDCOE:before{content:"";position:absolute;width:100%;height:100px;background:linear-gradient(var(--blue-jewel),var(--white-50));-webkit-animation:styles_rotate__Lo_6d 6s linear infinite;animation:styles_rotate__Lo_6d 6s linear infinite}.styles_headerContent__h9eUe .styles_buttonImg__vDCOE:after{content:"";position:absolute;background:var(--black-void);inset:2px;border-radius:6px}.styles_headerContent__h9eUe .styles_buttonImg__vDCOE h1{font-size:1.1rem;font-weight:700;color:var(--white-50);text-align:center;margin-top:1rem;position:relative;z-index:10;text-shadow:0 0 8px hsla(0,0%,100%,.3),0 0 10px var(--blue-jewel)}.styles_headerContent__h9eUe nav{height:3rem;display:flex}.styles_headerContent__h9eUe nav button{display:flex;margin-left:2rem;align-items:center;padding:1rem 2rem;border-radius:.7rem;border:3px solid transparent;font-size:1rem;font-weight:700;transition:all .2s}.styles_headerContent__h9eUe nav button:hover{text-shadow:0 0 8px hsla(0,0%,100%,.1),0 0 29px var(--blue-jewel);box-shadow:inset 0 0 39px var(--blue-jewel);position:relative;border:3px solid var(--blue-jewel)}.styles_headerContent__h9eUe nav button:hover:before{pointer-events:none;content:"";position:absolute;width:100%;height:2rem;top:100%;background-color:var(--blue-jewel);left:0;transform:perspective(64px) rotateX(40deg) scaleY(.35);filter:blur(20px);opacity:.9}.styles_headerContent__h9eUe nav button:hover:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:var(--blue-jewel);box-shadow:0 0 128px 5px var(--blue-jewel);z-index:-1;opacity:1}.styles_headerContent__h9eUe nav button.styles_active__l7I1o{text-shadow:0 0 8px hsla(0,0%,100%,.3),0 0 29px var(--blue-jewel);box-shadow:inset 0 0 32px var(--blue-jewel);position:relative;border:3px solid var(--blue-jewel)}*{margin:0;padding:0;box-sizing:border-box}:root{--white-50:#fff;--black-void:#0e0b16;--blue-jewel:#4717f6;--blue-500:#052034;--gray:#29292e;--purple-900:#292176}@media(max-width:1080px){html{font-size:93.75%}}@media(max-width:720px){html{font-size:87.5%}}body{color:var(--white-50);background-color:var(--black-void)}body,button,input,select,textarea{font:400 1rem Roboto,sans-serif}button{cursor:pointer;background-color:var(--black-void);color:var(--white-50)}a{color:inherit;text-decoration:none}::-webkit-scrollbar{background-color:var(--black-void);width:10px}::-webkit-scrollbar-thumb{background-color:var(--blue-jewel);border-radius:20px}