.hero__header{height:100vh;display:flex;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:2rem}.scroll-section-outer{overflow:hidden;width:100%;height:100%;background-color:#5a554f;transition:background-color .3s ease;position:relative}.scroll-section-outer:after,.scroll-section-outer:before{content:"";position:absolute;left:0;right:0;height:20vh;z-index:2;pointer-events:none}.scroll-section-inner{height:100vh;width:400vw;display:flex;flex-direction:row;position:relative}.scroll-section{height:100vh;width:100vw;display:flex;margin-top:4rem;padding:2rem}@media (min-width:600px){.scroll-section{padding:2rem;margin-top:0}}@media (min-width:900px){.scroll-section{padding:3rem;margin-top:0}}@media (min-width:1200px){.scroll-section{padding:4rem;margin-top:0}}.project-content{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:1200px;gap:0}@media (min-width:900px){.project-content{flex-direction:row;justify-content:space-between;gap:4rem}}@media (min-width:1200px){.project-content{gap:6rem}}.project-text{flex:1;color:#fff;text-align:center}@media (min-width:900px){.project-text{text-align:left}}.project-image{flex:1;width:90%;max-width:500px;position:relative;overflow:hidden}@media (min-width:900px){.project-image{width:auto;max-width:none}}.project-image img{width:100%;height:auto;max-height:50vh;object-fit:cover;border-radius:.5rem;transition:transform .5s ease}@media (min-width:600px){.project-image img{border-radius:.75rem}}@media (min-width:900px){.project-image img{height:90%;max-height:none;border-radius:1rem}}.project-image.last-project img:hover{cursor:pointer;transform:scale(1.1)}.last-project-text{max-width:800px;margin:0 auto}@media (max-width:599px){.last-project-text p{padding:1rem!important}}.footer{height:100vh;display:flex;justify-content:center;align-items:center}.footer span{font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif;font-size:var(--headlineBig);color:var(--primaryTextColor)}