@keyframes loader-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loader-box{position:absolute;width:100%;height:100%;text-align:center;background:var(--lighterBgColor)}.loader-box *{transition:all .3s}.loader-box:after{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-.25em}.loader-content{box-sizing:border-box;display:inline-block;vertical-align:middle;text-align:center;font-size:0}.loader-circle{position:absolute;left:50%;top:50%;width:120px;height:120px;border-radius:50%;box-shadow:inset 0 0 0 1px #fff6;margin-left:-60px;margin-top:-60px}.loader-line-mask{position:absolute;left:50%;top:50%;width:60px;height:120px;margin-left:-60px;margin-top:-60px;overflow:hidden;transform-origin:60px 60px;mask-image:linear-gradient(to bottom,#fff,#fff0);-webkit-mask-image:-webkit-linear-gradient(top,#fff,rgba(255,255,255,0));animation:loader-rotate 1.2s infinite linear}.loader-line{width:120px;height:120px;border-radius:50%;box-shadow:inset 0 0 0 1px #fff}.hero-section{display:flex;flex-direction:column;justify-content:flex-start}.hero-transition-group{display:flex;flex-direction:column;justify-content:center;min-height:50vh}.hero-greeting{padding:0 0 10px 3px;color:var(--accentColor);font-family:JetBrainsMono-Regular;font-size:.9rem}@media(min-width:480px){.hero-greeting{font-size:1rem}}.hero-large-heading{font-size:2.7rem}@media(min-width:480px){.hero-large-heading{font-size:3rem}}@media(min-width:768px){.hero-large-heading{font-size:3.5rem}}@media(min-width:992px){.hero-large-heading{font-size:3.8rem}}.hero-tagline{font-family:Gilroy-Light,sans-serif;font-weight:300;color:var(--textColor)}.sideline-container{width:30px;transition:.4s;transition-delay:.65s;z-index:200;color:var(--headingColor)}.sideline{display:flex;flex-direction:column;align-items:center;position:relative}.sideline:after{content:"";display:block;width:1.5px;margin:10px auto 0;background-color:var(--headingColor)}.sideline-left:after{height:50vh}.sideline-right:after{height:10vh}.scroll-text{writing-mode:vertical-rl;font-size:.65rem;letter-spacing:.3rem;font-family:JetBrainsMono-Regular}.hero-icon-link{font-size:1.2rem;margin:10px 0;color:var(--headingColor);text-decoration:none;transition:all .25s cubic-bezier(.645,.045,.355,1) 0s}.hero-icon-link:after{content:none}.hero-icon-link:hover{color:var(--accentColor);transform:translateY(-3px)}.hero-icon-link:hover:after{content:none}.sideline-left-container{left:15px;right:auto}@media(min-width:768px){.sideline-left-container{left:40px}}.sideline-right-container{display:none;left:auto;right:15px}@media(min-width:768px){.sideline-right-container{display:block;right:40px}}.hp-section{margin:0 auto;position:relative;padding:75px 0 125px}.hp-section-body{margin-top:100px}.hp-section-heading{font-size:2rem;margin-bottom:32px;position:relative;transition:opacity .3s cubic-bezier(.645,.045,.355,1),transform .3s cubic-bezier(.645,.045,.355,1);transition-delay:.4s}@media(min-width:480px){.hp-section-heading{font-size:2.4rem}}@media(min-width:768px){.hp-section-heading{font-size:2.6rem}}@media(min-width:1200px){.hp-section-heading{font-size:2.8rem}}.hp-section-heading:before{content:"";position:absolute;bottom:-20px;height:2px;width:60px;background:var(--accentColor);border-radius:6px;transition:all .3s;transition-delay:.5s}.hp-section-heading:after{content:"";position:absolute;bottom:-30px;height:2px;width:60px;background:var(--accentColor);border-radius:6px;transition:all .3s;transition-delay:.65s}.hp-section-heading:not(.is-centered):before{left:0}.hp-section-heading:not(.is-centered):after{left:30px}.hp-section-heading.is-centered{text-align:center}.hp-section-heading.is-centered:before{left:calc(50% - 45px)}.hp-section-heading.is-centered:after{left:calc(50% - 15px)}.hp-section-heading.not-appeared{opacity:0;transform:translateY(40px)}.hp-section-heading.not-appeared:before{opacity:.01;transform:translate(-80px)}.hp-section-heading.not-appeared:after{opacity:.01;transform:translate(-180px)}.hp-section-heading.not-appeared.is-centered:after{transform:translate(80px)}.hp-section-heading .accent-dot{color:var(--accentColor);font-size:50px}.appearing-container{transition:opacity .3s cubic-bezier(.645,.045,.355,1),transform .3s cubic-bezier(.645,.045,.355,1);transition-delay:.4s;margin:30px 0}@media(min-width:992px){.about-section{padding:75px 12% 125px}}.about-hr{transition:width .4s;transition-delay:.2s}.tech-skills-list{max-width:500px;columns:2;-webkit-columns:2;-moz-columns:2}.bullet-item{list-style:none;position:relative;padding-left:20px;font-family:JetBrainsMono-Regular,monospace;font-size:.95rem}.bullet-item:before{content:"◦ ";position:absolute;left:0;color:var(--accentColor);font-size:1.2rem;line-height:1.2}.hp-button{box-sizing:border-box;appearance:none;background-color:transparent;background-image:linear-gradient(45deg,var(--lighterBgColor) 50%,transparent 50%);background-position:100%;background-size:400%;border:1px solid var(--accentColor);border-radius:.2rem;color:var(--accentColor);cursor:pointer;display:flex;align-self:center;font-size:.9rem;line-height:1.1;padding:1rem 2.5rem;text-decoration:none;font-family:JetBrainsMono-Regular,monospace;letter-spacing:.05rem;transition:background .3s ease-in-out}.hp-button:hover,.hp-button:focus{outline:0}.hp-button:hover{background-position:0}.contact-section{padding:75px 5% 125px}@media(min-width:992px){.contact-section{padding:75px 20% 125px}}.auto-fit-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:15px}.hp-card{display:flex;flex-direction:column;justify-content:space-between;background:var(--lighterBgColor);border-radius:4px;padding:32px 25px;box-shadow:0 8px 11px -6px var(--boxShadowColor);height:100%}.hp-card-heading{font-size:1.3rem;letter-spacing:.08rem}.hp-card-heading a{color:inherit;text-decoration:none}.hp-card-heading a:after{display:none}.hp-card-heading a:hover,.hp-card-heading a:focus-visible{color:var(--accentColor)}@media(min-width:992px){.hp-card-heading{font-size:1.5rem}}.hp-card-teaser{margin:30px 0;font-size:1rem}@media(min-width:992px){.hp-card-teaser{font-size:1.05rem}}.hp-card .read-link{font-family:JetBrainsMono-Regular;text-transform:uppercase;font-size:.8rem;letter-spacing:.05rem;vertical-align:middle;text-decoration:none}.hp-card .read-link:after{content:none}.hp-card .read-link:hover:after{content:none}.hp-card .read-link:hover .hp-arrow-icon{margin-left:12px}.hp-arrow-icon{font-size:1rem;margin:0 5px 0 7px;position:relative;top:.4rem;transition:.1s ease-out}.hp-post-details{font-size:.7rem}.hp-post-details .date{margin-right:15px}.hp-post-details .eyeglasses-icon{position:relative;top:.3rem;font-size:1.1rem;margin-right:5px}.markers-nav{position:fixed;width:100%;top:auto;left:0;bottom:0;padding:10px 0;overflow:hidden;z-index:100;opacity:1;display:flex;justify-content:center;background:var(--bgColor);transition:all .3s}.markers-list{display:flex;align-items:flex-end}.marker-item{display:block;position:relative;padding:0 12px;height:auto;list-style-type:none}.marker-link{display:block;position:relative;width:1.5px;background:var(--headingColor);transition:.3s;z-index:1;cursor:pointer;text-decoration:none}@media(min-width:992px){.marker-link{width:2px}}.hp-main{padding:0 25px;overflow-x:hidden}@media(min-width:480px){.hp-main{padding:0 12%}}@media(min-width:768px){.hp-main{padding:0 16%}}@media(min-width:1200px){.hp-main{padding:0 20%}}.home-footer{display:flex;flex-direction:column;justify-content:center;align-items:center;height:auto;min-height:90px;padding:15px 0;font-size:.8rem;background-color:var(--darkerBgColor);margin-top:90px}
