/* MUV — utilidades estilo Bootstrap (ver _generate_utilities.py) */
/* Escala 0-5 | Breakpoints: sm(576) md(768) lg(992) xl(1200) = min-width */
/* Uso: pt-3, col-lg-6, text-md-center, d-flex, justify-content-between, etc. */

/* Container utilities (Bootstrap-like): container, container-full */
.container,
.container-full {
  width: 100% !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.container { max-width: 100% !important; }

@media (min-width: 576px) { .container { max-width: 540px !important; } }
@media (min-width: 768px) { .container { max-width: 720px !important; } }
@media (min-width: 992px) { .container { max-width: 960px !important; } }
@media (min-width: 1200px) { .container { max-width: 1140px !important; } }

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mx-auto {
  margin-left: auto !important; margin-right: auto !important;
}

.my-auto {
  margin-top: auto !important; margin-bottom: auto !important;
}

.h-100 {
  height: 100% !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

@media (min-width: 576px) {
.p-sm-0 {
  padding: 0 !important;
}
}

@media (min-width: 576px) {
.p-sm-1 {
  padding: 0.25rem !important;
}
}

@media (min-width: 576px) {
.p-sm-2 {
  padding: 0.5rem !important;
}
}

@media (min-width: 576px) {
.p-sm-3 {
  padding: 1rem !important;
}
}

@media (min-width: 576px) {
.p-sm-4 {
  padding: 1.5rem !important;
}
}

@media (min-width: 576px) {
.p-sm-5 {
  padding: 3rem !important;
}
}

@media (min-width: 576px) {
.pt-sm-0 {
  padding-top: 0 !important;
}
}

@media (min-width: 576px) {
.pt-sm-1 {
  padding-top: 0.25rem !important;
}
}

@media (min-width: 576px) {
.pt-sm-2 {
  padding-top: 0.5rem !important;
}
}

@media (min-width: 576px) {
.pt-sm-3 {
  padding-top: 1rem !important;
}
}

@media (min-width: 576px) {
.pt-sm-4 {
  padding-top: 1.5rem !important;
}
}

@media (min-width: 576px) {
.pt-sm-5 {
  padding-top: 3rem !important;
}
}

@media (min-width: 576px) {
.pr-sm-0 {
  padding-right: 0 !important;
}
}

@media (min-width: 576px) {
.pr-sm-1 {
  padding-right: 0.25rem !important;
}
}

@media (min-width: 576px) {
.pr-sm-2 {
  padding-right: 0.5rem !important;
}
}

@media (min-width: 576px) {
.pr-sm-3 {
  padding-right: 1rem !important;
}
}

@media (min-width: 576px) {
.pr-sm-4 {
  padding-right: 1.5rem !important;
}
}

@media (min-width: 576px) {
.pr-sm-5 {
  padding-right: 3rem !important;
}
}

@media (min-width: 576px) {
.pb-sm-0 {
  padding-bottom: 0 !important;
}
}

@media (min-width: 576px) {
.pb-sm-1 {
  padding-bottom: 0.25rem !important;
}
}

@media (min-width: 576px) {
.pb-sm-2 {
  padding-bottom: 0.5rem !important;
}
}

@media (min-width: 576px) {
.pb-sm-3 {
  padding-bottom: 1rem !important;
}
}

@media (min-width: 576px) {
.pb-sm-4 {
  padding-bottom: 1.5rem !important;
}
}

@media (min-width: 576px) {
.pb-sm-5 {
  padding-bottom: 3rem !important;
}
}

@media (min-width: 576px) {
.pl-sm-0 {
  padding-left: 0 !important;
}
}

@media (min-width: 576px) {
.pl-sm-1 {
  padding-left: 0.25rem !important;
}
}

@media (min-width: 576px) {
.pl-sm-2 {
  padding-left: 0.5rem !important;
}
}

@media (min-width: 576px) {
.pl-sm-3 {
  padding-left: 1rem !important;
}
}

@media (min-width: 576px) {
.pl-sm-4 {
  padding-left: 1.5rem !important;
}
}

@media (min-width: 576px) {
.pl-sm-5 {
  padding-left: 3rem !important;
}
}

@media (min-width: 576px) {
.px-sm-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
}

@media (min-width: 576px) {
.px-sm-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
}

@media (min-width: 576px) {
.px-sm-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
}

@media (min-width: 576px) {
.px-sm-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
}

@media (min-width: 576px) {
.px-sm-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
}

@media (min-width: 576px) {
.px-sm-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
}

@media (min-width: 576px) {
.py-sm-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
}

@media (min-width: 576px) {
.py-sm-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
}

@media (min-width: 576px) {
.py-sm-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
}

@media (min-width: 576px) {
.py-sm-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
}

@media (min-width: 576px) {
.py-sm-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
}

@media (min-width: 576px) {
.py-sm-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
}

@media (min-width: 576px) {
.m-sm-0 {
  margin: 0 !important;
}
}

@media (min-width: 576px) {
.m-sm-1 {
  margin: 0.25rem !important;
}
}

@media (min-width: 576px) {
.m-sm-2 {
  margin: 0.5rem !important;
}
}

@media (min-width: 576px) {
.m-sm-3 {
  margin: 1rem !important;
}
}

@media (min-width: 576px) {
.m-sm-4 {
  margin: 1.5rem !important;
}
}

@media (min-width: 576px) {
.m-sm-5 {
  margin: 3rem !important;
}
}

@media (min-width: 576px) {
.mt-sm-0 {
  margin-top: 0 !important;
}
}

@media (min-width: 576px) {
.mt-sm-1 {
  margin-top: 0.25rem !important;
}
}

@media (min-width: 576px) {
.mt-sm-2 {
  margin-top: 0.5rem !important;
}
}

@media (min-width: 576px) {
.mt-sm-3 {
  margin-top: 1rem !important;
}
}

@media (min-width: 576px) {
.mt-sm-4 {
  margin-top: 1.5rem !important;
}
}

@media (min-width: 576px) {
.mt-sm-5 {
  margin-top: 3rem !important;
}
}

@media (min-width: 576px) {
.mr-sm-0 {
  margin-right: 0 !important;
}
}

@media (min-width: 576px) {
.mr-sm-1 {
  margin-right: 0.25rem !important;
}
}

@media (min-width: 576px) {
.mr-sm-2 {
  margin-right: 0.5rem !important;
}
}

@media (min-width: 576px) {
.mr-sm-3 {
  margin-right: 1rem !important;
}
}

@media (min-width: 576px) {
.mr-sm-4 {
  margin-right: 1.5rem !important;
}
}

@media (min-width: 576px) {
.mr-sm-5 {
  margin-right: 3rem !important;
}
}

@media (min-width: 576px) {
.mb-sm-0 {
  margin-bottom: 0 !important;
}
}

@media (min-width: 576px) {
.mb-sm-1 {
  margin-bottom: 0.25rem !important;
}
}

@media (min-width: 576px) {
.mb-sm-2 {
  margin-bottom: 0.5rem !important;
}
}

@media (min-width: 576px) {
.mb-sm-3 {
  margin-bottom: 1rem !important;
}
}

@media (min-width: 576px) {
.mb-sm-4 {
  margin-bottom: 1.5rem !important;
}
}

@media (min-width: 576px) {
.mb-sm-5 {
  margin-bottom: 3rem !important;
}
}

@media (min-width: 576px) {
.ml-sm-0 {
  margin-left: 0 !important;
}
}

@media (min-width: 576px) {
.ml-sm-1 {
  margin-left: 0.25rem !important;
}
}

@media (min-width: 576px) {
.ml-sm-2 {
  margin-left: 0.5rem !important;
}
}

@media (min-width: 576px) {
.ml-sm-3 {
  margin-left: 1rem !important;
}
}

@media (min-width: 576px) {
.ml-sm-4 {
  margin-left: 1.5rem !important;
}
}

@media (min-width: 576px) {
.ml-sm-5 {
  margin-left: 3rem !important;
}
}

@media (min-width: 576px) {
.mx-sm-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
}

@media (min-width: 576px) {
.mx-sm-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
}

@media (min-width: 576px) {
.mx-sm-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
}

@media (min-width: 576px) {
.mx-sm-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
}

@media (min-width: 576px) {
.mx-sm-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
}

@media (min-width: 576px) {
.mx-sm-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
}

@media (min-width: 576px) {
.my-sm-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
}

@media (min-width: 576px) {
.my-sm-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
}

@media (min-width: 576px) {
.my-sm-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
}

@media (min-width: 576px) {
.my-sm-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
}

@media (min-width: 576px) {
.my-sm-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
}

@media (min-width: 576px) {
.my-sm-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
}

@media (min-width: 768px) {
.p-md-0 {
  padding: 0 !important;
}
}

@media (min-width: 768px) {
.p-md-1 {
  padding: 0.25rem !important;
}
}

@media (min-width: 768px) {
.p-md-2 {
  padding: 0.5rem !important;
}
}

@media (min-width: 768px) {
.p-md-3 {
  padding: 1rem !important;
}
}

@media (min-width: 768px) {
.p-md-4 {
  padding: 1.5rem !important;
}
}

@media (min-width: 768px) {
.p-md-5 {
  padding: 3rem !important;
}
}

@media (min-width: 768px) {
.pt-md-0 {
  padding-top: 0 !important;
}
}

@media (min-width: 768px) {
.pt-md-1 {
  padding-top: 0.25rem !important;
}
}

@media (min-width: 768px) {
.pt-md-2 {
  padding-top: 0.5rem !important;
}
}

@media (min-width: 768px) {
.pt-md-3 {
  padding-top: 1rem !important;
}
}

@media (min-width: 768px) {
.pt-md-4 {
  padding-top: 1.5rem !important;
}
}

@media (min-width: 768px) {
.pt-md-5 {
  padding-top: 3rem !important;
}
}

@media (min-width: 768px) {
.pr-md-0 {
  padding-right: 0 !important;
}
}

@media (min-width: 768px) {
.pr-md-1 {
  padding-right: 0.25rem !important;
}
}

@media (min-width: 768px) {
.pr-md-2 {
  padding-right: 0.5rem !important;
}
}

@media (min-width: 768px) {
.pr-md-3 {
  padding-right: 1rem !important;
}
}

@media (min-width: 768px) {
.pr-md-4 {
  padding-right: 1.5rem !important;
}
}

@media (min-width: 768px) {
.pr-md-5 {
  padding-right: 3rem !important;
}
}

@media (min-width: 768px) {
.pb-md-0 {
  padding-bottom: 0 !important;
}
}

@media (min-width: 768px) {
.pb-md-1 {
  padding-bottom: 0.25rem !important;
}
}

@media (min-width: 768px) {
.pb-md-2 {
  padding-bottom: 0.5rem !important;
}
}

@media (min-width: 768px) {
.pb-md-3 {
  padding-bottom: 1rem !important;
}
}

@media (min-width: 768px) {
.pb-md-4 {
  padding-bottom: 1.5rem !important;
}
}

@media (min-width: 768px) {
.pb-md-5 {
  padding-bottom: 3rem !important;
}
}

@media (min-width: 768px) {
.pl-md-0 {
  padding-left: 0 !important;
}
}

@media (min-width: 768px) {
.pl-md-1 {
  padding-left: 0.25rem !important;
}
}

@media (min-width: 768px) {
.pl-md-2 {
  padding-left: 0.5rem !important;
}
}

@media (min-width: 768px) {
.pl-md-3 {
  padding-left: 1rem !important;
}
}

@media (min-width: 768px) {
.pl-md-4 {
  padding-left: 1.5rem !important;
}
}

@media (min-width: 768px) {
.pl-md-5 {
  padding-left: 3rem !important;
}
}

@media (min-width: 768px) {
.px-md-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
}

@media (min-width: 768px) {
.px-md-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
}

@media (min-width: 768px) {
.px-md-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
}

@media (min-width: 768px) {
.px-md-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
}

@media (min-width: 768px) {
.px-md-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
}

@media (min-width: 768px) {
.px-md-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
}

@media (min-width: 768px) {
.py-md-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
}

@media (min-width: 768px) {
.py-md-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
}

@media (min-width: 768px) {
.py-md-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
}

@media (min-width: 768px) {
.py-md-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
}

@media (min-width: 768px) {
.py-md-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
}

@media (min-width: 768px) {
.py-md-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
}

@media (min-width: 768px) {
.m-md-0 {
  margin: 0 !important;
}
}

@media (min-width: 768px) {
.m-md-1 {
  margin: 0.25rem !important;
}
}

@media (min-width: 768px) {
.m-md-2 {
  margin: 0.5rem !important;
}
}

@media (min-width: 768px) {
.m-md-3 {
  margin: 1rem !important;
}
}

@media (min-width: 768px) {
.m-md-4 {
  margin: 1.5rem !important;
}
}

@media (min-width: 768px) {
.m-md-5 {
  margin: 3rem !important;
}
}

@media (min-width: 768px) {
.mt-md-0 {
  margin-top: 0 !important;
}
}

@media (min-width: 768px) {
.mt-md-1 {
  margin-top: 0.25rem !important;
}
}

@media (min-width: 768px) {
.mt-md-2 {
  margin-top: 0.5rem !important;
}
}

@media (min-width: 768px) {
.mt-md-3 {
  margin-top: 1rem !important;
}
}

@media (min-width: 768px) {
.mt-md-4 {
  margin-top: 1.5rem !important;
}
}

@media (min-width: 768px) {
.mt-md-5 {
  margin-top: 3rem !important;
}
}

@media (min-width: 768px) {
.mr-md-0 {
  margin-right: 0 !important;
}
}

@media (min-width: 768px) {
.mr-md-1 {
  margin-right: 0.25rem !important;
}
}

@media (min-width: 768px) {
.mr-md-2 {
  margin-right: 0.5rem !important;
}
}

@media (min-width: 768px) {
.mr-md-3 {
  margin-right: 1rem !important;
}
}

@media (min-width: 768px) {
.mr-md-4 {
  margin-right: 1.5rem !important;
}
}

@media (min-width: 768px) {
.mr-md-5 {
  margin-right: 3rem !important;
}
}

@media (min-width: 768px) {
.mb-md-0 {
  margin-bottom: 0 !important;
}
}

@media (min-width: 768px) {
.mb-md-1 {
  margin-bottom: 0.25rem !important;
}
}

@media (min-width: 768px) {
.mb-md-2 {
  margin-bottom: 0.5rem !important;
}
}

@media (min-width: 768px) {
.mb-md-3 {
  margin-bottom: 1rem !important;
}
}

@media (min-width: 768px) {
.mb-md-4 {
  margin-bottom: 1.5rem !important;
}
}

@media (min-width: 768px) {
.mb-md-5 {
  margin-bottom: 3rem !important;
}
}

@media (min-width: 768px) {
.ml-md-0 {
  margin-left: 0 !important;
}
}

@media (min-width: 768px) {
.ml-md-1 {
  margin-left: 0.25rem !important;
}
}

@media (min-width: 768px) {
.ml-md-2 {
  margin-left: 0.5rem !important;
}
}

@media (min-width: 768px) {
.ml-md-3 {
  margin-left: 1rem !important;
}
}

@media (min-width: 768px) {
.ml-md-4 {
  margin-left: 1.5rem !important;
}
}

@media (min-width: 768px) {
.ml-md-5 {
  margin-left: 3rem !important;
}
}

@media (min-width: 768px) {
.mx-md-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
}

@media (min-width: 768px) {
.mx-md-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
}

@media (min-width: 768px) {
.mx-md-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
}

@media (min-width: 768px) {
.mx-md-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
}

@media (min-width: 768px) {
.mx-md-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
}

@media (min-width: 768px) {
.mx-md-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
}

@media (min-width: 768px) {
.my-md-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
}

@media (min-width: 768px) {
.my-md-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
}

@media (min-width: 768px) {
.my-md-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
}

@media (min-width: 768px) {
.my-md-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
}

@media (min-width: 768px) {
.my-md-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
}

@media (min-width: 768px) {
.my-md-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
}

@media (min-width: 992px) {
.p-lg-0 {
  padding: 0 !important;
}
}

@media (min-width: 992px) {
.p-lg-1 {
  padding: 0.25rem !important;
}
}

@media (min-width: 992px) {
.p-lg-2 {
  padding: 0.5rem !important;
}
}

@media (min-width: 992px) {
.p-lg-3 {
  padding: 1rem !important;
}
}

@media (min-width: 992px) {
.p-lg-4 {
  padding: 1.5rem !important;
}
}

@media (min-width: 992px) {
.p-lg-5 {
  padding: 3rem !important;
}
}

@media (min-width: 992px) {
.pt-lg-0 {
  padding-top: 0 !important;
}
}

@media (min-width: 992px) {
.pt-lg-1 {
  padding-top: 0.25rem !important;
}
}

@media (min-width: 992px) {
.pt-lg-2 {
  padding-top: 0.5rem !important;
}
}

@media (min-width: 992px) {
.pt-lg-3 {
  padding-top: 1rem !important;
}
}

@media (min-width: 992px) {
.pt-lg-4 {
  padding-top: 1.5rem !important;
}
}

@media (min-width: 992px) {
.pt-lg-5 {
  padding-top: 3rem !important;
}
}

@media (min-width: 992px) {
.pr-lg-0 {
  padding-right: 0 !important;
}
}

@media (min-width: 992px) {
.pr-lg-1 {
  padding-right: 0.25rem !important;
}
}

@media (min-width: 992px) {
.pr-lg-2 {
  padding-right: 0.5rem !important;
}
}

@media (min-width: 992px) {
.pr-lg-3 {
  padding-right: 1rem !important;
}
}

@media (min-width: 992px) {
.pr-lg-4 {
  padding-right: 1.5rem !important;
}
}

@media (min-width: 992px) {
.pr-lg-5 {
  padding-right: 3rem !important;
}
}

@media (min-width: 992px) {
.pb-lg-0 {
  padding-bottom: 0 !important;
}
}

@media (min-width: 992px) {
.pb-lg-1 {
  padding-bottom: 0.25rem !important;
}
}

@media (min-width: 992px) {
.pb-lg-2 {
  padding-bottom: 0.5rem !important;
}
}

@media (min-width: 992px) {
.pb-lg-3 {
  padding-bottom: 1rem !important;
}
}

@media (min-width: 992px) {
.pb-lg-4 {
  padding-bottom: 1.5rem !important;
}
}

@media (min-width: 992px) {
.pb-lg-5 {
  padding-bottom: 3rem !important;
}
}

@media (min-width: 992px) {
.pl-lg-0 {
  padding-left: 0 !important;
}
}

@media (min-width: 992px) {
.pl-lg-1 {
  padding-left: 0.25rem !important;
}
}

@media (min-width: 992px) {
.pl-lg-2 {
  padding-left: 0.5rem !important;
}
}

@media (min-width: 992px) {
.pl-lg-3 {
  padding-left: 1rem !important;
}
}

@media (min-width: 992px) {
.pl-lg-4 {
  padding-left: 1.5rem !important;
}
}

@media (min-width: 992px) {
.pl-lg-5 {
  padding-left: 3rem !important;
}
}

@media (min-width: 992px) {
.px-lg-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
}

@media (min-width: 992px) {
.px-lg-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
}

@media (min-width: 992px) {
.px-lg-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
}

@media (min-width: 992px) {
.px-lg-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
}

@media (min-width: 992px) {
.px-lg-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
}

@media (min-width: 992px) {
.px-lg-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
}

@media (min-width: 992px) {
.py-lg-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
}

@media (min-width: 992px) {
.py-lg-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
}

@media (min-width: 992px) {
.py-lg-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
}

@media (min-width: 992px) {
.py-lg-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
}

@media (min-width: 992px) {
.py-lg-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
}

@media (min-width: 992px) {
.py-lg-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
}

@media (min-width: 992px) {
.m-lg-0 {
  margin: 0 !important;
}
}

@media (min-width: 992px) {
.m-lg-1 {
  margin: 0.25rem !important;
}
}

@media (min-width: 992px) {
.m-lg-2 {
  margin: 0.5rem !important;
}
}

@media (min-width: 992px) {
.m-lg-3 {
  margin: 1rem !important;
}
}

@media (min-width: 992px) {
.m-lg-4 {
  margin: 1.5rem !important;
}
}

@media (min-width: 992px) {
.m-lg-5 {
  margin: 3rem !important;
}
}

@media (min-width: 992px) {
.mt-lg-0 {
  margin-top: 0 !important;
}
}

@media (min-width: 992px) {
.mt-lg-1 {
  margin-top: 0.25rem !important;
}
}

@media (min-width: 992px) {
.mt-lg-2 {
  margin-top: 0.5rem !important;
}
}

@media (min-width: 992px) {
.mt-lg-3 {
  margin-top: 1rem !important;
}
}

@media (min-width: 992px) {
.mt-lg-4 {
  margin-top: 1.5rem !important;
}
}

@media (min-width: 992px) {
.mt-lg-5 {
  margin-top: 3rem !important;
}
}

@media (min-width: 992px) {
.mr-lg-0 {
  margin-right: 0 !important;
}
}

@media (min-width: 992px) {
.mr-lg-1 {
  margin-right: 0.25rem !important;
}
}

@media (min-width: 992px) {
.mr-lg-2 {
  margin-right: 0.5rem !important;
}
}

@media (min-width: 992px) {
.mr-lg-3 {
  margin-right: 1rem !important;
}
}

@media (min-width: 992px) {
.mr-lg-4 {
  margin-right: 1.5rem !important;
}
}

@media (min-width: 992px) {
.mr-lg-5 {
  margin-right: 3rem !important;
}
}

@media (min-width: 992px) {
.mb-lg-0 {
  margin-bottom: 0 !important;
}
}

@media (min-width: 992px) {
.mb-lg-1 {
  margin-bottom: 0.25rem !important;
}
}

@media (min-width: 992px) {
.mb-lg-2 {
  margin-bottom: 0.5rem !important;
}
}

@media (min-width: 992px) {
.mb-lg-3 {
  margin-bottom: 1rem !important;
}
}

@media (min-width: 992px) {
.mb-lg-4 {
  margin-bottom: 1.5rem !important;
}
}

@media (min-width: 992px) {
.mb-lg-5 {
  margin-bottom: 3rem !important;
}
}

@media (min-width: 992px) {
.ml-lg-0 {
  margin-left: 0 !important;
}
}

@media (min-width: 992px) {
.ml-lg-1 {
  margin-left: 0.25rem !important;
}
}

@media (min-width: 992px) {
.ml-lg-2 {
  margin-left: 0.5rem !important;
}
}

@media (min-width: 992px) {
.ml-lg-3 {
  margin-left: 1rem !important;
}
}

@media (min-width: 992px) {
.ml-lg-4 {
  margin-left: 1.5rem !important;
}
}

@media (min-width: 992px) {
.ml-lg-5 {
  margin-left: 3rem !important;
}
}

@media (min-width: 992px) {
.mx-lg-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
}

@media (min-width: 992px) {
.mx-lg-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
}

@media (min-width: 992px) {
.mx-lg-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
}

@media (min-width: 992px) {
.mx-lg-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
}

@media (min-width: 992px) {
.mx-lg-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
}

@media (min-width: 992px) {
.mx-lg-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
}

@media (min-width: 992px) {
.my-lg-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
}

@media (min-width: 992px) {
.my-lg-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
}

@media (min-width: 992px) {
.my-lg-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
}

@media (min-width: 992px) {
.my-lg-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
}

@media (min-width: 992px) {
.my-lg-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
}

@media (min-width: 992px) {
.my-lg-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
}

@media (min-width: 1200px) {
.p-xl-0 {
  padding: 0 !important;
}
}

@media (min-width: 1200px) {
.p-xl-1 {
  padding: 0.25rem !important;
}
}

@media (min-width: 1200px) {
.p-xl-2 {
  padding: 0.5rem !important;
}
}

@media (min-width: 1200px) {
.p-xl-3 {
  padding: 1rem !important;
}
}

@media (min-width: 1200px) {
.p-xl-4 {
  padding: 1.5rem !important;
}
}

@media (min-width: 1200px) {
.p-xl-5 {
  padding: 3rem !important;
}
}

@media (min-width: 1200px) {
.pt-xl-0 {
  padding-top: 0 !important;
}
}

@media (min-width: 1200px) {
.pt-xl-1 {
  padding-top: 0.25rem !important;
}
}

@media (min-width: 1200px) {
.pt-xl-2 {
  padding-top: 0.5rem !important;
}
}

@media (min-width: 1200px) {
.pt-xl-3 {
  padding-top: 1rem !important;
}
}

@media (min-width: 1200px) {
.pt-xl-4 {
  padding-top: 1.5rem !important;
}
}

@media (min-width: 1200px) {
.pt-xl-5 {
  padding-top: 3rem !important;
}
}

@media (min-width: 1200px) {
.pr-xl-0 {
  padding-right: 0 !important;
}
}

@media (min-width: 1200px) {
.pr-xl-1 {
  padding-right: 0.25rem !important;
}
}

@media (min-width: 1200px) {
.pr-xl-2 {
  padding-right: 0.5rem !important;
}
}

@media (min-width: 1200px) {
.pr-xl-3 {
  padding-right: 1rem !important;
}
}

@media (min-width: 1200px) {
.pr-xl-4 {
  padding-right: 1.5rem !important;
}
}

@media (min-width: 1200px) {
.pr-xl-5 {
  padding-right: 3rem !important;
}
}

@media (min-width: 1200px) {
.pb-xl-0 {
  padding-bottom: 0 !important;
}
}

@media (min-width: 1200px) {
.pb-xl-1 {
  padding-bottom: 0.25rem !important;
}
}

@media (min-width: 1200px) {
.pb-xl-2 {
  padding-bottom: 0.5rem !important;
}
}

@media (min-width: 1200px) {
.pb-xl-3 {
  padding-bottom: 1rem !important;
}
}

@media (min-width: 1200px) {
.pb-xl-4 {
  padding-bottom: 1.5rem !important;
}
}

@media (min-width: 1200px) {
.pb-xl-5 {
  padding-bottom: 3rem !important;
}
}

@media (min-width: 1200px) {
.pl-xl-0 {
  padding-left: 0 !important;
}
}

@media (min-width: 1200px) {
.pl-xl-1 {
  padding-left: 0.25rem !important;
}
}

@media (min-width: 1200px) {
.pl-xl-2 {
  padding-left: 0.5rem !important;
}
}

@media (min-width: 1200px) {
.pl-xl-3 {
  padding-left: 1rem !important;
}
}

@media (min-width: 1200px) {
.pl-xl-4 {
  padding-left: 1.5rem !important;
}
}

@media (min-width: 1200px) {
.pl-xl-5 {
  padding-left: 3rem !important;
}
}

@media (min-width: 1200px) {
.px-xl-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
}

@media (min-width: 1200px) {
.px-xl-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
}

@media (min-width: 1200px) {
.px-xl-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
}

@media (min-width: 1200px) {
.px-xl-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
}

@media (min-width: 1200px) {
.px-xl-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
}

@media (min-width: 1200px) {
.px-xl-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
}

@media (min-width: 1200px) {
.py-xl-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
}

@media (min-width: 1200px) {
.py-xl-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
}

@media (min-width: 1200px) {
.py-xl-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
}

@media (min-width: 1200px) {
.py-xl-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
}

@media (min-width: 1200px) {
.py-xl-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
}

@media (min-width: 1200px) {
.py-xl-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
}

@media (min-width: 1200px) {
.m-xl-0 {
  margin: 0 !important;
}
}

@media (min-width: 1200px) {
.m-xl-1 {
  margin: 0.25rem !important;
}
}

@media (min-width: 1200px) {
.m-xl-2 {
  margin: 0.5rem !important;
}
}

@media (min-width: 1200px) {
.m-xl-3 {
  margin: 1rem !important;
}
}

@media (min-width: 1200px) {
.m-xl-4 {
  margin: 1.5rem !important;
}
}

@media (min-width: 1200px) {
.m-xl-5 {
  margin: 3rem !important;
}
}

@media (min-width: 1200px) {
.mt-xl-0 {
  margin-top: 0 !important;
}
}

@media (min-width: 1200px) {
.mt-xl-1 {
  margin-top: 0.25rem !important;
}
}

@media (min-width: 1200px) {
.mt-xl-2 {
  margin-top: 0.5rem !important;
}
}

@media (min-width: 1200px) {
.mt-xl-3 {
  margin-top: 1rem !important;
}
}

@media (min-width: 1200px) {
.mt-xl-4 {
  margin-top: 1.5rem !important;
}
}

@media (min-width: 1200px) {
.mt-xl-5 {
  margin-top: 3rem !important;
}
}

@media (min-width: 1200px) {
.mr-xl-0 {
  margin-right: 0 !important;
}
}

@media (min-width: 1200px) {
.mr-xl-1 {
  margin-right: 0.25rem !important;
}
}

@media (min-width: 1200px) {
.mr-xl-2 {
  margin-right: 0.5rem !important;
}
}

@media (min-width: 1200px) {
.mr-xl-3 {
  margin-right: 1rem !important;
}
}

@media (min-width: 1200px) {
.mr-xl-4 {
  margin-right: 1.5rem !important;
}
}

@media (min-width: 1200px) {
.mr-xl-5 {
  margin-right: 3rem !important;
}
}

@media (min-width: 1200px) {
.mb-xl-0 {
  margin-bottom: 0 !important;
}
}

@media (min-width: 1200px) {
.mb-xl-1 {
  margin-bottom: 0.25rem !important;
}
}

@media (min-width: 1200px) {
.mb-xl-2 {
  margin-bottom: 0.5rem !important;
}
}

@media (min-width: 1200px) {
.mb-xl-3 {
  margin-bottom: 1rem !important;
}
}

@media (min-width: 1200px) {
.mb-xl-4 {
  margin-bottom: 1.5rem !important;
}
}

@media (min-width: 1200px) {
.mb-xl-5 {
  margin-bottom: 3rem !important;
}
}

@media (min-width: 1200px) {
.ml-xl-0 {
  margin-left: 0 !important;
}
}

@media (min-width: 1200px) {
.ml-xl-1 {
  margin-left: 0.25rem !important;
}
}

@media (min-width: 1200px) {
.ml-xl-2 {
  margin-left: 0.5rem !important;
}
}

@media (min-width: 1200px) {
.ml-xl-3 {
  margin-left: 1rem !important;
}
}

@media (min-width: 1200px) {
.ml-xl-4 {
  margin-left: 1.5rem !important;
}
}

@media (min-width: 1200px) {
.ml-xl-5 {
  margin-left: 3rem !important;
}
}

@media (min-width: 1200px) {
.mx-xl-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
}

@media (min-width: 1200px) {
.mx-xl-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
}

@media (min-width: 1200px) {
.mx-xl-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
}

@media (min-width: 1200px) {
.mx-xl-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
}

@media (min-width: 1200px) {
.mx-xl-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
}

@media (min-width: 1200px) {
.mx-xl-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
}

@media (min-width: 1200px) {
.my-xl-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
}

@media (min-width: 1200px) {
.my-xl-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
}

@media (min-width: 1200px) {
.my-xl-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
}

@media (min-width: 1200px) {
.my-xl-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
}

@media (min-width: 1200px) {
.my-xl-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
}

@media (min-width: 1200px) {
.my-xl-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
}

@media (min-width: 576px) {
.m-sm-auto {
  margin: auto !important;
}
}

@media (min-width: 576px) {
.mt-sm-auto {
  margin-top: auto !important;
}
}

@media (min-width: 576px) {
.mb-sm-auto {
  margin-bottom: auto !important;
}
}

@media (min-width: 576px) {
.ml-sm-auto {
  margin-left: auto !important;
}
}

@media (min-width: 576px) {
.mr-sm-auto {
  margin-right: auto !important;
}
}

@media (min-width: 576px) {
.mx-sm-auto {
  margin-left: auto !important; margin-right: auto !important;
}
}

@media (min-width: 576px) {
.my-sm-auto {
  margin-top: auto !important; margin-bottom: auto !important;
}
}

@media (min-width: 768px) {
.m-md-auto {
  margin: auto !important;
}
}

@media (min-width: 768px) {
.mt-md-auto {
  margin-top: auto !important;
}
}

@media (min-width: 768px) {
.mb-md-auto {
  margin-bottom: auto !important;
}
}

@media (min-width: 768px) {
.ml-md-auto {
  margin-left: auto !important;
}
}

@media (min-width: 768px) {
.mr-md-auto {
  margin-right: auto !important;
}
}

@media (min-width: 768px) {
.mx-md-auto {
  margin-left: auto !important; margin-right: auto !important;
}
}

@media (min-width: 768px) {
.my-md-auto {
  margin-top: auto !important; margin-bottom: auto !important;
}
}

@media (min-width: 992px) {
.m-lg-auto {
  margin: auto !important;
}
}

@media (min-width: 992px) {
.mt-lg-auto {
  margin-top: auto !important;
}
}

@media (min-width: 992px) {
.mb-lg-auto {
  margin-bottom: auto !important;
}
}

@media (min-width: 992px) {
.ml-lg-auto {
  margin-left: auto !important;
}
}

@media (min-width: 992px) {
.mr-lg-auto {
  margin-right: auto !important;
}
}

@media (min-width: 992px) {
.mx-lg-auto {
  margin-left: auto !important; margin-right: auto !important;
}
}

@media (min-width: 992px) {
.my-lg-auto {
  margin-top: auto !important; margin-bottom: auto !important;
}
}

@media (min-width: 1200px) {
.m-xl-auto {
  margin: auto !important;
}
}

@media (min-width: 1200px) {
.mt-xl-auto {
  margin-top: auto !important;
}
}

@media (min-width: 1200px) {
.mb-xl-auto {
  margin-bottom: auto !important;
}
}

@media (min-width: 1200px) {
.ml-xl-auto {
  margin-left: auto !important;
}
}

@media (min-width: 1200px) {
.mr-xl-auto {
  margin-right: auto !important;
}
}

@media (min-width: 1200px) {
.mx-xl-auto {
  margin-left: auto !important; margin-right: auto !important;
}
}

@media (min-width: 1200px) {
.my-xl-auto {
  margin-top: auto !important; margin-bottom: auto !important;
}
}

/* Grid utilities (Bootstrap-like): row, col, col-*, offsets */
.row {
  display: flex !important;
  flex-wrap: wrap !important;
  margin-right: -15px !important;
  margin-left: -15px !important;
}

.no-gutters {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.no-gutters > .col,
.no-gutters > .col-auto,
.no-gutters > [class^="col-"],
.no-gutters > [class*=" col-"] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.col,
.col-auto,
[class^="col-"],
[class*=" col-"] {
  position: relative !important;
  width: 100% !important;
  min-width: 0 !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.col {
  flex-basis: 0 !important;
  flex-grow: 1 !important;
  max-width: 100% !important;
}

.col-auto {
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: none !important;
}

.col-1 {
  flex: 0 0 8.333333% !important;
  max-width: 8.333333% !important;
}

.col-2 {
  flex: 0 0 16.666667% !important;
  max-width: 16.666667% !important;
}

.col-3 {
  flex: 0 0 25.000000% !important;
  max-width: 25.000000% !important;
}

.col-4 {
  flex: 0 0 33.333333% !important;
  max-width: 33.333333% !important;
}

.col-5 {
  flex: 0 0 41.666667% !important;
  max-width: 41.666667% !important;
}

.col-6 {
  flex: 0 0 50.000000% !important;
  max-width: 50.000000% !important;
}

.col-7 {
  flex: 0 0 58.333333% !important;
  max-width: 58.333333% !important;
}

.col-8 {
  flex: 0 0 66.666667% !important;
  max-width: 66.666667% !important;
}

.col-9 {
  flex: 0 0 75.000000% !important;
  max-width: 75.000000% !important;
}

.col-10 {
  flex: 0 0 83.333333% !important;
  max-width: 83.333333% !important;
}

.col-11 {
  flex: 0 0 91.666667% !important;
  max-width: 91.666667% !important;
}

.col-12 {
  flex: 0 0 100.000000% !important;
  max-width: 100.000000% !important;
}

.offset-0 {
  margin-left: 0 !important;
}

.offset-1 {
  margin-left: 8.333333% !important;
}

.offset-2 {
  margin-left: 16.666667% !important;
}

.offset-3 {
  margin-left: 25.000000% !important;
}

.offset-4 {
  margin-left: 33.333333% !important;
}

.offset-5 {
  margin-left: 41.666667% !important;
}

.offset-6 {
  margin-left: 50.000000% !important;
}

.offset-7 {
  margin-left: 58.333333% !important;
}

.offset-8 {
  margin-left: 66.666667% !important;
}

.offset-9 {
  margin-left: 75.000000% !important;
}

.offset-10 {
  margin-left: 83.333333% !important;
}

.offset-11 {
  margin-left: 91.666667% !important;
}

@media (min-width: 576px) {
.col-sm {
  flex-basis: 0 !important;
  flex-grow: 1 !important;
  max-width: 100% !important;
}
.col-sm-auto {
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: none !important;
}
.offset-sm-0 {
  margin-left: 0 !important;
}
.col-sm-1 {
  flex: 0 0 8.333333% !important;
  max-width: 8.333333% !important;
}
.col-sm-2 {
  flex: 0 0 16.666667% !important;
  max-width: 16.666667% !important;
}
.col-sm-3 {
  flex: 0 0 25.000000% !important;
  max-width: 25.000000% !important;
}
.col-sm-4 {
  flex: 0 0 33.333333% !important;
  max-width: 33.333333% !important;
}
.col-sm-5 {
  flex: 0 0 41.666667% !important;
  max-width: 41.666667% !important;
}
.col-sm-6 {
  flex: 0 0 50.000000% !important;
  max-width: 50.000000% !important;
}
.col-sm-7 {
  flex: 0 0 58.333333% !important;
  max-width: 58.333333% !important;
}
.col-sm-8 {
  flex: 0 0 66.666667% !important;
  max-width: 66.666667% !important;
}
.col-sm-9 {
  flex: 0 0 75.000000% !important;
  max-width: 75.000000% !important;
}
.col-sm-10 {
  flex: 0 0 83.333333% !important;
  max-width: 83.333333% !important;
}
.col-sm-11 {
  flex: 0 0 91.666667% !important;
  max-width: 91.666667% !important;
}
.col-sm-12 {
  flex: 0 0 100.000000% !important;
  max-width: 100.000000% !important;
}
.offset-sm-1 {
  margin-left: 8.333333% !important;
}
.offset-sm-2 {
  margin-left: 16.666667% !important;
}
.offset-sm-3 {
  margin-left: 25.000000% !important;
}
.offset-sm-4 {
  margin-left: 33.333333% !important;
}
.offset-sm-5 {
  margin-left: 41.666667% !important;
}
.offset-sm-6 {
  margin-left: 50.000000% !important;
}
.offset-sm-7 {
  margin-left: 58.333333% !important;
}
.offset-sm-8 {
  margin-left: 66.666667% !important;
}
.offset-sm-9 {
  margin-left: 75.000000% !important;
}
.offset-sm-10 {
  margin-left: 83.333333% !important;
}
.offset-sm-11 {
  margin-left: 91.666667% !important;
}
}

@media (min-width: 768px) {
.col-md {
  flex-basis: 0 !important;
  flex-grow: 1 !important;
  max-width: 100% !important;
}
.col-md-auto {
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: none !important;
}
.offset-md-0 {
  margin-left: 0 !important;
}
.col-md-1 {
  flex: 0 0 8.333333% !important;
  max-width: 8.333333% !important;
}
.col-md-2 {
  flex: 0 0 16.666667% !important;
  max-width: 16.666667% !important;
}
.col-md-3 {
  flex: 0 0 25.000000% !important;
  max-width: 25.000000% !important;
}
.col-md-4 {
  flex: 0 0 33.333333% !important;
  max-width: 33.333333% !important;
}
.col-md-5 {
  flex: 0 0 41.666667% !important;
  max-width: 41.666667% !important;
}
.col-md-6 {
  flex: 0 0 50.000000% !important;
  max-width: 50.000000% !important;
}
.col-md-7 {
  flex: 0 0 58.333333% !important;
  max-width: 58.333333% !important;
}
.col-md-8 {
  flex: 0 0 66.666667% !important;
  max-width: 66.666667% !important;
}
.col-md-9 {
  flex: 0 0 75.000000% !important;
  max-width: 75.000000% !important;
}
.col-md-10 {
  flex: 0 0 83.333333% !important;
  max-width: 83.333333% !important;
}
.col-md-11 {
  flex: 0 0 91.666667% !important;
  max-width: 91.666667% !important;
}
.col-md-12 {
  flex: 0 0 100.000000% !important;
  max-width: 100.000000% !important;
}
.offset-md-1 {
  margin-left: 8.333333% !important;
}
.offset-md-2 {
  margin-left: 16.666667% !important;
}
.offset-md-3 {
  margin-left: 25.000000% !important;
}
.offset-md-4 {
  margin-left: 33.333333% !important;
}
.offset-md-5 {
  margin-left: 41.666667% !important;
}
.offset-md-6 {
  margin-left: 50.000000% !important;
}
.offset-md-7 {
  margin-left: 58.333333% !important;
}
.offset-md-8 {
  margin-left: 66.666667% !important;
}
.offset-md-9 {
  margin-left: 75.000000% !important;
}
.offset-md-10 {
  margin-left: 83.333333% !important;
}
.offset-md-11 {
  margin-left: 91.666667% !important;
}
}

@media (min-width: 992px) {
.col-lg {
  flex-basis: 0 !important;
  flex-grow: 1 !important;
  max-width: 100% !important;
}
.col-lg-auto {
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: none !important;
}
.offset-lg-0 {
  margin-left: 0 !important;
}
.col-lg-1 {
  flex: 0 0 8.333333% !important;
  max-width: 8.333333% !important;
}
.col-lg-2 {
  flex: 0 0 16.666667% !important;
  max-width: 16.666667% !important;
}
.col-lg-3 {
  flex: 0 0 25.000000% !important;
  max-width: 25.000000% !important;
}
.col-lg-4 {
  flex: 0 0 33.333333% !important;
  max-width: 33.333333% !important;
}
.col-lg-5 {
  flex: 0 0 41.666667% !important;
  max-width: 41.666667% !important;
}
.col-lg-6 {
  flex: 0 0 50.000000% !important;
  max-width: 50.000000% !important;
}
.col-lg-7 {
  flex: 0 0 58.333333% !important;
  max-width: 58.333333% !important;
}
.col-lg-8 {
  flex: 0 0 66.666667% !important;
  max-width: 66.666667% !important;
}
.col-lg-9 {
  flex: 0 0 75.000000% !important;
  max-width: 75.000000% !important;
}
.col-lg-10 {
  flex: 0 0 83.333333% !important;
  max-width: 83.333333% !important;
}
.col-lg-11 {
  flex: 0 0 91.666667% !important;
  max-width: 91.666667% !important;
}
.col-lg-12 {
  flex: 0 0 100.000000% !important;
  max-width: 100.000000% !important;
}
.offset-lg-1 {
  margin-left: 8.333333% !important;
}
.offset-lg-2 {
  margin-left: 16.666667% !important;
}
.offset-lg-3 {
  margin-left: 25.000000% !important;
}
.offset-lg-4 {
  margin-left: 33.333333% !important;
}
.offset-lg-5 {
  margin-left: 41.666667% !important;
}
.offset-lg-6 {
  margin-left: 50.000000% !important;
}
.offset-lg-7 {
  margin-left: 58.333333% !important;
}
.offset-lg-8 {
  margin-left: 66.666667% !important;
}
.offset-lg-9 {
  margin-left: 75.000000% !important;
}
.offset-lg-10 {
  margin-left: 83.333333% !important;
}
.offset-lg-11 {
  margin-left: 91.666667% !important;
}
}

@media (min-width: 1200px) {
.col-xl {
  flex-basis: 0 !important;
  flex-grow: 1 !important;
  max-width: 100% !important;
}
.col-xl-auto {
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: none !important;
}
.offset-xl-0 {
  margin-left: 0 !important;
}
.col-xl-1 {
  flex: 0 0 8.333333% !important;
  max-width: 8.333333% !important;
}
.col-xl-2 {
  flex: 0 0 16.666667% !important;
  max-width: 16.666667% !important;
}
.col-xl-3 {
  flex: 0 0 25.000000% !important;
  max-width: 25.000000% !important;
}
.col-xl-4 {
  flex: 0 0 33.333333% !important;
  max-width: 33.333333% !important;
}
.col-xl-5 {
  flex: 0 0 41.666667% !important;
  max-width: 41.666667% !important;
}
.col-xl-6 {
  flex: 0 0 50.000000% !important;
  max-width: 50.000000% !important;
}
.col-xl-7 {
  flex: 0 0 58.333333% !important;
  max-width: 58.333333% !important;
}
.col-xl-8 {
  flex: 0 0 66.666667% !important;
  max-width: 66.666667% !important;
}
.col-xl-9 {
  flex: 0 0 75.000000% !important;
  max-width: 75.000000% !important;
}
.col-xl-10 {
  flex: 0 0 83.333333% !important;
  max-width: 83.333333% !important;
}
.col-xl-11 {
  flex: 0 0 91.666667% !important;
  max-width: 91.666667% !important;
}
.col-xl-12 {
  flex: 0 0 100.000000% !important;
  max-width: 100.000000% !important;
}
.offset-xl-1 {
  margin-left: 8.333333% !important;
}
.offset-xl-2 {
  margin-left: 16.666667% !important;
}
.offset-xl-3 {
  margin-left: 25.000000% !important;
}
.offset-xl-4 {
  margin-left: 33.333333% !important;
}
.offset-xl-5 {
  margin-left: 41.666667% !important;
}
.offset-xl-6 {
  margin-left: 50.000000% !important;
}
.offset-xl-7 {
  margin-left: 58.333333% !important;
}
.offset-xl-8 {
  margin-left: 66.666667% !important;
}
.offset-xl-9 {
  margin-left: 75.000000% !important;
}
.offset-xl-10 {
  margin-left: 83.333333% !important;
}
.offset-xl-11 {
  margin-left: 91.666667% !important;
}
}

/* Text alignment utilities (Bootstrap-like) */

.text-start {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-end {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}

@media (min-width: 576px) {
.text-sm-start {
  text-align: left !important;
}
.text-sm-center {
  text-align: center !important;
}
.text-sm-end {
  text-align: right !important;
}
.text-sm-justify {
  text-align: justify !important;
}
}

@media (min-width: 768px) {
.text-md-start {
  text-align: left !important;
}
.text-md-center {
  text-align: center !important;
}
.text-md-end {
  text-align: right !important;
}
.text-md-justify {
  text-align: justify !important;
}
}

@media (min-width: 992px) {
.text-lg-start {
  text-align: left !important;
}
.text-lg-center {
  text-align: center !important;
}
.text-lg-end {
  text-align: right !important;
}
.text-lg-justify {
  text-align: justify !important;
}
}

@media (min-width: 1200px) {
.text-xl-start {
  text-align: left !important;
}
.text-xl-center {
  text-align: center !important;
}
.text-xl-end {
  text-align: right !important;
}
.text-xl-justify {
  text-align: justify !important;
}
}

/* Flex utilities (Bootstrap-like): d-flex, flex-row/column, alignments */

.d-none {
  display: none !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
.d-sm-flex {
  display: flex !important;
}
.d-sm-inline-flex {
  display: inline-flex !important;
}
.flex-sm-row {
  flex-direction: row !important;
}
.flex-sm-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-sm-column {
  flex-direction: column !important;
}
.flex-sm-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-sm-wrap {
  flex-wrap: wrap !important;
}
.flex-sm-nowrap {
  flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-sm-start {
  justify-content: flex-start !important;
}
.justify-content-sm-end {
  justify-content: flex-end !important;
}
.justify-content-sm-center {
  justify-content: center !important;
}
.justify-content-sm-between {
  justify-content: space-between !important;
}
.justify-content-sm-around {
  justify-content: space-around !important;
}
.justify-content-sm-evenly {
  justify-content: space-evenly !important;
}
.align-items-sm-start {
  align-items: flex-start !important;
}
.align-items-sm-end {
  align-items: flex-end !important;
}
.align-items-sm-center {
  align-items: center !important;
}
.align-items-sm-baseline {
  align-items: baseline !important;
}
.align-items-sm-stretch {
  align-items: stretch !important;
}
}

@media (min-width: 768px) {
.d-md-flex {
  display: flex !important;
}
.d-md-inline-flex {
  display: inline-flex !important;
}
.flex-md-row {
  flex-direction: row !important;
}
.flex-md-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-md-column {
  flex-direction: column !important;
}
.flex-md-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-md-wrap {
  flex-wrap: wrap !important;
}
.flex-md-nowrap {
  flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-md-start {
  justify-content: flex-start !important;
}
.justify-content-md-end {
  justify-content: flex-end !important;
}
.justify-content-md-center {
  justify-content: center !important;
}
.justify-content-md-between {
  justify-content: space-between !important;
}
.justify-content-md-around {
  justify-content: space-around !important;
}
.justify-content-md-evenly {
  justify-content: space-evenly !important;
}
.align-items-md-start {
  align-items: flex-start !important;
}
.align-items-md-end {
  align-items: flex-end !important;
}
.align-items-md-center {
  align-items: center !important;
}
.align-items-md-baseline {
  align-items: baseline !important;
}
.align-items-md-stretch {
  align-items: stretch !important;
}
}

@media (min-width: 992px) {
.d-lg-flex {
  display: flex !important;
}
.d-lg-inline-flex {
  display: inline-flex !important;
}
.flex-lg-row {
  flex-direction: row !important;
}
.flex-lg-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-lg-column {
  flex-direction: column !important;
}
.flex-lg-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-lg-wrap {
  flex-wrap: wrap !important;
}
.flex-lg-nowrap {
  flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-lg-start {
  justify-content: flex-start !important;
}
.justify-content-lg-end {
  justify-content: flex-end !important;
}
.justify-content-lg-center {
  justify-content: center !important;
}
.justify-content-lg-between {
  justify-content: space-between !important;
}
.justify-content-lg-around {
  justify-content: space-around !important;
}
.justify-content-lg-evenly {
  justify-content: space-evenly !important;
}
.align-items-lg-start {
  align-items: flex-start !important;
}
.align-items-lg-end {
  align-items: flex-end !important;
}
.align-items-lg-center {
  align-items: center !important;
}
.align-items-lg-baseline {
  align-items: baseline !important;
}
.align-items-lg-stretch {
  align-items: stretch !important;
}
}

@media (min-width: 1200px) {
.d-xl-flex {
  display: flex !important;
}
.d-xl-inline-flex {
  display: inline-flex !important;
}
.flex-xl-row {
  flex-direction: row !important;
}
.flex-xl-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-xl-column {
  flex-direction: column !important;
}
.flex-xl-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-xl-wrap {
  flex-wrap: wrap !important;
}
.flex-xl-nowrap {
  flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-xl-start {
  justify-content: flex-start !important;
}
.justify-content-xl-end {
  justify-content: flex-end !important;
}
.justify-content-xl-center {
  justify-content: center !important;
}
.justify-content-xl-between {
  justify-content: space-between !important;
}
.justify-content-xl-around {
  justify-content: space-around !important;
}
.justify-content-xl-evenly {
  justify-content: space-evenly !important;
}
.align-items-xl-start {
  align-items: flex-start !important;
}
.align-items-xl-end {
  align-items: flex-end !important;
}
.align-items-xl-center {
  align-items: center !important;
}
.align-items-xl-baseline {
  align-items: baseline !important;
}
.align-items-xl-stretch {
  align-items: stretch !important;
}
}

