.layout{display:flex;flex-direction:column;height:100vh;margin:0 auto;max-width:100vw;padding:var(--space-content-default);position:relative;width:56.25vh}.layout__background_container{height:100vh;left:0;overflow:hidden;position:fixed;top:0;width:100vw;z-index:-1}.layout__background{height:100%;left:20%;position:absolute;top:15%;width:100%}.layout__background_image{filter:grayscale(100%);height:100%;mix-blend-mode:multiply;object-fit:cover;opacity:.1;width:100%}.layout__header{align-items:center;display:flex;justify-content:space-between;padding:var(--space-stack-squish-default)}.layout__header--left,.layout__header--right{display:flex;flex:1 1}.layout__header--left{justify-content:flex-start}.layout__header--right{justify-content:flex-end}.layout__logo{flex:0 0 auto}.layout__header img{width:5rem}.layout__main{display:flex;flex-direction:column;flex-grow:1;gap:var(--space-default);padding-top:var(--space-xxlarge)}.back_button{align-items:center;background-color:rgba(0,0,0,0);border:none;color:var(--almost-white);cursor:pointer;display:flex;justify-content:center;padding:0}.back_button:hover{opacity:.8}.back_button svg{height:2.5rem;width:2.5rem}