/*
Theme Name: NBCTC
Theme URI: http://localhost/newsite
Description: National Booster Club Training Council custom homepage theme (child of Twenty Twenty-Five).
Author: NBCTC
Template: twentytwentyfive
Version: 1.0
*/

:root {
  --maroon: #7d1517;
  --maroon-dark: #5e0f11;
  --maroon-deep: #4a0c0e;
  --ink: #161616;
  --ink-2: #0f1a2b;
  --cream: #f6efe3;
  --cream-2: #f3ead9;
  --green: #2e7d32;
  --red-x: #b3261e;
  --text: #2c2c2c;
  --muted: #6a6a6a;
  --line: #e6e3df;
  --grey-ph: #cfccc7;
  --wrap: 100%;
}

* {
  box-sizing: border-box
}

body.nbctc-home {
  margin: 0;
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  color: var(--text);
  line-height: 1.55;
  background: #fff;
  -webkit-font-smoothing: antialiased
}

body.nbctc-home img {
  max-width: 100%;
  display: block
}

.nbi {
  width: 24px;
  height: 24px;
  flex-shrink: 0
}

.nbi-img {
  object-fit: contain
}

img.nbi.nbi-img {
  width: 42px !important;
  height: 42px !important;
}

.wrap {
  max-width: var(--wrap);
  width: 100%;
  margin: 0 auto;
  padding: 0 80px
}

.nbctc-home a {
  text-decoration: none;
  color: inherit
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-weight: 800;
  letter-spacing: .2px
}

/* Placeholder image box */
.img-ph {
  position: relative;
  background: repeating-linear-gradient(45deg, #d3d0cb, #d3d0cb 12px, #c9c6c1 12px, #c9c6c1 24px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7c7872;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: center;
  overflow: hidden
}

.img-ph span {
  background: rgba(255, 255, 255, .7);
  padding: 6px 12px;
  border-radius: 3px
}

/* Buttons */
.btn {
  display: inline-block;
  padding: 13px 22px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: .15s
}

.btn-red {
  background: var(--maroon);
  color: #fff !important;
  border-color: var(--maroon)
}

.btn-red:hover {
  background: var(--maroon-dark);
  color: #fff !important
}

.btn-ghost {
  background: rgba(0, 0, 0, .25);
  color: #fff;
  border-color: rgba(255, 255, 255, .55)
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, .15)
}

.btn-dark {
  background: var(--ink);
  color: #fff !important;
  border-color: var(--ink)
}

.btn-outline {
  background: transparent;
  color: var(--maroon);
  border-color: var(--maroon)
}

.btn-sm {
  padding: 10px 16px;
  font-size: 12px
}

.section {
  padding: 64px 0
}

.eyebrow-bar {
  width: 46px;
  height: 4px;
  background: var(--maroon);
  margin: 10px 0 22px
}

.h2 {
  font-size: 30px;
  color: #1f1f1f;
  text-transform: uppercase
}

.center {
  text-align: center
}

.center .eyebrow-bar,
.center+.eyebrow-bar {
  margin-left: auto;
  margin-right: auto
}

/* ===== Header ===== */
.site-head {
  background: rgb(8, 8, 8);
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: saturate(140%) blur(9px);
  -webkit-backdrop-filter: saturate(140%) blur(9px);
  border-bottom: 1px solid rgba(255, 255, 255, .06)
}

.site-head .wrap {
  display: flex;
  align-items: center;
  gap: 26px;
  height: 78px
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0
}

.logo .flag {
  width: 46px;
  height: 40px;
  background:
    linear-gradient(#fff 0 0) no-repeat,
    repeating-linear-gradient(180deg, var(--maroon) 0 5px, #fff 5px 9px);
  border-left: 4px solid #fff;
  transform: skewX(-8deg);
  position: relative
}

.logo .lg-txt b {
  display: block;
  font-size: 23px;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1
}

.logo .lg-txt small {
  display: block;
  font-size: 9.5px;
  letter-spacing: 1.5px;
  color: #d8d2c8;
  margin-top: 3px;
  font-weight: 700
}

.logo .lg-txt em {
  display: block;
  font-size: 9.5px;
  letter-spacing: 3px;
  color: #b9b3a8;
  font-style: normal;
  font-weight: 700
}

.logo .logo-img {
  height: 62px;
  width: auto;
  display: block
}

.site-foot .logo .logo-img {
  height: 100px;
}

.main-nav {
  display: flex;
  gap: 22px;
  margin-left: 14px;
  flex: 1
}

.main-nav a {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .6px;
  color: #eee;
  text-transform: uppercase;
  white-space: nowrap
}

.main-nav a:hover {
  color: #fff
}

.head-right {
  display: flex;
  align-items: center;
  gap: 16px
}

.search-ic {
  width: 18px;
  height: 18px;
  opacity: .85
}

/* ===== Hero ===== */
.hero {
  position: relative;
  color: #fff;
  background: #1a1110;
  padding: 0 80px;
}

.hero .img-ph {
  position: absolute;
  inset: 0
}

.hero .hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center right
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15, 15, 15, .92) 0%, rgba(15, 15, 15, .72) 38%, rgba(15, 15, 15, .25) 62%, rgba(15, 15, 15, .15) 100%)
}

.hero-inner {
  position: relative;
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 92px 30px
}

.hero h1 {
  font-size: 46px;
  line-height: 1.08;
  text-transform: uppercase;
  max-width: 560px
}

.hero h1 .accent {
  color: var(--maroon)
}

.hero p {
  max-width: 420px;
  margin: 22px 0 30px;
  color: #e4e4e4;
  font-size: 15px
}

.hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 760px
}

/* ===== Who we are / help ===== */
.two-col {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 48px
}

.two-col>div:first-child {
  position: relative;
  padding-right: 8px
}

.two-col>div:first-child::after {
  content: "";
  position: absolute;
  top: 4px;
  right: -24px;
  bottom: 4px;
  width: 1px;
  background: linear-gradient(to bottom, transparent, var(--line) 12%, var(--line) 88%, transparent)
}

.cap-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px 22px;
  margin: 22px 0 26px
}

@media(max-width:1100px) {
  .cap-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width:860px) {
  .two-col {
    grid-template-columns: 1fr
  }

  .two-col>div:first-child {
    padding-right: 0
  }

  .two-col>div:first-child::after {
    display: none
  }
}

.cap {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 13.5px;
  font-weight: 600;
  color: #3a3a3a
}

.cap svg {
  width: 24px;
  height: 24px;
  color: var(--maroon);
  flex-shrink: 0
}

.who-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap
}

.help-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 18px
}

.help-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: left;
  gap: 16px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .03)
}

.help-card svg {
  width: 42px;
  height: 42px;
  color: var(--maroon);
  flex-shrink: 0
}

.help-card b {
  font-size: 16px;
  letter-spacing: .4px;
  text-transform: uppercase;
  color: #262626
}

/* ===== How we help (6) ===== */
.help6 {
  background: #faf9f7
}

.six {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  margin-top: 24px
}

.six .it {
  padding: 24px 16px;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .03)
}

.six .ic {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .05)
}

.six .ic svg {
  width: 28px;
  height: 28px;
  color: var(--maroon)
}

.six b {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  color: #222;
  margin-bottom: 8px;
  line-height: 1.3
}

.six p {
  font-size: 11.5px;
  color: var(--muted);
  margin: 0
}

/* ===== VS comparison ===== */
.vs-wrap {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--line)
}

.vs-side {
  padding: 34px 40px
}

.vs-without {
  background: #f7eceb
}

.vs-with {
  background: #eef4ec
}

.vs-side h3 {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 22px
}

.vs-without h3 {
  color: #7a2b2b
}

.vs-with h3 {
  color: #2f6b34
}

.vs-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 26px
}

.vs-list li {
  list-style: none;
  display: flex;
  gap: 9px;
  align-items: center;
  font-size: 13px;
  font-weight: 600
}

.vs-list svg {
  width: 17px;
  height: 17px;
  flex-shrink: 0
}

.vs-without svg {
  color: var(--red-x)
}

.vs-with svg {
  color: var(--green)
}

.vs-badge {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: var(--maroon);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 20px;
  border: 5px solid #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .2)
}

/* ===== 3-col mid (testimonials/how/membership) ===== */
.mid3 {
  display: grid;
  grid-template-columns: 1fr 1.05fr 1.05fr;
  gap: 26px;
  align-items: start
}

.leaders-row {
  display: grid;
  grid-template-columns: 1fr 2.1fr;
  gap: 26px;
  align-items: stretch
}

.hiw-wrap {
  background: #ecf2f8;
  border-radius: 10px;
  padding: 24px
}

.two-panels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: start
}

@media(max-width:860px) {

  .leaders-row,
  .two-panels {
    grid-template-columns: 1fr
  }
}

@media(max-width:620px) {
  .map-stats {
    flex-direction: column
  }

  .map-ph {
    width: 100%;
    max-width: 300px
  }

  .book {
    padding: 18px
  }
}

.panel {
  background: #f3f5f8;
  border-radius: 10px;
  padding: 30px 28px
}

.stars {
  color: #e6a817;
  letter-spacing: 2px;
  font-size: 14px
}

.tst {
  width: 300px;
  margin: 14px 0 18px
}

.tst p {
  font-size: 13.5px;
  font-style: italic;
  margin: 6px 0
}

.tst cite {
  font-size: 12px;
  color: var(--muted);
  font-style: normal;
  font-weight: 700
}

.steps {
  counter-reset: s;
  margin: 14px 0 18px;
  padding: 0
}

.steps li {
  list-style: none;
  display: flex;
  gap: 14px;
  margin-bottom: 16px
}

.steps .num {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--maroon);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.steps b {
  display: block;
  font-size: 13.5px
}

.steps small {
  font-size: 12.5px;
  color: var(--muted)
}

.inc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 18px;
  margin: 14px 0 20px
}

.inc-grid li {
  list-style: none;
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 12.5px;
  font-weight: 600
}

.inc-grid svg {
  width: 15px;
  height: 15px;
  color: var(--maroon);
  flex-shrink: 0
}

/* ===== Insurance banner ===== 
.ins {
  background: linear-gradient(180deg, #f6efe3, #f2e6d4)
}*/

.ins-box {
  display: grid;
  grid-template-columns: auto 1.4fr 1fr;
  gap: 30px;
  align-items: center;
  background: var(--cream);
  border: 1px solid #e7d9c2;
  border-radius: 12px;
  padding: 34px 38px;
  max-width: 1080px;
  margin: 0 auto
}

.ins-shield {
  width: 120px;
  flex-shrink: 0;
  color: var(--maroon)
}

.ins-shield img {
  width: 100%;
  height: auto;
  display: block
}

.ins h2 {
  font-size: 29px;
  text-transform: uppercase;
  color: #222;
  line-height: 1.15
}

.ins h2 .accent {
  color: var(--maroon)
}

.ins .lead {
  font-size: 15px;
  margin: 12px 0 16px
}

.ins .lead .hl {
  color: var(--maroon);
  font-weight: 800
}

.ins-cov {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 20px
}

.ins-cov li {
  list-style: none;
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 14.5px;
  font-weight: 700
}

.ins-cov svg {
  width: 15px;
  height: 15px;
  color: var(--maroon)
}

.ins-right {
  text-align: left
}

.ins-right .save {
  color: var(--maroon);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 16.5px;
  margin: 14px 0 8px
}

.ins-right p {
  font-size: 14px;
  color: #444
}

/* ===== Trusted / Book ===== */
.trusted-book-section {
  padding: 28px 0
}

.trust {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(520px, 1.35fr);
  gap: 22px;
  align-items: stretch
}

.trusted-card {
  background: #fff;
  padding: 0 0 4px
}

.trusted-card .h2 {
  font-size: 18px;
  line-height: 1.1
}

.trusted-card .eyebrow-bar {
  margin: 8px 0 12px
}

.map-stats {
  display: flex;
  gap: 18px;
  align-items: center
}

.map-ph {
  width: min(58%, 285px);
  flex-shrink: 0;
  color: var(--maroon)
}

.map-ph img {
  width: 100%;
  height: auto;
  display: block
}

.stat {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  margin-bottom: 12px
}

.stat svg {
  width: 22px;
  height: 22px;
  color: var(--maroon)
}

.stat b {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  color: #1f1f1f
}

.stat small {
  display: block;
  font-size: 15px;
  line-height: 1.25;
  margin-top: 5px;
  color: var(--muted)
}

.trusted-note {
  font-size: 10px;
  line-height: 1.35;
  color: var(--muted);
  margin: 8px 0 0
}

.book {
  background: #071221;
  color: #fff;
  border-radius: 0;
  padding: 18px 22px;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(190px, 0.9fr);
  gap: 20px;
  align-items: center
}

.book h3 {
  font-size: 22px;
  line-height: 1.05;
  text-transform: uppercase;
  color: #fff
}

.book .sub {
  color: #e6b94a;
  font-weight: 800;
  font-size: 12px;
  line-height: 1.2;
  margin: 3px 0 10px
}

.book p {
  font-size: 11px;
  line-height: 1.35;
  color: #fff
}

.book .book-copy {
  color: #fff
}

.book-feats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 12px 0 14px
}

.book-feats div {
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 9px;
  line-height: 1.15;
  font-weight: 700
}

.book-feats svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  color: #e6b94a
}

.book .btn {
  padding: 9px 15px;
  font-size: 10px;
  border-radius: 2px
}

.book-quote {
  border-left: 3px solid #7a8495;
  padding-left: 20px;
  font-style: italic;
  font-size: 12px;
  line-height: 1.25;
  color: #d9e0ea
}

/* ===== 3 utility cols ===== */
.utility-section {
  background: #fafafa;
  padding: 8px 0
}

.util3 {
  display: grid;
  grid-template-columns: 1.45fr .9fr 1.08fr;
  gap: 14px
}

.util {
  min-height: 164px;
  padding: 18px 28px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, .04);
  box-shadow: 0 1px 4px rgba(0, 0, 0, .04)
}

.util.cream {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 18px;
  align-items: center;
  background: #f7f1e6
}

.util.blue {
  background: #eef5fb
}

.util.grey {
  background: #f8eceb
}

.util h4 {
  font-size: 15px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #222;
  margin: 0 0 12px
}

.util .utxt {
  max-width: 330px;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 700;
  color: #3b3b3b;
  margin-bottom: 12px
}

.util-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 22px;
  margin: 0 0 14px;
  padding: 0
}

.util-list li {
  list-style: none;
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 11px;
  line-height: 1.15;
  font-weight: 700;
  color: #272727
}

.util-list svg,
.util-list img {
  width: 14px;
  height: 14px;
  color: var(--maroon);
  flex-shrink: 0
}

.util-icon-col {
  display: flex;
  justify-content: center
}

.util .ico-circ {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: var(--maroon);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px
}

.util .ico-circ svg {
  width: 34px;
  height: 34px
}

.util .btn {
  min-width: 205px;
  padding: 8px 16px;
  border-radius: 3px;
  font-size: 11px;
  line-height: 1.1;
  text-align: center
}

.util .bt-form {
  margin-top: 12px
}

.util .field {
  height: 29px;
  padding: 6px 11px;
  border: 1px solid #c7cdd2;
  border-radius: 2px;
  margin-bottom: 8px;
  font-size: 11px;
  background: #fff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .08)
}

.util .bt-form .btn {
  width: 100%
}

.util.grey .btn {
  display: block;
  width: max-content;
  margin: 0 auto
}

.util .bt-msg {
  font-size: 11px;
  margin: 6px 0 0
}

.field {
  width: 100%;
  padding: 11px 13px;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  margin-bottom: 10px;
  font-size: 13px
}

/* ===== Final CTA bar ===== */
.cta-bar {
  background: var(--maroon);
  color: #fff
}

.cta-bar .wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 26px 30px;
  flex-wrap: wrap
}

.cta-bar h3 {
  font-size: 21px;
  text-transform: uppercase;
  flex: 1;
  min-width: 260px;
  display: flex;
  align-items: center;
  gap: 14px
}

.cta-bar .btns {
  display: flex;
  gap: 10px;
  flex-wrap: wrap
}

.cta-bar .btn {
  background: transparent;
  border-color: rgba(255, 255, 255, .6);
  color: #fff
}

.cta-bar .btn:first-child {
  background: #fff;
  color: var(--maroon);
  border-color: #fff
}

/* ===== Footer ===== */
.site-foot {
  background: var(--ink);
  color: #cfcfcf;
  padding: 0 80px;
}

.foot-top {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 40px;
  padding: 48px 0
}

.foot-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 30px
}

.site-foot h5 {
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 16px
}

.foot-links a {
  font-size: 13px;
  color: #bdbdbd;
  padding: 4px 0;
  display: block
}

.foot-links a:hover {
  color: #fff
}

.foot-contact div {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 13px;
  margin-bottom: 12px
}

.foot-contact svg {
  width: 16px;
  height: 16px;
  color: var(--maroon)
}

.foot-bar {
  border-top: 1px solid #2a2a2a;
  text-align: center;
  padding: 16px;
  font-size: 12px;
  color: #8c8c8c
}

.foot-bar span {
  margin: 0 16px
}

/* ============ ABOUT PAGE ============ */
.h2.maroon {
  color: var(--maroon);
  text-transform: none;
  font-size: 30px;
  font-family: Georgia, 'Times New Roman', serif
}

.lead-narrow {
  max-width: 680px;
  margin: 0 auto 8px;
  color: #444;
  font-size: 14.5px
}

.maroon {
  color: var(--maroon)
}

.pt0 {
  padding-top: 0
}

.mt32 {
  margin-top: 32px
}

/* About hero */
.ab-hero {
  position: relative;
  background-color: #0d0d0d;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  color: #fff;
  overflow: hidden;
  padding: 0 80px;
}

.ab-hero-photo {
  position: absolute;
  top: 0;
  right: 0;
  width: 52%;
  height: 100%;
  background-size: cover;
  background-position: center
}

.ab-hero-photo .img-ph {
  height: 100%
}

.ab-hero-slash {
  position: absolute;
  top: 0;
  right: 48%;
  width: 120px;
  height: 100%;
  background: linear-gradient(90deg, transparent, var(--maroon));
  transform: skewX(-12deg);
  transform-origin: top;
  opacity: .95
}

.ab-hero-inner {
  position: relative;
  z-index: 2;
  padding: 70px 30px
}

.ab-hero h1 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 46px;
  line-height: 1.08;
  font-weight: 800
}

.ab-hero h1 .accent {
  color: var(--maroon)
}

.ab-hero .lede {
  font-size: 19px;
  font-weight: 700;
  margin: 18px 0 14px;
  max-width: 430px
}

.ab-hero .sub {
  font-size: 13px;
  color: #cfc7c5;
  max-width: 360px;
  margin-bottom: 26px
}

.ab-hero-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap
}

.ab-hero-btns .btn-ghost {
  border-color: #fff
}

/* Why 5 */
.why5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin-top: 34px
}

.why-it {
  padding: 0 26px;
  text-align: center;
  border-right: 1px solid var(--line)
}

.why-it:last-child {
  border-right: 0
}

.why-ic {
  display: inline-flex;
  width: 100px;
  height: 100px;
  align-items: center;
  justify-content: center;
  color: var(--maroon);
  margin-bottom: 16px
}

.why-ic svg {
  width: 100px;
  height: 100px
}

.why-ic img {
  width: 100px;
  height: 100px;
  object-fit: contain
}

.why-ic img.nbi.nbi-img {
  width: 100px !important;
  height: 100px !important
}

.why-it b {
  display: block;
  font-size: 15px;
  color: #222;
  margin-bottom: 8px
}

.why-it p {
  font-size: 12.5px;
  color: var(--muted);
  margin: 0;
  line-height: 1.5
}

.strong-line {
  font-weight: 800;
  color: #1f1f1f;
  font-size: 16px;
  margin: 18px 0 8px
}

.section p {
  font-size: 14px;
  color: #3a3a3a
}

/* Knowledge band */
.know-band {
  display: grid;
  grid-template-columns: minmax(320px, .88fr) minmax(0, 1.25fr);
  margin: 26px 0 6px;
  border-radius: 10px;
  overflow: hidden;
  background: #101010;
  min-height: 480px
}

.know-panel {
  background: var(--maroon);
  color: #fff;
  padding: 32px 44px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2
}

.know-panel:after {
  content: "";
  position: absolute;
  top: 0;
  right: -86px;
  width: 87px;
  height: 100%;
  background: var(--maroon);
  clip-path: polygon(0 0, 100% 0, 0 100%)
}

.know-panel h3 {
  font-family: Georgia, serif;
  font-size: 50px;
  line-height: 1.16
}

.know-rule {
  width: 54px;
  height: 3px;
  background: rgba(255, 255, 255, .7);
  margin: 18px 0
}

.know-panel p {
  max-width: 360px;
  font-size: 16px;
  line-height: 1.28;
  color: #f3dede;
  margin: 0
}

.know-photo {
  position: relative;
  min-height: 480px;
  margin-left: -28px
}

.know-photo .img-ph {
  position: absolute;
  inset: 0
}

.know-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

/* Trusted nationwide band */
.about-trusted-section .wrap {
  width: 80%;
  margin-left: auto;
  margin-right: auto
}

.tn-band {
  background: #dfe7f3;
  border-radius: 10px;
  padding: 34px
}

.tn-card {
  background: #fff;
  border-radius: 6px;
  padding: 34px 40px
}

.tn-card h3 {
  font-family: Georgia, serif;
  font-size: 22px;
  color: #222;
  text-transform: uppercase;
  letter-spacing: 1px
}

.tn-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1fr);
  gap: 30px;
  align-items: center;
  margin-top: 14px
}

.tn-map {
  color: var(--maroon)
}

.tn-map svg {
  width: 100%;
  height: auto;
  max-height: 200px
}

.tn-map img {
  display: block;
  width: min(100%, 620px);
  height: auto
}

.tn-stats .stat {
  margin-bottom: 20px
}

.tn-stats .stat svg {
  width: 30px;
  height: 30px
}

.tn-stats b {
  font-size: 20px
}

/* Gain 5 cards */
.gain5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-top: 30px
}

.gain-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 26px 20px;
  text-align: center;
  background: #fcfbfa
}

.gain-ic {
  display: inline-flex;
  width: 100px;
  height: 100px;
  align-items: center;
  justify-content: center;
  color: var(--maroon);
  margin-bottom: 14px
}

.gain-ic svg {
  width: 100px;
  height: 100px;
}

.gain-ic img {
  width: 100px;
  height: 100px;
  object-fit: contain
}

.gain-ic i {
  color: var(--maroon);
  font-size: 82px;
  line-height: 1
}

.gain-card b {
  display: block;
  color: var(--maroon);
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 600;
}

.gain-card p {
  font-size: 12px;
  color: var(--muted);
  margin: 0;
  line-height: 1.5
}

/* About dark CTA */
.ab-cta {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 0% 100%, rgba(125, 21, 23, .26), transparent 23%),
    linear-gradient(105deg, #050708 0%, #090d0f 50%, #030506 100%);
  color: #fff;
  padding: 42px 0
}

.ab-cta:before {
  content: "";
  position: absolute;
  left: -18px;
  bottom: -34px;
  width: 190px;
  height: 160px;
  opacity: .45;
  background:
    linear-gradient(35deg, transparent 0 34%, rgba(125, 21, 23, .72) 35% 50%, transparent 51%),
    linear-gradient(135deg, transparent 0 42%, rgba(125, 21, 23, .45) 43% 56%, transparent 57%),
    linear-gradient(70deg, transparent 0 46%, rgba(125, 21, 23, .34) 47% 63%, transparent 64%);
  clip-path: polygon(0 18%, 72% 0, 100% 72%, 22% 100%)
}

.ab-cta-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, .95fr) minmax(0, 1.65fr);
  gap: 46px;
  align-items: start
}

.ab-cta-head h2 {
  font-family: Georgia, serif;
  font-size: 34px;
  line-height: 1.13;
  letter-spacing: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .55)
}

.ab-cta-head p {
  max-width: 520px;
  font-size: 14px;
  line-height: 1.65;
  color: #f0eeee;
  margin: 16px 0 0
}

.ab-cta-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0
}

.ab-cta-col {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 0 28px
}

.ab-cta-col:first-child {
  padding-left: 0
}

.ab-cta-col+.ab-cta-col {
  border-left: 1px solid rgba(255, 255, 255, .18)
}

.ab-cta-ic {
  display: flex;
  justify-content: center;
  color: #f4f1ee;
  padding-top: 2px
}

.ab-cta-ic i {
  font-size: 42px;
  line-height: 1
}

.ab-cta-col b {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .4px;
  line-height: 1.2;
  margin-bottom: 8px
}

.ab-cta-col p {
  min-height: 70px;
  font-size: 13px;
  color: #f0eeee;
  margin: 0 0 16px;
  line-height: 1.45
}

.ab-cta-col .btn {
  min-width: 130px;
  padding: 11px 18px;
  border-radius: 6px;
  font-size: 12px;
  text-align: center;
  box-shadow: 0 2px 0 rgba(0, 0, 0, .24)
}

@media(max-width:980px) {
  .main-nav {
    display: none
  }

  .two-col,
  .trust,
  .book,
  .ins-box,
  .mid3,
  .util3,
  .foot-top {
    grid-template-columns: 1fr
  }

  .six {
    grid-template-columns: repeat(3, 1fr)
  }

  .hero h1 {
    font-size: 34px
  }

  .ab-hero-photo,
  .ab-hero-slash {
    position: relative;
    width: 100%;
    right: auto;
    height: 220px;
    transform: none
  }

  .ab-hero-slash {
    display: none
  }

  .why5,
  .gain5 {
    grid-template-columns: repeat(2, 1fr)
  }

  .why-it {
    border-right: 0;
    margin-bottom: 24px
  }

  .know-band,
  .tn-grid,
  .ab-cta-grid,
  .ab-cta-cols {
    grid-template-columns: 1fr
  }

  .ab-cta {
    padding: 34px 0
  }

  .ab-cta-grid {
    gap: 30px
  }

  .ab-cta-head h2 {
    font-size: 30px
  }

  .ab-cta-col,
  .ab-cta-col:first-child {
    padding: 22px 0;
    border-left: 0
  }

  .ab-cta-col+.ab-cta-col {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .18)
  }

  .ab-cta-col p {
    min-height: 0
  }

  .know-panel:after {
    display: none
  }

  .know-photo {
    margin-left: 0
  }

  .about-trusted-section .wrap {
    width: 100%
  }

  .map-stats {
    align-items: flex-start
  }

  .book-feats {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .ab-hero h1 {
    font-size: 34px
  }
}

/* form pages (application / financial assistance) */
.form-hero {
  background: linear-gradient(120deg, #5e0f11, #7d1517);
  color: #fff;
  padding: 46px 0
}

.form-hero h1 {
  font-size: 30px;
  text-transform: uppercase
}

.form-hero p {
  font-size: 14px;
  color: #f0dada;
  margin-top: 10px;
  max-width: 640px
}

/* inline gated download form in membership hero */
.mh-dl-form {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 14px;
  max-width: 520px
}

.mh-dl-form .mh-dl-ic {
  color: #fff
}

.mh-dl-form .mh-dl-ic svg {
  width: 18px;
  height: 18px
}

.mh-dl-form input[type=email] {
  flex: 1;
  min-width: 180px;
  padding: 11px 13px;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 5px;
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font-size: 13px
}

.mh-dl-form input[type=email]::placeholder {
  color: #cdbcbc
}

.mh-dl-form .nbctc-dl-msg {
  flex-basis: 100%;
  font-size: 12px
}

/* ============ MEMBERSHIP PAGE ============ */
.mem-hero {
  background: #1a0f0f;
  color: #fff;
  position: relative;
  overflow: hidden
}

.mem-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(120% 100% at 70% 0%, #3a1716, #160c0c)
}

.mem-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 280px;
  gap: 28px;
  padding: 50px 30px;
  align-items: center
}

.mem-hero h1 {
  font-size: 46px;
  text-transform: uppercase
}

.mem-hero h1 .accent {
  color: #d9342b
}

.mh-tag {
  font-weight: 700;
  font-size: 14px;
  margin: 8px 0 16px
}

.mh-copy {
  font-size: 12.5px;
  color: #d8cfce;
  max-width: 420px;
  margin: 0 0 12px
}

.mh-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 8px
}

.mh-dl {
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px
}

.mh-dl svg {
  width: 16px;
  height: 16px
}

.mem-hero-photo {
  align-self: stretch;
  min-height: 300px
}

.mem-hero-photo .img-ph {
  height: 100%
}

.mem-hero-panel {
  background: rgba(0, 0, 0, .55);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  padding: 24px
}

.mem-hero-panel h3 {
  font-size: 17px;
  margin-bottom: 16px
}

.mem-hero-panel ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.mem-hero-panel li {
  display: flex;
  gap: 9px;
  align-items: center;
  font-size: 12.5px;
  margin-bottom: 11px
}

.mem-hero-panel li svg {
  width: 15px;
  height: 15px;
  color: #d9342b;
  flex-shrink: 0
}

.mh-here {
  color: #e0726a;
  font-weight: 700;
  font-size: 13px;
  margin: 16px 0 0
}

/* Stats bar */
.mem-stats {
  background: var(--maroon);
  color: #fff
}

.mem-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 22px 30px
}

.ms {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, .2)
}

.ms:last-child {
  border-right: 0
}

.ms svg {
  width: 34px;
  height: 34px;
  flex-shrink: 0
}

.ms b {
  display: block;
  font-size: 15px;
  line-height: 1.1
}

.ms small {
  font-size: 11px;
  color: #f0dada
}

/* Why join */
.why-join {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0;
  align-items: center;
  margin-top: 26px
}

.wj-panel {
  background: #f6f6f6;
  border-radius: 10px;
  padding: 30px 34px
}

.wj-panel h4 {
  text-align: center;
  font-size: 15px;
  margin-bottom: 20px;
  text-transform: none;
  color: #222
}

.wj-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 22px
}

.wj-list li {
  display: flex;
  gap: 9px;
  align-items: center;
  font-size: 12.5px;
  font-weight: 600
}

.wj-list svg {
  width: 17px;
  height: 17px;
  flex-shrink: 0
}

.wj-bad svg {
  color: var(--red-x)
}

.wj-good svg {
  color: var(--green)
}

.wj-arrow {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--maroon);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -14px;
  z-index: 2;
  position: relative
}

.wj-arrow svg {
  width: 24px;
  height: 24px
}

/* Investment */
.invest {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 24px
}

.inv-card {
  background: linear-gradient(120deg, #5e0f11, #7d1517);
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.2fr 1fr
}

.inv-body {
  padding: 30px 28px
}

.inv-label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .5px
}

.inv-price {
  font-size: 52px;
  font-weight: 800;
  line-height: 1;
  margin: 6px 0
}

.inv-price strong {
  font-size: 52px
}

.inv-sub {
  font-size: 13px;
  color: #f0d4d4
}

.inv-inc {
  font-weight: 700;
  margin: 16px 0 8px;
  font-size: 13px
}

.inv-list {
  list-style: none;
  margin: 0;
  padding: 0
}

.inv-list li {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 12.5px;
  margin-bottom: 8px
}

.inv-list svg {
  width: 15px;
  height: 15px;
  color: #fff
}

.inv-lock {
  color: #f4c430;
  font-weight: 800;
  text-transform: uppercase;
  margin: 14px 0 8px;
  font-size: 14px
}

.inv-note {
  font-size: 12px;
  color: #ecd9d9;
  margin: 0
}

.inv-photo {
  position: relative;
  min-height: 200px
}

.inv-photo .img-ph {
  position: absolute;
  inset: 0
}

/* Covers 7 */
.covers-card {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 34px
}

.covers7 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
  margin-top: 10px
}

.cov-it {
  text-align: center;
  padding: 6px 4px;
  border-right: 1px solid var(--line)
}

.cov-it:last-child {
  border-right: 0
}

.cov-ic {
  display: inline-flex;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1.5px solid var(--maroon);
  align-items: center;
  justify-content: center;
  color: var(--maroon);
  margin-bottom: 10px
}

.cov-ic svg {
  width: 26px;
  height: 26px
}

.cov-it b {
  font-size: 12px;
  color: #262626;
  display: block;
  line-height: 1.3
}

/* Success stories 5 */
.stories5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 26px
}

.story {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px 18px;
  background: #fff
}

.story .stars {
  color: #e6a817;
  font-size: 13px;
  letter-spacing: 1px
}

.story p {
  font-size: 12px;
  font-style: italic;
  color: #444;
  margin: 10px 0
}

.story cite {
  font-size: 11.5px;
  font-weight: 700;
  color: var(--muted);
  font-style: normal
}

/* How membership works + help with */
.mem-how {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 40px;
  align-items: start
}

.steps5 {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  margin-top: 18px
}

.st5 {
  text-align: center;
  flex: 1
}

.st5-ic {
  position: relative;
  display: inline-flex;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--maroon);
  color: #fff;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px
}

.st5-ic svg {
  width: 24px;
  height: 24px
}

.st5-ic i {
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  color: var(--maroon);
  font-size: 11px;
  font-weight: 800;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--maroon)
}

.st5 b {
  font-size: 11.5px;
  color: #333;
  display: block;
  line-height: 1.3
}

.st5-arrow {
  color: #bbb;
  align-self: center;
  margin-top: 14px
}

.st5-arrow svg {
  width: 18px;
  height: 18px
}

.help-with {
  background: #f6f6f6;
  border-radius: 10px;
  padding: 28px 30px
}

.help-with h3 {
  font-size: 16px;
  margin-bottom: 16px;
  text-transform: none
}

.hw-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px 18px
}

.hw {
  display: flex;
  gap: 7px;
  align-items: flex-start;
  font-size: 12px;
  font-weight: 600;
  color: #3a3a3a
}

.hw svg {
  width: 14px;
  height: 14px;
  color: var(--maroon);
  flex-shrink: 0;
  margin-top: 2px
}

/* Financial assistance */
.fin-band {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 0;
  background: var(--cream);
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e7d9c2
}

.fin-left {
  display: flex;
  gap: 20px;
  padding: 36px 38px
}

.fin-ic {
  color: var(--maroon);
  flex-shrink: 0
}

.fin-ic svg {
  width: 50px;
  height: 50px
}

.fin-left h3 {
  font-size: 19px;
  color: #222;
  margin-bottom: 10px
}

.fin-left p {
  font-size: 13px;
  color: #444;
  margin: 0 0 14px
}

.fin-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 18px;
  margin-bottom: 18px
}

.fin-list div {
  display: flex;
  gap: 7px;
  align-items: center;
  font-size: 12.5px;
  font-weight: 600
}

.fin-list svg {
  width: 14px;
  height: 14px;
  color: var(--maroon)
}

.fin-photo {
  position: relative;
  min-height: 230px
}

.fin-photo .img-ph {
  position: absolute;
  inset: 0
}

/* Ready band */
.ready-band {
  background: linear-gradient(120deg, #5e0f11, #7d1517);
  color: #fff;
  padding: 36px 0
}

.ready-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 30px;
  align-items: center
}

.ready-head h2 {
  font-size: 26px;
  text-transform: uppercase
}

.ready-head p {
  font-size: 13px;
  color: #f0dada;
  margin-top: 10px;
  max-width: 520px
}

.ready-icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  text-align: center
}

.ri {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px
}

.ri span {
  display: block;
  margin: 0 auto 8px;
  color: #fff
}

.ri svg {
  width: 34px;
  height: 34px
}

.ready-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 26px
}

.ready-btns .btn {
  background: #fff;
  color: var(--maroon);
  border-color: #fff
}

@media(max-width:980px) {
  .mem-hero-grid {
    grid-template-columns: 1fr
  }

  .mem-stats-grid {
    grid-template-columns: 1fr 1fr
  }

  .ms {
    border-right: 0
  }

  .why-join {
    grid-template-columns: 1fr
  }

  .wj-arrow {
    margin: 14px auto;
    transform: rotate(90deg)
  }

  .invest,
  .mem-how,
  .fin-band,
  .ready-grid {
    grid-template-columns: 1fr
  }

  .covers7,
  .stories5 {
    grid-template-columns: repeat(2, 1fr)
  }

  .cov-it {
    border-right: 0;
    margin-bottom: 14px
  }

  .steps5 {
    flex-wrap: wrap
  }

  .st5 {
    flex: 0 0 30%
  }

  .st5-arrow {
    display: none
  }

  .hw-grid {
    grid-template-columns: 1fr 1fr
  }

  .mem-hero h1 {
    font-size: 34px
  }
}

/* Screenshot membership rebuild */
.mbp-page {
  --mbp-navy: #061f49;
  --mbp-red: #b81016;
  --mbp-red-dark: #8e0d12;
  --mbp-gold: #d49208;
  --mbp-gold-dark: #b87800;
  --mbp-line: #d9dde6;
  background: #fff;
  color: #061633
}

.mbp-page .site-head {
  position: relative
}

.mbp-hero {
  position: relative;
  min-height: 465px;
  color: #fff;
  background-image: url('images/membership-hero.jpeg');
  background-size: cover;
  background-position: center top;
  display: flex;
  align-items: flex-end;
  overflow: hidden
}

.mbp-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, .62) 0%, rgba(0, 0, 0, .42) 34%, rgba(0, 0, 0, .08) 72%)
}

.mbp-hero-inner {
  position: relative;
  padding-top: 195px;
  padding-bottom: 34px
}

.mbp-hero h1 {
  color: #d89716;
  font-size: 45px;
  line-height: 1;
  margin: 0 0 14px;
  text-transform: uppercase
}

.mbp-hero h2 {
  color: #fff;
  font-size: 27px;
  line-height: 1.28;
  max-width: 800px;
  margin: 0 0 28px
}

.mbp-hero p {
  max-width: 740px;
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.34
}

.mbp-choose {
  background: #fff;
  padding: 22px 0 46px
}

.mbp-choose h2 {
  color: var(--mbp-navy);
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.15;
  margin: 0 0 8px
}

.mbp-choose>.wrap>p {
  max-width: 1000px;
  text-align: center;
  margin: 0 auto 30px;
  color: #111827;
  font-size: 15px;
  line-height: 1.45
}

.mbp-choose>.wrap>p strong {
  color: var(--mbp-red)
}

.mbp-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch
}

.mbp-plan {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 820px;
  background: #fff;
  border: 1px solid #dce2ec;
  border-radius: 11px;
  overflow: visible;
  box-shadow: 0 6px 18px rgba(5, 20, 45, .12)
}

.mbp-plan header {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 132px;
  padding: 26px 28px;
  color: #fff;
  border-radius: 10px 10px 0 0
}

.mbp-plan-advisor header {
  background: var(--mbp-navy)
}

.mbp-plan-club {
  border: 2px solid var(--mbp-red)
}

.mbp-plan-club header {
  background: linear-gradient(180deg, #c91318, #a50e13)
}

.mbp-plan-business header {
  background: linear-gradient(180deg, #dca11b, #bd8004)
}

.mbp-plan-ic {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: #fff;
  color: currentColor;
  display: inline-flex;
  align-items: center;
  justify-content: center
}

.mbp-plan-advisor .mbp-plan-ic {
  color: var(--mbp-navy)
}

.mbp-plan-club .mbp-plan-ic {
  color: var(--mbp-red)
}

.mbp-plan-business .mbp-plan-ic {
  color: var(--mbp-gold)
}

.mbp-plan-ic svg,
.mbp-plan-ic i {
  width: 44px;
  height: 44px;
  font-size: 42px
}

.mbp-plan h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.15;
  margin: 0 0 8px
}

.mbp-plan header p {
  color: #fff;
  font-size: 14px;
  line-height: 1.35;
  margin: 0;
  font-weight: 800
}

.mbp-ribbon,
.mbp-popular {
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
  color: #fff;
  border-radius: 5px;
  padding: 6px 18px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 2
}

.mbp-ribbon {
  background: #2a8f3c
}

.mbp-popular {
  top: -1px;
  width: 100%;
  border-radius: 9px 9px 0 0;
  background: var(--mbp-red);
  text-align: center
}

.mbp-popular+header {
  padding-top: 36px
}

.mbp-plan-body {
  flex: 1;
  padding: 24px 28px 18px
}

.mbp-center-copy {
  text-align: center;
  color: #061633;
  font-size: 14px;
  line-height: 1.55;
  margin: 0 0 24px
}

.mbp-plan h4 {
  color: inherit;
  text-transform: uppercase;
  font-size: 13px;
  margin: 0 0 12px
}

.mbp-plan-advisor h4 {
  color: var(--mbp-navy)
}

.mbp-plan-club h4 {
  color: var(--mbp-red)
}

.mbp-plan-business h4 {
  color: var(--mbp-gold-dark)
}

.mbp-plan ul {
  list-style: none;
  margin: 0 0 24px;
  padding: 0
}

.mbp-plan li {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  color: #061633;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 9px
}

.mbp-plan li svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 1px
}

.mbp-plan-advisor li svg {
  color: var(--mbp-navy)
}

.mbp-plan-club li svg {
  color: var(--mbp-red)
}

.mbp-plan-business li svg {
  color: var(--mbp-gold-dark)
}

.mbp-price-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 0 0 16px
}

.mbp-price-grid div {
  border: 1px solid #eeb5b7;
  border-radius: 6px;
  padding: 14px 10px;
  text-align: center
}

.mbp-price-grid small {
  display: block;
  color: var(--mbp-navy);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  min-height: 24px
}

.mbp-price-grid b {
  display: block;
  color: var(--mbp-navy);
  font-size: 32px;
  line-height: 1.05;
  margin-top: 5px
}

.mbp-price-grid span {
  display: block;
  color: #061633;
  font-size: 11px;
  font-weight: 800
}

.mbp-lock {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 9px;
  color: #061633;
  font-size: 12px;
  line-height: 1.35;
  margin: 0 0 20px
}

.mbp-lock i {
  color: var(--mbp-navy);
  font-size: 18px
}

.mbp-note {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 14px;
  align-items: center;
  background: #fff8eb;
  border-radius: 6px;
  color: var(--mbp-navy);
  padding: 18px;
  margin-top: 40px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35
}

.mbp-note i {
  color: var(--mbp-gold);
  font-size: 46px
}

.mbp-learn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin: 0 18px 26px;
  height: 50px;
  border-radius: 5px;
  color: #fff !important;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase
}

.mbp-plan-advisor .mbp-learn {
  background: var(--mbp-navy)
}

.mbp-plan-club .mbp-learn {
  background: var(--mbp-red)
}

.mbp-plan-business .mbp-learn {
  background: var(--mbp-gold)
}

.mbp-lower-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .9fr);
  gap: 18px;
  margin-top: 30px
}

.mbp-fit,
.mbp-numbers {
  background: #fff;
  border: 1px solid #dce2ec;
  border-radius: 10px;
  box-shadow: 0 4px 13px rgba(5, 20, 45, .08);
  padding: 20px
}

.mbp-fit h3,
.mbp-numbers h3 {
  color: var(--mbp-navy);
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 0 18px
}

.mbp-fit table {
  width: 100%;
  border-collapse: collapse;
  color: var(--mbp-navy)
}

.mbp-fit th {
  color: var(--mbp-red);
  font-size: 11px;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 7px 10px;
  border-left: 1px solid var(--mbp-line)
}

.mbp-fit th:first-child {
  color: var(--mbp-navy);
  text-align: left;
  border-left: 0
}

.mbp-fit td {
  height: 58px;
  border-top: 1px solid var(--mbp-line);
  border-left: 1px solid var(--mbp-line);
  padding: 9px 12px;
  font-size: 12px;
  font-weight: 800;
  vertical-align: middle
}

.mbp-fit td:first-child {
  display: flex;
  gap: 11px;
  align-items: center;
  border-left: 0
}

.mbp-fit td svg {
  width: 27px;
  height: 27px;
  color: var(--mbp-navy);
  flex-shrink: 0
}

.mbp-fit .yes {
  text-align: center;
  font-size: 26px;
  font-weight: 900
}

.mbp-fit .yes.navy {
  color: var(--mbp-navy)
}

.mbp-fit .yes.red {
  color: var(--mbp-red)
}

.mbp-fit .yes.gold {
  color: var(--mbp-gold-dark)
}

.mbp-num-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr)
}

.mbp-num-grid div {
  min-height: 136px;
  text-align: center;
  padding: 16px 14px;
  color: var(--mbp-navy)
}

.mbp-num-grid div:nth-child(odd) {
  border-right: 1px solid var(--mbp-line)
}

.mbp-num-grid div:nth-child(n+3) {
  border-top: 1px solid var(--mbp-line)
}

.mbp-num-grid svg {
  width: 50px;
  height: 50px;
  color: var(--mbp-navy);
  margin-bottom: 8px
}

.mbp-num-grid b {
  display: block;
  color: var(--mbp-navy);
  font-size: 26px;
  line-height: 1.05;
  text-transform: uppercase
}

.mbp-num-grid span {
  display: block;
  color: var(--mbp-navy);
  font-size: 12px;
  line-height: 1.3;
  font-weight: 700;
  margin-top: 4px
}

.mbp-quotes {
  margin-top: 30px
}

.mbp-quotes h3 {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
  align-items: center;
  color: var(--mbp-navy);
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  margin: 0 0 22px
}

.mbp-quotes h3 span {
  display: block;
  height: 1px;
  background: #9aa8bf
}

.mbp-quote-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px
}

.mbp-quote-grid article {
  min-height: 142px;
  background: #fff;
  border: 1px solid #dce2ec;
  border-radius: 9px;
  box-shadow: 0 4px 12px rgba(5, 20, 45, .08);
  padding: 20px 18px;
  color: var(--mbp-navy)
}

.mbp-quote-grid i {
  color: var(--mbp-gold);
  font-size: 22px;
  margin-bottom: 8px
}

.mbp-quote-grid p {
  color: var(--mbp-navy);
  font-size: 12px;
  line-height: 1.45;
  margin: 0 0 12px;
  font-weight: 700
}

.mbp-quote-grid cite {
  display: block;
  color: #061633;
  text-align: right;
  font-size: 10px;
  font-style: normal;
  font-weight: 800
}

.mbp-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 22px
}

.mbp-dots b,
.mbp-dots span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #c7c7c7
}

.mbp-dots b {
  background: var(--mbp-red)
}

@media(max-width:1180px) {

  .mbp-cards,
  .mbp-lower-grid {
    grid-template-columns: 1fr
  }

  .mbp-plan {
    min-height: 0
  }

  .mbp-quote-grid {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media(max-width:720px) {
  .mbp-hero {
    min-height: 430px;
    background-position: center
  }

  .mbp-hero h1 {
    font-size: 34px
  }

  .mbp-hero h2 {
    font-size: 21px
  }

  .mbp-hero p {
    font-size: 13px
  }

  .mbp-plan header,
  .mbp-note {
    grid-template-columns: 1fr;
    text-align: center
  }

  .mbp-plan-ic,
  .mbp-note i {
    margin: 0 auto
  }

  .mbp-price-grid,
  .mbp-num-grid,
  .mbp-quote-grid {
    grid-template-columns: 1fr
  }

  .mbp-num-grid div,
  .mbp-num-grid div:nth-child(odd),
  .mbp-num-grid div:nth-child(n+3) {
    border-right: 0;
    border-top: 1px solid var(--mbp-line)
  }

  .mbp-num-grid div:first-child {
    border-top: 0
  }

  .mbp-fit {
    overflow-x: auto
  }

  .mbp-fit table {
    min-width: 620px
  }
}

/* ============ CLUB ADVISOR PAGE ============ */
.cap-page {
  --cap-navy: #061f49;
  --cap-red: #bc1018;
  --cap-gold: #d99a18;
  --cap-line: #dce2ec;
  background: #fff;
  color: #061633
}

.cap-page .site-head {
  position: relative
}

.cap-hero {
  position: relative;
  min-height: 470px;
  color: #fff;
  background-image: url('images/club-advisor_hero.png');
  background-size: cover;
  background-position: center;
  overflow: hidden
}

.cap-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, .96) 0%, rgba(0, 0, 0, .78) 33%, rgba(0, 0, 0, .18) 66%, rgba(0, 0, 0, .62) 100%)
}

.cap-hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(440px, 1fr) 280px;
  gap: 40px;
  align-items: end;
  min-height: 470px;
  padding-top: 42px;
  padding-bottom: 34px
}

.cap-kicker {
  font-family: Georgia, serif;
  color: #fff;
  font-size: 42px;
  line-height: .95;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0
}

.cap-hero h1 {
  font-family: Georgia, serif;
  color: #f11c22;
  font-size: 42px;
  line-height: 1.03;
  text-transform: uppercase;
  margin: 0 0 40px
}

.cap-hero h2 {
  color: #f0a020;
  font-size: 36px;
  line-height: 1.02;
  margin: 0 0 22px;
  max-width: 610px
}

.cap-lead {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  margin: 0 0 22px
}

.cap-copy {
  color: #fff;
  max-width: 610px;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 700;
  margin: 0 0 28px
}

.cap-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap
}

.cap-hero-actions .btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-radius: 5px;
  padding: 17px 22px;
  font-size: 13px
}

.cap-btn-ghost {
  color: #fff !important;
  background: rgba(4, 13, 28, .42);
  border: 1px solid rgba(255, 255, 255, .85)
}

.cap-hero-card {
  align-self: end;
  background: rgba(7, 9, 12, .82);
  border-radius: 8px;
  padding: 22px 24px;
  max-width: 290px;
  margin-bottom: 2px
}

.cap-hero-card p {
  color: #fff;
  font-size: 12px;
  line-height: 1.55;
  font-weight: 800;
  margin: 0 0 14px
}

.cap-hero-card ul,
.cap-plan ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.cap-hero-card li {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 8px
}

.cap-hero-card svg {
  width: 14px;
  height: 14px;
  color: #f2242a;
  flex-shrink: 0
}

.cap-main {
  padding: 26px 0 58px
}

.cap-top-grid {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 26px;
  align-items: stretch;
  margin-bottom: 22px
}

.cap-info {
  padding: 6px 18px 0
}

.cap-info h2,
.cap-card h2 {
  color: var(--cap-navy);
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1.14;
  margin: 0 0 16px
}

.cap-info p {
  color: #07162e;
  font-size: 13px;
  line-height: 1.65;
  margin: 0 0 18px
}

.cap-card {
  background: #fff;
  border: 1px solid var(--cap-line);
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(6, 20, 45, .07);
  padding: 22px 26px
}

.cap-why h2,
.cap-makers h2,
.cap-do h2,
.cap-journey h2 {
  text-align: center
}

.cap-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px
}

.cap-why-grid article {
  text-align: center
}

.cap-why-grid span,
.cap-step span {
  display: inline-flex;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 14px
}

.cap-why-grid article:nth-child(1) span,
.cap-step-1 span,
.cap-step-5 span {
  background: var(--cap-navy)
}

.cap-why-grid article:nth-child(2) span,
.cap-step-2 span,
.cap-step-4 span {
  background: var(--cap-gold)
}

.cap-why-grid article:nth-child(3) span,
.cap-step-3 span,
.cap-step-6 span {
  background: var(--cap-red)
}

.cap-why-grid i {
  font-size: 34px
}

.cap-why-grid b {
  display: block;
  color: var(--cap-navy);
  font-size: 18px;
  line-height: 1.18;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 500;
}

.cap-why-grid p {
  color: #07162e;
  font-size: 14px !important;
  line-height: 1.45;
  margin: 0;
}

.cap-mid-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 22px;
  margin-bottom: 22px
}

.cap-makers p,
.cap-do>p {
  max-width: 650px;
  color: #07162e;
  text-align: center;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
  margin: -4px auto 20px
}

.cap-maker-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0
}

.cap-maker-grid div {
  min-height: 86px;
  text-align: center;
  padding: 8px 8px;
  border-right: 1px solid var(--cap-line);
  border-bottom: 1px solid var(--cap-line)
}

.cap-maker-grid div:nth-child(4n) {
  border-right: 0
}

.cap-maker-grid div:nth-child(n+9) {
  border-bottom: 0
}

.cap-maker-grid span {
  display: block;
  color: var(--cap-navy);
  margin-bottom: 7px
}

.cap-maker-grid svg {
  width: 28px;
  height: 28px
}

.cap-maker-grid b {
  display: block;
  color: var(--cap-navy);
  font-size: 10px;
  line-height: 1.25
}

.cap-do-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 52px
}

.cap-do-grid div {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: #07162e;
  font-size: 13px;
  line-height: 1.35
}

.cap-do-grid svg {
  width: 18px;
  height: 18px;
  color: var(--cap-red);
  flex-shrink: 0;
  margin-top: 1px
}

.cap-journey {
  padding-top: 16px
}

.cap-journey h2 {
  margin-bottom: 18px
}

.cap-steps {
  display: grid;
  grid-template-columns: 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr;
  gap: 12px;
  align-items: start
}

.cap-step {
  position: relative;
  text-align: center;
  color: var(--cap-navy)
}

.cap-step span {
  width: 72px;
  height: 72px;
  margin-bottom: 4px
}

.cap-step svg {
  width: 34px;
  height: 34px
}

.cap-step small {
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 4px
}

.cap-step b {
  display: block;
  color: var(--cap-navy);
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 6px;
  font-weight: 600;
}

.cap-step p {
  color: #07162e;
  font-size: 13px !important;
  line-height: 1.35;
  font-weight: 450;
  margin: 0
}

.cap-step-arrow {
  color: #98a0ad;
  font-size: 22px;
  margin-top: 28px;
  text-align: center
}

.cap-final {
  text-align: center;
  margin-top: 20px
}

.cap-final .btn {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  border-radius: 5px;
  padding: 16px 30px
}

@media(max-width:1100px) {

  .cap-hero-inner,
  .cap-top-grid,
  .cap-mid-grid {
    grid-template-columns: 1fr
  }

  .cap-hero-card {
    max-width: 100%
  }

  .cap-why-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .cap-steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 22px
  }

  .cap-step-arrow {
    display: none
  }
}

@media(max-width:720px) {
  .cap-hero {
    min-height: 620px
  }

  .cap-hero-inner {
    min-height: 620px
  }

  .cap-kicker,
  .cap-hero h1 {
    font-size: 32px
  }

  .cap-hero h2 {
    font-size: 28px
  }

  .cap-why-grid,
  .cap-maker-grid,
  .cap-do-grid,
  .cap-steps {
    grid-template-columns: 1fr
  }

  .cap-maker-grid div {
    border-right: 0
  }
}

/* ============ CLUB ADVISOR APPLICATION PAGE ============ */
.caa-page {
  --caa-navy: #061f49;
  --caa-red: #b41017;
  --caa-gold: #d99a18;
  --caa-green: #2f8f46;
  --caa-line: #dce2ec;
  --caa-muted: #5c6678;
  background: #fff;
  color: #061633
}

.caa-page .site-head {
  position: relative
}

.caa-hero {
  position: relative;
  min-height: 430px;
  background-image: url('images/club-advisor-application-hero.png');
  background-size: cover;
  background-position: center;
  color: #fff;
  display: flex;
  align-items: stretch;
  overflow: hidden
}

.caa-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 22, 58, .98) 0%, rgba(0, 22, 58, .88) 43%, rgba(0, 22, 58, .18) 72%, rgba(0, 0, 0, .04) 100%)
}

.caa-hero-inner {
  position: relative;
  padding-top: 60px;
  padding-bottom: 58px;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.caa-hero h1 {
  color: #f0a515;
  font-size: 34px;
  line-height: 1.1;
  margin: 0 0 20px
}

.caa-hero h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 43px;
  line-height: 1.05;
  margin: 0 0 28px
}

.caa-hero-lead {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.1;
  margin: 0 0 34px
}

.caa-hero p:not(.caa-hero-lead) {
  max-width: 650px;
  color: #fff;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 800;
  margin: 0
}

.caa-main {
  padding: 22px 0 64px
}

.caa-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 10px
}

.caa-benefits article {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 18px;
  align-items: start;
  min-height: 142px;
  background: #fff;
  border: 1px solid var(--caa-line);
  border-radius: 7px;
  padding: 22px 22px;
  box-shadow: 0 3px 10px rgba(6, 20, 45, .05)
}

.caa-benefits span {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff
}

.caa-benefits article:nth-child(1) span {
  background: var(--caa-gold)
}

.caa-benefits article:nth-child(2) span {
  background: var(--caa-navy)
}

.caa-benefits article:nth-child(3) span {
  background: var(--caa-red)
}

.caa-benefits article:nth-child(4) span {
  background: var(--caa-green)
}

.caa-benefits i {
  font-size: 29px
}

.caa-benefits b {
  display: block;
  color: var(--caa-navy);
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 10px;
  font-weight: 700;
}

.caa-benefits p {
  color: var(--caa-navy);
  font-size: 14px !important;
  line-height: 1.55;
  font-weight: 400;
  margin: 0
}

.caa-journey {
  border: 1px solid var(--caa-line);
  border-radius: 8px;
  padding: 18px 24px 20px;
  margin-bottom: 22px
}

.caa-journey h3 {
  color: var(--caa-navy);
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 0 10px
}

.caa-progress {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 620px;
  margin: 0 auto
}

.caa-progress:before {
  content: "";
  position: absolute;
  left: 15%;
  right: 15%;
  top: 25px;
  height: 3px;
  background: #d9dee8
}

.caa-progress button {
  position: relative;
  z-index: 1;
  border: 0;
  background: transparent;
  color: var(--caa-navy);
  cursor: pointer;
  font: inherit;
  padding: 0;
  text-align: center
}

.caa-progress span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #e9edf4;
  color: var(--caa-navy);
  font-size: 18px;
  font-weight: 900;
  margin: 0 auto 12px
}

.caa-progress b {
  display: block;
  color: var(--caa-navy);
  font-size: 12px;
  line-height: 1.22
}

.caa-progress .is-active span {
  background: var(--caa-navy);
  color: #fff
}

.caa-form {
  max-width: 900px;
  margin: 0 auto
}

.caa-step {
  display: none
}

.caa-step.is-active {
  display: block
}

.caa-step>h3 {
  background: var(--caa-navy);
  color: #fff;
  border-radius: 4px 4px 0 0;
  box-shadow: inset 0 -3px 0 rgba(255, 255, 255, .12);
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1;
  padding: 14px 20px;
  margin: 0
}

.caa-form-panel {
  background: #fff;
  border: 1px solid #edf0f5;
  border-top: 0;
  padding: 28px 26px 18px;
  box-shadow: 0 5px 22px rgba(6, 20, 45, .04)
}

.caa-form-panel h4 {
  color: var(--caa-navy);
  text-transform: uppercase;
  font-size: 13px;
  margin: 0 0 20px
}

.caa-form-panel h4 span {
  text-transform: none;
  font-weight: 800
}

.caa-grid {
  display: grid;
  gap: 20px 26px;
  margin-bottom: 24px
}

.caa-grid-3 {
  grid-template-columns: repeat(3, 1fr)
}

.caa-grid-2 {
  grid-template-columns: repeat(2, 1fr)
}

.caa-narrow {
  max-width: 780px
}

.caa-span-2 {
  grid-column: span 2
}

.caa-form label,
.caa-textarea-label {
  display: block;
  color: var(--caa-navy);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35
}

.caa-form em {
  color: var(--caa-red);
  font-style: normal
}

.caa-form input,
.caa-form select,
.caa-form textarea {
  width: 100%;
  height: 40px;
  border: 1px solid #d6dce6;
  border-radius: 4px;
  color: var(--caa-navy);
  background: #fff;
  font: inherit;
  font-size: 13px;
  padding: 10px 12px;
  margin-top: 8px
}

.caa-form textarea {
  height: 120px;
  resize: vertical
}

.caa-textarea-label {
  max-width: 800px;
  margin: 0 0 34px
}

.caa-textarea-label small {
  display: block;
  color: #60729a;
  font-size: 12px;
  font-weight: 700;
  margin-top: 6px
}

.caa-divider {
  height: 18px;
  background: #4a4a4a;
  margin: 12px -14px 28px
}

.caa-checks {
  display: grid;
  gap: 10px;
  margin: 0 0 24px 28px
}

.caa-checks label {
  display: flex;
  align-items: center;
  gap: 10px
}

.caa-checks input {
  width: 17px;
  height: 17px;
  margin: 0
}

.caa-actions {
  text-align: center;
  margin: 40px 0 0
}

.caa-actions .btn {
  min-width: 230px;
  border-radius: 999px;
  font-size: 18px;
  padding: 13px 26px
}

.caa-actions .btn:disabled {
  opacity: .72;
  cursor: not-allowed
}

.caa-review-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 64px;
  align-items: start;
  min-height: 700px;
  padding: 96px 42px 40px
}

.caa-review-summary {
  display: grid;
  gap: 18px
}

.caa-review-summary section {
  border: 1px solid var(--caa-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(6, 20, 45, .07);
  overflow: hidden
}

.caa-review-summary header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f4f6fa;
  padding: 12px 16px
}

.caa-review-summary h4 {
  margin: 0;
  color: var(--caa-navy);
  text-transform: uppercase;
  font-size: 13px
}

.caa-review-summary button {
  border: 0;
  background: var(--caa-red);
  color: #fff;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer
}

.caa-review-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--caa-line)
}

.caa-review-list div {
  background: #fff;
  padding: 12px 14px;
  min-height: 64px
}

.caa-review-list b {
  display: block;
  color: var(--caa-navy);
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 5px
}

.caa-review-list span {
  display: block;
  color: #17243b;
  font-size: 12px;
  line-height: 1.35;
  word-break: break-word
}

.caa-review-help h4 {
  color: #111;
  font-size: 16px;
  margin: 0 0 8px
}

.caa-review-help p {
  color: #111;
  font-size: 12px;
  line-height: 1.45;
  margin: 0 0 20px;
  font-weight: 650
}

.caa-review-help .caa-red {
  color: var(--caa-red)
}

.caa-rep-box {
  max-width: 780px;
  background: #f0f0f0;
  border-top: 14px solid #6a6a6a;
  padding: 14px 12px 18px;
  margin: 0 auto 26px
}

.caa-rep-box p,
.caa-rep-box legend {
  color: #111;
  font-size: 10px;
  line-height: 1.35;
  margin: 0 0 8px
}

.caa-rep-box fieldset {
  border: 0;
  margin: 0 0 10px;
  padding: 0
}

.caa-rep-box fieldset label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-right: 12px;
  color: #111;
  font-size: 10px
}

.caa-rep-box input[type=radio] {
  width: 12px;
  height: 12px;
  margin: 0
}

.caa-rep-box>label {
  max-width: 390px;
  color: #111;
  font-size: 10px;
  margin-bottom: 10px
}

.caa-rep-box input:not([type=radio]) {
  height: 24px;
  margin-top: 4px;
  background: #fff
}

.caa-success {
  max-width: 680px;
  margin: 18px auto 0;
  border: 1px solid #b9dfc1;
  background: #effaf1;
  color: #155724;
  border-radius: 6px;
  padding: 12px 16px;
  text-align: center;
  font-weight: 800
}

.caa-success.is-error {
  border-color: #efb4b4;
  background: #fff1f1;
  color: #8a1111
}

@media(max-width:980px) {

  .caa-benefits,
  .caa-grid-3,
  .caa-review-grid {
    grid-template-columns: 1fr
  }

  .caa-review-grid {
    padding: 36px 16px
  }
}

@media(max-width:720px) {
  .caa-hero h2 {
    font-size: 32px
  }

  .caa-benefits article,
  .caa-grid-2,
  .caa-progress,
  .caa-review-list {
    grid-template-columns: 1fr
  }

  .caa-span-2 {
    grid-column: auto
  }

  .caa-progress:before {
    display: none
  }
}

/* ============ BOOSTER CLUB MEMBERSHIP PAGE ============ */
.bcm-page {
  --bcm-navy: #061f49;
  --bcm-red: #9d1016;
  --bcm-red-bright: #b71318;
  --bcm-green: #2e7d32;
  --bcm-line: #d9dde6;
  background: #fff;
  color: #080f1f
}

.bcm-page .site-head {
  position: relative
}

.bcm-hero {
  position: relative;
  min-height: 405px;
  color: #fff;
  background: #030303 url('images/booster-club-membership-hero.png') center / cover no-repeat;
  overflow: hidden
}

.bcm-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, .96) 0%, rgba(0, 0, 0, .86) 31%, rgba(0, 0, 0, .25) 62%, rgba(0, 0, 0, .88) 100%)
}

.bcm-hero-inner {
  position: relative;
  min-height: 405px;
  display: grid;
  grid-template-columns: minmax(330px, .84fr) 275px;
  gap: 48px;
  align-items: center;
  padding-top: 38px;
  padding-bottom: 34px
}

.bcm-hero h1 {
  color: #fff;
  font-family: Georgia, serif;
  font-size: 53px;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 12px
}

.bcm-hero h1 span {
  color: #b31218
}

.bcm-tag {
  font-size: 17px;
  font-weight: 900;
  margin: 0 0 28px
}

.bcm-hero p:not(.bcm-tag) {
  max-width: 485px;
  color: #fff;
  font-size: 14px;
  line-height: 1.22;
  font-weight: 550;
  margin: 0 0 14px
}

.bcm-hero-actions {
  display: grid;
  grid-template-columns: 170px 220px;
  gap: 14px;
  margin-top: 26px;
  max-width: 410px
}

.bcm-hero-actions .btn {
  border-radius: 4px;
  text-align: center;
  padding: 14px 16px;
  font-size: 12px
}

.bcm-btn-outline,
.bcm-btn-guide {
  color: #fff !important;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .8)
}

.bcm-btn-guide {
  grid-column: 1 / -1;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px
}

.bcm-hero-panel {
  background: rgba(0, 0, 0, .72);
  padding: 28px 28px;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 400px;
}

.bcm-hero-panel h3 {
  color: #fff;
  font-size: 23px;
  line-height: 1.15;
  margin: 0 0 20px
}

.bcm-hero-panel ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.bcm-hero-panel li {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 10px
}

.bcm-hero-panel svg {
  width: 15px;
  height: 15px;
  color: #e3272d
}

.bcm-hero-panel p {
  color: #e3272d;
  font-size: 17px;
  font-weight: 800;
  margin: 16px 0 0
}

.bcm-stats {
  background: linear-gradient(90deg, #78080d, #9f1116, #65070b);
  color: #fff
}

.bcm-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 118px;
  align-items: center
}

.bcm-stats-grid div {
  min-height: 74px;
  display: grid;
  grid-template-columns: 82px 1fr;
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, .34);
  padding: 0 34px
}

.bcm-stats-grid div:last-child {
  border-right: 1px solid rgba(255, 255, 255, .34)
}

.bcm-stats svg,
.bcm-stats i {
  width: 54px;
  height: 54px;
  font-size: 50px;
  color: #fff;
  grid-row: span 2
}

.bcm-stats b {
  font-size: 22px;
  line-height: 1.05
}

.bcm-stats span {
  font-size: 12px;
  font-weight: 700
}

.bcm-main {
  padding: 20px 0 0
}

.bcm-section-title {
  color: #111;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.1;
  margin: 0 0 18px
}

.bcm-why {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 60px 1fr;
  gap: 0;
  align-items: center;
  margin-bottom: 28px
}

.bcm-why>div {
  background: #f6f6f6;
  border-radius: 6px;
  min-height: 210px;
  padding: 22px 44px
}

.bcm-why h3 {
  text-align: center;
  font-size: 16px;
  margin: 0 0 20px
}

.bcm-why ul {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px 36px;
  margin: 0;
  padding: 0
}

.bcm-why li {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 13px;
  font-weight: 500
}

.bcm-why .bad i {
  color: #9d1016
}

.bcm-why .good i {
  color: #2e7d32
}

.bcm-why-arrow {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--bcm-red);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  z-index: 1;
  margin: 0 auto
}

.bcm-benefits {
  border: 1px solid var(--bcm-line);
  border-radius: 6px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-bottom: 24px
}

.bcm-benefits article {
  text-align: center;
  padding: 20px 20px 18px;
  border-right: 1px solid var(--bcm-line);
  display: flex;
  flex-direction: column;
  align-items: center
}

.bcm-benefits article:last-child {
  border-right: 0
}

.bcm-benefits i {
  color: var(--bcm-red);
  font-size: 38px;
  width: 58px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  line-height: 1
}

.bcm-benefits b {
  display: block;
  color: #111;
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 8px
}

.bcm-benefits p {
  color: #111;
  font-size: 12px;
  line-height: 1.45;
  margin: 0
}

.bcm-invest {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 58px
}

.bcm-invest-card {
  min-height: 278px;
  color: #fff;
  border-radius: 6px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  padding: 42px 60px;
  position: relative
}

.bcm-invest-card:before {
  content: "";
  position: absolute;
  inset: 0
}

.bcm-initial {
  background-image: url('images/booster-initial-membership.png')
}

.bcm-initial:before {
  background: linear-gradient(90deg, rgba(138, 11, 17, .96), rgba(138, 11, 17, .52), transparent)
}

.bcm-renewal {
  background-image: url('images/booster-renewal-membership.png')
}

.bcm-renewal:before {
  background: linear-gradient(90deg, rgba(0, 0, 0, .96), rgba(0, 0, 0, .7), rgba(0, 0, 0, .08))
}

.bcm-invest-card>div {
  position: relative;
  z-index: 1
}

.bcm-invest h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 0 12px
}

.bcm-invest .price {
  font-size: 62px;
  line-height: .9;
  font-weight: 900;
  margin: 0 0 8px
}

.bcm-invest .price span {
  font-size: 38px;
  vertical-align: top
}

.bcm-invest .sub {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 18px
}

.bcm-invest b {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 8px
}

.bcm-renewal b {
  color: #ffd047
}

.bcm-invest ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.bcm-invest li,
.bcm-renewal p {
  color: #fff;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 700;
  margin: 0 0 5px
}

.bcm-invest li svg {
  width: 14px;
  height: 14px;
  margin-right: 6px
}

.bcm-join-float {
  position: absolute;
  left: 50%;
  bottom: -34px;
  transform: translateX(-50%);
  min-width: 265px;
  border-radius: 5px;
  text-align: center
}

.bcm-covers {
  border: 1px solid var(--bcm-line);
  border-radius: 6px;
  padding: 16px 22px 20px;
  margin-bottom: 32px
}

.bcm-covers h2 {
  text-align: center;
  color: #111;
  text-transform: uppercase;
  font-size: 22px;
  margin: -27px auto 18px;
  background: #fff;
  width: max-content;
  max-width: 100%;
  padding: 0 22px
}

.bcm-covers>div {
  display: grid;
  grid-template-columns: repeat(7, 1fr)
}

.bcm-covers article {
  text-align: center;
  border-right: 1px solid var(--bcm-line);
  padding: 0 12px
}

.bcm-covers article:last-child {
  border-right: 0
}

.bcm-covers span {
  display: block;
  color: var(--bcm-red);
  margin: 0 auto 8px
}

.bcm-covers svg,
.bcm-covers img {
  width: 40px !important;
  height: 40px !important;
  object-fit: contain
}

.bcm-covers b {
  color: #111;
  font-size: 12px;
  line-height: 1.2
}

.bcm-stories {
  text-align: center;
  margin-bottom: 42px
}

.bcm-story-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 42px;
  /* max-width: 1060px;*/
  margin: 0 auto 18px
}

.bcm-story-grid article {
  min-height: 188px;
  border: 1px solid var(--bcm-line);
  border-radius: 5px;
  text-align: left;
  padding: 20px 18px;
  background: #fff
}

.bcm-story-grid span {
  color: #f5a400;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 12px
}

.bcm-story-grid p {
  color: #111;
  font-size: 13px;
  line-height: 1.3;
  margin: 0 0 14px
}

.bcm-story-grid cite {
  color: #111;
  font-style: normal;
  font-weight: 900;
  font-size: 12px
}

.bcm-stories .btn {
  border-radius: 4px;
  padding: 11px 22px;
  font-size: 12px
}

.bcm-how-help {
  display: grid;
  grid-template-columns: .93fr 1fr;
  gap: 28px;
  margin-bottom: 28px
}

.bcm-how {
  border-right: 1px solid var(--bcm-line);
  padding-right: 28px
}

.bcm-how h2,
.bcm-help h2 {
  color: #111;
  text-transform: uppercase;
  font-size: 20px;
  margin: 0 0 26px
}

.bcm-steps {
  display: grid;
  grid-template-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  gap: 7px;
  align-items: start
}

.bcm-steps article {
  text-align: center
}

.bcm-steps article span {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: var(--bcm-red);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px
}

.bcm-steps svg {
  width: 34px;
  height: 34px
}

.bcm-steps article i {
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--bcm-red);
  color: #fff;
  font-style: normal;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff
}

.bcm-steps em {
  color: #9ca3af;
  font-size: 18px;
  margin-top: 24px
}

.bcm-steps b {
  color: #111;
  display: block;
  font-size: 11px;
  line-height: 1.18
}

.bcm-small-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  margin-top: 36px
}

.bcm-small-actions .btn {
  text-align: center;
  border-radius: 3px;
  font-size: 12px
}

.bcm-btn-outline-light {
  background: #fff;
  border-color: var(--bcm-red);
  color: var(--bcm-red) !important
}

.bcm-help {
  background: #fafafa;
  padding: 0 20px 20px
}

.bcm-help>div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px 24px
}

.bcm-help p {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  color: #111;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 700;
  margin: 0
}

.bcm-help svg {
  width: 13px;
  height: 13px;
  color: var(--bcm-red);
  flex-shrink: 0;
  margin-top: 2px
}

.bcm-finance {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  min-height: 210px;
  overflow: hidden;
  background: #fbf5eb;
  margin-bottom: 0
}

.bcm-finance>div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 24px;
  align-items: center;
  padding: 28px 42px
}

.bcm-finance>div>i {
  color: var(--bcm-red);
  font-size: 74px;
  text-align: center
}

.bcm-finance h2 {
  color: #111;
  text-transform: uppercase;
  font-size: 25px;
  margin: 0 0 10px
}

.bcm-finance p {
  color: #111;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
  margin: 0 0 14px
}

.bcm-fin-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 28px;
  margin-bottom: 18px
}

.bcm-fin-list span {
  color: #111;
  font-size: 13px;
  font-weight: 700
}

.bcm-fin-list svg {
  width: 14px;
  height: 14px;
  color: var(--bcm-red);
  margin-right: 8px
}

.bcm-finance .btn {
  border-radius: 4px;
  font-size: 12px;
  padding: 12px 22px
}

.bcm-finance figure {
  margin: 0;
  background: url('images/booster-financial-assistance.png') center / cover no-repeat
}

.bcm-ready {
  background: linear-gradient(110deg, #801016, #9b1217, #5d070b);
  color: #fff;
  padding: 32px 0
}

.bcm-ready-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 36px;
  align-items: center
}

.bcm-ready h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.12;
  margin: 0 0 10px
}

.bcm-ready p {
  color: #fff;
  max-width: 620px;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
  margin: 0 0 28px
}

.bcm-ready-icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr)
}

.bcm-ready-icons article {
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, .38);
  padding: 0 24px
}

.bcm-ready-icons span {
  color: #fff;
  display: block;
  margin-bottom: 12px
}

.bcm-ready-icons svg {
  width: 54px;
  height: 54px
}

.bcm-ready-icons b {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px
}

.bcm-ready-actions {
  display: grid;
  grid-template-columns: 200px 250px;
  gap: 34px
}

.bcm-ready-actions-extra {
  grid-column: 2;
  margin-top: -6px
}

.bcm-ready-actions .btn {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .9);
  background: transparent;
  border-radius: 3px;
  padding: 11px 18px;
  text-align: center;
  font-size: 12px
}

.bcm-ready-actions .btn:first-child {
  background: #fff;
  color: var(--bcm-red)
}

@media(max-width:1180px) {

  .bcm-hero-inner,
  .bcm-stats-grid,
  .bcm-why,
  .bcm-benefits,
  .bcm-invest,
  .bcm-how-help,
  .bcm-finance,
  .bcm-ready-grid {
    grid-template-columns: 1fr
  }

  .bcm-hero-panel {
    align-self: auto
  }

  .bcm-why-arrow {
    transform: rotate(90deg);
    margin: 12px auto
  }

  .bcm-benefits article,
  .bcm-stats-grid div,
  .bcm-how {
    border-right: 0;
    border-left: 0
  }

  .bcm-covers>div,
  .bcm-story-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .bcm-how {
    padding-right: 0
  }

  .bcm-ready-actions-extra {
    grid-column: auto;
    margin-top: 0
  }
}

@media(max-width:720px) {
  .bcm-hero h1 {
    font-size: 38px
  }

  .bcm-hero-actions,
  .bcm-why ul,
  .bcm-covers>div,
  .bcm-story-grid,
  .bcm-steps,
  .bcm-help>div,
  .bcm-finance>div,
  .bcm-fin-list,
  .bcm-ready-icons,
  .bcm-ready-actions {
    grid-template-columns: 1fr
  }

  .bcm-steps em {
    display: none
  }
}

/* ============ TRAINING PAGE ============ */
.trn-hero {
  position: relative;
  color: #fff;
  background: #140c0c;
  overflow: hidden
}

.trn-hero-photo {
  position: absolute;
  inset: 0;
  background-image: url('images/training_hero.png');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat
}

.trn-hero-photo .img-ph {
  display: none
}

.trn-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15, 10, 10, .96) 0%, rgba(15, 10, 10, .82) 34%, rgba(15, 10, 10, .35) 60%, rgba(15, 10, 10, .55) 100%)
}

.trn-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.5fr 300px;
  gap: 30px;
  padding: 54px 30px;
  align-items: center
}

.booster-u {
  display: inline-flex;
  align-items: center;
  gap: 0;
  margin-bottom: 18px
}

.bu-shield {
  background: #1f7a33;
  border: 2px solid #f4c430;
  border-radius: 6px 6px 8px 8px;
  width: 64px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center
}

.bu-shield i {
  color: #f4c430;
  font-style: normal;
  font-weight: 900;
  font-size: 42px;
  line-height: 1;
  font-family: Georgia, serif
}

.bu-word {
  background: #1f7a33;
  color: #fff;
  font-weight: 900;
  font-size: 22px;
  letter-spacing: 1px;
  padding: 8px 14px;
  border: 2px solid #f4c430;
  border-left: 0;
  border-radius: 0 6px 6px 0;
  margin-left: -2px;
  align-self: center
}

.trn-hero h1 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 44px;
  text-transform: uppercase;
  line-height: 1.05;
  max-width: 520px
}

.trn-hero h1 .accent {
  color: #d9342b
}

.trn-knol {
  font-weight: 700;
  font-size: 16px;
  margin: 18px 0 14px
}

.trn-copy {
  font-size: 12.5px;
  color: #d6cdcc;
  max-width: 430px;
  margin: 0 0 12px
}

.trn-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 10px
}

.trn-btns .btn-ghost {
  border-color: #fff
}

.trn-hero-panel {
  background: rgba(8, 8, 8, .78);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  padding: 18px 20px
}

.trn-hero-panel div {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  font-size: 12.5px
}

.trn-hero-panel div:last-child {
  border-bottom: 0
}

.trn-hero-panel svg {
  width: 24px;
  height: 24px;
  color: #fff;
  flex-shrink: 0
}

/* Designed for every leader */
.leader4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 30px
}

.leader-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px 22px;
  text-align: center;
  background: #fff
}

.leader-ic {
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  color: var(--maroon);
  margin-bottom: 12px
}

.leader-ic svg {
  width: 40px;
  height: 40px
}

.leader-card b {
  display: block;
  font-size: 14px;
  color: #1f1f1f;
  margin-bottom: 8px
}

.leader-card p {
  font-size: 12.5px;
  color: var(--muted);
  margin: 0
}

/* Offerings */
.trn-offerings {
  background: #dce7f2
}

.offer4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 28px
}

.offer-card {
  background: #fff;
  border-radius: 8px;
  padding: 26px 22px
}

.offer-ic {
  display: inline-flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  color: var(--maroon);
  margin-bottom: 10px
}

.offer-ic svg {
  width: 34px;
  height: 34px
}

.offer-card b {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  color: #222;
  margin-bottom: 16px;
  line-height: 1.3
}

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

.offer-card li {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  font-size: 12.5px;
  color: #3a3a3a;
  margin-bottom: 11px
}

.offer-card li svg {
  width: 15px;
  height: 15px;
  color: #d9342b;
  flex-shrink: 0;
  margin-top: 2px
}

/* Popular topics */
.topics8 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px 30px;
  margin-top: 28px
}

.topic-head {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px
}

.topic-head svg {
  width: 26px;
  height: 26px;
  color: var(--maroon);
  flex-shrink: 0
}

.topic-head b {
  font-size: 13px;
  text-transform: uppercase;
  color: #1f1f1f
}

.topic ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.topic li {
  font-size: 12px;
  color: #444;
  padding: 3px 0 3px 14px;
  position: relative
}

.topic li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--maroon);
  font-weight: 700
}

/* Pathway */
.pathway {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin-top: 28px
}

.pw {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  flex: 1
}

.pw-ic {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--maroon);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.pw-ic svg {
  width: 26px;
  height: 26px
}

.pw-step {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  color: var(--maroon);
  text-transform: uppercase
}

.pw b {
  display: block;
  font-size: 14px;
  color: #1f1f1f;
  margin: 2px 0 4px
}

.pw p {
  font-size: 12px;
  color: var(--muted);
  margin: 0
}

.pw-arrow {
  color: #ccc;
  margin-top: 16px
}

.pw-arrow svg {
  width: 20px;
  height: 20px
}

/* What leaders say + invest panel */
.trn-say {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 26px
}

.invest-panel {
  background: linear-gradient(140deg, #5e0f11, #7d1517);
  color: #fff;
  border-radius: 8px;
  padding: 26px 24px
}

.invest-panel h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 8px
}

.invest-panel p {
  font-size: 12.5px;
  color: #f0dada;
  margin: 0 0 14px
}

.invest-panel ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.invest-panel li {
  display: flex;
  gap: 9px;
  align-items: center;
  font-size: 12.5px;
  margin-bottom: 11px
}

.invest-panel li svg {
  width: 15px;
  height: 15px;
  color: #fff;
  flex-shrink: 0
}

/* Empower band */
.empower-band {
  background: linear-gradient(120deg, #5e0f11, #7d1517);
  color: #fff;
  padding: 30px 0
}

.empower-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 30px;
  align-items: center
}

.empower-head {
  display: flex;
  gap: 18px;
  align-items: center
}

.empower-ic {
  flex-shrink: 0;
  color: #fff
}

.empower-ic svg {
  width: 46px;
  height: 46px
}

.empower-head h2 {
  font-size: 23px;
  text-transform: uppercase
}

.empower-head p {
  font-size: 13px;
  color: #f0dada;
  margin-top: 8px
}

.empower-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end
}

.empower-btns .btn {
  background: #fff;
  color: var(--maroon);
  border-color: #fff
}

@media(max-width:980px) {

  .trn-hero-grid,
  .empower-grid {
    grid-template-columns: 1fr
  }

  .leader4,
  .offer4,
  .topics8,
  .trn-say {
    grid-template-columns: repeat(2, 1fr)
  }

  .pathway {
    flex-wrap: wrap
  }

  .pw {
    flex: 0 0 45%
  }

  .pw-arrow {
    display: none
  }

  .empower-btns {
    justify-content: flex-start
  }

  .trn-hero h1 {
    font-size: 32px
  }
}

/* ============ RESOURCES PAGE ============ */
.res-hero {
  position: relative;
  color: #fff;
  background: #140c0c;
  overflow: hidden
}

.res-hero-photo {
  position: absolute;
  top: 0;
  right: 0;
  width: 56%;
  height: 100%
}

.res-hero-photo .img-ph {
  height: 100%
}

.res-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15, 10, 10, .97) 0%, rgba(15, 10, 10, .86) 40%, rgba(15, 10, 10, .2) 62%, transparent 100%)
}

.res-hero-inner {
  position: relative;
  padding: 54px 30px
}

.res-hero h1 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 44px;
  text-transform: uppercase;
  line-height: 1.05
}

.res-hero h1 .accent {
  color: #d9342b
}

.res-tag {
  font-weight: 700;
  font-size: 17px;
  margin: 14px 0 16px
}

.res-copy {
  font-size: 12.5px;
  color: #d6cdcc;
  max-width: 480px;
  margin: 0 0 12px
}

.res-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 18px
}

.res-btns .btn-ghost {
  border-color: #fff
}

/* Search */
.res-search-sec {
  padding-bottom: 34px
}

.res-search {
  display: flex;
  align-items: center;
  gap: 0;
  max-width: 780px;
  margin: 0 auto;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  overflow: hidden;
  background: #fff
}

.res-search .rs-ic {
  padding: 0 12px;
  color: #999
}

.res-search .rs-ic svg {
  width: 18px;
  height: 18px
}

.res-search input {
  flex: 1;
  border: 0;
  padding: 14px 6px;
  font-size: 13px;
  outline: none
}

.res-search .btn {
  border-radius: 0;
  padding: 14px 26px
}

.res-pop {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  max-width: 880px;
  margin: 16px auto 0
}

.rp-label {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  color: #555;
  letter-spacing: .5px
}

.pill {
  font-size: 11.5px;
  border: 1px solid #d6d6d6;
  border-radius: 20px;
  padding: 6px 14px;
  color: #444;
  background: #fafafa
}

.pill:hover {
  border-color: var(--maroon);
  color: var(--maroon)
}

.cat-body li[data-res-search] {
  cursor: pointer
}

.cat-body li[data-res-search]:hover span {
  color: var(--maroon);
  text-decoration: underline
}

.most-it[data-res-search] {
  cursor: pointer;
  transition: box-shadow .15s
}

.most-it[data-res-search]:hover {
  box-shadow: 0 3px 12px rgba(0, 0, 0, .1)
}

/* Most requested 10 */
.res-most {
  background: #dce7f2
}

.most10 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 26px
}

.most-it {
  background: #fff;
  border-radius: 8px;
  padding: 20px 16px;
  text-align: center
}

.most-ic {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  color: var(--maroon);
  margin-bottom: 8px
}

.most-ic svg {
  width: 30px;
  height: 30px
}

.most-it b {
  display: block;
  font-size: 12.5px;
  color: #1f1f1f;
  margin-bottom: 6px
}

.most-it p {
  font-size: 11px;
  color: var(--muted);
  margin: 0;
  line-height: 1.45
}

/* Categories 6 */
.cat6 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 26px
}

.cat {
  display: flex;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px 22px;
  background: #fcfbfa
}

.cat-ic {
  color: var(--maroon);
  flex-shrink: 0
}

.cat-ic svg {
  width: 46px;
  height: 46px
}

.cat-body h4 {
  font-size: 13.5px;
  text-transform: uppercase;
  color: #1f1f1f;
  margin-bottom: 12px
}

.cat-body ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.cat-body li {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 12px;
  color: #3a3a3a;
  margin-bottom: 8px
}

.cat-body li svg {
  width: 14px;
  height: 14px;
  color: var(--maroon);
  flex-shrink: 0
}

/* Tri 3 */
.res-tri {
  background: #dce7f2
}

.tri3 {
  display: grid;
  grid-template-columns: 1fr 1.1fr 1fr;
  gap: 22px
}

.tri-card {
  background: #fff;
  border-radius: 8px;
  padding: 26px 24px;
  display: flex;
  flex-direction: column
}

.tri-card h3 {
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  color: #222;
  margin-bottom: 14px
}

.doc-list {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  flex: 1
}

.doc-list li {
  display: flex;
  gap: 9px;
  align-items: center;
  font-size: 12px;
  color: #34507a;
  padding: 5px 0;
  border-bottom: 1px solid #f0f0f0
}

.doc-list li svg {
  width: 15px;
  height: 15px;
  color: #c0392b;
  flex-shrink: 0
}

.tri-sub {
  text-align: center;
  font-size: 11.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #333;
  margin: 4px 0 12px
}

.tri-sub.red {
  color: var(--maroon);
  margin-top: 16px
}

.ch-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 14px
}

.ch {
  display: flex;
  gap: 7px;
  align-items: center;
  font-size: 11.5px;
  font-weight: 600
}

.ch svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0
}

.ch-x svg {
  color: var(--red-x)
}

.ch-c svg {
  color: var(--green)
}

.tri-card .btn {
  margin-top: 16px
}

.ft-head {
  text-align: center;
  margin-bottom: 8px
}

.ft-bu {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px
}

.ft-bu i {
  background: #1f7a33;
  border: 2px solid #f4c430;
  color: #f4c430;
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-family: Georgia, serif
}

.ft-bu em {
  background: #1f7a33;
  border: 2px solid #f4c430;
  border-left: 0;
  color: #fff;
  font-style: normal;
  font-weight: 900;
  font-size: 13px;
  padding: 6px 8px;
  align-self: stretch;
  display: flex;
  align-items: center
}

.ft-list {
  list-style: none;
  margin: 0 0 8px;
  padding: 0;
  flex: 1
}

.ft-list li {
  display: flex;
  gap: 9px;
  align-items: center;
  font-size: 12.5px;
  color: #333;
  padding: 6px 0
}

.ft-list li svg {
  width: 15px;
  height: 15px;
  color: var(--maroon);
  flex-shrink: 0
}

/* Featured resource 3 */
.feat3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 22px;
  margin-top: 26px
}

.feat-card {
  border-radius: 8px;
  padding: 28px 26px
}

.feat-health {
  background: #eef3f8;
  border: 1px solid #dce6f0
}

.fh-ic {
  color: #1f4e79;
  margin-bottom: 12px
}

.fh-ic svg {
  width: 44px;
  height: 44px
}

.feat-health h4 {
  font-size: 17px;
  color: #1f4e79;
  margin-bottom: 8px
}

.feat-health p {
  font-size: 13px;
  color: #444;
  margin: 0 0 16px
}

.fh-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px 16px;
  margin-bottom: 20px
}

.fh-grid div {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 12.5px;
  font-weight: 600
}

.fh-grid svg {
  width: 15px;
  height: 15px;
  color: #1f4e79
}

.btn-blue {
  background: #1f4e79;
  color: #fff;
  border-color: #1f4e79
}

.feat-book {
  background: #0e1b2e;
  color: #fff
}

.feat-book h4 {
  font-size: 19px;
  text-transform: uppercase;
  margin-bottom: 8px
}

.fb-sub {
  color: #e6b94a;
  font-weight: 700;
  font-size: 12.5px;
  margin: 0 0 16px
}

.fb-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px 16px;
  margin-bottom: 20px
}

.fb-grid div {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 12.5px
}

.fb-grid svg {
  width: 15px;
  height: 15px;
  color: #e6b94a;
  flex-shrink: 0
}

.btn-gold {
  background: #e6a817;
  color: #1a1a1a;
  border-color: #e6a817
}

.feat-stay {
  background: #f4f4f4;
  border: 1px solid #e6e6e6
}

.fs-ic {
  color: #e6a817;
  margin-bottom: 8px
}

.fs-ic svg {
  width: 40px;
  height: 40px
}

.feat-stay h4 {
  font-size: 16px;
  text-transform: uppercase;
  color: #222
}

.fs-join {
  color: var(--maroon);
  font-weight: 800;
  font-size: 13px;
  margin: 6px 0 2px
}

.fs-note {
  font-size: 12px;
  color: var(--muted);
  margin: 0 0 14px
}

/* Need help band */
.res-help-band {
  background: linear-gradient(120deg, #5e0f11, #7d1517);
  color: #fff;
  padding: 34px 0
}

.rhb-grid {
  display: grid;
  grid-template-columns: 1.1fr 1.2fr;
  gap: 34px;
  align-items: center
}

.rhb-head {
  display: flex;
  gap: 18px;
  align-items: flex-start
}

.rhb-ic {
  flex-shrink: 0;
  color: #fff
}

.rhb-ic svg {
  width: 46px;
  height: 46px
}

.rhb-head h2 {
  font-size: 22px;
  text-transform: uppercase
}

.rhb-head p {
  font-size: 13px;
  color: #f0dada;
  margin-top: 8px;
  max-width: 420px
}

.rhb-icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 20px
}

.rhb {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 13px;
  font-weight: 600
}

.rhb span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.rhb svg {
  width: 18px;
  height: 18px
}

.rhb-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-top: 26px;
  flex-wrap: wrap
}

.rhb-btns .btn {
  background: #fff;
  color: var(--maroon);
  border-color: #fff
}

@media(max-width:980px) {
  .res-hero-photo {
    position: relative;
    width: 100%;
    height: 220px
  }

  .res-hero-overlay {
    display: none
  }

  .most10 {
    grid-template-columns: repeat(2, 1fr)
  }

  .cat6,
  .tri3,
  .feat3,
  .rhb-grid,
  .rhb-icons {
    grid-template-columns: 1fr
  }

  .res-hero h1 {
    font-size: 32px
  }
}

/* ============ CONTACT PAGE ============ */
.contact-shell {
  border: 1px solid var(--maroon);
  border-radius: 6px;
  margin: 18px;
  overflow: hidden
}

.ct-hero {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  background: linear-gradient(120deg, #181818, #262626)
}

.ct-hero-text {
  padding: 62px 40px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.ct-hero-text h1 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 58px;
  line-height: 1.02;
  text-transform: uppercase;
  font-weight: 800
}

.ct-rule {
  width: 90px;
  height: 4px;
  background: var(--maroon);
  margin: 22px 0
}

.ct-hero-text p {
  font-size: 26px;
  color: #f0f0f0;
  font-weight: 300
}

.ct-hero-photo {
  min-height: 360px
}

.ct-hero-photo .img-ph {
  height: 100%
}

.ct-body {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 40px;
  padding: 48px 44px;
  background: #fff
}

.ct-info {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 8px
}

.ct-row {
  display: flex;
  gap: 20px;
  align-items: flex-start
}

.ct-ic {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--maroon);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.ct-ic svg {
  width: 26px;
  height: 26px
}

.ct-row b {
  display: block;
  font-size: 16px;
  color: var(--maroon);
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 6px
}

.ct-row p {
  font-size: 18px;
  color: #333;
  margin: 0;
  line-height: 1.4
}

.ct-row p em {
  font-size: 14px;
  color: #666;
  font-style: italic
}

.ct-form-card {
  border: 1px solid #e0c4c4;
  border-radius: 8px;
  padding: 34px 36px
}

.ct-form-card h2 {
  text-align: center;
  color: var(--maroon);
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 22px
}

.ct-form-card label {
  display: block;
  font-size: 13px;
  color: #444;
  margin: 10px 0 5px;
  font-weight: 600
}

.ct-form-card .field {
  margin-bottom: 4px
}

.ct-form-card textarea.field {
  resize: vertical
}

.ct-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.ct-form-card .btn-red {
  padding: 15px;
  font-size: 14px
}

@media(max-width:980px) {

  .ct-hero,
  .ct-body,
  .ct-two {
    grid-template-columns: 1fr
  }

  .ct-hero-photo {
    min-height: 240px
  }

  .ct-hero-text {
    padding: 40px 28px
  }

  .ct-hero-text h1 {
    font-size: 42px
  }
}

/* ============ DONATE / SUPPORT PAGE ============ */
.dn-hero {
  position: relative;
  color: #fff;
  background: #140c0c;
  overflow: hidden
}

.dn-hero-photo {
  position: absolute;
  top: 0;
  right: 0;
  width: 58%;
  height: 100%
}

.dn-hero-photo .img-ph {
  height: 100%
}

.dn-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15, 10, 10, .97) 0%, rgba(15, 10, 10, .85) 38%, rgba(15, 10, 10, .25) 60%, transparent 100%)
}

.dn-hero-inner {
  position: relative;
  padding: 54px 30px
}

.dn-hero h1 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 44px;
  text-transform: uppercase;
  line-height: 1.05
}

.dn-hero h1 .accent {
  color: #d9342b
}

.dn-tag {
  font-weight: 700;
  font-size: 15px;
  margin: 14px 0 14px
}

.dn-copy {
  font-size: 12.5px;
  color: #d6cdcc;
  max-width: 470px;
  margin: 0 0 18px
}

.dn-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap
}

.dn-btns .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px
}

.dn-btns .btn svg {
  width: 16px;
  height: 16px
}

.dn-btns .btn-ghost {
  border-color: #fff
}

.mem-stats-5 {
  grid-template-columns: repeat(5, 1fr)
}

/* Why + impact */
.dn-two {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 34px
}

.dn-why {
  background: #f6f6f6;
  border-radius: 10px;
  padding: 30px 28px
}

.dn-backbone {
  text-align: center;
  font-size: 18px;
  color: #1f1f1f;
  margin: 6px 0 20px
}

.prog8 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px 10px;
  justify-items: center;
  margin-bottom: 20px
}

.prog {
  text-align: center
}

.prog-ic {
  display: inline-flex;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--maroon);
  color: #fff;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px
}

.prog-ic svg {
  width: 26px;
  height: 26px
}

.prog b {
  font-size: 11.5px;
  color: #333
}

.dn-why-copy {
  font-size: 12.5px;
  color: #555;
  margin: 0;
  line-height: 1.6
}

.impact6 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 6px
}

.imp {
  background: #f6f6f6;
  border-radius: 8px;
  padding: 20px 18px
}

.imp-ic {
  color: var(--maroon)
}

.imp-ic svg {
  width: 30px;
  height: 30px
}

.imp-amt {
  display: block;
  font-size: 24px;
  font-weight: 800;
  color: var(--maroon);
  margin: 6px 0 6px
}

.imp p {
  font-size: 12px;
  color: #555;
  margin: 0;
  line-height: 1.5
}

/* Ways to give */
.give3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 22px
}

.give-card {
  border: 1px solid #ecdada;
  border-radius: 10px;
  padding: 26px 24px;
  background: #fdf9f9;
  display: flex;
  flex-direction: column
}

.give-head {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 16px
}

.give-head svg {
  width: 34px;
  height: 34px;
  color: var(--maroon);
  flex-shrink: 0
}

.give-head b {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--maroon)
}

.give-head small {
  font-size: 12px;
  color: #555;
  font-weight: 600
}

.give-list {
  list-style: none;
  margin: 0;
  padding: 0
}

.give-list li {
  display: flex;
  gap: 9px;
  align-items: center;
  font-size: 12.5px;
  color: #3a3a3a;
  margin-bottom: 10px
}

.give-list li svg {
  width: 15px;
  height: 15px;
  color: var(--maroon);
  flex-shrink: 0
}

.give-list-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 18px
}

.give-photo {
  position: relative;
  height: 120px;
  margin: 14px 0;
  border-radius: 8px;
  overflow: hidden
}

.give-photo .img-ph {
  position: absolute;
  inset: 0
}

.give-btns {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: auto
}

.give-h4 {
  font-size: 15px;
  text-transform: uppercase;
  color: #1f1f1f;
  margin-bottom: 4px
}

.give-lead {
  font-size: 12.5px;
  color: var(--maroon);
  font-weight: 700;
  margin: 0 0 16px
}

.goal-box {
  display: flex;
  gap: 12px;
  align-items: center;
  background: #fff;
  border: 1px solid #ecdada;
  border-radius: 8px;
  padding: 14px 16px;
  margin: 6px 0 16px
}

.goal-ic {
  color: var(--maroon)
}

.goal-ic svg {
  width: 30px;
  height: 30px
}

.goal-box b {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--maroon)
}

.goal-box small {
  font-size: 12px;
  color: #444
}

.partner-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px
}

.partner-list {
  list-style: none;
  margin: 0;
  padding: 0
}

.partner-list li {
  display: flex;
  gap: 9px;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  color: #333;
  margin-bottom: 12px
}

.partner-list svg {
  width: 18px;
  height: 18px;
  color: var(--maroon);
  flex-shrink: 0
}

.partner-ben b {
  font-size: 12.5px;
  color: #1f1f1f;
  display: block;
  margin-bottom: 10px
}

/* Real stories */
.dn-stories {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 24px
}

.dn-story {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px 22px;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  justify-content: space-between
}

.dn-story .quote {
  font-size: 34px;
  color: var(--maroon);
  line-height: .8;
  font-family: Georgia, serif
}

.dn-story p {
  font-size: 12.5px;
  font-style: italic;
  color: #444;
  margin: 0;
  flex: 1;
  padding: 0 8px
}

.dn-story cite {
  display: block;
  margin-top: 8px;
  font-style: normal;
  font-weight: 700;
  font-size: 11.5px;
  color: var(--muted)
}

.dn-stars {
  color: #e6a817;
  font-size: 12px;
  white-space: nowrap
}

/* Gift of leadership */
.gift-sec {
  background: #f6efe3
}

.gift-intro {
  display: grid;
  grid-template-columns: 140px 200px 1fr;
  gap: 30px;
  align-items: start;
  margin-top: 24px
}

.gift-book {
  height: 200px
}

.gift-book .img-ph {
  height: 100%
}

.gift-intro-txt h3 {
  font-size: 20px;
  color: #1f1f1f;
  line-height: 1.2;
  margin-bottom: 12px
}

.gift-intro-txt p {
  font-size: 12.5px;
  color: #555;
  margin: 0 0 16px
}

.gift-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px
}

.gift-opt {
  background: #fff;
  border: 1px solid #ecdada;
  border-radius: 10px;
  padding: 22px
}

.opt-h {
  font-size: 13px;
  font-weight: 700;
  color: #1f1f1f;
  margin: 0 0 4px;
  text-transform: uppercase
}

.opt-tag {
  color: var(--maroon)
}

.opt-sub {
  font-size: 12px;
  color: #555;
  margin: 0 0 14px
}

.opt-icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px 8px;
  margin-bottom: 16px
}

.oi {
  text-align: center;
  font-size: 10.5px;
  font-weight: 600;
  color: #444
}

.oi span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f3e6e6;
  color: var(--maroon);
  align-items: center;
  justify-content: center;
  margin-bottom: 6px
}

.oi svg {
  width: 22px;
  height: 22px
}

.opt-inc {
  font-size: 12.5px;
  font-weight: 800;
  color: #1f1f1f;
  margin: 6px 0 10px;
  text-transform: uppercase
}

.opt-photo {
  height: 110px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin: 14px 0
}

.opt-photo .img-ph {
  position: absolute;
  inset: 0
}

.levels {
  list-style: none;
  margin: 0 0 16px;
  padding: 0
}

.levels li {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 12.5px;
  color: #444;
  padding: 6px 0;
  border-bottom: 1px solid #f2f2f2
}

.levels svg {
  width: 15px;
  height: 15px;
  color: var(--maroon);
  flex-shrink: 0
}

.levels b {
  color: var(--maroon);
  min-width: 48px
}

/* Together band */
.together-band {
  position: relative;
  color: #fff;
  overflow: hidden;
  background: #3a1614
}

.together-band .tb-photo {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%
}

.together-band .tb-photo .img-ph {
  height: 100%
}

.tb-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #5e0f11 0%, rgba(94, 15, 17, .92) 42%, rgba(94, 15, 17, .35) 68%, transparent 100%)
}

.tb-inner {
  position: relative;
  padding: 46px 30px
}

.tb-inner h2 {
  font-size: 26px;
  text-transform: uppercase;
  line-height: 1.2
}

.tb-inner p {
  font-size: 13px;
  color: #f0dada;
  max-width: 560px;
  margin: 14px 0 0
}

.tb-em {
  font-style: italic;
  font-size: 16px !important;
  color: #f4c430 !important;
  margin-top: 10px !important
}

.tb-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 22px
}

.tb-btns .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px
}

.tb-btns .btn svg {
  width: 16px;
  height: 16px
}

@media(max-width:980px) {
  .dn-hero-photo {
    position: relative;
    width: 100%;
    height: 220px
  }

  .dn-hero-overlay {
    display: none
  }

  .mem-stats-5 {
    grid-template-columns: 1fr 1fr
  }

  .dn-two,
  .impact6,
  .give3,
  .dn-stories,
  .gift-options,
  .partner-cols {
    grid-template-columns: 1fr
  }

  .prog8 {
    grid-template-columns: repeat(4, 1fr)
  }

  .gift-intro {
    grid-template-columns: 1fr
  }

  .together-band .tb-photo {
    position: relative;
    width: 100%;
    height: 200px
  }

  .tb-overlay {
    display: none
  }

  .dn-hero h1 {
    font-size: 32px
  }
}

/* ============ BOOSTER U PAGE ============ */
:root {
  --navy: #0e2748;
  --navy-2: #16335c;
  --navy-deep: #0a1d36
}

.btn-bunav {
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .35);
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 8px
}

.btn-bunav:hover {
  background: rgba(255, 255, 255, .16)
}

.btn-bunav svg {
  width: 16px;
  height: 16px
}

/* Hero */
.bu-hero {
  background: var(--navy);
  color: #fff;
  padding: 0 0 30px
}

.bu-hero-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  flex-wrap: wrap
}

.booster-u.bu-lg .bu-shield {
  width: 88px;
  height: 84px
}

.booster-u.bu-lg .bu-shield i {
  font-size: 58px
}

.booster-u.bu-lg .bu-word {
  font-size: 30px;
  padding: 12px 18px
}

.bu-top-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap
}

.bu-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: center
}

.bu-h2 {
  font-size: 22px;
  margin-bottom: 18px
}

.bu-mini4 {
  display: flex;
  gap: 8px;
  margin-bottom: 22px;
  flex-wrap: wrap
}

.bu-mini {
  flex: 1;
  min-width: 96px;
  text-align: center;
  padding: 0 8px;
  border-right: 1px solid rgba(255, 255, 255, .18)
}

.bu-mini:last-child {
  border-right: 0
}

.bu-mini span {
  color: #fff
}

.bu-mini svg {
  width: 26px;
  height: 26px
}

.bu-mini b {
  display: block;
  font-size: 11.5px;
  margin-top: 6px;
  color: #dbe3ee
}

.bu-empower {
  color: #e0533f;
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 14px;
  font-weight: 800
}

.bu-copy {
  font-size: 12.5px;
  color: #c7d2e0;
  max-width: 440px;
  margin: 0
}

.bu-hero-photo {
  min-height: 330px;
  border-radius: 6px;
  overflow: hidden
}

.bu-hero-photo .img-ph {
  height: 100%
}

/* Why exists + 6 e's */
.bu-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px
}

.bu-panel {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 28px 26px;
  background: #fff
}

.bu-panel .why-join {
  grid-template-columns: 1fr auto 1fr;
  align-items: center
}

.bu-panel .wj-list li {
  font-size: 12px;
  margin-bottom: 9px
}

.six-e {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
  margin-top: 6px
}

.ec {
  text-align: center;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 18px 12px
}

.ec-ic {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  color: var(--navy-2);
  margin-bottom: 8px
}

.ec-ic svg {
  width: 30px;
  height: 30px
}

.ec b {
  font-size: 11.5px;
  color: #333;
  line-height: 1.3;
  display: block
}

/* Workshop options */
.wopt2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 24px
}

.wopt {
  background: var(--navy);
  color: #fff;
  border-radius: 10px;
  padding: 28px 26px
}

.wopt h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: #fff
}

.wopt-meta {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
  margin-bottom: 18px
}

.wopt-meta span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #cdd8e6
}

.wopt-meta b {
  color: #fff
}

.wopt-meta svg {
  width: 20px;
  height: 20px;
  color: #e0533f
}

.wopt-for {
  font-weight: 700;
  font-size: 13px;
  margin: 0 0 12px;
  color: #fff
}

.wopt-list {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px 18px
}

.wopt-list li {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 12px;
  color: #dbe3ee
}

.wopt-list svg {
  width: 14px;
  height: 14px;
  color: #e0533f;
  flex-shrink: 0
}

.wopt-note {
  font-size: 11.5px;
  color: #aab8ca;
  font-style: italic;
  margin: 0 0 16px
}

.wopt-photo {
  height: 160px;
  border-radius: 8px;
  overflow: hidden;
  position: relative
}

.wopt-photo .img-ph {
  position: absolute;
  inset: 0
}

/* Workshop topics */
.topics5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-top: 24px
}

.tcard {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px 18px
}

.tcard-h {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-bottom: 14px
}

.tcard-h svg {
  width: 24px;
  height: 24px;
  color: var(--maroon);
  flex-shrink: 0
}

.tcard-h b {
  font-size: 12.5px;
  color: #1f1f1f;
  line-height: 1.2
}

.tcard ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.tcard li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: 11.5px;
  color: #444;
  margin-bottom: 8px
}

.tcard li svg {
  width: 13px;
  height: 13px;
  color: var(--maroon);
  flex-shrink: 0;
  margin-top: 2px
}

.topics-row2 {
  display: grid;
  grid-template-columns: 1.6fr 1.4fr;
  gap: 24px;
  margin-top: 24px
}

.topics3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px
}

.receive {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px 20px;
  background: #fafafa
}

.receive h3 {
  font-size: 15px;
  text-transform: uppercase;
  color: #1f1f1f;
  margin-bottom: 18px
}

.receive10 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px 10px
}

.rc {
  text-align: center
}

.rc span {
  display: inline-flex;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #f3e6e6;
  color: var(--maroon);
  align-items: center;
  justify-content: center;
  margin-bottom: 6px
}

.rc svg {
  width: 22px;
  height: 22px
}

.rc b {
  font-size: 10.5px;
  color: #444;
  display: block;
  line-height: 1.3;
  font-weight: 600
}

/* Tri: support / testimonials / formats */
.bu-tri {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 22px
}

.bu-card {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 24px 22px
}

.bu-card h3 {
  font-size: 15px;
  text-transform: uppercase;
  color: #16335c;
  margin-bottom: 6px
}

.support2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px
}

.sup-h {
  font-weight: 800;
  font-size: 11.5px;
  text-transform: uppercase;
  color: var(--maroon);
  margin: 0 0 12px;
  letter-spacing: .3px
}

.bu-says .bu-say {
  margin-bottom: 12px
}

.bu-says .stars {
  color: #e6a817;
  font-size: 12px;
  display: block
}

.bu-says p {
  font-size: 12px;
  font-style: italic;
  color: #444;
  margin: 3px 0 0
}

.bu-says cite {
  display: block;
  text-align: right;
  font-style: normal;
  font-weight: 700;
  font-size: 11.5px;
  color: var(--muted);
  margin-top: 6px
}

.formats .fmt {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 16px
}

.fmt-ic {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: #f3e6e6;
  color: var(--maroon);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.fmt-ic svg {
  width: 20px;
  height: 20px
}

.formats b {
  display: block;
  font-size: 12.5px;
  color: #1f1f1f
}

.formats p {
  font-size: 11.5px;
  color: var(--muted);
  margin: 2px 0 0
}

/* Host a workshop */
.host3 {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 30px;
  align-items: center
}

.host-photo {
  height: 200px;
  border-radius: 8px;
  overflow: hidden;
  position: relative
}

.host-photo .img-ph {
  position: absolute;
  inset: 0
}

.host-ben {
  list-style: none;
  margin: 0;
  padding: 0
}

.host-ben li {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 12.5px;
  color: #333;
  margin-bottom: 12px
}

.host-ben svg {
  width: 18px;
  height: 18px;
  color: var(--navy-2);
  flex-shrink: 0
}

/* Dark CTA */
.bu-cta {
  background: var(--navy);
  color: #fff;
  padding: 34px 0
}

.bu-cta-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.4fr 1fr;
  gap: 28px;
  align-items: center
}

.bu-cta-photo {
  height: 160px;
  border-radius: 8px;
  overflow: hidden;
  position: relative
}

.bu-cta-photo .img-ph {
  position: absolute;
  inset: 0
}

.bu-cta-mid h2 {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.2
}

.bu-cta-mid p {
  font-size: 13px;
  color: #c7d2e0;
  margin: 10px 0
}

.bu-cta-mini {
  display: flex;
  gap: 18px;
  margin: 14px 0;
  flex-wrap: wrap
}

.bu-cta-mini div {
  text-align: center;
  font-size: 11.5px;
  font-weight: 600
}

.bu-cta-mini span {
  display: block;
  margin: 0 auto 6px;
  color: #fff
}

.bu-cta-mini svg {
  width: 24px;
  height: 24px
}

.bu-diff {
  font-size: 15px !important;
  font-weight: 700;
  color: #fff !important
}

.bu-cta-btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px
}

.bu-cta-btns .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 12px;
  text-align: center
}

.bu-cta-btns .btn svg {
  width: 16px;
  height: 16px
}

@media(max-width:980px) {

  .bu-hero-grid,
  .bu-two,
  .wopt2,
  .topics-row2,
  .bu-tri,
  .host3 {
    grid-template-columns: 1fr
  }

  .topics5 {
    grid-template-columns: repeat(2, 1fr)
  }

  .topics3 {
    grid-template-columns: 1fr
  }

  .receive10 {
    grid-template-columns: repeat(3, 1fr)
  }

  .six-e {
    grid-template-columns: 1fr 1fr
  }

  .bu-cta-grid {
    grid-template-columns: 1fr
  }
}

/* ===== BOOSTER U REFRESH ===== */
.bu {
  --bu-navy: #071f43;
  --bu-deep: #020b18;
  --bu-red: #bd0d15;
  --bu-gold: #d99612;
  --bu-lime: #c6ff1a;
  --bu-green: #1b7b39;
  --bu-ink: #061633;
  --bu-line: #dce1ea;
  background: #fff;
  color: var(--bu-ink);
  font-size: 16px;
  line-height: 1.5
}

.bu .site-head {
  position: relative
}

.bu .wrap {
  max-width: var(--wrap);
  padding-left: 80px;
  padding-right: 80px
}

.bu .btn {
  border-radius: 4px;
  min-height: 42px;
  padding: 10px 18px;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.15;
  font-weight: 800
}

.bu .btn svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto
}

.bu .btn-bunav {
  background: rgba(255, 255, 255, .04);
  border: 2px solid rgba(255, 255, 255, .48);
  color: #fff !important
}

.bu-hero {
  background: var(--bu-deep);
  color: #fff;
  padding: 0
}

.bu-hero-top {
  min-height: 122px;
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 24px;
  align-items: center;
  padding: 24px 0 18px
}

.bu-hero-logo {
  width: 250px;
  max-width: 100%;
  height: auto;
  display: block
}

.booster-u.bu-lg {
  transform-origin: left center;
  transform: scale(1.25)
}

.booster-u.bu-lg .bu-shield {
  width: 96px;
  height: 86px;
  border-color: var(--bu-lime);
  color: var(--bu-lime)
}

.booster-u.bu-lg .bu-shield i {
  font-size: 60px
}

.booster-u.bu-lg .bu-word {
  background: #0a513d;
  color: #fff;
  font-size: 30px;
  padding: 9px 16px;
  margin-top: -38px
}

.bu-top-btns {
  display: flex;
  justify-content: flex-end;
  gap: 14px;
  flex-wrap: wrap
}

.bu-hero-grid {
  display: grid;
  grid-template-columns: 445px 1fr;
  gap: 0;
  align-items: stretch;
  min-height: 405px
}

.bu-hero-left {
  padding: 72px 26px 42px 0
}

.bu-hero-left h1 {
  color: #fff;
  font-size: 18px !important;
  line-height: 1.2;
  margin: 0 0 18px;
  font-weight: 800 !important
}

.bu-hero-left h1 sup {
  font-size: 10px
}

.bu-mini4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 0 0 28px;
  border-top: 1px solid rgba(255, 255, 255, .16);
  border-bottom: 1px solid rgba(255, 255, 255, .16)
}

.bu-mini {
  min-width: 0;
  padding: 14px 10px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, .16)
}

.bu-mini:last-child {
  border-right: 0
}

.bu-mini span {
  display: block;
  color: #fff;
  margin: 0 0 6px
}

.bu-mini svg {
  width: 28px;
  height: 28px
}

.bu-mini b {
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700
}

.bu-hero-left h2 {
  color: var(--bu-red);
  font-size: 21px !important;
  line-height: 1.18;
  margin: 0 0 22px;
  font-weight: 800 !important
}

.bu-hero-left p {
  color: #fff;
  max-width: 420px;
  font-size: 15px !important;
  line-height: 1.45 !important;
  margin: 0;
  font-weight: 600 !important
}

.bu-hero-photo {
  height: auto;
  min-height: 405px;
  border-radius: 0;
  margin: 0;
  overflow: hidden;
  position: relative
}

.bu-hero-photo:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--bu-deep) 0%, rgba(2, 11, 24, .72) 13%, rgba(2, 11, 24, 0) 34%);
  z-index: 1
}

.bu-hero-photo img,
.wopt img,
.bu-summit img,
.host3>img,
.bu-cta figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover
}

.bu-stats {
  background: var(--bu-red);
  color: #fff
}

.bu-stats-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr)
}

.bu-stats-grid>div {
  min-height: 86px;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  align-items: center;
  padding: 14px 20px;
  border-left: 1px solid rgba(255, 255, 255, .38)
}

.bu-stats-grid>div:last-child {
  border-right: 1px solid rgba(255, 255, 255, .38)
}

.bu-stats svg {
  width: 42px;
  height: 42px;
  color: #fff
}

.bu-stats b {
  display: block;
  color: #fff;
  font-size: 19px;
  line-height: 1.05;
  font-weight: 800
}

.bu-stats small {
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 1.18;
  font-weight: 600
}

.bu-main {
  padding: 18px 0 0
}

.bu-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 26px
}

.bu-panel,
.tcard,
.receive,
.bu-card {
  border: 1px solid var(--bu-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(6, 22, 51, .035)
}

.bu-panel {
  padding: 18px 24px 24px
}

.bu-panel h2,
.bu-section-title {
  color: var(--bu-navy);
  text-align: center;
  text-transform: uppercase;
  font-size: 20px !important;
  line-height: 1.2;
  margin: 0 0 8px;
  font-weight: 800 !important
}

.bu-section-title {
  position: relative;
  margin: 12px 0 18px
}

.bu-section-title:before,
.bu-section-title:after {
  content: "";
  display: inline-block;
  width: 150px;
  height: 1px;
  background: #bbc3d1;
  vertical-align: middle;
  margin: 0 16px
}

.bu-section-title span {
  color: var(--bu-red);
  font-size: 15px
}

.bu-sub {
  color: #111;
  text-align: center;
  font-size: 14px !important;
  margin: 0 0 18px;
  font-weight: 800 !important
}

.bu-challenge {
  display: grid;
  grid-template-columns: 1fr 80px 1fr;
  gap: 18px;
  align-items: center
}

.bu-challenge ul,
.tcard ul,
.bu-card ul,
.host3 ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.bu-challenge li,
.tcard li,
.bu-card li,
.host3 li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #111827;
  font-size: 13px;
  line-height: 1.35;
  margin: 0 0 9px;
  font-weight: 600
}

.bu-challenge li svg,
.tcard li svg,
.bu-card li svg,
.host3 li svg {
  width: 14px;
  height: 14px;
  color: var(--bu-green);
  margin-top: 2px;
  flex: 0 0 auto
}

.bu-challenge .is-bad svg,
.bu-challenge .is-bad span {
  color: var(--bu-red)
}

.bu-challenge b {
  display: block;
  color: var(--bu-green);
  font-size: 14px;
  margin: 0 0 11px
}

.bu-arrow {
  width: 66px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bu-navy)
}

.bu-arrow svg {
  width: 58px;
  height: 58px;
  stroke-width: 2.6
}

.six-e {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--bu-line);
  margin-top: 18px
}

.ec {
  min-height: 150px;
  background: #fff;
  border: 0;
  border-radius: 0;
  padding: 22px 20px;
  text-align: center
}

.ec span {
  display: block;
  color: var(--bu-navy);
  margin: 0 auto 11px
}

.ec svg {
  width: 48px;
  height: 48px
}

.ec b {
  display: block;
  color: var(--bu-ink);
  font-size: 14px;
  line-height: 1.25;
  font-weight: 800
}

.wopt2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 0 0 26px
}

.wopt {
  display: grid;
  grid-template-columns: 1fr 240px;
  min-height: 285px;
  overflow: hidden;
  border: 1px solid var(--bu-line);
  border-radius: 8px;
  background: #fff;
  color: var(--bu-ink);
  padding: 0
}

.wopt-copy {
  padding: 20px 22px
}

.wopt h3 {
  background: var(--bu-navy);
  color: #fff;
  text-transform: uppercase;
  font-size: 18px !important;
  line-height: 1.15;
  margin: -20px -22px 18px;
  padding: 15px 20px;
  font-weight: 800 !important
}

.wopt h3 sup {
  font-size: 10px
}

.wopt-meta {
  display: flex;
  gap: 22px;
  color: var(--bu-navy);
  margin: 0 0 18px;
  flex-wrap: wrap
}

.wopt-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--bu-navy);
  font-size: 13px;
  font-weight: 600
}

.wopt-meta b {
  color: var(--bu-navy);
  font-weight: 800
}

.wopt-meta svg {
  width: 25px;
  height: 25px;
  color: var(--bu-red)
}

.wopt-for {
  color: var(--bu-red);
  font-size: 14px !important;
  margin: 0 0 9px;
  font-weight: 800 !important
}

.wopt-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px;
  list-style: none;
  padding: 0;
  margin: 0 0 14px
}

.wopt-list li {
  display: flex;
  gap: 7px;
  align-items: flex-start;
  color: #111827;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 600
}

.wopt-list svg {
  width: 13px;
  height: 13px;
  color: var(--bu-red);
  flex: 0 0 auto;
  margin-top: 2px
}

.wopt-note {
  color: var(--bu-navy);
  font-size: 12px !important;
  line-height: 1.4 !important;
  margin: 0;
  font-weight: 600 !important
}

.bu-summit {
  display: grid;
  grid-template-columns: .9fr 1fr;
  gap: 24px;
  align-items: stretch;
  margin: 0 0 28px;
  border: 1px solid var(--bu-line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden
}

.bu-summit figure {
  position: relative;
  min-height: 300px;
  margin: 0
}

.bu-summit figcaption {
  position: absolute;
  left: 45px;
  top: 86px;
  color: #fff;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1.05;
  font-weight: 800;
  text-shadow: 0 3px 16px rgba(0, 0, 0, .8)
}

.bu-summit figcaption span {
  display: block;
  color: var(--bu-lime)
}

.bu-summit>div {
  padding: 34px 28px 24px
}

.bu-summit h2 {
  color: var(--bu-navy);
  text-transform: uppercase;
  font-size: 28px !important;
  line-height: 1.1;
  margin: 0 0 12px;
  font-weight: 800 !important
}

.bu-summit h3 {
  color: var(--bu-navy);
  font-size: 16px !important;
  line-height: 1.3;
  margin: 0 0 14px;
  font-weight: 800 !important
}

.bu-summit p {
  color: #111827;
  font-size: 15px !important;
  line-height: 1.5 !important;
  margin: 0 0 22px;
  font-weight: 500 !important
}

.bu-summit-features {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin: 0 0 20px
}

.bu-summit-features span {
  text-align: center;
  color: var(--bu-navy);
  font-size: 12px;
  line-height: 1.25;
  font-weight: 800
}

.bu-summit-features svg {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto 8px;
  color: var(--bu-navy)
}

.bu-outline {
  border: 2px solid #9aa4b4 !important;
  color: var(--bu-navy) !important;
  background: #fff !important
}

.topics5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin: 0 0 10px
}

.tcard {
  padding: 18px 16px;
  min-height: 235px
}

.tcard-h {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 10px;
  align-items: center;
  margin: 0 0 14px
}

.tcard-h svg {
  width: 38px;
  height: 38px;
  color: var(--bu-red)
}

.tcard-h b {
  color: var(--bu-navy);
  font-size: 15px;
  line-height: 1.15;
  font-weight: 800
}

.topics-row2 {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 12px;
  margin: 0 0 26px
}

.topics3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px
}

.receive {
  padding: 20px 18px;
  background: #fff
}

.receive h3,
.bu-card h3 {
  color: var(--bu-navy);
  text-align: center;
  text-transform: uppercase;
  font-size: 18px !important;
  line-height: 1.2;
  margin: 0 0 18px;
  font-weight: 800 !important
}

.receive10 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 17px 10px
}

.rc {
  text-align: center
}

.rc span {
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 8px;
  color: var(--bu-red)
}

.rc svg {
  width: 30px;
  height: 30px
}

.rc b {
  display: block;
  color: var(--bu-navy);
  font-size: 12px;
  line-height: 1.25;
  font-weight: 800
}

.bu-tri {
  display: grid;
  grid-template-columns: .95fr 1fr 1.1fr;
  gap: 14px;
  margin: 0 0 26px
}

.bu-card {
  padding: 20px 22px
}

.bu-card>p {
  color: #667085;
  text-align: center;
  font-size: 13px !important;
  line-height: 1.4 !important;
  margin: -8px 0 18px;
  font-weight: 500 !important
}

.support2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px
}

.support2 b {
  display: block;
  color: var(--bu-red);
  text-transform: uppercase;
  font-size: 12px;
  margin: 0 0 10px
}

.bu-card blockquote {
  color: #111827;
  font-size: 13px;
  line-height: 1.35;
  font-style: italic;
  margin: 0 0 11px
}

.bu-card blockquote span {
  display: block;
  color: var(--bu-gold);
  font-style: normal;
  letter-spacing: 1px;
  margin-bottom: 3px
}

.bu-card cite {
  display: block;
  color: #667085;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 800
}

.formats {
  display: grid;
  gap: 14px
}

.fmt {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 12px;
  align-items: start
}

.fmt>span {
  color: var(--bu-red)
}

.fmt svg {
  width: 38px;
  height: 38px
}

.fmt b {
  display: block;
  color: var(--bu-navy);
  font-size: 14px;
  line-height: 1.25
}

.fmt p {
  color: #667085;
  font-size: 13px !important;
  line-height: 1.35 !important;
  margin: 2px 0 0;
  font-weight: 500 !important
}

.host3 {
  display: grid;
  grid-template-columns: .75fr 1.25fr .85fr;
  gap: 18px;
  align-items: center;
  margin-bottom: 28px
}

.host3>div {
  padding: 12px 8px
}

.host3 h2 {
  color: var(--bu-navy);
  text-transform: uppercase;
  font-size: 22px !important;
  line-height: 1.15;
  margin: 0 0 8px;
  font-weight: 800 !important
}

.host3 p {
  color: #111827;
  font-size: 14px !important;
  margin: 0 0 18px;
  font-weight: 800 !important
}

.host3 b {
  display: block;
  color: var(--bu-navy);
  font-size: 14px;
  margin: 0 0 11px
}

.host3>img {
  height: 245px;
  border-radius: 4px
}

.host-ben svg {
  color: var(--bu-navy) !important
}

.bu-cta {
  background: var(--bu-navy);
  color: #fff;
  padding: 0
}

.bu-cta-grid {
  min-height: 250px;
  display: grid;
  grid-template-columns: 310px 1fr 365px;
  gap: 28px;
  align-items: center
}

.bu-cta figure {
  height: 250px;
  margin: 0;
  align-self: stretch;
  overflow: hidden
}

.bu-cta-mid h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 23px !important;
  line-height: 1.15;
  margin: 0 0 12px;
  font-weight: 800 !important
}

.bu-cta-mid p {
  color: #fff;
  text-align: center;
  font-size: 16px !important;
  line-height: 1.42 !important;
  margin: 0 0 18px;
  font-weight: 600 !important
}

.bu-cta-mini {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 0 0 14px
}

.bu-cta-mini div {
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 700
}

.bu-cta-mini span {
  display: block;
  color: #fff;
  margin: 0 auto 7px
}

.bu-cta-mini svg {
  width: 36px;
  height: 36px
}

.bu-diff {
  color: #fff !important;
  font-size: 18px !important;
  margin: 0 !important;
  font-weight: 800 !important
}

.bu-cta-btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px
}

.bu-cta-btns .btn {
  min-height: 62px;
  justify-content: center;
  text-align: center
}

.bu-cta-btns .btn-red {
  background: var(--bu-red);
  border-color: var(--bu-red);
  color: #fff !important
}

@media(max-width:1100px) {

  .bu-hero-top,
  .bu-hero-grid,
  .bu-two,
  .wopt2,
  .bu-summit,
  .topics-row2,
  .bu-tri,
  .host3,
  .bu-cta-grid {
    grid-template-columns: 1fr
  }

  .booster-u.bu-lg {
    transform: none
  }

  .bu-top-btns {
    justify-content: flex-start
  }

  .bu-hero-left {
    padding-top: 30px
  }

  .topics5,
  .topics3 {
    grid-template-columns: repeat(2, 1fr)
  }

  .bu-cta figure {
    height: 230px
  }
}

@media(max-width:760px) {
  .bu .wrap {
    padding-left: 16px;
    padding-right: 16px
  }

  .bu-stats-grid,
  .six-e,
  .topics5,
  .topics3,
  .receive10,
  .support2,
  .bu-cta-mini,
  .bu-cta-btns,
  .wopt {
    grid-template-columns: 1fr
  }

  .bu-section-title:before,
  .bu-section-title:after {
    display: none
  }

  .bu-challenge {
    grid-template-columns: 1fr
  }

  .bu-arrow {
    transform: rotate(90deg);
    margin: 0 auto
  }
}

/* ===== ATTEND A WORKSHOP PAGE ===== */
.aaw-page {
  --aaw-navy: #061f49;
  --aaw-deep: #020914;
  --aaw-red: #b90f18;
  --aaw-gold: #d79a1d;
  --aaw-ink: #061633;
  --aaw-line: #dce1ea;
  background: #fff;
  color: var(--aaw-ink);
  font-size: 16px;
  line-height: 1.5
}

.aaw-page .site-head {
  position: relative
}

.aaw-page .wrap {
  max-width: var(--wrap);
  padding-left: 80px;
  padding-right: 80px
}

.aaw-hero {
  position: relative;
  min-height: 455px;
  background: var(--aaw-navy);
  color: #fff;
  overflow: hidden
}

.aaw-hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 29, 65, .98) 0%, rgba(4, 29, 65, .95) 31%, rgba(4, 29, 65, .48) 52%, rgba(4, 29, 65, 0) 72%), url('images/attend-workshop-hero.png') right center / cover no-repeat
}

.aaw-hero-inner {
  position: relative;
  min-height: 455px;
  display: flex;
  align-items: center
}

.aaw-hero-copy {
  width: 740px;
  max-width: 62%;
  padding: 36px 0 42px
}

.aaw-hero h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 61px !important;
  line-height: .95;
  margin: 0 0 12px;
  font-weight: 800 !important
}

.aaw-hero-badge {
  position: absolute;
  left: 420px;
  top: 18px;
  width: 182px;
  height: auto
}

.aaw-hero h2 {
  color: #ffbd23;
  text-transform: uppercase;
  font-size: 18px !important;
  line-height: 1.2;
  margin: 0 0 4px;
  font-weight: 800 !important
}

.aaw-hero h3 {
  color: #fff;
  font-size: 18px !important;
  line-height: 1.3;
  margin: 0 0 18px;
  font-weight: 800 !important
}

.aaw-hero p {
  color: #fff;
  max-width: 620px;
  font-size: 16px !important;
  line-height: 1.55 !important;
  margin: 0 0 22px;
  font-weight: 500 !important
}

.aaw-red-btn,
.aaw-red-cta a,
.aaw-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 5px;
  background: linear-gradient(135deg, #d71920, #971017);
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 800
}

.aaw-red-btn {
  min-height: 54px;
  padding: 16px 24px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .24)
}

.aaw-main {
  padding: 34px 0 0
}

.aaw-layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) 430px;
  gap: 34px;
  align-items: start
}

.aaw-content {
  min-width: 0
}

.aaw-benefits,
.aaw-options,
.aaw-quotes,
.aaw-fees {
  margin-bottom: 30px
}

.aaw-benefits h2,
.aaw-options h2,
.aaw-quotes h2,
.aaw-fees h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: var(--aaw-navy);
  text-align: center;
  text-transform: uppercase;
  font-size: 22px !important;
  line-height: 1.2;
  margin: 0 0 22px;
  font-weight: 800 !important
}

.aaw-benefits h2:before,
.aaw-benefits h2:after,
.aaw-options h2:before,
.aaw-options h2:after,
.aaw-quotes h2:before,
.aaw-quotes h2:after,
.aaw-fees h2:before,
.aaw-fees h2:after {
  content: "";
  flex: 1 1 90px;
  max-width: 170px;
  height: 2px;
  background: #b8c1d0
}

.aaw-benefit-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-bottom: 1px solid var(--aaw-line)
}

.aaw-benefit-grid article {
  text-align: center;
  padding: 0 18px 22px;
  border-right: 1px solid var(--aaw-line)
}

.aaw-benefit-grid article:last-child {
  border-right: 0
}

.aaw-benefit-grid span {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 34px;
  margin: 0 auto 14px
}

.aaw-benefit-grid .is-navy {
  background: var(--aaw-navy)
}

.aaw-benefit-grid .is-red {
  background: var(--aaw-red)
}

.aaw-benefit-grid .is-gold {
  background: var(--aaw-gold)
}

.aaw-benefit-grid h3 {
  color: var(--aaw-navy);
  text-transform: uppercase;
  font-size: 16px !important;
  line-height: 1.15;
  margin: 0 0 8px;
  font-weight: 800 !important
}

.aaw-benefit-grid p {
  color: #111827;
  font-size: 13px !important;
  line-height: 1.45 !important;
  margin: 0;
  font-weight: 500 !important
}

.aaw-option-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 96px;
  padding: 0 60px
}

.aaw-workshop-card,
.aaw-fee-card,
.aaw-form-card {
  border: 1px solid var(--aaw-line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 5px 18px rgba(6, 22, 51, .08)
}

.aaw-workshop-card header,
.aaw-fee-card header {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 74px;
  color: #fff;
  padding: 14px 18px
}

.aaw-workshop-card.is-blue header,
.aaw-fee-card.is-blue header {
  background: var(--aaw-navy)
}

.aaw-workshop-card.is-gold header,
.aaw-fee-card.is-gold header {
  background: var(--aaw-gold)
}

.aaw-fee-card.is-red header {
  background: var(--aaw-red)
}

.aaw-workshop-card header i,
.aaw-fee-card header i {
  font-size: 34px
}

.aaw-workshop-card h3,
.aaw-fee-card h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px !important;
  line-height: 1.18;
  margin: 0;
  font-weight: 800 !important
}

.aaw-workshop-card>div {
  padding: 18px
}

.aaw-workshop-card h4 {
  color: var(--aaw-red);
  text-transform: uppercase;
  font-size: 13px;
  margin: 0 0 9px;
  font-weight: 800
}

.aaw-workshop-card ul,
.aaw-fee-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 16px
}

.aaw-workshop-card li,
.aaw-fee-card li {
  display: flex;
  gap: 8px;
  color: #111827;
  font-size: 13px;
  line-height: 1.35;
  margin: 0 0 8px;
  font-weight: 600
}

.aaw-workshop-card li i {
  color: var(--aaw-navy);
  margin-top: 2px
}

.aaw-check-list li i,
.aaw-fee-card li i {
  color: var(--aaw-red)
}

.aaw-workshop-card footer {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 12px;
  align-items: center;
  border-top: 1px solid var(--aaw-line);
  margin: 0 18px;
  padding: 14px 0 20px
}

.aaw-workshop-card footer i {
  width: 40px;
  height: 40px;
  border: 3px solid var(--aaw-navy);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--aaw-navy);
  font-size: 22px
}

.aaw-workshop-card footer span,
.aaw-workshop-card footer b {
  display: block;
  color: var(--aaw-navy);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 800
}

.aaw-quote-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--aaw-line);
  border-bottom: 1px solid var(--aaw-line)
}

.aaw-quote-grid blockquote {
  min-height: 170px;
  border-right: 1px solid var(--aaw-line);
  margin: 0;
  padding: 18px 18px 14px
}

.aaw-quote-grid blockquote:last-child {
  border-right: 0
}

.aaw-quote-grid i {
  color: var(--aaw-gold);
  font-size: 24px;
  margin-bottom: 10px
}

.aaw-quote-grid p {
  color: #061633;
  font-size: 13px !important;
  line-height: 1.45 !important;
  margin: 0 0 24px;
  font-weight: 600 !important
}

.aaw-quote-grid cite {
  display: block;
  color: var(--aaw-navy);
  text-align: center;
  font-size: 12px;
  line-height: 1.3;
  font-style: normal;
  font-weight: 800
}

.aaw-fees>p {
  text-align: center;
  color: #111827;
  font-size: 14px !important;
  margin: -16px 0 20px;
  font-weight: 600 !important
}

.aaw-fee-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px
}

.aaw-fee-card {
  min-height: 338px
}

.aaw-fee-card header {
  grid-template-columns: 48px 1fr;
  min-height: 74px;
  padding: 13px 18px
}

.aaw-prices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid var(--aaw-line)
}

.aaw-prices span {
  text-align: center;
  padding: 18px 10px;
  border-right: 1px solid var(--aaw-line)
}

.aaw-prices span:last-child {
  border-right: 0
}

.aaw-prices b {
  display: block;
  color: var(--aaw-navy);
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 8px
}

.aaw-prices strong {
  display: block;
  color: var(--aaw-navy);
  font-size: 30px;
  line-height: 1
}

.aaw-fee-card ul {
  padding: 16px 22px 0;
  margin-bottom: 12px
}

.aaw-fee-card small {
  display: block;
  color: var(--aaw-navy);
  text-align: center;
  font-size: 12px;
  line-height: 1.35;
  padding: 10px 18px 18px;
  font-weight: 800
}

.aaw-variable {
  color: var(--aaw-navy);
  text-align: center;
  padding: 42px 20px 20px
}

.aaw-variable strong {
  display: block;
  text-transform: uppercase;
  font-size: 18px
}

.aaw-fee-card p {
  color: #111827;
  text-align: center;
  font-size: 13px !important;
  line-height: 1.55 !important;
  padding: 0 24px;
  margin: 0 0 18px;
  font-weight: 500 !important
}

.aaw-form-card {
  position: sticky;
  top: 18px;
  margin-top: -86px;
  z-index: 3
}

.aaw-form-card>h2 {
  background: var(--aaw-navy);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 28px !important;
  line-height: 1.1;
  margin: 12px 12px 0;
  padding: 22px 18px;
  border-radius: 5px;
  font-weight: 800 !important
}

.aaw-form-card form {
  padding: 24px 28px 30px
}

.aaw-form-card h3 {
  color: var(--aaw-red);
  text-transform: uppercase;
  font-size: 15px !important;
  line-height: 1.25;
  margin: 0 0 14px;
  font-weight: 800 !important
}

.aaw-form-card h3 span {
  color: #111827;
  text-transform: none;
  font-size: 12px;
  font-weight: 500
}

.aaw-form-card label {
  display: block;
  color: #111827;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 700;
  margin: 0 0 13px
}

.aaw-form-card em {
  color: var(--aaw-red);
  font-style: normal
}

.aaw-form-card input,
.aaw-form-card select {
  width: 100%;
  min-height: 39px;
  border: 1px solid #cdd3df;
  border-radius: 4px;
  background: #fff;
  font: inherit;
  font-size: 14px;
  color: #111827;
  padding: 8px 10px;
  margin-top: 6px
}

.aaw-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.aaw-form-card p {
  color: #111827;
  font-size: 13px !important;
  line-height: 1.35 !important;
  margin: -6px 0 8px;
  font-weight: 500 !important
}

.aaw-inline {
  display: flex;
  gap: 18px;
  margin: 0 0 20px
}

.aaw-inline label,
.aaw-check-grid label,
.aaw-other {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  margin-bottom: 10px
}

.aaw-inline input,
.aaw-check-grid input,
.aaw-other input[type=checkbox] {
  width: 16px;
  min-height: 16px;
  height: 16px;
  margin: 0;
  flex: 0 0 auto
}

.aaw-check-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 16px;
  margin: 0 0 14px
}

.aaw-other input:last-child {
  flex: 1;
  min-height: 30px;
  margin-top: 0
}

.aaw-link-btn {
  display: block;
  border: 0;
  background: none;
  color: var(--aaw-red);
  text-decoration: underline;
  font-size: 15px;
  margin: 10px auto 26px;
  cursor: pointer
}

.aaw-submit {
  width: 100%;
  min-height: 66px;
  font-size: 18px;
  cursor: pointer
}

.aaw-blue-band {
  background: var(--aaw-navy);
  color: #fff;
  margin-top: 16px
}

.aaw-blue-band .wrap {
  min-height: 150px;
  display: grid;
  grid-template-columns: repeat(4, 1fr) 250px;
  gap: 24px;
  align-items: center
}

.aaw-blue-band .wrap>div {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 14px;
  align-items: center
}

.aaw-blue-band i {
  color: #fff;
  font-size: 45px
}

.aaw-blue-band b {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 4px
}

.aaw-blue-band span,
.aaw-blue-band p {
  color: #fff;
  font-size: 13px !important;
  line-height: 1.35 !important;
  margin: 0;
  font-weight: 500 !important
}

.aaw-blue-band aside {
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 8px;
  padding: 18px 18px;
  text-align: center
}

.aaw-blue-band h3 {
  color: var(--aaw-gold);
  text-transform: uppercase;
  font-size: 21px !important;
  margin: 0 0 8px;
  font-weight: 800 !important
}

.aaw-blue-band a {
  display: block;
  background: var(--aaw-gold);
  color: var(--aaw-navy) !important;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  padding: 11px 12px;
  margin-top: 13px;
  font-size: 13px;
  font-weight: 800
}

.aaw-red-cta {
  background: linear-gradient(90deg, #9b0d12, #c9171f);
  color: #fff
}

.aaw-red-cta .wrap {
  min-height: 140px;
  display: grid;
  grid-template-columns: 78px 1fr 160px 230px;
  gap: 26px;
  align-items: center
}

.aaw-red-cta .wrap>i {
  color: #fff;
  font-size: 58px
}

.aaw-red-cta h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 28px !important;
  line-height: 1.15;
  margin: 0 0 6px;
  font-weight: 800 !important
}

.aaw-red-cta p {
  color: #fff;
  font-size: 14px !important;
  line-height: 1.45 !important;
  margin: 0;
  font-weight: 500 !important
}

.aaw-red-cta a {
  min-height: 56px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, .75);
  background: rgba(255, 255, 255, .06)
}

.aaw-red-cta a:first-of-type {
  background: #fff;
  color: var(--aaw-red) !important
}

@media(max-width:1180px) {

  .aaw-layout,
  .aaw-blue-band .wrap,
  .aaw-red-cta .wrap {
    grid-template-columns: 1fr
  }

  .aaw-form-card {
    position: static;
    margin-top: 0
  }

  .aaw-hero-copy {
    max-width: 70%
  }
}

@media(max-width:760px) {
  .aaw-page .wrap {
    padding-left: 16px;
    padding-right: 16px
  }

  .aaw-hero-bg {
    background: linear-gradient(90deg, rgba(4, 29, 65, .98), rgba(4, 29, 65, .72)), url('images/attend-workshop-hero.png') center / cover no-repeat
  }

  .aaw-hero-copy {
    max-width: 100%
  }

  .aaw-hero h1 {
    font-size: 44px !important
  }

  .aaw-hero-badge {
    position: static;
    width: 160px;
    margin: 0 0 16px
  }

  .aaw-benefit-grid,
  .aaw-option-grid,
  .aaw-quote-grid,
  .aaw-fee-grid,
  .aaw-form-row,
  .aaw-check-grid {
    grid-template-columns: 1fr
  }

  .aaw-option-grid {
    gap: 18px;
    padding: 0
  }

  .aaw-benefit-grid article,
  .aaw-quote-grid blockquote {
    border-right: 0;
    border-bottom: 1px solid var(--aaw-line)
  }

  .aaw-benefits h2:before,
  .aaw-benefits h2:after,
  .aaw-options h2:before,
  .aaw-options h2:after,
  .aaw-quotes h2:before,
  .aaw-quotes h2:after,
  .aaw-fees h2:before,
  .aaw-fees h2:after {
    display: none
  }
}

/* ===== HOST A WORKSHOP PAGE ===== */
.haw-page {
  --haw-navy: #061f49;
  --haw-red: #a70f17;
  --haw-gold: #d49a28;
  --haw-ink: #061633;
  --haw-line: #dce1ea;
  background: #fff;
  color: var(--haw-ink);
  font-size: 16px;
  line-height: 1.5
}

.haw-page .site-head {
  position: relative
}

.haw-page .wrap {
  max-width: var(--wrap);
  padding-left: 80px;
  padding-right: 80px
}

.haw-hero {
  position: relative;
  min-height: 470px;
  background: #f4f4f4;
  overflow: hidden
}

.haw-hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .98) 22%, rgba(255, 255, 255, .52) 39%, rgba(255, 255, 255, 0) 58%), url('images/host-workshop-hero.png') right center / cover no-repeat
}

.haw-hero-inner {
  position: relative;
  min-height: 470px;
  display: flex;
  align-items: center
}

.haw-hero-copy {
  width: 465px;
  padding: 18px 0 32px
}

.haw-hero h1 {
  color: var(--haw-navy);
  text-transform: uppercase;
  font-size: 78px !important;
  line-height: .9;
  margin: 0 0 18px;
  font-weight: 800 !important
}

.haw-hero h1 img {
  width: 176px;
  height: auto;
  display: inline-block;
  vertical-align: top;
  margin: -4px 0 0 10px
}

.haw-hero h1 span {
  display: block;
  color: var(--haw-navy);
  font-size: 54px;
  line-height: .85;
  margin-left: 135px;
  text-transform: lowercase
}

.haw-hero h1::after {
  content: "Workshop";
  display: block;
  color: var(--haw-red);
  font-size: 55px;
  line-height: .98;
  margin-top: 3px
}

.haw-hero h2 {
  color: var(--haw-navy);
  font-size: 25px !important;
  line-height: 1.22;
  margin: 0 0 14px;
  font-weight: 800 !important
}

.haw-hero p {
  color: var(--haw-gold);
  text-transform: uppercase;
  font-size: 25px !important;
  line-height: 1.26 !important;
  margin: 0;
  font-weight: 800 !important
}

.haw-main {
  padding: 34px 0 0
}

.haw-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 395px;
  gap: 30px;
  align-items: start
}

.haw-content {
  min-width: 0
}

.haw-benefits,
.haw-workshops,
.haw-options,
.haw-six,
.haw-stories {
  margin-bottom: 30px
}

.haw-benefits h2,
.haw-workshops h2,
.haw-options h2,
.haw-six h2,
.haw-stories h2,
.haw-simple h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: var(--haw-navy);
  text-align: center;
  text-transform: uppercase;
  font-size: 22px !important;
  line-height: 1.2;
  margin: 0 0 22px;
  font-weight: 800 !important
}

.haw-benefits h2:before,
.haw-benefits h2:after,
.haw-workshops h2:before,
.haw-workshops h2:after,
.haw-options h2:before,
.haw-options h2:after,
.haw-six h2:before,
.haw-six h2:after,
.haw-stories h2:before,
.haw-stories h2:after,
.haw-simple h2:before,
.haw-simple h2:after {
  content: "";
  flex: 1 1 80px;
  max-width: 150px;
  height: 2px;
  background: #d2a0a5
}

.haw-benefit-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-bottom: 1px solid var(--haw-line)
}

.haw-benefit-grid article {
  text-align: center;
  padding: 0 14px 22px;
  border-right: 1px solid var(--haw-line)
}

.haw-benefit-grid article:last-child {
  border-right: 0
}

.haw-benefit-grid span {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 32px;
  margin: 0 auto 13px
}

.haw-benefit-grid .is-navy {
  background: var(--haw-navy)
}

.haw-benefit-grid .is-red {
  background: var(--haw-red)
}

.haw-benefit-grid .is-gold {
  background: var(--haw-gold)
}

.haw-benefit-grid h3 {
  color: var(--haw-navy);
  text-transform: uppercase;
  font-size: 15px !important;
  line-height: 1.16;
  margin: 0 0 8px;
  font-weight: 800 !important
}

.haw-benefit-grid p {
  color: #111827;
  font-size: 13px !important;
  line-height: 1.45 !important;
  margin: 0;
  font-weight: 500 !important
}

.haw-workshop-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px
}

.haw-workshop-grid article {
  border: 1px solid var(--haw-line);
  border-radius: 8px;
  background: #fff;
  padding: 18px 20px;
  overflow: hidden
}

.haw-workshop-grid h3 {
  color: var(--haw-navy);
  text-align: center;
  text-transform: uppercase;
  font-size: 20px !important;
  line-height: 1.2;
  margin: 0 0 8px;
  font-weight: 800 !important
}

.haw-workshop-grid article:nth-child(2) h3 {
  color: var(--haw-red)
}

.haw-workshop-grid strong {
  display: block;
  width: fit-content;
  background: var(--haw-navy);
  color: #fff;
  border-radius: 999px;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  padding: 9px 18px;
  margin: 0 auto 20px;
  text-transform: uppercase
}

.haw-workshop-grid article:nth-child(2) strong {
  background: var(--haw-red)
}

.haw-audience {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 10px;
  margin: 0 0 20px
}

.haw-audience span {
  color: var(--haw-navy);
  text-align: center;
  font-size: 11.5px;
  line-height: 1.15;
  font-weight: 800;
  min-width: 0;
  overflow-wrap: normal
}

.haw-audience i {
  display: block;
  color: var(--haw-navy);
  font-size: 24px;
  margin: 0 auto 6px
}

.haw-workshop-grid h4 {
  color: var(--haw-navy);
  font-size: 15px;
  margin: 0 0 10px;
  font-weight: 800
}

.haw-workshop-grid ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 12px;
  list-style: none;
  padding: 0;
  margin: 0
}

.haw-workshop-grid li,
.haw-check-grid label,
.haw-check,
.haw-inline label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #111827;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600
}

.haw-workshop-grid li {
  min-width: 0;
  overflow-wrap: anywhere
}

.haw-workshop-grid li i {
  color: var(--haw-red);
  margin-top: 2px
}

.haw-options>div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  border-bottom: 1px solid #96a0b2;
  padding-bottom: 24px
}

.haw-options article {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 15px;
  align-items: start
}

.haw-options i {
  color: var(--haw-navy);
  font-size: 58px
}

.haw-options h3 {
  color: var(--haw-navy);
  text-transform: uppercase;
  font-size: 15px !important;
  line-height: 1.2;
  margin: 0 0 7px;
  font-weight: 800 !important
}

.haw-options p {
  color: #111827;
  font-size: 14px !important;
  line-height: 1.4 !important;
  margin: 0;
  font-weight: 500 !important
}

.haw-six>div {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px
}

.haw-six article {
  border: 1px solid var(--haw-line);
  border-radius: 6px;
  background: #fff;
  text-align: center;
  padding: 0 12px 16px;
  box-shadow: 0 4px 16px rgba(6, 22, 51, .04)
}

.haw-six span {
  display: block;
  color: #fff;
  border-radius: 5px;
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
  padding: 11px 0;
  margin: 0 -12px 15px
}

.haw-six .is-navy span {
  background: var(--haw-navy)
}

.haw-six .is-red span {
  background: var(--haw-red)
}

.haw-six .is-gold span {
  background: var(--haw-gold)
}

.haw-six h3 {
  color: var(--haw-navy);
  text-transform: uppercase;
  font-size: 15px !important;
  margin: 0 0 8px;
  font-weight: 800 !important
}

.haw-six p {
  color: #111827;
  min-height: 110px;
  font-size: 13px !important;
  line-height: 1.35 !important;
  margin: 0 0 10px;
  font-weight: 500 !important
}

.haw-six i {
  color: var(--haw-navy);
  font-size: 42px
}

.haw-stories>div {
  max-width: 610px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid var(--haw-line);
  border-radius: 12px;
  background: var(--haw-line);
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 5px 18px rgba(6, 22, 51, .08)
}

.haw-stories blockquote {
  background: #fff;
  margin: 0;
  padding: 26px 24px
}

.haw-stories i {
  color: var(--haw-gold);
  font-size: 28px;
  margin-bottom: 8px
}

.haw-stories p {
  color: #111827;
  font-size: 14px !important;
  line-height: 1.45 !important;
  margin: 0 0 18px;
  font-weight: 600 !important
}

.haw-stories cite {
  color: var(--haw-navy);
  font-size: 13px;
  line-height: 1.3;
  font-style: normal;
  font-weight: 800
}

.haw-form-card {
  position: sticky;
  top: 18px;
  z-index: 2;
  margin-top: -48px;
  border: 1px solid var(--haw-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(6, 22, 51, .12);
  overflow: hidden
}

.haw-form-card>h2 {
  background: var(--haw-navy);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 25px !important;
  line-height: 1.15;
  margin: 12px 12px 0;
  padding: 20px 12px;
  border-radius: 5px;
  font-weight: 800 !important
}

.haw-form-card form {
  padding: 24px 24px 28px
}

.haw-form-card h3 {
  color: var(--haw-red);
  text-transform: uppercase;
  border-top: 1px solid var(--haw-line);
  padding-top: 15px;
  font-size: 16px !important;
  line-height: 1.25;
  margin: 0 0 12px;
  font-weight: 800 !important
}

.haw-form-card h3:first-child {
  border-top: 0;
  padding-top: 0
}

.haw-form-card label,
.haw-form-card p {
  display: block;
  color: #111827;
  font-size: 14px !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
  margin: 0 0 10px
}

.haw-form-card span {
  font-size: 13px;
  font-weight: 500
}

.haw-form-card input,
.haw-form-card select,
.haw-form-card textarea {
  width: 100%;
  min-height: 36px;
  border: 1px solid #cdd3df;
  border-radius: 3px;
  background: #fff;
  color: #111827;
  font: inherit;
  font-size: 14px;
  padding: 8px 9px;
  margin-top: 5px
}

.haw-form-card textarea {
  min-height: 70px;
  resize: vertical
}

.haw-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px
}

.haw-form-3 {
  grid-template-columns: repeat(3, 1fr)
}

.haw-check,
.haw-inline label,
.haw-check-grid label {
  align-items: center;
  font-weight: 500 !important
}

.haw-check input,
.haw-inline input,
.haw-check-grid input {
  width: 15px;
  min-height: 15px;
  height: 15px;
  margin: 0;
  flex: 0 0 auto
}

.haw-inline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 0 0 14px
}

.haw-check-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px 16px;
  margin: 0 0 14px
}

.haw-form-card button {
  width: 100%;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 4px;
  background: linear-gradient(135deg, #d71920, #971017);
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer
}

.haw-simple {
  padding: 16px 0 24px
}

.haw-simple>div>div {
  display: grid;
  grid-template-columns: 1fr 28px 1fr 28px 1fr 28px 1fr 28px 1fr 28px 1fr;
  gap: 12px;
  align-items: start
}

.haw-simple article {
  text-align: center
}

.haw-simple article span {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--haw-navy);
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  margin: 0 auto 10px
}

.haw-simple article:nth-of-type(2) span,
.haw-simple article:nth-of-type(5) span {
  background: var(--haw-red)
}

.haw-simple article:nth-of-type(3) span,
.haw-simple article:nth-of-type(6) span {
  background: var(--haw-gold)
}

.haw-simple article i {
  color: var(--haw-navy);
  font-size: 40px;
  margin-bottom: 10px
}

.haw-simple p {
  color: #061633;
  font-size: 13px !important;
  line-height: 1.35 !important;
  margin: 0 auto;
  max-width: 130px;
  font-weight: 600 !important
}

.haw-simple em {
  color: #1f2937;
  font-size: 24px;
  margin-top: 55px
}

.haw-cta {
  background: var(--haw-navy);
  color: #fff
}

.haw-cta .wrap {
  min-height: 150px;
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 32px;
  align-items: center
}

.haw-cta img {
  width: 340px;
  height: 150px;
  object-fit: cover;
  object-position: left center;
  display: block
}

.haw-cta h2 {
  color: var(--haw-gold);
  text-transform: uppercase;
  font-size: 28px !important;
  line-height: 1.15;
  margin: 0 0 6px;
  font-weight: 800 !important
}

.haw-cta p {
  color: #fff;
  font-size: 19px !important;
  line-height: 1.3 !important;
  margin: 0 0 22px;
  font-weight: 700 !important
}

.haw-cta div div {
  display: flex;
  gap: 18px;
  flex-wrap: wrap
}

.haw-cta a {
  min-width: 260px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, .75);
  border-radius: 4px;
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800
}

@media(max-width:1180px) {

  .haw-layout,
  .haw-cta .wrap {
    grid-template-columns: 1fr
  }

  .haw-form-card {
    position: static;
    margin-top: 0
  }

  .haw-benefit-grid,
  .haw-six>div {
    grid-template-columns: repeat(3, 1fr)
  }

  .haw-simple>div>div {
    grid-template-columns: repeat(3, 1fr)
  }

  .haw-simple em {
    display: none
  }
}

@media(max-width:760px) {
  .haw-page .wrap {
    padding-left: 16px;
    padding-right: 16px
  }

  .haw-hero-bg {
    background: linear-gradient(90deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .74)), url('images/host-workshop-hero.png') center / cover no-repeat
  }

  .haw-hero h1 {
    font-size: 52px !important
  }

  .haw-hero h1 img {
    width: 130px
  }

  .haw-hero h1 span {
    margin-left: 80px
  }

  .haw-hero h1::after {
    font-size: 42px
  }

  .haw-benefit-grid,
  .haw-workshop-grid,
  .haw-options>div,
  .haw-six>div,
  .haw-stories>div,
  .haw-form-row,
  .haw-form-3,
  .haw-inline,
  .haw-check-grid,
  .haw-simple>div>div {
    grid-template-columns: 1fr
  }

  .haw-benefits h2:before,
  .haw-benefits h2:after,
  .haw-workshops h2:before,
  .haw-workshops h2:after,
  .haw-options h2:before,
  .haw-options h2:after,
  .haw-six h2:before,
  .haw-six h2:after,
  .haw-stories h2:before,
  .haw-stories h2:after,
  .haw-simple h2:before,
  .haw-simple h2:after {
    display: none
  }
}

/* ============ INSURANCE PAGE ============ */
.ins-hero {
  position: relative;
  color: #fff;
  background: #140c0c;
  overflow: hidden
}

.ins-hero-photo {
  position: absolute;
  top: 0;
  left: 34%;
  right: 0;
  height: 100%
}

.ins-hero-photo .img-ph {
  height: 100%
}

.ins-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15, 10, 10, .97) 0%, rgba(15, 10, 10, .7) 34%, rgba(15, 10, 10, .2) 50%, rgba(15, 10, 10, .75) 78%, rgba(15, 10, 10, .95) 100%)
}

.ins-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr auto 260px;
  gap: 26px;
  padding: 46px 30px;
  align-items: center
}

.ins-hero h1 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 42px;
  text-transform: uppercase;
  line-height: 1.05
}

.ins-hero h1 .accent {
  color: #d9342b
}

.ins-tag {
  font-weight: 700;
  font-size: 14px;
  margin: 14px 0 14px
}

.ins-copy {
  font-size: 12px;
  color: #d6cdcc;
  max-width: 430px;
  margin: 0 0 10px
}

.ins-hero-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 16px
}

.ins-hero-btns .btn-ghost {
  border-color: #fff
}

.ins-shield-badge {
  position: relative;
  text-align: center;
  align-self: center
}

.ins-shield-badge svg {
  width: 150px;
  height: 150px;
  color: #b01f24
}

.ins-shield-badge span {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3
}

.ins-protect {
  background: rgba(0, 0, 0, .62);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  padding: 22px 20px
}

.ins-protect h3 {
  font-size: 15px;
  margin-bottom: 14px
}

.ins-protect ul {
  list-style: none;
  margin: 0 0 14px;
  padding: 0
}

.ins-protect li {
  display: flex;
  gap: 9px;
  align-items: center;
  font-size: 12px;
  margin-bottom: 9px
}

.ins-protect li svg {
  width: 14px;
  height: 14px;
  color: #d9342b;
  flex-shrink: 0
}

.ins-protect p {
  font-size: 11px;
  color: #c4b9b8;
  margin: 0
}

/* Tri columns */
.ins-tri {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 24px
}

.ins-col {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 24px 22px;
  background: #fff
}

.ins-red {
  color: var(--maroon);
  font-weight: 700;
  font-size: 13px;
  margin: 0 0 10px
}

.ins-sm {
  font-size: 12px;
  color: #555;
  margin: 0 0 14px
}

.ins-strong {
  font-weight: 700;
  font-size: 13px;
  color: #1f1f1f;
  margin: 14px 0 10px
}

.ins-xlist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px 16px
}

.ins-xlist li {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 11.5px;
  font-weight: 600
}

.ins-xlist svg {
  width: 15px;
  height: 15px;
  color: var(--red-x);
  flex-shrink: 0
}

.ins-note {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  border: 1px solid #ecdada;
  background: #fdf6f6;
  border-radius: 8px;
  padding: 16px;
  margin-top: 18px
}

.ins-note-ic {
  color: var(--maroon);
  flex-shrink: 0
}

.ins-note-ic svg {
  width: 30px;
  height: 30px
}

.ins-note p {
  font-size: 12px;
  color: #444;
  margin: 0
}

.ins-note em {
  color: var(--maroon);
  font-style: italic
}

.risk4 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 22px
}

.risk-h {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-bottom: 10px
}

.risk-h svg {
  width: 24px;
  height: 24px;
  color: var(--maroon);
  flex-shrink: 0
}

.risk-h b {
  font-size: 13px;
  color: var(--maroon)
}

.risk ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.risk li {
  display: flex;
  gap: 7px;
  align-items: flex-start;
  font-size: 11.5px;
  color: #444;
  margin-bottom: 6px
}

.risk li svg {
  width: 12px;
  height: 12px;
  color: #888;
  flex-shrink: 0;
  margin-top: 2px
}

.ins-clist {
  list-style: none;
  margin: 0;
  padding: 0
}

.ins-clist li {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 12px;
  color: #3a3a3a;
  margin-bottom: 7px
}

.ins-clist svg {
  width: 14px;
  height: 14px;
  color: var(--maroon);
  flex-shrink: 0
}

/* Solutions 7 */
.sol7 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 12px;
  margin-top: 24px
}

.sol {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px 14px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center
}

.sol-ic {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  color: var(--maroon);
  margin-bottom: 8px
}

.sol-ic svg {
  width: 30px;
  height: 30px
}

.sol b {
  font-size: 11.5px;
  color: #1f1f1f;
  margin-bottom: 8px;
  line-height: 1.25
}

.sol p {
  font-size: 10.5px;
  color: var(--muted);
  margin: 0 0 12px;
  line-height: 1.45;
  flex: 1
}

.sol-rec {
  background: var(--maroon);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 7px 8px;
  border-radius: 5px;
  line-height: 1.3;
  width: 100%
}

/* Which / FAQ */
.ins-two {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 34px;
  align-items: start
}

.ins-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden
}

.ins-table th {
  background: var(--maroon);
  color: #fff;
  text-align: left;
  font-size: 12px;
  text-transform: uppercase;
  padding: 12px 16px;
  letter-spacing: .3px
}

.ins-table td {
  padding: 11px 16px;
  font-size: 12.5px;
  border-bottom: 1px solid #eee;
  color: #333
}

.ins-table td:first-child {
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 600
}

.ins-table tr:nth-child(even) td {
  background: #fafafa
}

.it-ic {
  color: var(--maroon);
  display: inline-flex
}

.it-ic svg {
  width: 18px;
  height: 18px
}

.faq-it {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px 18px;
  margin-bottom: 12px
}

.faq-ic {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--maroon);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center
}

.faq-ic svg {
  width: 20px;
  height: 20px
}

.faq-it b {
  font-size: 12.5px;
  color: #1f1f1f;
  display: block;
  margin-bottom: 4px
}

.faq-it p {
  font-size: 11.5px;
  color: var(--muted);
  margin: 0;
  line-height: 1.5
}

/* Kit + protect CTA */
.ins-cta2 {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 24px;
  align-items: stretch
}

.kit-card {
  background: var(--navy);
  color: #fff;
  border-radius: 10px;
  padding: 28px
}

.kit-card h3 {
  font-size: 18px;
  text-transform: uppercase
}

.kit-sub {
  font-size: 13px;
  color: #cdd8e6;
  margin: 6px 0 18px;
  font-weight: 600
}

.kit-flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px
}

.kit-inc b {
  font-size: 12.5px;
  display: block;
  margin-bottom: 10px
}

.kit-inc .give-list li {
  color: #dbe3ee;
  font-size: 12px
}

.kit-inc .give-list svg {
  color: #d9342b
}

.kit-photo {
  height: 150px;
  position: relative;
  border-radius: 8px;
  overflow: hidden
}

.kit-photo .img-ph {
  position: absolute;
  inset: 0
}

.kit-form {
  grid-column: 1 / -1
}

.kit-form .field {
  background: #fff;
  margin-bottom: 9px
}

.kit-priv {
  display: flex;
  gap: 7px;
  align-items: center;
  font-size: 10.5px;
  color: #aab8ca;
  margin: 10px 0 0
}

.kit-priv svg {
  width: 13px;
  height: 13px
}

.protect-card {
  background: linear-gradient(140deg, #7d1517, #5e0f11);
  color: #fff;
  border-radius: 10px;
  padding: 28px;
  text-align: center
}

.protect-card h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 18px
}

.protect4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 18px
}

.protect4 div {
  font-size: 11px;
  font-weight: 600
}

.protect4 span {
  display: block;
  margin: 0 auto 8px;
  color: #fff
}

.protect4 svg {
  width: 30px;
  height: 30px
}

.protect-copy {
  font-size: 12.5px;
  color: #f0dada;
  margin: 0 0 16px
}

.protect-ready {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
  margin: 0 0 14px
}

.protect-btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px
}

.protect-btns .btn {
  background: #a01b1f;
  border-color: #a01b1f;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 11px
}

.protect-btns .btn svg {
  width: 15px;
  height: 15px
}

.protect-btns .btn:hover {
  background: #8a161a
}

@media(max-width:980px) {
  .ins-hero-photo {
    position: relative;
    left: 0;
    width: 100%;
    height: 220px
  }

  .ins-hero-overlay {
    display: none
  }

  .ins-hero-grid,
  .ins-tri,
  .ins-two,
  .ins-cta2,
  .kit-flex {
    grid-template-columns: 1fr
  }

  .risk4 {
    grid-template-columns: 1fr
  }

  .sol7 {
    grid-template-columns: repeat(2, 1fr)
  }

  .ins-hero h1 {
    font-size: 32px
  }
}

/* ============ SUCCESS STORIES PAGE ============ */
.ss-hero {
  position: relative;
  color: #fff;
  background: linear-gradient(120deg, #0e2748, #16335c);
  overflow: hidden
}

.ss-hero-photo {
  position: absolute;
  top: 0;
  right: 0;
  width: 54%;
  height: 100%
}

.ss-hero-photo .img-ph {
  height: 100%
}

.ss-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(14, 39, 72, .97) 0%, rgba(14, 39, 72, .82) 40%, rgba(14, 39, 72, .2) 62%, transparent 100%)
}

.ss-hero-inner {
  position: relative;
  padding: 50px 30px
}

.ss-hero h1 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 46px;
  text-transform: uppercase;
  line-height: 1
}

.ss-sub {
  font-size: 22px;
  font-weight: 800;
  margin: 10px 0 8px
}

.ss-sub span {
  color: #f4c430
}

.ss-line {
  font-size: 14px;
  color: #dbe3ee;
  margin: 0 0 22px
}

.ss-mini4 {
  display: flex;
  gap: 6px;
  max-width: 520px;
  margin-bottom: 18px
}

.ss-mini {
  flex: 1;
  text-align: center;
  padding: 0 6px;
  border-right: 1px solid rgba(255, 255, 255, .18)
}

.ss-mini:last-child {
  border-right: 0
}

.ss-mini span {
  color: #fff
}

.ss-mini svg {
  width: 24px;
  height: 24px
}

.ss-mini b {
  display: block;
  font-size: 11px;
  margin-top: 6px;
  text-transform: uppercase
}

.ss-mini small {
  font-size: 9.5px;
  color: #bcc9da;
  text-transform: uppercase
}

.ss-everystory {
  font-size: 12.5px;
  color: #cdd8e6;
  margin: 0 0 18px
}

.ss-hero-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap
}

.ss-hero-btns .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px
}

.ss-hero-btns .btn svg {
  width: 16px;
  height: 16px
}

.ss-hero-btns .btn-ghost {
  border-color: #fff
}

/* Feedback scrolling columns */
.ss-feedback {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 24px
}

.ss-grp-h {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #16335c;
  text-transform: uppercase;
  margin-bottom: 18px
}

.ss-grp-h svg {
  width: 22px;
  height: 22px;
  color: #16335c
}

.ss-col {
  position: relative;
  height: 640px;
  overflow: hidden;
  border: 1px solid #ececec;
  border-radius: 10px;
  background: #fcfcfc;
  padding: 0 18px
}

.ss-track {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 18px 0;
  will-change: transform
}

.ss-up {
  animation: ss-scroll-up 70s linear infinite
}

.ss-down {
  animation: ss-scroll-down 70s linear infinite
}

.ss-col:hover .ss-track {
  animation-play-state: paused
}

@keyframes ss-scroll-up {
  from {
    transform: translateY(0)
  }

  to {
    transform: translateY(-50%)
  }
}

@keyframes ss-scroll-down {
  from {
    transform: translateY(-50%)
  }

  to {
    transform: translateY(0)
  }
}

.ss-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .04);
  padding: 16px 18px
}

.ss-card .ss-stars {
  color: #f0a500;
  font-size: 13px;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 6px
}

.ss-card p {
  font-size: 12.5px;
  color: #333;
  margin: 0 0 6px;
  line-height: 1.5
}

.ss-card cite {
  font-size: 11.5px;
  font-weight: 700;
  color: var(--maroon);
  font-style: normal
}

.ss-fade-top,
.ss-fade-bottom {
  position: absolute;
  left: 0;
  right: 0;
  height: 50px;
  z-index: 2;
  pointer-events: none
}

.ss-fade-top {
  top: 0;
  background: linear-gradient(#fcfcfc, rgba(252, 252, 252, 0))
}

.ss-fade-bottom {
  bottom: 0;
  background: linear-gradient(rgba(252, 252, 252, 0), #fcfcfc)
}

.ss-chev {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e3e3e3;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #16335c;
  animation: ss-bounce 1.6s ease-in-out infinite
}

.ss-chev svg {
  width: 18px;
  height: 18px
}

@keyframes ss-bounce {

  0%,
  100% {
    transform: translateY(-50%)
  }

  50% {
    transform: translateY(-30%)
  }
}

@media(prefers-reduced-motion:reduce) {

  .ss-up,
  .ss-down,
  .ss-chev {
    animation: none
  }

  .ss-col {
    overflow-y: auto
  }
}

/* Numbers band */
.numbers-band {
  background: var(--navy);
  color: #fff;
  border-radius: 10px;
  padding: 26px 30px;
  text-align: center
}

.numbers-band h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 18px
}

.numbers5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px
}

.nb {
  padding: 0 8px;
  border-right: 1px solid rgba(255, 255, 255, .16)
}

.nb:last-child {
  border-right: 0
}

.nb span {
  display: inline-flex;
  color: #fff;
  margin-bottom: 8px
}

.nb svg {
  width: 30px;
  height: 30px
}

.nb b {
  display: block;
  font-size: 14px
}

.nb small {
  font-size: 10.5px;
  color: #bcc9da;
  text-transform: uppercase
}

/* Share your story */
.share-card {
  display: grid;
  grid-template-columns: 0.8fr 1.5fr 1fr;
  gap: 26px;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 30px 32px;
  align-items: start
}

.share-red {
  color: var(--maroon);
  font-weight: 700;
  font-size: 14px;
  margin: 8px 0 8px
}

.share-copy {
  font-size: 12.5px;
  color: #555;
  margin: 0 0 16px
}

.share-ic {
  display: flex;
  gap: 6px;
  color: var(--maroon)
}

.share-ic svg {
  width: 34px;
  height: 34px
}

.share-ic svg:last-child {
  width: 20px;
  height: 20px;
  color: #d9342b;
  align-self: flex-start
}

.share-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px
}

.share-grid .field {
  margin-bottom: 0
}

.share-form textarea {
  margin-top: 10px
}

.share-form .btn-red {
  width: 100%
}

.up-label {
  font-size: 12px;
  font-weight: 600;
  color: #444;
  display: block;
  margin-bottom: 8px
}

.up-drop {
  border: 2px dashed #cfcfcf;
  border-radius: 8px;
  padding: 26px 14px;
  text-align: center;
  color: #999;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px
}

.up-drop svg {
  width: 34px;
  height: 34px;
  color: #bbb
}

.up-drop span {
  font-size: 11.5px
}

.up-drop small {
  font-size: 10.5px;
  color: #aaa
}

/* Ready to write band */
.write-band {
  position: relative;
  color: #fff;
  overflow: hidden;
  background: #16335c
}

.write-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 34%;
  height: 100%
}

.write-photo .img-ph {
  height: 100%
}

.write-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(14, 39, 72, .55) 0%, rgba(14, 39, 72, .9) 30%, #0e2748 60%)
}

.write-inner {
  position: relative;
  padding: 40px 30px 40px 32%
}

.write-inner h2 {
  font-size: 24px;
  text-transform: uppercase
}

.write-inner h2 .gold {
  color: #f4c430
}

.write-inner p {
  font-size: 13px;
  color: #dbe3ee;
  margin: 10px 0 18px;
  max-width: 600px
}

.write-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap
}

.write-btns .btn-ghost {
  border-color: #fff
}

@media(max-width:980px) {
  .ss-hero-photo {
    position: relative;
    width: 100%;
    height: 200px
  }

  .ss-hero-overlay {
    display: none
  }

  .ss-mini4 {
    flex-wrap: wrap
  }

  .ss-feedback {
    grid-template-columns: 1fr
  }

  .ss-col {
    height: 480px
  }

  .numbers5 {
    grid-template-columns: 1fr 1fr
  }

  .nb {
    border-right: 0;
    margin-bottom: 14px
  }

  .share-card {
    grid-template-columns: 1fr
  }

  .share-grid {
    grid-template-columns: 1fr
  }

  .write-photo {
    position: relative;
    width: 100%;
    height: 180px
  }

  .write-overlay {
    display: none
  }

  .write-inner {
    padding: 30px 30px
  }

  .ss-hero h1 {
    font-size: 34px
  }
}

/* ===== TYPOGRAPHY POLISH ===== */
body.nbctc-home {
  font-size: 16px;
  font-weight: 400
}

body.nbctc-home main h1,
body.nbctc-home main h2,
body.nbctc-home main h3,
body.nbctc-home main h4 {
  line-height: 1.14;
  letter-spacing: 0;
  font-weight: 800
}

body.nbctc-home main p {
  font-family: inherit;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400
}

body.nbctc-home main li {
  font-size: 15px;
  line-height: 1.52;
  font-weight: 400
}

body.nbctc-home main :where(.hero h1, .ab-hero h1, .mem-hero h1, .bu-hero h1, .res-hero h1, .train-hero h1, .dn-hero h1, .ins-hero h1, .bcm-hero h1, .cap-hero h1) {
  font-size: 54px;
  line-height: 1.05;
  font-weight: 800
}

body.nbctc-home main :where(.caa-hero h2) {
  font-size: 46px;
  line-height: 1.08;
  font-weight: 800
}

body.nbctc-home main :where(.hero p, .ab-hero p, .mem-hero p, .bu-hero p, .res-hero p, .train-hero p, .dn-hero p, .ins-hero p, .bcm-hero p:not(.bcm-tag), .cap-hero p, .caa-hero p) {
  font-size: 17px;
  line-height: 1.55;
  font-weight: 500
}

body.nbctc-home main :where(.h2, .bcm-section-title, .bcm-covers h2, .bcm-how h2, .bcm-help h2, .caa-journey h3, .cap-info h2, .cap-card h2, .ct-form-card h2, .ct-info h2) {
  font-size: 30px;
  line-height: 1.16;
  font-weight: 800
}

body.nbctc-home main :where(.cap-card h3, .bcm-invest h3, .bcm-hero-panel h3, .write-inner h2, .tn-card h3) {
  font-size: 23px;
  line-height: 1.18;
  font-weight: 800
}

body.nbctc-home main :where(.it p, .why-it p, .gain-card p, .tst p, .util .utxt, .bcm-benefits p, .bcm-story-grid p, .bcm-help p, .bcm-finance p, .cap-why p, .cap-info p, .cap-do-grid span, .caa-benefits p, .caa-review-help p, .sol p, .faq-it p, .imp p, .dn-story p, .share-copy, .write-inner p) {
  font-size: 14px;
  line-height: 1.55;
  font-weight: 400
}

body.nbctc-home main :where(.bcm-stats span, .bcm-covers b, .bcm-steps b, .bcm-steps em, .caa-progress b, .caa-form label, .caa-textarea-label, .caa-review-list b, .caa-review-list span, .mem-stats small, .ms small) {
  font-size: 13px;
  line-height: 1.35;
  font-weight: 600
}

body.nbctc-home main :where(strong, b, .btn, button, .nav a, .cap b, .help-card b, .it b, .why-it b, .gain-card b, .util h3, .bcm-benefits b, .bcm-story-grid cite, .bcm-fin-list span, .cap-maker-grid b, .caa-benefits b, .sol b, .faq-it b, .give-head b, .protect4 div, .oi, .nb b) {
  font-weight: 700
}

body.nbctc-home main :where(.bcm-invest .price, .bcm-stats b, .mem-stats b, .ms b, .stat b, .numbers5 b, .imp-amt) {
  font-weight: 900
}

body.nbctc-home main :where(.field, input, select, textarea) {
  font-weight: 400
}

body.nbctc-home main :where(.btn, button, input, select, textarea) {
  font-family: inherit
}

@media(max-width:760px) {
  body.nbctc-home main :where(.hero h1, .ab-hero h1, .mem-hero h1, .bu-hero h1, .res-hero h1, .train-hero h1, .dn-hero h1, .ins-hero h1, .bcm-hero h1, .cap-hero h1, .caa-hero h2) {
    font-size: 36px
  }

  body.nbctc-home main :where(.h2, .bcm-section-title, .bcm-covers h2, .bcm-how h2, .bcm-help h2, .caa-journey h3, .cap-info h2, .cap-card h2, .ct-form-card h2, .ct-info h2) {
    font-size: 25px
  }

  body.nbctc-home main p {
    font-size: 15px
  }
}

/* ===== BUSINESS MEMBERSHIP PAGE ===== */
.bus-page {
  --bus-navy: #061f49;
  --bus-red: #c4111a;
  --bus-gold: #d39314;
  --bus-line: #dce1ea;
  background: #fff;
  color: #061633;
  font-size: 16px;
  line-height: 1.55
}

.bus-page .site-head {
  position: relative
}

.bus-page .wrap {
  max-width: var(--wrap);
  padding-left: 80px;
  padding-right: 80px
}

.bus-hero {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  background: #c6b9ac
}

.bus-hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(198, 185, 172, .98) 0%, rgba(198, 185, 172, .95) 37%, rgba(198, 185, 172, .20) 58%, rgba(198, 185, 172, 0) 100%), url('images/business-membership-hero.png') right center / cover no-repeat
}

.bus-hero-inner {
  position: relative;
  min-height: 330px;
  display: flex;
  align-items: center
}

.bus-hero-copy {
  width: 650px;
  max-width: 56%;
  padding: 34px 0
}

.bus-hero h1 {
  color: var(--bus-navy);
  text-transform: uppercase;
  font-size: 44px !important;
  line-height: 1.05;
  margin: 0 0 12px;
  font-weight: 800 !important
}

.bus-hero h2 {
  color: var(--bus-red);
  font-size: 34px !important;
  line-height: 1.12;
  margin: 0 0 14px;
  font-weight: 800 !important
}

.bus-tag {
  color: var(--bus-navy);
  font-size: 18px !important;
  font-weight: 800 !important;
  margin: 0 0 18px
}

.bus-hero p:not(.bus-tag) {
  color: var(--bus-navy);
  font-size: 16px !important;
  line-height: 1.45 !important;
  font-weight: 700 !important;
  margin: 0 0 18px
}

.bus-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap
}

.bus-hero-actions .btn,
.bus-cta .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 4px;
  min-height: 48px;
  padding: 14px 18px;
  font-size: 13px;
  line-height: 1.2
}

.bus-btn-dark {
  background: var(--bus-navy);
  border-color: var(--bus-navy);
  color: #fff !important
}

.bus-main {
  padding: 18px 0 44px
}

.bus-card {
  border: 1px solid var(--bus-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(6, 22, 51, .04)
}

.bus-card h2,
.bus-section-title {
  color: var(--bus-navy);
  text-transform: uppercase;
  font-size: 24px !important;
  line-height: 1.18;
  margin: 0 0 16px;
  font-weight: 800 !important
}

.bus-card p {
  color: #030712;
  font-size: 16px !important;
  line-height: 1.52 !important;
  margin: 0 0 16px;
  font-weight: 500 !important
}

.bus-intro-grid {
  display: grid;
  grid-template-columns: .86fr 1fr;
  gap: 12px;
  margin-bottom: 24px
}

.bus-copy-card {
  padding: 22px 24px;
  min-height: 232px
}

.bus-consumer {
  margin-top: 12px;
  border-radius: 8px;
  background: linear-gradient(135deg, #071d45, #041330);
  color: #fff;
  padding: 22px 28px
}

.bus-consumer h2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px !important;
  margin: 0 0 4px
}

.bus-consumer>p {
  color: #fff;
  text-align: center;
  font-size: 14px !important;
  font-weight: 700 !important;
  margin: 0 0 18px
}

.bus-consumer>div {
  display: grid;
  grid-template-columns: repeat(3, 1fr)
}

.bus-consumer span {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1.42;
  padding: 0 22px;
  border-right: 1px solid rgba(255, 255, 255, .35)
}

.bus-consumer span:last-child {
  border-right: 0
}

.bus-consumer b {
  display: block;
  color: #f0a51a;
  font-size: 44px;
  line-height: 1;
  margin-bottom: 8px
}

.bus-consumer span:nth-child(2) b {
  color: #f41620
}

.bus-consumer span:nth-child(3) b {
  color: #6ea2ff
}

.bus-join {
  padding: 18px 24px 24px
}

.bus-join h2,
.bus-section-title {
  text-align: center
}

.bus-join-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--bus-line);
  border-left: 1px solid var(--bus-line)
}

.bus-join-grid div {
  min-height: 190px;
  padding: 28px 26px;
  border-right: 1px solid var(--bus-line);
  border-bottom: 1px solid var(--bus-line)
}

.bus-join-grid i,
.bus-includes i {
  display: block;
  color: var(--bus-navy);
  font-size: 50px;
  line-height: 1;
  margin: 0 0 18px
}

.bus-join-grid b,
.bus-includes b {
  display: block;
  color: var(--bus-navy);
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.25;
  margin: 0 0 9px;
  font-weight: 800
}

.bus-join-grid p,
.bus-includes p {
  color: #061633;
  font-size: 14px !important;
  line-height: 1.48 !important;
  margin: 0;
  font-weight: 500 !important
}

.bus-section-title {
  margin: 14px 0 18px
}

.bus-includes {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px 14px;
  margin-bottom: 24px
}

.bus-includes article {
  min-height: 190px;
  border: 1px solid var(--bus-line);
  border-radius: 8px;
  background: #fff;
  text-align: center;
  padding: 20px 17px
}

.bus-includes i {
  font-size: 43px;
  margin-bottom: 14px
}

.bus-includes article:first-child {
  grid-column: 2 / 3
}

.bus-mid-grid {
  display: grid;
  grid-template-columns: .86fr 1.42fr;
  gap: 14px;
  margin-bottom: 18px
}

.bus-who,
.bus-invest,
.bus-ethics,
.bus-journey {
  padding: 22px 24px
}

.bus-who>p,
.bus-invest>p,
.bus-ethics>p {
  color: var(--bus-navy);
  font-size: 15px !important;
  font-weight: 700 !important
}

.bus-who>div,
.bus-ethics>div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px 20px
}

.bus-who span,
.bus-ethics span {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  color: #061633;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 500
}

.bus-who i,
.bus-ethics i {
  color: var(--bus-red);
  margin-top: 2px
}

.bus-invest h2,
.bus-invest>p {
  text-align: center
}

.bus-price-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin: 20px 0
}

.bus-price-grid div {
  border: 1px solid var(--bus-line);
  border-radius: 8px;
  background: #fff;
  text-align: center;
  padding: 0 10px 18px
}

.bus-price-grid span {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: var(--bus-navy);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  margin: -22px auto 13px
}

.bus-price-grid .is-gold span {
  background: var(--bus-gold)
}

.bus-price-grid .is-red span {
  background: var(--bus-red)
}

.bus-price-grid b {
  display: block;
  min-height: 46px;
  color: #111827;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 14px
}

.bus-price-grid strong {
  display: block;
  color: var(--bus-navy);
  font-size: 28px;
  line-height: 1;
  margin-bottom: 6px
}

.bus-price-grid small {
  color: var(--bus-navy);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800
}

.bus-price-note {
  text-align: center;
  color: var(--bus-navy) !important;
  font-size: 14px !important;
  margin-bottom: 0 !important
}

.bus-bottom-grid {
  display: grid;
  grid-template-columns: .78fr 1.55fr;
  gap: 14px;
  margin-bottom: 26px
}

.bus-ethics h3 {
  color: var(--bus-navy);
  font-size: 17px;
  margin: 0 0 12px
}

.bus-journey h2 {
  text-align: center
}

.bus-steps {
  display: grid;
  grid-template-columns: 1fr 22px 1fr 22px 1fr 22px 1fr 22px 1fr 22px 1fr;
  gap: 10px;
  align-items: start
}

.bus-steps div {
  text-align: center
}

.bus-steps span {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: var(--bus-navy);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin: 0 auto 8px
}

.bus-steps .is-gold span {
  background: var(--bus-gold)
}

.bus-steps .is-red span {
  background: var(--bus-red)
}

.bus-steps em {
  color: #98a2b3;
  font-size: 22px;
  margin-top: 25px
}

.bus-steps small {
  display: block;
  color: var(--bus-navy);
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  margin: 0 0 8px
}

.bus-steps b {
  display: block;
  color: var(--bus-navy);
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.22;
  margin: 0 0 7px
}

.bus-steps p {
  color: #061633;
  font-size: 13px !important;
  line-height: 1.35 !important;
  margin: 0;
  font-weight: 500 !important
}

.bus-dots {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 14px
}

.bus-dots span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #c8c8c8
}

.bus-dots span:first-child {
  background: var(--bus-red)
}

.bus-cta {
  text-align: center;
  margin: 10px 0 0
}

@media(max-width:1180px) {

  .bus-intro-grid,
  .bus-mid-grid,
  .bus-bottom-grid {
    grid-template-columns: 1fr
  }

  .bus-includes {
    grid-template-columns: repeat(3, 1fr)
  }

  .bus-includes article:first-child {
    grid-column: auto
  }

  .bus-steps {
    grid-template-columns: repeat(3, 1fr)
  }

  .bus-steps em {
    display: none
  }
}

@media(max-width:760px) {
  .bus-hero-bg {
    background: linear-gradient(90deg, rgba(198, 185, 172, .97), rgba(198, 185, 172, .82)), url('images/business-membership-hero.png') center / cover no-repeat
  }

  .bus-hero-copy {
    max-width: 100%;
    width: 100%
  }

  .bus-hero h1 {
    font-size: 34px !important
  }

  .bus-hero h2 {
    font-size: 26px !important
  }

  .bus-consumer>div,
  .bus-join-grid,
  .bus-includes,
  .bus-price-grid,
  .bus-who>div,
  .bus-ethics>div,
  .bus-steps {
    grid-template-columns: 1fr
  }

  .bus-consumer span {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .35);
    padding: 16px 0
  }

  .bus-consumer span:last-child {
    border-bottom: 0
  }
}

/* ===== BUSINESS MEMBERSHIP APPLICATION ===== */
.busa-page {
  --busa-navy: #061d42;
  --busa-deep: #020914;
  --busa-red: #b20f18;
  --busa-gold: #d79312;
  --busa-green: #278541;
  --busa-ink: #061633;
  --busa-muted: #5d6678;
  --busa-line: #d8dde7;
  --busa-soft: #f3f3f3;
  background: #fff;
  color: var(--busa-ink);
  font-size: 16px;
  line-height: 1.5
}

.busa-page .site-head {
  position: relative
}

.busa-page .wrap {
  max-width: var(--wrap);
  padding-left: 80px;
  padding-right: 80px
}

.busa-hero {
  position: relative;
  min-height: 345px;
  overflow: hidden;
  background: var(--busa-navy)
}

.busa-hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 19, 45, .98) 0%, rgba(3, 19, 45, .96) 38%, rgba(3, 19, 45, .52) 56%, rgba(3, 19, 45, 0) 70%), url('images/business-membership-application-hero.png') right center / cover no-repeat
}

.busa-hero-inner {
  position: relative;
  min-height: 345px;
  display: flex;
  align-items: center
}

.busa-hero-copy {
  width: 675px;
  max-width: 58%;
  padding: 38px 0
}

.busa-hero h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 42px !important;
  line-height: 1.08;
  margin: 0 0 10px;
  font-weight: 800 !important
}

.busa-hero h2 {
  color: #ffbd22;
  font-size: 25px !important;
  line-height: 1.18;
  margin: 0 0 8px;
  font-weight: 800 !important
}

.busa-hero p {
  color: #fff;
  font-size: 16px !important;
  line-height: 1.45 !important;
  margin: 0;
  font-weight: 500 !important
}

.busa-hero .busa-lead {
  max-width: 560px;
  font-size: 20px !important;
  line-height: 1.25 !important;
  margin: 0 0 16px;
  font-weight: 800 !important
}

.busa-shell {
  padding: 30px 0 62px
}

.busa-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 0 0 20px
}

.busa-benefits article {
  min-height: 160px;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 20px;
  align-items: start;
  border: 1px solid var(--busa-line);
  border-radius: 8px;
  background: #fff;
  padding: 26px 26px;
  box-shadow: 0 4px 16px rgba(6, 22, 51, .04)
}

.busa-benefits span {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 34px;
  line-height: 1
}

.busa-benefits .is-gold {
  background: var(--busa-gold)
}

.busa-benefits .is-navy {
  background: var(--busa-navy)
}

.busa-benefits .is-red {
  background: var(--busa-red)
}

.busa-benefits .is-green {
  background: var(--busa-green)
}

.busa-benefits h3 {
  color: var(--busa-navy);
  text-transform: uppercase;
  font-size: 17px !important;
  line-height: 1.2;
  margin: 0 0 10px;
  font-weight: 800 !important
}

.busa-benefits p {
  color: var(--busa-ink);
  font-size: 15px !important;
  line-height: 1.45 !important;
  margin: 0;
  font-weight: 500 !important
}

.busa-progress {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid var(--busa-line);
  border-radius: 8px;
  background: #fff;
  padding: 42px 70px 24px;
  margin: 0 0 46px;
  box-shadow: 0 4px 16px rgba(6, 22, 51, .035)
}

.busa-progress:before {
  content: "";
  position: absolute;
  left: 140px;
  right: 140px;
  top: 70px;
  height: 2px;
  background: #d5dce8
}

.busa-progress h2 {
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  color: var(--busa-navy);
  text-align: center;
  text-transform: uppercase;
  font-size: 18px !important;
  line-height: 1;
  margin: 0;
  font-weight: 800 !important
}

.busa-progress button {
  position: relative;
  z-index: 1;
  border: 0;
  background: transparent;
  color: var(--busa-navy);
  text-align: center;
  cursor: pointer;
  font: inherit;
  padding: 0
}

.busa-progress span {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  background: #e6ebf2;
  color: var(--busa-navy);
  font-size: 18px;
  line-height: 1;
  font-weight: 800
}

.busa-progress b {
  display: block;
  max-width: 150px;
  min-height: 42px;
  color: var(--busa-navy);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  margin: 0 auto
}

.busa-progress .is-active span {
  background: var(--busa-navy);
  color: #fff
}

.busa-form {
  max-width: 1180px;
  margin: 0 auto
}

.busa-step {
  display: none;
  min-height: 770px
}

.busa-step.is-active {
  display: block
}

.busa-step>h2,
.busa-panel>h2,
.busa-review-grid h2 {
  color: var(--busa-navy);
  font-size: 24px !important;
  line-height: 1.2;
  margin: 0 0 24px;
  font-weight: 800 !important
}

.busa-panel h3,
.busa-gray-form h3 {
  color: var(--busa-navy);
  text-transform: uppercase;
  font-size: 16px !important;
  line-height: 1.25;
  margin: 0 0 16px;
  font-weight: 800 !important
}

.busa-panel label,
.busa-gray-form label,
.busa-rep-box label,
.busa-side-checks label {
  display: block;
  color: var(--busa-navy);
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700
}

.busa-panel em,
.busa-gray-form em {
  color: var(--busa-red);
  font-style: normal
}

.busa-panel span,
.busa-gray-form span,
.busa-side-checks span {
  font-weight: 500
}

.busa-panel input,
.busa-panel select,
.busa-panel textarea,
.busa-gray-form input,
.busa-gray-form select,
.busa-gray-form textarea,
.busa-rep-box input:not([type=radio]),
.busa-side-checks input:not([type=radio]):not([type=checkbox]) {
  width: 100%;
  min-height: 44px;
  border: 1px solid #cdd5df;
  border-radius: 4px;
  background: #fff;
  color: #101828;
  font: inherit;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 13px;
  margin-top: 8px
}

.busa-panel textarea,
.busa-gray-form textarea {
  min-height: 150px;
  resize: vertical
}

.busa-fields {
  display: grid;
  gap: 24px 34px;
  margin: 0 0 28px
}

.busa-fields-3 {
  grid-template-columns: repeat(3, 1fr)
}

.busa-fields-address {
  grid-template-columns: 1.25fr 1.05fr .85fr .8fr .62fr .9fr
}

.busa-slab {
  height: 18px;
  background: #4a4a4a;
  margin: 14px 0 28px
}

.busa-two-col,
.busa-review-grid {
  display: grid;
  grid-template-columns: minmax(0, 680px) 410px;
  gap: 72px;
  align-items: start
}

.busa-panel small {
  display: block;
  color: #48628f;
  font-size: 13px;
  font-weight: 500;
  margin-top: 8px
}

.busa-panel fieldset,
.busa-side-checks fieldset,
.busa-rep-box fieldset {
  border: 0;
  padding: 0;
  margin: 0 0 24px
}

.busa-panel legend,
.busa-side-checks legend,
.busa-rep-box legend {
  color: var(--busa-navy);
  font-size: 15px;
  line-height: 1.3;
  font-weight: 800;
  margin: 0 0 12px
}

.busa-panel fieldset label,
.busa-side-checks label,
.busa-rep-box fieldset label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 13px
}

.busa-panel input[type=radio],
.busa-panel input[type=checkbox],
.busa-side-checks input[type=radio],
.busa-side-checks input[type=checkbox],
.busa-rep-box input[type=radio] {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--busa-navy);
  flex: 0 0 auto
}

.busa-side-checks {
  padding-top: 38px
}

.busa-inline-radio {
  align-items: center !important;
  flex-wrap: wrap
}

.busa-inline-radio input[type=text],
.busa-inline-radio input:not([type=radio]):not([type=checkbox]) {
  width: 210px;
  min-height: 38px;
  margin: 0 0 0 10px
}

.busa-gray-form {
  max-width: 1090px;
  background: #f0f0f0;
  padding: 0 14px 20px;
  color: #111
}

.busa-gray-form .busa-slab {
  margin: 0 -4px 16px
}

.busa-gray-form p {
  color: #111;
  font-size: 16px !important;
  line-height: 1.5 !important;
  margin: 0 0 12px;
  font-weight: 400 !important
}

.busa-gray-form a {
  color: #d10020;
  font-weight: 700
}

.busa-gray-form label {
  max-width: 560px;
  margin: 14px 0 18px
}

.busa-review-grid {
  grid-template-columns: minmax(0, 650px) 380px;
  gap: 96px;
  min-height: 820px
}

.busa-review-summary {
  min-height: 560px;
  display: grid;
  gap: 16px;
  align-content: start
}

.busa-review-summary section {
  border: 1px solid var(--busa-line);
  border-radius: 7px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(6, 22, 51, .05)
}

.busa-review-summary header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f5f6f8;
  padding: 11px 14px
}

.busa-review-summary h3 {
  color: var(--busa-navy);
  text-transform: uppercase;
  font-size: 15px !important;
  margin: 0;
  font-weight: 800 !important
}

.busa-review-summary button {
  border: 0;
  border-radius: 4px;
  background: var(--busa-red);
  color: #fff;
  padding: 7px 13px;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer
}

.busa-review-summary section>div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--busa-line)
}

.busa-review-summary section>div>div {
  min-height: 62px;
  background: #fff;
  padding: 12px 14px
}

.busa-review-summary b {
  display: block;
  color: var(--busa-navy);
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.2;
  margin: 0 0 5px;
  font-weight: 800
}

.busa-review-summary span {
  display: block;
  color: #111827;
  font-size: 15px;
  line-height: 1.4;
  word-break: break-word
}

.busa-review-help {
  padding-top: 32px
}

.busa-review-help h3 {
  color: #111;
  font-size: 20px !important;
  line-height: 1.2;
  margin: 26px 0 10px;
  font-weight: 700 !important
}

.busa-review-help h3:first-child {
  margin-top: 0
}

.busa-review-help p {
  color: #111;
  font-size: 16px !important;
  line-height: 1.5 !important;
  margin: 0 0 16px;
  font-weight: 400 !important
}

.busa-red {
  color: var(--busa-red) !important
}

.busa-rep-box {
  width: 100%;
  background: #f0f0f0;
  border-top: 16px solid #6b6b6b;
  padding: 14px 16px 16px;
  margin: 42px 0 0
}

.busa-rep-box p,
.busa-rep-box legend {
  color: #111;
  font-size: 13px !important;
  line-height: 1.45 !important;
  margin: 0 0 10px;
  font-weight: 400 !important
}

.busa-rep-box>label {
  max-width: 430px;
  margin: 0 0 10px
}

.busa-rep-box input:not([type=radio]) {
  min-height: 34px;
  font-size: 14px
}

.busa-actions {
  text-align: center;
  margin: 44px 0 14px
}

.busa-btn {
  min-width: 245px;
  border: 0;
  border-radius: 999px;
  background: var(--busa-red);
  color: #fff;
  padding: 14px 30px;
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
  cursor: pointer;
  box-shadow: none
}

.busa-btn:hover,
.busa-btn:focus {
  background: #971017;
  color: #fff
}

.busa-submit-result {
  max-width: 760px;
  border-radius: 7px;
  padding: 16px 18px;
  margin: 24px auto 0;
  font-size: 16px;
  line-height: 1.45;
  text-align: center
}

.busa-submit-result.is-success {
  border: 1px solid #a3d7b5;
  background: #f0fff5;
  color: #155724
}

.busa-submit-result.is-error {
  border: 1px solid #efb3b8;
  background: #fff3f3;
  color: #8a1218
}

@media(max-width:1180px) {

  .busa-benefits,
  .busa-fields-3,
  .busa-fields-address,
  .busa-two-col,
  .busa-review-grid {
    grid-template-columns: 1fr 1fr
  }

  .busa-hero-copy {
    max-width: 68%
  }

  .busa-progress {
    padding-left: 30px;
    padding-right: 30px
  }

  .busa-progress:before {
    left: 90px;
    right: 90px
  }
}

@media(max-width:800px) {
  .busa-page .wrap {
    padding-left: 18px;
    padding-right: 18px
  }

  .busa-hero-bg {
    background: linear-gradient(90deg, rgba(3, 19, 45, .98), rgba(3, 19, 45, .78)), url('images/business-membership-application-hero.png') center / cover no-repeat
  }

  .busa-hero-copy {
    width: 100%;
    max-width: 100%
  }

  .busa-hero h1 {
    font-size: 32px !important
  }

  .busa-hero h2 {
    font-size: 22px !important
  }

  .busa-benefits,
  .busa-fields-3,
  .busa-fields-address,
  .busa-two-col,
  .busa-review-grid,
  .busa-review-summary section>div {
    grid-template-columns: 1fr
  }

  .busa-benefits article {
    grid-template-columns: 62px 1fr;
    padding: 20px
  }

  .busa-progress {
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    padding: 45px 18px 22px
  }

  .busa-progress:before {
    display: none
  }

  .busa-step {
    min-height: 0
  }
}

/* ===== BOOSTER CLUB MEMBERSHIP APPLICATION ===== */
.bma-page {
  --bma-navy: #000a1c;
  --bma-deep: #02062d;
  --bma-red: #b10f17;
  --bma-gold: #f1c84a;
  --bma-ink: #050b18;
  --bma-line: #d7dbe3;
  --bma-soft: #f2f2f2;
  background: #fff;
  color: var(--bma-ink);
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.35
}

.bma-page .wrap {
  max-width: var(--wrap);
  padding: 0 80px
}

.bma-hero {
  background: var(--bma-navy);
  color: #fff
}

.bma-hero-inner {
  min-height: 280px;
  display: grid;
  grid-template-columns: 265px 1fr;
  gap: 24px;
  align-items: center
}

.bma-logo img {
  width: 250px;
  height: auto;
  display: block
}

.bma-hero h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 52px !important;
  line-height: 1;
  margin: 0 0 12px;
  font-weight: 800 !important
}

.bma-hero h2 {
  color: var(--bma-gold);
  font-size: 39px !important;
  line-height: 1;
  margin: 0 0 28px;
  font-weight: 800 !important
}

.bma-hero p {
  max-width: 620px;
  color: #fff;
  font-size: 21px !important;
  line-height: 1.2 !important;
  margin: 0;
  font-weight: 700 !important
}

.bma-shell {
  padding: 0 0 0;
  background: #fff
}

.bma-progress {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  padding: 28px 0 40px
}

.bma-progress button {
  border: 0;
  background: transparent;
  color: #050505;
  text-align: center;
  cursor: pointer;
  font: inherit;
  padding: 0
}

.bma-progress span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  background: #b8bac0;
  color: #fff;
  font-size: 21px;
  line-height: 1;
  font-weight: 800
}

.bma-progress b {
  display: block;
  color: #000;
  font-size: 14px;
  line-height: 1.15;
  font-weight: 500
}

.bma-progress .is-active span {
  background: var(--bma-red)
}

.bma-progress .is-active b {
  color: var(--bma-red)
}

.bma-step {
  display: none;
  min-height: 610px
}

.bma-step.is-active {
  display: block
}

.bma-grid {
  display: grid;
  grid-template-columns: minmax(0, 720px) 330px;
  gap: 72px;
  align-items: start
}

.bma-grid-info {
  grid-template-columns: minmax(0, 760px) 330px
}

.bma-grid-details {
  grid-template-columns: minmax(0, 790px) 330px
}

.bma-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 34px
}

.bma-panel h3,
.bma-review-title {
  grid-column: 1 / -1;
  color: #07133a;
  text-transform: uppercase;
  font-size: 21px !important;
  line-height: 1.1;
  margin: 0 0 8px;
  font-weight: 800 !important
}

.bma-panel h4 {
  color: #000;
  font-size: 12px;
  line-height: 1.25;
  margin: 0 0 8px;
  font-weight: 800
}

.bma-panel h4 span {
  font-weight: 500;
  font-style: italic
}

.bma-panel p,
.bma-note,
.bma-side p,
.bma-side small {
  color: #000;
  font-size: 13px !important;
  line-height: 1.42 !important;
  margin: 0 0 12px;
  font-weight: 500 !important
}

.bma-panel label,
.bma-order label {
  color: #091332;
  display: block;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 700
}

.bma-panel label span {
  font-weight: 500
}

.bma-panel em,
.bma-order em {
  color: var(--bma-red);
  font-style: normal
}

.bma-panel input,
.bma-panel select,
.bma-panel textarea,
.bma-order input,
.bma-order textarea,
.bma-book select {
  width: 100%;
  height: 39px;
  border: 1px solid #cdd3dc;
  border-radius: 4px;
  background: #fff;
  color: #151515;
  font: inherit;
  font-size: 13px;
  font-weight: 400;
  padding: 9px 12px;
  margin-top: 8px
}

.bma-panel textarea,
.bma-order textarea {
  height: 110px;
  resize: vertical
}

.bma-span-2 {
  grid-column: span 2
}

.bma-side {
  color: #000;
  padding-top: 22px
}

.bma-side h3 {
  color: #000;
  font-size: 24px !important;
  line-height: 1.05;
  margin: 0 0 8px;
  font-weight: 500 !important
}

.bma-why {
  padding-top: 0
}

.bma-why h3 {
  text-align: center;
  color: #07133a;
  font-size: 20px !important;
  font-weight: 800 !important;
  text-transform: uppercase
}

.bma-why>p {
  color: var(--bma-red);
  font-size: 14px !important;
  line-height: 1.25 !important;
  margin-bottom: 0;
  font-weight: 700 !important
}

.bma-why small {
  display: block;
  padding-left: 24px;
  margin-bottom: 16px
}

.bma-why div {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: start;
  margin: 0 0 14px
}

.bma-why i {
  color: var(--bma-red);
  font-size: 31px;
  line-height: 1;
  text-align: center
}

.bma-why span {
  display: block;
  color: #000;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 500
}

.bma-why b {
  display: block;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 800
}

.bma-contact-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 34px;
  grid-column: 1 / -1;
  margin-bottom: 18px
}

.bma-add {
  grid-column: 1 / -1;
  justify-self: center;
  width: 430px;
  max-width: 100%;
  height: 31px;
  border: 1px solid #a51a22;
  border-radius: 3px;
  background: #fff;
  color: var(--bma-red);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer
}

.bma-block {
  grid-column: 1 / -1;
  background: #f1f1f1;
  padding: 10px 12px 12px;
  max-width: 570px
}

.bma-wide-block {
  max-width: 100%
}

.bma-block label {
  margin-bottom: 9px
}

.bma-radio {
  display: flex !important;
  align-items: center;
  gap: 6px;
  color: #000 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  margin: 2px 0
}

.bma-radio input,
.bma-checkbox input {
  width: 13px !important;
  height: 13px !important;
  margin: 0 !important
}

.bma-slab {
  grid-column: 1 / -1;
  height: 17px;
  background: #666;
  max-width: 570px;
  margin: -8px 0 -8px
}

.bma-wide-block+.bma-slab {
  max-width: 100%
}

.bma-mini-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px
}

.bma-review-grid {
  grid-template-columns: minmax(0, 650px) 380px;
  gap: 86px;
  min-height: 910px
}

.bma-review-summary {
  min-height: 630px;
  display: grid;
  gap: 15px;
  align-content: start
}

.bma-review-summary section {
  border: 1px solid #d8dce5;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 3px 14px rgba(0, 0, 0, .04)
}

.bma-review-summary header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f4f5f7;
  padding: 10px 14px
}

.bma-review-summary h4 {
  color: #07133a;
  text-transform: uppercase;
  font-size: 13px;
  margin: 0;
  font-weight: 800
}

.bma-review-summary button {
  border: 0;
  background: var(--bma-red);
  color: #fff;
  border-radius: 4px;
  padding: 5px 11px;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer
}

.bma-review-summary section>div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: #d8dce5
}

.bma-review-summary section>div>div {
  background: #fff;
  padding: 11px 13px;
  min-height: 54px
}

.bma-review-summary b {
  display: block;
  color: #07133a;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-weight: 800
}

.bma-review-summary span {
  display: block;
  color: #111;
  font-size: 13px;
  line-height: 1.4;
  word-break: break-word
}

.bma-review-help {
  padding-top: 28px
}

.bma-review-help h3 {
  font-size: 18px !important;
  font-weight: 600 !important;
  margin-top: 24px
}

.bma-review-help h3:first-child {
  margin-top: 0
}

.bma-red {
  color: var(--bma-red) !important
}

.bma-rep-box {
  width: 100%;
  max-width: 990px;
  background: #f0f0f0;
  border-top: 16px solid #707070;
  padding: 14px 14px 12px;
  margin: 18px 0 12px
}

.bma-rep-box p,
.bma-rep-box legend {
  color: #000;
  font-size: 11px !important;
  line-height: 1.4 !important;
  margin: 0 0 8px;
  font-weight: 400 !important
}

.bma-rep-box fieldset {
  border: 0;
  padding: 0;
  margin: 0 0 8px
}

.bma-rep-box fieldset label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-right: 14px;
  font-size: 11px;
  font-weight: 400
}

.bma-rep-box>label {
  display: block;
  max-width: 420px;
  color: #000;
  font-size: 11px;
  font-weight: 400;
  margin-bottom: 8px
}

.bma-rep-box input:not([type=radio]) {
  width: 100%;
  height: 24px;
  border: 1px solid #cfd4dc;
  background: #fff;
  margin-top: 3px
}

.bma-recaptcha {
  width: 290px;
  height: 78px;
  border: 1px solid #d8d8d8;
  background: #fafafa;
  display: grid;
  grid-template-columns: 32px 1fr 58px;
  gap: 10px;
  align-items: center;
  padding: 14px;
  margin-left: 8px
}

.bma-recaptcha span {
  width: 28px;
  height: 28px;
  border: 2px solid #888;
  background: #fff
}

.bma-recaptcha b {
  color: #000;
  font-size: 13px;
  font-weight: 400
}

.bma-recaptcha small {
  color: #666;
  font-size: 9px;
  text-align: center
}

.bma-actions {
  text-align: center;
  margin: 34px 0 45px
}

.bma-btn {
  min-width: 300px;
  border: 0;
  border-radius: 999px;
  background: var(--bma-red);
  color: #fff;
  padding: 13px 30px;
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
  cursor: pointer
}

.bma-payment {
  max-width: 1080px;
  margin: 0 auto
}

.bma-payment header {
  background: #205b96;
  color: #fff;
  padding: 22px 26px;
  margin: 30px 0 24px
}

.bma-payment header h3 {
  color: #fff;
  font-size: 32px !important;
  line-height: 1.1;
  margin: 0 0 8px;
  font-weight: 800 !important
}

.bma-payment header p {
  color: #fff;
  font-size: 14px !important;
  margin: 0;
  font-weight: 400 !important
}

.bma-back {
  border: 0;
  background: #eef4fb;
  color: #0b2a4f;
  border-radius: 999px;
  padding: 12px 25px;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  margin: 0 0 18px 24px
}

.bma-alert {
  border: 1px solid #c7d8ea;
  background: #f5faff;
  color: #0b2a4f;
  border-radius: 8px;
  padding: 16px 20px;
  font-size: 14px;
  margin: 0 24px 18px
}

.bma-payment-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 22px;
  align-items: start;
  padding: 0 24px
}

.bma-next-step {
  background: #fff
}

.bma-next-step h3 {
  color: #06133b;
  font-size: 24px !important;
  margin: 8px 0 20px;
  font-weight: 800 !important
}

.bma-next-step h3 span {
  font-size: 12px;
  font-weight: 600
}

.bma-book {
  background: #f7f7f7;
  padding: 18px 20px 14px;
  margin: 0 0 48px 20px;
  max-width: 710px
}

.bma-book small {
  display: block;
  color: #42628e;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .8px;
  font-weight: 800;
  margin-bottom: 10px
}

.bma-book h4 {
  color: #06133b;
  font-size: 24px;
  margin: 0 0 5px;
  font-weight: 800
}

.bma-book p {
  color: #6e7785;
  font-size: 13px !important;
  margin: 0;
  font-weight: 400 !important
}

.bma-green-note {
  border: 1px solid #8ee1b4;
  background: #e9fff3;
  color: #0a9460;
  border-radius: 7px;
  padding: 11px 14px;
  font-size: 12px;
  font-weight: 800;
  margin: 18px 0 10px
}

.bma-book-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  border: 1px solid #d4d8e0;
  background: #fff;
  border-radius: 8px;
  padding: 18px
}

.bma-book-row b {
  display: block;
  color: #07133a;
  font-size: 18px;
  margin-bottom: 6px
}

.bma-book-row strong {
  color: #07133a;
  font-size: 30px;
  font-weight: 800
}

.bma-book-actions {
  display: flex;
  gap: 90px;
  justify-content: center;
  align-items: center;
  margin-top: -26px;
  position: relative;
  z-index: 1
}

.bma-book-actions select {
  width: 220px;
  height: 33px;
  margin: 0
}

.bma-book-actions button {
  border: 0;
  background: #173866;
  color: #fff;
  border-radius: 5px;
  height: 49px;
  width: 150px;
  font-weight: 800;
  cursor: pointer
}

.bma-final-title {
  color: var(--bma-red) !important;
  margin-left: 20px !important
}

.bma-pay-options {
  display: flex;
  gap: 55px;
  align-items: center;
  margin: 0 0 20px 36px
}

.bma-pay-options label {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 13px;
  font-weight: 800;
  color: #06133b
}

.bma-pay-options input {
  width: 25px;
  height: 25px;
  accent-color: #173866
}

.bma-pay-options span {
  min-width: 190px;
  display: inline-flex;
  justify-content: center;
  background: #e0ad39;
  border-radius: 999px;
  padding: 14px 22px;
  color: #06133b
}

.bma-final-note {
  color: #66758c !important;
  font-size: 12px !important;
  margin-left: 36px !important
}

.bma-order {
  border: 1px solid #d8dce5;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 12px rgba(6, 20, 45, .12);
  padding: 25px 24px
}

.bma-order h4 {
  color: #07133a;
  font-size: 16px;
  margin: 0 0 22px;
  font-weight: 800
}

.bma-order div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  margin-bottom: 20px
}

.bma-order span {
  color: #06133b;
  font-size: 12px;
  line-height: 1.4
}

.bma-order b {
  color: #06133b;
  font-size: 12px
}

.bma-order hr {
  border: 0;
  border-top: 1px solid #06133b;
  margin: 5px 0 18px
}

.bma-total {
  font-weight: 800
}

.bma-order label {
  margin-bottom: 16px
}

.bma-order input,
.bma-order textarea {
  background: #f5f5f5;
  border-color: #f5f5f5
}

.bma-order textarea {
  height: 78px;
  background: #fff;
  border-color: #d8dce5
}

.bma-checkbox {
  display: flex !important;
  align-items: center;
  gap: 8px;
  color: #000 !important;
  font-size: 13px !important;
  font-weight: 400 !important
}

.bma-submit-result {
  margin: 0 24px 30px;
  padding: 16px 18px;
  border-radius: 8px;
  background: #f5faff;
  border: 1px solid #c7d8ea;
  color: #0b2a4f;
  font-size: 14px;
  text-align: center
}

.bma-submit-result.is-success {
  background: #effaf1;
  border-color: #a8dcb2;
  color: #155724
}

.bma-submit-result.is-error {
  background: #fff1f1;
  border-color: #efb4b4;
  color: #8a1111
}

/* Standard readable form type scale. */
.bma-page {
  font-size: 16px;
  line-height: 1.5
}

.bma-page :where(p, li) {
  font-size: 16px;
  line-height: 1.55
}

.bma-page :where(.bma-panel label, .bma-order label, .bma-radio, .bma-checkbox) {
  font-size: 14px !important;
  line-height: 1.4
}

.bma-page :where(.bma-panel input, .bma-panel select, .bma-panel textarea, .bma-order input, .bma-order textarea, .bma-book select) {
  min-height: 44px;
  font-size: 16px;
  line-height: 1.35
}

.bma-page :where(.bma-panel p, .bma-note, .bma-side p, .bma-side small, .bma-why span, .bma-book p, .bma-final-note) {
  font-size: 14px !important;
  line-height: 1.5 !important
}

.bma-page :where(.bma-panel h3, .bma-review-title) {
  font-size: 24px !important;
  line-height: 1.2
}

.bma-page :where(.bma-panel h4, .bma-review-summary h4, .bma-order h4) {
  font-size: 16px;
  line-height: 1.25
}

.bma-page :where(.bma-side h3, .bma-why h3, .bma-next-step h3) {
  font-size: 24px !important;
  line-height: 1.2
}

.bma-page :where(.bma-progress b, .bma-review-summary span, .bma-order span, .bma-order b) {
  font-size: 14px;
  line-height: 1.45
}

.bma-page :where(.bma-review-summary b, .bma-rep-box p, .bma-rep-box legend, .bma-rep-box fieldset label, .bma-rep-box>label) {
  font-size: 12px !important;
  line-height: 1.45 !important
}

.bma-page :where(.bma-btn, .bma-book-actions button, .bma-back) {
  font-size: 16px;
  line-height: 1.2
}

.bma-bottom {
  min-height: 135px;
  background: var(--bma-deep)
}

@media(max-width:980px) {
  .bma-page .wrap {
    padding: 0 22px
  }

  .bma-hero-inner,
  .bma-grid,
  .bma-grid-info,
  .bma-grid-details,
  .bma-review-grid,
  .bma-payment-grid {
    grid-template-columns: 1fr;
    gap: 28px
  }

  .bma-progress {
    grid-template-columns: repeat(3, 1fr)
  }

  .bma-side {
    padding-top: 0
  }
}

@media(max-width:640px) {
  .bma-hero-inner {
    min-height: 250px
  }

  .bma-logo img {
    width: 190px
  }

  .bma-hero h1 {
    font-size: 34px !important
  }

  .bma-hero h2 {
    font-size: 25px !important
  }

  .bma-hero p {
    font-size: 15px !important
  }

  .bma-progress,
  .bma-panel,
  .bma-contact-row,
  .bma-review-summary section>div,
  .bma-mini-grid {
    grid-template-columns: 1fr
  }

  .bma-span-2 {
    grid-column: span 1
  }

  .bma-btn {
    min-width: 0;
    width: 100%
  }

  .bma-pay-options {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
    margin-left: 0
  }
}

/* ===== BOOSTER SUMMIT TOUR PAGE ===== */
.bst-page {
  --bst-navy: #061f49;
  --bst-deep: #020914;
  --bst-red: #c1111b;
  --bst-gold: #f0b51f;
  --bst-green: #1f7a3b;
  --bst-ink: #061633;
  --bst-line: #dce1ea;
  --bst-soft: #f4f6fa;
  background: #fff;
  color: var(--bst-ink);
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden
}

.bst-page :where(h1, h2, h3, h4) {
  letter-spacing: 0;
  line-height: 1.15;
  font-weight: 800
}

.bst-page :where(p, li) {
  font-size: 15px;
  line-height: 1.55;
  font-weight: 400
}

.bst-hero {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  color: #fff;
  background: var(--bst-deep)
}

.bst-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 9, 20, .98) 0%, rgba(3, 22, 52, .92) 33%, rgba(3, 22, 52, .28) 62%, rgba(2, 9, 20, .12) 100%),
    url('images/booster-summit-tour-hero.png') center / cover no-repeat
}

.bst-hero-inner {
  position: relative;
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(0, 560px) 1fr;
  gap: 24px;
  align-items: center;
  padding-top: 36px;
  padding-bottom: 34px
}

.bst-hero-copy {
  max-width: 560px;
  z-index: 2
}

.bst-kicker {
  color: #fff;
  text-transform: uppercase;
  font-size: 28px !important;
  line-height: 1.05 !important;
  margin: 0 0 5px;
  font-weight: 800 !important
}

.bst-hero h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 58px !important;
  line-height: 1.03;
  margin: 0 0 18px;
  font-weight: 900 !important
}

.bst-hero h2 {
  color: var(--bst-gold);
  font-size: 27px !important;
  line-height: 1.18;
  margin: 0 0 16px;
  font-weight: 800 !important
}

.bst-hero h2 span {
  font-size: 22px;
  font-weight: 700
}

.bst-lede {
  color: #fff;
  font-size: 18px !important;
  line-height: 1.45 !important;
  margin: 0 0 24px;
  font-weight: 500 !important
}

.bst-hero-actions {
  display: grid;
  gap: 12px;
  max-width: 380px
}

.bst-btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-radius: 5px;
  padding: 12px 16px;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 800
}

.bst-btn-red {
  background: var(--bst-red);
  color: #fff !important;
  border: 1px solid var(--bst-red)
}

.bst-btn-ghost {
  background: rgba(3, 19, 45, .56);
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, .7)
}

.bst-hero-brand {
  position: absolute;
  top: 52px;
  right: 86px;
  z-index: 2
}

.bst-hero-brand img {
  width: 120px;
  height: auto
}

.bst-portal-device {
  position: absolute;
  right: 80px;
  bottom: 34px;
  width: min(640px, 52vw);
  display: grid;
  grid-template-columns: 250px 1fr 70px;
  gap: 16px;
  align-items: end;
  z-index: 3
}

.bst-portal-device>div {
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 8px;
  background: rgba(2, 9, 20, .68);
  padding: 17px 18px
}

.bst-portal-device b,
.bst-portal-device span {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700
}

.bst-portal-device strong {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 31px;
  line-height: 1;
  font-weight: 900
}

.bst-laptop {
  height: 138px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  border: 7px solid #d8e1ee;
  border-bottom-width: 16px;
  border-radius: 10px;
  background: #fff;
  padding: 16px;
  margin: 0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .28)
}

.bst-laptop span,
.bst-laptop i,
.bst-phone span {
  display: block;
  border-radius: 4px;
  background: linear-gradient(135deg, #2b6cb0, #e3a51f)
}

.bst-laptop i {
  background: linear-gradient(135deg, #1c7c44, #48a6d9)
}

.bst-phone {
  height: 150px;
  display: grid;
  gap: 9px;
  border: 6px solid #d8e1ee;
  border-radius: 14px;
  background: #fff;
  padding: 14px 8px;
  margin: 0 0 -4px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .28)
}

.bst-intro {
  padding: 34px 0 26px;
  background: #fff
}

.bst-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) 260px 260px;
  gap: 28px;
  align-items: center
}

.bst-intro p {
  color: var(--bst-navy);
  margin: 0;
  font-size: 16px !important;
  font-weight: 600
}

.bst-intro-stat {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 16px;
  align-items: center;
  border-left: 1px solid var(--bst-line);
  padding-left: 28px;
  color: var(--bst-navy)
}

.bst-intro-stat :where(svg, i) {
  width: 66px;
  height: 66px;
  color: var(--bst-navy);
  font-size: 58px
}

.bst-intro-stat span {
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600
}

.bst-intro-stat b {
  display: block;
  font-size: 16px;
  font-weight: 800
}

.bst-challenge {
  padding: 0 0 32px
}

.bst-challenge-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 70px minmax(0, 1.65fr);
  gap: 0;
  align-items: center
}

.bst-card {
  border: 1px solid var(--bst-line);
  border-radius: 8px;
  background: linear-gradient(135deg, #fff, #f2f5fa);
  box-shadow: 0 2px 12px rgba(6, 22, 51, .04)
}

.bst-problem,
.bst-solution {
  min-height: 285px;
  padding: 24px 26px
}

.bst-problem h2,
.bst-solution h2 {
  text-transform: uppercase;
  font-size: 22px !important;
  margin: 0 0 10px
}

.bst-problem h2 {
  color: var(--bst-red)
}

.bst-solution h2 {
  color: var(--bst-green)
}

.bst-problem p,
.bst-solution p {
  color: var(--bst-navy);
  margin: 0 0 14px;
  font-weight: 700
}

.bst-problem ul,
.bst-solution ul,
.bst-portal-panel ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.bst-problem li,
.bst-solution li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--bst-navy);
  font-size: 14px;
  line-height: 1.45;
  margin: 0 0 7px;
  font-weight: 600
}

.bst-problem li i {
  color: var(--bst-red);
  margin-top: 3px
}

.bst-solution li i {
  color: var(--bst-green);
  margin-top: 3px
}

.bst-arrow {
  position: relative;
  height: 58px;
  background: linear-gradient(90deg, rgba(6, 31, 73, 0), var(--bst-navy))
}

.bst-arrow:after {
  content: "";
  position: absolute;
  right: -34px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 46px solid transparent;
  border-bottom: 46px solid transparent;
  border-left: 56px solid var(--bst-navy)
}

.bst-solution {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 28px
}

.bst-solution aside {
  display: grid;
  align-content: center;
  gap: 12px;
  border-radius: 8px;
  background: #dfe6f2;
  color: var(--bst-navy);
  padding: 26px 24px
}

.bst-solution aside i {
  font-size: 34px
}

.bst-solution aside b,
.bst-solution aside span {
  display: block;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 800
}

.bst-provides {
  padding: 0 0 28px
}

.bst-provides h2,
.bst-work h2,
.bst-benefits h2,
.bst-quotes h2 {
  color: var(--bst-navy);
  text-align: center;
  text-transform: uppercase;
  font-size: 22px !important;
  margin: 0 0 18px
}

.bst-provide-grid,
.bst-benefit-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border: 1px solid var(--bst-line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden
}

.bst-provide-grid article,
.bst-benefit-grid article {
  min-height: 210px;
  text-align: center;
  padding: 26px 22px 22px;
  border-right: 1px solid var(--bst-line)
}

.bst-provide-grid article:last-child,
.bst-benefit-grid article:last-child {
  border-right: 0
}

.bst-provide-grid i,
.bst-benefit-grid i {
  color: var(--bst-navy);
  font-size: 54px;
  margin-bottom: 16px
}

.bst-provide-grid h3,
.bst-benefit-grid h3 {
  color: var(--bst-navy);
  text-transform: uppercase;
  font-size: 15px !important;
  line-height: 1.2;
  margin: 0 0 10px
}

.bst-benefit-grid h3 {
  text-transform: none;
  font-size: 17px !important
}

.bst-provide-grid p,
.bst-benefit-grid p {
  color: var(--bst-navy);
  font-size: 14px !important;
  line-height: 1.45 !important;
  margin: 0
}

.bst-work {
  padding: 0 0 26px
}

.bst-work-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(340px, .75fr);
  gap: 24px;
  align-items: start
}

.bst-steps {
  padding: 24px 24px 22px
}

.bst-steps>div {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px
}

.bst-steps section {
  position: relative;
  text-align: center
}

.bst-steps section:not(:last-child):after {
  content: "";
  position: absolute;
  top: 22px;
  left: calc(50% + 25px);
  width: calc(100% - 36px);
  height: 1px;
  background: #8d9bb1
}

.bst-steps span {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: var(--bst-navy);
  color: #fff;
  font-size: 18px;
  font-weight: 800
}

.bst-steps i {
  color: var(--bst-navy);
  font-size: 44px;
  margin-bottom: 12px
}

.bst-steps h3 {
  color: var(--bst-navy);
  font-size: 14px !important;
  line-height: 1.2;
  margin: 0 0 7px
}

.bst-steps p {
  color: var(--bst-navy);
  font-size: 13px !important;
  line-height: 1.4 !important;
  margin: 0
}

.bst-portal-panel {
  border-radius: 10px;
  background: linear-gradient(145deg, #061f49, #020914);
  color: #fff;
  padding: 28px 30px;
  box-shadow: 0 4px 16px rgba(6, 22, 51, .16)
}

.bst-portal-panel h2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 23px !important;
  margin: 0 0 14px
}

.bst-portal-panel p {
  color: #fff;
  text-align: center;
  margin: 0 0 20px;
  font-size: 15px !important
}

.bst-portal-panel ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px 18px;
  margin-bottom: 22px
}

.bst-portal-panel li {
  display: flex;
  gap: 9px;
  color: #fff;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600
}

.bst-portal-panel i {
  color: #fff;
  margin-top: 2px
}

.bst-portal-panel>b {
  display: block;
  color: var(--bst-gold);
  text-align: center;
  font-size: 19px;
  line-height: 1.25;
  font-weight: 800
}

.bst-benefits {
  padding: 0 0 26px
}

.bst-benefit-grid article {
  min-height: 165px;
  padding-top: 22px
}

.bst-benefit-grid i {
  font-size: 42px;
  margin-bottom: 12px
}

.bst-bottom {
  padding: 0 0 22px
}

.bst-bottom-grid {
  display: grid;
  grid-template-columns: 1fr 1.25fr .9fr;
  gap: 18px;
  align-items: stretch
}

.bst-cta-card,
.bst-quotes,
.bst-grant {
  border-radius: 8px;
  border: 1px solid var(--bst-line);
  background: #fff;
  padding: 24px 24px
}

.bst-cta-card {
  background: linear-gradient(145deg, #061f49, #020914);
  color: #fff
}

.bst-cta-card h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px !important;
  margin: 0 0 12px
}

.bst-cta-card p {
  color: #fff;
  font-size: 15px !important;
  margin: 0 0 18px
}

.bst-quotes {
  padding-left: 18px;
  padding-right: 18px
}

.bst-quotes>div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px
}

.bst-quotes blockquote {
  margin: 0;
  text-align: center;
  padding: 8px 10px
}

.bst-quotes span {
  color: var(--bst-gold);
  display: block;
  letter-spacing: 2px;
  font-size: 17px;
  margin-bottom: 8px
}

.bst-quotes p {
  color: var(--bst-navy);
  font-size: 13px !important;
  line-height: 1.45 !important;
  margin: 0 0 8px
}

.bst-quotes cite {
  color: var(--bst-navy);
  font-size: 13px;
  font-style: normal;
  font-weight: 800
}

.bst-grant {
  background: linear-gradient(135deg, #fff, #eef3fb)
}

.bst-grant h2 {
  color: var(--bst-navy);
  text-transform: uppercase;
  font-size: 23px !important;
  margin: 0 0 12px
}

.bst-grant p {
  color: var(--bst-navy);
  font-size: 14px !important;
  margin: 0 0 18px
}

.bst-grant a {
  color: var(--bst-navy);
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 800
}

.bst-closing {
  color: var(--bst-green);
  text-transform: uppercase;
  font-size: 19px !important;
  line-height: 1.3 !important;
  margin: 16px 0 0;
  font-weight: 800 !important
}

@media(max-width:1180px) {

  .bst-hero-inner,
  .bst-intro-grid,
  .bst-challenge-grid,
  .bst-work-grid,
  .bst-bottom-grid {
    grid-template-columns: 1fr
  }

  .bst-portal-device {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    grid-column: 1 / -1;
    margin-top: 24px
  }

  .bst-hero-brand {
    right: 80px
  }

  .bst-arrow {
    width: 80px;
    transform: rotate(90deg);
    margin: 8px auto
  }

  .bst-solution {
    grid-template-columns: 1fr
  }

  .bst-provide-grid,
  .bst-benefit-grid {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media(max-width:760px) {
  .bst-page .wrap {
    width: 100vw;
    max-width: 100vw;
    padding-left: 16px;
    padding-right: 16px
  }

  .bst-hero-copy {
    max-width: 100%;
    min-width: 0
  }

  .bst-hero-copy,
  .bst-hero-actions,
  .bst-intro-grid,
  .bst-challenge-grid,
  .bst-provide-grid,
  .bst-work-grid,
  .bst-benefit-grid,
  .bst-bottom-grid {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px)
  }

  .bst-hero,
  .bst-hero-inner {
    min-height: 0
  }

  .bst-hero-inner {
    padding-top: 42px;
    padding-bottom: 38px
  }

  .bst-hero h1 {
    font-size: 34px !important
  }

  .bst-kicker {
    font-size: 21px !important
  }

  .bst-hero h2 {
    font-size: 20px !important
  }

  .bst-hero h2 span,
  .bst-lede {
    font-size: 16px !important
  }

  .bst-hero-brand {
    position: static;
    margin-top: 18px
  }

  .bst-hero-brand img {
    width: 96px
  }

  .bst-portal-device {
    width: calc(100vw - 56px);
    max-width: calc(100vw - 56px);
    margin-left: 0;
    margin-right: 0;
    overflow: hidden
  }

  .bst-portal-device,
  .bst-portal-panel ul,
  .bst-provide-grid,
  .bst-benefit-grid,
  .bst-steps>div,
  .bst-quotes>div {
    grid-template-columns: 1fr
  }

  .bst-hero-actions {
    max-width: 100%
  }

  .bst-btn {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    display: block;
    position: relative;
    white-space: normal;
    overflow-wrap: anywhere;
    font-size: 13px;
    padding-left: 12px;
    padding-right: 38px
  }

  .bst-btn i {
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%)
  }

  .bst-laptop,
  .bst-phone,
  .bst-portal-device>div {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden
  }

  .bst-portal-device>* {
    min-width: 0
  }

  .bst-portal-device strong {
    font-size: 23px;
    overflow-wrap: anywhere
  }

  .bst-laptop {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: auto;
    min-height: 118px
  }

  .bst-steps section:after {
    display: none
  }

  .bst-provide-grid article,
  .bst-benefit-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--bst-line)
  }

  .bst-provide-grid article:last-child,
  .bst-benefit-grid article:last-child {
    border-bottom: 0
  }
}