@keyframes wiggle{0%,to{transform:rotate(-3deg)}50%{transform:rotate(3deg)}}@keyframes slideIn{0%{transform:translateY(-50vh);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeIn{0%,to{opacity:0}50%{opacity:1}}@keyframes rotateMove{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}ul{list-style:none}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto}body{background:none}input,button,textarea,select{border:none;outline:none;background:none;font-family:inherit;font-size:inherit}.scrollbar-hidden::-webkit-scrollbar{display:none}.scrollbar-hidden{scrollbar-width:none;-ms-overflow-style:none}@font-face{font-family:Orbitron;font-style:normal;font-weight:400;font-display:swap;src:url(/assets/Orbitron-Regular-DpX71Nxb.ttf)}@font-face{font-family:Orbitron;font-style:normal;font-weight:500;font-display:swap;src:url(/assets/Orbitron-Medium-DRul5Vgr.ttf)}@font-face{font-family:Orbitron;font-style:normal;font-weight:600;font-display:swap;src:url(/assets/Orbitron-SemiBold-BawaVJHX.ttf)}@font-face{font-family:Orbitron;font-style:normal;font-weight:800;font-display:swap;src:url(/assets/Orbitron-ExtraBold-BvqkEK7R.ttf)}@font-face{font-family:Raleway;font-style:normal;font-weight:600;font-display:swap;src:url(/assets/Raleway-SemiBold-Dq287qfI.ttf)}@font-face{font-family:Raleway;font-style:normal;font-weight:700;font-display:swap;src:url(/assets/Raleway-Bold-BGWFlpii.ttf)}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300;font-display:swap;src:url(/assets/SpaceGrotesk-Light-C1Nqs_QU.ttf)}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/assets/SpaceGrotesk-Bold-wuXZARFU.ttf)}@media (prefers-reduced-motion: reduce){*,:before,:after{animation-delay:-1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important;background-attachment:initial!important;scroll-behavior:auto!important;transition-duration:0s!important;transition-delay:0s!important}}html,body{min-height:100vh;min-width:320px;min-width:100vw;font-size:16px;text-rendering:optimizeLegibility;font-family:Space Grotesk,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (min-width: 1640px){html,body{font-size:20px}}body{z-index:-2;position:relative;background-color:#fafafa;color:#474554}html.dark body{background-color:#00001c;color:#cbcbcb}html{background-color:#fafafa;color:#474554}html.dark{background-color:#00001c;color:#cbcbcb}h1,h2,h3{margin:0;color:#474554;margin:1rem .75rem;font-family:Orbitron,sans-serif}html.dark h1,html.dark h2,html.dark h3{color:#fafafa}h1{margin:.75rem;font-size:clamp(3.5rem,2.786rem + 3.571vi,6rem);font-weight:800;text-wrap:balanse;line-height:1}h2.hero{margin:1rem;opacity:70%;padding-right:1.5rem;font-size:clamp(1rem,.714rem + 1.429vi,2rem);line-height:1.25;font-weight:400}@media (min-width: 640px){h2.hero{padding-right:2.5rem;font-size:1.875rem}}@media (min-width: 910px){h2.hero{padding-right:4rem}}header{grid-area:header;position:sticky;top:0;z-index:100;display:flex;height:4rem;min-width:100%;align-items:center;justify-content:space-between;border-bottom:.3px solid rgba(150,150,255,.7);background-color:#fafafae6;padding:.75rem 1rem;font-family:Orbitron,sans-serif;font-size:1rem;font-weight:500;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@media (min-width: 910px){header{position:sticky}}header .header-container-group{display:flex;align-items:center;justify-content:end;gap:.75rem;width:8rem}html.dark header{background-color:#00001ce6}header a{color:inherit;transition:color .3s ease}header a:hover{color:#9696ff}html.dark header a:hover{color:#ff8559}header .header-link-logo{display:block;width:-moz-fit-content;width:fit-content;font-size:1.5rem;font-weight:700;background-color:#9696ff;background-image:linear-gradient(to bottom right,#305cde,30%,#9696ff);background-size:100%;-webkit-background-clip:text;-moz-background-clip:text;-webkit-text-fill-color:transparent;-moz-text-fill-color:transparent;margin:0}html.dark header .header-link-logo{background-color:#ff8559;background-image:linear-gradient(to bottom,#ff8559,#ff8559);background-size:100%;-webkit-background-clip:text;-moz-background-clip:text;-webkit-text-fill-color:transparent;-moz-text-fill-color:transparent}@media (min-width: 640px){header .header-link-logo{font-size:1.25rem}}header .header-nav-ul{text-transform:capitalize;display:none;gap:.75rem}@media (min-width: 910px){header .header-nav-ul{gap:1.25rem}}@media (min-width: 640px){header .header-nav-ul{display:flex;flex-direction:row}}header #mobile-menu{display:none;position:fixed;left:0;top:4rem;z-index:100;text-transform:capitalize;width:100%;background-color:#fafafaf2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);font-family:Orbitron,sans-serif;font-size:1.5rem;font-weight:400}html.dark header #mobile-menu{background-color:#00001cf2;color:#cbcbcb}header #mobile-menu a{padding:2px}header #mobile-menu ul{margin-left:auto;margin-right:auto;height:auto;width:91.666667%;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding-bottom:1.5rem}header #mobile-menu li{width:100%;text-align:center}header #mobile-menu li:not(:last-child){border-bottom:1px solid rgba(150,150,255,.7)}header #mobile-menu a{display:block;width:100%;border-radius:.125rem}header #mobile-menu a:hover{background-color:#fafafa;color:#9696ff}html.dark header #mobile-menu a:hover{background-color:#00001c;color:#ff8559}header #mobile-menu .btn{padding:2px 1rem;width:100%;border-radius:0}header #mobile-menu .btn:hover{color:#fafafa}html.dark header #mobile-menu .btn:hover{color:#fafafa}#dark-mode label{position:relative;display:flex;width:1.5rem;height:1.5rem;cursor:pointer;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;transition:transform .5s}#dark-mode label:hover{transform:scale(1.25)}#dark-mode label svg{width:1.5rem;height:1.5rem;transition:transform .2s;fill:currentColor;opacity:1}#dark-mode label svg:hover{transform:scale(1.25)}#dark-mode label .svg-sun{color:#9696ff;display:block}html.dark #dark-mode label .svg-sun{display:none}#dark-mode label .svg-moon{color:#ff8559;display:none}html.dark #dark-mode label .svg-moon{display:block}#menu-selector{position:relative;display:block}@media (min-width: 640px){#menu-selector{display:none}}.menu-selector-line{height:2.5px;border-radius:.375rem;background-color:#474554}html.dark .menu-selector-line{background-color:#fafafa}.menu-selector-line--top,.menu-selector-line--bottom{width:1.25rem}.menu-selector-line--middle{width:1.5rem}.menu-selector-label{position:absolute;top:0;right:0;bottom:0;left:0;z-index:100}.menu-selector-div{position:relative;display:flex;width:1.5rem;height:1.5rem;cursor:pointer;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;transition:transform .5s}.peer:checked~.menu-selector-div{transform:rotate(90deg)}.peer:checked~.menu-selector-div .menu-selector-line--top{transform:rotate(45deg);width:1.5rem;position:absolute}.peer:checked~.menu-selector-div .menu-selector-line--bottom{transform:rotate(-45deg);width:1.5rem;position:absolute}.peer:checked~.menu-selector-div .menu-selector-line--middle{transform:scale(0);position:absolute}@media (max-width: 640px){.sm-hidden{display:none!important}}.socials-flex-centered-row{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.5rem}.socials-container--link{display:flex;align-items:center;justify-content:center;border-radius:4px;padding:.5rem;text-align:center}.socials-container--link:hover svg,.socials-container--link:hover img{transform:scale(1.25)}footer .socials-container--link{background-color:#cbcbcb33}footer{box-sizing:border-box;grid-area:footer;justify-self:stretch;display:grid;grid-template-columns:auto auto;grid-template-rows:auto auto auto;align-items:flex-start;justify-content:space-between;height:auto;border-top:.3px solid rgba(150,150,255,.7);font-family:Raleway,sans-serif;color:#80818a;font-size:.85rem;font-weight:600;padding:0 1rem}html.dark footer{color:#b2b4ba}footer .footer-container{margin:.5rem;gap:0}footer .footer-container--logo-menu{padding-top:.5rem;display:flex;grid-area:1/1/2/2;flex-direction:row;justify-content:start}@media (min-width: 640px){footer .footer-container--logo-menu{padding-top:0;margin:auto 0;flex-direction:column;align-items:center;flex-grow:0}}footer .footer-container--socials{grid-area:1/2/2/3;flex-direction:column;justify-content:center;gap:.25rem}@media (min-width: 910px){footer .footer-container--socials{height:94%;align-items:center}}footer #copywrite{grid-area:2/1/3/3;padding:1rem 0}footer #copywrite p{font-size:.75rem}footer .footer-container--menu{display:flex;flex-direction:column;justify-content:center;gap:.1rem;margin:0;z-index:20}@media (min-width: 640px){footer .footer-container--menu{position:relative;left:8rem;top:-4.5rem;flex-direction:row;justify-content:center;align-items:center}}footer .footer-section--hiden-on-small{display:none}@media (min-width: 640px){footer .footer-section--hiden-on-small{display:flex;align-items:flex-start}}footer .footer-section{display:flex;flex-direction:column;align-items:center;justify-content:center}@media (min-width: 640px){footer .footer-section{flex-direction:row}}footer .footer-title{font-family:Raleway,sans-serif;margin:.5rem;margin-block:1rem;display:block;border-bottom:1px solid rgba(150,150,255,.7);padding:.25rem;font-size:.875rem;line-height:1.75rem;text-transform:uppercase;color:#80818a}@media (min-width: 910px){footer .footer-title{margin-block:.5rem;font-size:1rem}}@media (min-width: 640px){footer .footer-title--hidden{display:none}}footer .footer-nav{margin-top:0}@media (min-width: 640px){footer .footer-nav{margin-top:1rem}}footer .footer-ul{display:flex;flex-direction:column;align-items:center;gap:.5rem}@media (min-width: 640px){footer .footer-ul{gap:.1rem;flex-direction:row;align-items:flex-start}}footer .footer--a{text-transform:capitalize;text-align:center;text-wrap:nowrap;padding:6px}footer .footer--a:hover{color:#9696ff}html.dark footer .footer--a:hover{color:#ff8559}footer .footer-logo--img{width:24rem;height:auto;transition:all .2s}footer .footer-logo--img:hover{transform:scale(1.05)}footer .dark{display:none}html.dark footer .dark{display:block}@media (max-width: 640px){footer .dark{display:none!important}}footer .light{display:block}html.dark footer .light{display:none}@media (max-width: 640px){footer .light{display:none!important}}svg{opacity:.75;transition:all .3s;fill:#000}svg:hover{transform:scale(1.25)}html.dark svg{fill:#fafafa}footer .svg--social{height:1.5rem;width:1.5rem}@media (min-width: 640px){footer .svg--social{height:.75rem;width:.75rem}}main .svg--social,header .svg--social{height:1.5rem;width:1.5rem}.social-group--a{margin:.5rem;display:flex;flex-direction:row;align-items:center;gap:.5rem}.social-group--a:hover{cursor:pointer}.social-group--a:hover .svg--phone-mail{animation:wiggle 1s infinite;fill:#ff8559}.social-group--a:hover .social-group--p{color:#9696ff}html.dark .social-group--a:hover .svg--phone-mail{fill:#9696ff}html.dark .social-group--a:hover .social-group--p{color:#ff8559}.svg--phone-mail{width:1.25rem;height:1.25rem;fill:currentColor;transition:all .2s}main .svg--phone-mail{width:1.5rem;height:1.5rem}.social-group--p{color:inherit;margin:0;transition:color .2s}.btn{border-radius:4px;background-image:linear-gradient(to bottom left,#305cde,#9696ff);font-weight:700;color:#fafafa;box-shadow:inset 0 2px 4px #0000000d;padding:.5rem 1rem;line-height:1.5rem;font-size:1rem;font-family:Orbitron,sans-serif;margin:1rem 0rem;width:-moz-fit-content;width:fit-content;text-wrap:nowrap;display:flex;align-items:center}.btn:hover{background-image:linear-gradient(to bottom left,#ff8559,#efbf04);color:#fafafa}.btn:active{box-shadow:inset 0 0 30px -6px #d26d0c}html.dark .btn{background-image:linear-gradient(to bottom left,#fafafa,#cbcbcb);color:#305cde}html.dark .btn:hover{background-image:linear-gradient(to bottom left,#d49efc,#9696ff);color:#fafafa;box-shadow:none}html.dark .btn:active{box-shadow:inset 0 0 30px -6px #080850}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;color:#000}html.dark .sr-only{color:#fff}button{text-transform:capitalize;cursor:pointer}.hidden-el{opacity:0}#not-found{height:calc(100vh - 4rem);max-width:100vw;flex-direction:column;justify-content:center;align-items:center;margin:0 1rem;display:flex}@media (min-width: 640px){#not-found{margin:0 2rem}}@media (min-width: 910px){#not-found{margin:0 5rem}}#not-found h1{font-size:clamp(8rem,6.857rem + 5.714vi,12rem);line-height:revert}#not-found span{font-size:clamp(.75rem,.6898rem + .299vw,1rem);font-style:oblique;font-weight:300}#not-found a{font-weight:600;color:#305cde;text-decoration:none!important}html.dark #not-found a{color:#d49efc}#not-found p{text-align:center;margin:1rem 0;font-size:clamp(.875rem,.8148rem + .299vw,1.125rem);font-weight:500;text-wrap:balanse}#not-found p:has(span){margin-bottom:5rem}canvas{display:block;width:100%;height:100%;position:absolute;left:0;top:0;z-index:-1}
