.flex{display:flex}.flex-grow-1{flex-grow:1}.flex-row{display:flex;flex-direction:row}.flex-row-rev{display:flex;flex-direction:row-reverse}.flex-col{display:flex;flex-direction:column}.flex-col-rev{display:flex;flex-direction:column-reverse}.flex-wrap{display:flex;flex-wrap:wrap}.flex-no-wrap{display:flex;flex-wrap:nowrap}.flex-inline{display:inline-flex}.justify-center{display:flex;justify-content:center}.justify-end{display:flex;justify-content:flex-end}.justify-start{display:flex;justify-content:flex-start}.justify-around{display:flex;justify-content:space-around}.justify-between{display:flex;justify-content:space-between}.justify-evenly{display:flex;justify-content:space-evenly}.align-center{display:flex;align-items:center}.align-end{display:flex;align-items:flex-end}.align-start{display:flex;align-items:flex-start}.align-baseline{align-items:baseline}.align-stretch{align-items:stretch}.content-center{display:flex;align-content:center}.content-end{display:flex;align-content:flex-end}.content-start{display:flex;align-content:flex-start}.content-around{display:flex;align-content:space-around}.content-between{display:flex;align-content:space-between}.content-evenly{display:flex;align-content:space-evenly}.content-stretch{display:flex;align-content:stretch}.gap-x-10{display:flex;gap:10px}.px-1{padding-left:1rem;padding-right:1rem}.py-1{padding-top:1rem;padding-bottom:1rem}.py-25{padding-top:25px;padding-bottom:25px}.py-40{padding-top:40px;padding-bottom:40px}.m-0{margin:0}.m-5{margin:5px}.my-0{margin-top:0;margin-bottom:0}.my-5{margin-top:5px;margin-bottom:5px}.my-25{margin-top:25px;margin-bottom:25px}.my-40{margin-top:40px;margin-bottom:40px}.ml-0{margin-left:0}.ml-auto{margin-left:auto}.mr-0{margin-right:0}.mr-5{margin-right:5px}.mr-auto{margin-right:auto}.mb-0{margin-bottom:0}.mb-20{margin-bottom:20px}.mb-auto{margin-bottom:auto}.mt-0{margin-top:0}.mt-15{margin-top:15px}.mt-24{margin-top:24px}.self-auto{align-self:auto}.self-start{align-self:start}.self-end{align-self:end}.self-center{align-self:center}.self-stretch{align-self:stretch}.self-baseline{align-self:baseline}.justify-self-auto{justify-self:auto}.justify-self-start{justify-self:start}.justify-self-end{justify-self:end}.justify-self-center{justify-self:center}.justify-self-stretch{justify-self:stretch}.h-full{height:100%}.h-content{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.w-full{width:100%}.w-content{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.space-between{justify-content:space-between}.align-center{align-items:center}.justify-center{justify-content:center}.flex-wrap{flex-wrap:wrap}.relative{position:relative}.absolute{position:absolute}.overflow-hidden{overflow:hidden}.d-block{display:block}.z-1{z-index:1}.z-2{z-index:2}.z-3{z-index:3}.z-4{z-index:4}.z-5{z-index:5}.inline-flex{display:inline-flex}.break-word{word-break:break-word}
