/* Pop Pop Boys layout fallback for wider compatibility. */
:root {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
}
.container {
    width: 100%;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row > * {
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
.g-3 { --bs-gutter-x: 1rem; --bs-gutter-y: 1rem; }
.g-4 { --bs-gutter-x: 1.5rem; --bs-gutter-y: 1.5rem; }
.g-5 { --bs-gutter-x: 3rem; --bs-gutter-y: 3rem; }
.align-items-center { align-items: center !important; }
.align-items-start { align-items: flex-start !important; }
.align-items-lg-center { align-items: center !important; }
.justify-content-between { justify-content: space-between !important; }
.justify-content-center { justify-content: center !important; }
.position-relative { position: relative !important; }
.position-absolute { position: absolute !important; }
.overflow-hidden { overflow: hidden !important; }
.fixed-top { position: fixed; top: 0; right: 0; left: 0; z-index: 1030; }
.z-2 { z-index: 2 !important; }
.d-flex { display: flex !important; }
.d-grid { display: grid !important; }
.d-inline-flex { display: inline-flex !important; }
.flex-column { flex-direction: column !important; }
.flex-wrap { flex-wrap: wrap !important; }
.gap-2 { gap: .5rem !important; }
.gap-3 { gap: 1rem !important; }
.pt-5 { padding-top: 3rem !important; }
.py-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
.py-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
.mb-2 { margin-bottom: .5rem !important; }
.mb-3 { margin-bottom: 1rem !important; }
.mb-4 { margin-bottom: 1.5rem !important; }
.mb-5 { margin-bottom: 3rem !important; }
.mt-3 { margin-top: 1rem !important; }
.mt-4 { margin-top: 1.5rem !important; }
.my-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
.mx-auto { margin-right: auto !important; margin-left: auto !important; }
.ms-auto { margin-left: auto !important; }
.text-center { text-align: center !important; }
.w-100 { width: 100% !important; }
.h-100 { height: 100% !important; }
.min-vh-100 { min-height: 100vh !important; }
.lead { font-size: 1.25rem; font-weight: 400; }
.display-3 { font-size: clamp(3.1rem, 7vw, 4.5rem); }
.rounded-pill { border-radius: 999rem !important; }
.badge { display: inline-block; padding: .35em .65em; font-size: .75em; font-weight: 700; line-height: 1; text-align: center; white-space: nowrap; vertical-align: baseline; }
.text-bg-warning { color: #201400 !important; background: #ffc107 !important; }
.btn-lg { padding: 1rem 1.45rem; font-size: 1.05rem; }
.d-none { display: none !important; }
.d-block { display: block !important; }
.form-label { margin-bottom: .5rem; }
.form-control, .form-select { display: block; width: 100%; }
.invalid-feedback { display: none; color: #ffb4bd; margin-top: .35rem; font-size: .875rem; }
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-select:invalid ~ .invalid-feedback { display: block; }
.navbar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; padding-top: .75rem; padding-bottom: .75rem; }
.navbar > .container { display: flex; flex-wrap: inherit; align-items: center; justify-content: space-between; }
.navbar-brand { padding-top: .3125rem; padding-bottom: .3125rem; margin-right: 1rem; font-size: 1.25rem; white-space: nowrap; }
.navbar-nav { display: flex; flex-direction: column; gap: .45rem; padding-left: 0; margin-bottom: 0; list-style: none; }
.nav-link { display: block; padding: .65rem .8rem; }
.navbar-collapse { flex-basis: 100%; flex-grow: 1; align-items: center; display: none; }
.navbar-collapse.show { display: block; }
.navbar-toggler { padding: .25rem .75rem; font-size: 1.25rem; line-height: 1; color: rgba(255,255,255,.85); background: transparent; border: 1px solid rgba(255,255,255,.25); border-radius: .5rem; }
.navbar-toggler-icon { display: inline-block; width: 1.5em; height: 1.5em; vertical-align: middle; background-image: linear-gradient(to bottom, transparent 20%, rgba(255,255,255,.85) 20%, rgba(255,255,255,.85) 30%, transparent 30%, transparent 45%, rgba(255,255,255,.85) 45%, rgba(255,255,255,.85) 55%, transparent 55%, transparent 70%, rgba(255,255,255,.85) 70%, rgba(255,255,255,.85) 80%, transparent 80%); background-repeat: no-repeat; background-position: center; background-size: 100% 100%; }
@media (min-width: 576px) {
    .flex-sm-row { flex-direction: row !important; }
}
@media (min-width: 768px) {
    .col-md-4 { flex: 0 0 auto; width: 33.33333333%; }
    .col-md-6 { flex: 0 0 auto; width: 50%; }
}
@media (min-width: 992px) {
    .container { max-width: 960px; }
    .col-lg-5 { flex: 0 0 auto; width: 41.66666667%; }
    .col-lg-6 { flex: 0 0 auto; width: 50%; }
    .col-lg-7 { flex: 0 0 auto; width: 58.33333333%; }
    .col-lg-8 { flex: 0 0 auto; width: 66.66666667%; }
    .navbar-expand-lg { flex-wrap: nowrap; justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav { flex-direction: row; }
    .navbar-expand-lg .navbar-collapse { display: flex !important; flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler { display: none; }
    .mb-lg-0 { margin-bottom: 0 !important; }
    .ms-lg-3 { margin-left: 1rem !important; }
    .pt-lg-0 { padding-top: 0 !important; }
    .flex-lg-row { flex-direction: row !important; }
}
@media (min-width: 1200px) {
    .container { max-width: 1140px; }
    .col-xl-4 { flex: 0 0 auto; width: 33.33333333%; }
}
