.main{flex-direction:column;height:100vh;display:flex}.home-screen{flex-direction:row;flex-grow:1;align-items:center;display:flex}.wilma-wrapper{flex-direction:column;justify-content:center;align-items:center;width:25vw;height:100%;padding:15px;display:flex;position:relative}.wilma-wrapper:after{content:"";background:linear-gradient(#0000,#00000026 20% 80%,#0000);border-radius:10px;width:3px;height:60%;position:absolute;top:50%;right:0;transform:translateY(-50%)}.step-list{flex-direction:column;justify-content:center;height:100%;padding:15px 50px;display:flex}.home-screen h1{margin-bottom:1rem;line-height:2.5rem}.home-screen h2{text-align:center;margin-bottom:2rem;line-height:2.25rem}.home-screen h3{text-align:left;margin-bottom:1rem;font-weight:700;line-height:2.25rem}.step-container{flex-flow:wrap;align-items:flex-start;display:flex}.home-screen button{text-wrap:wrap;width:250px;height:75px;margin:25px;padding:10px;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.home-screen .steps{flex-flow:wrap;display:flex}.half-column{width:50%}.home-screen Link{flex-direction:column;display:flex}
