.container{cursor:pointer;width:auto}.items-container{transition:translate .3s ease;translate:150px}.opened .items-container{translate:0}.spacer{width:22px}.image{width:100px;height:100px}.vertical-bar{width:8px;height:120px;background:#b85600}.letter{font-size:130px;font-weight:600}.remainder-container{overflow:hidden}.word-two{transition:translate .3s ease;translate:-180px}.opened .word-two{translate:0}.remainder-one,.remainder-two{font-size:130px;transition:translate .3s ease,opacity .3s ease;translate:-100%;opacity:0}.opened .remainder-one,.opened .remainder-two{translate:0;opacity:1}@media screen and (max-width:768px){.image{width:70px;height:70px}.letter,.remainder-one,.remainder-two{font-size:70px}.vertical-bar{width:6px;height:80px}.spacer{width:18px}.items-container{translate:80px}.word-two{translate:-94px}}.page-container{display:flex;flex-direction:column;align-items:center;height:100dvh}.text{transition:opacity .3s ease;opacity:0;font-size:3rem;font-weight:700;text-align:center}.text-visible .text{opacity:100%}@media screen and (max-width:768px){.text{font-size:2rem}}