@import"https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap";.section-container{width:1300px}.intro-scroll-overlay{--intro-progress: 0;position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:grid;place-items:center;pointer-events:none;overflow:hidden;will-change:opacity}.intro-scroll-overlay:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#000;opacity:calc(1 - var(--intro-progress));transition:opacity .08s linear}.intro-scroll-copy{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:10px;padding:16px;transform-origin:center center;transform:translate3d(calc(var(--intro-progress) * -41vw),calc(var(--intro-progress) * -42vh),0) scale(calc(1 - (var(--intro-progress) * .58)));opacity:calc(1 - (var(--intro-progress) * .34));filter:blur(calc(var(--intro-progress) * 1.4px));will-change:transform,opacity,filter}.intro-line{display:block;color:#f5f5f7;text-transform:uppercase;letter-spacing:.14em;white-space:nowrap;opacity:0;transform:translateY(22px);animation:introLineIn .8s cubic-bezier(.19,1,.22,1) forwards}.intro-line-1{font-size:clamp(14px,1.8vw,22px);font-weight:500;color:#b2b7c4;animation-delay:.05s}.intro-line-2{font-size:clamp(28px,4.8vw,64px);line-height:1.05;font-weight:700;letter-spacing:.08em;animation-delay:.16s}@keyframes introLineIn{to{opacity:1;transform:translateY(0)}}body.intro-lock .header{opacity:0;visibility:hidden;transition:opacity .2s ease}@media only screen and (max-width: 900px){.intro-scroll-copy{transform:translate3d(calc(var(--intro-progress) * -17vw),calc(var(--intro-progress) * -38vh),0) scale(calc(1 - (var(--intro-progress) * .34)))}.intro-line-1{font-size:clamp(13px,4vw,17px)}.intro-line-2{font-size:clamp(26px,8.8vw,40px);letter-spacing:.06em}}.title,.para{font-kerning:none;-webkit-text-rendering:optimizeSpeed;text-rendering:optimizeSpeed;-webkit-transform:translateZ(0);transform:translateZ(0)}@media only screen and (max-width: 1600px){.section-container{width:1200px;max-width:calc(100% - 160px)}}@media only screen and (max-width: 1400px){.section-container{width:900px}}@media only screen and (max-width: 900px){.section-container{width:500px;max-width:var(--cWidth)}}.about-section{display:flex;align-items:center;justify-content:left;place-items:center;position:relative;opacity:1;height:auto;width:var(--cWidth);margin:auto}.about-me{padding:50px 0 0;width:500px;max-width:calc(100% - 15px)}.about-me h3{font-size:25px;text-transform:uppercase;letter-spacing:7px;font-weight:400;color:var(--accentColor)}.about-me p{font-size:33px;font-weight:600;line-height:36px;letter-spacing:1px}@media only screen and (max-width: 640px){.about-me h3{font-size:20px;letter-spacing:4px}.about-me p{font-size:24px;line-height:1.18;letter-spacing:.5px}}@media only screen and (min-width: 600px){.about-section{justify-content:center}}@media only screen and (min-width: 768px){.about-me{width:500px;max-width:calc(100% - 70px);transform:translateY(0)}.about-section{opacity:1}}@media only screen and (min-width: 1025px){.about-section{width:var(--cWidth);justify-content:right;max-width:1920px;height:var(--vh);padding:0;opacity:1}.about-me{padding:0;width:50%}.about-me p{font-size:1.9vw;line-height:2.3vw}}@media only screen and (min-width: 1950px){.about-me p{font-size:2.5rem;line-height:2.7rem}}.career-section{display:flex;flex-direction:column;align-items:center;place-items:center;justify-content:center;position:relative;opacity:1;height:auto;margin:auto auto 250px;padding:120px 0}.career-section h2{font-size:70px;line-height:70px;font-weight:400;text-align:center;background:linear-gradient(0deg,#0d9488,#fff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent;margin-top:50px;margin-bottom:90px}.career-section h2>span{font-family:Geist,sans-serif;font-weight:300}.career-info{position:relative;display:flex;flex-direction:column;margin:0 auto}.career-info-box{display:flex;justify-content:space-between;margin-bottom:50px}.career-info-box p{width:40%;font-size:18px;font-weight:300;margin:0}.career-info-in{display:flex;width:40%;justify-content:space-between;gap:50px;align-items:flex-start}.career-role{flex:1 1 auto;min-width:0}.career-info h3{font-size:48px;margin:0;font-weight:500;line-height:45px;min-width:190px;text-align:right;white-space:nowrap;flex-shrink:0}.career-info h4{font-size:33px;line-height:30px;letter-spacing:.8px;font-weight:500;margin:0}.career-info h5{font-weight:400;letter-spacing:.7px;font-size:20px;text-transform:capitalize;margin:10px 0;color:var(--accentColor)}.career-timeline{position:absolute;top:-50px;left:50%;transform:translate(-50%);width:3px;height:100%;background-image:linear-gradient(to top,#14b8a6 20%,var(--accentColor) 50%,transparent 95%);max-height:0%}.career-dot{position:absolute;bottom:0;left:50%;transform:translate(-50%,50%);background-color:#14b8a6;width:10px;height:10px;border-radius:50px;box-shadow:0 0 5px 2px #67e8f9,0 0 15px 8px #5eead4,0 0 110px 20px #a5f3fc;animation:timeline .8s linear infinite forwards}@keyframes timeline{10%,20%,50%,70%,90%{box-shadow:0 0 5px 2px #67e8f9}10%,30%,0%,to,64%,80%{box-shadow:0 0 5px 2px #67e8f9,0 0 15px 5px #5eead4,0 0 110px 20px #a5f3fc}}@keyframes timeline2{0%{box-shadow:0 0 5px 2px #67e8f9}to{box-shadow:0 0 5px 2px #67e8f9,0 0 15px 5px #5eead4,0 0 110px 20px #a5f3fc}}@media only screen and (max-width: 1400px){.career-section h2{font-size:50px;line-height:50px}.career-info h4{font-size:22px;line-height:24px;width:180px}.career-info h5{font-size:17px}.career-info h3{font-size:40px;min-width:165px}.career-info-box p{font-size:14px}.career-info-in{width:45%;gap:20px}.career-info-box p{width:45%}}@media only screen and (max-width: 1025px){.career-section{padding:220px 0 70px;margin-top:-200px;margin-bottom:0}}@media only screen and (max-width: 900px){.career-info-box{flex-direction:column;gap:14px;margin-bottom:56px}.career-info-in,.career-info-box p{width:100%;padding-left:10%;box-sizing:border-box}.career-timeline{left:0%}.career-container{width:calc(100% - 25px)}.career-info-in{justify-content:space-between;align-items:baseline;gap:10px}.career-info h3{min-width:120px;text-align:right;font-size:36px;line-height:36px}}@media only screen and (max-width: 600px){.career-info{margin:0}.career-section h2{width:100%;font-size:45px;line-height:45px;margin-top:0}.career-info-in{gap:0px}.career-info h3{font-size:33px;min-width:140px}.career-info-in,.career-info-box p{padding-left:5%}.career-section{padding-top:90px;margin-top:-70px;align-items:start;place-items:inherit;justify-content:left}}.contact-section{margin:100px auto auto;padding-bottom:100px;position:relative;z-index:2;background-color:var(--backgroundColor)}.contact-section h3{font-size:60px;font-weight:400;text-transform:uppercase;margin:0}.contact-flex{display:flex;justify-content:space-between}.contact-flex h4{font-weight:500;margin:0;opacity:.6}.contact-box{display:flex;flex-direction:column}.contact-flex p{margin-top:10px;margin-bottom:20px}a.contact-social{font-size:25px;border-bottom:1px solid #ccc}.contact-box h2{font-weight:400;font-size:23px;margin:0}.contact-box h2>span{color:var(--accentColor)}.contact-box h5{font-size:20px;font-weight:500;line-height:20px;display:flex;gap:10px;opacity:.5}@media only screen and (max-width: 1600px){.contact-section h3{font-size:50px}.contact-box h2{font-size:20px}a.contact-social{font-size:22px}}@media only screen and (max-width: 1300px){.contact-section h3{font-size:40px}.contact-box h2{font-size:18px}a.contact-social{font-size:20px}.contact-flex p{margin-top:0}}@media only screen and (max-width: 900px){.contact-flex{flex-direction:column;gap:40px}.contact-flex p{margin-bottom:0}.contact-flex h4{margin-top:20px}.contact-section{margin-top:50px;padding-bottom:50px}.contact-container{width:calc(100% - 25px)}}@media only screen and (max-width: 640px){.contact-section h3{font-size:32px}a.contact-social{font-size:17px}.contact-box h2{font-size:16px;line-height:1.35}}.cursor-main{--size: 0px;position:fixed;top:calc(var(--size) / -2);left:calc(var(--size) / -2);width:var(--size);height:var(--size);border-radius:50px;pointer-events:none;z-index:99;background-color:#e6c3ff;box-shadow:0 0 30px #af83ff;mix-blend-mode:difference;transition:top .3s ease-out,left .3s ease-out,width .3s ease-out,height .3s ease-out}.cursor-icons{top:10px;left:10px;height:calc(var(--cursorH) - 20px);transition:all .5s ease-out,height .5s ease-in-out}.cursor-disable{--size: 0px}@media only screen and (min-width: 600px){.cursor-main{--size: 50px}.cursor-disable{--size: 0px}}.landing-section{width:100%;max-width:var(--cMaxWidth);margin:auto;position:relative;height:var(--vh)}.landing-container{width:var(--cWidth);margin:auto;height:100%;position:relative;max-width:var(--cMaxWidth)}.landing-circle1{top:0%;left:0%;z-index:15;position:fixed;width:300px;height:300px;background-color:#22d3ee;box-shadow:inset -50px 40px 50px #00b4b499;filter:blur(60px);border-radius:50%;animation:loadingCircle 5s linear infinite}.nav-fade{position:fixed;top:0;width:100%;height:130px;background-image:linear-gradient(0deg,transparent,var(--backgroundColor) 70%);pointer-events:none;z-index:12;opacity:0;left:0}@keyframes loadingCircle{0%{transform:translate(-95%,-75%) rotate(0)}to{transform:translate(-95%,-75%) rotate(360deg)}}.landing-circle2{top:50%;right:0%;transform:translate(calc(100% - 2px),-50%);z-index:9;position:fixed;display:none;width:300px;height:300px;background-color:#22d3ee;box-shadow:inset -50px 40px 50px #00b4b499;filter:blur(50px);border-radius:50%;animation:loadingCircle2 5s linear infinite}@keyframes loadingCircle2{to{transform:translate(calc(100% - 2px),-50%) rotate(360deg)}}.landing-video,.landing-image{position:absolute;bottom:0;height:95%;left:50%;transform:translate(-50%)}.landing-image img{height:100%;z-index:2;position:relative}.character-rim{position:absolute;width:400px;height:400px;z-index:1;background-color:#22d3ee;transform:translate(-50%,36%) scaleX(1.4);box-shadow:inset 66px 35px 85px #00b4b4a6;filter:blur(50px);border-radius:50%;top:50%;left:50%;transform:translate(-50%,100%) scale(1.4);opacity:0}.character-model{height:80%;height:80vh;position:absolute;max-width:1920px;max-height:1080px;transform:translate(-50%);width:100%;left:50%;z-index:0;bottom:50px;pointer-events:inherit}.character-model:after{content:"";width:100vw;height:250px;background-image:linear-gradient(to bottom,transparent,var(--backgroundColor) 70%);bottom:-50px;left:50%;transform:translate(-50%);z-index:9;position:absolute}.character-model:before{content:"";width:100vw;height:700px;background-color:var(--backgroundColor);top:100%;left:50%;transform:translate(-50%);z-index:9;position:absolute}.character-loaded .character-rim{animation:backlight 3s forwards;animation-delay:.3s;opacity:0}.character-model canvas{position:relative;pointer-events:none;z-index:2}.character-hover{position:absolute;width:280px;height:280px;top:50%;left:50%;z-index:3;transform:translate(-50%,-50%);border-radius:50%}.landing-intro{position:absolute;z-index:9;top:12%;left:0}.landing-intro h2{margin:0;color:var(--accentColor);font-size:22px;font-weight:300;letter-spacing:2px}.landing-intro h1{margin:0;letter-spacing:2px;font-size:28px;line-height:28px;font-weight:500;font-family:Geist,sans-serif}.landing-info{position:absolute;right:50%;transform:translate(50%);bottom:40px;top:inherit;z-index:9;display:flex;flex-direction:column;align-items:flex-start;gap:4px;width:min(92vw,560px);max-width:92vw}.landing-info h3{font-size:22px;letter-spacing:2px;font-weight:300;color:var(--accentColor);margin:0}.landing-info h2{margin:0;font-family:Geist,sans-serif;font-weight:600;font-size:32px;line-height:1.05;position:relative;display:block;text-transform:uppercase;letter-spacing:2px;width:100%;max-width:100%;white-space:normal;overflow-wrap:anywhere}h2.landing-info-h2{color:#14b8a6;font-size:clamp(42px,7vw,75px);margin:0;font-family:Geist,sans-serif;font-weight:600}h2.landing-info-sub{color:#eae5ec}@media screen and (max-width: 768px){.landing-info{width:calc(100vw - 40px);max-width:calc(100vw - 40px);bottom:22px}h2.landing-info-h2{font-size:clamp(34px,12vw,54px)}.landing-info h2{letter-spacing:1px}}@media screen and (max-width: 640px){.landing-intro{top:80px}.landing-intro h2{font-size:16px}.landing-intro h1{font-size:32px;line-height:30px}.character-model{height:66vh;bottom:20px}.landing-info h3{font-size:18px}h2.landing-info-h2{font-size:clamp(30px,11vw,44px);line-height:.98}h2.landing-info-sub{font-size:clamp(30px,10.2vw,42px);line-height:.98}}@media screen and (min-width: 500px){.landing-circle2{display:block}.character-model{z-index:0}.landing-info h3,.landing-intro h2{font-size:18px}.landing-intro h1{font-size:30px;line-height:30px}.landing-info h2{font-size:35px;line-height:1.05}h2.landing-info-h2{font-size:38px}}@media screen and (min-width: 768px){.character-model{height:80vh}.landing-intro h2{font-size:25px}.landing-intro h1{font-size:40px;line-height:35px}.landing-info h3{font-size:25px}.landing-info h2{font-size:45px;line-height:1.05}h2.landing-info-h2{font-size:55px}}@media screen and (min-width: 1025px){.character-model{height:100vh;bottom:0;z-index:11;position:fixed}.character-model:after,.character-model:before{display:none}.landing-intro{top:50%;left:auto;right:66%;transform:translateY(-50%)}.landing-info{bottom:auto;top:51%;z-index:inherit;text-align:left;transform:translateY(-50%);right:max(16px,2vw);left:auto;width:min(34vw,560px);max-width:min(34vw,560px)}}@media screen and (min-width: 1200px){.landing-intro{top:50%;left:auto;right:70%;transform:translateY(-50%)}.landing-info{bottom:auto;top:51%;z-index:inherit;text-align:left;transform:translateY(-50%);right:max(24px,3vw);left:auto;width:min(32vw,560px);max-width:min(32vw,560px)}}@media screen and (min-width: 1600px){.landing-intro h2{font-size:35px}.landing-intro h1{font-size:60px;line-height:55px}.landing-info h3{font-size:35px}.landing-info h2{font-size:65px;line-height:1.05}h2.landing-info-h2{font-size:75px}}.hover-link{position:relative;display:flex;text-wrap:nowrap;overflow:hidden}.hover-in{position:relative;transition:.3s}.hover-in div{display:flex;position:absolute;top:100%;left:0}.hover-link:hover .hover-in{transform:translateY(-100%);color:var(--accentColor)}.header{display:flex;max-width:var(--cMaxWidth);width:var(--cWidth);justify-content:space-between;padding:20px 0;margin-bottom:-100px;box-sizing:border-box;position:fixed;left:50%;transform:translate(-50%);top:0;z-index:9999;opacity:1;visibility:visible;transition:opacity .3s ease,visibility .3s ease}.header ul{font-size:12px;display:flex;flex-direction:row;margin:0;padding:0;list-style:none;column-gap:16px;row-gap:0;align-items:center;justify-content:flex-end}.header ul li{margin-left:0;letter-spacing:1px;color:#ccc;font-weight:600;cursor:pointer}.navbar-connect{position:absolute;display:none;left:50%;top:50%;transform:translate(-50%,-50%);font-size:15px;letter-spacing:1px;font-weight:500}.navbar-title{font-weight:700;font-size:14px;letter-spacing:.2px}@media only screen and (max-width: 500px){.header{padding:14px 0}.header ul{column-gap:12px;font-size:11px}}@media only screen and (min-width: 500px){.header{padding:20px 0}.header ul{flex-direction:row;align-items:center;font-size:14px}.header ul li{color:#eae5ec}.navbar-title{font-size:16px}}@media only screen and (min-width: 900px){.navbar-connect{display:block}}@media only screen and (min-width: 1200px){.header{padding:35px 0}.header ul{column-gap:80px;font-size:16px}.navbar-connect{font-size:16px}.navbar-title{font-size:18px}}.icons-section{position:fixed;max-width:var(--cMaxWidth);width:var(--cWidth);bottom:0;z-index:99;left:50%;transform:translate(-50%)}.social-icons{position:absolute;left:-20px;bottom:20px;display:none;flex-direction:column;gap:8px;z-index:999;padding:10px}.social-icons:hover{transition:.3s;color:var(--backgroundColor)}.social-icons a:hover{color:var(--backgroundColor)}.social-icons span{width:50px;height:50px;position:relative;display:flex}.social-icons a{--siLeft: 50%;--siTop: 50%;position:absolute;left:var(--siLeft, 50%);top:var(--siTop, 50%);transform:translate(-50%,-50%);display:flex;font-size:23px;will-change:left,top;transition:transform .3s ease-out}.resume-button{position:absolute;z-index:99;display:flex;gap:5px;bottom:40px;right:0;width:auto;text-wrap:nowrap;letter-spacing:4px;font-size:15px;line-height:15px;font-weight:600;color:#5e5e5e;cursor:pointer;transition:.5s;transform-origin:left bottom;transform:translate(100%) rotate(-90deg)}.resume-button:hover{color:#fff}div.resume-button span{color:#fff;font-size:17px;margin-top:-1px;display:flex;align-items:center}.check-line{position:fixed;top:655px;left:0;height:1px;background-color:#fff;width:100%;z-index:99999}@media only screen and (min-width: 900px){.social-icons{display:flex;gap:20px}.social-icons a{font-size:28px}}@media only screen and (min-width: 768px){.resume-button{transform:none;font-size:20px;line-height:20px}div.resume-button span{font-size:23px;margin-top:-1.5px}}@media only screen and (max-width: 1024px){.icons-section{display:none}}.whatIDO{display:flex;align-items:center;justify-content:center;place-items:center;position:relative;opacity:1;height:100vh;width:var(--cWidth);max-width:1920px;margin:auto;z-index:9}.what-box{width:50%;display:flex;justify-content:center;position:relative;z-index:9}.what-box h2{font-size:calc(4vw + 25px);line-height:calc(4vw + 20px);font-weight:600;margin-right:10%;margin-bottom:100px}.hat-h2{font-style:italic}.do-h2{color:var(--accentColor)}.what-box-in{flex-direction:column;height:500px;margin-left:200px;position:relative;display:none}.what-content{width:450px;height:33%;min-height:50%;transition:.5s;position:relative;padding:50px;box-sizing:border-box}.what-noTouch:hover,.what-content-active{min-height:67%;padding:40px 50px}.what-noTouch:hover~.what-content,.what-box-in:hover .what-noTouch:not(:hover),.what-content.what-sibling{min-height:33%;padding:10px 50px}.what-content h3{font-size:35px;letter-spacing:1px;margin:0}.what-content p{font-size:14px;line-height:18px;font-weight:200;letter-spacing:.7px}.what-content h4{font-weight:300;letter-spacing:1px;margin:0;font-size:14px;opacity:.3}.what-content-in{opacity:0;animation:whatFlicker .5s 1 forwards;animation-delay:1s}@keyframes whatFlicker{0%,25%,35%,60%{opacity:0}30%,50%,40%,to{opacity:1}}.what-content:before,.what-corner:before,.what-content:after,.what-corner:after{content:"";width:10px;height:10px;position:absolute;border:4px solid #fff;opacity:0;animation:whatCorners .2s 1 forwards;animation-delay:.5s}@keyframes whatCorners{to{opacity:1}}.what-content:before{top:-2px;left:-2px;border-right:none;border-bottom:none}.what-corner:before{top:-2px;right:-2px;border-left:none;border-bottom:none}.what-content:after{bottom:-2px;left:-2px;border-top:none;border-right:none}.what-corner:after{bottom:-2px;right:-2px;border-left:none;border-top:none}.what-arrow{position:absolute;bottom:20px;right:20px;width:25px;height:25px;border:1px solid #fff}.what-arrow:before{content:"";position:absolute;top:40%;left:50%;transform:translate(-50%,-50%) rotate(-45deg);border-left:1px solid #fff;border-bottom:1px solid #fff;transition:.5s;width:10px;height:10px}.what-noTouch:hover .what-arrow:before,.what-content-active .what-arrow:before{transform:translate(-50%,-20%) rotate(-225deg)}.what-border1{position:absolute;top:0;width:100%;left:50%;transform:translate(-50%);height:100%;transition:.5s;max-width:0%;overflow:hidden;opacity:.8;animation:whatBorders 1.2s 1 forwards}.what-border1 svg{position:absolute;left:50%;transform:translate(-50%);width:450px}.what-border2{position:absolute;top:50%;width:100%;left:0;transform:translateY(-50%);height:100%;max-height:0%;overflow:hidden;transition:.5s;opacity:.8;animation:whatBorders 1.2s 1 forwards}.what-border2 svg{height:500px;top:50%;transform:translateY(-50%);position:absolute}.what-content-in{height:auto;overflow:visible}.what-content-in h5{font-weight:300;opacity:.5;font-size:12px;letter-spacing:1px;font-family:Geist,sans-serif;margin-bottom:5px}@keyframes whatBorders{80%{opacity:.8}to{max-height:100%;max-width:100%;opacity:.2}}.what-content-flex{display:flex;gap:5px;flex-wrap:wrap}.what-tags{font-size:13px;font-weight:400;padding:2px 7px;background-color:#ffffff26;border:1px solid #ffffff50;border-radius:30px}@media only screen and (max-width: 1600px){.what-box h2{margin-right:18%}}@media only screen and (max-width: 1400px){.what-box h2{margin-right:20%}.what-box-in{height:400px}.what-content h3{font-size:28px}.what-content{padding:30px;width:400px}.what-content p{font-size:13px}.what-noTouch:hover,.what-content-active{padding:20px 30px}.what-noTouch:hover~.what-content,.what-box-in:hover .what-noTouch:not(:hover),.what-content.what-sibling{padding:10px 30px}.what-tags{font-size:12px}}@media only screen and (max-width: 1400px){.what-box-in{margin-left:50px}.what-content{width:380px}}@media only screen and (max-width: 1024px){.whatIDO{height:auto;padding:50px 0}.what-box-in{height:500px;margin-left:-50px}.what-content{padding:50px;width:500px}.what-content p{font-size:14px}.what-noTouch:hover,.what-content-active{min-height:67%;padding:50px}.what-noTouch:hover~.what-content,.what-box-in:hover .what-noTouch:not(:hover),.what-content.what-sibling{min-height:33%;padding:10px 50px}}@media only screen and (max-width: 900px){.whatIDO{flex-direction:column}.what-box h2{margin:50px 0;font-size:55px;line-height:53px}.what-box:first-child{justify-content:left}.what-box:last-child{height:auto}.what-box{width:500px;max-width:calc(100% - 50px);margin:auto}.what-box-in{margin-left:0;height:auto!important;display:flex!important;flex-direction:column;gap:14px}.what-content{width:100%;position:relative;box-sizing:border-box}.what-border1,.what-border2,.what-corner{display:none}.what-tags{font-size:11px}.what-content h3{font-size:25px}.what-content p{font-size:14px;line-height:1.45}.what-noTouch:hover,.what-content-active{min-height:0!important;height:auto!important}.what-noTouch:hover~.what-content,.what-box-in:hover .what-noTouch:not(:hover),.what-content.what-sibling{min-height:0!important;height:auto!important}.whatIDO.what-touch .what-content{max-height:170px;min-height:170px!important;overflow:hidden;cursor:pointer;padding:20px 22px 40px!important;transition:max-height .35s ease,padding .35s ease}.whatIDO.what-touch .what-content.what-sibling{max-height:170px!important;min-height:170px!important;padding:20px 22px 40px!important}.whatIDO.what-touch .what-content-active{max-height:640px;min-height:300px!important;padding:24px 22px 56px!important}.whatIDO.what-touch .what-content .what-content-in p,.whatIDO.what-touch .what-content .what-content-in h5,.whatIDO.what-touch .what-content .what-content-flex{display:none}.whatIDO.what-touch .what-content-active .what-content-in p,.whatIDO.what-touch .what-content-active .what-content-in h5,.whatIDO.what-touch .what-content-active .what-content-flex{display:block;margin-top:10px}.whatIDO.what-touch .what-content-active .what-content-flex{display:flex}}@media only screen and (max-width: 550px){.whatIDO{place-items:inherit;align-items:start;justify-content:left}.what-box{max-width:calc(100% - 25px);margin:0}}@media only screen and (min-width: 1950px){.what-box h2{font-size:7rem;line-height:6.8rem}}.whatIDO .what-content{overflow:hidden!important}.whatIDO .what-content .what-content-in p,.whatIDO .what-content .what-content-in h5,.whatIDO .what-content .what-content-flex{opacity:0;max-height:0;overflow:hidden;pointer-events:none;margin-top:0;transition:opacity .2s ease,max-height .3s ease,margin-top .2s ease}.whatIDO:not(.what-touch) .what-content{max-height:170px!important;min-height:170px!important;height:auto!important;flex:0 0 auto!important;padding:18px 28px 42px!important}.whatIDO:not(.what-touch) .what-box-in:hover .what-content{max-height:170px!important;min-height:170px!important;padding:18px 28px 42px!important}.whatIDO:not(.what-touch) .what-box-in:hover .what-content:hover,.whatIDO:not(.what-touch) .what-content-active{max-height:430px!important;min-height:320px!important;padding:24px 28px 56px!important}.whatIDO:not(.what-touch) .what-box-in:hover .what-content:hover .what-content-in p,.whatIDO:not(.what-touch) .what-box-in:hover .what-content:hover .what-content-in h5,.whatIDO:not(.what-touch) .what-box-in:hover .what-content:hover .what-content-flex,.whatIDO:not(.what-touch) .what-content-active .what-content-in p,.whatIDO:not(.what-touch) .what-content-active .what-content-in h5,.whatIDO:not(.what-touch) .what-content-active .what-content-flex{opacity:1;max-height:260px;margin-top:10px;pointer-events:auto}@media only screen and (max-width: 900px){.whatIDO.what-touch .what-box-in{display:flex!important;flex-direction:column!important;height:auto!important;gap:12px!important}.whatIDO.what-touch .what-content{width:100%!important;max-height:170px!important;min-height:170px!important;height:auto!important;padding:18px 20px 42px!important;flex:0 0 auto!important;position:relative}.whatIDO.what-touch .what-content.what-sibling{max-height:170px!important;min-height:170px!important;padding:18px 20px 42px!important}.whatIDO.what-touch .what-content-active{max-height:560px!important;min-height:320px!important;padding:22px 20px 52px!important}.whatIDO.what-touch .what-content .what-content-in p,.whatIDO.what-touch .what-content .what-content-in h5,.whatIDO.what-touch .what-content .what-content-flex{opacity:0;max-height:0;margin-top:0;pointer-events:none}.whatIDO.what-touch .what-content-active .what-content-in p,.whatIDO.what-touch .what-content-active .what-content-in h5,.whatIDO.what-touch .what-content-active .what-content-flex{opacity:1;max-height:340px;margin-top:10px;pointer-events:auto}.whatIDO.what-touch .what-content-active .what-content-flex{display:flex!important}}@media only screen and (max-width: 900px){.whatIDO.what-touch .what-content{overflow:hidden!important;border-radius:8px}.whatIDO.what-touch .what-content .what-arrow{display:flex!important}.whatIDO.what-touch .what-content .what-content-in h3,.whatIDO.what-touch .what-content .what-content-in h4{margin-bottom:8px}.whatIDO.what-touch .what-content-active .what-content-in p{display:block!important;line-height:1.38}.whatIDO.what-touch .what-content-active .what-content-in h5{display:block!important}.whatIDO.what-touch .what-content-active .what-content-flex{row-gap:8px}}.work-section{position:relative;z-index:1;background-color:var(--backgroundColor);padding:80px 0}.work-section h2{font-size:70px;font-weight:500;margin-top:0;margin-bottom:50px}.work-section h2>span{color:var(--accentColor)}.work-container{margin:auto}.carousel-wrapper{position:relative;width:100%}.carousel-track-container{overflow:hidden;width:100%;border-top:1px solid #363636;border-bottom:1px solid #363636}.carousel-track{display:flex;transition:transform .5s cubic-bezier(.4,0,.2,1);will-change:transform}.carousel-slide{min-width:100%;flex-shrink:0;box-sizing:border-box;padding:50px 0}.carousel-single{width:100%;box-sizing:border-box;padding:50px 0}.carousel-single-anim{animation:carouselFadeIn .3s ease}@keyframes carouselFadeIn{0%{opacity:.65;transform:translate(10px)}to{opacity:1;transform:translate(0)}}.carousel-content{display:flex;align-items:center;gap:60px;width:100%}.carousel-info{flex:1;display:flex;gap:30px;align-items:flex-start}.carousel-number h3{font-size:60px;line-height:1;margin:0;font-weight:600;opacity:.3}.carousel-details{display:flex;flex-direction:column;gap:8px}.carousel-details h4{font-size:28px;font-weight:500;margin:0}.carousel-category{font-weight:200;color:#adacac;margin:0;font-size:16px}.carousel-tools{margin-top:16px}.carousel-tools .tools-label{font-size:14px;font-weight:400;opacity:.6;text-transform:uppercase;letter-spacing:1px}.carousel-tools p{font-weight:200;color:#adacac;margin:6px 0 0;font-size:15px}.carousel-image-wrapper{flex:1;display:flex;justify-content:center;align-items:center}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#eae5ec;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.carousel-arrow:hover{background:#5eead426;border-color:var(--accentColor);color:var(--accentColor);box-shadow:0 0 20px #5eead426}.carousel-arrow-left{left:-70px}.carousel-arrow-right{right:-70px}.carousel-dots{display:flex;justify-content:center;gap:12px;margin-top:35px}.carousel-dot{width:10px;height:10px;border-radius:50%;border:1px solid rgba(255,255,255,.3);background:transparent;cursor:pointer;transition:all .3s ease;padding:0}.carousel-dot:hover{border-color:var(--accentColor);background:#5eead433}.carousel-dot-active{background:var(--accentColor);border-color:var(--accentColor);box-shadow:0 0 8px #5eead466}.work-image{display:flex;width:100%;justify-content:center}.work-image-in{position:relative;width:min(100%,620px)}.work-link{position:absolute;bottom:10px;right:10px;background-color:var(--backgroundColor);width:50px;border-radius:50px;height:50px;display:flex;justify-content:center;align-items:center;font-size:25px;box-shadow:0 0 10px #ffffff80,inset 0 0 10px #393939;transition:.3s;opacity:0}.work-image a:hover{color:inherit}.work-image a:hover .work-link{opacity:1}.work-image video{position:absolute;width:100%;height:100%;top:0;left:0;background-color:#000;object-fit:cover}.work-image img{width:100%;max-width:100%;max-height:400px;object-fit:cover;border-radius:8px;display:block}@media only screen and (max-width: 1600px){.carousel-arrow-left{left:-60px}.carousel-arrow-right{right:-60px}}@media only screen and (max-width: 1400px){.work-section h2{font-size:50px}.carousel-details h4{font-size:22px}.carousel-number h3{font-size:45px}.carousel-content{gap:40px}.carousel-arrow-left{left:10px}.carousel-arrow-right{right:10px}}@media only screen and (max-width: 1025px){.carousel-content{flex-direction:column;gap:30px}.carousel-info,.carousel-image-wrapper{width:100%}.carousel-arrow{width:40px;height:40px;font-size:18px}.carousel-arrow-left{left:10px}.carousel-arrow-right{right:10px}}@media only screen and (max-width: 900px){.work-section{padding:50px 0}.work-section h2{font-size:40px;margin-bottom:30px}.carousel-number h3{font-size:35px}.carousel-details h4{font-size:20px}.carousel-content{gap:20px;align-items:flex-start}.carousel-slide,.carousel-single{padding:30px 0}.carousel-info{gap:14px}.carousel-category{font-size:14px}.carousel-tools p{font-size:13px;line-height:1.35}.work-image img{max-height:250px}.work-image-in{width:100%}}@media only screen and (max-width: 640px){.carousel-arrow{width:34px;height:34px;font-size:16px;top:auto;bottom:-50px;transform:none}.carousel-arrow-left{left:calc(50% - 45px)}.carousel-arrow-right{right:calc(50% - 45px)}.carousel-dots{margin-top:56px}}:root{font-family:Geist,sans-serif;font-optical-sizing:auto;font-style:normal;line-height:1.5;scroll-behavior:smooth;color-scheme:light dark;color:#eae5ec;background-color:var(--backgroundColor);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;user-select:none;-webkit-user-select:none;-moz-user-select:none;--accentColor: #5eead4;--backgroundColor: #0a0e17;--vh: 100vh;--vh: 100svh}h1,h2,h3,h4,h5,h6{font-family:Geist,sans-serif}body{overflow-y:auto}a{color:inherit;text-decoration:inherit}a:hover{color:var(--accentColor)}main{opacity:1;transition:.3s}.main-active{opacity:0;animation:fadeIn 1s 1;animation-fill-mode:forwards}@keyframes fadeIn{to{opacity:1}}body{margin:0;height:auto;background-color:#050810;flex-grow:1;--cWidth: calc(100% - 30px) ;--cMaxWidth: 1920px;max-width:100vw;overflow-x:hidden}.main-body{max-width:100vw;overflow-x:hidden}.container-main{width:100%;margin:auto;position:relative}.container1{width:var(--cWidth);height:var(--vh);margin:auto;position:relative}.split-line{overflow:hidden}.split-h2{overflow:hidden;display:flex;white-space:nowrap;flex-wrap:nowrap}.techstack{width:100%;position:relative;overflow:hidden;margin:80px auto 0;padding-bottom:80px}.techstack-header{width:var(--cWidth);max-width:var(--cMaxWidth);margin:0 auto 24px;display:flex;gap:20px;justify-content:space-between;align-items:flex-end}.techstack-header h2{font-size:clamp(48px,6vw,86px);margin:0;font-weight:400;text-transform:uppercase;line-height:.95}.techstack-header p{margin:0;max-width:520px;color:#d0d0d0;font-size:16px;line-height:1.45}.techstack-layout{width:var(--cWidth);max-width:var(--cMaxWidth);margin:0 auto}.thumbnail-preview{position:relative;overflow:hidden;border-radius:24px;border:1px solid rgba(255,255,255,.14);background:radial-gradient(circle at 10% 0%,rgba(94,234,212,.14),transparent 45%),#070c16}.thumbnail-collage{position:relative;z-index:1;padding:14px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;height:760px;overflow:hidden}.collage-column{border-radius:14px;overflow:hidden;position:relative}.collage-track{display:flex;flex-direction:column;gap:12px;animation:collageScroll var(--duration, 30s) linear infinite}.collage-column-reverse .collage-track{animation-direction:reverse}.collage-card{margin:0;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background-color:#0e141f;transform:rotate(var(--tilt, 0deg));transform-origin:center}.collage-card img{width:100%;display:block;height:auto;object-fit:contain}@keyframes collageScroll{0%{transform:translateY(0)}to{transform:translateY(calc(-50% - 6px))}}@media screen and (min-width: 768px){body{--cWidth: 94%}}@media screen and (max-width: 900px){.techstack-header{flex-direction:column;align-items:flex-start}.techstack-header p{max-width:none}.techstack-layout{display:block}.thumbnail-collage{height:680px}}@media screen and (max-width: 700px){.thumbnail-collage{grid-template-columns:repeat(2,minmax(0,1fr));height:560px;gap:10px;padding:10px}.thumbnail-collage .collage-column:last-child{display:none}}@media screen and (max-width: 480px){.techstack-header h2{font-size:clamp(34px,13vw,52px)}.thumbnail-collage{height:480px}}
