.flex,[class*=flex-]{display:flex;flex-wrap:wrap}.flex-x-start{justify-content:flex-start}.flex-x-end{justify-content:flex-end}.flex-x-center{justify-content:center}.flex-x-around{justify-content:space-around}.flex-x-between{justify-content:space-between}.flex-y-baseline{align-items:baseline}.flex-y-center{align-items:center}.flex-y-start{align-items:flex-start}.flex-y-end{align-items:flex-end}.flex-xy-center{align-items:center;justify-content:center}.flex-nowrap{flex-wrap:nowrap}.flex-column{flex-direction:column}.flex-inline{display:inline-flex}.flex-auto{flex:auto}.flex-column-fullheight{flex-flow:column nowrap;height:100%}.self-y-start{align-self:flex-start}.self-y-end{align-self:flex-end}.self-y-center{align-self:center}.self-grow-1{flex-grow:1}.self-shrink-0{flex-shrink:0}.visually-hidden{clip:rect(0 0 0 0);border:0;clip-path:inset(100%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.mr-4{margin-right:.2857142857rem}.button-reset{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;font-family:inherit;margin:0;padding:0}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.list-reset{list-style-type:none;margin:0;padding:0}.v-enter-active,.v-leave-active{transition:opacity .15s ease}.v-enter-from,.v-leave-to{opacity:0}.fade-in-top{opacity:0;transition:opacity .3s,transform .3s}.fade-in-top[data-is-in-viewport=true]{animation:.5s fade-in-top var(--animation-delay,0s) ease-in-out forwards}.fade-in{opacity:0;transition:opacity .3s}.fade-in[data-is-in-viewport=true]{animation:.5s fade-in var(--animation-delay,0s) ease-in-out forwards}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in-top{0%{opacity:0;transform:translateY(30%)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in-right{0%{opacity:0;transform:translate(-10%)}to{opacity:1;transform:translate(0)}}@keyframes fade-in-left{0%{opacity:0;transform:translate(10%)}to{opacity:1;transform:translate(0)}}.layout-default{display:flex;flex-direction:column;height:100vh}
