:root {
  --color-gray-900: #24201D;
  --color-gray-800: #38332E;
  --color-gray-700: #4D4740;
  --color-gray-600: #635C54;
  --color-gray-500: #8A827A;
  --color-gray-400: #A59D94;
  --color-gray-300: #BEB7B0;
  --color-gray-200: #D6D1CC;
  --color-gray-100: #EDEAE8;
  --color-gray-050: #F7F6F5;
  --color-gold-900: #584415;
  --color-gold-800: #775C1F;
  --color-gold-700: #96752A;
  --color-gold-600: #B58E36;
  --color-gold-500: #D4A843;
  --color-gold-400: #DFB85A;
  --color-gold-300: #EACC75;
  --color-green-900: #0a452d;
  --color-green-800: #175441;
  --color-green-700: #30745f;
  --color-green-600: #31745f;
  --color-green-500: #798a6e;
  --color-green-400: #d3e8d1;
  --color-sky-900: #2D4750;
  --color-sky-800: #41606B;
  --color-sky-700: #577986;
  --color-sky-600: #6E93A2;
  --color-sky-500: #87ADBD;
  --color-sky-400: #93B8C9;
  --color-sky-300: #9FC4D4;
  --color-sky-200: #BFD8E3;
  --color-sky-100: #DFECF1;
  --color-brown-700: #775C1F;
  --color-gold-800: #775C1F;
  --color-danger-700: #b81c1c;
  --color-danger-600: #b91c1c;
  --color-danger-500: #c52c2d;
  --color-danger-100: #fceaec;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-bg-page: #F7F6F5;
  --color-bg-surface: #ffffff;
  --color-bg-surface-alt: #EDEAE8;
  --color-bg-dark: #4D4740;
  --color-text-default: #4D4740;
  --color-text-strong: #24201D;
  --color-text-muted: #A59D94;
  --color-text-inverse: #ffffff;
  --color-text-link: #31745f;
  --color-border-default: #BEB7B0;
  --color-border-subtle: #D6D1CC;
  --color-border-strong: #635C54;
  --color-status-info: #BFD8E3;
  --color-status-success: #31745f;
  --color-status-warning: #B58E36;
  --color-status-danger: #b91c1c;
  --font-heading: Barlow, sans-serif;
  --font-body: Source Sans 3, sans-serif;
  --font-size-xs: 12px;
  --font-size-sm: 14px;
  --font-size-base: 16px;
  --font-size-lg: 18px;
  --font-size-xl: 24px;
  --font-size-xxl: 28px;
  --font-size-xxxl: 40px;
  --font-size-4xl: 48px;
  --font-size-5xl: 64px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-6: 24px;
  --space-8: 32px;
  --space-12: 48px;
  --space-16: 64px;
  --space-20: 80px;
  --space-24: 96px;
  --radius-sm: 6px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
  --radius-xxl: 32px;
  --radius-full: 9999px;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.07);
  --shadow-lg: 0 10px 24px rgba(0, 0, 0, 0.1);
  --shadow-xl: 0 20px 40px rgba(0, 0, 0, 0.12);
  --transition-fast: 150ms ease;
  --transition-base: 200ms ease;
  --transition-slow: 300ms ease;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  color: #4D4740;
  background-color: #F7F6F5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

ul,
ol {
  margin: 1em;
  padding-left: 1em;
}

:focus-visible {
  outline: 3px solid rgba(212, 168, 67, 0.35);
  outline-offset: 2px;
}

a {
  color: #31745f;
  text-decoration: underline;
  transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease;
}
a:hover {
  color: #175441;
}

hr {
  border: none;
  border-top: 1px solid #BEB7B0;
  margin: 12px 0;
  border: none;
  border-top: 1px solid #635C54;
}
hr.light {
  border-top: 1px solid #EDEAE8;
}
hr.sep {
  display: block;
  height: 0.25rem;
  width: 3rem;
  border-radius: 100rem;
  background: #D4A843;
  margin: 12px 0;
  border: none;
}
hr.hr-subtle {
  border-top: 1px solid #D6D1CC;
}

table {
  border-collapse: collapse;
  width: 100%;
}

p,
h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

h1, .h1 {
  font-family: "Barlow", sans-serif;
  font-size: 64px;
  font-weight: 900;
  line-height: 1.15;
}
h1.h1--copy, .h1.h1--copy {
  font-size: 48px;
}

h2, .h2 {
  font-family: "Barlow", sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.1;
}
h2.h2--section, .h2.h2--section {
  font-size: 28px;
  font-weight: 700;
}
h2 em, .h2 em {
  font-style: normal;
  color: #31745f;
}
h2-md, .h2-md {
  font-size: 28px;
}

h3, .h3, .tile .tile__title, dl dt {
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
}

h4, .h4 {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.333;
}

h5, .h5 {
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.333;
}

h6, .h6 {
  font-family: "Barlow", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.333;
}

h2 + h3 {
  margin-top: 1em;
}

h1.sep:after, .h1.sep:after, h2.sep:after, .h2.sep:after, h3.sep:after, .h3.sep:after, .tile .sep.tile__title:after, dl dt.sep:after, h4.sep:after, .h4.sep:after, h5.sep:after, .h5.sep:after, h6.sep:after, .h6.sep:after {
  display: block;
  height: 0.25rem;
  width: 3rem;
  border-radius: 100rem;
  background: #D4A843;
  content: "";
  margin: 1.5rem 0;
}

h1.icon-heading, h2.icon-heading, h3.icon-heading, h4.icon-heading, h5.icon-heading, h6.icon-heading,
.h1.icon-heading, .h2.icon-heading, .h3.icon-heading, .tile .icon-heading.tile__title, dl dt.icon-heading, .h4.icon-heading, .h5.icon-heading, .h6.icon-heading {
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0;
}

p {
  margin: 1em 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
}
p:first-child {
  margin-top: 0;
}

p:not(.eyebrow) {
  max-width: 90ch;
}

.body-large {
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
}

.body-small {
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.725;
}

.body-xl {
  font-family: "Barlow", sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
}

.caption {
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.333;
  color: #A59D94;
}

dl dt {
  margin-bottom: 0.125rem;
}
dl dd {
  margin-bottom: 0.75rem;
}

.contact-list {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 12px;
  align-items: baseline;
}
.contact-list__item {
  display: contents;
}
.contact-list dt {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #24201D;
  text-align: right;
  white-space: nowrap;
}
.contact-list dd {
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  line-height: 1.625;
  color: #4D4740;
  margin-bottom: 0;
}
.contact-list dd a {
  color: #31745f;
  text-decoration: none;
}
.contact-list dd a:hover {
  text-decoration: underline;
}

blockquote {
  font-size: 1.75rem;
  font-weight: 900;
}
blockquote p {
  font-size: inherit !important;
}
blockquote + figcaption .caption-author {
  font-family: "Barlow", sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
}

.eyebrow {
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.333;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  color: #31745f;
  font-weight: bold;
}

.stat-label {
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.333;
  letter-spacing: 0.125em;
  text-transform: uppercase;
}

.helper-text {
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.333;
  color: #A59D94;
}

.helper-text--danger {
  color: #b91c1c;
}

.helper-text--success {
  color: #31745f;
}

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 48px;
  }
  h2, .h2 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  h1, .h1 {
    font-size: 40px;
  }
  h2, .h2 {
    font-size: 24px;
  }
}
.container {
  width: 100%;
  padding-inline: 16px;
}
@media (min-width: 576px) {
  .container {
    padding-inline: 24px;
  }
}
@media (min-width: 992px) {
  .container {
    padding-inline: 32px;
  }
}
.container--image {
  background-size: cover;
  background-position: center;
}
.container--dark {
  color: #ffffff;
}
.container--dark .eyebrow {
  color: inherit;
}
.container--white {
  background: #ffffff;
}
.container--border-top {
  border-top: 1px solid #EDEAE8;
}
.container--border-bottom {
  border-bottom: 1px solid #EDEAE8;
}

.container-fluid {
  width: 100%;
  padding-inline: 0;
}

.container-wide {
  width: 100%;
  padding-inline: 64px;
}
@media (max-width: 1199px) {
  .container-wide {
    padding-inline: 48px;
  }
}
@media (max-width: 991px) {
  .container-wide {
    padding-inline: 32px;
  }
}
@media (max-width: 575px) {
  .container-wide {
    padding-inline: 16px;
  }
}

.row {
  --row-gap: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--row-gap);
  max-width: 1280px;
  margin-inline: auto;
  width: 100%;
  box-sizing: border-box;
}
.row--md {
  max-width: 1075px;
}

.row--gap-0 {
  --row-gap: 0px;
}

.row--gap-sm {
  --row-gap: 16px;
}

.row--gap-md {
  --row-gap: 32px;
}

.row--gap-lg {
  --row-gap: 48px;
}

.row--gap-xl {
  --row-gap: 80px;
}

.row--align-start {
  align-items: flex-start;
}

.row--align-center {
  align-items: center;
}

.row--align-end {
  align-items: flex-end;
}

.row--align-stretch {
  align-items: stretch;
}

.row--justify-start {
  justify-content: flex-start;
}

.row--justify-center {
  justify-content: center;
}

.row--justify-end {
  justify-content: flex-end;
}

.row--justify-between {
  justify-content: space-between;
}

.row--justify-around {
  justify-content: space-around;
}

.row--nowrap {
  flex-wrap: nowrap;
}

.col {
  flex: 1 1 0%;
  min-width: 0;
}

.col--center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.col--v-center {
  display: flex;
  flex-direction: row;
  align-items: center !important;
}

.col--h-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.col--h-center h2.sep {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.col--stretch {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.col--stretch > .tile {
  flex: 1;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  min-width: 0;
}

.col-1 {
  flex: 0 0 calc(8.3333333333% - var(--row-gap) * 0.9166666667);
  max-width: calc(8.3333333333% - var(--row-gap) * 0.9166666667);
  min-width: 0;
}

.col-2 {
  flex: 0 0 calc(16.6666666667% - var(--row-gap) * 0.8333333333);
  max-width: calc(16.6666666667% - var(--row-gap) * 0.8333333333);
  min-width: 0;
}

.col-3 {
  flex: 0 0 calc(25% - var(--row-gap) * 0.75);
  max-width: calc(25% - var(--row-gap) * 0.75);
  min-width: 0;
}

.col-4 {
  flex: 0 0 calc(33.3333333333% - var(--row-gap) * 0.6666666667);
  max-width: calc(33.3333333333% - var(--row-gap) * 0.6666666667);
  min-width: 0;
}

.col-5 {
  flex: 0 0 calc(41.6666666667% - var(--row-gap) * 0.5833333333);
  max-width: calc(41.6666666667% - var(--row-gap) * 0.5833333333);
  min-width: 0;
}

.col-6 {
  flex: 0 0 calc(50% - var(--row-gap) * 0.5);
  max-width: calc(50% - var(--row-gap) * 0.5);
  min-width: 0;
}

.col-7 {
  flex: 0 0 calc(58.3333333333% - var(--row-gap) * 0.4166666667);
  max-width: calc(58.3333333333% - var(--row-gap) * 0.4166666667);
  min-width: 0;
}

.col-8 {
  flex: 0 0 calc(66.6666666667% - var(--row-gap) * 0.3333333333);
  max-width: calc(66.6666666667% - var(--row-gap) * 0.3333333333);
  min-width: 0;
}

.col-9 {
  flex: 0 0 calc(75% - var(--row-gap) * 0.25);
  max-width: calc(75% - var(--row-gap) * 0.25);
  min-width: 0;
}

.col-10 {
  flex: 0 0 calc(83.3333333333% - var(--row-gap) * 0.1666666667);
  max-width: calc(83.3333333333% - var(--row-gap) * 0.1666666667);
  min-width: 0;
}

.col-11 {
  flex: 0 0 calc(91.6666666667% - var(--row-gap) * 0.0833333333);
  max-width: calc(91.6666666667% - var(--row-gap) * 0.0833333333);
  min-width: 0;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
  min-width: 0;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 1 0%;
    min-width: 0;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
  }
  .col-sm-1 {
    flex: 0 0 calc(8.3333333333% - var(--row-gap) * 0.9166666667);
    max-width: calc(8.3333333333% - var(--row-gap) * 0.9166666667);
    min-width: 0;
  }
  .col-sm-2 {
    flex: 0 0 calc(16.6666666667% - var(--row-gap) * 0.8333333333);
    max-width: calc(16.6666666667% - var(--row-gap) * 0.8333333333);
    min-width: 0;
  }
  .col-sm-3 {
    flex: 0 0 calc(25% - var(--row-gap) * 0.75);
    max-width: calc(25% - var(--row-gap) * 0.75);
    min-width: 0;
  }
  .col-sm-4 {
    flex: 0 0 calc(33.3333333333% - var(--row-gap) * 0.6666666667);
    max-width: calc(33.3333333333% - var(--row-gap) * 0.6666666667);
    min-width: 0;
  }
  .col-sm-5 {
    flex: 0 0 calc(41.6666666667% - var(--row-gap) * 0.5833333333);
    max-width: calc(41.6666666667% - var(--row-gap) * 0.5833333333);
    min-width: 0;
  }
  .col-sm-6 {
    flex: 0 0 calc(50% - var(--row-gap) * 0.5);
    max-width: calc(50% - var(--row-gap) * 0.5);
    min-width: 0;
  }
  .col-sm-7 {
    flex: 0 0 calc(58.3333333333% - var(--row-gap) * 0.4166666667);
    max-width: calc(58.3333333333% - var(--row-gap) * 0.4166666667);
    min-width: 0;
  }
  .col-sm-8 {
    flex: 0 0 calc(66.6666666667% - var(--row-gap) * 0.3333333333);
    max-width: calc(66.6666666667% - var(--row-gap) * 0.3333333333);
    min-width: 0;
  }
  .col-sm-9 {
    flex: 0 0 calc(75% - var(--row-gap) * 0.25);
    max-width: calc(75% - var(--row-gap) * 0.25);
    min-width: 0;
  }
  .col-sm-10 {
    flex: 0 0 calc(83.3333333333% - var(--row-gap) * 0.1666666667);
    max-width: calc(83.3333333333% - var(--row-gap) * 0.1666666667);
    min-width: 0;
  }
  .col-sm-11 {
    flex: 0 0 calc(91.6666666667% - var(--row-gap) * 0.0833333333);
    max-width: calc(91.6666666667% - var(--row-gap) * 0.0833333333);
    min-width: 0;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 0;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 1 0%;
    min-width: 0;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
  }
  .col-md-1 {
    flex: 0 0 calc(8.3333333333% - var(--row-gap) * 0.9166666667);
    max-width: calc(8.3333333333% - var(--row-gap) * 0.9166666667);
    min-width: 0;
  }
  .col-md-2 {
    flex: 0 0 calc(16.6666666667% - var(--row-gap) * 0.8333333333);
    max-width: calc(16.6666666667% - var(--row-gap) * 0.8333333333);
    min-width: 0;
  }
  .col-md-3 {
    flex: 0 0 calc(25% - var(--row-gap) * 0.75);
    max-width: calc(25% - var(--row-gap) * 0.75);
    min-width: 0;
  }
  .col-md-4 {
    flex: 0 0 calc(33.3333333333% - var(--row-gap) * 0.6666666667);
    max-width: calc(33.3333333333% - var(--row-gap) * 0.6666666667);
    min-width: 0;
  }
  .col-md-5 {
    flex: 0 0 calc(41.6666666667% - var(--row-gap) * 0.5833333333);
    max-width: calc(41.6666666667% - var(--row-gap) * 0.5833333333);
    min-width: 0;
  }
  .col-md-6 {
    flex: 0 0 calc(50% - var(--row-gap) * 0.5);
    max-width: calc(50% - var(--row-gap) * 0.5);
    min-width: 0;
  }
  .col-md-7 {
    flex: 0 0 calc(58.3333333333% - var(--row-gap) * 0.4166666667);
    max-width: calc(58.3333333333% - var(--row-gap) * 0.4166666667);
    min-width: 0;
  }
  .col-md-8 {
    flex: 0 0 calc(66.6666666667% - var(--row-gap) * 0.3333333333);
    max-width: calc(66.6666666667% - var(--row-gap) * 0.3333333333);
    min-width: 0;
  }
  .col-md-9 {
    flex: 0 0 calc(75% - var(--row-gap) * 0.25);
    max-width: calc(75% - var(--row-gap) * 0.25);
    min-width: 0;
  }
  .col-md-10 {
    flex: 0 0 calc(83.3333333333% - var(--row-gap) * 0.1666666667);
    max-width: calc(83.3333333333% - var(--row-gap) * 0.1666666667);
    min-width: 0;
  }
  .col-md-11 {
    flex: 0 0 calc(91.6666666667% - var(--row-gap) * 0.0833333333);
    max-width: calc(91.6666666667% - var(--row-gap) * 0.0833333333);
    min-width: 0;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 0;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 1 0%;
    min-width: 0;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
  }
  .col-lg-1 {
    flex: 0 0 calc(8.3333333333% - var(--row-gap) * 0.9166666667);
    max-width: calc(8.3333333333% - var(--row-gap) * 0.9166666667);
    min-width: 0;
  }
  .col-lg-2 {
    flex: 0 0 calc(16.6666666667% - var(--row-gap) * 0.8333333333);
    max-width: calc(16.6666666667% - var(--row-gap) * 0.8333333333);
    min-width: 0;
  }
  .col-lg-3 {
    flex: 0 0 calc(25% - var(--row-gap) * 0.75);
    max-width: calc(25% - var(--row-gap) * 0.75);
    min-width: 0;
  }
  .col-lg-4 {
    flex: 0 0 calc(33.3333333333% - var(--row-gap) * 0.6666666667);
    max-width: calc(33.3333333333% - var(--row-gap) * 0.6666666667);
    min-width: 0;
  }
  .col-lg-5 {
    flex: 0 0 calc(41.6666666667% - var(--row-gap) * 0.5833333333);
    max-width: calc(41.6666666667% - var(--row-gap) * 0.5833333333);
    min-width: 0;
  }
  .col-lg-6 {
    flex: 0 0 calc(50% - var(--row-gap) * 0.5);
    max-width: calc(50% - var(--row-gap) * 0.5);
    min-width: 0;
  }
  .col-lg-7 {
    flex: 0 0 calc(58.3333333333% - var(--row-gap) * 0.4166666667);
    max-width: calc(58.3333333333% - var(--row-gap) * 0.4166666667);
    min-width: 0;
  }
  .col-lg-8 {
    flex: 0 0 calc(66.6666666667% - var(--row-gap) * 0.3333333333);
    max-width: calc(66.6666666667% - var(--row-gap) * 0.3333333333);
    min-width: 0;
  }
  .col-lg-9 {
    flex: 0 0 calc(75% - var(--row-gap) * 0.25);
    max-width: calc(75% - var(--row-gap) * 0.25);
    min-width: 0;
  }
  .col-lg-10 {
    flex: 0 0 calc(83.3333333333% - var(--row-gap) * 0.1666666667);
    max-width: calc(83.3333333333% - var(--row-gap) * 0.1666666667);
    min-width: 0;
  }
  .col-lg-11 {
    flex: 0 0 calc(91.6666666667% - var(--row-gap) * 0.0833333333);
    max-width: calc(91.6666666667% - var(--row-gap) * 0.0833333333);
    min-width: 0;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 0;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 1 0%;
    min-width: 0;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
  }
  .col-xl-1 {
    flex: 0 0 calc(8.3333333333% - var(--row-gap) * 0.9166666667);
    max-width: calc(8.3333333333% - var(--row-gap) * 0.9166666667);
    min-width: 0;
  }
  .col-xl-2 {
    flex: 0 0 calc(16.6666666667% - var(--row-gap) * 0.8333333333);
    max-width: calc(16.6666666667% - var(--row-gap) * 0.8333333333);
    min-width: 0;
  }
  .col-xl-3 {
    flex: 0 0 calc(25% - var(--row-gap) * 0.75);
    max-width: calc(25% - var(--row-gap) * 0.75);
    min-width: 0;
  }
  .col-xl-4 {
    flex: 0 0 calc(33.3333333333% - var(--row-gap) * 0.6666666667);
    max-width: calc(33.3333333333% - var(--row-gap) * 0.6666666667);
    min-width: 0;
  }
  .col-xl-5 {
    flex: 0 0 calc(41.6666666667% - var(--row-gap) * 0.5833333333);
    max-width: calc(41.6666666667% - var(--row-gap) * 0.5833333333);
    min-width: 0;
  }
  .col-xl-6 {
    flex: 0 0 calc(50% - var(--row-gap) * 0.5);
    max-width: calc(50% - var(--row-gap) * 0.5);
    min-width: 0;
  }
  .col-xl-7 {
    flex: 0 0 calc(58.3333333333% - var(--row-gap) * 0.4166666667);
    max-width: calc(58.3333333333% - var(--row-gap) * 0.4166666667);
    min-width: 0;
  }
  .col-xl-8 {
    flex: 0 0 calc(66.6666666667% - var(--row-gap) * 0.3333333333);
    max-width: calc(66.6666666667% - var(--row-gap) * 0.3333333333);
    min-width: 0;
  }
  .col-xl-9 {
    flex: 0 0 calc(75% - var(--row-gap) * 0.25);
    max-width: calc(75% - var(--row-gap) * 0.25);
    min-width: 0;
  }
  .col-xl-10 {
    flex: 0 0 calc(83.3333333333% - var(--row-gap) * 0.1666666667);
    max-width: calc(83.3333333333% - var(--row-gap) * 0.1666666667);
    min-width: 0;
  }
  .col-xl-11 {
    flex: 0 0 calc(91.6666666667% - var(--row-gap) * 0.0833333333);
    max-width: calc(91.6666666667% - var(--row-gap) * 0.0833333333);
    min-width: 0;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 0;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 1 0%;
    min-width: 0;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
  }
  .col-xxl-1 {
    flex: 0 0 calc(8.3333333333% - var(--row-gap) * 0.9166666667);
    max-width: calc(8.3333333333% - var(--row-gap) * 0.9166666667);
    min-width: 0;
  }
  .col-xxl-2 {
    flex: 0 0 calc(16.6666666667% - var(--row-gap) * 0.8333333333);
    max-width: calc(16.6666666667% - var(--row-gap) * 0.8333333333);
    min-width: 0;
  }
  .col-xxl-3 {
    flex: 0 0 calc(25% - var(--row-gap) * 0.75);
    max-width: calc(25% - var(--row-gap) * 0.75);
    min-width: 0;
  }
  .col-xxl-4 {
    flex: 0 0 calc(33.3333333333% - var(--row-gap) * 0.6666666667);
    max-width: calc(33.3333333333% - var(--row-gap) * 0.6666666667);
    min-width: 0;
  }
  .col-xxl-5 {
    flex: 0 0 calc(41.6666666667% - var(--row-gap) * 0.5833333333);
    max-width: calc(41.6666666667% - var(--row-gap) * 0.5833333333);
    min-width: 0;
  }
  .col-xxl-6 {
    flex: 0 0 calc(50% - var(--row-gap) * 0.5);
    max-width: calc(50% - var(--row-gap) * 0.5);
    min-width: 0;
  }
  .col-xxl-7 {
    flex: 0 0 calc(58.3333333333% - var(--row-gap) * 0.4166666667);
    max-width: calc(58.3333333333% - var(--row-gap) * 0.4166666667);
    min-width: 0;
  }
  .col-xxl-8 {
    flex: 0 0 calc(66.6666666667% - var(--row-gap) * 0.3333333333);
    max-width: calc(66.6666666667% - var(--row-gap) * 0.3333333333);
    min-width: 0;
  }
  .col-xxl-9 {
    flex: 0 0 calc(75% - var(--row-gap) * 0.25);
    max-width: calc(75% - var(--row-gap) * 0.25);
    min-width: 0;
  }
  .col-xxl-10 {
    flex: 0 0 calc(83.3333333333% - var(--row-gap) * 0.1666666667);
    max-width: calc(83.3333333333% - var(--row-gap) * 0.1666666667);
    min-width: 0;
  }
  .col-xxl-11 {
    flex: 0 0 calc(91.6666666667% - var(--row-gap) * 0.0833333333);
    max-width: calc(91.6666666667% - var(--row-gap) * 0.0833333333);
    min-width: 0;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 0;
  }
}
.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

@media (min-width: 576px) {
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 6;
  }
}
@media (min-width: 768px) {
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 6;
  }
}
@media (min-width: 992px) {
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 6;
  }
}
@media (min-width: 1200px) {
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 6;
  }
}
@media (min-width: 1400px) {
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 6;
  }
}
.offset-1 {
  margin-left: calc(8.3333333333% + 2.6666666667px);
}

.offset-2 {
  margin-left: calc(16.6666666667% + 5.3333333333px);
}

.offset-3 {
  margin-left: calc(25% + 8px);
}

.offset-4 {
  margin-left: calc(33.3333333333% + 10.6666666667px);
}

.offset-5 {
  margin-left: calc(41.6666666667% + 13.3333333333px);
}

.offset-6 {
  margin-left: calc(50% + 16px);
}

.offset-7 {
  margin-left: calc(58.3333333333% + 18.6666666667px);
}

.offset-8 {
  margin-left: calc(66.6666666667% + 21.3333333333px);
}

.offset-9 {
  margin-left: calc(75% + 24px);
}

.offset-10 {
  margin-left: calc(83.3333333333% + 26.6666666667px);
}

.offset-11 {
  margin-left: calc(91.6666666667% + 29.3333333333px);
}

@media (min-width: 576px) {
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: calc(8.3333333333% + 2.6666666667px);
  }
  .offset-sm-2 {
    margin-left: calc(16.6666666667% + 5.3333333333px);
  }
  .offset-sm-3 {
    margin-left: calc(25% + 8px);
  }
  .offset-sm-4 {
    margin-left: calc(33.3333333333% + 10.6666666667px);
  }
  .offset-sm-5 {
    margin-left: calc(41.6666666667% + 13.3333333333px);
  }
  .offset-sm-6 {
    margin-left: calc(50% + 16px);
  }
  .offset-sm-7 {
    margin-left: calc(58.3333333333% + 18.6666666667px);
  }
  .offset-sm-8 {
    margin-left: calc(66.6666666667% + 21.3333333333px);
  }
  .offset-sm-9 {
    margin-left: calc(75% + 24px);
  }
  .offset-sm-10 {
    margin-left: calc(83.3333333333% + 26.6666666667px);
  }
  .offset-sm-11 {
    margin-left: calc(91.6666666667% + 29.3333333333px);
  }
}
@media (min-width: 768px) {
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: calc(8.3333333333% + 2.6666666667px);
  }
  .offset-md-2 {
    margin-left: calc(16.6666666667% + 5.3333333333px);
  }
  .offset-md-3 {
    margin-left: calc(25% + 8px);
  }
  .offset-md-4 {
    margin-left: calc(33.3333333333% + 10.6666666667px);
  }
  .offset-md-5 {
    margin-left: calc(41.6666666667% + 13.3333333333px);
  }
  .offset-md-6 {
    margin-left: calc(50% + 16px);
  }
  .offset-md-7 {
    margin-left: calc(58.3333333333% + 18.6666666667px);
  }
  .offset-md-8 {
    margin-left: calc(66.6666666667% + 21.3333333333px);
  }
  .offset-md-9 {
    margin-left: calc(75% + 24px);
  }
  .offset-md-10 {
    margin-left: calc(83.3333333333% + 26.6666666667px);
  }
  .offset-md-11 {
    margin-left: calc(91.6666666667% + 29.3333333333px);
  }
}
@media (min-width: 992px) {
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: calc(8.3333333333% + 2.6666666667px);
  }
  .offset-lg-2 {
    margin-left: calc(16.6666666667% + 5.3333333333px);
  }
  .offset-lg-3 {
    margin-left: calc(25% + 8px);
  }
  .offset-lg-4 {
    margin-left: calc(33.3333333333% + 10.6666666667px);
  }
  .offset-lg-5 {
    margin-left: calc(41.6666666667% + 13.3333333333px);
  }
  .offset-lg-6 {
    margin-left: calc(50% + 16px);
  }
  .offset-lg-7 {
    margin-left: calc(58.3333333333% + 18.6666666667px);
  }
  .offset-lg-8 {
    margin-left: calc(66.6666666667% + 21.3333333333px);
  }
  .offset-lg-9 {
    margin-left: calc(75% + 24px);
  }
  .offset-lg-10 {
    margin-left: calc(83.3333333333% + 26.6666666667px);
  }
  .offset-lg-11 {
    margin-left: calc(91.6666666667% + 29.3333333333px);
  }
}
@media (min-width: 1200px) {
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: calc(8.3333333333% + 2.6666666667px);
  }
  .offset-xl-2 {
    margin-left: calc(16.6666666667% + 5.3333333333px);
  }
  .offset-xl-3 {
    margin-left: calc(25% + 8px);
  }
  .offset-xl-4 {
    margin-left: calc(33.3333333333% + 10.6666666667px);
  }
  .offset-xl-5 {
    margin-left: calc(41.6666666667% + 13.3333333333px);
  }
  .offset-xl-6 {
    margin-left: calc(50% + 16px);
  }
  .offset-xl-7 {
    margin-left: calc(58.3333333333% + 18.6666666667px);
  }
  .offset-xl-8 {
    margin-left: calc(66.6666666667% + 21.3333333333px);
  }
  .offset-xl-9 {
    margin-left: calc(75% + 24px);
  }
  .offset-xl-10 {
    margin-left: calc(83.3333333333% + 26.6666666667px);
  }
  .offset-xl-11 {
    margin-left: calc(91.6666666667% + 29.3333333333px);
  }
}
@media (min-width: 1400px) {
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: calc(8.3333333333% + 2.6666666667px);
  }
  .offset-xxl-2 {
    margin-left: calc(16.6666666667% + 5.3333333333px);
  }
  .offset-xxl-3 {
    margin-left: calc(25% + 8px);
  }
  .offset-xxl-4 {
    margin-left: calc(33.3333333333% + 10.6666666667px);
  }
  .offset-xxl-5 {
    margin-left: calc(41.6666666667% + 13.3333333333px);
  }
  .offset-xxl-6 {
    margin-left: calc(50% + 16px);
  }
  .offset-xxl-7 {
    margin-left: calc(58.3333333333% + 18.6666666667px);
  }
  .offset-xxl-8 {
    margin-left: calc(66.6666666667% + 21.3333333333px);
  }
  .offset-xxl-9 {
    margin-left: calc(75% + 24px);
  }
  .offset-xxl-10 {
    margin-left: calc(83.3333333333% + 26.6666666667px);
  }
  .offset-xxl-11 {
    margin-left: calc(91.6666666667% + 29.3333333333px);
  }
}
.section {
  padding-top: 64px;
  padding-bottom: 64px;
}

.section--sm {
  padding-top: 48px;
  padding-bottom: 48px;
}

.section--lg {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section--xl {
  padding-top: 96px;
  padding-bottom: 96px;
}

.section--light {
  background-color: #ffffff;
}

.section--light-alt {
  background-color: #F7F6F5;
}

.section--dark {
  background-color: #4D4740;
  color: #ffffff;
}

.flex {
  display: flex;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.flex-1 {
  flex: 1;
}

.flex-auto {
  flex: auto;
}

.gap-1 {
  gap: 4px;
}

.gap-2 {
  gap: 8px;
}

.gap-3 {
  gap: 12px;
}

.gap-4 {
  gap: 16px;
}

.gap-6 {
  gap: 24px;
}

.gap-8 {
  gap: 32px;
}

.gap-10 {
  gap: 40px;
}

.gap-12 {
  gap: 48px;
}

body.public-layout {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body.public-layout #main-content {
  flex: 1 0 auto;
}

body.public-layout .pre-footer,
body.public-layout .site-footer {
  flex-shrink: 0;
}

.page-header {
  color: #ffffff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.55);
  background-image: url("../images/page-header-about.jpg");
  background-size: cover;
  background-position: center;
}
.page-header .page-header-inner {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.crew-testimonial-banner {
  background: #0d3b5b;
  color: #ffffff;
}
.crew-testimonial-banner h2 {
  color: #ffffff;
  margin-bottom: 16px;
}
.crew-testimonial-banner blockquote {
  max-width: 1140px;
  margin: 0 auto;
}
.crew-testimonial-banner p {
  color: rgba(255, 255, 255, 0.92);
  font-style: italic;
  margin-inline: auto;
  max-width: 980px;
}
.crew-testimonial-banner cite {
  display: block;
  color: #ffffff;
  font-style: italic;
  font-weight: 600;
  line-height: 1.333;
  margin-top: 12px;
}

.find-crew-cta__actions .btn {
  width: 210px;
}
@media (max-width: 575px) {
  .find-crew-cta__actions {
    flex-direction: column;
    width: 100%;
  }
  .find-crew-cta__actions .btn {
    width: 100%;
    max-width: 280px;
  }
}

.video-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 12px;
}

@supports not (aspect-ratio: 16/9) {
  .video-embed::before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
}
.section-two-col {
  padding-top: 64px;
  padding-bottom: 64px;
}
.section-two-col__inner {
  display: flex;
  align-items: center;
  gap: 80px;
  padding-inline: 64px;
}
@media (max-width: 1199px) {
  .section-two-col__inner {
    gap: 48px;
    padding-inline: 32px;
  }
}
@media (max-width: 767px) {
  .section-two-col__inner {
    flex-direction: column;
    gap: 32px;
  }
}
.section-two-col__content, .section-two-col__media {
  flex: 1;
}
.section-two-col__eyebrow {
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.333;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  color: #A59D94;
  margin-bottom: 12px;
}
.section-two-col__heading {
  font-family: "Barlow", sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.1;
  color: #24201D;
  margin-bottom: 16px;
}
.section-two-col__body {
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  color: #4D4740;
  margin-bottom: 24px;
}
.section-two-col__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.section-two-col__media img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
}
.section-two-col--reversed .section-two-col__inner {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .section-two-col--reversed .section-two-col__inner {
    flex-direction: column;
  }
}

.section-four-col {
  padding-top: 64px;
  padding-bottom: 96px;
  background-color: #F7F6F5;
}
.section-four-col__inner {
  padding-inline: 64px;
}
@media (max-width: 991px) {
  .section-four-col__inner {
    padding-inline: 32px;
  }
}
.section-four-col__header {
  text-align: center;
  margin-bottom: 32px;
}
.section-four-col__eyebrow {
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.333;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  color: #A59D94;
  margin-bottom: 12px;
}
.section-four-col__heading {
  font-family: "Barlow", sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.1;
  color: #24201D;
}
.section-four-col__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 1199px) {
  .section-four-col__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .section-four-col__grid {
    grid-template-columns: 1fr;
  }
}

.section-centered {
  padding-top: 64px;
  padding-bottom: 72px;
  background-color: #ffffff;
  text-align: center;
}
.section-centered__inner {
  max-width: 720px;
  margin-inline: auto;
  padding-inline: 64px;
}
@media (max-width: 991px) {
  .section-centered__inner {
    padding-inline: 32px;
  }
}
.section-centered__eyebrow {
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.333;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  color: #A59D94;
  margin-bottom: 16px;
}
.section-centered__heading {
  font-family: "Barlow", sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.1;
  color: #24201D;
  margin-bottom: 16px;
}
.section-centered__body {
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  color: #4D4740;
  margin-bottom: 32px;
}
.section-centered__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.section-image-card {
  position: relative;
  padding-top: 72px;
  padding-bottom: 100px;
  background-color: #4D4740;
  overflow: hidden;
}
.section-image-card__bg {
  position: absolute;
  inset: 0;
  object-fit: cover;
  opacity: 0.4;
  z-index: 0;
}
.section-image-card__inner {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin-inline: auto;
  padding-inline: 64px;
}
@media (max-width: 991px) {
  .section-image-card__inner {
    padding-inline: 32px;
  }
}
.section-image-card__card {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 32px 48px;
  text-align: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}
@media (max-width: 767px) {
  .section-image-card__card {
    padding: 24px 32px;
  }
}
.section-image-card__quote {
  font-family: "Barlow", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.15;
  color: #24201D;
  margin-bottom: 24px;
}
.section-image-card__attribution {
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.333;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  color: #A59D94;
}

.pre-footer {
  background-color: #31745f;
  color: #ffffff;
  padding: 0 64px;
  display: flex;
  min-height: 48px;
  text-align: center;
  flex-wrap: wrap;
  font-weight: bold;
}
@media (max-width: 991px) {
  .pre-footer {
    padding-inline: 32px;
  }
}
.pre-footer--inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.pre-footer__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
}
.pre-footer .btn.btn--text-link {
  background: #175441;
  color: #ffffff;
  text-decoration: none;
}
.pre-footer .btn.btn--text-link:hover {
  background: #0a452d;
}

.full-screen-image {
  min-height: calc(100vh - 75px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-footer {
  background-color: #24201D;
  color: rgba(255, 255, 255, 0.75);
  padding-top: 64px;
  padding-bottom: 72px;
}
.site-footer__inner {
  padding-inline: 64px;
}
@media (max-width: 991px) {
  .site-footer__inner {
    padding-inline: 32px;
  }
}
.site-footer__grid {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 48px;
}
@media (max-width: 991px) {
  .site-footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .site-footer__grid {
    grid-template-columns: 1fr;
  }
}
.site-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.site-footer__tagline {
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.625;
  color: rgba(255, 255, 255, 0.6);
  max-width: 280px;
}
.site-footer__col-heading {
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.333;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 16px;
}
.site-footer__links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.site-footer__link {
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 200ms ease;
}
.site-footer__link:hover {
  color: #ffffff;
}
.site-footer__bottom {
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.site-footer__copyright {
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.333;
  color: rgba(255, 255, 255, 0.4);
}

.btn {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn:focus {
  outline: none;
}
.btn:focus-visible {
  outline: 3px solid rgba(212, 168, 67, 0.35);
  outline-offset: 2px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  height: 44px;
  padding-inline: 24px;
  border-radius: 8px;
  border: 2px solid transparent;
  transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease, box-shadow 200ms ease, transform 150ms ease;
}
.btn:active {
  transform: translateY(1px);
}
.btn:disabled, .btn[aria-disabled=true] {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
}

.btn--sm {
  height: 1.75rem;
  padding-inline: 12px;
  font-size: 12px;
  border-radius: 6px;
}

.btn--lg {
  height: 3.375rem;
  padding-inline: 28px;
  font-size: 14px;
}

.btn--xl {
  height: 4rem;
  padding-inline: 28px;
  font-size: 16px;
  border-radius: 12px;
}

.btn--primary {
  background-color: #DFB85A;
  color: #24201d;
  border-color: #DFB85A;
}
.btn--primary.btn--xl {
  padding-inline: 36px;
}
.btn--primary:hover, .btn--primary:focus-visible {
  background-color: #D4A843;
  color: #24201d;
  border-color: #D4A843;
}
.btn--primary:active {
  background-color: #B58E36;
  color: #24201d;
  border-color: #B58E36;
}

.btn--primary-alt {
  background-color: #31745f;
  color: #ffffff;
  border-color: #31745f;
}
.btn--primary-alt:hover, .btn--primary-alt:focus-visible {
  color: #ffffff;
  background-color: #175441;
  border-color: #175441;
}
.btn--primary-alt:active {
  color: #ffffff;
  background-color: #0a452d;
  border-color: #0a452d;
}

.btn--primary-alt-dark {
  background-color: #175441;
  color: #ffffff;
  border-color: #175441;
}
.btn--primary-alt-dark:hover, .btn--primary-alt-dark:focus-visible {
  background-color: #31745f;
  border-color: #31745f;
  color: #ffffff;
}
.btn--primary-alt-dark:active {
  background-color: #175441;
  border-color: #175441;
  color: #ffffff;
}

.btn--secondary {
  background-color: rgba(255, 255, 255, 0.07);
  color: #635C54;
  border-color: #D4A843;
  backdrop-filter: blur(8px);
}
.btn--secondary:hover, .btn--secondary:focus-visible {
  background: rgba(212, 168, 67, 0.15);
  border-color: #D4A843;
  color: #635C54;
}
.btn--secondary:active {
  background: rgba(212, 168, 67, 0.35);
  color: #635C54;
  border-color: #B58E36;
}

.btn--secondary-alt {
  background-color: rgba(255, 255, 255, 0.01);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(12px);
}
.btn--secondary-alt:hover, .btn--secondary-alt:focus-visible {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
}
.btn--secondary-alt:active {
  color: #ffffff;
  background-color: transparent;
}

.btn--secondary-alt-muted {
  background-color: rgba(255, 255, 255, 0.01);
  color: rgba(255, 255, 255, 0.78);
  border-color: rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(12px);
}
.btn--secondary-alt-muted:visited {
  color: rgba(255, 255, 255, 0.78);
}
.btn--secondary-alt-muted:hover, .btn--secondary-alt-muted:focus-visible {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.42);
  background-color: rgba(255, 255, 255, 0.1);
}
.btn--secondary-alt-muted:hover:visited, .btn--secondary-alt-muted:focus-visible:visited {
  color: #ffffff;
}
.btn--secondary-alt-muted:active {
  color: #ffffff;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.35);
}

.btn--text-link {
  background-color: rgba(49, 116, 95, 0);
  color: #31745f;
  border-color: transparent;
  height: auto;
  padding: 0.375em 0.5em;
  text-decoration: underline;
}
.btn--text-link:hover, .btn--text-link:focus-visible {
  background-color: rgba(49, 116, 95, 0.1);
  backdrop-filter: blur(12px);
  text-decoration: none;
}
.btn--text-link:active {
  backdrop-filter: blur(12px);
  background-color: rgba(49, 116, 95, 0.15);
}

.btn--block {
  display: flex;
  width: 100%;
}

.btn--icon {
  padding-inline: 0;
  width: 44px;
}
.btn--icon.btn--sm {
  width: 28px;
}
.btn--icon.btn--lg {
  width: 54px;
}
.btn--icon.btn--xl {
  width: 64px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}

.classifieds-form-layout .form-group {
  margin-bottom: 12px;
}

.classifieds-form-layout .form-group:last-child {
  margin-bottom: 0;
}

.form-label {
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.333;
  color: #4D4740;
}

.form-label--required::after {
  content: " *";
  color: #b91c1c;
}

.form-hint {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.875rem;
  line-height: 1.625;
  display: flex;
  margin-top: 0.75em;
}
.form-hint i, .form-hint svg {
  flex-shrink: 0;
  margin-top: 2px;
}

.form-label__info {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: 8px;
  font-size: 12px;
  font-weight: 600;
  color: #31745f;
  text-decoration: none;
}
.form-label__info:hover {
  text-decoration: underline;
}

.form-control {
  display: block;
  width: 100%;
  height: 44px;
  padding: 0 16px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.333;
  color: #4D4740;
  background-color: #ffffff;
  border: 1px solid #BEB7B0;
  border-radius: 8px;
  appearance: none;
  transition: border-color 200ms ease, box-shadow 200ms ease;
}
.form-control--lg {
  height: 54px;
}
.form-control::placeholder {
  color: #A59D94;
}
.form-control:focus {
  outline: none;
  border-color: #B58E36;
  box-shadow: 0 0 0 3px rgba(212, 168, 67, 0.35);
}
.form-control--success {
  border-color: #31745f;
  border-width: 3px;
}
.form-control--success:focus {
  border-color: #31745f;
  box-shadow: 0 0 0 3px rgba(49, 116, 95, 0.2);
}
.form-control--danger {
  border-color: #b91c1c;
  border-width: 3px;
}
.form-control--danger:focus {
  border-color: #b91c1c;
  box-shadow: 0 0 0 3px rgba(185, 28, 28, 0.2);
}

input.form-control:read-only,
textarea.form-control:read-only,
.form-control--readonly {
  background-color: #EDEAE8;
  border-color: #D6D1CC;
  cursor: default;
}
input.form-control:read-only:focus,
textarea.form-control:read-only:focus,
.form-control--readonly:focus {
  box-shadow: none;
  border-color: #D6D1CC;
}

.form-label--required-text {
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #b91c1c;
  margin-left: 8px;
}

textarea.form-control {
  height: auto;
  min-height: 100px;
  padding: 12px 16px;
  resize: vertical;
  line-height: 1.625;
}

select.form-control {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23625c53' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  cursor: pointer;
  background-color: #ffffff;
}

.form-control--dark {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
.form-control--dark option,
.form-control--dark optgroup {
  background-color: #ffffff;
  color: #4D4740;
}
.form-control--dark::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form-control--dark:focus {
  border-color: #D4A843;
  box-shadow: 0 0 0 3px rgba(212, 168, 67, 0.3);
}
.form-control--dark:read-only {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
}
.form-control--dark.form-control--success {
  border-color: #d3e8d1;
}
.form-control--dark.form-control--danger {
  border-color: #c52c2d;
}

.form-check {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.form-check__input {
  appearance: none;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border: 1.5px solid #BEB7B0;
  background-color: #ffffff;
  cursor: pointer;
  transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease;
}
.form-check__input[type=checkbox] {
  border-radius: 6px;
}
.form-check__input[type=radio] {
  border-radius: 9999px;
}
.form-check__input:checked {
  background-color: #31745f;
  border-color: #31745f;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.6875 4.15625C17.0312 4.375 17.0938 4.84375 16.875 5.1875L8.625 16.6875C8.46875 16.875 8.28125 16.9688 8.0625 17C7.84375 17 7.625 16.9375 7.46875 16.7812L3.21875 12.5312C2.9375 12.25 2.9375 11.75 3.21875 11.4688C3.5 11.1875 4 11.1875 4.28125 11.4688L7.90625 15.0938L15.6562 4.3125C15.875 3.96875 16.3438 3.90625 16.6875 4.15625Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}
.form-check__input[type=radio]:checked {
  background-image: radial-gradient(#ffffff 30%, #31745f 34%);
}
.form-check__input:focus {
  outline: none;
}
.form-check__input:focus-visible {
  outline: 3px solid rgba(212, 168, 67, 0.35);
  outline-offset: 2px;
}

.form-check--dark .form-check__input {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.08);
}
.form-check--dark .form-check__input:checked {
  background-color: #D4A843;
  border-color: #EACC75;
}
.form-check--dark .form-check__input[type=radio]:checked {
  background-image: radial-gradient(#ffffff 30%, #D4A843 34%);
  border-color: #EACC75;
}
.form-check--dark .form-check__label {
  color: #ffffff;
}

.form-check__label {
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  line-height: 1.333;
  color: #4D4740;
  cursor: pointer;
  user-select: none;
}

.form-helper {
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  line-height: 1.333;
  color: #A59D94;
}
.form-helper--success {
  color: #31745f;
}
.form-helper--danger {
  color: #b91c1c;
}

.input-group {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.input-group__icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  color: #A59D94;
  pointer-events: none;
  z-index: 1;
  font-size: 16px;
  line-height: 1;
  transition: color 200ms ease;
}
.input-group .form-control {
  padding-left: 40px;
}
.input-group:focus-within .input-group__icon {
  color: #31745f;
}
.input-group--dark .input-group__icon {
  color: rgba(255, 255, 255, 0.5);
}
.input-group--dark:focus-within .input-group__icon {
  color: rgba(255, 255, 255, 0.9);
}

.file-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: 44px;
  padding: 0 8px 0 16px;
  background: #ffffff;
  border: 1px solid #BEB7B0;
  border-radius: 8px;
  width: 100%;
}
.file-input__name {
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  color: #A59D94;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.file-input__btn {
  cursor: pointer;
  flex-shrink: 0;
}

.alert {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  line-height: 1.625;
  min-height: 76px;
}
.alert .alert__icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 1px;
}
.alert .alert__body {
  flex: 1;
}
.alert .alert__title {
  font-weight: 700;
  margin-bottom: 4px;
}
.alert .alert__message {
  margin: 0;
}
.alert .alert__dismiss {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: inherit;
  opacity: 0.6;
  padding: 2px;
  border-radius: 6px;
  transition: opacity 200ms ease;
}
.alert .alert__dismiss:hover {
  opacity: 1;
}

.alert--info {
  background-color: rgba(135, 173, 189, 0.08);
  border-color: rgba(135, 173, 189, 0.25);
  color: #2D4750;
}

.alert--success {
  background-color: rgba(49, 116, 95, 0.08);
  border-color: rgba(49, 116, 95, 0.25);
  color: #0a452d;
}

.alert--warning {
  background-color: rgba(212, 168, 67, 0.1);
  border-color: rgba(212, 168, 67, 0.5);
  color: #584415;
}

.alert--danger {
  background-color: rgba(197, 44, 45, 0.05);
  border-color: rgba(197, 44, 45, 0.25);
  color: #b81c1c;
}

.public-flash-stack {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 500;
  display: grid;
  gap: 12px;
  width: min(92vw, 26rem);
  pointer-events: none;
}
@media (max-width: 575px) {
  .public-flash-stack {
    left: 12px;
    right: 12px;
    top: 12px;
    width: auto;
  }
}

.public-flash {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid transparent;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  color: #24201D;
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 200ms ease, transform 200ms ease;
}
.public-flash.is-dismissing {
  opacity: 0;
  transform: translateY(6px);
}
.public-flash .public-flash__text {
  flex: 1;
  margin: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
}
.public-flash .public-flash__close {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 6px;
  opacity: 0.7;
  transition: opacity 200ms ease;
}
.public-flash .public-flash__close:hover {
  opacity: 1;
}
.public-flash .public-flash__close:focus-visible {
  outline: 3px solid rgba(212, 168, 67, 0.35);
  outline-offset: 2px;
}

.public-flash--success {
  background-color: #d3e8d1;
  border-color: #31745f;
  color: #0a452d;
}

.public-flash--error {
  background-color: #fceaec;
  border-color: #c52c2d;
  color: #b81c1c;
}

.public-flash--info {
  background-color: #DFECF1;
  border-color: #87ADBD;
  color: #2D4750;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 0.25em 0.5em;
  border-radius: 12px;
  border: 1px solid transparent;
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.pill--info {
  background-color: rgba(135, 173, 189, 0.08);
  border-color: rgba(135, 173, 189, 0.25);
  color: #2D4750;
}

.pill--success {
  background-color: rgba(49, 116, 95, 0.08);
  border-color: rgba(49, 116, 95, 0.25);
  color: #0a452d;
}

.pill--warning {
  background-color: rgba(212, 168, 67, 0.1);
  border-color: rgba(212, 168, 67, 0.5);
  color: #584415;
}

.pill--danger {
  background-color: rgba(197, 44, 45, 0.05);
  border-color: rgba(197, 44, 45, 0.25);
  color: #b81c1c;
}

.icon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 0.625em;
  color: #ffffff;
}
.icon-badge--sm {
  width: 28px;
  height: 28px;
  font-size: 1rem;
  border-radius: 0.5em;
}
.icon-badge--md {
  width: 32px;
  height: 32px;
  font-size: 0.875rem;
}
.icon-badge--lg {
  width: 48px;
  height: 48px;
  font-size: 1.25rem;
}
.icon-badge--gold {
  background-color: rgba(181, 142, 54, 0.15);
  color: #96752A;
}
.icon-badge--green {
  background-color: rgba(49, 116, 95, 0.1);
  color: #31745f;
}
.icon-badge--sky {
  background-color: rgba(110, 147, 162, 0.1);
  color: #41606B;
}
.icon-badge--gray {
  background-color: rgba(99, 92, 84, 0.1);
  color: #635C54;
}
.icon-badge--gold-dark {
  background-color: rgba(181, 142, 54, 0.25);
  color: #D4A843;
}
.icon-badge--green-dark {
  background-color: rgba(49, 116, 95, 0.5);
  color: #d3e8d1;
}
.icon-badge--sky-dark {
  background-color: rgba(110, 147, 162, 0.5);
  color: #9FC4D4;
}
.icon-badge--gray-dark {
  background-color: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.55);
}

.card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #BEB7B0;
  overflow: hidden;
  padding: 24px;
}

.card.is-hoverable {
  cursor: pointer;
  transition: box-shadow 200ms ease, transform 200ms ease;
}
.card.is-hoverable:hover {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.tile {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  border-radius: 16px;
  border: none;
}
.tile .tile__icon { /* icon-badge goes here */ }
.tile .tile__body {
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.625;
  flex: 1;
}

.tile.is-hoverable {
  cursor: pointer;
  transition: box-shadow 200ms ease, transform 200ms ease;
}
.tile.is-hoverable:hover {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.tile--dark {
  background-color: rgba(56, 51, 46, 0.85);
  color: #ffffff;
}
.tile--dark .tile__title {
  color: #ffffff;
}
.tile--dark .tile__body {
  color: #ffffff;
}
.tile--dark {
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
  background: rgba(36, 32, 29, 0.7);
}
.tile--dark::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(to bottom, rgba(247, 246, 245, 0.5), rgba(247, 246, 245, 0.2), rgba(247, 246, 245, 0.13));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.tile--dark h2 em, .tile--dark .h2 em {
  font-style: normal;
  color: #DFB85A;
}
.tile--dark a:not(.btn) {
  color: #ffffff;
}
.tile--dark label, .tile--dark .form-label {
  color: #ffffff;
}

.tile--light {
  overflow: hidden;
  cursor: default;
  border: none;
  background: transparent;
  padding: 0.75rem;
}
.tile--light img {
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}
.tile--light--title {
  font-family: "Barlow", sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 0.5rem;
}
.tile--light--tag {
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.333;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  color: #31745f;
  text-align: center;
  font-weight: bold;
}
.tile--light {
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.65);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
  backdrop-filter: blur(6px);
  gap: 0.25rem;
  align-items: start;
}
.tile--light .bio-card--title {
  font-family: "Barlow", sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 0rem;
}
.tile--light .bio-card--tag {
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.333;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  color: #31745f;
  font-weight: bold;
}
.tile--light hr.sep {
  width: 2rem;
  margin: 0.5rem 0;
}
.tile--light .form-group,
.tile--light .row,
.tile--light .contact-list,
.tile--light .member-search-form {
  align-self: stretch;
}

.tile--light.is-hoverable {
  cursor: pointer;
  transition: background 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}
.tile--light.is-hoverable:hover {
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

.tile--gold {
  background-color: #EACC75;
  color: #24201D;
}

.tile--testimonial .sep {
  align-self: end;
}
.tile--testimonial--title {
  font-family: "Barlow", sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 0.5rem;
  align-self: end;
}
.tile--testimonial--tag {
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.333;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  color: #31745f;
  font-weight: bold;
  align-self: end;
}
.tile--testimonial--subheading {
  align-self: end;
}
.tile--testimonial--citation {
  text-align: right;
}

.stat-cards {
  background: #31745f;
  color: #ffffff;
}
.stat-cards .row {
  background: rgba(255, 255, 255, 0.22);
  gap: 1px;
}
.stat-cards .stat-card {
  background: #31745f;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-align: center;
  padding: 24px 32px;
}
.stat-cards .stat-card .stat-card__value {
  font-family: "Barlow", sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
}
.stat-cards .stat-card .stat-card__label {
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.333;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  white-space: nowrap;
}

.bio-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #BEB7B0;
  overflow: hidden;
  overflow: hidden;
  cursor: default;
  border: none;
  background: transparent;
  padding: 0.75rem;
}
.bio-card img {
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}
.bio-card--title {
  font-family: "Barlow", sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 0.5rem;
}
.bio-card--tag {
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.333;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  color: #31745f;
  text-align: center;
  font-weight: bold;
}

.bio-card.is-hoverable {
  cursor: pointer;
  transition: background 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}
.bio-card.is-hoverable:hover {
  background: #EDEAE8;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  transform: translateY(-3px);
}

.job-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #BEB7B0;
  overflow: hidden;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.job-card .job-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.job-card .job-card__icon { /* job-board icon goes here */ }
.job-card .job-card__title {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  color: #24201D;
  flex: 1;
}
.job-card .job-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.job-card .job-card__location,
.job-card .job-card__date {
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.333;
  color: #A59D94;
}
.job-card .job-card__description {
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.625;
  color: #4D4740;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.job-card .job-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid #D6D1CC;
}

.job-card.is-hoverable {
  cursor: pointer;
  transition: box-shadow 200ms ease;
}
.job-card.is-hoverable:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
}

.bio-card[data-modal],
.hof-card[data-modal] {
  cursor: pointer;
  transition: background 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}
.bio-card[data-modal]:hover,
.hof-card[data-modal]:hover {
  background: #EDEAE8;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  transform: translateY(-3px);
}
.bio-card[data-modal]:focus-visible,
.hof-card[data-modal]:focus-visible {
  outline: 3px solid rgba(212, 168, 67, 0.35);
  outline-offset: 2px;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease, visibility 200ms ease;
}
.modal.is-open {
  opacity: 1;
  visibility: visible;
}
.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.modal__container {
  position: relative;
  z-index: 1;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  width: 100%;
  max-width: 800px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 32px;
  transform: translateY(8px);
  transition: transform 200ms ease;
}
.modal.is-open .modal__container {
  transform: translateY(0);
}
.modal__close {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  color: #A59D94;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 200ms ease;
}
.modal__close:hover {
  background-color: #EDEAE8;
}
.modal__close:focus {
  outline: none;
}
.modal__close:focus-visible {
  outline: 3px solid rgba(212, 168, 67, 0.35);
  outline-offset: 2px;
}
.modal__body img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 24px;
}
.modal .contact-list {
  background: #F7F6F5;
  padding: 12px;
  border-radius: 8px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  box-shadow: 0 3px 27px rgba(0, 0, 0, 0.15);
}
.site-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header ul li {
  display: flex;
  margin: 0;
  padding: 0;
}

.utility-nav {
  background-color: rgba(56, 51, 46, 0.7);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid #D6D1CC;
  padding: 0.25rem 0;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .utility-nav {
    display: none;
  }
}
.utility-nav__links {
  display: flex;
  justify-content: end;
  gap: 4px;
}
.utility-nav__links > li {
  position: relative;
}
.utility-nav .nav-sep {
  margin-left: 0.5rem;
  padding-left: 0.5rem;
  border-left: 1px solid rgba(255, 255, 225, 0.25);
}
.utility-nav .btn--secondary-alt {
  backdrop-filter: none;
}

.drop-sep {
  margin: 0.25rem !important;
  background: #D6D1CC;
  height: 1px;
  display: block;
}

.utility-nav-link {
  background: none;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  border-radius: 6px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease;
  background: none;
  color: #fff;
}
.utility-nav-link:focus {
  outline: none;
}
.utility-nav-link:focus-visible {
  outline: 3px solid rgba(212, 168, 67, 0.35);
  outline-offset: 2px;
}
.utility-nav-link:hover {
  color: #ffffff;
  background-color: #8A827A;
}
.utility-nav-link--active, .utility-nav-link[aria-current=page] {
  color: #4D4740;
}

.prime-nav {
  background: #ffffff;
  padding: 0.25rem 0;
  position: relative;
  z-index: 1;
}
.prime-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.prime-nav__logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #24201D;
}
.prime-nav__logo img {
  height: 70px;
}
.prime-nav__links {
  display: flex;
  align-items: center;
  gap: 4px;
}
.prime-nav__links > li {
  position: relative;
}
@media (max-width: 991px) {
  .prime-nav__links {
    display: none;
  }
}
.prime-nav__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 991px) {
  .prime-nav__actions {
    display: none;
  }
}
.prime-nav__mobile-toggle {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #4D4740;
  transition: background-color 200ms ease;
  display: none;
}
.prime-nav__mobile-toggle:hover {
  background-color: #EDEAE8;
}
@media (max-width: 991px) {
  .prime-nav__mobile-toggle {
    display: flex;
  }
}

.prime-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  border-radius: 8px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 600 !important;
  color: #4D4740;
  text-decoration: none;
  transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease;
  white-space: nowrap;
}
.prime-nav-link:is(button):not(.btn) {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}
.prime-nav-link:focus {
  outline: none;
}
.prime-nav-link:focus-visible {
  outline: 3px solid rgba(212, 168, 67, 0.35);
  outline-offset: 2px;
}
.prime-nav-link:hover {
  color: #24201D;
  background-color: #EDEAE8;
}
.prime-nav-link--active, .prime-nav-link[aria-current=page] {
  color: #31745f;
}
.prime-nav-link__chevron {
  width: 14px;
  height: 14px;
  transition: transform 200ms ease;
}
.prime-nav-link[aria-expanded=true] .prime-nav-link__chevron {
  transform: rotate(180deg);
}

ul.nav-dropdown {
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  min-width: 180px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
  padding: 0.25rem;
  z-index: 200;
  display: none;
}
ul.nav-dropdown a {
  width: 100%;
  background: transparent;
  border-radius: 0.75rem;
  color: #4D4740;
  text-decoration: none;
  padding: 0.5em 0.75em;
  font-weight: 600;
  white-space: nowrap;
}
ul.nav-dropdown a:hover {
  background: #EDEAE8;
}
ul.nav-dropdown .utility-nav__signout {
  width: 100%;
}
ul.nav-dropdown .utility-nav__signout-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background: transparent;
  border: none;
  border-radius: 0.75rem;
  color: #4D4740;
  text-decoration: none;
  padding: 0.5em 0.75em;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
}
ul.nav-dropdown .utility-nav__signout-button:hover {
  background: #EDEAE8;
}
ul.nav-dropdown--open {
  display: block;
}

.mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 300;
}
.mobile-nav.is-open {
  display: block;
}
.mobile-nav__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.mobile-nav__drawer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(360px, 85vw);
  background-color: #ffffff;
  padding: 24px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.mobile-nav__close {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  color: #A59D94;
  transition: background-color 200ms ease;
}
.mobile-nav__close:hover {
  background-color: #EDEAE8;
}
.mobile-nav__links {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.mobile-nav__link {
  display: block;
  padding: 12px 16px;
  border-radius: 8px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #4D4740;
  text-decoration: none;
  transition: background-color 200ms ease;
}
.mobile-nav__link:hover {
  background-color: #EDEAE8;
}

.rainbow-separator {
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #CD5B2B, #D4A843, #31745f);
  flex-shrink: 0;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border-radius: 500px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.65);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6px);
}

.pagination__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 8px;
  border-radius: 9999px;
  border: none;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #4D4740;
  text-decoration: none;
  cursor: pointer;
  transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease;
  background-color: transparent;
  user-select: none;
}
.pagination__item:focus {
  outline: none;
}
.pagination__item:focus-visible {
  outline: 3px solid rgba(212, 168, 67, 0.35);
  outline-offset: 2px;
}
.pagination__item:hover:not(.pagination__item--current):not(.pagination__item--disabled) {
  background-color: #EDEAE8;
  border-color: #635C54;
  color: #24201D;
}
.pagination__item--current {
  background-color: #31745f;
  border-color: #31745f;
  color: #ffffff;
  cursor: default;
  pointer-events: none;
}
.pagination__item--disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
.pagination__item--prev, .pagination__item--next {
  gap: 4px;
  padding: 0 12px;
}

.pagination__ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  color: #A59D94;
  cursor: default;
}

nav.pagy.series-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
  width: fit-content;
  max-width: 100%;
  margin: 8px auto 0;
  padding: 4px;
  border-radius: 500px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.65);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6px);
}
nav.pagy.series-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 8px;
  border-radius: 9999px;
  border: none;
  background-color: transparent;
  color: #4D4740;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease;
  user-select: none;
}
nav.pagy.series-nav a:focus {
  outline: none;
}
nav.pagy.series-nav a:focus-visible {
  outline: 3px solid rgba(212, 168, 67, 0.35);
  outline-offset: 2px;
}
nav.pagy.series-nav a:hover:not([aria-current=page]):not([aria-disabled=true]) {
  background-color: #EDEAE8;
  color: #24201D;
  text-decoration: none;
}
nav.pagy.series-nav a[aria-current=page] {
  background-color: #31745f;
  color: #ffffff;
  cursor: default;
  pointer-events: none;
}
nav.pagy.series-nav a[aria-disabled=true] {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
nav.pagy.series-nav a[aria-label=Previous], nav.pagy.series-nav a[aria-label=Next] {
  font-size: 18px;
}

.pagy.info {
  display: block;
  margin-top: 12px;
  color: #A59D94;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  text-align: center;
}

@keyframes status-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.15;
  }
}
.hero {
  position: relative;
  background-color: #F7F6F5;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
  color: #ffffff;
}
.hero-alert {
  background: linear-gradient(rgba(56, 51, 46, 0.85), rgba(56, 51, 46, 0.85)) padding-box, linear-gradient(to bottom, #8E8B88, #504B47) border-box;
  border: 1px solid transparent;
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(20px);
  padding: 2rem;
  padding: 0.75rem 1rem;
  gap: 0.75rem;
  border-radius: 500px;
  display: flex;
  align-items: center;
  width: fit-content;
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.333;
  letter-spacing: 0.125em;
  text-transform: uppercase;
}
.hero-alert__dot {
  background: #EACC75;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 500px;
  animation: status-pulse 2s ease-in-out infinite;
  border: 1px solid #F3DDA3;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.image--group {
  position: relative;
}
.image--round {
  border-radius: 1rem;
}
.image--square {
  aspect-ratio: 1;
  object-fit: cover;
}
.image--caption {
  background: #ffffff;
  line-height: 1.25;
  font-family: "Barlow", sans-serif;
}
.image--caption-right {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1rem 1.25rem;
  border-radius: 1rem;
  transform: translate(1rem, 1rem);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.image--caption.image--caption-dark {
  background: #635C54;
  color: #ffffff;
}
.image--caption small {
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.333;
  letter-spacing: 0.125em;
  text-transform: uppercase;
}

.hof-year {
  display: flex;
  align-items: stretch;
  gap: 24px;
  padding: 32px 0;
  border-bottom: 1px solid #D6D1CC;
}
.hof-year:last-child {
  border-bottom: none;
}
@media (max-width: 767px) {
  .hof-year {
    flex-direction: column;
    gap: 16px;
  }
}

.hof-year__badge {
  flex: 0 0 80px;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
@media (max-width: 767px) {
  .hof-year__badge {
    flex: 0 0 auto;
    width: 100%;
    align-items: center;
    padding-top: 0;
  }
}
.hof-year__badge span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  min-height: 120px;
  background-color: #31745f;
  border-radius: 12px;
  font-family: "Barlow", sans-serif;
  font-size: 28px;
  font-weight: 900;
  color: #ffffff;
}
@media (max-width: 767px) {
  .hof-year__badge span {
    writing-mode: horizontal-tb;
    transform: none;
    width: 100%;
    min-height: auto;
    padding: 8px 24px;
    font-size: 24px;
  }
}

.hof-year__inductees {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  flex: 1;
}

.hof-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #BEB7B0;
  overflow: hidden;
  overflow: hidden;
  cursor: default;
  border: none;
  background: transparent;
  padding: 0.75rem;
}
.hof-card img {
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}
.hof-card--title {
  font-family: "Barlow", sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 0.5rem;
}
.hof-card--tag {
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.333;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  color: #31745f;
  text-align: center;
  font-weight: bold;
}
.hof-card {
  text-align: center;
  width: calc(25% - 18px);
}
@media (max-width: 991px) {
  .hof-card {
    width: calc(50% - 12px);
  }
}
@media (max-width: 575px) {
  .hof-card {
    width: 100%;
  }
}
.hof-card:hover {
  transform: translateY(-3px);
}
.hof-card:hover img {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
}
.hof-card:focus-visible {
  outline: 3px solid rgba(212, 168, 67, 0.35);
  outline-offset: 2px;
  border-radius: 12px;
  outline-offset: 4px;
}
.hof-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
  transition: box-shadow 200ms ease;
}
.hof-card__name {
  font-family: "Barlow", sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 0.5rem;
}
.hof-card__location {
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.333;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  color: #31745f;
}

.membership-discounts__grid {
  display: grid;
  gap: 32px;
}
.membership-discounts__item {
  width: 100%;
}
.membership-discounts__image {
  width: 100%;
  max-width: 630px;
  display: block;
  margin: 0 auto;
  height: auto;
  border-radius: 12px;
}

.accordion {
  background: rgba(36, 32, 29, 0.7);
  border-radius: 16px;
  margin-bottom: 12px;
  color: #ffffff;
  position: relative;
}
.accordion::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(to bottom, rgba(247, 246, 245, 0.5), rgba(247, 246, 245, 0.2), rgba(247, 246, 245, 0.13));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.accordion__trigger {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px;
  cursor: pointer;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  user-select: none;
}
.accordion__trigger::-webkit-details-marker {
  display: none;
}
.accordion__trigger:focus-visible {
  outline: 3px solid rgba(212, 168, 67, 0.35);
  outline-offset: 2px;
  border-radius: 16px;
  outline-offset: 4px;
}
.accordion__icon {
  flex-shrink: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  transition: transform 200ms ease;
}
.accordion[open] .accordion__icon {
  transform: rotate(180deg);
}
.accordion__body {
  padding: 0 24px 24px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  line-height: 1.625;
}
.accordion__sep {
  border: none;
  border-top: 2px solid #D4A843;
  width: 32px;
  margin: 0 0 16px 0;
}

.results-bar {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #BEB7B0;
}
.results-bar__count {
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #A59D94;
  flex: 1;
}

.filter-sidebar {
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.65);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
  backdrop-filter: blur(6px);
  overflow: hidden;
}
.filter-sidebar__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px 0 24px;
}
.filter-sidebar__title {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #24201D;
  margin: 0;
}
.filter-sidebar__close {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #A59D94;
  font-size: 18px;
  padding: 4px;
  border-radius: 6px;
  transition: color 200ms ease;
}
.filter-sidebar__close:hover {
  color: #24201D;
}
.filter-sidebar__body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.filter-sidebar__footer {
  padding: 16px 24px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 991px) {
  .filter-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: min(320px, 85vw);
    z-index: 400;
    border-radius: 0;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform 200ms ease;
  }
  .filter-sidebar.is-open {
    transform: translateX(0);
  }
}

.filter-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 399;
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease, visibility 200ms ease;
}
.filter-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.filter-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
}

.classifieds-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.classifieds-card {
  overflow: hidden;
  cursor: default;
  border: none;
  background: transparent;
  padding: 0.75rem;
}
.classifieds-card img {
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}
.classifieds-card--title {
  font-family: "Barlow", sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 0.5rem;
}
.classifieds-card--tag {
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.333;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  color: #31745f;
  text-align: center;
  font-weight: bold;
}
.classifieds-card {
  text-decoration: none;
  color: inherit;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.65);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
  backdrop-filter: blur(6px);
  padding: 20px;
  cursor: default;
  transition: background 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}
.classifieds-card:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.classifieds-card__header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.classifieds-card__header .icon-badge {
  flex-shrink: 0;
  background-color: rgba(211, 232, 209, 0.5);
  color: #31745f;
}
.classifieds-card__header-label {
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.333;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  border-bottom: 1px solid #D6D1CC;
  padding-bottom: 4px;
  flex: 1 0 auto;
}
.classifieds-card__body {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.classifieds-card__image {
  flex: 0 0 120px;
  height: 90px;
  border-radius: 8px;
  overflow: hidden;
}
.classifieds-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.classifieds-card__content {
  flex: 1;
  min-width: 0;
}
.classifieds-card__title {
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #24201D;
  line-height: 1.1;
  margin-bottom: 4px;
}
.classifieds-card__org {
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  color: #4D4740;
  margin-bottom: 8px;
}
.classifieds-card__desc {
  font-size: 14px;
  color: #4D4740;
  line-height: 1.625;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.classifieds-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  border-top: 1px solid #D6D1CC;
  padding-top: 12px;
}
.classifieds-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 12px;
  color: #4D4740;
}
.classifieds-card__meta i {
  margin-right: 4px;
}

.harvester-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 991px) {
  .harvester-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .harvester-grid {
    grid-template-columns: 1fr;
  }
}

.harvester-card {
  overflow: hidden;
  cursor: default;
  border: none;
  background: transparent;
  padding: 0.75rem;
}
.harvester-card img {
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}
.harvester-card--title {
  font-family: "Barlow", sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 0.5rem;
}
.harvester-card--tag {
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.333;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  color: #31745f;
  text-align: center;
  font-weight: bold;
}
.harvester-card {
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.65);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
  backdrop-filter: blur(6px);
  padding: 0;
  overflow: hidden;
  text-align: center;
  transition: background 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}
.harvester-card:hover {
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}
.harvester-card__image {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.harvester-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.harvester-card__image--placeholder {
  width: 100%;
  aspect-ratio: 4/3;
  background: url("../images/placeholder.png") center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #BEB7B0;
  font-size: 48px;
}
.harvester-card__body {
  padding: 16px;
}
.harvester-card__name {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #24201D;
  margin-bottom: 4px;
  line-height: 1.1;
}
.harvester-card__location {
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.333;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  color: #31745f;
}

.classifieds-card[data-modal],
.harvester-card[data-modal] {
  cursor: pointer;
}
.classifieds-card[data-modal]:focus-visible,
.harvester-card[data-modal]:focus-visible {
  outline: 3px solid rgba(212, 168, 67, 0.35);
  outline-offset: 2px;
  outline-offset: 4px;
}

.registration-wizard-progress {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 32px;
}

.registration-wizard-progress__segment {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
}

.registration-wizard-progress__circle {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
}

.registration-wizard-progress__circle--complete {
  background-color: #31745f;
  color: #ffffff;
}
.registration-wizard-progress__circle--complete i {
  font-size: 16px;
}

.registration-wizard-progress__circle--active {
  background-color: #31745f;
  color: #ffffff;
}

.registration-wizard-progress__circle--todo {
  background-color: #D6D1CC;
  color: #635C54;
}

.registration-wizard-progress__label {
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #24201D;
  white-space: nowrap;
}

.registration-wizard-progress__label--muted {
  color: #A59D94;
  font-weight: 500;
}

.registration-wizard-progress__connector {
  flex-shrink: 0;
  width: 48px;
  height: 2px;
  background-color: #BEB7B0;
  border-radius: 1px;
}
@media (max-width: 767px) {
  .registration-wizard-progress__connector {
    display: none;
  }
}

.registration-wizard-progress__connector--complete {
  background-color: #31745f;
}

.registration-selectable-card {
  border: 2px solid #BEB7B0;
  border-radius: 12px;
  padding: 24px;
  background-color: #ffffff;
  transition: border-color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
}
.registration-selectable-card:hover {
  border-color: rgba(49, 116, 95, 0.45);
}

.registration-selectable-card.is-selected {
  border-color: #31745f;
  background-color: rgba(49, 116, 95, 0.06);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
}

.registration-radio-indicator {
  width: 24px;
  height: 24px;
  border-radius: 9999px;
  border: 2px solid #BEB7B0;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: border-color 200ms ease, background-color 200ms ease;
}

.registration-radio-indicator.is-selected {
  border-color: #31745f;
  background-color: #31745f;
}

.registration-radio-indicator__dot {
  width: 10px;
  height: 10px;
  border-radius: 9999px;
  background-color: #ffffff;
}

.registration-membership-features,
.registration-payment-features {
  list-style: none;
  margin: 0;
  padding: 0;
}
.registration-membership-features li,
.registration-payment-features li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #4D4740;
  margin-bottom: 8px;
}
.registration-membership-features li:last-child,
.registration-payment-features li:last-child {
  margin-bottom: 0;
}
.registration-membership-features li i,
.registration-payment-features li i {
  color: #31745f;
  flex-shrink: 0;
}

.registration-empty-state {
  text-align: center;
  padding: 48px 24px;
  background-color: #F7F6F5;
  border-radius: 12px;
  border: 1px solid #D6D1CC;
}
.registration-empty-state i {
  font-size: 3rem;
  color: #A59D94;
  margin-bottom: 16px;
}

.registration-summary-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  padding: 16px;
  background-color: #F7F6F5;
  border: 1px solid #D6D1CC;
  border-radius: 12px;
  margin-bottom: 24px;
}

.registration-checkbox-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.registration-section-title {
  font-family: "Barlow", sans-serif;
  font-size: 24px;
  font-weight: 900;
  color: #24201D;
  margin: 0 0 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #D6D1CC;
}

.form-helper.registration-form-hint {
  font-size: 16px;
  line-height: 1.625;
  color: #4D4740;
}

.registration-nested-block {
  border: 1px solid #BEB7B0;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 12px;
  background-color: rgba(255, 255, 255, 0.5);
}

.profile-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  padding: 0.25rem;
  border: 1px solid var(--color-border-subtle);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.profile-tabs__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.3rem;
  min-width: 6.75rem;
  padding: 0.45rem 0.95rem;
  border: 1px solid transparent;
  border-radius: calc(var(--radius-md) - 1px);
  font-size: var(--font-size-sm);
  font-weight: 600;
  line-height: 1;
  color: var(--color-text-muted);
  text-decoration: none;
  transition: color var(--transition-fast), background-color var(--transition-fast), border-color var(--transition-fast), box-shadow var(--transition-fast);
}

.profile-tabs__link:hover,
.profile-tabs__link:focus-visible {
  border-color: transparent;
  background: rgba(255, 255, 255, 0.7);
  color: var(--color-text-strong);
}

.profile-tabs__link--active {
  border-color: rgba(49, 116, 95, 0.25);
  background: var(--color-bg-surface);
  color: var(--color-green-900);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

@media (max-width: 640px) {
  .profile-tabs {
    width: 100%;
  }
  .profile-tabs__link {
    flex: 1 1 calc(50% - 0.25rem);
    min-width: 0;
  }
}
.profile-membership-summary {
  align-self: stretch;
  width: 100%;
  border: 1px solid var(--color-border-subtle);
  border-radius: var(--radius-lg);
  padding: 1.25rem;
  background: var(--color-bg-surface);
}

.profile-membership-summary h3,
.profile-membership-history h3 {
  margin-bottom: 0.75rem;
}

.profile-membership-summary__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 1rem;
  margin-bottom: 1rem;
}

.profile-membership-summary__grid dt {
  font-size: var(--font-size-xs);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--color-text-muted);
}

.profile-membership-summary__grid dd {
  margin-top: 0.25rem;
  font-weight: 600;
  color: var(--color-text-strong);
}

.profile-membership-summary__invoice {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding-top: 1rem;
  border-top: 1px solid var(--color-border-subtle);
}

.profile-table-wrap {
  align-self: stretch;
  width: 100%;
  overflow-x: auto;
  border: 1px solid var(--color-border-subtle);
  border-radius: var(--radius-lg);
  background: var(--color-bg-surface);
}

.profile-membership-history {
  align-self: stretch;
  width: 100%;
}

.profile-table-wrap table {
  width: 100%;
  border-collapse: collapse;
}

.profile-table-wrap th,
.profile-table-wrap td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--color-border-subtle);
  text-align: left;
  vertical-align: top;
}

.profile-table-wrap th {
  font-size: var(--font-size-xs);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--color-text-muted);
  background: var(--color-bg-page);
}

.profile-table-wrap tbody tr:last-child td {
  border-bottom: 0;
}

.profile-page .form-helper {
  font-size: var(--font-size-sm);
  line-height: 1.45;
}

.profile-page .form-group {
  margin-bottom: 1.25rem;
}

.profile-page .form-group:last-child {
  margin-bottom: 0;
}

.invoice-page .tile {
  align-self: stretch;
  width: 100%;
}

.invoice-page__helper {
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.invoice-table-wrap {
  align-self: stretch;
  width: 100%;
  overflow-x: auto;
  border: 1px solid var(--color-border-subtle);
  border-radius: var(--radius-lg);
  background: var(--color-bg-surface);
}

.invoice-table-wrap table {
  width: 100%;
  border-collapse: collapse;
}

.invoice-table-wrap th,
.invoice-table-wrap td {
  padding: 0.875rem 1rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--color-border-subtle);
}

.invoice-table-wrap th {
  font-size: var(--font-size-xs);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--color-text-muted);
  background: var(--color-bg-page);
}

.invoice-table-wrap tfoot td {
  font-weight: 700;
  background: var(--color-bg-page);
}

.invoice-table-wrap tbody tr:last-child td {
  border-bottom: 0;
}

.invoice-page__header-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.invoice-page__section {
  align-self: stretch;
  width: 100%;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--color-border-subtle);
}

.invoice-page__section-title {
  margin-bottom: 0.75rem;
  font-size: var(--font-size-sm);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--color-text-muted);
}

.invoice-page__detail-block p {
  margin-bottom: 0.75rem;
}

.invoice-page__info-list {
  display: grid;
  gap: 0.65rem;
}

.invoice-page__info-list div {
  display: block;
  padding-bottom: 0.4rem;
}

.invoice-page__info-list dt {
  color: var(--color-text-muted);
  font-size: var(--font-size-xs);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.invoice-page__info-list dd {
  margin-top: 0.3rem;
  text-align: left;
  font-weight: 600;
  color: var(--color-text-strong);
}

.invoice-page__detail-card {
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid var(--color-border-subtle);
  border-radius: var(--radius-lg);
  background: var(--color-bg-surface);
}

.invoice-page__detail-card h4 {
  margin-bottom: 0.75rem;
}

.invoice-page__detail-card h5 {
  margin: 0.75rem 0 0.4rem;
  font-size: var(--font-size-xs);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--color-text-muted);
}

.invoice-page__detail-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.invoice-page__detail-card li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.15rem 0;
}

.invoice-page__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
}

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

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

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

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

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

@media (max-width: 991px) {
  .dt {
    display: none;
  }
}

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
}
.self-stretch {
  align-self: stretch;
}

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

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

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

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

.mt-1 {
  margin-top: 4px !important;
}

.mb-1 {
  margin-bottom: 4px !important;
}

.ms-1 {
  margin-inline-start: 4px !important;
}

.me-1 {
  margin-inline-end: 4px !important;
}

.mx-1 {
  margin-inline: 4px !important;
}

.my-1 {
  margin-block: 4px !important;
}

.m-1 {
  margin: 4px !important;
}

.mt-2 {
  margin-top: 8px !important;
}

.mb-2 {
  margin-bottom: 8px !important;
}

.ms-2 {
  margin-inline-start: 8px !important;
}

.me-2 {
  margin-inline-end: 8px !important;
}

.mx-2 {
  margin-inline: 8px !important;
}

.my-2 {
  margin-block: 8px !important;
}

.m-2 {
  margin: 8px !important;
}

.mt-3 {
  margin-top: 12px !important;
}

.mb-3 {
  margin-bottom: 12px !important;
}

.ms-3 {
  margin-inline-start: 12px !important;
}

.me-3 {
  margin-inline-end: 12px !important;
}

.mx-3 {
  margin-inline: 12px !important;
}

.my-3 {
  margin-block: 12px !important;
}

.m-3 {
  margin: 12px !important;
}

.mt-4 {
  margin-top: 16px !important;
}

.mb-4 {
  margin-bottom: 16px !important;
}

.ms-4 {
  margin-inline-start: 16px !important;
}

.me-4 {
  margin-inline-end: 16px !important;
}

.mx-4 {
  margin-inline: 16px !important;
}

.my-4 {
  margin-block: 16px !important;
}

.m-4 {
  margin: 16px !important;
}

.mt-6 {
  margin-top: 24px !important;
}

.mb-6 {
  margin-bottom: 24px !important;
}

.ms-6 {
  margin-inline-start: 24px !important;
}

.me-6 {
  margin-inline-end: 24px !important;
}

.mx-6 {
  margin-inline: 24px !important;
}

.my-6 {
  margin-block: 24px !important;
}

.m-6 {
  margin: 24px !important;
}

.mt-8 {
  margin-top: 32px !important;
}

.mb-8 {
  margin-bottom: 32px !important;
}

.ms-8 {
  margin-inline-start: 32px !important;
}

.me-8 {
  margin-inline-end: 32px !important;
}

.mx-8 {
  margin-inline: 32px !important;
}

.my-8 {
  margin-block: 32px !important;
}

.m-8 {
  margin: 32px !important;
}

.mt-12 {
  margin-top: 48px !important;
}

.mb-12 {
  margin-bottom: 48px !important;
}

.ms-12 {
  margin-inline-start: 48px !important;
}

.me-12 {
  margin-inline-end: 48px !important;
}

.mx-12 {
  margin-inline: 48px !important;
}

.my-12 {
  margin-block: 48px !important;
}

.m-12 {
  margin: 48px !important;
}

.mt-16 {
  margin-top: 64px !important;
}

.mb-16 {
  margin-bottom: 64px !important;
}

.ms-16 {
  margin-inline-start: 64px !important;
}

.me-16 {
  margin-inline-end: 64px !important;
}

.mx-16 {
  margin-inline: 64px !important;
}

.my-16 {
  margin-block: 64px !important;
}

.m-16 {
  margin: 64px !important;
}

.mx-auto {
  margin-inline: auto !important;
}

.pt-1 {
  padding-top: 4px !important;
}

.pb-1 {
  padding-bottom: 4px !important;
}

.ps-1 {
  padding-inline-start: 4px !important;
}

.pe-1 {
  padding-inline-end: 4px !important;
}

.px-1 {
  padding-inline: 4px !important;
}

.py-1 {
  padding-block: 4px !important;
}

.p-1 {
  padding: 4px !important;
}

.pt-2 {
  padding-top: 8px !important;
}

.pb-2 {
  padding-bottom: 8px !important;
}

.ps-2 {
  padding-inline-start: 8px !important;
}

.pe-2 {
  padding-inline-end: 8px !important;
}

.px-2 {
  padding-inline: 8px !important;
}

.py-2 {
  padding-block: 8px !important;
}

.p-2 {
  padding: 8px !important;
}

.pt-3 {
  padding-top: 12px !important;
}

.pb-3 {
  padding-bottom: 12px !important;
}

.ps-3 {
  padding-inline-start: 12px !important;
}

.pe-3 {
  padding-inline-end: 12px !important;
}

.px-3 {
  padding-inline: 12px !important;
}

.py-3 {
  padding-block: 12px !important;
}

.p-3 {
  padding: 12px !important;
}

.pt-4 {
  padding-top: 16px !important;
}

.pb-4 {
  padding-bottom: 16px !important;
}

.ps-4 {
  padding-inline-start: 16px !important;
}

.pe-4 {
  padding-inline-end: 16px !important;
}

.px-4 {
  padding-inline: 16px !important;
}

.py-4 {
  padding-block: 16px !important;
}

.p-4 {
  padding: 16px !important;
}

.pt-6 {
  padding-top: 24px !important;
}

.pb-6 {
  padding-bottom: 24px !important;
}

.ps-6 {
  padding-inline-start: 24px !important;
}

.pe-6 {
  padding-inline-end: 24px !important;
}

.px-6 {
  padding-inline: 24px !important;
}

.py-6 {
  padding-block: 24px !important;
}

.p-6 {
  padding: 24px !important;
}

.pt-8 {
  padding-top: 32px !important;
}

.pb-8 {
  padding-bottom: 32px !important;
}

.ps-8 {
  padding-inline-start: 32px !important;
}

.pe-8 {
  padding-inline-end: 32px !important;
}

.px-8 {
  padding-inline: 32px !important;
}

.py-8 {
  padding-block: 32px !important;
}

.p-8 {
  padding: 32px !important;
}

.pt-12 {
  padding-top: 48px !important;
}

.pb-12 {
  padding-bottom: 48px !important;
}

.ps-12 {
  padding-inline-start: 48px !important;
}

.pe-12 {
  padding-inline-end: 48px !important;
}

.px-12 {
  padding-inline: 48px !important;
}

.py-12 {
  padding-block: 48px !important;
}

.p-12 {
  padding: 48px !important;
}

.pt-16 {
  padding-top: 64px !important;
}

.pb-16 {
  padding-bottom: 64px !important;
}

.ps-16 {
  padding-inline-start: 64px !important;
}

.pe-16 {
  padding-inline-end: 64px !important;
}

.px-16 {
  padding-inline: 64px !important;
}

.py-16 {
  padding-block: 64px !important;
}

.p-16 {
  padding: 64px !important;
}

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

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

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

.text-default {
  color: #4D4740 !important;
}

.text-strong {
  color: #24201D !important;
}

.text-muted {
  color: #A59D94 !important;
}

.text-inverse {
  color: #ffffff !important;
}

.text-link {
  color: #31745f !important;
}

.text-gold {
  color: #D4A843 !important;
}

.text-green {
  color: #31745f !important;
}

.text-danger {
  color: #b91c1c !important;
}

.text-shadow {
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
}

.font-regular {
  font-weight: 400 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-black {
  font-weight: 900 !important;
}

.font-heading {
  font-family: "Barlow", sans-serif !important;
}

.font-body {
  font-family: "Source Sans 3", sans-serif !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.truncate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.bg-page {
  background-color: #F7F6F5 !important;
}

.bg-surface {
  background-color: #ffffff !important;
}

.bg-surface-alt {
  background-color: #EDEAE8 !important;
}

.bg-dark {
  background-color: #4D4740 !important;
}

.bg-sky {
  background-color: #577986 !important;
}

.bg-gold {
  background-color: #D4A843 !important;
}

.bg-green {
  background-color: #31745f !important;
}

.border {
  border: 1px solid #BEB7B0 !important;
}

.border-top {
  border-top: 1px solid #BEB7B0 !important;
}

.border-bottom {
  border-bottom: 1px solid #BEB7B0 !important;
}

.border-0 {
  border: none !important;
}

.rounded-sm {
  border-radius: 6px !important;
}

.rounded-md {
  border-radius: 8px !important;
}

.rounded-lg {
  border-radius: 12px !important;
}

.rounded-xl {
  border-radius: 16px !important;
}

.rounded-full {
  border-radius: 9999px !important;
}

.shadow-sm {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
}

.shadow-md {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07) !important;
}

.shadow-lg {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1) !important;
}

.shadow-xl {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-full {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

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

.h-auto {
  height: auto !important;
}

.max-w-sm {
  max-width: 540px !important;
}

.max-w-md {
  max-width: 720px !important;
}

.max-w-lg {
  max-width: 960px !important;
}

.max-w-xl {
  max-width: 1140px !important;
}

.max-w-xxl {
  max-width: 1336px !important;
}

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

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-sticky {
  position: sticky !important;
}

.position-fixed {
  position: fixed !important;
}
