:root{font-family:Poppins,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#070c14;--transition: .25s ease-in-out;--font-family: "Poppins", system-ui, Avenir, Helvetica, Arial, sans-serif;--primary-color: #149EE8;--background-color: #070C14;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@font-face{font-family:Poppins;font-style:normal;font-weight:100;font-display:swap;src:url(/assets/Poppins-ExtraLight-u2IJXg5c.ttf) format("truetype")}@font-face{font-family:Poppins;font-style:normal;font-weight:300;font-display:swap;src:url(/assets/Poppins-Light-DT6-CsId.ttf) format("truetype")}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(/assets/Poppins-Regular-CTKNfV9P.ttf) format("truetype")}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(/assets/Poppins-Medium-Cxde2ZoM.ttf) format("truetype")}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(/assets/Poppins-SemiBold-B_fPDAUb.ttf) format("truetype")}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(/assets/Poppins-Bold-qTAUjFF7.ttf) format("truetype")}@font-face{font-family:Poppins;font-style:normal;font-weight:900;font-display:swap;src:url(/assets/Poppins-Black-yHqY0KRU.ttf) format("truetype")}a{font-weight:500;color:#646cff;text-decoration:inherit}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background:#070c14}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.custom-cursor{position:fixed;top:0;left:0;pointer-events:none;z-index:9999;mix-blend-mode:difference}.cursor-inner{position:absolute;width:8px;height:8px;background-color:#149ee8;border-radius:50%;transform:translate(-50%,-50%);transition:none}.cursor-outer{position:absolute;width:32px;height:32px;border:2px solid rgba(20,158,232,.6);border-radius:50%;transform:translate(-50%,-50%);transition:all .01s;background-color:transparent}.cursor-hover .cursor-inner{transform:translate(-50%,-50%) scale(1.5);background-color:#eb6d00;transition:all .2s ease}.cursor-hover .cursor-outer{transform:translate(-50%,-50%) scale(1.5);border-color:#eb6d00cc;transition:all .2s ease}.cursor-click .cursor-inner{transform:translate(-50%,-50%) scale(.5);transition:all .1s ease}.cursor-click .cursor-outer{transform:translate(-50%,-50%) scale(.8);transition:all .1s ease}@media (hover: none) and (pointer: coarse){.custom-cursor{display:none}body{cursor:auto}}*{margin:0;padding:0;box-sizing:border-box;min-width:0}html,body{width:100%;position:relative}body{font-family:Poppins,system-ui,Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;display:flex;flex-direction:column;align-items:center}a{text-decoration:none;color:inherit}.app{margin-top:100px;width:100%;max-width:100vw}#root{width:100%;max-width:100vw}button,input[type=button],input[type=submit],input[type=reset],.cta-button,a.btn,.btn,*:focus{outline:none!important;box-shadow:none!important}button:focus,input:focus,textarea:focus,select:focus,a:focus{-webkit-tap-highlight-color:transparent}button::-moz-focus-inner,input::-moz-focus-inner{border:0}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 15rem;box-shadow:0 1px 2px #0000001a;position:fixed;top:0;z-index:100;width:100%;background:var(--background-color);max-width:100vw}.navbar-logo{font-size:1.5rem;font-weight:700;color:#eb6d00;transition:var(--transition);z-index:10}.navbar-logo:hover,.cta-button:hover{transform:scale(1.02)}.navbar-logo:active,.cta-button:active{transform:scale(.98)}.navbar-logo img{height:57px;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.logo-image-mobile{display:none}.navbar-links{display:flex;list-style:none;margin:0 auto;justify-content:center;width:100%}.navbar-links li{margin-left:1.5rem}.navbar-links li a{font-size:1.2rem;font-weight:300;color:#818c9b;transition:color .2s}.navbar-links li a:hover{color:var(--primary-color)}.navbar-cta,.mobile-cta{z-index:10}.cta-button{font-family:Poppins;background-color:var(--primary-color);border-radius:10px;color:#000!important;font-weight:300;padding:1rem 1.8rem;font-size:1.1rem;white-space:nowrap;display:inline-block;line-height:1;transition:var(--transition)}.burger-menu{display:none;cursor:pointer;z-index:1001;width:32px;height:26px;position:relative}.burger-bar{width:100%;height:3px;min-height:3px;background-color:#fff;margin:5px 0;transition:all .3s ease-in-out;border-radius:3px}.burger-bar.open:nth-child(1){transform:translateY(13px) rotate(45deg)}.burger-bar.open:nth-child(2){opacity:0}.burger-bar.open:nth-child(3){transform:translateY(-13px) rotate(-45deg)}.navbar-mobile-menu{position:fixed;top:0;right:-100%;width:100%;height:100vh;background-color:var(--background-color);display:flex;flex-direction:column;align-items:center;justify-content:center;transition:right .3s ease-in-out;z-index:1000}.navbar-mobile-menu.open{right:0}.mobile-menu-links{display:flex;flex-direction:column;align-items:center;list-style:none;gap:2rem}.mobile-menu-links li a{font-size:1.3rem;font-weight:300;color:#818c9b;transition:color .2s}.mobile-menu-links li a:hover{color:var(--primary-color)}.mobile-only{display:none}.mobile-only.burger-bar.open{display:block}@media (max-width: 900px){.mobile-only{display:block}.desktop-only{display:none}.navbar{padding:1.2rem 2rem;justify-content:space-between;align-items:center}.navbar-logo{position:static;margin-bottom:0;left:auto}.burger-menu{display:flex;flex-direction:column;justify-content:space-between}.logo-image-mobile{display:block}.logo-image{display:none}.footer{padding:2rem 2rem 1rem}.footer-content{flex-direction:column}.footer-links{flex-direction:column;gap:1.5rem;margin-top:1.5rem}}.content{padding:0rem 15rem;width:100%;max-width:100vw}.footer{background-color:var(--background-color);color:#fff;padding:3rem 15rem 1rem;width:100%;max-width:100vw}@media screen and (max-width: 1650px){.navbar{padding:1.5rem 12rem}.content{padding:0rem 12rem}.footer{padding:3rem 12rem}}@media screen and (max-width: 1550px){.navbar{padding:1.5rem 9rem}.content{padding:0rem 9rem}.footer{padding:3rem 9rem}}@media screen and (max-width: 1450px){.navbar{padding:1.5rem 6rem}.content{padding:0rem 6rem}.footer{padding:3rem 6rem}}@media screen and (max-width: 1350px){.navbar{padding:1.5rem 3rem}.content{padding:0rem 3rem}.footer{padding:3rem 3rem 1rem}}.footer-content{display:flex;justify-content:space-between;margin-bottom:2rem}.footer-logo{font-size:1.8rem;font-weight:700;margin-bottom:1rem;color:#eb6d00}.footer-logo img{height:120px}.footer-links{display:flex;gap:3rem}.footer-links-column h3{margin-bottom:1rem;font-size:1.1rem}.footer-links-column ul{list-style:none}.footer-links-column ul li{margin-bottom:1rem}.footer-links-column ul li a{color:#bbb;transition:color .2s}.footer-links-column ul li a:hover{color:#fff}.footer-social-icons{display:flex;gap:1.5rem;margin-top:.5rem}.footer-social-icons a{color:#bbb;transition:color .2s,transform .2s;display:flex;align-items:center;justify-content:center}.footer-social-icons a:hover{color:#fff;transform:translateY(-2px)}.footer-bottom{border-top:1px solid #333;padding-top:1rem;text-align:center;color:#999;font-size:.9rem}.mobile-cta{margin-top:1rem;color:#fff}.grid-background{position:absolute;top:-100px;left:0;width:100%;height:100%;display:flex;flex-direction:column;z-index:0;pointer-events:none}.gr{display:flex;min-height:9rem;flex-shrink:0}.gc{position:relative;width:9rem;height:9rem;flex-shrink:0}.gc-center{background-image:linear-gradient(#5c6f8a,#5c6f8a);background-size:2px 2px;background-position:center;background-repeat:no-repeat}.gc-center:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:1px;height:100%;background-color:#ffffff0d;opacity:1}.gc-center:after{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);height:1px;width:100%;background-color:#ffffff0d;opacity:1}.gc-vl:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:1px;height:50%;background-color:#ffffff0d}.gc-top:before{content:"";position:absolute;top:15%;left:50%;transform:translate(-50%);width:1px;height:85%;background-color:#ffffff0d}@media screen and (max-width: 1200px){.gr{min-height:8rem}.gc{width:8rem;height:8rem}}@media screen and (max-width: 992px){.gr{min-height:7rem}.gc{width:7rem;height:7rem}}@media screen and (max-width: 768px){.gr{min-height:6rem}.gc{width:6rem;height:6rem}}@media screen and (max-width: 576px){.gr{min-height:5rem}.gc{width:5rem;height:5rem}.gc-center:before,.gc-center:after,.gc-vl:before,.gc-top:before{opacity:.8}}@media screen and (max-width: 375px){.gr{min-height:4rem}.gc{width:4rem;height:4rem}}.home-page{font-family:Poppins,system-ui,Avenir,Helvetica,Arial,sans-serif;color:#fff}.hero{position:absolute;top:100px;left:0;width:100%;padding:0rem 15rem;display:flex;align-items:center;min-height:calc(100vh - 350px);margin-bottom:8rem;overflow:hidden}@media screen and (max-width: 1650px){.hero{padding:0rem 12rem}}@media screen and (max-width: 1550px){.hero{padding:0rem 9rem}}@media screen and (max-width: 1450px){.hero{padding:0rem 6rem}}@media screen and (max-width: 1350px){.hero{padding:0rem 3rem}}.hero-content{position:relative;z-index:10;width:60%;opacity:0;transform:none}.hero h1{font-size:4.5rem;font-weight:500;margin-bottom:1rem;-webkit-background-clip:text;background-clip:text}.hero p{font-size:1.4rem;margin-top:2rem;color:#828e9d;font-weight:300;margin-bottom:2rem;margin-left:5px;line-height:1.6}.hero-buttons{display:flex;gap:1rem}.hero-visual{position:absolute;top:calc(50% - 350px);left:0;width:100%;height:700px;transform:translateY(-50%);z-index:1;opacity:0;transition:opacity 1.2s ease-out}.hero-visual.fade-in{opacity:1;transform:translateY(0)}.hero-visual:before{content:"";position:absolute;top:50%;left:calc(50% + 430px);transform:translate(-50%,-50%);width:80%;height:80%;background:radial-gradient(circle,#0364de66,#0364de33,#7100eb0d 70%,#0364de00);border-radius:50%;filter:blur(60px);z-index:-1;animation:pulseGlow 8s ease-in-out infinite alternate,rotateGlow 15s infinite linear}@media screen and (max-width: 1200px){.hero-visual:before{left:calc(50% + 370px)}}@keyframes pulseGlow{0%{opacity:.7;filter:blur(60px)}50%{opacity:.9;filter:blur(80px)}to{opacity:.7;filter:blur(60px)}}@keyframes rotateGlow{0%{transform:translate(-50%,-50%) rotate(0) scale(1)}25%{transform:translate(-50%,-50%) rotate(90deg) scale(1.05)}50%{transform:translate(-50%,-50%) rotate(180deg) scale(1)}75%{transform:translate(-50%,-50%) rotate(270deg) scale(.95)}to{transform:translate(-50%,-50%) rotate(360deg) scale(1)}}.mission{padding:80px 10%;text-align:center;transition:opacity .8s,transform .8s;margin:120px auto;max-width:1200px;padding:0 2rem;display:none}.mission h2{font-size:2.5rem;margin-bottom:1.5rem;color:#333}.mission p{font-size:1.2rem;max-width:800px;margin:0 auto;line-height:1.7}.featured-projects{padding:80px 10%;transition:opacity .8s,transform .8s;margin:120px auto;max-width:1200px;padding:0 2rem;display:none}.featured-projects h2{font-size:2.5rem;margin-bottom:2.5rem;text-align:center}.project-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.project-card{background-color:#fff;border-radius:8px;padding:2rem;box-shadow:0 4px 20px #0000000d;transition:transform .3s ease,box-shadow .3s ease;height:100%;display:flex;flex-direction:column}.project-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.project-card h3{font-size:1.5rem;margin-bottom:1rem;color:#333}.project-card p{flex:1;margin-bottom:1rem;line-height:1.6;color:#666}.view-more{text-align:center;margin-top:2rem}.view-more .btn{padding:.8rem 2rem}.join-cta{padding:100px 10%;text-align:center;background:linear-gradient(135deg,#eb6d00,#ff9f00);color:#fff}.join-cta h2{font-size:2.8rem;margin-bottom:1.5rem}.join-cta p{font-size:1.2rem;max-width:700px;margin:0 auto 2.5rem;line-height:1.6}.join-cta .btn.primary{background-color:#fff;color:#eb6d00;font-size:1.1rem;padding:.9rem 2.2rem;border-radius:50px}.join-cta .btn.primary:hover{background-color:#ffffffe6}.company-carousel{position:absolute;bottom:0;left:0;width:100%;padding:2rem 0;overflow:hidden;position:relative;margin-top:calc(100vh - 250px);margin-bottom:8rem}.carousel-container{width:100%;overflow:hidden;position:relative}.carousel-track{display:flex;animation:scroll 45s linear infinite;width:max-content}.carousel-item{flex-shrink:0;width:120px;margin:0 2rem;display:flex;align-items:center;justify-content:center}.carousel-item img{max-width:100%;max-height:60px;filter:brightness(0) saturate(100%) invert(45%) sepia(4%) saturate(327%) hue-rotate(182deg) brightness(96%) contrast(85%);opacity:.5;transition:filter .3s ease;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(calc(-1200px - 40rem))}}.carousel-container:before,.carousel-container:after{content:"";position:absolute;top:0;width:100px;height:100%;z-index:2;pointer-events:none}.carousel-container:before{left:0;background:linear-gradient(to right,var(--background-color),transparent)}.carousel-container:after{right:0;background:linear-gradient(to left,var(--background-color),transparent)}.carousel-heading{text-align:center;margin-bottom:1.5rem}.carousel-heading h3{font-size:1.6rem;font-weight:500;color:#fff6;letter-spacing:.5px;padding-bottom:2rem;text-transform:capitalize}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}.content-section#mission{top:calc(50% - 11vh)}.content-section#vision{top:calc(50% - 12vh)}.content-section#who-we-are,.content-section#what-we-do{top:calc(50% - 15vh)}.content-section h2{font-size:2.5rem;margin-bottom:2rem;color:#fff;font-weight:700;background:linear-gradient(90deg,#3b82f6,#14b8a6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.content-section p{font-size:1.2rem;line-height:1.8;color:#e5e7eb}.content-section ul{list-style:none;margin:0 0 1.5rem;padding:0}.content-section li{position:relative;padding-left:1.8rem;margin-bottom:.8rem;font-size:1.1rem;color:#e5e7eb;line-height:1.6}.content-section li:before{content:"";position:absolute;left:0;top:.5rem;width:.8rem;height:.8rem;background:linear-gradient(90deg,#3b82f6,#14b8a6);border-radius:50%}.content-section li:last-child{margin-bottom:1.2rem}.sticky-visual-container .project-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}.sticky-visual-container .project-card{background-color:#1e293bb3;border-radius:8px;padding:1.5rem;box-shadow:0 4px 20px #0003;transition:transform .3s ease,box-shadow .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.sticky-visual-container .btn.secondary{background:transparent;color:#3b82f6;border:1px solid #3B82F6;padding:.6rem 1.2rem;border-radius:4px;text-decoration:none;font-weight:500;display:inline-block;transition:all .3s ease}.sticky-visual-container .btn.secondary:hover{background:#3b82f61a}.hero,.company-carousel,.sticky-visual-container{margin-bottom:4rem}@media (max-width: 1300px){.hero-content{width:60%}.hero h1{font-size:3.8rem}.hero p{font-size:1.3rem}}@media (max-width: 1080px){.hero h1{font-size:3rem}.hero p{font-size:1.2rem;margin-left:auto;margin-right:auto}}@media (max-width: 992px){.hero{flex-direction:column;justify-content:center;padding-top:60px;height:auto}.hero p{width:500px}.carousel-item{width:110px;margin:0 1.8rem}.carousel-heading h3{font-size:1.4rem}.hero-content{width:100%;text-align:center;padding-right:0;margin-bottom:60px}.hero-buttons{justify-content:center}.hero-visual{display:none;position:relative;right:auto;top:auto;width:100%;height:500px;margin-bottom:40px}.mission,.featured-projects,.join-cta{padding:60px 8%}.mission h2,.featured-projects h2,.join-cta h2{font-size:2.2rem}.sticky-visual-container{flex-direction:column-reverse;min-height:auto}.content-sections{padding-top:2rem}.content-section{position:relative;opacity:1;transform:translateY(0);pointer-events:auto;padding:3rem 1rem;max-width:100%;top:0}.sticky-visual{position:relative;width:100%;height:50vh;top:0;margin-bottom:2rem}}@media (max-width: 768px){.hero h1{font-size:2.7rem}.hero p{font-size:1.1rem}.carousel-item{width:50px;margin:0 3rem}.carousel-heading h3{font-size:1.3rem}.project-grid{grid-template-columns:1fr;max-width:500px;margin-left:auto;margin-right:auto}.hero-visual{height:400px}.join-cta h2{font-size:2rem}.carousel-container:before,.carousel-container:after{width:75px}}@media (max-width: 600px){.hero p{width:100%}}@media (max-width: 550px){.hero h1{font-size:2.5rem}.hero-buttons{flex-direction:column;gap:1rem}.hero-buttons .btn{width:100%}.hero-visual{height:350px}.project-card{padding:1.5rem}.carousel-item{width:40px;margin:0 2rem}.carousel-heading h3{font-size:1.1rem}.carousel-container:before,.carousel-container:after{width:50px}}@media (max-width: 500px){.hero h1{font-size:2.2rem}.hero p{font-size:.94rem}}@media (max-width: 450px){.hero h1{font-size:1.8rem}.hero p{font-size:.83rem}.carousel-heading{padding-bottom:0;margin-bottom:0}.company-carousel{margin-top:calc(100vh - 180px)}}@media (max-width: 380px){.hero h1{font-size:1.5rem}.hero p{font-size:.7rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.hero h1{animation:fadeInUp 1s ease-out .2s forwards;opacity:0}.hero p{animation:fadeInUp 1s ease-out .4s forwards;opacity:0}.hero-buttons{animation:fadeInUp 1s ease-out .6s forwards;opacity:0}.invisible{opacity:0;transform:translateY(40px)}.fade-in-up{animation:fadeInUp .8s ease-out forwards}.project-card{position:relative}.project-card:before{content:"";position:absolute;top:-1px;left:-1px;right:-1px;height:6px;background:linear-gradient(90deg,#eb6d00,#ff9f00);border-radius:8px 8px 0 0;opacity:0;transition:opacity .3s ease}.project-card:hover:before{opacity:1}.btn{transition:all .3s ease;position:relative;overflow:hidden}.btn.primary{box-shadow:0 4px 15px #eb6d004d}.btn.secondary{box-shadow:0 4px 15px #eb6d001a}.btn:hover{transform:translateY(-2px)}.btn:active{transform:translateY(0)}.sticky-visual-container{display:grid;grid-template-columns:1fr 1fr;min-height:250vh;padding:0 2rem;max-width:1400px;margin:0 auto}.scroll-visual{position:sticky;top:150px;height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(40px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.scroll-visual.visible{opacity:1;transform:translateY(0)}.sticky-visual-container .project-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.sticky-visual-container .project-card{background-color:#111827;border-radius:8px;padding:1.5rem;box-shadow:0 4px 20px #0003;transition:transform .3s ease,box-shadow .3s ease}.sticky-visual-container .project-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000004d}.sticky-visual-container .project-card h3{font-size:1.3rem;margin-bottom:.8rem;color:#fff}.sticky-visual-container .project-card p{font-size:1rem;color:#828e9d;margin-bottom:1rem}.sticky-visual-container .view-more{text-align:left;margin-top:1.5rem}.content-sections{position:relative;padding-top:20vh;padding-bottom:20vh}.content-section{position:sticky;width:100%;opacity:0;transform:translateY(40px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);pointer-events:none;max-width:600px}.content-section.visible{opacity:1;transform:translateY(0);pointer-events:auto}.content-section.visible h2{animation:fadeSlideUp .7s .1s both}.content-section.visible .section-content p{animation:fadeSlideUp .7s .3s both}.content-section.visible .section-content ul+p{animation:fadeSlideUp .7s .9s both}.content-section.visible .section-content ul li{animation:fadeSlideUp .7s both;animation-delay:calc(.3s + var(--li-index, 0) * .15s)}@media (max-width: 1200px){.content-sections{position:absolute}.sticky-visual-container .scroll-visual{width:calc(100vw - 200px);top:calc(100% - 520px);height:700px}.content-section{width:calc(100vw - 200px);max-width:calc(100vw - 200px);top:100px!important}.scroll-visual{margin-top:400px}#vision{padding-bottom:calc(100vh - 700px)}}@media (max-width: 1000px){.scroll-visual{margin-top:450px}}@media (max-width: 800px){.scroll-visual{margin-top:500px}}@media (max-width: 650px){.sticky-visual-container{padding:0}.content-section{max-width:calc(100vw - 6rem);width:calc(100vw - 6rem);margin:0}.content-section li:before{content:"";position:absolute;left:0;top:.4rem;width:.7rem;height:.7rem;background:linear-gradient(90deg,#3b82f6,#14b8a6);border-radius:50%}.scroll-visual{margin-top:500px;width:calc(100vw - 6rem);min-width:calc(100vw - 6rem)}.content-section h2{font-size:2.1rem}.content-section .section-content p{font-size:.9rem}.content-section .section-content ul li,.content-section .section-content ul+p{font-size:.9rem}}@media (max-width: 520px){.sticky-visual-container .scroll-visual{width:calc(100vw - 200px);top:calc(100% - 450px);height:600px}.content-section li:before{content:"";position:absolute;left:0;top:.35rem;width:.6rem;height:.6rem;background:linear-gradient(90deg,#3b82f6,#14b8a6);border-radius:50%}.content-section h2{font-size:2rem}.content-section .section-content p{font-size:.8rem}.content-section .section-content ul li,.content-section .section-content ul+p{font-size:.8rem}}@media (max-width: 450px){.sticky-visual-container .scroll-visual{width:calc(100vw - 200px);top:calc(100% - 380px);height:500px}.content-section li:before{content:"";position:absolute;left:8px;top:.3rem;width:.5rem;height:.5rem;background:linear-gradient(90deg,#3b82f6,#14b8a6);border-radius:50%}.content-section h2{font-size:1.8rem}.content-section .section-content p{font-size:.7rem}.content-section .section-content ul li,.content-section .section-content ul+p{font-size:.7rem}}@media (max-width: 400px){.sticky-visual-container .scroll-visual{width:calc(100vw - 200px);top:calc(100% - 310px);height:400px}}body{font-weight:500;font-family:Poppins,sans-serif}.about-page{max-width:1200px;margin:0 auto;padding:2rem 1rem}.about-header{text-align:center;margin-bottom:3rem;opacity:0}.about-header h1{font-size:clamp(2rem,4vw,3.5rem);margin-bottom:3rem;margin-left:auto;margin-right:auto;color:#fff;font-weight:500;width:min(90%,700px);text-align:center}.about-header.fade-in{animation-delay:0s}.mission,.values{display:flex;flex-wrap:wrap;gap:0rem 8rem;max-width:1150px;margin:0 auto;padding:1.3rem 2rem;color:#fff;opacity:0}.mission-left{flex:1}.mission-left h2{color:#fff;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:500;text-align:left;position:sticky}.mission-right{flex:1.5;min-width:320px;position:relative}.mission-text{margin-bottom:70px;margin-top:10px;opacity:0}.mission-text p{line-height:1.7;color:#828e9d;font-size:clamp(.9rem,2vw,1.1rem);font-weight:400;text-align:left}.values-left{flex:1}.hide-grid{opacity:0}.values-left h2{color:#fff;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:500;text-align:left;position:relative;top:20px}.values-right{flex:1.5;min-width:320px}.values-card{border:rgba(20,158,232,.2) solid 1px;box-shadow:0 4px 10px #0000001a,inset 0 0 10px #ffffff1a;border-radius:16px;padding:30px;justify-content:center;align-items:center;text-align:center;position:relative;overflow:hidden;transition:.3s ease;opacity:0;margin:20px 0}.values-card h3{font-family:Poppins,sans-serif;font-size:1.5rem;color:#fff;font-weight:500;text-align:left;display:inline-block;width:calc(100% - 80px);margin-left:20px;top:-10px;position:relative}.values-card p{font-family:Poppins,sans-serif;font-weight:300;font-size:1.1rem;color:#828e9d;text-align:left}.values-card-logo{width:60px;height:60px;margin-bottom:20px;padding:10px;border-radius:10px;display:inline-block;background:#149ee81a}.values-card-logo img{display:inline-block;width:40px;height:40px;filter:invert(48%) sepia(79%) saturate(2476%) hue-rotate(190deg) brightness(100%) contrast(119%)}.values-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center,rgba(20,158,232,.05),transparent 70%);opacity:.6;transition:opacity .3s ease;z-index:-1}.values-card:hover{transform:translateY(-5px);box-shadow:0 4px 10px #0000001a,inset 0 0 20px #ffffff1a;background-color:#149ee803}.values-card:hover:before{opacity:1}@media screen and (max-width: 576px){.values-card{padding:25px}.values-card h3{font-size:1.2rem}.values-card p{font-size:.8rem}}.grid-container{position:relative;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:0;width:100%;max-width:900px;margin:0 auto;padding:2rem}.grid-container:before,.grid-container:after{content:"";position:absolute;pointer-events:none}.grid-container:before{top:50%;left:0;transform:translateY(-50%);width:100%;height:1px;background:linear-gradient(to right,transparent 0%,rgba(20,158,232,.4) 50%,transparent 100%)}.grid-container:after{left:50%;top:0;transform:translate(-50%);height:100%;width:1px;background:linear-gradient(to bottom,transparent 0%,rgba(20,158,232,.4) 50%,transparent 100%)}.grid-item{padding:2rem;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.grid-icon{width:50px;height:50px;background-color:#149ee814;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.grid-icon img{width:30px;height:auto;display:block;margin:0 auto}.grid-item h3{margin-bottom:.75rem;font-size:1.5rem;font-weight:500;color:#fff}.grid-item p{margin-bottom:1rem;color:#ccc;line-height:1.4;width:80%;font-size:.9rem}.grid-item ul{list-style:none;padding:0;width:70%;font-size:.8rem;text-align:center;position:relative}.grid-item li{position:relative;padding-left:20px;text-align:center;display:inline-block;width:100%;margin-bottom:.5rem;color:#999}.grid-item ul li:before{content:"•";position:absolute;left:5%;top:0;transform:translate(-50%);text-align:center;width:20px}.grid-logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;height:40px;width:auto}.grid-logo img{max-width:100%;max-height:100%;display:block}.comet{position:absolute;opacity:0}.comet-up{width:2px;height:20px;background:linear-gradient(to bottom,#fff,#fff0);top:50%;left:50%;transform:translate(-50%,-50%);animation:comet-up 3s ease-out infinite}.comet-right{width:20px;height:2px;background:linear-gradient(to left,#fff,#fff0);top:50%;left:50%;transform:translate(-50%,-50%);animation:comet-right 3s ease-out infinite}.comet-left{width:20px;height:2px;background:linear-gradient(to right,#fff,#fff0);top:50%;left:50%;transform:translate(-50%,-50%);animation:comet-left 3s ease-out infinite}.comet-down{width:2px;height:20px;background:linear-gradient(to top,#fff,#fff0);top:50%;left:50%;transform:translate(-50%,-50%);animation:comet-down 3s ease-out infinite}@keyframes comet-up{0%{transform:translate(-50%,-50%);opacity:1}to{transform:translate(-50%,-200px);opacity:0}}@keyframes comet-right{0%{transform:translate(-50%,-50%);opacity:1}to{transform:translate(300px,-50%);opacity:0}}@keyframes comet-left{0%{transform:translate(-50%,-50%);opacity:1}to{transform:translate(-300px,-50%);opacity:0}}@keyframes comet-down{0%{transform:translate(-50%,-50%);opacity:1}to{transform:translate(-50%,200px);opacity:0}}@media screen and (max-width: 900px){.mission,.values{gap:2rem 0}.mission-left h2{position:static;margin-bottom:1.5rem}.mission-right{min-width:100%}.values-left h2{position:static;margin-bottom:1.5rem}.values-right{min-width:100%}.grid-container{grid-template-columns:1fr;grid-template-rows:repeat(4,auto);gap:2rem;padding:1rem}.grid-container:before,.grid-container:after{display:none}.grid-item{padding:2rem;border-radius:16px;border:1px solid rgba(138,165,255,.15);background:linear-gradient(145deg,#0e162180,#141e30cc);box-shadow:0 10px 20px #00000030,0 6px 6px #0000003b,inset 0 1px 1px #ffffff0d;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:transform .3s ease,box-shadow .3s ease}.grid-item:hover{transform:translateY(-5px);box-shadow:0 15px 30px #00000040,0 10px 10px #00000038,inset 0 1px 2px #ffffff1a}.grid-logo{position:static;margin:2rem auto;transform:none;display:flex;justify-content:center;height:60px}.comet-up,.comet-right,.comet-left,.comet-down{display:none}}@media screen and (max-width: 576px){.grid-item{padding:1.8rem;border-radius:12px}.grid-item h3{font-size:1.3rem}.grid-item p,.grid-item ul{width:100%}.grid-item li{padding-left:15px}}@media screen and (max-width: 840px){.mission,.values{gap:0rem 10rem;padding:0}.mission-left h2{position:static;margin-bottom:1.5rem}.mission-text{margin-bottom:30px}.value-item{margin-bottom:1.5rem}.mission-right{min-width:100%}}@media screen and (max-width: 450px){.about-header h1{font-size:1.6rem}.mission-left h2{font-size:1.4rem}.mission-text p{font-size:.8rem}}@media screen and (max-width: 380px){.about-header h1{font-size:1.4rem}.mission-left h2{font-size:1.2rem}.mission-text p{font-size:.7rem}}.team-header{text-align:center;opacity:0;padding:0;margin:0}.team-header h1{font-size:2.5rem;color:#fff;font-weight:700;padding:0}.team-header p{font-size:1.2rem;color:#828e9d;max-width:600px;margin:0 auto;padding:0}section h2:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:3px;background:#149ee8;border-radius:3px}.team-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-left:auto;margin-right:auto}.team-member{position:relative;height:300px;width:300px;perspective:1000px;margin:0 auto;opacity:0}.member-card{position:relative;width:100%;height:100%;transform-style:preserve-3d;transition:transform .6s ease}.team-member:hover .member-card{transform:rotateY(180deg)}.card-front,.card-back{position:absolute;width:100%;height:100%;backface-visibility:hidden;overflow:hidden;box-shadow:0 4px 20px #00000026}.card-front{background-color:#111827}.card-back{background-color:#111827;transform:rotateY(180deg);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.member-photo{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:0;background-size:cover!important;background-position:center;background-repeat:no-repeat}.member-photo{position:absolute;top:0;left:0;width:300px;height:300px;background-size:cover!important;border-radius:0;background-repeat:no-repeat;background-color:#111827;transition:.5s ease}.team-member:hover .member-photo{transform:scale(1.05)}.member-info{position:absolute;bottom:-20px;left:0;width:100%;padding:1.5rem 1rem;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);color:#fff;text-align:center;transition:padding .3s ease}.member-info h3{color:#fff}.member-role{margin:.3rem 0 0;font-size:1rem!important;font-weight:300;color:#fff!important;opacity:.9}.card-back h3{margin:0 0 .5rem;color:#fff;font-size:1.3rem}.card-back .member-role{margin:0 0 1.5rem;color:#ccc;font-size:.9rem}.team-leadership{margin-bottom:3rem}.team-leadership h2{font-weight:500;opacity:0}.team-leadership h2.fade-in{animation-delay:.1s}.team-departments{margin-bottom:3rem}.join-team{text-align:center;padding:3rem 1rem;background:#f8f8f8;border-radius:12px;margin:2rem 0}.join-team h2{margin-bottom:1rem}.join-team p{max-width:600px;margin:0 auto 2rem;font-size:1.1rem;color:#555;line-height:1.5}.btn{padding:.75rem 2rem;font-size:1rem;font-weight:600;border:none;border-radius:30px;cursor:pointer;transition:all .2s ease}.btn.primary{background:#eb6d00;color:#fff}.btn.primary:hover{background:#d05f00;transform:translateY(-2px);box-shadow:0 5px 15px #eb6d004d}.social-links{display:flex;position:relative;flex-direction:column;width:100%;height:100%}.social-links .github{position:absolute;top:0;left:0;height:50%;width:50%;color:#070c14;background:#fff}.social-links .linkedin{position:absolute;bottom:0;right:0;height:50%;width:50%;color:#fff;background:#0b66c2}.social-links .website{position:absolute;bottom:0;left:0;height:50%;width:50%;color:#070c14;background:#ec6e00}.social-links a{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.6rem 1rem;background-color:#1a2336;color:#fff;text-decoration:none;transition:all .3s ease;font-size:3rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{transform:translateY(20px);animation:fadeIn .8s ease forwards;opacity:0}@media (max-width: 768px){.team-header h1{font-size:2rem}.team-grid{gap:1.5rem 3rem}section h2{font-size:1.5rem}}body{font-weight:500}.team-page{max-width:1200px;margin:0 auto;padding:2rem 1rem}.team-header{text-align:center;margin-bottom:3rem;opacity:0}.ellipse{background-color:#181e26;color:#90a2af;padding:5px 20px;border-radius:999px;text-align:center;width:fit-content;margin:0 auto 40px;font-size:1rem}.team-header h1{font-size:3.5rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;color:#fff;font-weight:500;width:70%;text-align:center}.team-header p{font-family:Poppins,sans-serif;font-weight:300;font-size:1.1rem;color:#828e9d;max-width:100%;margin:0 auto;opacity:0}.team-header.fade-in{animation-delay:0s}section h2{font-size:1.8rem;margin-bottom:1.5rem;text-align:center;color:#fff;position:relative;padding-bottom:1rem}section h2:after{opacity:0;margin-top:0;margin-bottom:0}.fade-in{opacity:0;transition:opacity 1s ease-in}.card-section{overflow:hidden;white-space:nowrap;position:relative;width:100%;height:auto;margin-top:80px;-webkit-mask-image:linear-gradient(to right,transparent,black 20%,black 80%,transparent);mask-image:linear-gradient(to right,transparent,black 20%,black 80%,transparent);opacity:0}.card-container,.card-container-role{display:flex;overflow:hidden}.card-wrapper{display:flex;animation:scroll 20s linear infinite}.card,.card-role{flex:0 0 285px;width:285px;height:375px;margin:0 20px;border-radius:7%;background-blend-mode:screen;text-align:center;color:#fff;padding:20px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.card-odd,.card-even,.card-role-even{background:var(--background-color)}.card-logo{width:60px;height:60px;margin-bottom:50px;margin-top:25%}.card-wrapper-role .card-logo{width:100px;height:100px;margin-bottom:20px;margin-top:20px}.card-logo img{width:60px;height:60px;opacity:1;filter:invert(48%) sepia(79%) saturate(0%) hue-rotate(190deg) brightness(130%) contrast(119%)}.card h2{margin-top:0;margin-bottom:0;font-size:1.2rem}.card p{margin-top:0;margin-bottom:0;word-wrap:break-word;text-align:center;white-space:normal;font-size:.9rem;color:#828e9d}.card-role h2{margin-top:0!important;margin-bottom:0!important;font-size:1.5rem!important;padding-bottom:0!important}.card-role p{margin-top:0!important;padding-top:0!important;margin-bottom:0;word-wrap:break-word;text-align:center;white-space:normal;font-size:.9rem;color:#828e9d}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.timeline-section{overflow:hidden;white-space:nowrap;position:relative;width:100%;height:auto;margin-top:0}.timeline-section h1{font-size:3rem;margin-bottom:1.5rem;text-align:center;color:#fff;margin-top:20px}.roles-section{margin-top:150px}.roles-section h2{margin-top:0;margin-bottom:10px;font-size:3rem;font-weight:500}.roles-subheading{margin:6rem 0 1.5rem;font-size:clamp(2rem,5vw,3rem);text-align:center;font-weight:500;opacity:0}.card-container-role{width:100%;overflow-x:auto;padding:20px 0;margin:20px 0;-webkit-mask-image:linear-gradient(to right,transparent,black 5%,black 95%,transparent);mask-image:linear-gradient(to right,transparent,black 5%,black 95%,transparent);scrollbar-width:none}.card-wrapper-role{display:flex;gap:20px;padding-left:5%}.card-role{flex:0 0 340px;margin:0;min-width:0px;height:auto;padding:30px;border-radius:16px;text-align:center;display:flex;flex-direction:column;align-items:center;transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden;opacity:0}.card-role-odd:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at top left,rgba(235,109,0,.1),transparent 70%),radial-gradient(circle at bottom right,rgba(20,158,232,.1),transparent 70%);opacity:.6;transition:opacity .3s ease;z-index:-1}.card-role-even:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at top right,rgba(235,109,0,.1),transparent 70%),radial-gradient(circle at bottom left,rgba(20,158,232,.1),transparent 70%);opacity:.6;transition:opacity .3s ease;z-index:-1}.card-role:hover{transform:translateY(-5px);box-shadow:0 15px 30px #00000040,0 10px 10px #00000038,inset 0 1px 2px #ffffff1a}.card-role-even:hover:before{opacity:1}.card-role-odd:hover:before{opacity:1}.card-role-odd{background:radial-gradient(circle at top left,rgba(235,109,0,.05),transparent 40%),radial-gradient(circle at bottom right,rgba(20,158,232,.05),transparent 30%),#fff0}.card-role-even{background:radial-gradient(circle at top right,rgba(235,109,0,.05),transparent 40%),radial-gradient(circle at bottom left,rgba(20,158,232,.05),transparent 30%),#fff0}.card-role .card-logo{margin-top:0;margin-bottom:0!important;display:flex;justify-content:center}.card-role h2{font-size:1.5rem;margin-bottom:20px!important;color:#fff;font-weight:500}.card-role p{color:#aaa;margin-bottom:30px!important;font-size:.9rem;line-height:1.4}.card-role ul{width:90%;margin:0 auto 70px;padding:0;list-style:none}.card-role li{font-family:Poppins,sans-serif;font-weight:300;color:#828e9d;font-size:1rem;margin-bottom:8px;position:relative;text-align:left;padding-left:15px}.card-role li:before{content:"•";position:absolute;left:0;color:#ffffffb3}.role-apply{margin-top:auto;width:120px;height:40px;border-radius:8px;background:#149ee81a;box-shadow:0 4px 10px #0003,inset 0 1px 1px #ffffff1a;border:1px solid rgba(138,165,255,.3);transition:all .3s ease}.role-apply:hover{background:#149ee833;color:#fff;transform:translateY(-3px);box-shadow:0 6px 15px #00000040,inset 0 1px 2px #fff3}.apply-button{position:absolute;bottom:30px}@media screen and (max-width: 768px){.card-wrapper-role{padding:0 10px}.card-container-role{overflow-x:visible;-webkit-mask-image:none;mask-image:none;margin-left:auto;margin-right:auto;float:none}.card-wrapper-role{flex-direction:column;justify-content:center;gap:30px 0px;padding:0;width:100%}.card-role{flex:0 0 auto;width:100%;max-width:800px;min-width:0;margin:0 auto}.roles-subheading{margin-top:7rem}}@media screen and (max-width: 576px){.team-header h1{font-size:2rem;width:95%}.team-header p{font-size:.9rem;width:90%}.grid-item{padding:1.8rem;border-radius:12px}.grid-item h2{font-size:1.3rem}.grid-item p,.grid-item ul{width:100%}.grid-item li{padding-left:15px}.roles-section{margin-top:300px}.roles-section h2{font-size:2rem;margin-bottom:1.5rem}.roles-subheading{font-size:1.3rem;margin:15rem 0 1rem}}@media screen and (max-width: 417px){.roles-subheading{margin-top:20rem}}.benefits-section{margin:4rem 0;padding:0 1rem;opacity:0}.benefit-card{border:rgba(20,158,232,.2) solid 1px;box-shadow:0 4px 10px #0000001a,inset 0 0 10px #ffffff1a;height:300px;border-radius:16px;padding:30px;display:inline-block;flex-direction:column;justify-content:center;align-items:center;text-align:center;position:relative;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;opacity:0;margin-top:10px}.benefit-card h3{font-family:Poppins,sans-serif;font-size:1.5rem;margin-bottom:15px;color:#fff;font-weight:500;text-align:left}.benefit-card p{font-family:Poppins,sans-serif;font-weight:300;font-size:1.1rem;margin-bottom:15px;color:#828e9d;text-align:left}.benefit-card-wide{width:calc(60% - 10px)}.benefit-card-narrow{width:calc(40% - 10px)}.benefit-card-logo{width:60px;height:60px;margin-bottom:20px;border-radius:10px;display:flex;justify-content:center;align-items:center;background:#149ee81a}.benefit-card-logo img{width:40px;height:40px;filter:invert(48%) sepia(79%) saturate(2476%) hue-rotate(190deg) brightness(100%) contrast(119%)}.benefit-card-img{position:absolute;top:30px;left:30px;width:240px;height:240px;display:flex;justify-content:center;align-items:center;background:#149ee81a;border-radius:20px;overflow:hidden}.benefit-card-content{position:absolute;top:30px;left:300px}.benefit-card-img img{object-fit:scale-down}.benefit-card:nth-child(1){margin-right:10px}.benefit-card:nth-child(2){margin-left:10px}.benefit-card:nth-child(3){margin-right:10px}.benefit-card:nth-child(4){margin-left:10px}.benefit-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center,rgba(20,158,232,.05),transparent 70%);opacity:.6;transition:opacity .3s ease;z-index:-1}.benefit-card:hover{transform:translateY(-5px);box-shadow:0 4px 10px #0000001a,inset 0 0 20px #ffffff1a;background-color:#149ee803}.benefit-card:hover:before{opacity:1}.recruitment-timeline{margin:10px auto;padding:0 1rem;padding-left:80px;opacity:0}.recruitment-timeline-group{position:relative}.recruitment-timeline-group:before{content:"";position:absolute;top:48px;left:-39px;width:2px;height:0;background:#149ee833;transition:.5s;transition-delay:.6s}.recruitment-animation:before{height:calc(100% + 25px)}.recruitment-timeline-item{margin-bottom:25px;padding:2rem;background:#149ee805;border:1px solid rgba(20,158,232,.1);border-radius:12px;opacity:0}.recruitment-timeline-item:before{content:"1";position:absolute;text-align:center;font-family:Poppins,sans-serif;padding:9px 0;left:-60px;top:28px;width:40px;height:22px;background-color:#14557d;border:2px solid rgba(20,158,232,.8);border-radius:50%}.recruitment-timeline-item:nth-child(2):before{content:"2"}.recruitment-timeline-item:nth-child(3):before{content:"3"}.recruitment-timeline-item:nth-child(4):before{content:"4"}.recruitment-timeline-item:nth-child(5):before{content:"5"}.recruitment-timeline-item h3{font-size:1.4rem;color:#fff;margin-bottom:1.5rem;font-weight:500;border-bottom:2px solid rgba(20,158,232,.2);padding-bottom:.5rem;font-family:Poppins,sans-serif}.recruitment-timeline-item p{font-family:Poppins,sans-serif;font-weight:300;font-size:1rem;line-height:1.7;color:#828e9d;margin:0;text-align:left}.recruitment-timeline-item.fade-in{animation:fadeInUp .8s ease-out forwards}@media (max-width: 768px){.recruitment-timeline{margin:3rem auto;padding:0 .5rem}.recruitment-timeline-item{padding:1.5rem;margin-bottom:2rem}.recruitment-timeline-item h3{font-size:1.2rem}.recruitment-timeline-item p{font-size:.9rem}}@media (max-width: 576px){.recruitment-timeline-item{padding:1.2rem}.recruitment-timeline-item h3{font-size:1.1rem}.recruitment-timeline-item p{font-size:.85rem;line-height:1.6}}@media (max-width: 1200px){.contact-header{padding:60px 8% 40px}.contact-content{padding:0 8%;flex-direction:column;gap:3rem}.contact-form{padding:2rem;margin-top:0}.contact-info{margin-top:4rem;width:100%}.contact-header-section h1{font-size:3.2rem}}.contact-form.fade-in .form-row{animation:fadeInUp .8s ease-out .1s forwards;opacity:0}.contact-form.fade-in .form-group:not(.form-row .form-group){animation:fadeInUp .8s ease-out .3s forwards;opacity:0}.contact-form.fade-in .send-message{animation:fadeInUp .8s ease-out .5s forwards;opacity:0}.contact-page{font-family:var(--font-family);color:#333;max-width:1200px;margin:0 auto;padding:2rem 1rem;margin-bottom:5rem}.contact-page *{text-align:left}.contact-header{background:linear-gradient(135deg,#149ee8,#5cceff);color:#fff;padding:80px 10% 60px;text-align:center}.contact-header h1{font-size:2.5rem;margin-bottom:1rem}.contact-content{display:flex;flex-direction:row;gap:3rem;margin:0;padding:0;max-width:1200px}.contact-info,.contact-form{flex:1;padding:3rem;border-radius:12px}.interest-form{margin-bottom:0rem}.contact-info{margin-top:8rem;padding-top:0}.contact-info.card{display:flex;flex-direction:column;justify-content:space-between}.contact-info{position:relative}.contact-info-content{position:relative;z-index:1}.contact-header-section{margin-bottom:2rem}.contact-header-section h1{font-size:4rem;margin-bottom:2.8rem;font-weight:500;color:#fff;line-height:1.2}.contact-header-section p{font-size:1.1rem;line-height:1.7;color:#828e9d;text-align:left;font-weight:200}.social-media-section{width:100%;float:left;padding-top:.5rem}.social-media-section h3{position:relative;font-size:.9rem;background-color:#001b33;display:inline-block;padding:.2rem .5rem .2rem 2rem;border-radius:5px;margin-bottom:2rem;font-weight:300;color:#97ccff}.social-media-section h3 svg{position:absolute;left:.5rem;top:.35rem;width:1rem;height:1rem}.social-icons{display:flex;gap:1.25rem;justify-content:flex-start}.social-icons a{color:#fff;transition:color .3s ease,transform .3s ease;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%}.social-icons a:hover{color:#06c;transform:translateY(-3px);background-color:#0000000d}.contact-form{margin-top:5rem}.contact-form form{display:flex;flex-direction:column;height:100%}.form-group input,.form-group textarea{width:100%;padding:1rem 1.2rem;font-size:1rem;border:1px solid #1E262E;color:#fff;background:#0e1216;border-radius:6px;font-family:inherit;transition:border-color .3s,box-shadow .3s}.form-group textarea{resize:vertical;height:300px;min-height:250px;max-height:400px}.form-group select{width:100%;padding:1rem 2.5rem 1rem 1.2rem;font-size:1rem;border:1px solid #1E262E;color:#fff;background:#0e1216;border-radius:6px;font-family:inherit;transition:border-color .3s,box-shadow .3s;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:16px}.form-group select:focus{border-color:#149ee8;box-shadow:0 0 0 2px #149ee833;outline:none}.form-group select option[disabled]{color:#999}.form-group select option{background-color:#0e1216;color:#fff;padding:10px}.form-group select option:first-child{color:#999}.form-group select:invalid{color:#999}.form-group select:valid{color:#fff}.send-message{background-color:var(--primary-color);color:#000;padding:1rem 1.5rem;border:none;width:100%;border-radius:6px;font-weight:300;cursor:pointer;transition:background-color .3s ease,transform .2s ease;margin-top:.5rem;margin-left:0;text-align:center;align-self:flex-start;box-shadow:none}.send-message:hover{transform:translateY(-2px);box-shadow:none}.send-message:active{transform:translateY(0)}.form-group input:focus,.form-group textarea:focus{border-color:#149ee8;box-shadow:0 0 0 2px #149ee833;outline:none}.contact-info h2{font-size:2rem;margin-bottom:2rem;color:#333;position:relative}.contact-info h2:after{content:"";position:absolute;bottom:-10px;left:0;width:50px;height:3px;background-color:#eb6d00}.contact-method h3:before{content:"";display:inline-block;width:24px;height:24px;margin-right:12px;background-color:#149ee826;border-radius:50%}.contact-method a{color:#149ee8;text-decoration:none;transition:color .2s}.contact-method a:hover{text-decoration:underline}.social-links{display:flex;gap:1rem;flex-wrap:wrap;padding-left:36px}.social-link{display:inline-block;padding:.6rem 1.2rem;background-color:#149ee81a;color:#149ee8;border-radius:4px;transition:all .2s;font-weight:500}.social-link:hover{background-color:#149ee8;color:#fff;text-decoration:none}@media (max-width: 1200px){.interest-form{margin-bottom:0rem}.contact-header{padding:60px 8% 40px}.contact-content{padding:0 8%;flex-direction:column;gap:3rem}.contact-form{padding:2rem;margin-top:0}.contact-info{margin-top:4rem;width:100%}.contact-header-section h1{font-size:3.2rem}}@media (max-width: 768px){.contact-info{margin-top:0;padding-top:0;padding-left:0;margin-left:0}.contact-page{padding:0;margin:0}.contact-content{padding:0 4%;gap:0}.contact-header-section h1{font-size:2.8rem;margin-bottom:2rem}.contact-header-section p{font-size:1rem}.form-row{flex-direction:column;gap:1.5rem}.social-icons{gap:1rem}.contact-form,.contact-info{padding:0}.contact-form{margin-top:50px}.contact-info{width:100%}}@media (max-width: 576px){.contact-header-section h1{font-size:2.2rem;margin-bottom:1.5rem}.contact-header-section p{font-size:.9rem;line-height:1.5}.social-media-section h3{font-size:.8rem;padding-left:1.8rem}.social-media-section h3 svg{left:.4rem;top:.3rem}.social-icons a{width:36px;height:36px}.form-group input,.form-group textarea{padding:.8rem 1rem;font-size:.9rem}.form-group textarea{min-height:200px}.send-message{padding:.8rem 1.2rem;font-size:.9rem}.form-success,.form-error{font-size:.8rem}}@media (max-width: 480px){.contact-header h1{font-size:2.2rem}.contact-header p{font-size:1rem}.contact-form h2,.contact-info h2{font-size:1.8rem}.contact-method h3{font-size:1.2rem}.contact-method p{font-size:1rem}}@media (max-width: 320px){.contact-header-section h1{font-size:1.6rem}.contact-header-section p{font-size:.8rem}.send-message{padding:.7rem 1rem;font-size:.8rem}}@media (max-height: 500px) and (orientation: landscape){.contact-content{flex-direction:column}.contact-info{margin-top:2rem}.form-group textarea{min-height:120px;max-height:180px}}.contact-info,.contact-form{opacity:0}.contact-info.animate,.contact-form.animate{opacity:0;transform:translateY(40px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.contact-info.animate.fade-in,.contact-form.animate.fade-in{opacity:0;transform:translateY(0)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}.contact-info.fade-in .contact-header-section h1{animation:fadeInUp .8s ease-out 0s forwards;opacity:0}.contact-info.fade-in .contact-header-section p{animation:fadeInUp .8s ease-out .2s forwards;opacity:0}.contact-info.fade-in .social-media-section{animation:fadeInUp .8s ease-out .4s forwards;opacity:0}.interest-form.fade-in #form-row1{animation:fadeInUp .8s ease-out .1s forwards;opacity:0}.interest-form.fade-in #form-row2{animation:fadeInUp .8s ease-out .2s forwards;opacity:0}.interest-form.fade-in #form-row3{animation:fadeInUp .8s ease-out .3s forwards;opacity:0}.interest-form.fade-in .form-group:not(.form-row .form-group){animation:fadeInUp .8s ease-out .4s forwards;opacity:0}.interest-form.fade-in .send-message{animation:fadeInUp .8s ease-out .5s forwards;opacity:0}.form-error{position:relative;font-size:.9rem;background-color:#200a12;display:inline-block;padding:.2rem .5rem;border-radius:5px;margin-top:1rem;font-weight:300;color:#9c0408}.form-success{position:relative;font-size:.9rem;background-color:#0f1c1b;display:inline-block;padding:.2rem .5rem;border-radius:5px;margin-top:1rem;font-weight:300;color:#4d994f}.application-page{font-family:var(--font-family);color:#333;max-width:1400px;margin:0 auto;margin-bottom:5rem}.back-button{display:flex;align-items:center;gap:.5rem;background:transparent;border:1px solid rgba(20,158,232,.2);color:#828e9d;padding:.8rem 1.2rem;border-radius:8px;font-family:Poppins,sans-serif;font-size:.9rem;font-weight:300;cursor:pointer;transition:all .3s ease;margin-top:25px;margin-bottom:0;opacity:0;box-shadow:0 2px 8px #0000001a}.open-app-button{margin-top:5px;width:100%;opacity:0}.back-button:hover{background:#149ee80d;border-color:#149ee866;color:#149ee8;box-shadow:0 4px 12px #149ee833}.back-button:active{transform:translateY(0);box-shadow:0 2px 8px #0000001a}.back-button svg{transition:transform .3s ease;stroke:currentColor}.back-button:hover svg{transform:translate(-2px)}.application-content{display:flex;flex-direction:row;width:100%;gap:4rem;margin:0;padding:0;max-width:1400px;transition:all .6s ease-in-out}.application-content.show-description{justify-content:center}.application-content.show-description .application-form,.application-content.show-form .application-info{display:none}.application-content .application-details{max-width:400px;border-radius:0;opacity:0}.application-content.show-form .application-form,.application-content.show-description .application-info{display:block;flex:1}.application-info,.application-details{padding:3rem}.application-info,.application-details{margin-top:2rem;padding-top:0;height:fit-content}.application-content .application-details{position:sticky;top:132px}.application-form{margin-top:2rem;transform:translateY(50px);opacity:0}.application-form.slide-in{transform:translateY(0);opacity:1;animation:fadeInUp .8s ease-out forwards}@keyframes fadeInUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.form-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid rgba(20,158,232,.2)}.form-header h2{font-size:2rem;color:#149ee8;margin-bottom:.5rem;font-weight:500}.form-header p{color:#828e9d;font-size:1rem;margin:0}.application-header-section,.application-details{margin-bottom:2rem}.application-page h1{font-size:3.2rem;margin-bottom:2rem;font-weight:500;color:#fff;line-height:1.2;opacity:0}.application-page h1{font-size:2.5rem;margin-bottom:1.5rem}.application-header-section p,.application-details p{font-size:1rem;line-height:1.7;color:#828e9d;text-align:left;font-weight:300;margin-bottom:2rem;opacity:0}.show-form .position-details,.show-form .what-we-offer,.show-form .responsibilities,.show-form .ideal-candidate{display:none}.position-details,.what-we-offer,.responsibilities,.ideal-candidate{margin-bottom:2rem;opacity:0}.position-details h3,.what-we-offer h3,.responsibilities h3,.ideal-candidate h3{font-size:1.2rem;color:#fff;margin-bottom:1rem;font-weight:500}.position-details ul,.what-we-offer ul,.responsibilities ul,.ideal-candidate ul{list-style:none;padding:0;margin:0}.position-details li,.what-we-offer li,.responsibilities li,.ideal-candidate li{font-family:Poppins,sans-serif;font-weight:300;color:#828e9d;font-size:.9rem;line-height:1.6;margin-bottom:.5rem;padding-left:1.5rem;position:relative;opacity:0}.position-details li:before,.what-we-offer li:before,.responsibilities li:before,.ideal-candidate li:before{content:"•";color:#149ee8;font-weight:700;position:absolute;left:0}.role-details{margin-top:1.5rem;opacity:0}.role-details ul{list-style:none;padding:0;margin:0}.role-details li{font-family:Poppins,sans-serif;font-weight:300;color:#828e9d;font-size:.9rem;line-height:1.6;margin-bottom:.8rem;display:flex;align-items:center;gap:.8rem;opacity:0}.role-details li:before{display:none}.role-icon{color:#149ee8;font-size:1rem;width:16px;text-align:center;flex-shrink:0}.role-details li span{flex:1}.role-details li strong{color:#fff;font-weight:500}.application-form form{display:flex;flex-direction:column}.form-section{margin-bottom:3rem;padding:2rem;background:#149ee805;border:1px solid rgba(20,158,232,.1);border-radius:12px}.form-section h3{font-size:1.4rem;color:#fff;margin-bottom:1.5rem;font-weight:500;border-bottom:2px solid rgba(20,158,232,.2);padding-bottom:.5rem}.form-row{display:flex;gap:1.5rem;margin-bottom:1.5rem}.form-group{margin-bottom:1.5rem}.form-row .form-group{flex:1;margin-bottom:0}.form-group input,.form-group textarea,.form-group select{width:100%;padding:1rem 1.2rem;font-size:1rem;border:1px solid #1E262E;color:#fff;background:#070c14;border-radius:6px;font-family:inherit;transition:border-color .3s,box-shadow .3s}.form-group select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23828E9D' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}.form-group select option{background:#0e1216;color:#fff}.form-group textarea{resize:vertical;min-height:80px}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:#149ee8;box-shadow:0 0 0 2px #149ee833;outline:none}.form-group input::placeholder,.form-group textarea::placeholder{color:#999;opacity:1;font-weight:400}.submit-application{align-self:flex-start;width:100%;margin-top:15px}.submit-application:disabled{opacity:.7;cursor:not-allowed;transform:none}.cta-button,.cta-button:hover{border:none;outline:none}.form-error{position:relative;font-size:.9rem;background-color:#200a12;display:inline-block;padding:.8rem 1rem;border-radius:5px;margin-top:1rem;font-weight:300;color:#ff6b6b;border:1px solid rgba(255,107,107,.2)}.form-success{position:relative;font-size:.9rem;background-color:#0f1c1b;display:inline-block;padding:.8rem 1rem;border-radius:5px;margin-top:1rem;font-weight:300;color:#4d994f;border:1px solid rgba(77,153,79,.2)}.application-info{opacity:0}.application-info.fade-in{animation:fadeInUp .8s ease-out forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.file-upload-label{display:block;font-size:1rem;color:#828e9d;margin-bottom:.5rem;margin-left:2px;font-weight:500}.file-drop-zone{border:2px dashed #1E262E;border-radius:12px;padding:2rem;text-align:center;cursor:pointer;transition:all .3s ease;background:#070c14;min-height:120px;display:flex;align-items:center;justify-content:center}.file-drop-zone:hover{border-color:#149ee880;background:#149ee80d}.file-drop-zone.drag-over{border-color:#149ee8;background:#149ee81a;transform:scale(1.02)}.file-drop-zone.has-file{border-color:#4d994f80;background:#4d994f0d}.file-input-hidden{display:none}.file-drop-content{display:flex;flex-direction:column;align-items:center;gap:1rem}.file-drop-content svg{color:#149ee8;opacity:.7}.drop-text p{margin:0;color:#828e9d;font-size:1rem}.drop-text p strong{color:#149ee8}.drop-subtext{font-size:.9rem!important;opacity:.8}.file-uploaded{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem;background:#4d994f1a;border-radius:8px}.file-info{display:flex;align-items:center;gap:1rem}.file-info svg{color:#4d994f}.file-details{display:flex;flex-direction:row;gap:1rem}.file-name{font-weight:500;color:#fff;font-size:.95rem}.file-size{font-size:.8rem;color:#828e9d;margin-top:3px}.remove-file-btn{background:transparent;border:1px solid rgba(255,107,107,.3);color:#ff6b6b;padding:.5rem;border-radius:4px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.remove-file-btn:hover{background:#ff6b6b1a;border-color:#ff6b6b}@media (max-width: 1200px){.application-content,.application-content.show-form{flex-direction:column;gap:2rem}.application-info,.application-content.show-form .application-info{flex:none;position:static;margin-top:0;max-width:none}.application-form{margin-top:0;transform:translateY(50px)}.application-form.slide-in{animation:fadeInUp .8s ease-out forwards}.application-header-section h1,.application-content.show-form .application-details h1{font-size:2.8rem}}@media (max-width: 768px){.application-page{padding:1rem .5rem}.application-info,.application-form{padding:1.5rem}.form-section{padding:1.5rem;margin-bottom:2rem}.application-header-section h1,.application-content.show-form .application-details h1{font-size:2.2rem;margin-bottom:1.5rem}.form-row{flex-direction:column;gap:1.5rem}.form-section h3{font-size:1.2rem}.submit-application{width:100%;min-width:auto}.file-drop-zone{padding:1.5rem 1rem;min-height:100px}.file-drop-content svg{width:36px;height:36px}.drop-text p{font-size:.9rem}.drop-subtext{font-size:.8rem!important}.file-uploaded{flex-direction:column;gap:1rem;align-items:flex-start}.file-info{width:100%}.remove-file-btn{align-self:flex-end}}@media (max-width: 576px){.application-header-section h1,.application-content.show-form .application-details h1{font-size:1.8rem}.application-header-section p,.application-details p{font-size:.9rem}.form-group input,.form-group textarea,.form-group select{padding:.8rem 1rem;font-size:.9rem}.submit-application{padding:1rem 1.5rem;font-size:1rem}.position-details li,.what-we-offer li,.responsibilities li,.ideal-candidate li{font-size:.8rem}}
