@font-face{font-family:HankenGrotesk;src:url(/font/HankenGrotesk.ttf) format("truetype");font-weight:1 999;font-style:normal}@font-face{font-family:HankenGrotesk;src:url(/font/HankenGrotesk.ttf) format("truetype");font-weight:1 999;font-style:normal}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.animate-fadeInUp{animation:fadeInUp .6s cubic-bezier(.4,0,.2,1) forwards}.animate-fadeInDown{animation:fadeInDown .6s cubic-bezier(.4,0,.2,1) forwards}.animate-fadeIn{animation:fadeIn .6s cubic-bezier(.4,0,.2,1) forwards}.animate-scaleIn{animation:scaleIn .6s cubic-bezier(.4,0,.2,1) forwards}.animate-slideInLeft{animation:slideInLeft .6s cubic-bezier(.4,0,.2,1) forwards}.animate-slideInRight{animation:slideInRight .6s cubic-bezier(.4,0,.2,1) forwards}.animate-delay-1{animation-delay:.1s}.animate-delay-2{animation-delay:.2s}.animate-delay-3{animation-delay:.3s}.animate-delay-4{animation-delay:.4s}.animate-delay-5{animation-delay:.5s}.animate-delay-6{animation-delay:.6s}.animate-delay-7{animation-delay:.7s}.animate-delay-8{animation-delay:.8s}.animate-delay-9{animation-delay:.9s}.animate-delay-10{animation-delay:1s}.animate-delay-11{animation-delay:1.1s}.animate-delay-12{animation-delay:1.2s}.animate-delay-13{animation-delay:1.3s}.animate-delay-14{animation-delay:1.4s}.animate-delay-15{animation-delay:1.5s}.animate-delay-16{animation-delay:1.6s}.animate-delay-17{animation-delay:1.7s}.animate-delay-18{animation-delay:1.8s}.animate-delay-19{animation-delay:1.9s}.animate-delay-20{animation-delay:2s}.animate-on-scroll{opacity:0}.hover-lift{transition:transform .3s cubic-bezier(.4,0,.2,1)}.hover-lift:hover{transform:translateY(-8px)}.hover-scale{transition:transform .3s cubic-bezier(.4,0,.2,1)}.hover-scale:hover{transform:scale(1.05)}::-webkit-scrollbar{display:none}*{margin:0;padding:0;box-sizing:border-box;-ms-overflow-style:none;scrollbar-width:none;scroll-behavior:smooth;font-family:HankenGrotesk,sans-serif}a{text-decoration:none}.main{display:flex;flex-direction:column;width:100%;min-height:100vh;margin-top:80px;font-family:HankenGrotesk,sans-serif;background-color:#fefefe}.external_link{transform:rotate(45deg)}@font-face{font-family:HankenGrotesk;src:url(/font/HankenGrotesk.ttf) format("truetype");font-weight:1 999;font-style:normal}.header{display:flex;justify-content:space-between;position:fixed;width:100vw;height:80px;padding:0rem 2rem;top:0;background-color:#101010;background-blend-mode:darken;background-size:cover;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:99}@media(max-width:999px){.header{padding:0rem 1rem}}.header__main{display:flex;justify-content:space-between;align-items:center;margin:0 auto;width:100%;max-width:1280px;height:100%}.logo{width:64px;content:url(/svg/logo.svg);transition:all .25s ease-in-out}.logo:hover{scale:.9;transition:.25s}.LanguageButton{display:flex;padding:10px 16px;border-radius:.5rem;border:none;font-family:HankenGrotesk,sans-serif;font-weight:300;font-size:1rem;color:#101010;background-color:#eaeaea}.navbar{display:flex;align-items:center;justify-content:flex-end;gap:1rem;cursor:pointer}.navbar__cta{display:flex;align-items:center;padding:9px 16px;background:#9747ff;color:#eaeaea;border:none;text-align:center;border-radius:8px;font-size:1em;font-weight:500;transition:all .2s ease-in-out}.navbar__cta:before{content:url(/assets/svg/icons/block-joinus-hover.svg);margin-right:8px}.navbar__cta:hover{background-color:#5113a3;color:#eaeaea;box-shadow:0 4px 8px #1010103d;scale:1.04;text-shadow:0px 4px 8px rgba(16,16,16,.64)}.navbar__cta:hover:before{content:url(/assets/svg/icons/block-joinus-hover.svg);margin-right:8px;animation:AnimationHover .5s infinite alternate}.navbar .nav-list{display:flex;justify-content:space-between;gap:1.6rem;align-items:center}@media screen and (max-width:999px){.navbar .nav-list{display:none}}.navbar .nav-list li{list-style:none;font-family:HankenGrotesk,sans-serif;font-weight:300;font-size:1rem;color:#eaeaea;height:100%}.navbar .nav-list li .mainLink{text-decoration:none;color:#eaeaea;font-weight:500;padding:30px 0}.navbar .nav-list li .underline-animation{display:inline-block;position:relative;color:#eaeaea}.navbar .nav-list li .underline-animation:after{content:"";position:absolute;width:100%;transform:scaleX(0);height:2px;bottom:20px;left:0;background-color:#eaeaea;transform-origin:bottom right;transition:transform .25s ease-out}.navbar .nav-list li .underline-animation:hover:after{transform:scaleX(1);transform-origin:bottom left}.navbar .nav-list li .dropLink{text-decoration:none;max-width:260px}.navbar .dropdown-button{display:none}.navbar ul{list-style-type:none}.navbar ul li .dropdown-content{display:none;position:absolute;background:#101010;width:100%;max-width:1280px;right:0;left:0;margin:0 auto;box-shadow:0 0 32px -8px #0a0a0a1a;border:solid 1px rgba(16,16,16,.1450980392);border-radius:.5rem;padding:1rem;z-index:1}.navbar ul li .dropdown{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr 1fr 1fr))}.navbar ul li .nav_droplink_arrow{transform:rotate(-180deg);transition:.5s}.navbar ul li .nav_dropdown_descritpion_text{font-size:.8rem;font-weight:300;color:#eaeaea;margin-top:.5rem}.navbar .dropdown-content .dropLink{display:flex;flex-direction:column;padding:1rem;text-decoration:none;text-align:left;border-radius:.5rem}.navbar .dropdown-content .dropLink:hover{background-color:#202020}.navbar .dropdown-content .dropLink .nav_dropdown_descritpion_title{display:flex;align-items:center;margin-bottom:.5rem;font-size:1rem;font-weight:500;color:#cea9ff}.navbar .dropdown-content .dropLink .nav_dropdown_descritpion_title .external_link{transform:rotate(45deg)}.navbar .dropdown:has(>.dropdown-button:checked) .dropdown-content{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.navbar .dropdown:has(>.dropdown-button:checked) .nav_droplink_arrow{transform:rotate(0);transition:.5s}@keyframes AnimationHover{0%{transform:translateY(0);filter:drop-shadow(0px 4px 1px rgba(16,16,16,.24))}30%{transform:translateY(-10px)}to{transform:translateY(-12px);filter:drop-shadow(0px 16px 4px rgba(16,16,16,.24))}}.GitHub{display:flex;width:2rem;height:2rem;background:url(/svg/github-nav.svg);background-position:center;background-repeat:no-repeat;background-size:contain;transition:all .3s ease-in-out}@font-face{font-family:HankenGrotesk;src:url(/font/HankenGrotesk.ttf) format("truetype");font-weight:1 999;font-style:normal}.nav-phone{display:none;position:fixed;top:0;left:0;width:100vw;height:80px;background-color:#101010;z-index:999;box-sizing:border-box;transition:all .25s ease-in-out}.nav-phone_active{height:100dvh}.nav-phone_active .nav-phone__main__container{overflow-y:auto}@media screen and (max-width:999px){.nav-phone{display:flex}}.nav-phone__box{display:flex;flex-direction:column;justify-content:space-between;width:100%;height:100%;padding:16px;overflow:hidden}.nav-phone__box__head{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.nav-phone__box__head__logo{width:48px;content:url(/svg/logo.svg);transition:all .25s ease-in-out}.nav-phone__box__head__logo:hover{scale:.9}.nav-phone__box__head__btn{display:flex;align-items:center;gap:16px}.nav-phone__box__head_title{font-size:1rem;font-weight:200}.nav-phone__box__head .nav-toggle{display:none}.nav-phone__box__head .nav-toggle-label{display:flex;height:32px;width:32px;align-items:center;justify-content:center;cursor:pointer;background-image:url("data:image/svg+xml,%3csvg%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2%2013.3335C1.46957%2013.3335%200.96086%2013.6144%200.585787%2014.1145C0.210714%2014.6146%200%2015.2929%200%2016.0001C0%2016.7074%200.210714%2017.3856%200.585787%2017.8857C0.96086%2018.3858%201.46957%2018.6668%202%2018.6668V13.3335ZM30%2018.6668C30.5304%2018.6668%2031.0391%2018.3858%2031.4142%2017.8857C31.7893%2017.3856%2032%2016.7074%2032%2016.0001C32%2015.2929%2031.7893%2014.6146%2031.4142%2014.1145C31.0391%2013.6144%2030.5304%2013.3335%2030%2013.3335V18.6668ZM2%200.00012207C1.46957%200.00012207%200.96086%200.281074%200.585787%200.781171C0.210714%201.28127%200%201.95954%200%202.66679C0%203.37403%200.210714%204.05231%200.585787%204.55241C0.96086%205.0525%201.46957%205.33346%202%205.33346V0.00012207ZM30%205.33346C30.5304%205.33346%2031.0391%205.0525%2031.4142%204.55241C31.7893%204.05231%2032%203.37403%2032%202.66679C32%201.95954%2031.7893%201.28127%2031.4142%200.781171C31.0391%200.281074%2030.5304%200.00012207%2030%200.00012207V5.33346ZM2%2026.6668C1.46957%2026.6668%200.96086%2026.9477%200.585787%2027.4478C0.210714%2027.9479%200%2028.6262%200%2029.3335C0%2030.0407%200.210714%2030.719%200.585787%2031.2191C0.96086%2031.7192%201.46957%2032.0001%202%2032.0001V26.6668ZM30%2032.0001C30.5304%2032.0001%2031.0391%2031.7192%2031.4142%2031.2191C31.7893%2030.719%2032%2030.0407%2032%2029.3335C32%2028.6262%2031.7893%2027.9479%2031.4142%2027.4478C31.0391%2026.9477%2030.5304%2026.6668%2030%2026.6668V32.0001ZM2%2018.6668H30V13.3335H2V18.6668ZM2%205.33346H30V0.00012207H2V5.33346ZM2%2032.0001H30V26.6668H2V32.0001Z'%20fill='%23FEFEFE'/%3e%3c/svg%3e");background-position:center;background-repeat:no-repeat;background-size:contain}.nav-phone__box__head .nav-toggle:checked+.nav-toggle-label{height:32px;width:32px;background-image:url(/svg/icons/close.svg)}.nav-phone__box .active{color:#eaeaea;border-color:#eaeaea}.nav-phone__box__main{display:flex;flex-direction:column;width:100%;height:100%;padding:16px;overflow:hidden}.nav-phone__box__main__container{display:flex;flex-direction:column;overflow-y:auto;width:100%;gap:16px;padding:32px 0}.nav-phone__box__main__container .separate{width:100%;height:1px;background-color:#eaeaea;opacity:10%;margin:auto}.nav-phone__box__main__container__menu{display:flex;flex-direction:column;width:100%;gap:8px;list-style:none}.nav-phone__box__main__container__menu__link{display:flex;align-items:center;gap:16px;padding:8px 16px;border-radius:8px;cursor:pointer;transition:all .2s ease-in-out;color:#eaeaea7a}.nav-phone__box__main__container__menu__link:hover{color:#eaeaea}.nav-phone__box__main__container__menu__droplink{display:flex;flex-direction:column;width:100%;height:100%;padding:8px 16px;overflow:visible;color:#eaeaea7a}.nav-phone__box__main__container__menu__droplink:hover{color:#eaeaea}.nav-phone__box__main ul{list-style-type:none}.nav-phone__box__main ul li{float:left}.nav-phone__box__main ul li .dropdown-content{display:none;position:relative;padding:16px;min-width:160px;gap:16px}.nav-phone__box__main ul li .dropdown-content__container{display:flex;flex-direction:column;justify-content:space-evenly;width:100%}.nav-phone__box__main ul li .dropdown-content__container .external_link{rotate:45deg}.nav-phone__box__main ul li .dropdown-content__container__link{color:#eaeaea7a;font-weight:300;padding:8px 16px;border-left:solid 2px rgba(234,234,234,.16)}.nav-phone__box__main ul li .dropdown-content__container__link:hover{color:#eaeaea;font-weight:300;border-left:solid 2px #eaeaea}.nav-phone__box__main ul li .dropdown-content__container__separate{display:flex;max-width:180px;height:1px;border:solid 1px rgba(234,234,234,.16);border-radius:8px;margin-top:8px;margin-bottom:16px}.nav-phone__box__main .dropdown-button{display:none}.nav-phone__box__main .dropdown-button:checked+.link{color:#eaeaea}.nav-phone__box__main .dropdown-button:checked+.link+.dropdown-content{display:flex}.nav-phone__box__main__bottom{display:flex;flex-direction:column;width:100%;gap:16px;padding:16px}.nav-phone__box__main__bottom .separate{width:100%;height:1px;background-color:#eaeaea;opacity:10%;margin:auto}.nav-phone__box__main__bottom__button{display:flex;flex-direction:column;gap:16px}.nav-phone__box__main__bottom__button__link{display:flex;align-items:center;gap:16px;padding:16px;border-radius:8px;cursor:pointer;transition:all .2s ease-in-out;color:#eaeaea;background-color:#5113a3;font-weight:500;text-align:center;justify-content:center}.nav-phone__box__main__bottom__button__link:before{content:url(/assets/svg/icons/block-joinus-hover.svg);margin-right:8px}.nav-phone__box__main__bottom__button__link:hover{color:#eaeaea;background-color:#9747ff}.nav-phone__box__main__bottom__button__link:active{color:#101010;background-color:#eaeaea80}.LanguageButton{display:flex;padding:.6rem 1rem;border-radius:.5rem;border:none;font-family:HankenGrotesk,sans-serif;font-weight:300;font-size:1rem;color:#101010;background-color:#eaeaea}.LanguageButton :hover{text-decoration:underline;text-underline-offset:4px;font-weight:600}.LanguageButton :first-child{margin-right:.4em}.LanguageButton :first-child:after{content:"/";display:inline-block;width:1px;height:1rem;margin:0 .4em}.LanguageButton .activeLang{font-weight:600;color:#5113a3}.LanguageButton .activeLang:after{color:#101010}.GitHub{display:flex;width:2rem;height:2rem;background:url(/svg/github-nav.svg);background-position:center;background-repeat:no-repeat;background-size:contain;transition:all .3s ease-in-out}.GitHub:hover{transform:scale(.8)}@font-face{font-family:HankenGrotesk;src:url(/font/HankenGrotesk.ttf) format("truetype");font-weight:1 999;font-style:normal}.footer{display:flex;flex-direction:column;position:relative;align-items:center;bottom:0;left:0;width:100%;background-color:#101010;padding:2rem 0;gap:2rem;font-family:HankenGrotesk,sans-serif}.footer .footer-container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;width:90%;gap:2rem;max-width:1280px}.footer .footer-logo{background-image:url(/svg/logo.svg);background-size:contain;background-position:center;background-repeat:no-repeat;width:100px;height:100px;transition:all .15s ease-in-out}.footer .footer-logo:hover{transform:scale(.9)}.footer .section{display:flex;flex-direction:column;gap:.4rem}.footer .section .section-title{font-size:1rem;color:#fefefe}.footer .section .separator{width:100%;border-bottom:solid 1px #fefefe;opacity:.2;margin-bottom:1rem}.footer .section .section-text{max-width:26ch;font-size:1rem;color:#fefefe}.footer .section .section-list{display:flex;flex-direction:column;flex-wrap:wrap;gap:1rem;list-style:none}.footer .section .section-list .section-item,.footer .section .section-list a{width:fit-content;font-family:HankenGrotesk,sans-serif;font-size:1rem;color:#fefefe;transition:all .15s ease-in-out}.footer .section .section-list .section-item .underline-animation,.footer .section .section-list a .underline-animation{display:inline-block;position:relative;color:#fefefe}.footer .section .section-list .section-item .underline-animation:after,.footer .section .section-list a .underline-animation:after{content:"";position:absolute;width:100%;transform:scaleX(0);height:2px;bottom:-4px;left:0;background-color:#fefefe;transform-origin:bottom right;transition:transform .25s ease-out}.footer .section .section-list .section-item .underline-animation:hover:after,.footer .section .section-list a .underline-animation:hover:after{transform:scaleX(1);transform-origin:bottom left}.footer .spacing{min-width:150px;width:10%}.footer .copyright{font-family:HankenGrotesk,sans-serif;font-size:.8rem;font-weight:300;color:#fefefe;text-align:center}.socialicons{width:1rem;height:1rem;display:inline-block;vertical-align:middle;color:currentColor}.socialicons path,.socialicons rect,.socialicons circle,.socialicons g{stroke:currentColor;fill:currentColor}.socialicons[stroke] path,.socialicons[stroke] rect,.socialicons[stroke] circle{fill:none;stroke:currentColor}
