#header{position:fixed;top:0;left:0;z-index:10;width:100%;height:8rem;padding:0 1rem 5rem}.header-container{display:flex;align-items:center;justify-content:space-between;height:3rem;max-width:80rem;margin:0 auto}.header-breadcrumb{font-size:1.2rem;font-weight:700;color:var(--purple)}.header-nav-button{flex:0 0 auto;width:3rem;height:3rem;display:none;flex-flow:column nowrap;align-items:center;justify-content:space-between;padding:.8rem;margin-right:-1rem;background:none;border:0}@media screen and (max-width:768px){.header-nav-button{display:flex;transition:all 1s linear}}.header-nav-button .label{display:none}.header-nav-button .dots{flex:0 0 auto;position:relative;width:.25rem;height:.25rem;border-radius:.25rem;background:var(--header-link);transition:all .4s cubic-bezier(.19,1,.22,1)}.header-nav-close-button{position:absolute;top:0;right:0;width:3rem;height:3rem;display:none;align-items:center;justify-content:center;padding:0;margin:0;background:none;border:0;color:var(--purple);font-size:2rem}.header-nav-close-button:hover{color:var(--light)}@media screen and (max-width:768px){.header-nav-close-button{display:flex}}.header-nav{display:flex;align-items:center}@media screen and (max-width:768px){.header-nav{align-items:flex-end;justify-content:flex-end;position:absolute;top:0;right:0;z-index:9999;width:100vw;height:100vh;padding:8rem 1rem 4rem;text-align:right;transform:translate3d(110%,0,0)}}.header-nav ul{display:flex;align-items:center;list-style:none}@media screen and (max-width:768px){.header-nav ul{display:block}}.header-nav li{flex:0 0 auto;margin-left:1rem;list-style:none}@media screen and (max-width:768px){.header-nav li{margin:0 0 2rem;list-style:none}.header-nav li.social-link{display:inline-block;margin:0 0 0 2rem}}.header-nav a{height:2rem;display:flex;align-items:center;color:#dbdbdb;transition:color .4s ease-out;line-height:1}.header-nav a:hover{color:var(--header-link-hover)}.header-nav a:hover svg{fill:var(--header-link-hover-icon)}.header-nav a.router-link-exact-active{opacity:.5;cursor:default}@media screen and (max-width:768px){.header-nav a{height:auto;justify-content:flex-end;font-size:3rem;font-weight:700}.header-nav a:hover{color:var(--header-link-hover)}.header-nav a:hover svg{fill:var(--header-link-hover-icon)}.header-nav a.router-link-exact-active{opacity:.5;cursor:default}}@media screen and (max-width:568px){.header-nav a{font-size:2rem}}.header-nav a svg{display:block;width:1.2rem;height:1.2rem;fill:var(--purple);position:relative;top:2px;transition:fill .4s ease-out}@media screen and (max-width:768px){.header-nav a svg{width:3rem;height:3rem;top:0}}@media screen and (max-width:568px){.header-nav a svg{width:2rem;height:2rem;top:0}}@media screen and (max-width:768px){body.is-nav-open .wrapper{opacity:.1!important}body.is-nav-open .header-nav-button{opacity:0}body.is-nav-open .header-nav{transition:transform 1s cubic-bezier(.86,0,.07,1);transform:translateZ(0)}}.header-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;background:linear-gradient(180deg,var(--bg) 3rem,rgba(var(--bg-rgb),0))}body.blue-background .header-bg{background:linear-gradient(180deg,#0497d1 3rem,rgba(4,151,209,0))}.footer{font-size:.8rem;text-align:center;padding:0 1rem 0;position:relative;z-index:999}.spine{pointer-events:none;position:fixed;top:50vh;bottom:0;left:calc(25vw - 2rem);z-index:2;width:1px;background:var(--purple) linear-gradient(0deg,var(--bg) 1rem,rgba(var(--bg-rgb),0) 20vh)}@media screen and (max-width:1024px){.spine{left:1rem}}.spine-target{pointer-events:none;position:fixed;top:calc(50vh - 8px);left:calc(25vw - 2rem - 4px);width:9px;height:9px;z-index:2}@media screen and (max-width:1024px){.spine-target{left:calc(1rem - 4px)}}.spine-target .circle,.spine-target .pulse{position:absolute;width:9px;height:9px;transform-origin:center;border-radius:3rem;background:transparent;border:1px solid var(--purple)}:root{--purple:#682ae9;--light:#dbdbdb;--header-link:#dbdbdb;--header-link-hover:#682ae9;--header-link-hover-icon:#dbdbdb;--header-link-active:#555;--std-color:#dbdbdb;--bg:#0e1212;--bg-rgb:14,18,18;--bgLight:radial-gradient(var(--bg),transparent,var(--purple) 130%);--gray:grey;--comment:#555}*{margin:0;padding:0;box-sizing:border-box;min-height:0;min-width:0;font-family:inherit}::-moz-selection{background:var(--purple);color:#fff}::selection{background:var(--purple);color:#fff}html{background:var(--bg);font-family:Roboto Mono,monospace;font-size:100%;-webkit-hyphens:auto;hyphens:auto;word-break:normal;color:#888}body{min-height:100vh}#app,body.locked{overflow:hidden}#app{margin:0 auto}.wrapper{position:relative;z-index:1;min-height:100vh;transition:opacity .5s linear}.wrapper:after{content:"";display:block;position:absolute;top:50vh;bottom:50vh;left:calc(25vw - 2rem);z-index:99;width:1px;opacity:.3;background:var(--purple) linear-gradient(180deg,var(--bg),rgba(var(--bg-rgb),0) 20vh)}@media screen and (max-width:1024px){.wrapper:after{left:1rem}}li{list-style:none}a{text-decoration:none}button{border:0}svg desc,svg title{display:none}body{background:var(--bg);transition:background-color .4s ease-out}body.blue-background{background:#0497d1}body.blue-background .header-nav-button .dots{background:#000}body.blue-background .header-nav a{color:#000}body.blue-background .header-breadcrumb,body.blue-background .header-nav-close-button,body.blue-background .header-nav a svg{color:#411a91;fill:#411a91}.nav-ico{width:.75rem;height:.75rem;display:inline-block;vertical-align:baseline;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;fill:none;stroke:var(--light)}.nav-ico.-blank{vertical-align:middle}.nav-ico.-prev{transform:rotate(-180deg)}.nav-ico.-next{transform:rotate(90deg)}.ariaLabel{display:none}.title{display:block;color:var(--light);font-size:4rem;font-weight:700;word-spacing:-.1em;letter-spacing:-.05em;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;margin-right:-25vw;padding-right:1rem}.title .func,.title .params{color:var(--purple)}.title .params{font-weight:400;letter-spacing:-2px}@media screen and (max-width:568px){.title .params{font-size:1.8rem}}@media screen and (max-width:1024px){.std .subtitle,.title{margin-right:-4rem;font-size:3.5rem}.std .subtitle{word-spacing:unset}}@media screen and (max-width:568px){.title{margin-bottom:1rem;line-height:1.1}.std .subtitle,.title{margin-right:-2rem;font-size:1.8rem}}#nprogress{pointer-events:none}#nprogress .bar{background:var(--purple);position:fixed;z-index:1031;top:0;left:0;width:100%;height:2px}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;opacity:1;transform:rotate(3deg) translateY(-4px)}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .bar,.nprogress-custom-parent #nprogress .spinner{position:absolute}.std{max-width:42rem;line-height:1.5;color:var(--std-color);word-break:break-word;-webkit-hyphens:none;hyphens:none;font-size:1.2rem}.std h3{margin-bottom:1rem}.std .bt{background:var(--purple);color:var(--bg);padding:0 1rem;height:2rem;border-radius:3rem;line-height:2rem;text-decoration:none;display:inline-block}.std .bt:hover{background:var(--light)}.std .bt:hover .nav-ico{stroke:var(--gray)}.std p{margin-bottom:1rem}.std p:last-child{margin-bottom:0}.std .-big{display:block;font-size:4rem;font-weight:700;word-spacing:-.1em;letter-spacing:-.05em;width:70vw;line-height:1.2}.std .-md-width{max-width:40vw}@media screen and (max-width:568px){.std .-md-width{max-width:100vw}}.std .-purple{color:var(--purple)}.std .-gray{color:var(--gray)}.std .-comment{color:var(--comment)}.std .-red{color:#f0514e}.std .-green{color:#3cb878}.std .-full{display:block;margin-right:-25vw;padding-right:1rem}.std i{font-style:italic}.std b,.std strong{font-weight:700}.std a{color:var(--light);text-decoration:underline;transition:all .4s ease-out}.std .subtitle,.std a:hover{color:var(--purple)}.std .subtitle{font-size:4rem;line-height:1;margin:4rem -25vw 2rem 0;padding-right:1rem;word-spacing:-1rem;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.std .subtitle s{opacity:.4;font-weight:400}.std ul{margin-bottom:1rem}.std ul:last-child{margin-bottom:0}.std li{list-style-position:outside;margin:0 0 .5rem 1rem}.std li:last-child{margin-bottom:0}.a-bd{transform-origin:center}.title-container{position:fixed;top:0;left:0;z-index:-1;width:100vw;height:100vh;visibility:hidden;perspective:900px;perspective-origin:50% 50vh;padding:0 1rem 0 25vw;display:flex;flex-flow:column nowrap;align-items:flex-start;justify-content:center}.title-container .title{margin-right:0;padding-right:0}@media screen and (max-width:1024px){.title-container{padding-left:4rem}}@media screen and (max-width:568px){.title-container{padding:0 1rem 0 2rem}.title-container .title{margin-bottom:1rem}}.scene{min-height:100vh}.static-container{padding:calc(50vh - 3.5rem) 0 0;margin:0 25vw;min-height:100vh;perspective:900px;perspective-origin:50% 50vh}@media screen and (max-width:1024px){.static-container{margin:0 4rem 0 calc(4rem + 1px)}}@media screen and (max-width:568px){.static-container{margin:0 2rem 0 calc(2rem + 1px)}}.container{position:fixed;top:0;left:0;z-index:-1;width:100vw;height:100vh;visibility:hidden;perspective:900px;perspective-origin:50% 50vh}@media screen and (max-width:568px){.bdScene .params,.bdScene .title{font-size:26px}}.bdScene #bd1 .static-container{position:relative;z-index:2}.bdScene #bd1 .container{z-index:unset}.bdScene #bd1 svg{overflow:visible}.bdScene #abd{position:absolute;left:-5vw;top:calc(50% - 15vw);width:30vw;height:30vw;z-index:10;transform:rotateY(180deg)}@media screen and (max-width:1024px){.bdScene #abd{top:auto;bottom:0}}@media screen and (max-width:768px){.bdScene #abd{width:50vw;height:50vh}}.bdScene #zen{position:absolute;left:calc(100% - 30vw);top:40vh;z-index:20;width:60vw;height:80vh;transform:scale(2)}@media screen and (max-width:768px){.bdScene #zen{top:65vh;width:50vw;height:60vh}}.bdScene #et{position:absolute;right:15vw;top:30vh;z-index:18;width:20vw;height:40vw}.bdScene #dino{position:fixed;right:0;bottom:-4vh;z-index:919;width:50vh;height:50vh}@-webkit-keyframes smoke{0%{stroke-dasharray:36;stroke-dashoffset:72}to{stroke-dasharray:36;stroke-dashoffset:0}}@keyframes smoke{0%{stroke-dasharray:36;stroke-dashoffset:72}to{stroke-dasharray:36;stroke-dashoffset:0}}.bdScene #dino:hover{transition:filter .2s ease-out;filter:brightness(1.2)}.bdScene #dino:hover .dino-sounds{opacity:1;-webkit-animation:smoke 1s linear infinite;animation:smoke 1s linear infinite}@media screen and (max-width:1024px){.bdScene #dino{right:-5vw;bottom:-20vh;width:70vh;height:70vh}}@media screen and (max-width:768px){.bdScene #dino{width:60vh;height:60vh}}.bdScene #dino .dino-sounds{opacity:0;stroke-dasharray:74;stroke-dashoffset:0}.bdScene #astro{position:absolute;right:0;bottom:35vh;width:20vw;height:20vw}@media screen and (max-width:568px){.bdScene #astro{right:0;bottom:55vh;width:20vh;height:20vh}}.bdScene #coffee{position:absolute;right:15vw;top:35vh;width:5vw;height:5vw}@media screen and (max-width:568px){.bdScene #coffee{right:15vh;top:20vh;width:5vh;height:5vh}}.bdScene #filomena{position:absolute;right:40vw;bottom:5vh;width:10vw;height:10vw}.bdScene #octo{position:absolute;right:30vw;top:60vh;width:7vw;height:7vw}.bdScene #open{position:absolute;left:-20vw;top:calc(50% - 20vw);z-index:-1;width:40vw;height:40vw}@media screen and (max-width:1024px){.bdScene #open{top:auto;bottom:-10vw}}@media screen and (max-width:768px){.bdScene #open{width:60vw;height:60vh}}.bdScene #smart{position:absolute;left:5vw;bottom:-5vw;z-index:-2;width:20vw;height:20vw;filter:brightness(.7)}@media screen and (max-width:1024px){.bdScene #smart{left:10vw}}@media screen and (max-width:768px){.bdScene #smart{width:30vw;height:30vw;left:20vw}}.bg-sun{width:300px;height:300px;background:url(../img/sun.03fa97f5.png) 0 0 no-repeat;background-size:300px 300px;box-shadow:0 0 200px #ff7221;border-radius:50%;background-color:rgba(255,114,33,.4)}@media screen and (max-width:568px){.bg-sun{background-size:200px 200px}}.sun{width:30vw}.pepe-scenery{z-index:-1}.pepe-scenery:after{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(var(--bg-rgb),1) 40%,rgba(65,96,33,.2) 90%)}.pepe-scenery .sky{position:fixed;top:0;left:0;z-index:-1;width:100vw;height:calc(100vh - 102px);background:url(../img/sky.7b029e05.jpg) no-repeat 0 0;background-size:100% 100%}@media screen and (max-width:568px){.pepe-scenery .sky{height:calc(100vh - 52px)}}.pepe-scenery .ocean{position:fixed;bottom:0;left:0;z-index:-1;width:100vw;height:102px;background:url(../img/ocean-base.79b41ee7.jpg) no-repeat 0 0;background-size:100% 100%;overflow:hidden}@media screen and (max-width:568px){.pepe-scenery .ocean{height:52px}}.pepe-scenery .sky-mask{position:absolute;top:0;left:0;z-index:10;width:100%;height:100%;background:url(../img/sky-mask.b362590f.png) no-repeat 0 0;background-size:100% 100%}.pepe-scenery .ocean-waves{opacity:.9;position:absolute;top:100%;left:-10%;width:120%;height:200%;background:url(../img/ocean-waves.83dde13c.png) no-repeat 50%;background-size:100% 100%}.pepe-scenery .ocean-waves.w2{background-size:120% 120%;transform:rotateY(180deg)}.sun-container{position:absolute;bottom:0;left:0;right:0}@media screen and (max-width:568px){.sun-container svg{width:100vw;height:35vh}}@media screen and (max-width:568px){.earlyDays .params,.earlyDays .title{font-size:26px}}.earlyDays .flight{position:absolute;z-index:2;top:60%;left:100%;transform:scale(.4) translate3d(0,-50%,0);transform-origin:0 0}@media screen and (max-width:568px){.earlyDays .flight{top:80%;transform:scale(.3) translate3d(0,-50%,0)}}.earlyDays .clouds{position:absolute;width:110vw;height:110vh;top:0;left:-15vw;transform:translate(-50%,-50%);transform-origin:50% 50%;background:url(../img/clouds-1.d92e0705.png) no-repeat 50%;background-size:contain;opacity:.5}.earlyDays .clouds.cloud-2{background-image:url(../img/clouds-2.5e79ba0f.png)}.earlyDays .clouds.cloud-3{background-image:url(../img/clouds-3.e34bd674.png);width:100vw;height:100vh;z-index:-1;opacity:.25}.cyclist-container{position:absolute;top:calc(100% - 470px);left:100%;z-index:0;height:470px;width:475px;transform-origin:0 0;transform:scale(.5);filter:blur(1px);opacity:.9}@media screen and (max-width:568px){.cyclist-container{top:calc(100% - 235px);height:235px;width:240px}}.cyclist-container div{position:absolute}.cyclist{width:100%;height:100%;background:url(../img/cyclistMin.bf021714.png) 0 0 no-repeat;background-size:475px 470px}@media screen and (max-width:568px){.cyclist{background-size:240px 235px}}.hobbyScene .castle-container{position:absolute;top:70%;left:100%;transform:scale(.5)}@media screen and (max-width:568px){.hobbyScene .castle-container{transform:scale(.3)}}.hobbyScene .sky{position:absolute;top:0;left:0;width:100%;height:100%}.hobbyScene .sky .c1{position:absolute;transform-origin:left bottom;bottom:0;left:0;width:45vw;height:50vh;z-index:1;background:url(../img/cloud1.49f17c07.png) no-repeat 0 bottom;background-size:contain}.hobbyScene .sky .c2{position:absolute;transform-origin:right bottom;bottom:0;right:0;width:60vw;height:60vh;z-index:1;background:url(../img/cloud2.4c98c0ae.png) no-repeat 100% 100%;background-size:contain}@media screen and (max-width:768px){.hobbyScene .sky svg{height:70%;position:absolute;bottom:0}.hobbyScene .sky .c1,.hobbyScene .sky .c2{width:100vw;height:90vh;background-size:100% auto}}.hobbyScene .mountain{transform-origin:center bottom;width:100vw;height:35vh;transform:scale(.7);background:url(../img/mountain.a76f3a7d.png) no-repeat 0 bottom;background-size:contain}.hobbyScene .grass1,.hobbyScene .mountain{position:absolute;bottom:0;left:0;filter:blur(2px)}.hobbyScene .grass1{transform-origin:left bottom;width:50vw;height:25vh;transform:scale(1.2);background:url(../img/grass1.8e8c79d2.png) no-repeat 0 bottom;background-size:contain}.hobbyScene .grass2{transform-origin:right bottom;position:absolute;bottom:0;right:0;width:40vw;height:20vh;transform:scale(1.2);background:url(../img/grass2.829ae6a2.png) no-repeat 100% 100%;background-size:contain;filter:blur(2px)}#potion{display:block;width:6rem;height:6rem}.preview>#potion{margin:10rem auto 3rem}#boy-svg{transform:scaleX(-1)}#thanks{position:relative}#thanks:before{content:"";display:block;position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;opacity:.3;-webkit-mask-image:linear-gradient(180deg,transparent 0,#000 10vh);mask-image:linear-gradient(180deg,transparent 0,#000 10vh);background:url(../img/goya.ffd8a04b.png) no-repeat 0 bottom;background-size:auto 100%}#thanks .-big a:hover{filter:brightness(1.4)}#thanks .cols{display:grid;grid-template:1fr/repeat(auto-fit,minmax(150px,auto));grid-gap:2rem;color:var(--purple);font-size:1rem}#thanks .cols li.ico{min-height:0;margin-bottom:2rem}#thanks .cols svg{width:1rem;height:1rem;fill:var(--purple)}#thanks a{text-decoration:none;display:block;min-height:2rem}#thanks li,#thanks ul{list-style:none;margin:0;padding:0;position:relative;line-height:1.5em}@media screen and (max-width:768px){#thanks li{margin-bottom:.5rem}}#thanks .footer-img{position:absolute;bottom:0;right:0;width:32vw;height:auto;z-index:-1}@media screen and (max-width:768px){#thanks .footer-img{width:100vw}}.gap{height:25vh}.gap.full{height:100vh}@font-face{font-family:SMW;src:url(../fonts/smw.f21027fb.woff2) format("woff2"),url(../fonts/smw.788464ec.woff) format("woff");font-weight:400;font-style:normal}.hide-success-boy{stroke-dasharray:409073;stroke-dashoffset:409073;-webkit-animation:animate-boy-off 2s cubic-bezier(.65,.05,.36,1) forwards;animation:animate-boy-off 2s cubic-bezier(.65,.05,.36,1) forwards}.show-success-boy{-webkit-animation:animate-boy-on 2s cubic-bezier(.65,.05,.36,1) forwards;animation:animate-boy-on 2s cubic-bezier(.65,.05,.36,1) forwards}@-webkit-keyframes animate-boy-on{0%{stroke-dashoffset:409073}to{stroke-dashoffset:0}}@keyframes animate-boy-on{0%{stroke-dashoffset:409073}to{stroke-dashoffset:0}}@-webkit-keyframes animate-boy-off{0%{stroke-dashoffset:0}to{stroke-dashoffset:409073}}@keyframes animate-boy-off{0%{stroke-dashoffset:0}to{stroke-dashoffset:409073}}#home .scene .static-container{padding:0;display:flex;flex-flow:column nowrap;justify-content:center}#home #HobbiesTitle .line{display:block}@media screen and (max-width:568px){#home #HobbiesTitle .title{white-space:nowrap}}#home .std{font-size:1.2rem}#home .std .-big{display:block;font-size:4rem;font-weight:700;word-spacing:-.1em;letter-spacing:-.05em;width:70vw}@media screen and (max-width:1024px){#home .std .-big{font-size:3.5rem;width:90vw}}@media screen and (max-width:768px){#home .std .-big{width:100%}}@media screen and (max-width:568px){#home .std .-big{font-size:2rem}}@media screen and (max-width:568px){#home .std{font-size:1rem}}@media screen and (max-width:568px){#home .title{white-space:nowrap}}#footer-about{transform:scaleX(-1)}.page-about .header-bg{opacity:0;visibility:hidden}#about .pic{pointer-events:none;display:block;position:fixed;z-index:9999;top:50%;left:-12vw;transform:translate3d(0,-50%,0);width:43vw;aspect-ratio:1/1;border-radius:100%;background-image:url(../img/me6.235d13cd.jpg);background-repeat:no-repeat;background-position:50%;background-size:contain;filter:grayscale(1) brightness(1);mix-blend-mode:difference}@media screen and (max-width:1024px){#about .pic{top:-12vh;left:50%;transform:translate3d(-50%,0,0) rotate(90deg);width:70vw}}#about .static-container{padding-top:30vh}@media screen and (max-width:1024px){#about .static-container{padding-top:50vw}}#about .about-contact{margin:2rem 0}#about .about-contact,#about .about-contact li{display:flex;align-items:center;list-style:none}#about .about-contact li{flex:0 0 auto;margin:0 1rem 0 0;color:var(--gray)}#about .about-contact a{flex:0 0 auto;display:flex;align-items:center;text-decoration:none}#about .about-contact a.bt{background:var(--purple);color:var(--bg);padding:0 1rem;height:2rem;border-radius:3rem;margin-left:1rem;line-height:2rem}#about .about-contact a.bt .ico{margin-left:.5rem;height:14px;width:14px}#about .about-contact a.bt:hover{background:var(--light)}#about .about-contact a .ico{flex:0 0 auto;overflow:visible;width:1.5rem;height:1.5rem;stroke:var(--bg);fill:var(--purple);stroke-width:2px;transition:all .4s ease-out}#about .about-contact a:hover .ico{fill:var(--light)}@media screen and (max-width:568px){#about .about-contact{flex-flow:row wrap}#about .about-contact li:last-child{flex:0 0 100%;margin:1rem 0 0}}#about .about-grid{padding:3rem 2rem 0 0;margin-right:-25vw;width:75vw}#about .about-grid h2{font-size:1.2rem;margin-bottom:1rem}#about .about-grid .columns{margin-bottom:2rem}#about .about-grid ul{display:grid;grid-template:1fr/repeat(4,1fr);grid-gap:2rem;grid-row-gap:1rem}#about .about-grid li{list-style:none;margin:0;font-size:1rem;line-height:1.5em;color:var(--gray)}#about .about-grid .tools{display:grid;grid-template:1fr/repeat(4,1fr);grid-gap:2rem;grid-row-gap:1rem}#about .about-grid .tools ul{display:block}@media screen and (max-width:1024px){#about .about-grid{padding:3rem 1rem 0 0;margin:0;width:calc(100vw - 4rem)}}@media screen and (max-width:768px){#about .about-grid .tools,#about .about-grid ul{grid-template:1fr/repeat(3,1fr)}#about .about-grid .tools ul{display:block}}@media screen and (max-width:568px){#about .about-grid .tools,#about .about-grid ul{grid-template:1fr/1fr;grid-gap:1rem}#about .about-grid .tools ul{display:block}}#about .path-hide-1{stroke-dasharray:180000;stroke-dashoffset:180000;-webkit-animation:path-hide-1-off 2s cubic-bezier(.65,.05,.36,1) forwards;animation:path-hide-1-off 2s cubic-bezier(.65,.05,.36,1) forwards}#about .path-show-1{-webkit-animation:path-hide-1-on 2s cubic-bezier(.65,.05,.36,1) forwards;animation:path-hide-1-on 2s cubic-bezier(.65,.05,.36,1) forwards}@-webkit-keyframes path-hide-1-on{0%{stroke-dashoffset:180000}to{stroke-dashoffset:0}}@keyframes path-hide-1-on{0%{stroke-dashoffset:180000}to{stroke-dashoffset:0}}@-webkit-keyframes path-hide-1-off{0%{stroke-dashoffset:0}to{stroke-dashoffset:180000}}@keyframes path-hide-1-off{0%{stroke-dashoffset:0}to{stroke-dashoffset:180000}}#about .path-hide-2{stroke-dasharray:107841;stroke-dashoffset:107841;-webkit-animation:path-hide-2-off 2s cubic-bezier(.65,.05,.36,1) forwards;animation:path-hide-2-off 2s cubic-bezier(.65,.05,.36,1) forwards}#about .path-show-2{-webkit-animation:path-hide-2-on 2s cubic-bezier(.65,.05,.36,1) forwards;animation:path-hide-2-on 2s cubic-bezier(.65,.05,.36,1) forwards}@-webkit-keyframes path-hide-2-on{0%{stroke-dashoffset:107841}to{stroke-dashoffset:0}}@keyframes path-hide-2-on{0%{stroke-dashoffset:107841}to{stroke-dashoffset:0}}@-webkit-keyframes path-hide-2-off{0%{stroke-dashoffset:0}to{stroke-dashoffset:107841}}@keyframes path-hide-2-off{0%{stroke-dashoffset:0}to{stroke-dashoffset:107841}}#about .path-hide-3{stroke-dasharray:4689;stroke-dashoffset:4689;-webkit-animation:path-hide-3-off 2s cubic-bezier(.65,.05,.36,1) forwards;animation:path-hide-3-off 2s cubic-bezier(.65,.05,.36,1) forwards}#about .path-show-3{-webkit-animation:path-hide-3-on 2s cubic-bezier(.65,.05,.36,1) forwards;animation:path-hide-3-on 2s cubic-bezier(.65,.05,.36,1) forwards}@-webkit-keyframes path-hide-3-on{0%{stroke-dashoffset:4689}to{stroke-dashoffset:0}}@keyframes path-hide-3-on{0%{stroke-dashoffset:4689}to{stroke-dashoffset:0}}@-webkit-keyframes path-hide-3-off{0%{stroke-dashoffset:0}to{stroke-dashoffset:4689}}@keyframes path-hide-3-off{0%{stroke-dashoffset:0}to{stroke-dashoffset:4689}}#about .path-hide-4{stroke-dasharray:814;stroke-dashoffset:814;-webkit-animation:path-hide-4-off 2s cubic-bezier(.65,.05,.36,1) forwards;animation:path-hide-4-off 2s cubic-bezier(.65,.05,.36,1) forwards}#about .path-show-4{-webkit-animation:path-hide-4-on 2s cubic-bezier(.65,.05,.36,1) forwards;animation:path-hide-4-on 2s cubic-bezier(.65,.05,.36,1) forwards}@-webkit-keyframes path-hide-4-on{0%{stroke-dashoffset:814}to{stroke-dashoffset:0}}@keyframes path-hide-4-on{0%{stroke-dashoffset:814}to{stroke-dashoffset:0}}@-webkit-keyframes path-hide-4-off{0%{stroke-dashoffset:0}to{stroke-dashoffset:814}}@keyframes path-hide-4-off{0%{stroke-dashoffset:0}to{stroke-dashoffset:814}}#about .path-hide-5{stroke-dasharray:829;stroke-dashoffset:829;-webkit-animation:path-hide-5-off 2s cubic-bezier(.65,.05,.36,1) forwards;animation:path-hide-5-off 2s cubic-bezier(.65,.05,.36,1) forwards}#about .path-show-5{-webkit-animation:path-hide-5-on 2s cubic-bezier(.65,.05,.36,1) forwards;animation:path-hide-5-on 2s cubic-bezier(.65,.05,.36,1) forwards}@-webkit-keyframes path-hide-5-on{0%{stroke-dashoffset:829}to{stroke-dashoffset:0}}@keyframes path-hide-5-on{0%{stroke-dashoffset:829}to{stroke-dashoffset:0}}@-webkit-keyframes path-hide-5-off{0%{stroke-dashoffset:0}to{stroke-dashoffset:829}}@keyframes path-hide-5-off{0%{stroke-dashoffset:0}to{stroke-dashoffset:829}}#about .path-hide-6{stroke-dasharray:739;stroke-dashoffset:739;-webkit-animation:path-hide-6-off 2s cubic-bezier(.65,.05,.36,1) forwards;animation:path-hide-6-off 2s cubic-bezier(.65,.05,.36,1) forwards}#about .path-show-6{-webkit-animation:path-hide-6-on 2s cubic-bezier(.65,.05,.36,1) forwards;animation:path-hide-6-on 2s cubic-bezier(.65,.05,.36,1) forwards}@-webkit-keyframes path-hide-6-on{0%{stroke-dashoffset:739}to{stroke-dashoffset:0}}@keyframes path-hide-6-on{0%{stroke-dashoffset:739}to{stroke-dashoffset:0}}@-webkit-keyframes path-hide-6-off{0%{stroke-dashoffset:0}to{stroke-dashoffset:739}}@keyframes path-hide-6-off{0%{stroke-dashoffset:0}to{stroke-dashoffset:739}}#about .path-hide-7{stroke-dasharray:637;stroke-dashoffset:637;-webkit-animation:path-hide-7-off 2s cubic-bezier(.65,.05,.36,1) forwards;animation:path-hide-7-off 2s cubic-bezier(.65,.05,.36,1) forwards}#about .path-show-7{-webkit-animation:path-hide-7-on 2s cubic-bezier(.65,.05,.36,1) forwards;animation:path-hide-7-on 2s cubic-bezier(.65,.05,.36,1) forwards}@-webkit-keyframes path-hide-7-on{0%{stroke-dashoffset:637}to{stroke-dashoffset:0}}@keyframes path-hide-7-on{0%{stroke-dashoffset:637}to{stroke-dashoffset:0}}@-webkit-keyframes path-hide-7-off{0%{stroke-dashoffset:0}to{stroke-dashoffset:637}}@keyframes path-hide-7-off{0%{stroke-dashoffset:0}to{stroke-dashoffset:637}}#about .path-hide-8{stroke-dasharray:737;stroke-dashoffset:737;-webkit-animation:path-hide-8-off 2s cubic-bezier(.65,.05,.36,1) forwards;animation:path-hide-8-off 2s cubic-bezier(.65,.05,.36,1) forwards}#about .path-show-8{-webkit-animation:path-hide-8-on 2s cubic-bezier(.65,.05,.36,1) forwards;animation:path-hide-8-on 2s cubic-bezier(.65,.05,.36,1) forwards}@-webkit-keyframes path-hide-8-on{0%{stroke-dashoffset:737}to{stroke-dashoffset:0}}@keyframes path-hide-8-on{0%{stroke-dashoffset:737}to{stroke-dashoffset:0}}@-webkit-keyframes path-hide-8-off{0%{stroke-dashoffset:0}to{stroke-dashoffset:737}}@keyframes path-hide-8-off{0%{stroke-dashoffset:0}to{stroke-dashoffset:737}}#about .path-hide-9{stroke-dasharray:645;stroke-dashoffset:645;-webkit-animation:path-hide-9-off 2s cubic-bezier(.65,.05,.36,1) forwards;animation:path-hide-9-off 2s cubic-bezier(.65,.05,.36,1) forwards}#about .path-show-9{-webkit-animation:path-hide-9-on 2s cubic-bezier(.65,.05,.36,1) forwards;animation:path-hide-9-on 2s cubic-bezier(.65,.05,.36,1) forwards}@-webkit-keyframes path-hide-9-on{0%{stroke-dashoffset:645}to{stroke-dashoffset:0}}@keyframes path-hide-9-on{0%{stroke-dashoffset:645}to{stroke-dashoffset:0}}@-webkit-keyframes path-hide-9-off{0%{stroke-dashoffset:0}to{stroke-dashoffset:645}}@keyframes path-hide-9-off{0%{stroke-dashoffset:0}to{stroke-dashoffset:645}}#about .footer-img{position:absolute;bottom:0;right:0;width:100vw;height:auto;z-index:-1;opacity:.5}@media screen and (max-width:768px){#about .footer-img{opacity:1}}#err404 #astro{position:fixed;right:-20vw;bottom:0;width:60vw;height:60vh;overflow:visible}#err404 #coffee{position:absolute;right:30vw;bottom:70vh;width:12vw;height:12vh;overflow:visible}