.hero__placeholder{position:absolute;opacity:.3;top:-200px;left:0;width:100%;height:100vh;z-index:-1}.hero__container{overflow:hidden;margin:0 auto;width:60%;display:flex;flex-direction:column-reverse}@media(min-width:995px){.hero__container{height:70vh;flex-direction:row;align-items:center;justify-content:space-between}}.hero__h1{font-size:2.5rem;margin-bottom:auto}.hero__h2{font-size:1.5rem}.hero__text{display:flex;flex-direction:column;width:100%}@media(min-width:995px){.hero__text{width:50%}}.hero__pfp{display:none;border-radius:50%;width:90px;height:90px}@media(min-width:995px){.hero__pfp{display:flex}}.hero__image{width:100%;height:300px;display:flex;align-items:center;justify-content:center}@media(min-width:995px){.hero__image{width:50%;height:100%}}.social__container{margin-top:50px;margin-bottom:20px;display:flex;justify-content:center}@media(min-width:995px){.social__container{margin-bottom:0}}.social__links{display:flex;flex-direction:column;gap:20px}@media(min-width:995px){.social__links{flex-direction:row}}.social__link{gap:10px;display:flex;align-items:center;justify-content:center;background-color:#262626;border-radius:10px;width:300px;height:80px;padding:8px 0}@media(min-width:995px){.social__link{width:150px;height:inherit}}.social__link:hover{background-color:#4b4b4b}.social__icon{width:30px;height:30px}@media(min-width:995px){.social__icon{width:20px;height:20px}}.contact__container{margin:0 auto;width:50%}.contact__title{margin-bottom:20px}.footer__container{display:flex;align-items:center;justify-content:flex-end;margin:0 auto;width:60%;height:100px}.footer__text{color:#4b4b4b}.transition-box{position:absolute;background-color:#00bb4b;top:0;width:100vw;height:1000px;z-index:2}.fade-in{opacity:0;transform:translateY(5vh);visibility:hidden;transition:opacity 1.2s ease-out,transform .5s ease-out,visibility 1.2s ease-out;will-change:opacity,transform,visibility}.fade-in.is-visible{opacity:1;transform:none;visibility:visible}