.flex{display:-webkit-flex;display:-ms-flexbox;display:flex}.flex-row{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.flex-col{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.justify-center{-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.justify-between{-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.justify-end{-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.flex-wrap{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.items-center{-ms-flex-align:center;-webkit-align-items:center;align-items:center}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body,html{-ms-scroll-chaining:none;overscroll-behavior:none}