@import"https://fonts.googleapis.com/css2?family=Poppins&display=swap";@import"/assets/fonts/nasalization-rg.otf";body{display:flex;flex-direction:column;min-height:100vh;font-family:"Poppins",sans-serif !important;overflow-x:hidden;background-color:#02060d;background-image:url("/assets/imgs/bgpattern.png");background-size:700px 350px;background-repeat:repeat}.custom-card{position:relative;display:flex;flex-direction:column;border-radius:1rem;width:100%;padding:1.5rem 1.5rem 1rem;overflow:hidden;z-index:0;margin:0 1rem 1rem 0}.custom-card::before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-color:#0c254f;opacity:var(--bg-opacity, 0.6);z-index:-1}.custom-card .card-title{font-family:"Nasalization Rg",sans-serif !important;font-size:1.4rem;line-height:1.5rem;font-weight:600;margin:0 0 .5rem 0}.custom-card .card-subtitle{font-size:1rem;line-height:1.4rem;margin:0;color:#e5edfb}.custom-navbar{position:fixed;top:0;left:0;display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;height:80px;z-index:10;padding:15px 1.5rem 15px 1rem}.custom-navbar::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(3,10,22,.8);backdrop-filter:blur(10px);z-index:8}.custom-navbar::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:#3967db;background:linear-gradient(to right, #866DAB, #3967DB, #F5B645);opacity:.6;z-index:9}.custom-navbar .menu-divider{height:30px;width:2px;background-color:#8db0ed;opacity:.7;margin:0 .2rem}.custom-navbar .logo{height:50px;object-fit:contain;z-index:10}.custom-navbar .pages{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:1rem;z-index:10;transition:margin .5s ease-in-out,opacity .25s ease-in-out}.custom-navbar .pages .nav-item{position:relative;color:#cfdef8;text-decoration:none;z-index:11;transition:color .25s ease-in-out;cursor:pointer}.custom-navbar .pages .nav-item::before{transition:background-color .25s ease-in-out;position:absolute;content:"";top:-0.35rem;left:-0.7rem;width:calc(100% + 1.4rem);height:calc(100% + .7rem);padding:.3rem .6rem;border-radius:3rem;background-color:rgba(0,0,0,0);opacity:.6;z-index:-1}.custom-navbar .pages .nav-item::after{transition:opacity .25s ease-in-out;position:absolute;content:"";bottom:-0.25rem;left:-0.4rem;width:calc(100% + .8rem);height:3px;border-radius:3rem;background:linear-gradient(45deg, #3967DB, #866DAB, #F5B645);opacity:0;z-index:-1}.custom-navbar .pages .nav-item:not(.active):hover{color:#e5edfb}.custom-navbar .pages .nav-item:not(.active):hover::before{background-color:#866dab}.custom-navbar .pages .nav-item.active{color:#e5edfb;font-weight:600}.custom-navbar .pages .nav-item.active::after{opacity:1}.custom-navbar .hamburger{display:none;z-index:10}.custom-navbar .hamburger .line{width:25px;height:3px;background-color:#969696;display:block;margin:6px auto;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.custom-navbar .hamburger:hover{cursor:pointer}.custom-navbar .hamburger.is-active{position:sticky}.custom-navbar .hamburger.is-active .line:nth-child(1){-webkit-transform:translateY(9px) rotate(45deg);-ms-transform:translateY(9px) rotate(45deg);-o-transform:translateY(9px) rotate(45deg);transform:translateY(9px) rotate(45deg)}.custom-navbar .hamburger.is-active .line:nth-child(2){opacity:0}.custom-navbar .hamburger.is-active .line:nth-child(3){-webkit-transform:translateY(-9px) rotate(-45deg);-ms-transform:translateY(-9px) rotate(-45deg);-o-transform:translateY(-9px) rotate(-45deg);transform:translateY(-9px) rotate(-45deg)}@media only screen and (max-width: 730px){.custom-navbar{flex-wrap:wrap;height:fit-content}.custom-navbar .pages{margin-top:-100%;position:relative;flex-basis:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1.5rem;opacity:0}.custom-navbar .pages .menu-divider{width:100%;height:2px;background-color:#8db0ed;opacity:.4;margin:0 auto}.custom-navbar.opened .pages{margin:2rem .5rem 1rem;opacity:1}.custom-navbar .hamburger{display:block}}.footer{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:1.5rem 1rem;background-color:#030a16;border-top:2px solid #050e1f;margin:auto 0 0 0}.footer .footer-text{margin:0;color:#b9cef4;text-align:center;width:90%}img,.noselect{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}::-webkit-scrollbar-track{background:#02060d}::-webkit-scrollbar{width:15px;background:#02060d}::-webkit-scrollbar-thumb{border-radius:50px;border:3px solid rgba(0,0,0,0);background-clip:padding-box;background-color:#102f65}::-webkit-scrollbar-thumb:hover{background-color:#13397c}.bg-primary{background-color:#866dab !important}.bg-secondary{background-color:#3967db !important}.bg-accent{background-color:#f5b645 !important}.bg-neutral{background-color:#e5edfb !important}.bg-dark{background-color:#02060d !important}.bg-success{background-color:#28a745 !important}.bg-warning{background-color:#fda403 !important}.bg-error{background-color:#c00000 !important}.bg-primarylux{background-color:#d6cee3 !important}.bg-secondarylux{background-color:#bacaf3 !important}.bg-accentlux{background-color:#fdefd6 !important}.bg-successlux{background-color:#def7e3 !important}.bg-warninglux{background-color:#fff1d7 !important}.bg-errorlux{background-color:#ffcdcd !important}.text-primary{color:#866dab !important}.text-secondary{color:#3967db !important}.text-accent{color:#f5b645 !important}.text-neutral{color:#e5edfb !important}.text-dark{color:#02060d !important}.text-success{color:#28a745 !important}.text-warning{color:#fda403 !important}.text-error{color:#c00000 !important}.text-primarylux{color:#d6cee3 !important}.text-secondarylux{color:#bacaf3 !important}.text-accentlux{color:#fdefd6 !important}.text-successlux{color:#def7e3 !important}.text-warninglux{color:#fff1d7 !important}.text-errorlux{color:#ffcdcd !important}@font-face{font-family:"Nasalization Rg";src:url("/assets/fonts/NasalizationRg-Regular.woff2") format("woff2"),url("/assets/fonts/NasalizationRg-Regular.woff") format("woff");font-weight:normal;font-style:normal;font-display:swap}/*# sourceMappingURL=style.min.css.map */