:root{--lightBlue:#80BFFF;--blue:#0080FF;--solidBlue:#0073E5;--easeOutExpo:cubic-bezier(0.16,1,0.3,1)}html{scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none}html::-webkit-scrollbar{display:none}body{padding-block:116px 40px;background:#fff;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}#page{opacity:0;animation:page .6s 4.5s forwards}@keyframes page{to{opacity:1}}#page main{padding:160px 20px 240px;display:flex;flex-direction:column;gap:160px}#page h6{font-weight:500;font-size:14px;line-height:20px;letter-spacing:40%}#loader{width:100vw;height:100vh;background:#fff;position:fixed;z-index:999;top:0;left:0;pointer-events:none;animation:loader .6s 3.9s forwards}@keyframes loader{to{opacity:0}}@keyframes logomark{to{opacity:0}}#loader div{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}#loader div svg{width:600px;height:600px;animation:svg .9s 2.7s forwards}@keyframes svg{to{opacity:0}}#loader div svg path{fill:none;stroke:#000;stroke-width:1px;animation:path 1.8s forwards}#loader div svg path.path-1{opacity:.45;animation-delay:.9s}#loader div svg path.path-2{opacity:.15}@keyframes path{to{stroke-dashoffset:0}}#loader div img{position:absolute;z-index:-1;top:100px;left:100px;opacity:0;animation:img .9s 2.7s forwards}@keyframes img{to{opacity:1}}#grid{width:100vw;height:100vh;padding-inline:19px;display:flex;justify-content:space-between;opacity:.1;position:fixed;z-index:-1;top:0;left:0}#grid figure,#grid:after,#grid:before{content:"";width:1px;height:100%;background:#000;display:block}#header{width:100vw;padding:40px 80px 20px;background:hsla(0,0%,100%,.8);-webkit-backdrop-filter:blur(12.5px);backdrop-filter:blur(12.5px);display:flex;justify-content:space-between;position:absolute;z-index:998;top:0}#header #logo{align-self:center}#header>div{display:flex;align-items:center;gap:48px}#header>div #menu{display:flex;gap:32px}#header>div #menu a{font-size:12px;line-height:24px;white-space:nowrap;opacity:.5;position:relative;transition:.3s}#header>div #menu a:after{content:"";width:0;height:1px;background:#000;position:absolute;bottom:0;left:50%;transition:.3s}#header>div #menu a:hover{opacity:1}#header>div #menu a:hover:after{width:100%;left:0}#header>div #menu a:last-child{display:none}#header>div>a{height:56px;border-radius:28px;padding-inline:28px;background:linear-gradient(to bottom,var(--lightBlue),var(--blue));font-size:14px;font-weight:500;white-space:nowrap;color:#fff;display:flex;align-items:center;transition:filter .3s}#header>div>a:hover{filter:brightness(.8)}#header button{display:none}#header.sticky{padding-block:20px;box-shadow:0 1px 2px 0 rgba(0,0,0,.15);position:fixed;animation:sticky .6s forwards}@keyframes sticky{0%{transform:translateY(-100%)}to{transform:none}}#header.sticky>div>a{height:40px;border-radius:20px;padding-inline:20px;font-size:12px;font-weight:500}#hero{height:calc((100vw - 40px)*.238*2);padding-inline:20px;background:#fff;position:relative}#hero:after{content:"";background:rgba(0,0,0,.4)}#hero video,#hero:after{width:100%;height:100%;position:absolute;top:0;left:0}#hero video{object-fit:cover;pointer-events:none}#hero img{z-index:1}#hero #alta{width:calc(100% - 40px);height:auto;position:absolute;bottom:0;left:20px;transition:.6s}#hero #tagline{opacity:0;position:absolute;top:50%;left:50%;transform:translate(-50%);transition:3s .6s var(--easeOutExpo)}#hero #tagline.visible{opacity:1;transform:translate(-50%,-50%)}#mission{border-block:1px solid rgba(0,0,0,.1);padding:60px;display:flex}#mission>div{flex:1 1}#mission>div.left{display:flex;flex-direction:column;justify-content:space-between}#mission>div.right h2{font-weight:500;font-size:48px;line-height:60px;margin-bottom:40px;background:linear-gradient(180deg,#808080,black);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}#mission>div.right h2 span{background:linear-gradient(to bottom,var(--lightBlue),var(--blue));-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}#mission>div.right div{padding-right:120px}#mission>div.right div p{font-size:16px;line-height:32px;text-align:justify}#mission>div.right div p:first-child{margin-bottom:16px}#solutions{height:480px;background-position:50%;background-size:cover;display:flex;position:relative;transition:.6s}#solutions:before{content:"";width:100%;height:100%;background:rgba(0,0,0,.2);position:absolute;top:0;left:0}#solutions>div{flex:1 1;padding:60px;color:#fff;display:flex;flex-direction:column;justify-content:space-between;position:relative;z-index:1}#solutions>div.left{background:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(12.5px);backdrop-filter:blur(12.5px)}#solutions>div.left:after{content:"";width:1px;height:100%;background:linear-gradient(180deg,white,black);opacity:.5;position:absolute;top:0;right:0}#solutions>div.left .top{display:flex;justify-content:space-between;gap:40px}#solutions>div.left .top div{max-width:400px}#solutions>div.left .top div h2{font-weight:300;font-size:32px;line-height:40px;margin-bottom:40px}#solutions>div.left .top div p{font-size:20px;line-height:30px;opacity:.7}#solutions>div.left .top img{width:40px;height:40px;animation:sun 10s linear infinite}@keyframes sun{to{transform:rotate(1turn)}}#solutions>div.left .bottom{display:flex;align-items:flex-end;justify-content:space-between}#solutions>div.left .bottom .bullets{display:flex;gap:4px}#solutions>div.left .bottom .bullets figure{width:40px;height:1px;background:#fff;transition:.3s}#solutions>div.left .bottom .bullets figure:not(.active){opacity:.3}#solutions>div.left .bottom .nav{display:flex;gap:10px}#solutions>div.left .bottom .nav button{width:48px;height:48px;cursor:pointer}#solutions>div.left .bottom .nav button.prev{background:url(/media/buttons/prev-clear-l.svg)}#solutions>div.left .bottom .nav button.next{background:url(/media/buttons/next-white-l.svg)}#solutions>div.right{align-items:flex-end}#projects h6{margin:0 0 60px 60px}#projects .slider-outer{width:calc(100% + 40px);margin:0 0 40px -20px;overflow:hidden}#projects .slider-outer .slider-inner{padding-inline:20px;display:flex;gap:20px;position:relative;transition:.6s}#projects .slider-outer .slider-inner .project{flex-shrink:0;width:calc(25vw - 30px);aspect-ratio:2/3;background-position:50%;background-size:cover;position:relative}#projects .slider-outer .slider-inner .project:before{content:"";width:100%;height:100%;background:rgba(0,0,0,.1);position:absolute;top:0;left:0}#projects .slider-outer .slider-inner .project>*{position:absolute}#projects .slider-outer .slider-inner .project img{top:20px;left:20px}#projects .slider-outer .slider-inner .project>div{width:100%;padding:20px 20px 40px;background:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(12.5px);backdrop-filter:blur(12.5px);color:#fff;bottom:0;left:0}#projects .slider-outer .slider-inner .project>div:before{content:"";width:100%;height:1px;background:linear-gradient(90deg,white,black);opacity:.5;position:absolute;top:0;left:0}#projects .slider-outer .slider-inner .project>div h3{font-weight:300;font-size:24px;line-height:32px;margin-bottom:4px}#projects .slider-outer .slider-inner .project>div>p{font-size:14px;line-height:20px;opacity:.7;margin-bottom:20px}#projects .slider-outer .slider-inner .project>div .features{display:flex;align-items:center;gap:12px}#projects .slider-outer .slider-inner .project>div .features p{font-size:16px;line-height:24px;white-space:nowrap}#projects .slider-outer .slider-inner .project>div .features figure{flex-shrink:0;width:1px;height:16px;background:hsla(0,0%,100%,.3)}#projects .nav{padding-right:60px;display:flex;justify-content:flex-end;gap:10px}#projects .nav button{width:48px;height:48px;cursor:pointer}#projects .nav button.prev{background:url(/media/buttons/prev-outline-l.svg)}#projects .nav button.next{background:url(/media/buttons/next-blue-l.svg)}#our-edge{height:480px;background:#bfb1a3;display:flex}#our-edge>div{flex:1 1;padding:60px;display:flex}#our-edge>div.left{gap:40px}#our-edge>div.left>div{flex:1 1;display:flex;flex-direction:column;justify-content:space-between}#our-edge>div.left>div>p{font-weight:300;font-size:40px;line-height:40px;opacity:.3}#our-edge>div.left>div div h3{font-weight:300;font-size:24px;line-height:32px;margin-bottom:20px}#our-edge>div.left>div div p{font-size:16px;line-height:24px;opacity:.5}#our-edge>div.right{background:url(/media/our-edge.jpg) 50%;background-size:cover;color:#fff;flex-direction:column;align-items:flex-end;justify-content:space-between}#partners h6{margin:0 0 60px 60px}#partners>div{padding-block:40px;border-block:1px solid rgba(0,0,0,.1);background:#fff;display:flex;flex-wrap:wrap;justify-content:center}#partners>div div{flex-shrink:0;flex-basis:25%;padding:40px;text-align:center}#partners>div div img{margin:0 auto 20px}#partners>div div p{font-weight:500;font-size:16px;line-height:24px;margin-bottom:10px}#partners>div div span{font-size:12px;line-height:24px;color:#4d4d4d}#media-and-press{height:480px;background:var(--solidBlue);color:#fff;display:flex}#media-and-press>div{flex:1 1;padding:60px;display:flex;flex-direction:column;justify-content:space-between}#media-and-press>div.left div{max-width:400px}#media-and-press>div.left div h2{font-weight:300;font-size:24px;line-height:32px;margin-bottom:20px}#media-and-press>div.left div p{font-size:14px;line-height:20px;text-align:justify;opacity:.7}#media-and-press>div.left a{border-bottom:1px solid #fff;padding-bottom:7px;font-size:14px;line-height:20px;display:flex;align-items:center;gap:8px;align-self:flex-start}#media-and-press>div.right{align-items:flex-end;background:url(/media/media-and-press.jpg) 50%;background-size:cover}#ceo{display:flex}#ceo img{width:calc((100vw - 40px)/2);aspect-ratio:1/1;object-fit:cover}#ceo>div{flex:1 1;border-block:1px solid rgba(0,0,0,.1);padding:60px}#ceo>div h3,#ceo>div h4{font-weight:500}#ceo>div h3{font-size:48px;line-height:60px;margin-bottom:10px;background:linear-gradient(to bottom,var(--lightBlue),var(--blue));-webkit-background-clip:text}#ceo>div h3,#ceo>div h4{-webkit-text-fill-color:rgba(0,0,0,0)}#ceo>div h4{font-size:24px;line-height:30px;margin-bottom:40px;background:linear-gradient(180deg,#808080,black);-webkit-background-clip:text}#ceo>div div{padding-right:60px}#ceo>div div p{font-size:16px;line-height:32px;text-align:justify}#ceo>div div p:first-child{margin-bottom:16px}#contact{padding:60px;border-block:1px solid rgba(0,0,0,.1);background:#fff;margin-inline:20px}#contact h6{margin-bottom:40px}#contact .cols{display:flex}#contact .cols .col{flex:1 1}#contact .cols .col.left{display:flex;flex-direction:column;justify-content:space-between}#contact .cols .col.left>p{font-weight:500;font-size:32px;line-height:48px}#contact .cols .col.left>div{display:flex;gap:24px;font-size:12px;line-height:20px}#contact .cols .col.left>div #social{display:flex;align-items:center;gap:8px}#contact .cols .col.left>div #social a{transition:.3s}#contact .cols .col.left>div #social a:hover{box-shadow:0 1px 0 0 #000}#contact .cols .col.left>div #social figure{width:1px;height:12px;background:rgba(0,0,0,.3)}#contact .cols .col.left>div #copyright{display:flex;align-items:center;gap:8px}#contact .cols .col.right{display:flex;flex-direction:column;align-items:flex-start;gap:12px}#contact .cols .col.right a,#contact .cols .col.right p{font-size:32px;line-height:48px;font-weight:300;display:block}#contact .cols .col.right div{width:100%;display:flex;justify-content:space-between}#contact .cols .col.right div #time{color:gray}#contact .cols .col.right #mail{box-shadow:0 1px 0 0 #000}@media(max-width:1024px){body{padding-top:100px}#page main{padding-bottom:120px 160px;gap:120px}#loader div{transform:translate(-50%,-50%) scale(.5)}#loader div svg path{stroke-width:2px}#grid figure{display:none}#header{padding-inline:20px}#header>div{width:100vw;height:100vh;display:block;position:fixed;z-index:1;top:0;left:0;pointer-events:none}#header>div #menu{height:0;overflow:hidden;background:#f2f2f2;flex-direction:column;align-items:flex-start;gap:20px;pointer-events:all}#header>div #menu a{font-weight:300;font-size:40px;line-height:40px;opacity:0;transform:translateY(100%)}#header>div #menu a:after{display:none}#header>div #menu a:last-child{display:block}#header>div #menu.open{height:100vh;padding:120px 20px 40px;transition:height .3s,padding 0s .3s}#header>div #menu.open a{animation:menu-item .6s forwards}@keyframes menu-item{to{opacity:.5;transform:none}}#header>div>a{display:none}#header button{width:40px;height:40px;display:block;position:relative;z-index:2}#header button:after,#header button:before{content:"";width:20px;height:1px;border-radius:.5px;background:#000;position:absolute;display:block;transition:top .3s .3s,transform .3s}#header button:before{top:16px;left:10px}#header button:after{top:23px;left:10px}#header button.open:after,#header button.open:before{top:calc(50% - .5px);transition:top .3s,transform .3s .3s}#header button.open:before{transform:rotate(-45deg)}#header button.open:after{transform:rotate(45deg)}#hero{height:100vw}#mission{padding:40px 0;flex-direction:column;gap:80px}#mission>div{flex:0 1}#mission>div.left{flex-direction:row}#mission>div.right h2{font-size:32px;line-height:40px}#mission>div.right div{padding-right:0}#mission>div.right div p{font-size:14px;line-height:28px}#solutions{width:100vw;height:200vw;flex-direction:column-reverse;margin-left:-20px}#solutions>div{padding:40px 20px}#solutions>div.left:after{width:100%;height:1px;background:linear-gradient(90deg,white,black)}#solutions>div.left .top div h2{font-size:24px;line-height:30px;margin-bottom:20px}#solutions>div.left .top div p{font-size:16px;line-height:24px}#solutions>div.left .top img{width:30px;height:30px}#solutions>div.left .bottom .nav button{width:24px;height:24px}#solutions>div.left .bottom .nav button.prev{background:url(/media/buttons/prev-clear-s.svg)}#solutions>div.left .bottom .nav button.next{background:url(/media/buttons/next-white-s.svg)}#solutions>div.right{flex-direction:row;align-items:flex-start}#projects h6{margin:0 0 40px}#projects .slider-outer .slider-inner .project{width:calc(100vw - 60px)}#projects .slider-outer .slider-inner .project>div h3{font-size:20px;line-height:28px}#projects .slider-outer .slider-inner .project>div>p{font-size:12px;line-height:16px}#projects .slider-outer .slider-inner .project>div .features{gap:8px}#projects .slider-outer .slider-inner .project>div .features p{font-size:14px;line-height:20px}#projects .slider-outer .slider-inner .project>div .features figure{height:12px}#projects .nav{padding-right:0;justify-content:center}#our-edge{width:100vw;height:auto;flex-direction:column-reverse;margin-left:-20px}#our-edge>div{flex:0 1;padding:40px 20px}#our-edge>div.left{flex-direction:column;gap:32px}#our-edge>div.left>div{flex:0 1;gap:20px}#our-edge>div.left>div>p{font-size:32px;line-height:32px}#our-edge>div.left>div div h3{font-size:20px;line-height:28px;margin-bottom:12px}#our-edge>div.left>div div p{font-size:14px;line-height:20px}#our-edge>div.right{aspect-ratio:3/2;flex-direction:row;align-items:flex-start}#partners h6{margin:0 0 40px}#partners>div{padding-block:20px;flex-direction:column}#partners>div div{flex-basis:auto;padding:20px}#partners>div div p{font-size:14px;line-height:20px}#media-and-press{width:100vw;height:auto;flex-direction:column-reverse;margin-left:-20px}#media-and-press>div{flex:0 1;padding:40px 20px}#media-and-press>div.left{gap:40px}#media-and-press>div.left div h2{font-size:20px;line-height:28px}#media-and-press>div.left div p{font-size:12px;line-height:16px}#media-and-press>div.right{aspect-ratio:3/2;flex-direction:row;align-items:flex-start}#ceo{display:block}#ceo img{width:100%}#ceo>div{border-top:0;padding:40px 0}#ceo>div h3,#ceo>div h4{font-weight:500}#ceo>div h3{font-size:32px;line-height:40px}#ceo>div h4{font-size:16px;line-height:20px}#ceo>div div{padding-right:0}#ceo>div div p{font-size:14px;line-height:28px}#contact{padding:40px 0}#contact .cols{flex-direction:column;gap:40px}#contact .cols .col{flex:0 1}#contact .cols .col.left{gap:80px}#contact .cols .col.left>p{font-size:28px;line-height:40px}#contact .cols .col.left>div{flex-direction:column;gap:16px}#contact .cols .col.right{gap:6px}#contact .cols .col.right a,#contact .cols .col.right p{font-size:20px;line-height:30px}}