@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('/css/fonts/open-sans-v43-latin-300.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('/css/fonts/open-sans-v43-latin-regular.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    src: url('/css/fonts/open-sans-v43-latin-500.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('/css/fonts/open-sans-v43-latin-600.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('/css/fonts/open-sans-v43-latin-700.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url('/css/fonts/open-sans-v43-latin-800.woff2') format('woff2');
}
/* oswald-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: url('/css/fonts/oswald-v57-latin-regular.woff2') format('woff2');
}
/* oswald-500 - latin */
@font-face {
    font-display: swap;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    src: url('/css/fonts/oswald-v57-latin-500.woff2') format('woff2');
}
/* oswald-600 - latin */
@font-face {
    font-display: swap;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    src: url('/css/fonts/oswald-v57-latin-600.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    src: url('/css/fonts/oswald-v57-latin-700.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Anton';
    font-style: normal;
    font-weight: 400;
    src: url('/css/fonts/anton-v26-latin-regular.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: Font Awesome\ 6 Free;
    font-style: normal;
    font-weight: 900;
    src: url(/css/webfonts/fa-solid-900.woff2) format("woff2"), url(/css/webfonts/fa-solid-900.ttf) format("truetype")
}
@font-face {
    font-display: swap;
    font-family: Font Awesome\ 6 Brands;
    font-style: normal;
    font-weight: 400;
    src: url(/css/webfonts/fa-brands-400.woff2) format("woff2"), url(/css/webfonts/fa-brands-400.ttf) format("truetype")
}
/* ================================
   BASE RESET STYLES
   ================================ */ :root {
    --body-font-family: "Open Sans", "Arial", sans-serif;
    --body-font-size: 1.15rem;
    --body-font-weight: 400;
    --body-line-height: 1.6;
    --body-color: #212529;
    --body-secondary-color: 222, 226, 230;
    --body-bg: #fff;
    --body-bg-rgb: #fff;
    --body-heading-font-family: "Anton", "Impact", "Arial Black", sans-serif;
    --body-heading-color: #000;
    --body-heading-margin-top: 0;
    --body-heading-margin-bottom: .5rem;
    --link-color: #0d6efd;
    --link-decoration: underline;
    --link-hover-color: #0a58ca;
    --box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
*, *::before, *::after {
    box-sizing: border-box;
}
/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
    .collapsing {
        transition: none
    }
}
body {
    margin: 0;
    font-family: var(--body-font-family);
    font-size: var(--body-font-size);
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height);
    color: var(--body-color);
    background-color: var(--body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img {
    max-width: 100%;
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
a {
    text-decoration: none;
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
a:active, a:hover {
    text-decoration: none;
}
hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: 0.25;
}
h6, h5, h4, h3, h2, h1 {
    margin-top: var(--body-heading-margin-top);
    margin-bottom: var(--body-heading-margin-bottom);
    font-weight: 500;
    line-height: 1.2;
    color: var(--body-heading-color);
    font-family: var(--body-heading-font-family);
}
h1 {
    font-size: calc(1.375rem + 1.5vw);
}
h2 {
    font-size: calc(1.325rem + 0.9vw);
}
h3 {
    font-size: calc(1.3rem + 0.6vw);
}
h4 {
    font-size: calc(1.275rem + 0.3vw);
}
h5 {
    font-size: 1.25rem;
}
h6 {
    font-size: 1rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol, ul {
    padding-left: 2rem;
}
ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol, ul ul, ol ul, ul ol {
    margin-bottom: 0;
}
blockquote {
    margin: 0 0 1rem;
}
b, strong {
    font-weight: bolder;
}
small {
    font-size: 0.875rem;
}
a {
    color: var(--link-color);
    text-decoration: underline;
}
a:hover, a:active, a:focus {
    color: var(--link-hover-color);
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
figure {
    margin: 0 0 1rem;
}
img, svg {
    vertical-align: middle;
}
table {
    caption-side: bottom;
    border-collapse: collapse;
}
caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: var(--body-secondary-color);
    text-align: left;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
thead, tbody, tfoot, tr, td, th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}
label {
    display: inline-block;
}
button {
    border-radius: 0;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, select {
    text-transform: none;
}
[role=button] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
select:disabled {
    opacity: 1;
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none !important;
}
button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button;
}
button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
    cursor: pointer;
}
::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
textarea {
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    line-height: inherit;
    font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }
}
legend + * {
    clear: left;
}
::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field {
    padding: 0;
}
::-webkit-inner-spin-button {
    height: auto;
}
[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button {
    cursor: pointer;
    filter: grayscale(1);
}
*/ ::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
    padding: 0;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
::file-selector-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
iframe {
    border: 0;
}
[hidden] {
    display: none !important;
}
/* ================================
   BASE GRID STYLES
   ================================ */
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --gutter-x: 1.5rem;
    --gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--gutter-x) * .5);
    padding-left: calc(var(--gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container, .container-sm {
        max-width: 540px
    }
}
@media (min-width:768px) {
    .container, .container-md, .container-sm {
        max-width: 720px
    }
}
@media (min-width:992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px
    }
}
@media (min-width:1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px
    }
}
@media (min-width:1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px
    }
}
:root {
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-xxl: 1400px
}
.row {
  --gutter-x: 1.5rem;
  --gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--gutter-y));
  margin-right: calc(-0.5 * var(--gutter-x));
  margin-left: calc(-0.5 * var(--gutter-x));
}
.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--gutter-x) * .5);
    padding-left: calc(var(--gutter-x) * .5);
    margin-top: var(--gutter-y)
}
.col {
    flex: 1 0 0
}
.col-auto {
    flex: 0 0 auto;
    width: auto
}
.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}
.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}
.col-3 {
    flex: 0 0 auto;
    width: 25%
}
.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}
.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}
.col-6 {
    flex: 0 0 auto;
    width: 50%
}
.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}
.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}
.col-9 {
    flex: 0 0 auto;
    width: 75%
}
.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}
.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}
.col-12 {
    flex: 0 0 auto;
    width: 100%
}
@media (min-width:576px) {
    .col-sm {
        flex: 1 0 0
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }
}
@media (min-width:768px) {
    .col-md {
        flex: 1 0 0
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }
}
@media (min-width:992px) {
    .col-lg {
        flex: 1 0 0
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .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%
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }
}
@media (min-width:1200px) {
    .col-xl {
        flex: 1 0 0
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }
}
@media (min-width:1400px) {
    .col-xxl {
        flex: 1 0 0
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }
}
.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;
}
.g-0,
.gx-0 {
  --gutter-x: 0;
}

.g-0,
.gy-0 {
  --gutter-y: 0;
}

.g-1,
.gx-1 {
  --gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --gutter-y: 3rem;
}
@media (min-width: 768px) {
  .g-md-0,
  .gx-md-0 {
    --gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .g-lg-0,
  .gx-lg-0 {
    --gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .g-xl-0,
  .gx-xl-0 {
    --gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .g-xxl-0,
  .gx-xxl-0 {
    --gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --gutter-y: 3rem;
  }
}
/* ================================
   ACCESSIBILITY
   ================================ */
.visually-hidden-focusable:focus, .visually-hidden-focusable:focus-within {
    z-index: 99999;
    position: absolute;
    margin: 0 auto;
    width: 100%;
}
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption), .visually-hidden:not(caption) {
    position: absolute !important;
}
.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    width: 1px !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
    white-space: nowrap !important;
}
/* ================================
   BASE HEADER/NAVBAR STYLES
   ================================ */ 
:root {
    /* Brand / general */
    --brand-padding: 0.5rem 0;
    --navbar-max-width: none;
    --header-height: 90px;
    --logo-max-width: 100px;
    /* Skipnav */
    --skipnav-bg: #a11e2a;
    --skipnav-link-color: #fff;
    --skipnav-link-color-hover: #fff;
    --skipnav-link-bg-hover: transparent;
    --skipnav-padding: 1rem;
    /* Navbar colors */
    --navbar-bg: rgba(0,0,0,1);
    --navbar-bg-desktop: rgba(0, 0, 0, .8);
    --navbar-bg-scrolled: rgba(0, 0, 0, 0.8);
    --navbar-link-bg: #fff;
    --navbar-link-color: #000;
    --navbar-link-color-hover: #1e2125;
    --navbar-link-active-bg: #ccc;
    --navbar-link-active-color: #fff;
       
    --navbar-desktop-link-color: #000;
    --navbar-desktop-link-color-hover: #1e2125;
    --navbar-desktop-link-bg-hover: #ccc;
    --navbar-desktop-link-active-color: #fff;
    --navbar-desktop-link-active-bg: #ccc;
    
    /* Borders */
    --border-light: #f8f8f8;
    --border-dark: #ebebeb;
    --dropdown-item-border: #e9e9e9;
    /* Toggler */
    --toggler-color: rgba(0, 0, 0, 0.65);
    --toggler-hover: #8a1d00;
    --toggler-bar: #ddd;
    --toggler-size: 28px;
    --toggler-thickness: 3px;
    --toggler-padding: 15px;
    --toggler-float: right;
    /* Links */
    --link-padding: 1rem;
    --link-font-size: 1.25rem;
    /* Dropdowns */
    --dropdown-min-width: 225px;
    --dropdown-bg: #fff;
    --dropdown-item-font-size: .95rem;
    --dropdown-item-color: #222;
    --dropdown-item-color-hover: #000;
    --dropdown-item-hover-bg: #f3f3f3;
    --dropdown-padding: 1.5rem;
    --dropdown-item-size: 1rem;
    --dropdown-item-padding: 15px 20px;
    /* Mega menu */
    --mega-left: clamp(1rem, 5vw, 4rem);
    --mega-right: clamp(1rem, 5vw, 4rem);
    --mega-title-color: #6e6e6e;
    --mega-title-size: 1.5rem;
    --mega-title-font: var(--body-heading-font-family);
    --mega-title-weight: 500;
    /* Animation timings */
    --transition-speed: 0.25s;
    --collapse-speed: 0.35s;
}
/* ===================== */
/* Skip Navigation Links */
/* ===================== */
.skipnav {
    background-color: var(--skipnav-bg);
}
.skipnav-list {
    padding: var(--skipnav-padding);
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    justify-content: center;
}
.skipnav-link {
    color: var(--skipnav-link-color);
    display: block;
    padding: 1em;
    text-align: center;
    text-decoration: none;
}
.skipnav-link:hover, .skipnav-link:active, .skipnav-link:focus {
    color: var(--skipnav-link-color-hover);
    background: var(--skipnav-link-bg-hover);
    text-decoration: underline;
}
/* ============ */
/* Navbar Core  */
/* ============ */
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    align-items: center;
    background: var(--navbar-bg);
}
.navbar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}
.navbar-brand {
    padding: var(--brand-padding);
    text-align: center;
    display: block;
    white-space: nowrap;
    margin-left: 15px;
}
.navbar-brand .logo {
    max-width: var(--logo-max-width);
    height: auto;
}
/* ========== */
/* Toggler    */
/* ========== */
.navbar-toggle-wrapper {
    padding: 0.5rem 0.25rem;
    margin-right: 15px;;
}
.navbar-toggler {
    font-size: 1.25rem;
    line-height: 1;
    float: var(--toggler-float);
    color: var(--toggler-color);
    background: transparent;
    border: none;
    padding: var(--toggler-padding);
    transition: box-shadow var(--transition-speed) ease-in-out;
}
.navbar-toggler .line {
    width: var(--toggler-size);
    height: var(--toggler-thickness);
    background-color: var(--toggler-bar);
    display: block;
    margin: 5px auto;
    transition: all var(--transition-speed);
}
/* Styles for the "X" state */
.navbar-toggler.show .line:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}
.navbar-toggler.show .line:nth-child(2) {
    opacity: 0;
}
.navbar-toggler.show .line:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}
.navbar-toggler:hover, .navbar-toggler:focus {
    color: var(--toggler-hover);
}
/* Collapse */
.navbar-collapse {
    flex-grow: 1;
    flex-basis: 100%;
    align-items: center;
    display: none;
}
.navbar-collapse.show {
    display: block;
    height: auto;
}
.navbar-collapse.collapsing {
    display: block;
    height: 0;
    overflow: hidden;
    transition: height var(--collapse-speed) ease;
}
.collapsing {
    height: 0;
    overflow: hidden;
    transition: height var(--collapse-speed) ease;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding-left: 0;
    background-color: var(--navbar-link-bg);
}
/* ============== */
/* Navbar Links   */
/* ============== */
.navbar-item {
    position: relative;
}
.navbar-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--link-padding);
    font-size: var(--link-font-size);
    color: var(--navbar-link-color);
    text-decoration: none;
    background: var(--navbar-link-bg);
    border-bottom: 1px solid var(--border-dark);
    border-top: 1px solid var(--border-light);
    transition: color var(--transition-speed), background-color var(--transition-speed), border-color var(--transition-speed);
}
.navbar-link:hover,.navbar-link[aria-expanded="true"], .navbar-link:focus {
    color: var(--navbar-link-color-hover);
    background: var(--dropdown-item-hover-bg);
}
.navbar-link.active {
    background-color: var(--navbar-link-active-bg);
    color: var(--navbar-link-active-color);
}
.navbar-chev {
    width: 1em;
    height: 1em;
    pointer-events: none;
    transition: transform var(--transition-speed);
}
.navbar-link[aria-expanded="true"] .navbar-chev {
    transform: rotate(180deg);
}
/* ============== */
/* Dropdown Menus */
/* ============== */
.navbar-dropdown {
    display: none;
    background-color: var(--dropdown-bg);
    margin: 0;
    padding: 0;
    list-style: none;
    min-width: var(--dropdown-min-width);
    /*transform-origin: top center;
  animation: growDown 300ms ease-in-out forwards;*/
}
/* Only animate when JS toggles .show */
.navbar-item--dropdown.show > .navbar-dropdown {
    transform-origin: top center;
    animation: growDown 300ms ease-in-out forwards;
}
.navbar-dropdown.show {
    display: block;
}
.navbar-dropdown-item {
    display: block;
    width: 100%;
    padding: var(--dropdown-item-padding);
    font-size: var(--dropdown-item-font-size);
    font-weight: 400;
    color: var(--dropdown-item-color);
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--dropdown-item-border);
    text-decoration: none;
    white-space: nowrap;
}
.navbar-dropdown-item:hover, .navbar-dropdown-item:active, .navbar-dropdown-item:focus {
    color: var(--dropdown-item-color-hover);
    background-color: var(--dropdown-item-hover-bg);
}
/* ============== */
/* Mega Menu      */
/* ============== */
.navbar-dropdown.navbar-item--dropdown--mega {
    padding: var(--dropdown-padding);
    left: var(--mega-left);
    right: var(--mega-right);
}
.navbar-mega-title {
    margin-bottom: 0.75rem;
    font-size: var(--mega-title-size);
    font-weight: var(--mega-title-weight);
    font-family: var(--mega-title-font);
    color: var(--mega-title-color);
}
.navbar-mega-list {
    list-style: none;
    padding: 0;
}
.navbar-mega-link {
    display: block;
    width: 100%;
    padding: 0.25rem;
    color: var(--dropdown-item-color);
    font-size: var(--dropdown-item-size);
    text-decoration: none;
}
.navbar-mega-link:hover, .navbar-mega-link:active, .navbar-mega-link:focus {
    color: var(--dropdown-item-color);
    font-size: var(--dropdown-item-size);
}
/* ====================== */
/* Animations             */
/* ====================== */
@keyframes growDown {
    0% {
        transform: scaleY(0);
    }
    80% {
        transform: scaleY(1.1);
    }
    100% {
        transform: scaleY(1);
    }
}
/* ============== */
/* Desktop Styles */
/* ============== */
@media (min-width: 992px) {
    .site-header {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        background-color: var(--navbar-bg-desktop);
        height: var(--header-height);
    }
    .site-header.scrolled {
        background-color: var(--navbar-bg-scrolled);
        backdrop-filter: blur(5px);
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    .navbar-toggle-wrapper {
        display: none;
        visibility: hidden;
        pointer-events: none;
        height: 0;
        overflow: hidden;
    }
    .navbar {
        padding: 0 1rem;
    }
    .navbar-container {
        justify-content: center;
        margin: 0 auto;
        position: relative;
    }
    .navbar-brand {
        padding: 0;
        position: absolute;
        left: 0;
        top: 10px;
    }
    .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-nav {
        flex-direction: row;
        justify-content: flex-start;
        width: 100%;
        margin-left: 120px;
        align-items: flex-end;
        height: var(--header-height);
        background: transparent;
    }
    .navbar-link {
        font-size: .95rem;
        padding: 1rem clamp(.5rem, 2vw, 3.5rem) .5rem;
        border: none;
        color: #fff;
        background: transparent;
    }
    .navbar-link:hover, .navbar-link:active, .navbar-link[aria-expanded="true"], .navbar-link:focus {
        color: var(--navbar-desktop-link-color-hover);
        background: var(--navbar-desktop-link-bg-hover);
}
    .navbar-link.active {
        background-color: var(--navbar-desktop-link-active-bg);
        color: var(--navbar-desktop-bg-active-color);
    }

    /*  .navbar-item.navbar-item--dropdown:hover > .navbar-dropdown {
    display: block;
  }*/
    .navbar-chev {
        margin-left: 5px;
    }
    .navbar-item--mega {
        position: static;
    }
    .navbar-dropdown {
        position: absolute;
        z-index: 100;
    }
    .navbar-item--dropdown--mega .navbar-dropdown {
        left: 0;
        right: 0;
    }
    .navbar-item--dropdown:hover > .navbar-dropdown, .navbar-item--dropdown:active > .navbar-dropdown, .navbar-item--dropdown:focus > .navbar-dropdown, .navbar-item--dropdown.show > .navbar-dropdown {
        display: block; /* open if hover, focus, or JS adds .show */
    }
}
@media (min-width:1200px) {
    .navbar-container {
        max-width: 1140px;
    }
    .navbar-link {
        font-size: 1rem;
    }
}
@media (min-width:1400px) {
    .navbar-container {
        max-width: 1320px;
    }
}
/* ================================
   HERO SECTION
   ================================ */
.hero {
    /* Hero layout */
    --hero-padding: 4em 1em 6em;
    --hero-height-primary: clamp(auto, 60vw, 600px);
    --hero-max-width: 1200px;
    /* Colors */
    --hero-title-color: #fff;
    --hero-subtitle-color: #fff;
    --hero-text-color: #fff;
    --hero-overlay: rgba(0, 0, 0, 0.4);
    --hero-title-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    --hero-subtitle-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    --hero-text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    --hero-btn-shadow: rgba(0, 0, 0, 0.3);
    /* Typography */
    --hero-title-font-family: var(--body-heading-font-family);
    --hero-title-size: clamp(3.5rem, 10vw, 5rem);
    --hero-subtitle-font-family: var(--body-heading-font-family);
    --hero-subtitle-size: clamp(1.75rem, 3vw, 2.25rem);
    --hero-text-font-family: var(--body-font-family);
    --hero-text-size: clamp(--body-font-size, 3vw, 1.25rem);
    /* CTAs */
    --hero-btn-gap: 1rem;
    --hero-btn-font-size: 1rem;
    --hero-btn-radius: 0.25rem;
    --hero-btn-padding: 0.75rem 1.25rem;
    --hero-btn-primary-bg: #8a1d00;
    --hero-btn-primary-bg-hover: #5e1300;
    --hero-btn-primary-color: #fff;
    --hero-btn-primary-hover-color: #fff;
    --hero-btn-secondary-border: 2px solid #fff;
    --hero-btn-secondary-color: #fff;
    --hero-btn-secondary-bg: transparent;
    --hero-btn-secondary-hover-bg: #fff;
    --hero-btn-secondary-hover-color: #000;
    /* Action button */
    --video-btn-bg: rgba(0, 0, 0, 0.6);
    --video-btn-radius: 0.25em;
    --video-btn-padding: 0.5em 0.75em;
    --video-btn-size: 1rem;
    --video-btn-icon-size: 1.5em;
    --video-btn-focus-outline: 2px solid #fff;
}
/* Core hero */
.hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--hero-text-color);
    overflow: hidden;
    padding: var(--hero-padding);
}
.hero--primary {
    height: var(--hero-height-primary);
}
.hero--secondary {
    --hero-height-primary: clamp(200px, 40vw, 300px);
}
/* Image background */
.hero img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
/*.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--hero-overlay);
    z-index: 1;
}*/
/* Content */
.hero-content {
    position: relative;
    z-index: 2;
    max-width: var(--hero-max-width);
    margin: 0 auto;
}
.hero-title {
    font-family: var(--hero-title-font-family);
    color: var(--hero-title-color);
    font-size: var(--hero-title-size);
    margin-bottom: 0.15em;
    text-shadow: var(--hero-title-shadow);
    line-height: 1.2;
}
.hero-subtitle {
    font-family: var(--hero-subtitle-font-family);
    color: var(--hero-subtitle-color);
    font-size: var(--hero-subtitle-size);
    margin-bottom: .5rem;
    line-height: 1.1;
    text-shadow: var(--hero-subtitle-shadow);
}
.hero-text {
    font-family: var(--hero-text-font-family);
    color: var(--hero-text-color);
    font-size: var(--hero-text-size);
    line-height: 1.4;
    text-shadow: var(--hero-text-shadow);
}
.hero--altfont {
    --hero-title-font-family: "Oswald", sans-serif;
    --hero-subtitle-font-family: "Oswald", sans-serif;
}
/* CTA buttons */
.hero-cta {
    display: flex;
    gap: var(--hero-btn-gap);
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 3em;
}
.btn-hero-primary, .btn-hero-secondary {
    display: inline-block;
    padding: var(--hero-btn-padding);
    border-radius: var(--hero-btn-radius);
    text-decoration: none;
    font-size: var(--hero-btn-font-size);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.btn-hero-primary {
    background: var(--hero-btn-primary-bg);
    color: var(--hero-btn-primary-color);
}
.btn-hero-primary:hover, .btn-hero-primary:active, .btn-hero-primary:focus {
    color: var(--hero-cta-primary-color);
    background: var(--hero-btn-primary-bg-hover);
    transform: translateY(-3px);
    box-shadow: 0 4px 10px var(--hero-btn-shadow);
}
.btn-hero-secondary {
    border: var(--hero-btn-secondary-border);
    color: var(--hero-cta-secondary-color);
    background: var(--hero-cta-secondary-bg);
}
.btn-hero-secondary:hover, .btn-hero-secondary:active, .btn-hero-secondary:focus {
    background: var(--hero-cta-secondary-hover-bg);
    transform: translateY(-3px);
    box-shadow: 0 4px 10px var(--hero-btn-shadow);
    color: var(--hero-cta-secondary-hover-color);
}
/* Video variant */
.hero--video {
    position: relative;
    height: var(--hero-height-primary);
}
.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: var(--hero-overlay);
    z-index: 1;
}
/* Floating button */
.video-btn {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    background: var(--video-btn-bg);
    border: none;
    color: var(--video-text-color);
    padding: var(--video-btn-padding);
    border-radius: var(--video-btn-radius);
    cursor: pointer;
    font-size: var(--video-btn-size);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    transition: transform .2s ease, opacity .5s ease;
    opacity: .5;
}
.video-btn:hover, .video-btn:active, .video-btn:focus {
    color: #fff;
    opacity: 1;
    transform: scale(1.2);
}
.video-btn svg {
    width: var(--video-btn-icon-size);
    height: var(--video-btn-icon-size);
    fill: currentColor;
}
/*.hero-btn:focus {
    outline: var(--hero-btn-focus-outline);
    outline-offset: 2px;
}*/
@media (min-width: 992px) {
    .hero {
        padding-top: 200px; /*USE FOR NAVBAR OVERLAY*/
    }
}
/* ================================
   MAIN CONTENT BASE
   ================================ */
.main {}
/* ================================
   ADD ONS
   ================================ */
/*======TYPOGRAPHY======*/
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify;
}
/*======IMAGES======*/ :root {
    --img-border-color: #a11e2a;
    --img-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    --img-radius: 8px;
    --img-hover-scale: 1.03;
}
.featured-img {
    border: 2px solid var(--img-border-color);
    border-radius: var(--img-radius);
    box-shadow: var(--img-shadow);
    overflow: hidden;
    transition: transform 0.3s ease;
    display: block;
    max-width: 100%;
}
.featured-img:hover, .featured-img:focus {
    transform: scale(var(--img-hover-scale));
}
.img-caption {
    text-align: center;
    margin-top: 0.5rem;
    font-size: 1rem;
    font-style: italic;
    color: #555;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
/*======EMBED UTILITIES======*/
.ratio {
    position: relative;
    width: 100%
}
.ratio::before {
    display: block;
    padding-top: var(--aspect-ratio);
    content: ""
}
.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.ratio-1x1 {
    --aspect-ratio: 100%
}
.ratio-4x3 {
    --aspect-ratio: 75%
}
.ratio-16x9 {
    --aspect-ratio: 56.25%
}
.ratio-21x9 {
    --aspect-ratio: 42.8571428571%
}
/*======Sections======*/
/* ================================
   BASE SECTION
   ================================ */
.section {
    /* Layout */
    --section-padding-block: 6rem;
    --section-padding-inline: 1rem;
    --section-bg: transparent;
    --section-text-align: left;
    /* Typography */
    --section-title-size: clamp(3rem, 4vw, 3rem);
    --section-subtitle-size: clamp(1.5rem, 2.5vw, 2.5rem);
    --section-text-size: 1.2rem;
    --section-title-color: #000;
    --section-subtitle-color: #444;
    --section-text-color: #555;
    
    
    padding-block: var(--section-padding-block);
    padding-inline: var(--section-padding-inline);
     background: var(--section-bg);
    text-align: var(--section-text-align);
}
.section-title {
    font-size: var(--section-title-size);
    color: var(--section-title-color);
    margin-bottom: .25em;
    text-align: center;
}
.section-subtitle {
    text-align: center;
    font-size: var(--section-subtitle-size);
    color: var(--section-subtitle-color);
    margin-bottom: .5em;
}
.section-text {
    max-width: 1200px;
    margin: 0 auto 2rem;
    font-size: var(--section-text-size);
    color: var(--section-text-color);
}
.section--lead {
    text-align: center;
    line-height: 1.6;
    background: var(--section-lead-bg);
    color: var(--section-lead-text-color);
}
.section--lead .section-title {
    color: var(--section-lead-title-color);
}
.section--lead .section-text {
    color: var(--section-lead-text-color);
}
.section--bg-image {
  background: url("...") center/cover no-repeat;
}
.section--bg-fixed {
  background: url("...") center/cover no-repeat;
  background-attachment: fixed;
}
.section--bg-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4); /* tweak per theme */
  z-index: 0;
}
:root {
  --bg-image: none;
  --bg-overlay-dark: rgba(0, 0, 0, 0.4);
  --bg-overlay-light: rgba(255, 255, 255, 0.4);
  --bg-gradient-start: #8a1d00;   /* tribal red as default */
  --bg-gradient-end: #f7f0e8;     /* tribal cream as default */
}

/* 1. Standard background image */
.section--bg-image {
  background: var(--bg-image, url("placeholder.jpg")) center/cover no-repeat;
}

/* 2. Fixed / parallax-style background */
.section--bg-fixed {
  background: var(--bg-image, url("placeholder.jpg")) center/cover no-repeat;
  background-attachment: fixed;
}

/* 3. Overlay (dark or light) */
.section--bg-overlay {
  position: relative;
}
.section--bg-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--bg-overlay-dark);
  z-index: 0;
}
.section--bg-overlay .section-content {
  position: relative;
  z-index: 1;
}

/* Light overlay variant */
.section--bg-overlay-light::before {
  background: var(--bg-overlay-light);
}

/* 4. Gradient background */
.section--bg-gradient {
  background: linear-gradient(
    135deg,
    var(--bg-gradient-start),
    var(--bg-gradient-end)
  );
}

/* 5. Gradient + image combo */
.section--bg-gradient-image {
  background: linear-gradient(var(--bg-overlay-dark), var(--bg-overlay-dark)),
              var(--bg-image, url("placeholder.jpg")) center/cover no-repeat;
}

/* 6. Pattern / texture (repeatable) */
.section--bg-pattern {
  background: var(--bg-pattern, url("pattern.png")) repeat;
}

/* 7. Split layout (half color, half image) */
.section--bg-split {
  background: linear-gradient(
      to right,
      var(--bg-gradient-start) 50%,
      transparent 50%
    ),
    var(--bg-image, url("placeholder.jpg")) right/cover no-repeat;
}

/* Dark background section */
.section--dark {
    --section-bg: #111;
    --section-title-color: #fff;
    --section-subtitle-color: #ddd;
    --section-text-color: #ccc;
}
/* Accent background (brand color) */
.section--accent {
    --section-bg: var(--brand-primary, #8a1d00);
    --section-title-color: #fff;
    --section-subtitle-color: #f0dcdc;
    --section-text-color: #fff;
}
/* Reduced padding (for stacked content) */
.section--compact {
    --section-padding-block: 2rem;
}
/* Extra spacious (hero-like sections) */
.section--spacious {
    --section-padding-block: 6rem;
}
.section--two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    text-align: left;
    align-items: center;
}
.section--grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}
@media (max-width: 768px) {
    .section--two-col {
        grid-template-columns: 1fr;
        text-align: center;
    }
}
/* ================================
   BASE BUTTONS STYLES
   ================================ */
.btn {
    --btn-padding-x: 0.75rem;
    --btn-padding-y: 0.375rem;
    --btn-font-family: ;
    --btn-font-size: 1rem;
    --btn-font-weight: 400;
    --btn-line-height: 1.5;
    --btn-color: var(--body-color);
    --btn-bg: transparent;
    --btn-border-width: var(--border-width);
    --btn-border-color: transparent;
    --btn-border-radius: var(--border-radius);
    --btn-hover-border-color: transparent;
    --btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --btn-disabled-opacity: 0.65;
    --btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--btn-padding-y) var(--btn-padding-x);
    font-family: var(--btn-font-family);
    font-size: var(--btn-font-size);
    font-weight: var(--btn-font-weight);
    line-height: var(--btn-line-height);
    color: var(--btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--btn-border-width) solid var(--btn-border-color);
    border-radius: var(--btn-border-radius);
    background-color: var(--btn-bg);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}
.btn:hover {
    color: var(--btn-hover-color);
    background-color: var(--btn-hover-bg);
    border-color: var(--btn-hover-border-color)
}
.btn-primary {
    --btn-color: #fff;
    --btn-bg: #0d6efd;
    --btn-border-color: #0d6efd;
    --btn-hover-color: #fff;
    --btn-hover-bg: #0b5ed7;
    --btn-hover-border-color: #0a58ca;
    --btn-focus-shadow-rgb: 49, 132, 253;
    --btn-active-color: #fff;
    --btn-active-bg: #0a58ca;
    --btn-active-border-color: #0a53be;
    --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-secondary {
    --btn-color: #fff;
    --btn-bg: #6c757d;
    --btn-border-color: #6c757d;
    --btn-hover-color: #fff;
    --btn-hover-bg: #5c636a;
    --btn-hover-border-color: #565e64;
    --btn-focus-shadow-rgb: 130, 138, 145;
    --btn-active-color: #fff;
    --btn-active-bg: #565e64;
    --btn-active-border-color: #51585e;
    --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-outline-primary {
    --btn-color: #0d6efd;
    --btn-border-color: #0d6efd;
    --btn-hover-color: #fff;
    --btn-hover-bg: #0d6efd;
    --btn-hover-border-color: #0d6efd;
    --btn-focus-shadow-rgb: 13, 110, 253;
    --btn-active-color: #fff;
    --btn-active-bg: #0d6efd;
    --btn-active-border-color: #0d6efd;
    --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-outline-secondary {
    --btn-color: #6c757d;
    --btn-border-color: #6c757d;
    --btn-hover-color: #fff;
    --btn-hover-bg: #6c757d;
    --btn-hover-border-color: #6c757d;
    --btn-focus-shadow-rgb: 108, 117, 125;
    --btn-active-color: #fff;
    --btn-active-bg: #6c757d;
    --btn-active-border-color: #6c757d;
    --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* ================================
   BASE CARD STYLES
   ================================ */
.card {
    --card-bg: #fff;
    --card-color: #222;
    --card-title-color: #000;
    --card-title-size: 1.25rem;
    --card-subtitle-color: #444;
    --card-subtitle-size: 1rem;
    --card-text-color: #555;
    --card-text-size: 0.95rem;
    --card-date-color: #666;
    --card-border-width: 1px;
    --card-border-color: #ccc;
    --card-border-radius: 4px;
    --card-shadow: 0 2px 8px rgba(0, 0, 0, .05);
    --card-spacer-y: 1rem;
    --card-spacer-x: 1rem;
    --btn-card-font-size: 0.95rem;
    --btn-card-color: #fff;
    --btn-card-bg: #000;
    --btn-card-hover-color: #fff;
    --btn-card-hover-bg: #333;
    display: flex;
    flex-direction: column;
    background: var(--card-bg);
    color: var(--card-color);
    border: var(--card-border-width) solid var(--card-border-color);
    border-radius: var(--card-border-radius);
    box-shadow: var(--card-shadow);
    transition: transform .3s ease, box-shadow .3s ease;
}
.card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .1);
}
.card-img {
    width: 100%;
    border-top-left-radius: var(--card-border-radius);
    border-top-right-radius: var(--card-border-radius);
    display: block;
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: var(--card-img-overlay-padding);
    border-radius: var(--card-border-radius)
}
.card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: var(--card-spacer-y) var(--card-spacer-x);
}
.card-title {
    font-size: var(--card-title-size);
    color: var(--card-title-color);
    margin: 0 0 0.5rem;
}
.card-subtitle {
    font-size: var(--card-subtitle-size);
    color: var(--card-subtitle-color);
    margin: 0 0 0.5rem;
}
.card-text {
    font-size: var(--card-text-size);
    color: var(--card-text-color);
    margin: 0 0 1rem;
}
.card-text:last-child {
    margin-bottom: 0
}
.card-date {
    font-size: 0.9rem;
    color: var(--card-date-color);
    display: flex;
    align-items: center;
    gap: 0.25rem;
    margin-top: auto; /* pushes CTA down */
}
.card-cta {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}
.btn-card {
    background: var(--btn-card-bg);
    color: var(--btn-card-color);
    font-size: var(--btn-card-font-size);
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    text-decoration: none;
    transition: background .2s ease, color .2s ease;
}
.btn-card:hover, .btn-card:focus {
    background: var(--btn-card-hover-bg);
    color: var(--btn-card-hover-color);
}
.card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: var(--event-gap);
}
/* ================================
   Event Cards
   ================================ */ :root {
    --event-bg: #fff;
    --event-title: #8B0000;
    --event-text: #222;
    --event-date: #555;
    --event-border: #e3e3e3;
    --event-radius: 12px;
    --event-padding: 1.25rem;
    --event-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    --event-gap: 1.5rem;
    --event-icon-size: 1rem;
    --event-link-color: #0056b3;
    --event-link-hover: #003366;
}
.event-section {
    padding: 3rem 0;
}
.event-section__title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 2rem;
}
.event-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: var(--event-gap);
}
.event-card {
    background-color: var(--event-bg);
    border: 1px solid var(--event-border);
    border-radius: var(--event-radius);
    box-shadow: var(--event-shadow);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.event-card:hover, .event-card:active, .event-card:focus {
    transform: translateY(-4px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}
.event-card__img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}
.event-card__body {
    padding: var(--event-padding);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.event-card__title {
    font-size: 1.25rem;
    font-weight: bold;
    color: var(--event-title);
    margin: 0;
}
.event-card__date {
    display: flex;
    align-items: center;
    font-size: 0.95rem;
    color: var(--event-date);
}
.event-card__icon {
    width: var(--event-icon-size);
    height: var(--event-icon-size);
    margin-right: 0.5rem;
    flex-shrink: 0;
}
.event-card__links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 0.25rem;
}
.event-card__link {
    font-size: 0.9rem;
    color: var(--event-link-color);
    text-decoration: underline;
}
.event-card__link:hover, .event-card__link:active, .event-card__link:focus {
    color: var(--event-link-hover);
    text-decoration: none;
}
/* ================================
   BREADCRUMB STYLES
   ================================ */
.breadcrumb {
    --breadcrumb-padding-x: 0;
    --breadcrumb-padding-y: 0;
    --breadcrumb-margin-bottom: 1rem;
    --breadcrumb-bg: ;
    --breadcrumb-border-radius: ;
    --breadcrumb-divider-color: var(--secondary-color);
    --breadcrumb-item-padding-x: 0.5rem;
    --breadcrumb-item-active-color: var(--secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding: var(--breadcrumb-padding-y) var(--breadcrumb-padding-x);
    margin-bottom: var(--breadcrumb-margin-bottom);
    font-size: var(--breadcrumb-font-size);
    list-style: none;
    background-color: var(--breadcrumb-bg);
    border-radius: var(--breadcrumb-border-radius)
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: var(--breadcrumb-item-padding-x)
}
.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: var(--breadcrumb-item-padding-x);
    color: var(--breadcrumb-divider-color);
    content: var(--breadcrumb-divider, "/")
}
.breadcrumb-item.active {
    color: var(--breadcrumb-item-active-color)
}
/* ================================
   FOOTER
   ================================ */
.footer {
    background: #111;
    color: #eee;
    font-size: 0.95rem;
    padding-top: 2rem;
    margin-top: 3rem;
}
.footer-top {
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-col {
    margin-bottom: 1.5rem;
}
.footer-logo img {
    max-width: 100%;
    height: auto;
    margin-bottom: 1rem;
}
.footer-blurb {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    color: #ccc;
}
/* Social */
.footer-social {
    list-style: none;
    display: flex;
    gap: 0.75rem;
    padding: 0;
    margin: 0;
}
.footer-social a {
    color: #eee;
    font-size: 1.25rem;
    transition: color 0.2s ease;
}
.footer-social a:hover, .footer-social a:active, .footer-social a:focus {
    color: #8a1d00;
}
/* Contact */
.footer-heading {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
    color: #fff;
}
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-contact li {
    margin-bottom: 0.5rem;
    display: flex;
    align-items: start;
    gap: 0.5rem;
}
.footer-contact a {
    color: #eee;
    text-decoration: none;
}
.footer-contact a:hover, .footer-contact a:active, .footer-contact a:focus {
    text-decoration: underline;
}
/* Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links li {
    margin-bottom: 0.5rem;
}
.footer-links a {
    color: #eee;
    text-decoration: none;
    transition: color 0.2s ease;
}
.footer-links a:hover, .footer-links a:active, .footer-links a:focus {
    color: #8a1d00;
}
/* Bottom Bar */
.footer-bottom {
    background: #000;
    padding: 1rem 0;
    text-align: center;
}
.footer-bottom p {
    margin: 0 0 0.5rem;
    font-size: 0.85rem;
    color: #aaa;
}
.footer-legal {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin: 0;
    padding: 0;
}
.footer-legal a {
    font-size: 0.85rem;
    color: #aaa;
    text-decoration: none;
}
.footer-legal a:hover {
    color: #fff;
}
:root[data-theme="tribal"] {
    /*BRAND COLORS*/
    --tribal-cream: #F7F0E8;
    --tribal-red: #6F3220;
    --tribal-blue: #0a427b;
    --tribal-orange: #de5c27;
    --tribal-rust: #a94b2f;
    --tribal-gray: #444;
	--navbar--desktop-link-text-hover: #fff;
    --dropdown-desktop-item-hover-bg: #B13B10;

}
/*SECTIONS*/
.section--tribal-cream {
    --section-bg: var(--tribal-cream);
    --section-title-color: var(--tribal-rust);
    --section-subtitle-color: var(--tribal-gray);
    --section-text-color: var(--tribal-gray);
}
.section--tribal-red {
  --section-bg: var(--tribal-red, #8a1d00);
  --section-title-color: #fff;
  --section-subtitle-color: var(--tribal-red-light, #F6E7E4);
  --section-color-color: #fff;
}
.section--tribal-blue {
    --section-bg: var(--tribal-blue);
    --section-title-color: #fff;
    --section-subtitle-color: #ddd;
    --section-color-color: #f7f0e8;
}
/*NAVBAR*/
:root {
    /* Lead variant tokens */
    --section-lead-bg: #fff;
    --section-lead-title-color: #000;
    --section-lead-text-color: #000;
}
:root[data-theme="tribal"] {
    --header-height: 90px;
    --logo-max-width: 100px;

    --navbar-desktop-link-color-hover: #fff;/**/
    --navbar-desktop-link-bg-hover: #702206;/**/
    --navbar-desktop-link-active-color: #fff;
    --navbar-desktop-link-active-bg: #702206;

    --toggler-bar: #f6ca9a;/**/
    --dropdown-item-color: #611d13;/**/
    --dropdown-item-color-hover: #611d13;/**/
    --dropdown-item-hover-bg: #FEF7F6;/**/
    /* Mega menu */
    --mega-title-color: #702206;/**/
    --section-lead-bg: #611d13;
    --section-lead-title-color: #fff;
    --section-lead-text-color: #fff;
}
.section--events {
  --bg-image: url("../img/events2.jpg");
  --section-title-color: #fff;
  --section-subtitle-color: #fff;
  --section-text-color: #fff;
  padding: 6rem 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0.7); /* dark overlay */
  color: #fff;
}
.section--events .container {
    max-width: 1600px;
}