.container{display:flex;height:100%;margin:0 auto;max-width:140rem;padding:0 2rem;width:100%}.container-align-start{align-items:flex-start}.container-align-center{align-items:center}.container-align-end{align-items:flex-end}.container-justify-start{justify-content:flex-start}.container-justify-center{justify-content:center}.container-justify-end{justify-content:flex-end}.container-justify-between{justify-content:space-between}.container-justify-around{justify-content:space-around}.container-row{flex-direction:row}.container-column{flex-direction:column}.container-relative{position:relative}.wrapper{background-color:var(--67b53d94);padding:var(--dad6c52a);width:100%}
