.flexx{display:flex;flex-wrap:nowrap;position:relative}.flexx.h{flex-direction:row}.flexx.h-reverse{flex-direction:row-reverse}.flexx.v{flex-direction:column}.flexx.v-reverse{flex-direction:column-reverse}.flexx.wrap{flex-wrap:wrap}.flexx.inline{display:inline-flex}.flexx.content-center{align-items:center}.flexx.content-end{align-items:end}.flexx.content-start{align-items:start}.flexx.stretch{align-items:stretch}.flexx.dis-center{justify-content:center}.flexx.dis-even{justify-content:space-evenly}.flexx.dis-even>*{flex-basis:50%}.flexx.dis-between{justify-content:space-between}.flexx.dis-around{justify-content:space-around}.flexx.dis-start{justify-content:start}.flexx.dis-end{justify-content:end}@media (max-width:750px){.flexx.h.flexx-collapse{flex-direction:column}.flexx.h-reverse.flexx-collapse{flex-direction:column-reverse}}.button{display:flex;align-items:center;justify-content:center;font-size:large}.button.pill{border-radius:128px;padding:10px 30px}.button.rect{padding:10px;font-weight:400;border-radius:10px}.button:hover{background-image:linear-gradient(rgba(0,0,0,.15) 0 0)}.button,.button:hover{-webkit-transition:background-color .1s linear;-ms-transition:background-color .1s linear;transition:background-color .1s linear}