.wip{min-height:78vh;display:flex;flex-direction:row}@media screen and (max-width:768px){.wip{flex-direction:column;padding:0 2rem}}.wip .left-side{width:45%;display:flex;flex-direction:column;justify-content:center;align-items:center}@media screen and (max-width:768px){.wip .left-side{width:100%}}.wip .left-side>div{max-width:300px;display:flex;flex-direction:column;gap:1rem}@media screen and (max-width:768px){.wip .left-side>div{max-width:100%}}.wip .left-side input{border:none;border-bottom:1px solid #000}.wip .left-side button{background:var(--primary);color:#fff;display:inline-block;padding:.5rem 1rem;border-radius:.3rem;transition:all .2s ease-in-out}.wip .left-side button:hover{cursor:pointer;background:var(--accent)}.wip .left-side ul{display:flex;margin-top:1rem;gap:1.4rem;align-items:center;justify-content:center}@media screen and (max-width:768px){.wip .left-side ul{margin-top:0}}.wip .right-side{width:55%;padding-right:8rem}@media screen and (max-width:768px){.wip .right-side{width:100%;height:40vh;min-height:300px;padding-right:0;padding-top:2rem}}.wip .right-side div{background-position:0 50%;width:100%;height:100%}