/* Small layout utilities used by the static pages; no framework dependency. */
.d-flex{display:flex}.d-inline-flex{display:inline-flex}.d-block{display:block}.d-none{display:none}
.flex-wrap{flex-wrap:wrap}.flex-column{flex-direction:column}.align-items-center{align-items:center}.justify-content-center{justify-content:center}.justify-content-between{justify-content:space-between}
.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:1rem}.gap-4{gap:1.5rem}
.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:1rem}.mt-4{margin-top:1.5rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:1rem}.text-center{text-align:center}.w-100{width:100%}.img-fluid{max-width:100%;height:auto}
.row{display:flex;flex-wrap:wrap;margin-left:-.75rem;margin-right:-.75rem}.row>*{box-sizing:border-box;padding-left:.75rem;padding-right:.75rem;max-width:100%;width:100%}.col{flex:1 0 0%}.col-12{width:100%}
@media(min-width:768px){.d-md-flex{display:flex}.d-md-block{display:block}.col-md-6{width:50%}.col-md-4{width:33.333333%}}
@media(min-width:992px){.d-lg-flex{display:flex}.d-lg-block{display:block}.col-lg-6{width:50%}.col-lg-4{width:33.333333%}.col-lg-3{width:25%}}
