@font-face{font-family:SF Pro Display;src:url(/fonts/SF-Pro-Display.otf) format("opentype")}@font-face{font-family:SF Pro Text;src:url(/fonts/SF-Pro.ttf) format("truetype")}*{box-sizing:border-box;margin:0;padding:0;background:#fff;font-family:SF Pro Text,Helvetica Neue,Helvetica,sans-serif;font-weight:300}html{scroll-behavior:smooth;line-height:1.5rem;font-size:16px}h1,h2,h3{font-family:SF Pro Display,Helvetica Neue,Helvetica,sans-serif}@media only screen and (max-width: 900px){html{line-height:1.25rem}}.nav-bar-container{position:fixed;top:0;z-index:1;display:flex;width:100%;justify-content:center;border-bottom:1px solid #00000029;background:#ffffff26;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px)}.nav-bar-container *{background:#fff0}.nav-bar{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1200px;padding:.75rem}.nav-bar a{text-decoration:none;color:#505050;font-size:14px;height:100%;transition:color .2s ease}.nav-bar a:hover{color:#000}a.title{display:flex;align-items:center;justify-content:center;gap:.75rem}a.title h1{font-size:22px}.circle{height:15px;width:15px;border-radius:50%;background:conic-gradient(from 90deg,#077a92,#2b9a87,#a9c60b 20%,#d7d90c 28%,#fad507,#fcb33a 42%,#ff9a3d,#f8734c 58%,#db5f6f,#c07290 72%,#a47db1,#7e6aaf,#6890d9,#7cb4dd 96%,#077a92)}.nav-bar-content{display:flex;justify-content:space-between;align-items:center}a+a{margin-inline:1rem;margin-inline-end:0}.socials{display:flex;justify-content:space-between;align-items:center;margin-left:2rem}.socials a{display:flex;justify-content:space-between;align-items:center}.social-icon{width:20px;fill:#505050;transition:fill .2s ease}.social-icon:hover{fill:#000;transition:fill .2s ease}@media only screen and (max-width: 600px){.nav-bar-content nav{display:none}}.app{display:flex;flex-direction:column;align-items:center;width:100%}section{display:flex;flex-direction:column;align-items:center;width:100%;max-width:1200px;padding:6rem 2rem 4rem}h2{font-size:32px;text-align:left;overflow:visible}a{text-decoration:none;font-weight:400;color:#06c}b{font-weight:500}@keyframes opacity-fade-in{0%{opacity:0}to{opacity:100}}@media only screen and (max-width: 900px){h2{font-size:28px}}@media only screen and (max-width: 600px){section{padding:4rem 2rem 2rem}h2{font-size:26px}}#hero{justify-content:center;position:relative;gap:5rem;animation:opacity-fade-in 1.5s}.hero-content{display:flex;flex-direction:column;align-items:start;gap:.25rem;font-size:18px}.hero-content h1{margin-bottom:.75rem}img{max-width:475px}.arrow-icon{position:absolute;bottom:2.5rem;cursor:pointer;width:1.75rem;stroke:#505050;transition:bottom .2s ease,stroke .2s ease}.arrow-icon:hover{bottom:3.5rem;stroke:#000;transition:bottom .2s ease,stroke .2s ease}.canvas{width:550px;stroke-dasharray:2750;animation:draw 3s ease-out forwards}@keyframes draw{0%{stroke-dashoffset:2750}to{stroke-dashoffset:0}}@media only screen and (max-width: 900px){.canvas{width:450px}.hero-content{font-size:14px}}@media only screen and (max-width: 600px){#hero{padding:0 2rem;font-size:10px;gap:3rem}.canvas{width:300px}}#about .about-content{display:flex;justify-content:space-between}.about-content{display:flex;flex-direction:row;gap:4rem;margin-top:3rem}.about-description{display:flex;flex-direction:column;text-align:justify;gap:1.5rem}.technologies{display:flex;flex-direction:column;gap:.25rem;margin-top:1rem}.technologies-list{display:flex;justify-content:space-evenly;margin-top:1.5rem;gap:1rem}.technologies-list-item{display:flex;flex-direction:column;align-items:center;width:100%;gap:.5rem;font-size:14px;color:#505050}.technologies-list-item:last-child{margin-left:0}.technologies-list-item svg{height:35px}.other-technologies{font-size:12px;margin-top:1rem;color:#505050}.portrait{height:350px;border-radius:50%}.small-screen-portrait{display:none}@media only screen and (max-width: 1200px){.portrait{height:300px}}@media only screen and (max-width: 900px){#about{font-size:12px}.about-content{gap:2rem}.about-content .about-description{font-size:12px;gap:1rem;margin-top:1.5rem;width:60%}.technologies{margin-top:.5rem}.technologies-list{gap:.5rem}.technologies-list-item,.other-technologies{font-size:10px}.technologies-list-item svg{height:20px}.portrait{height:200px}.small-screen-portrait{display:none}}@media only screen and (max-width: 600px){.about-content{display:flex;flex-direction:column;align-items:center;gap:1rem}.about-content .about-description{width:100%}.large-screen-portrait{display:none}.small-screen-portrait{margin-top:2rem;display:flex;height:200px;width:200px}}@media (max-width: 380px){.small-screen-portrait{height:150px;width:150px}.technologies-list{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}}.fade-in{display:flex;flex-direction:column;opacity:0;width:100%;max-width:1200px;transform:translateY(10vh);visibility:hidden;transition:opacity .8s ease-out,transform 1.4s ease-out;will-change:opacity,visibility}.fade-in.is-visible{opacity:1;transform:none;visibility:visible}.life-bits{display:flex;justify-content:center;flex-direction:column;margin-top:2rem;align-items:center;gap:1.5rem}.life-bits-gallery{display:flex;justify-content:center;width:100%}.gallery{margin-top:2rem;display:flex;overflow:hidden;justify-content:center}.life-bit{margin:0 .25rem;overflow:hidden;transition:flex .5s ease;cursor:pointer;display:flex;justify-content:center;align-items:center;will-change:flex}.life-bit img{height:350px;transform:scale(1);transition:transform .5s ease,filter .5s ease}.hovered-life-bit-caption{font-size:16px}@media only screen and (max-width: 1000px){.life-bits{display:none}}.experiences{display:flex;gap:4rem;margin-top:3rem}.experiences-list{display:flex;flex-direction:column;list-style:none;padding-left:0}.experiences-list-item{display:flex;flex-direction:column;cursor:pointer;position:relative;padding:0 1rem .25rem 0;transition:color .2s ease}.experiences-list-item:after{content:"";height:1px;background-color:#000;position:absolute;left:0;right:0;bottom:0;opacity:0;transform:scaleX(0);transition:opacity .2s ease-in,transform .2s ease-in,background-color .2s ease-in}.experiences-list-item-company{padding-left:.25rem}.experiences-list-item.active{color:#06c}.experiences-list-item.active:after{background-color:#06c}.experiences-list-item:hover:after{opacity:1;transform:scaleX(1)}.experiences-list-item{margin-bottom:.75rem}.experiences-list-item:last-child{margin-bottom:0}.asterisk{color:#505050;transition:color .2s ease}.active .asterisk{color:#06c}.asterisk-legend{font-size:14px;margin-top:.75rem;color:#505050}.active-experience-content{display:flex;flex-direction:column;max-width:65%;gap:1rem}.active-experience-content div{display:flex;justify-content:space-between}.active-experience-content ul{padding-left:1.5rem;display:flex;flex-direction:column}.active-experience-content ul li{margin-bottom:.25rem}.active-experience-content ul li:last-child{margin-bottom:0}@media only screen and (max-width: 900px){#experience{font-size:12px}.experiences{width:100%;gap:1rem;margin-top:1.5rem}.experiences-list-item{padding-right:.25rem}.active-experience-content ul{padding-left:1rem}.asterisk-legend{font-size:10px}}footer{display:flex;justify-content:center;width:100%;border-top:1px solid #00000029;padding:0 2rem 1rem}footer div{display:flex;flex-direction:column;font-size:12px;width:100%;max-width:1200px;padding:4rem 0 1rem;color:#505050}@media only screen and (max-width: 900px){footer div{font-size:10px}}.divider{height:1px;background-color:#00000029!important;width:100%}#projects{font-size:14px}.projects-list{display:flex;gap:4rem;margin-top:3rem}.projects-list-item{display:flex;flex-direction:column;justify-content:space-between;padding:1.5rem;background:#f4f4f4;border-radius:.75rem;width:375px;gap:2rem}.projects-list-item *{background:inherit}.with-link{cursor:pointer}.projects-list-item-header{display:flex;flex-direction:column;gap:1rem}.projects-list-item-title{display:flex;justify-content:space-between;align-items:center}.projects-list-item-title span{font-size:16px;font-weight:500}.projects-list-item .launch-icon{display:flex;align-items:center;color:#505050;transition:color .3s ease;width:20px}.projects-list-item:hover .launch-icon{color:#000}.projects-list-item-description{display:flex;flex-direction:column}.projects-list-item-technologies{display:flex;flex-direction:column;color:#505050;font-size:12px}@media only screen and (max-width: 950px){.projects-list{display:flex;flex-direction:column;gap:2rem}.projects-list-item{width:100%}}@media only screen and (max-width: 900px){#projects{font-size:12px}}
