.cg-about-page {
  --cg-ink: #212f5f;
  --cg-navy: #212f5f;
  --cg-muted: rgba(33, 47, 95, 0.68);
  --cg-cyan: #18c9e6;
  --cg-cyan-strong: #08778c;
  --cg-cyan-soft: #adf1f9;
  --cg-pink: #ff2eb4;
  --cg-pink-strong: #b21778;
  --cg-pink-soft: #f9b1f9;
  --cg-grape: #b42bd6;
  --cg-line: rgba(33, 47, 95, 0.1);
  --cg-shadow-soft: 0 30px 60px -30px rgba(15, 19, 32, 0.35);
  --cg-shadow-polaroid: 0 18px 35px -18px rgba(15, 19, 32, 0.45);
  background: #ffffff;
  color: var(--cg-ink);
  font-family: "DM Sans", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  overflow-x: clip;
}

body.page-id-601 #logo {
  background: url("assets/chess-grande-logo.webp") center / contain no-repeat;
  min-width: 72px;
}

body.page-id-601 #logo img {
  opacity: 0;
}

.cg-about-page *,
.cg-about-page *::before,
.cg-about-page *::after {
  box-sizing: border-box;
}

.cg-about-page img {
  display: block;
  height: auto;
  max-width: 100%;
}

.cg-about-page h1,
.cg-about-page h2,
.cg-about-page h3,
.cg-about-page p,
.cg-about-page figure,
.cg-about-page ul {
  margin: 0;
}

.cg-about-page ul {
  list-style: none !important;
  padding: 0;
}

.cg-about-page li {
  list-style: none !important;
}

.cg-about-page li::marker {
  content: "";
}

.cg-about-page h1,
.cg-about-page h2,
.cg-about-page h3 {
  color: inherit;
  font-family: "Inter", "DM Sans", "Avenir Next", Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.05;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.cg-about-page p,
.cg-about-page a,
.cg-about-page button,
.cg-about-page span,
.cg-about-page strong {
  color: inherit;
  font-family: inherit;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.cg-about-page a {
  text-decoration: none;
}

.cg-about-page .fa {
  font-family: FontAwesome !important;
}

.cg-about-preview-hero {
  overflow: hidden;
  padding: clamp(44px, 5vw, 68px) clamp(20px, 4vw, 32px) clamp(44px, 5vw, 64px);
  position: relative;
}

.cg-about-glow {
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.cg-about-glow span {
  border-radius: 999px;
  filter: blur(64px);
  height: 288px;
  opacity: 0.62;
  position: absolute;
  width: 288px;
}

.cg-about-glow__cyan {
  animation: glow-pulse 7s ease-in-out infinite;
  background: radial-gradient(circle, rgba(24, 201, 230, 0.55), transparent 70%);
  left: 14%;
  top: 26%;
}

.cg-about-glow__pink {
  animation: glow-pulse 7s ease-in-out 1.6s infinite;
  background: radial-gradient(circle, rgba(255, 46, 180, 0.45), transparent 70%);
  right: 14%;
  top: 20%;
}

.cg-about-neon-wrap {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 896px;
  position: relative;
  transform: translateY(var(--cg-parallax-y, 0));
  width: min(100%, 896px);
  z-index: 1;
}

.cg-about-neon {
  aspect-ratio: 2356 / 984;
  filter:
    drop-shadow(0 0 14px rgba(20, 204, 240, 0.24))
    drop-shadow(0 0 18px rgba(246, 64, 161, 0.22));
  max-width: 768px;
  object-fit: contain;
  object-position: center;
  user-select: none;
  width: 100%;
}

.cg-about-page .cg-about-polaroids {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 24px auto 0;
  max-width: 1152px;
  position: relative;
  z-index: 2;
}

.cg-about-polaroids li {
  animation: cg-about-polaroid-in 700ms ease-out both;
  position: relative;
  transform: rotate(var(--card-rotate));
  z-index: var(--card-z);
}

.cg-about-polaroids li:nth-child(2) {
  animation-delay: 110ms;
}

.cg-about-polaroids li:nth-child(3) {
  animation-delay: 220ms;
}

.cg-about-polaroids li:nth-child(4) {
  animation-delay: 330ms;
}

.cg-about-polaroid {
  background: #ffffff;
  border-radius: 3px;
  box-shadow: var(--cg-shadow-polaroid);
  padding: 8px 8px 28px;
  transition: transform 300ms ease;
}

.cg-about-polaroids li:hover .cg-about-polaroid {
  transform: translateY(-4px);
}

.cg-about-polaroid img {
  aspect-ratio: 4 / 5;
  background: #e5e5e5;
  border-radius: 2px;
  object-fit: cover;
  width: 100%;
}

.cg-about-copy {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

.cg-about-copy--hero {
  margin-top: clamp(40px, 5vw, 64px);
  max-width: 820px;
  text-align: center;
}

.cg-about-copy--hero h1 {
  font-size: clamp(42px, 7vw, 74px);
}

.cg-about-page .cg-about-hero-summary p {
  padding-bottom: 0;
}

.cg-about-copy--hero .cg-about-hero-lead {
  margin-top: 20px;
}

.cg-about-copy--hero .cg-about-hero-detail {
  margin-top: 0;
}

.cg-about-copy p {
  color: var(--cg-muted);
  font-size: clamp(16px, 1.7vw, 19px);
  line-height: 1.66;
  margin-top: 16px;
}

.cg-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 28px;
}

.cg-about-button {
  align-items: center;
  border: 1px solid var(--cg-ink);
  border-radius: 999px;
  display: inline-flex;
  font-size: 15px;
  font-weight: 900;
  justify-content: center;
  line-height: 1;
  min-height: 44px;
  min-width: 158px;
  padding: 0 20px;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.cg-about-button:hover,
.cg-about-button:focus-visible {
  transform: translateY(-2px);
}

.cg-about-button:focus-visible {
  outline: 2px solid var(--cg-cyan);
  outline-offset: 3px;
}

.cg-about-button--primary {
  background: var(--cg-ink);
  border-color: var(--cg-ink);
  color: #ffffff !important;
}

.cg-about-button--secondary {
  background: #ffffff;
  border-color: var(--cg-line);
  color: var(--cg-ink) !important;
}

.cg-about-button--secondary:hover,
.cg-about-button--secondary:focus-visible {
  background: var(--cg-cyan-soft);
  border-color: var(--cg-cyan-soft);
}

.cg-about-culture-strip {
  align-items: start;
  border-top: 1px solid var(--cg-line);
  display: grid;
  width: min(calc(100vw - 48px), 1088px);
  gap: 18px clamp(24px, 5vw, 72px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-left: 50%;
  margin-right: 0;
  margin-top: 42px;
  padding-top: 28px;
  text-align: left;
  transform: translateX(-50%);
}

.cg-about-culture-strip h2 {
  color: var(--cg-pink-strong);
  font-size: 20px;
  grid-column: 1 / -1;
  padding-bottom: 8px;
  text-align: left;
}

.cg-about-culture-strip article {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.cg-about-culture-strip h3 {
  font-family: inherit;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
}

.cg-about-pillar-icon {
  align-items: center;
  width: 44px;
  height: 44px;
  align-self: start;
  border: 1px solid rgba(33, 47, 95, 0.08);
  border-radius: 10px;
  box-shadow: 0 10px 24px -18px rgba(33, 47, 95, 0.5);
  color: var(--cg-ink);
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
}

.cg-about-pillar-icon svg {
  display: block;
  fill: none;
  height: 19px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
  width: 19px;
}

.cg-about-pillar-icon--think {
  background: linear-gradient(135deg, var(--cg-cyan-soft), rgba(24, 201, 230, 0.22));
}

.cg-about-pillar-icon--character {
  background: linear-gradient(135deg, var(--cg-pink-soft), rgba(255, 46, 180, 0.2));
}

.cg-about-pillar-icon--grow {
  background: linear-gradient(135deg, var(--cg-cyan-soft), var(--cg-pink-soft));
}

.cg-about-culture-strip p {
  font-size: 14px;
  line-height: 1.55;
  margin-top: 8px;
  padding-bottom: 0;
}

.cg-about-ready [data-cg-reveal] {
  opacity: 0;
  transform: translateY(36px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

.cg-about-ready [data-cg-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.cg-about-offers {
  margin: 0 auto;
  max-width: 1180px;
  padding: clamp(56px, 7vw, 88px) clamp(20px, 4vw, 32px);
}

.cg-about-section-copy {
  display: grid;
  gap: clamp(18px, 2.4vw, 28px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 0 clamp(32px, 4vw, 48px);
  max-width: none;
  text-align: left;
}

.cg-about-section-eyebrow {
  color: var(--cg-pink-strong) !important;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.2;
  margin: 0 0 4px;
  padding-bottom: 0;
  text-transform: uppercase;
}

.cg-about-section-copy .cg-about-section-eyebrow {
  grid-column: 1 / -1;
}

.cg-about-section-copy h2 {
  color: var(--cg-ink);
  font-size: clamp(36px, 6.5vw, 58px);
  grid-column: 1;
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0;
}

.cg-about-section-copy p:not(.cg-about-section-eyebrow) {
  align-self: start;
  color: var(--cg-muted);
  font-size: clamp(16px, 1.7vw, 19px);
  grid-column: 2;
  line-height: 1.66;
  margin: 6px 0 0;
  max-width: none;
  padding-bottom: 0;
}

.cg-about-offers__intro {
  margin: 0 auto 20px;
  max-width: 760px;
  text-align: center;
}

.cg-about-offers__eyebrow {
  align-items: center;
  background: rgba(249, 177, 249, 0.34);
  border: 1px solid rgba(180, 43, 214, 0.16);
  border-radius: 8px;
  color: var(--cg-grape) !important;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  gap: 6px;
  line-height: 1;
  margin: 0 0 14px;
  padding: 8px 10px;
  text-transform: uppercase;
}

.cg-about-offers__eyebrow .fa {
  font-size: 15px;
}

.cg-about-offers__intro h2 {
  color: var(--cg-ink);
  font-size: clamp(38px, 6.5vw, 62px);
  line-height: 1.03;
  margin: 0;
}

.cg-about-offers__intro > p:last-child {
  color: var(--cg-muted);
  font-size: clamp(16px, 1.8vw, 19px);
  line-height: 1.6;
  margin: 18px auto 0;
  max-width: 650px;
  padding-bottom: 0;
}

.cg-about-event-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 26px;
}

.cg-about-page .cg-about-event-filters button {
  appearance: none;
  background: #ffffff;
  border: 1px solid rgba(33, 47, 95, 0.18);
  border-radius: 8px !important;
  color: var(--cg-ink);
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  min-height: 38px;
  padding: 0 15px;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.cg-about-page .cg-about-event-filters button:hover {
  border-color: var(--cg-cyan);
  transform: translateY(-1px);
}

.cg-about-page .cg-about-event-filters button[aria-pressed="true"] {
  background: var(--cg-ink);
  border-color: var(--cg-ink);
  color: #ffffff;
}

.cg-about-event-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cg-about-event-card {
  min-width: 0;
}

.cg-about-event-card[hidden] {
  display: none;
}

.cg-about-page .cg-about-event-card__button {
  appearance: none;
  background: #eef8fb;
  border: 1px solid var(--cg-line);
  border-radius: 8px !important;
  box-shadow: 0 16px 34px -28px rgba(15, 19, 32, 0.55);
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

.cg-about-event-card__button img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 280ms ease;
  width: 100%;
}

.cg-about-event-card__overlay {
  align-items: flex-start;
  background: linear-gradient(
    to bottom,
    rgba(15, 22, 50, 0) 38%,
    rgba(15, 22, 50, 0.18) 52%,
    rgba(15, 22, 50, 0.82) 72%,
    rgba(15, 22, 50, 0.96) 100%
  );
  color: #ffffff;
  display: flex;
  flex-direction: column;
  inset: 0;
  justify-content: flex-end;
  opacity: 1;
  padding: 18px;
  position: absolute;
}

.cg-about-event-card__badge {
  color: var(--cg-pink-soft) !important;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.cg-about-event-card__overlay strong {
  color: #ffffff;
  font-size: clamp(17px, 1.7vw, 21px);
  font-weight: 900;
  line-height: 1.2;
  margin-top: 5px;
  max-width: 280px;
  text-align: left;
}

.cg-about-event-card__description {
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: 12px;
  line-height: 1.45;
  margin-top: 7px;
  text-align: left;
}

.cg-about-event-card__button:hover img,
.cg-about-event-card__button:focus-visible img {
  transform: scale(1.06);
}

.cg-about-event-filters button:focus-visible,
.cg-about-event-card__button:focus-visible,
.cg-about-lightbox button:focus-visible {
  outline: 3px solid var(--cg-cyan);
  outline-offset: 3px;
}

.cg-about-lightbox[hidden] {
  display: none;
}

.cg-about-lightbox {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 28px;
  position: fixed;
  z-index: 99999;
}

.cg-about-page .cg-about-lightbox__backdrop {
  appearance: none;
  background: rgba(5, 8, 20, 0.94);
  border: 0;
  border-radius: 0 !important;
  inset: 0;
  padding: 0;
  position: absolute;
  width: 100%;
}

.cg-about-lightbox__panel {
  align-items: center;
  display: grid;
  grid-template-columns: 48px minmax(0, 820px) 48px;
  max-height: calc(100vh - 56px);
  max-height: calc(100dvh - 56px);
  position: relative;
  width: min(100%, 960px);
  z-index: 1;
}

.cg-about-lightbox figure {
  margin: 0;
  min-width: 0;
}

.cg-about-lightbox figure > img {
  background: #11182e;
  border-radius: 8px 8px 0 0;
  display: block;
  height: min(68vh, 680px);
  height: min(68dvh, 680px);
  object-fit: contain;
  width: 100%;
}

.cg-about-lightbox figcaption {
  background: #ffffff;
  border-radius: 0 0 8px 8px;
  padding: 20px 24px 22px;
  text-align: center;
}

.cg-about-lightbox__badge {
  color: var(--cg-pink-strong);
  display: block;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.cg-about-lightbox h3 {
  color: var(--cg-ink);
  font-size: clamp(20px, 2.4vw, 28px);
  margin-top: 5px;
}

.cg-about-lightbox figcaption p {
  color: var(--cg-muted);
  font-size: 15px;
  line-height: 1.55;
  margin: 8px auto 0;
  max-width: 650px;
}

.cg-about-page .cg-about-lightbox__close,
.cg-about-page .cg-about-lightbox__nav {
  align-items: center;
  appearance: none;
  background: rgba(255, 255, 255, 0.12);
  border: 0;
  border-radius: 8px !important;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  padding: 0;
  width: 42px;
}

.cg-about-page .cg-about-lightbox__close {
  position: absolute;
  right: 48px;
  top: -50px;
}

.cg-about-lightbox__close .fa,
.cg-about-lightbox__nav .fa {
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
}

.cg-about-lightbox__nav--previous {
  justify-self: start;
}

.cg-about-lightbox__nav--next {
  justify-self: end;
}

body.cg-about-lightbox-open {
  overflow: hidden;
}

.cg-about-local,
.cg-about-coaches,
.cg-about-faq {
  margin: 0 auto;
  max-width: 1180px;
  padding: clamp(56px, 7vw, 88px) clamp(20px, 4vw, 32px);
}

.cg-about-coaches {
  scroll-margin-top: 96px;
}

.cg-about-credential-intro {
  margin: 0 auto clamp(34px, 5vw, 54px);
  max-width: 900px;
  text-align: left;
}

.cg-about-credential-intro h2 {
  color: var(--cg-ink);
  font-size: clamp(38px, 5.8vw, 64px);
  line-height: 1.04;
  margin: 10px 0 0;
  max-width: 820px;
}

.cg-about-credential-intro > p:not(.cg-about-section-eyebrow) {
  color: var(--cg-muted);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.6;
  margin: 0;
  max-width: 760px;
  padding-bottom: 0;
  padding-top: 10px;
}

.cg-about-local .cg-about-section-copy {
  gap: clamp(18px, 2.4vw, 28px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cg-about-local .cg-about-section-copy p:not(.cg-about-section-eyebrow) {
  max-width: none;
}

.cg-about-map {
  background: #ffffff;
  border: 1px solid var(--cg-line);
  border-radius: 16px;
  box-shadow: var(--cg-shadow-soft);
  margin: 0 auto;
  max-width: 960px;
  overflow: hidden;
}

.cg-about-map iframe {
  aspect-ratio: 4 / 3;
  border: 0;
  display: block;
  height: auto;
  width: 100%;
}

.cg-about-map__fallback {
  border-top: 1px solid var(--cg-line);
  font-size: 14px;
  font-weight: 800;
  margin: 0;
  padding: 12px 16px !important;
  text-align: center;
}

.cg-about-map__fallback a {
  color: var(--cg-ink);
  text-decoration: underline;
  text-decoration-color: var(--cg-cyan);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.cg-about-map__fallback a:focus-visible {
  outline: 3px solid var(--cg-pink);
  outline-offset: 3px;
}

.cg-about-local-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
}

.cg-about-local-grid article,
.cg-about-faq-list details {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--cg-line);
  border-radius: 16px;
  box-shadow: var(--cg-shadow-soft);
  padding: clamp(20px, 2.4vw, 30px);
}

.cg-about-local-grid h3 {
  color: var(--cg-ink);
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.15;
  margin: 0;
}

.cg-about-local-grid p,
.cg-about-faq-list p {
  color: var(--cg-muted);
  line-height: 1.65;
  margin: 10px 0 0;
  padding-bottom: 0;
}

.cg-about-credential-switcher {
  margin: 0 auto;
  max-width: 960px;
}

.cg-about-credential-gallery {
  align-items: stretch;
  display: grid;
  column-gap: clamp(48px, 7vw, 78px);
  grid-template-areas:
    "media content"
    "controls controls";
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  margin-top: -30px;
  row-gap: 20px;
}

.cg-about-credential-media {
  grid-area: media;
  min-width: 0;
}

.cg-about-credential-tabs {
  height: 100%;
  min-height: 380px;
  perspective: 1000px;
  position: relative;
}

.cg-about-page .cg-about-credential-tabs button {
  appearance: none;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(33, 47, 95, 0.14) !important;
  border-radius: 24px !important;
  box-shadow: 0 16px 40px rgba(33, 47, 95, 0.16);
  cursor: pointer;
  height: min(64%, 240px);
  left: 50%;
  margin: 0;
  padding: clamp(16px, 2vw, 24px);
  position: absolute;
  top: 50%;
  transform-origin: center;
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.21, 0.84, 0.34, 1), box-shadow 220ms ease;
  width: min(64%, 240px);
}

.cg-about-credential-tabs button::before,
.cg-about-credential-tabs button::after {
  content: none !important;
  display: none !important;
}

body[data-button-style^="rounded"] .cg-about-page .cg-about-credential-tabs > button {
  -webkit-border-radius: 24px !important;
  border-radius: 24px !important;
}

.cg-about-credential-tabs button[data-cg-credential-position="active"] {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) translateX(0) translateY(0) scale(1) rotateY(0);
  z-index: 3;
}

.cg-about-credential-tabs button[data-cg-credential-position="previous"] {
  opacity: 0.82;
  pointer-events: auto;
  transform: translate(-50%, -50%) translateX(-58px) translateY(-48px) scale(0.84) rotateY(12deg);
  z-index: 2;
}

.cg-about-credential-tabs button[data-cg-credential-position="next"] {
  opacity: 0.82;
  pointer-events: auto;
  transform: translate(-50%, -50%) translateX(58px) translateY(-48px) scale(0.84) rotateY(-12deg);
  z-index: 2;
}

.cg-about-credential-tabs button[data-cg-credential-position="hidden"] {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.72);
  z-index: 1;
}

.cg-about-credential-tabs button:hover {
  box-shadow: 0 20px 46px rgba(33, 47, 95, 0.22);
}

.cg-about-credential-tabs button:focus-visible {
  outline: 3px solid rgba(24, 201, 230, 0.42);
  outline-offset: 4px;
}

.cg-about-credential-tab__mark {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.cg-about-credential-tab__mark img {
  height: 168px;
  max-height: 190px;
  max-width: 220px;
  object-fit: contain;
  width: 168px;
}

.cg-about-credential-content {
  display: flex;
  flex-direction: column;
  grid-area: content;
  justify-content: space-between;
  min-width: 0;
}

.cg-about-credential-panels {
  min-height: 300px;
}

.cg-about-credential-panel {
  align-items: flex-start;
  animation: cg-credential-in 220ms ease both;
  display: flex;
  flex-direction: column;
  margin: 0;
  max-width: 100%;
  padding: clamp(18px, 3vw, 30px) 0 28px;
  text-align: left;
}

.cg-about-credential-panel[hidden] {
  display: none;
}

.cg-about-credential-panel__label {
  color: var(--cg-pink-strong) !important;
  font-size: 14px;
  font-weight: 900;
  margin: 0 0 -15px;
  padding-bottom: 0;
  text-transform: uppercase;
}

.cg-about-credential-panel h3 {
  color: var(--cg-ink);
  font-size: clamp(28px, 3.5vw, 40px);
  line-height: 1.12;
  margin: 1px 0 0;
  max-width: 520px;
}

.cg-about-credential-panel__detail {
  margin-top: 10px;
  max-width: 520px;
  padding-top: 0;
  width: 100%;
}

.cg-about-credential-panel__detail h4 {
  color: var(--cg-ink);
  font-size: 16px;
  line-height: 1.35;
  margin: 0;
}

.cg-about-credential-panel__detail p {
  color: var(--cg-muted);
  font-size: 15px;
  line-height: 1.6;
  margin: 10px 0 0;
  padding-bottom: 0;
}

.cg-about-page .cg-about-card-highlight {
  color: var(--cg-pink);
  display: block;
  font-size: clamp(17px, 2.1vw, 21px);
  font-weight: 900;
  line-height: 1.45;
  margin-top: 22px;
  max-width: 600px;
}

.cg-about-credential-controls {
  display: flex;
  gap: 16px;
  grid-area: controls;
  justify-content: center;
  padding: 0;
}

.cg-about-page .cg-about-credential-controls button {
  align-items: center;
  appearance: none;
  background: var(--cg-ink);
  border: 0;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  padding: 0;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
  width: 48px;
}

.cg-about-credential-controls button::before,
.cg-about-credential-controls button::after {
  content: none !important;
  display: none !important;
}

.cg-about-credential-controls button:hover {
  background: var(--cg-cyan);
  color: var(--cg-ink);
  transform: translateY(-2px);
}

.cg-about-credential-controls button:focus-visible {
  outline: 3px solid rgba(24, 201, 230, 0.42);
  outline-offset: 4px;
}

.cg-about-credential-controls .fa {
  color: currentColor;
  font-size: 17px;
  line-height: 1;
}

@keyframes cg-credential-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.cg-about-pathway {
  margin: 0 auto;
  max-width: 1180px;
  padding: clamp(56px, 7vw, 88px) clamp(20px, 4vw, 32px);
}

.cg-about-pathway__intro {
  display: block;
  margin: 0 auto clamp(24px, 4vw, 38px);
  max-width: 820px;
  text-align: center;
}

.cg-about-pathway__intro h2,
.cg-about-pathway__intro p {
  max-width: 100%;
}

.cg-about-pathway-title-accent {
  color: var(--cg-pink);
}

.cg-about-pathway__intro p {
  margin-top: 12px;
}

.cg-about-pathway-story {
  margin: 0 auto;
  max-width: 920px;
}

.cg-about-pathway-progress {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 0 16px;
  padding: 0;
}

.cg-about-pathway-progress button {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0 !important;
  border-radius: 0 !important;
  color: var(--cg-muted);
  cursor: pointer;
  display: grid;
  font-size: 12px;
  font-weight: 800;
  gap: 7px;
  justify-items: center;
  line-height: 1.2;
  min-height: 70px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}

.cg-about-pathway-progress button::after {
  background: rgba(33, 47, 95, 0.16);
  border-radius: 4px;
  content: "";
  height: 4px;
  width: 100%;
}

.cg-about-pathway-progress button[aria-current="step"] {
  color: var(--cg-ink);
}

.cg-about-pathway-progress button[aria-current="step"]::after {
  background: var(--cg-cyan);
}

body[data-button-style^="rounded"] .cg-about-page .cg-about-pathway-progress > button {
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}

.cg-about-pathway-carousel-shell {
  position: relative;
}

.cg-about-pathway-viewport {
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding-bottom: 14px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.cg-about-pathway-viewport::-webkit-scrollbar {
  display: none;
}

.cg-about-pathway-track {
  align-items: flex-start;
  display: flex;
  gap: 0;
}

.cg-about-pathway-slide {
  background: #ffffff;
  border: 1px solid var(--cg-line);
  border-radius: 8px;
  flex: 0 0 100%;
  min-width: 0;
  overflow: hidden;
  position: relative;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.cg-about-pathway-slide img {
  aspect-ratio: 4 / 3;
  background: rgba(173, 241, 249, 0.2);
  display: block;
  object-fit: cover;
  width: 100%;
}

.cg-about-pathway-slide__caption {
  align-items: start;
  display: grid;
  gap: 14px;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  padding: 18px;
}

.cg-about-pathway-icon {
  align-items: center;
  background: var(--cg-ink);
  border: 2px solid rgba(33, 47, 95, 0.12);
  border-radius: 8px;
  color: #ffffff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  height: 44px;
  justify-content: center;
  margin: 0;
  width: 44px;
}

.cg-about-pathway-icon svg {
  display: block;
  fill: none;
  height: 24px;
  stroke: #ffffff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.35;
  width: 24px;
}

.cg-about-pathway-icon svg * {
  stroke: #ffffff;
}

.cg-about-pathway-slide__copy {
  min-width: 0;
}

.cg-about-pathway-stage {
  color: var(--cg-cyan-strong);
  display: block;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.cg-about-pathway-slide h3 {
  color: var(--cg-ink);
  font-size: clamp(20px, 2.3vw, 27px);
  line-height: 1.12;
  margin: 0;
}

.cg-about-pathway-facts {
  color: var(--cg-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  gap: 5px 10px;
  line-height: 1.45;
  margin: 7px 0 0;
  padding: 0;
}

.cg-about-pathway-facts span + span {
  border-left: 1px solid rgba(33, 47, 95, 0.22);
  padding-left: 10px;
}

.cg-about-pathway-detail {
  color: var(--cg-muted);
  font-size: 14px;
  line-height: 1.55;
  margin: 9px 0 0;
  padding: 0;
}

.cg-about-pathway-previous,
.cg-about-pathway-next {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(15, 19, 32, 0.2);
  color: var(--cg-ink);
  cursor: pointer;
  display: inline-flex;
  font-size: 18px;
  height: 44px;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  z-index: 2;
}

.cg-about-pathway-previous {
  left: 18px;
}

.cg-about-pathway-next {
  right: 18px;
}

.cg-about-pathway-previous[hidden] {
  display: none;
}

.cg-about-pathway-previous:hover,
.cg-about-pathway-next:hover {
  background: #ffffff;
  color: var(--cg-cyan-strong);
  transform: translateY(-50%) scale(1.04);
}

.cg-about-pathway-previous:focus-visible,
.cg-about-pathway-next:focus-visible,
.cg-about-pathway-dots button:focus-visible,
.cg-about-pathway-progress button:focus-visible {
  outline: 3px solid var(--cg-pink);
  outline-offset: 3px;
}

.cg-about-pathway-dots {
  align-items: center;
  display: flex;
  gap: 0;
  justify-content: center;
  margin-top: 4px;
}

.cg-about-pathway-dots button {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  padding: 0;
  width: 44px;
}

.cg-about-pathway-dots button::before {
  background: rgba(33, 47, 95, 0.2);
  border-radius: 5px;
  content: "";
  height: 9px;
  transition: background-color 180ms ease, width 180ms ease;
  width: 9px;
}

.cg-about-pathway-dots button[aria-current="true"]::before {
  background: var(--cg-cyan);
  width: 28px;
}

.cg-about-pathway-progress button[aria-selected="true"] {
  color: var(--cg-cyan-strong);
}

.cg-about-page .cg-about-pathway-tab__icon {
  align-items: center;
  background: var(--cg-ink);
  border-radius: 8px;
  color: #ffffff;
  display: inline-flex;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.cg-about-page .cg-about-pathway-progress button[aria-selected="true"] .cg-about-pathway-tab__icon {
  background: var(--cg-cyan-strong);
}

.cg-about-pathway-tab__icon svg {
  fill: none;
  height: 21px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.25;
  width: 21px;
}

.cg-about-pathway-tab__icon svg * {
  stroke: currentColor;
}

.cg-about-faq-list {
  display: grid;
  gap: 12px;
  margin: 0 auto;
  max-width: 920px;
}

.cg-about-faq-list summary {
  color: var(--cg-ink);
  cursor: pointer;
  font-size: clamp(17px, 1.6vw, 20px);
  font-weight: 900;
  line-height: 1.35;
}

.cg-about-faq-list details[open] summary {
  color: var(--cg-pink-strong);
}

@media (min-width: 640px) {
  .cg-about-glow span {
    height: 384px;
    width: 384px;
  }

  .cg-about-page .cg-about-polaroids {
    align-items: center;
    display: flex;
    gap: 0;
    justify-content: center;
    margin-top: 40px;
  }

  .cg-about-polaroids li {
    margin-left: -12px;
    margin-right: -12px;
  }

  .cg-about-polaroids li:first-child {
    margin-left: 0;
  }

  .cg-about-polaroids li:last-child {
    margin-right: 0;
  }

  .cg-about-polaroid {
    padding: 10px 10px 34px;
  }

  .cg-about-polaroid img {
    width: 176px;
  }

}

@media (min-width: 768px) {
  .cg-about-polaroid img {
    width: 208px;
  }
}

@media (max-width: 760px) {
  .cg-about-page .cg-about-polaroids {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .cg-about-polaroids li,
  .cg-about-polaroids li:first-child,
  .cg-about-polaroids li:last-child {
    margin-left: 0;
    margin-right: 0;
    min-width: 0;
  }

  .cg-about-polaroid {
    padding: 5px 5px 16px;
  }

  .cg-about-polaroid img {
    width: 100%;
  }

  .cg-about-copy--hero,
  .cg-about-section-copy {
    text-align: left;
  }

  .cg-about-copy--hero {
    margin-top: 32px;
  }

  .cg-about-copy--hero h1 {
    font-size: 38px;
    line-height: 1.08;
  }

  .cg-about-hero-summary {
    border-left: 3px solid var(--cg-cyan);
    margin-top: 22px;
    padding-left: 16px;
  }

  .cg-about-copy--hero .cg-about-hero-lead {
    color: var(--cg-ink);
    font-size: 17px;
    font-weight: 800;
    line-height: 1.5;
    margin-top: 0;
  }

  .cg-about-copy--hero .cg-about-hero-detail {
    font-size: 15px;
    line-height: 1.58;
    margin-top: 10px;
  }

  .cg-about-section-copy {
    grid-template-columns: 1fr;
  }

  .cg-about-section-copy h2,
  .cg-about-section-copy p:not(.cg-about-section-eyebrow) {
    grid-column: 1;
  }

  .cg-about-section-copy p:not(.cg-about-section-eyebrow) {
    margin-top: 0;
    max-width: none;
  }

  .cg-about-local .cg-about-section-copy {
    gap: 14px;
    grid-template-columns: 1fr;
    margin-bottom: 24px;
  }

  .cg-about-local .cg-about-section-copy h2,
  .cg-about-local .cg-about-section-copy p:not(.cg-about-section-eyebrow) {
    grid-column: 1;
    max-width: 100%;
  }

  .cg-about-culture-strip {
    gap: 0;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-top: 32px;
    padding-top: 22px;
    transform: none;
    width: 100%;
  }

  .cg-about-culture-strip h2 {
    font-size: 18px;
    padding-bottom: 12px;
    text-align: left;
  }

  .cg-about-culture-strip article {
    grid-template-columns: 40px minmax(0, 1fr);
    padding: 14px 0;
  }

  .cg-about-culture-strip article + article {
    border-top: 1px solid var(--cg-line);
  }

  .cg-about-pillar-icon {
    border-radius: 8px;
    height: 40px;
    width: 40px;
  }

  .cg-about-culture-strip p {
    margin-top: 5px;
  }

  .cg-about-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .cg-about-button {
    width: 100%;
  }

  .cg-about-local-grid {
    grid-template-columns: 1fr;
  }

  .cg-about-event-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cg-about-event-card__overlay {
    padding: 14px;
  }

  .cg-about-event-card__overlay strong {
    font-size: 15px;
  }

  .cg-about-event-card__description {
    font-size: 13px;
    line-height: 1.4;
  }

  .cg-about-lightbox {
    padding: 18px;
  }

  .cg-about-lightbox__panel {
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    max-height: calc(100vh - 36px);
    max-height: calc(100dvh - 36px);
    width: 100%;
  }

  .cg-about-lightbox figure > img {
    height: min(62vh, 560px);
    height: min(62dvh, 560px);
  }

  .cg-about-page .cg-about-lightbox__close {
    right: 42px;
  }

  .cg-about-pathway-slide {
    flex-basis: 100%;
  }

  .cg-about-pathway-slide img {
    aspect-ratio: 1 / 1;
  }

  .cg-about-credential-gallery {
    gap: 26px;
    grid-template-areas:
      "media"
      "controls"
      "content";
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .cg-about-credential-controls {
    justify-content: flex-start;
  }

  .cg-about-credential-media,
  .cg-about-credential-tabs {
    height: 330px;
    min-height: 330px;
  }

  .cg-about-credential-content {
    min-height: 0;
  }

  .cg-about-credential-panels {
    min-height: 270px;
  }

  .cg-about-credential-panel {
    padding: 0 0 24px;
  }

}

@media (min-width: 761px) and (max-width: 1024px) {
  .cg-about-event-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.page-id-601 .desktop-footermenu-row {
    height: auto !important;
    width: 100% !important;
  }

  body.page-id-601 .desktop-footermenu-row .row_col_wrap_12_inner {
    align-items: center;
    display: flex !important;
    flex-wrap: wrap;
    gap: 12px 20px;
    justify-content: center;
    margin: 0 auto !important;
    padding: 20px 24px !important;
    width: 100% !important;
  }

  body.page-id-601 .desktop-footermenu-row .desktop-footermenu-item,
  body.page-id-601 .desktop-footermenu-row .desktop-footermenu-item-lastchild {
    flex: 0 0 auto !important;
    margin: 0 !important;
    width: auto !important;
  }
}

@media (min-width: 761px) and (max-width: 900px) {
  .cg-about-credential-gallery {
    gap: 26px;
    grid-template-areas:
      "media"
      "controls"
      "content";
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .cg-about-credential-controls {
    justify-content: flex-start;
  }

  .cg-about-credential-content {
    min-height: 0;
  }
}

@media (max-width: 500px) {
  .cg-about-preview-hero,
  .cg-about-offers,
  .cg-about-local,
  .cg-about-coaches,
  .cg-about-pathway,
  .cg-about-faq {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cg-about-copy--hero h1 {
    font-size: 34px;
  }

  .cg-about-hero-summary {
    padding-left: 14px;
  }

  .cg-about-offers__intro h2 {
    font-size: 36px;
  }

  .cg-about-event-filters {
    gap: 6px;
  }

  .cg-about-page .cg-about-event-filters button {
    flex: 0 0 auto;
    font-size: 14px;
    min-height: 44px;
    padding: 0 12px;
  }

  .cg-about-event-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cg-about-lightbox {
    padding:
      max(16px, env(safe-area-inset-top))
      max(16px, env(safe-area-inset-right))
      max(16px, env(safe-area-inset-bottom))
      max(16px, env(safe-area-inset-left));
  }

  .cg-about-lightbox__panel {
    display: block;
  }

  .cg-about-lightbox figure > img {
    height: min(58vh, 490px);
    height: min(58dvh, 490px);
  }

  .cg-about-lightbox figcaption {
    padding: 18px 16px 20px;
  }

  .cg-about-page .cg-about-lightbox__close {
    right: 0;
    top: -50px;
  }

  .cg-about-page .cg-about-lightbox__nav {
    position: absolute;
    top: 40%;
    z-index: 2;
  }

  .cg-about-lightbox__nav--previous {
    left: 10px;
  }

  .cg-about-lightbox__nav--next {
    right: 10px;
  }

  .cg-about-credential-intro {
    margin-bottom: 28px;
  }

  .cg-about-credential-intro h2 {
    font-size: 38px;
  }

  .cg-about-credential-intro > p:not(.cg-about-section-eyebrow) {
    font-size: 16px;
    line-height: 1.55;
    margin-top: 16px;
    padding-top: 0;
  }

  .cg-about-credential-media,
  .cg-about-credential-tabs {
    height: 286px;
    min-height: 286px;
  }

  .cg-about-page .cg-about-credential-tabs button {
    border-radius: 20px !important;
    height: min(80%, 250px);
    padding: 28px;
    width: min(76%, 250px);
  }

  .cg-about-credential-tab__mark img {
    height: 72%;
    width: 72%;
  }

  body[data-button-style^="rounded"] .cg-about-page .cg-about-credential-tabs > button {
    -webkit-border-radius: 20px !important;
    border-radius: 20px !important;
  }

  .cg-about-credential-tabs button[data-cg-credential-position="previous"] {
    transform: translate(-50%, -50%) translateX(-38px) translateY(-32px) scale(0.84) rotateY(12deg);
  }

  .cg-about-credential-tabs button[data-cg-credential-position="next"] {
    transform: translate(-50%, -50%) translateX(38px) translateY(-32px) scale(0.84) rotateY(-12deg);
  }

  .cg-about-credential-panels {
    min-height: 292px;
  }

  .cg-about-credential-panel {
    padding: 0 2px 24px;
  }

  .cg-about-credential-panel__label {
    margin-top: 0;
  }

  .cg-about-credential-panel h3 {
    font-size: 24px;
  }

  .cg-about-page .cg-about-card-highlight {
    font-size: 16px;
    margin-top: 18px;
  }

  .cg-about-page .cg-about-credential-controls button {
    height: 44px;
    width: 44px;
  }

  .cg-about-pathway__intro h2 {
    font-size: 27px;
    line-height: 1.1;
  }

  .cg-about-pathway-progress {
    gap: 6px;
    margin-bottom: 12px;
  }

  .cg-about-pathway-progress button {
    font-size: 12px;
    gap: 5px;
    min-height: 62px;
  }

  .cg-about-pathway-track {
    gap: 0;
  }

  .cg-about-pathway-slide {
    flex-basis: 100%;
  }

  .cg-about-pathway-slide__caption {
    gap: 10px;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    padding: 14px 12px;
  }

  .cg-about-pathway-icon {
    height: 36px;
    width: 36px;
  }

  .cg-about-pathway-icon svg {
    height: 20px;
    width: 20px;
  }

  .cg-about-pathway-stage {
    font-size: 12px;
  }

  .cg-about-pathway-slide h3 {
    font-size: 18px;
  }

  .cg-about-pathway-facts {
    display: grid;
    font-size: 14px;
    gap: 2px;
  }

  .cg-about-pathway-facts span + span {
    border-left: 0;
    padding-left: 0;
  }

  .cg-about-pathway-previous,
  .cg-about-pathway-next {
    height: 44px;
    min-height: 44px;
    min-width: 44px;
    width: 44px;
  }

  .cg-about-pathway-previous {
    left: 12px;
  }

  .cg-about-pathway-next {
    right: 12px;
  }

  .cg-about-pathway-tab__icon {
    height: 30px;
    width: 30px;
  }

  .cg-about-pathway-tab__icon svg {
    height: 18px;
    width: 18px;
  }

  .cg-about-culture-strip {
    grid-template-columns: 1fr;
  }

  .cg-about-culture-strip h2 {
    grid-column: 1 / -1;
    padding-bottom: 4px;
  }

  .cg-about-culture-strip article {
    display: grid;
    gap: 12px;
    grid-template-columns: 40px minmax(0, 1fr);
    padding: 14px 0;
  }

  .cg-about-culture-strip article + article {
    border-top: 1px solid var(--cg-line);
  }

  .cg-about-culture-strip .cg-about-pillar-icon {
    height: 40px;
    width: 40px;
  }

  .cg-about-culture-strip h3 {
    font-size: 16px;
    line-height: 1.25;
  }

  .cg-about-culture-strip p {
    font-size: 14px;
    line-height: 1.55;
    margin-top: 5px;
  }

  .cg-about-event-card__description {
    display: none;
  }

  .cg-about-page .cg-about-polaroids {
    gap: 4px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .cg-about-polaroids li {
    min-width: 0;
  }

  .cg-about-polaroid {
    padding: 3px 3px 10px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .neon-flicker {
    animation: neon-power-on 1.8s ease-out 150ms both;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cg-about-page *,
  .cg-about-page *::before,
  .cg-about-page *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@keyframes neon-power-on {
  0% {
    filter: brightness(0.3) blur(2px) drop-shadow(0 0 0 transparent);
    opacity: 0;
  }
  6% {
    opacity: 0.85;
  }
  9% {
    opacity: 0.15;
  }
  13%,
  21%,
  30%,
  48%,
  100% {
    filter: brightness(1) blur(0);
    opacity: 1;
  }
  17% {
    opacity: 0.35;
  }
  25% {
    opacity: 0.55;
  }
  43% {
    opacity: 0.8;
  }
}

@keyframes glow-pulse {
  0%,
  100% {
    opacity: 0.55;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.06);
  }
}

@keyframes cg-about-polaroid-in {
  from {
    opacity: 0;
    transform: translateY(18px) rotate(var(--card-rotate)) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotate(var(--card-rotate)) scale(1);
  }
}
