:root{--black:#060606;--white:#eee;--red:#c94059;--green:#369981;--blue:#3988d1;--grey:#b9b9b9;--lime:#c9f849;--gradient:linear-gradient(90deg,#cd3b81,#3fa990 51.04%,#3988d1)}*{box-sizing:border-box;cursor:none}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body,h1,h2,h3,h4,h5,h6,input,p{color:var(--black);line-height:150%}table{border-collapse:collapse;border-spacing:0}a{text-decoration:none}ol,ul{padding-left:40px}body{background-color:var(--black);font-family:IBM Plex Sans,sans-serif}.header{position:fixed;display:flex;justify-content:space-between;width:100%;padding:40px;z-index:99}@media screen and (max-width:960px){.header{padding:24px}}.header__title{color:var(--white);font-weight:600;transition:all .5s ease}.header__title--black{color:var(--black);transition:all .5s ease}.header__menu{color:var(--white);font-weight:600;transition:all .5s ease}.header__menu--black{transition:all .5s ease;color:var(--black)}.menu{display:flex;justify-content:center;align-items:center;flex-direction:column;position:fixed;height:100%;width:100%;background-color:var(--white);z-index:98;animation:slideIn .5s ease-in-out}.menu--hidden{animation:slideOut .5s ease-in-out;transform:translateX(-100%)}.menu__item{display:flex;width:480px;align-items:center}@media screen and (max-width:960px){.menu__item{width:100%;padding:0 24px}}.menu__item:not(:last-child){margin-bottom:40px}.menu__item>a{font-size:40px;font-weight:600;color:var(--black)}@media screen and (max-width:960px){.menu__item>a{font-size:24px}}.menu__line{flex:1 1;height:1px;background-color:var(--black)}.menu__wrapper{display:none}.menu__message{text-align:center;position:absolute;bottom:40px}@media screen and (max-width:960px){.menu__message{padding:0 24px;bottom:24px}}.menu__message>p{font-size:16px;font-weight:200;color:var(--black)}@keyframes slideIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes slideOut{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.about__text{font-size:24px;text-align:center}.about__text>p{margin-bottom:16px}@media screen and (max-width:960px){.about__text{width:100%;padding:0 24px;font-size:16px}}.about__link{color:var(--black);margin-right:8px}.about__link:visited{color:inherit}.cursor{position:fixed;border-radius:100%;height:20px;width:20px;top:-100px;transform:translate(-50%,-50%);background-color:#fff;pointer-events:none;mix-blend-mode:difference;z-index:1000}.cursor,.cursor--hovered{transition:width .5s,height .5s}.cursor--hovered{width:48px;height:48px}.cursor__outer{position:fixed;border-radius:100%;top:-100px;height:64px;width:64px;transform:translate(-50%,-50%);border:2px dashed #fff;pointer-events:none;mix-blend-mode:difference;z-index:1000;animation:spin 6s linear infinite;opacity:0;transition:opacity .5s ease}.cursor__outer--hovered{opacity:1;transition:opacity 2s ease}.cursor__wrapper--hidden{display:none}@keyframes spin{to{transform:translate(-50%,-50%) rotate(1turn)}}.section{position:relative;display:flex;width:100%;height:100vh;justify-content:center;align-items:center;flex-direction:column;overflow:hidden}@media screen and (max-width:960px){.section{padding:24px}}.section--free{position:relative;display:flex;width:100%;min-height:100vh;justify-content:center;align-items:center;flex-direction:column;overflow:hidden;padding:0 0 160px}@media screen and (max-width:960px){.section--free{padding:80px 24px}}.section__intro{width:1280px;height:100%;display:flex;flex-direction:row;justify-content:center;align-items:center}.intro__text{color:var(--white);font-weight:700;font-size:80px;line-height:96px;text-align:center}@media screen and (max-width:960px){.intro__text{font-size:32px;line-height:48px}}.ocean{position:absolute;top:0;left:50%;z-index:-1;height:50vw;width:50vw;border-radius:100%;background-image:url(/images/stars-1.png);background-size:cover;animation:skew 20s linear infinite;opacity:60%}@media screen and (max-width:960px){.ocean{height:100vh;width:100vh}}.ocean--2{z-index:-1;height:400px;width:400px;border-radius:100%;background-image:url(/images/stars-2.png);background-size:cover;animation:skew2 20s linear infinite}@media screen and (max-width:960px){.ocean--2{height:100vh;width:100vh}}@keyframes skew{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}@keyframes skew2{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Typewriter{display:flex;justify-content:center}.Typewriter__wrapper{color:var(--white);font-size:80px;line-height:96px;height:80px;font-weight:700;color:var(--lime)}@media screen and (max-width:960px){.Typewriter__wrapper{font-size:32px;line-height:48px}}.logo{height:640px;width:640px;position:absolute;bottom:0;left:0}.orbit{position:relative;height:320px;width:320px;background-size:cover;border-radius:100%}@media screen and (max-width:960px){.orbit{height:300px;width:300px}}.orbit__outer__line{position:absolute;top:0;left:0;width:320px;height:320px;border-radius:100%;animation:spin-right 20s linear infinite;border:8px solid var(--white)}@media screen and (max-width:960px){.orbit__outer__line{height:300px;width:300px}}.orbit__outer__circle{position:absolute;top:-4px;left:100px;height:32px;width:32px;border-radius:100%;background-color:var(--lime)}@media screen and (max-width:960px){.orbit__outer__circle{top:-8px;left:125px}}.orbit__inner__line{position:absolute;top:80px;left:8cap;width:160px;height:160px;border-radius:100%;animation:spin-left 20s linear infinite;border:8px solid var(--white)}@media screen and (max-width:960px){.orbit__inner__line{height:300px;width:300px}}.orbit__inner__circle{position:absolute;top:0;left:20px;height:32px;width:32px;border-radius:100%;background-color:var(--lime)}@media screen and (max-width:960px){.orbit__inner__circle{top:-8px;left:125px}}@keyframes spin-right{to{transform:rotate(1turn)}}@keyframes spin-left{to{transform:rotate(-1turn)}}@keyframes color-change{0%{background-color:var(--red)}33%{background-color:var(--green)}66%{background-color:var(--blue)}to{background-color:var(--red)}}.objective{max-width:800px}@media screen and (max-width:960px){.objective{max-width:100%}}.objective__text{margin-bottom:8px;display:flex;align-items:center;justify-content:center}.objective__text>p{color:var(--white);text-align:center;font-size:24px;font-weight:200}.objective__text>p strong{font-weight:800}@media screen and (max-width:960px){.objective__text>p{font-size:16px}}.objective__image{height:36px;margin:0 16px}@media screen and (max-width:960px){.objective__image{height:24px}}.wonder{width:3840px;position:relative;left:0;top:0;animation:slide 8s linear infinite}.wonder__wrapper{position:absolute;top:50%;left:0;transform:translateY(-50%);z-index:-1;opacity:1;transition:all 1s ease}.wonder__wrapper--hidden{opacity:0;transition:all .5s ease}@keyframes slide{0%{transform:translateZ(0)}to{transform:translate3d(-33.333333%,0,0)}}.project{display:flex;flex-direction:column;position:relative;width:960px;align-items:center;justify-content:center}@media screen and (max-width:960px){.project{width:100%}}.project__link{width:100%;height:100%;position:absolute;left:0;top:0}.project__detail{display:flex;margin-bottom:4px;align-items:center}.project__title{font-size:32px;font-weight:600;text-align:center;color:var(--white)}@media screen and (max-width:960px){.project__title{text-align:left}}.project__all{position:relative;display:flex;align-items:center;justify-content:center;color:var(--white);font-weight:600;padding:16px 24px;border-radius:40px;margin-top:40px}.project__all.red{background-color:var(--red)}.project__all.green{background-color:var(--green)}.project__all.blue{background-color:var(--blue)}.project__all>p{margin-right:8px}.project__description{font-size:18px;color:var(--white);text-align:center}@media screen and (max-width:960px){.project__description{text-align:left}}.project__list{display:flex;flex-wrap:wrap;margin-top:40px;flex-wrap:nowrap;overflow:hidden;width:100%}.project__list__image{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:8px}.project__list__item{flex:1 1;height:300px;position:relative;border:1px solid var(--white);border-radius:10px}@media screen and (max-width:960px){.project__list__item{height:160px}}.project__list__item:not(:last-child){margin-right:40px}.project__image{width:40px;height:40px;object-fit:cover;object-position:center;border-radius:80px;margin-left:16px}.project__wrapper>div:not(:last-child){margin-bottom:40px}.contact__title{color:var(--white)}