.ssp-module-area {
  position: relative;
}

.ssp-module {
  position: relative;
  padding: clamp(88px, 9vw, 142px) 0;
}

.ssp-module.ssp-tone-light {
  background: var(--off-white, #fbfaf6);
  color: var(--navy-deep, #171532);
}

.ssp-module.ssp-tone-soft {
  background: var(--soft-white, #f3f1e9);
  color: var(--navy-deep, #171532);
}

.ssp-module.ssp-tone-navy {
  overflow: hidden;
  background: var(--navy, #2c2860);
  color: #fff;
}

.ssp-module.ssp-tone-yellow {
  background: var(--yellow, #f9cf3d);
  color: var(--navy-deep, #171532);
}

.ssp-module.ssp-tone-navy::before {
  position: absolute;
  top: -24vw;
  right: -18vw;
  width: min(58vw, 760px);
  aspect-ratio: 1;
  border: 1px solid rgba(249, 207, 61, 0.18);
  border-radius: 50%;
  content: "";
  box-shadow:
    0 0 0 64px rgba(255, 255, 255, 0.018),
    0 0 0 128px rgba(255, 255, 255, 0.012);
  pointer-events: none;
}

.ssp-module > .section-shell,
.ssp-module > .section-shell > * {
  position: relative;
  z-index: 1;
}

.ssp-module-heading {
  max-width: 780px;
}

.ssp-module-heading h2 {
  max-width: 760px;
  margin: 0;
  color: inherit;
  font-family: var(--font-display, "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif);
  font-size: clamp(2.45rem, 5vw, 4.8rem);
  font-weight: 610;
  letter-spacing: -0.058em;
  line-height: 0.98;
}

.ssp-module-intro {
  max-width: 680px;
  margin: 25px 0 0;
  color: var(--ink-muted, #68657a);
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  line-height: 1.75;
}

.ssp-tone-navy .ssp-module-intro,
.ssp-tone-navy .ssp-prose {
  color: rgba(255, 255, 255, 0.7);
}

.ssp-tone-yellow .eyebrow span {
  background: var(--navy, #2c2860);
}

.ssp-prose {
  color: var(--ink-muted, #68657a);
  font-size: clamp(1rem, 1.45vw, 1.11rem);
  line-height: 1.8;
}

.ssp-prose > :last-child {
  margin-bottom: 0;
}

.ssp-prose a {
  color: var(--navy, #2c2860);
  text-decoration: underline;
  text-decoration-color: var(--yellow, #f9cf3d);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.ssp-tone-navy .ssp-prose a {
  color: white;
}

.ssp-module-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 31px;
  padding: 0 20px;
  border-radius: 13px;
  background: var(--navy, #2c2860);
  color: white;
  font-size: 0.86rem;
  font-weight: 760;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.ssp-module-button:hover,
.ssp-module-button:focus-visible {
  transform: translateY(-2px);
  background: var(--navy-deep, #171532);
}

.ssp-tone-navy .ssp-module-button {
  background: var(--yellow, #f9cf3d);
  color: var(--navy-deep, #171532);
}

.ssp-tone-yellow .ssp-module-button {
  background: var(--navy-deep, #171532);
}

.ssp-content-split .ssp-split-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items: center;
  gap: clamp(56px, 8vw, 118px);
}

.ssp-content-split.ssp-layout-image-left .ssp-split-copy {
  order: 2;
}

.ssp-content-split.ssp-layout-image-left .ssp-split-media {
  order: 1;
}

.ssp-split-copy .ssp-prose {
  max-width: 630px;
  margin-top: 27px;
}

.ssp-split-media {
  position: relative;
  min-height: 470px;
}

.ssp-split-image {
  width: 100%;
  height: 100%;
  min-height: 470px;
  border-radius: 36% 12% 36% 12%;
  object-fit: cover;
  box-shadow: 0 36px 70px rgba(23, 21, 50, 0.16);
}

.ssp-split-art {
  position: absolute;
  inset: 0;
  min-height: 470px;
}

.ssp-split-art span {
  position: absolute;
  display: block;
  width: 65%;
  aspect-ratio: 0.9;
  border-radius: 48% 16% 45% 18%;
}

.ssp-split-art span:first-child {
  top: 0;
  right: 0;
  transform: rotate(16deg);
  background: var(--navy, #2c2860);
}

.ssp-split-art span:nth-child(2) {
  bottom: 0;
  left: 0;
  transform: rotate(-14deg);
  background: var(--yellow, #f9cf3d);
}

.ssp-split-art strong {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 132px;
  height: 132px;
  place-items: center;
  transform: translate(-50%, -50%);
  border: 10px solid white;
  border-radius: 50%;
  background: var(--off-white, #fbfaf6);
  color: var(--navy, #2c2860);
  font-size: 3.2rem;
  box-shadow: 0 24px 65px rgba(23, 21, 50, 0.14);
}

.ssp-cta-module {
  padding-block: clamp(62px, 7vw, 96px);
}

.ssp-cta-card {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 50px;
  padding: clamp(38px, 6vw, 76px);
  overflow: hidden;
  border: 1px solid rgba(44, 40, 96, 0.12);
  border-radius: 26px;
  background: inherit;
  box-shadow: 0 28px 70px rgba(23, 21, 50, 0.08);
}

.ssp-cta-card .ssp-module-heading h2 {
  font-size: clamp(2.2rem, 4.2vw, 4.2rem);
}

.ssp-cta-card .ssp-module-button {
  margin: 0;
  white-space: nowrap;
}

.ssp-events-module .ssp-module-heading {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.75fr);
  align-items: end;
  column-gap: clamp(40px, 9vw, 130px);
}

.ssp-events-module .ssp-module-heading .eyebrow,
.ssp-events-module .ssp-module-heading h2 {
  grid-column: 1;
}

.ssp-events-module .ssp-module-intro {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
}

.ssp-event-collection {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 56px;
}

.ssp-event-item {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(44, 40, 96, 0.13);
  border-radius: 18px;
  background: white;
  color: var(--navy-deep, #171532);
  box-shadow: 0 22px 48px rgba(23, 21, 50, 0.06);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.ssp-event-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 64px rgba(23, 21, 50, 0.13);
}

.ssp-event-image {
  display: block;
  height: 190px;
  overflow: hidden;
}

.ssp-event-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.ssp-event-item:hover .ssp-event-image img {
  transform: scale(1.04);
}

.ssp-event-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 25px;
}

.ssp-event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  color: #7a7588;
  font-size: 0.7rem;
  font-weight: 760;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.ssp-event-meta span + span::before {
  margin-right: 13px;
  color: var(--yellow, #f9cf3d);
  content: "•";
}

.ssp-event-item h3 {
  margin: 20px 0 12px;
  font-family: var(--font-display, "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif);
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.ssp-event-content > p {
  margin-bottom: 22px;
  color: var(--ink-muted, #68657a);
  font-size: 0.88rem;
  line-height: 1.55;
}

.ssp-event-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  color: var(--navy, #2c2860);
  font-size: 0.8rem;
  font-weight: 770;
}

.ssp-events-list .ssp-event-collection {
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid rgba(44, 40, 96, 0.16);
}

.ssp-events-list .ssp-event-item {
	display: block;
	min-height: 0;
	border-width: 0 0 1px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ssp-events-list .ssp-event-item:hover {
  transform: none;
  box-shadow: none;
}

.ssp-events-list .ssp-event-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 30px;
  padding: 28px 0;
}

.ssp-events-list .ssp-event-meta,
.ssp-events-list .ssp-event-content > p {
  grid-column: 1;
}

.ssp-events-list .ssp-event-item h3 {
  grid-column: 1;
  margin-block: 10px;
}

.ssp-events-list .ssp-event-link {
  grid-column: 2;
  grid-row: 1 / span 3;
}

.ssp-events-empty,
.ssp-shortcode-empty {
  display: flex;
  min-height: 210px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 50px;
  padding: 36px;
  border: 1px solid rgba(44, 40, 96, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.62);
  text-align: center;
}

.ssp-events-empty span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  background: var(--yellow, #f9cf3d);
  color: var(--navy, #2c2860);
  font-size: 1.5rem;
}

.ssp-events-empty p,
.ssp-shortcode-empty p {
  margin: 0;
  color: var(--ink-muted, #68657a);
}

.ssp-module-footer {
  display: flex;
  justify-content: flex-end;
}

.ssp-calendar-embed,
.ssp-shortcode-output {
  margin-top: 54px;
}

.ssp-calendar-embed-frame {
  margin-top: 54px;
  overflow: hidden;
  border: 1px solid rgba(44, 40, 96, 0.14);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 25px 65px rgba(23, 21, 50, 0.1);
}

.ssp-calendar-embed-frame iframe[data-tec-events-ece-iframe="true"] {
  display: block;
  width: 100%;
  height: calc(100vw + 100px);
  max-width: 100%;
  border: 0;
  background: #fff;
}

@media screen and (min-width: 600px) {
  .ssp-calendar-embed-frame iframe[data-tec-events-ece-iframe="true"] {
    height: 100vw;
  }
}

@media screen and (min-width: 853px) {
  .ssp-calendar-embed-frame iframe[data-tec-events-ece-iframe="true"] {
    height: 1065px;
  }
}

.ssp-carousel {
  position: relative;
  margin-top: 56px;
}

.ssp-carousel-viewport {
  width: 100%;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-x: contain;
}

.ssp-carousel-viewport::-webkit-scrollbar {
  display: none;
}

.ssp-carousel-viewport:focus-visible {
  outline: 3px solid var(--yellow, #f9cf3d);
  outline-offset: 5px;
}

.ssp-carousel-track {
  display: flex;
  align-items: stretch;
  gap: 18px;
}

.ssp-carousel-slide {
  box-sizing: border-box;
  flex: 0 0 100%;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.ssp-carousel.is-static .ssp-carousel-track {
  justify-content: center;
}

.ssp-carousel-cols-2 .ssp-carousel-slide {
  flex-basis: calc((100% - 18px) / 2);
}

.ssp-carousel-cols-3 .ssp-carousel-slide {
  flex-basis: calc((100% - 36px) / 3);
}

.ssp-carousel-cols-4 .ssp-carousel-slide {
  flex-basis: calc((100% - 54px) / 4);
}

.ssp-carousel-cols-5 .ssp-carousel-slide {
  flex-basis: calc((100% - 72px) / 5);
}

.ssp-carousel-controls {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 24px;
}

.ssp-carousel.is-static .ssp-carousel-controls {
  display: none;
}

.ssp-carousel-dots,
.ssp-carousel-arrows {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ssp-carousel-dots button,
.ssp-carousel-arrows button {
  appearance: none;
  border: 0;
  cursor: pointer;
}

.ssp-carousel-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 50%;
  background: rgba(44, 40, 96, 0.25);
  transition: width 180ms ease, border-radius 180ms ease, background 180ms ease;
}

.ssp-carousel-dots button[aria-current="true"] {
  width: 28px;
  border-radius: 8px;
  background: var(--yellow, #f9cf3d);
}

.ssp-carousel-arrows button {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(44, 40, 96, 0.18);
  border-radius: 50%;
  background: transparent;
  color: var(--navy, #2c2860);
  font-size: 1.15rem;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.ssp-carousel-arrows button:hover,
.ssp-carousel-arrows button:focus-visible {
  transform: translateY(-2px);
  background: var(--navy, #2c2860);
  color: #fff;
}

.ssp-tone-navy .ssp-carousel-dots button {
  background: rgba(255, 255, 255, 0.3);
}

.ssp-tone-navy .ssp-carousel-dots button[aria-current="true"] {
  background: var(--yellow, #f9cf3d);
}

.ssp-tone-navy .ssp-carousel-arrows button {
  border-color: rgba(255, 255, 255, 0.24);
  color: #fff;
}

.ssp-tone-navy .ssp-carousel-arrows button:hover,
.ssp-tone-navy .ssp-carousel-arrows button:focus-visible {
  background: var(--yellow, #f9cf3d);
  color: var(--navy-deep, #171532);
}

.ssp-testimonial-grid {
  display: grid;
  gap: 18px;
  margin-top: 56px;
}

.ssp-grid-cols-1 {
  grid-template-columns: minmax(0, 1fr);
}

.ssp-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ssp-grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ssp-grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ssp-grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ssp-testimonial {
  display: flex;
  min-height: 340px;
  flex-direction: column;
  margin: 0;
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid rgba(44, 40, 96, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
}

.ssp-testimonial h3 {
  margin: 0 0 20px;
  font-family: var(--font-display, "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 650;
  letter-spacing: -0.03em;
  line-height: 1.18;
}

.ssp-testimonial blockquote {
  margin: 0 0 30px;
  font-family: var(--font-display, "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  letter-spacing: -0.025em;
  line-height: 1.4;
}

.ssp-testimonial blockquote::before,
.ssp-testimonial blockquote::after {
  color: var(--yellow, #f9cf3d);
  font-family: Georgia, serif;
  font-size: 1.35em;
  font-weight: 700;
  line-height: 0;
}

.ssp-testimonial blockquote::before {
  margin-right: 0.08em;
  content: "“";
  vertical-align: -0.12em;
}

.ssp-testimonial blockquote::after {
  margin-left: 0.05em;
  content: "”";
  vertical-align: -0.12em;
}

.ssp-testimonial figcaption {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: auto;
}

.ssp-testimonial-photo-wrap {
  display: block;
  flex: 0 0 auto;
}

.ssp-testimonial-photo {
  display: block;
  width: 54px;
  height: 54px;
  object-fit: cover;
}

.ssp-testimonial-photo.is-circle {
  border-radius: 50%;
}

.ssp-testimonial-photo.is-rounded {
  border-radius: 13px;
}

.ssp-testimonial-author {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
}

.ssp-testimonial figcaption strong {
  font-size: 0.85rem;
}

.ssp-testimonial-author > span {
  color: var(--ink-muted, #68657a);
  font-size: 0.73rem;
}

.ssp-tone-navy .ssp-testimonial {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.07);
}

.ssp-tone-navy .ssp-testimonial-author > span {
  color: rgba(255, 255, 255, 0.62);
}

.ssp-faq-inner {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(60px, 9vw, 130px);
}

.ssp-faq-list {
  border-top: 1px solid rgba(44, 40, 96, 0.18);
}

.ssp-faq-list details {
  border-bottom: 1px solid rgba(44, 40, 96, 0.18);
}

.ssp-faq-list summary {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 25px 0;
  cursor: pointer;
  list-style: none;
}

.ssp-faq-list summary::-webkit-details-marker {
  display: none;
}

.ssp-faq-list summary > span {
  color: #8c8797;
  font-size: 0.65rem;
  font-weight: 760;
  letter-spacing: 0.08em;
}

.ssp-faq-list summary strong {
  font-family: var(--font-display, "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  letter-spacing: -0.02em;
}

.ssp-faq-list summary i {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(44, 40, 96, 0.2);
  border-radius: 50%;
  font-style: normal;
  transition: transform 220ms ease, background 220ms ease;
}

.ssp-faq-list details[open] summary i {
  transform: rotate(45deg);
  background: var(--yellow, #f9cf3d);
}

.ssp-faq-list details > div {
  padding: 0 48px 26px;
  color: var(--ink-muted, #68657a);
  line-height: 1.75;
}

.ssp-logo-grid {
  display: grid;
  gap: 12px;
  margin-top: 52px;
}

.ssp-logo-carousel {
  margin-top: 52px;
}

.ssp-logo-carousel .ssp-carousel-track {
  gap: 12px;
}

.ssp-logo-carousel.ssp-carousel-cols-2 .ssp-carousel-slide {
  flex-basis: calc((100% - 12px) / 2);
}

.ssp-logo-carousel.ssp-carousel-cols-3 .ssp-carousel-slide {
  flex-basis: calc((100% - 24px) / 3);
}

.ssp-logo-carousel.ssp-carousel-cols-4 .ssp-carousel-slide {
  flex-basis: calc((100% - 36px) / 4);
}

.ssp-logo-carousel.ssp-carousel-cols-5 .ssp-carousel-slide {
  flex-basis: calc((100% - 48px) / 5);
}

.ssp-logo-card {
  display: flex;
  min-height: 142px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  padding: 30px;
  border: 1px solid rgba(44, 40, 96, 0.13);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.72);
  color: inherit;
  text-align: center;
  text-decoration: none;
  transition: transform 190ms ease, border-color 190ms ease;
}

.ssp-logo-card:is(a):hover {
  transform: translateY(-4px);
  border-color: var(--yellow, #f9cf3d);
}

.ssp-logo-mark {
  display: grid;
  width: 100%;
  min-height: 70px;
  place-items: center;
}

.ssp-logo-image {
  width: auto;
  max-width: 100%;
  max-height: 70px;
  object-fit: contain;
  transition: filter 220ms ease, opacity 220ms ease;
}

.ssp-logos-module.is-monochrome .ssp-logo-image {
  filter: grayscale(1);
  opacity: 0.68;
}

.ssp-logos-module.is-monochrome .ssp-logo-card:is(a):hover .ssp-logo-image,
.ssp-logos-module.is-monochrome .ssp-logo-card:is(a):focus-visible .ssp-logo-image {
  filter: grayscale(0);
  opacity: 1;
}

.ssp-logo-details {
  display: flex;
  width: 100%;
  flex: 1;
  flex-direction: column;
  gap: 5px;
}

.ssp-logo-details strong {
  font-size: 0.86rem;
}

.ssp-logo-details > span {
  color: var(--ink-muted, #68657a);
  font-size: 0.72rem;
  line-height: 1.45;
}

.ssp-logos-module.has-details .ssp-logo-card {
  min-height: 420px;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
  padding: clamp(26px, 3vw, 36px);
  text-align: left;
}

.ssp-logos-module.has-details .ssp-logo-mark {
  min-height: 76px;
  place-items: center start;
}

.ssp-logos-module.has-details .ssp-logo-image {
  max-height: 76px;
}

.ssp-logo-card.has-no-logo::before {
  display: block;
  width: 42px;
  height: 3px;
  border-radius: 99px;
  background: var(--yellow, #f9cf3d);
  content: "";
}

.ssp-logos-module.has-details .ssp-logo-details {
  gap: 15px;
}

.ssp-logo-details .ssp-partner-specialty {
  color: var(--navy, #2c2860);
  font-size: 0.68rem;
  font-weight: 780;
  letter-spacing: 0.09em;
  line-height: 1.45;
  text-transform: uppercase;
}

.ssp-logo-details .ssp-partner-name {
  font-family: var(--font-display, "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 680;
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.ssp-logo-details .ssp-partner-description {
  color: var(--ink-muted, #68657a);
  font-size: 0.86rem;
  line-height: 1.68;
}

.ssp-partner-expertise {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ssp-logo-details .ssp-partner-expertise-label {
  color: var(--navy, #2c2860);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.ssp-partner-expertise-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.ssp-logo-details .ssp-partner-expertise-list > span {
  padding: 5px 8px;
  border: 1px solid rgba(44, 40, 96, 0.13);
  border-radius: 999px;
  color: var(--ink-muted, #68657a);
  font-size: 0.64rem;
  line-height: 1.25;
}

.ssp-logo-details .ssp-partner-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 13px;
  border-top: 1px solid rgba(44, 40, 96, 0.13);
  color: var(--navy, #2c2860);
  font-size: 0.76rem;
  font-weight: 760;
}

.ssp-partner-link > span {
  font-size: 1rem;
  transition: transform 180ms ease;
}

.ssp-logo-card:is(a):hover .ssp-partner-link > span,
.ssp-logo-card:is(a):focus-visible .ssp-partner-link > span {
  transform: translate(2px, -2px);
}

.ssp-tone-navy .ssp-logo-card {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
}

.ssp-tone-navy .ssp-logo-details > span {
  color: rgba(255, 255, 255, 0.66);
}

.ssp-tone-navy .ssp-logo-details .ssp-partner-specialty,
.ssp-tone-navy .ssp-logo-details .ssp-partner-expertise-label,
.ssp-tone-navy .ssp-logo-details .ssp-partner-link {
  color: var(--yellow, #f9cf3d);
}

.ssp-tone-navy .ssp-logo-details .ssp-partner-expertise-list > span,
.ssp-tone-navy .ssp-logo-details .ssp-partner-link {
  border-color: rgba(255, 255, 255, 0.17);
}

.ssp-affiliations-module {
  padding-block: clamp(64px, 7vw, 96px);
}

.ssp-affiliations-module .ssp-module-heading {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.62fr);
  align-items: end;
  gap: 24px 60px;
}

.ssp-affiliations-module .ssp-module-heading .eyebrow,
.ssp-affiliations-module .ssp-module-heading h2 {
  grid-column: 1;
}

.ssp-affiliations-module .ssp-module-heading h2 {
  max-width: 700px;
  font-size: clamp(2rem, 3.6vw, 3.5rem);
}

.ssp-affiliations-module .ssp-module-intro {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
}

.ssp-affiliations-grid {
  display: grid;
  gap: 10px;
  margin-top: 42px;
}

.ssp-affiliations-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ssp-affiliations-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ssp-affiliations-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ssp-affiliations-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ssp-affiliations-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.ssp-affiliation-card {
  position: relative;
  display: flex;
  min-height: 132px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 13px;
  padding: 22px 20px;
  overflow: hidden;
  border: 1px solid rgba(44, 40, 96, 0.11);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.58);
  color: inherit;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.ssp-affiliation-card:is(a):hover,
.ssp-affiliation-card:is(a):focus-visible {
  transform: translateY(-3px);
  border-color: rgba(44, 40, 96, 0.32);
  background: rgba(255, 255, 255, 0.9);
}

.ssp-affiliation-mark {
  display: grid;
  width: 100%;
  min-height: 50px;
  place-items: center;
}

.ssp-affiliation-image {
  width: auto;
  max-width: 100%;
  max-height: 50px;
  object-fit: contain;
  transition: filter 180ms ease, opacity 180ms ease;
}

.ssp-affiliations-module.is-monochrome .ssp-affiliation-image {
  filter: grayscale(1);
  opacity: 0.64;
}

.ssp-affiliations-module.is-monochrome .ssp-affiliation-card:hover .ssp-affiliation-image,
.ssp-affiliations-module.is-monochrome .ssp-affiliation-card:focus-visible .ssp-affiliation-image {
  filter: grayscale(0);
  opacity: 1;
}

.ssp-affiliation-card strong {
  max-width: 210px;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.35;
}

.ssp-affiliation-card.has-no-logo strong {
  font-family: var(--font-display, "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif);
  font-size: clamp(0.84rem, 1.2vw, 1rem);
}

.ssp-affiliation-arrow {
  position: absolute;
  top: 10px;
  right: 12px;
  color: rgba(44, 40, 96, 0.46);
  font-size: 0.78rem;
}

.ssp-tone-navy .ssp-affiliation-card {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
}

.ssp-tone-navy .ssp-affiliation-card:is(a):hover,
.ssp-tone-navy .ssp-affiliation-card:is(a):focus-visible {
  border-color: rgba(249, 207, 61, 0.52);
  background: rgba(255, 255, 255, 0.1);
}

.ssp-tone-navy .ssp-affiliation-arrow {
  color: var(--yellow, #f9cf3d);
}

.ssp-video-module .ssp-module-heading {
  display: grid;
  max-width: none;
  grid-template-columns: 1fr minmax(280px, 0.62fr);
  align-items: end;
  gap: 70px;
}

.ssp-video-module .ssp-module-heading .eyebrow,
.ssp-video-module .ssp-module-heading h2 {
  grid-column: 1;
}

.ssp-video-module .ssp-module-intro {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.ssp-video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  margin-top: 54px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  background: var(--navy-deep, #171532);
  box-shadow: 0 35px 80px rgba(9, 8, 24, 0.32);
}

.ssp-video-frame iframe,
.ssp-video-frame video,
.ssp-video-frame .wp-video,
.ssp-video-frame .mejs-container {
  width: 100% !important;
  height: 100% !important;
}

.ssp-video-placeholder {
  display: grid;
  height: 100%;
  place-items: center;
  align-content: center;
  gap: 20px;
  color: rgba(255, 255, 255, 0.65);
  text-align: center;
}

.ssp-video-placeholder span {
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  border-radius: 50%;
  background: var(--yellow, #f9cf3d);
  color: var(--navy-deep, #171532);
  font-size: 1.5rem;
}

.ssp-video-placeholder p {
  margin: 0;
}

.ssp-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 58px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.ssp-stat {
  position: relative;
  padding: 38px clamp(22px, 4vw, 48px);
}

.ssp-stat + .ssp-stat {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.ssp-tone-light .ssp-stats-grid,
.ssp-tone-soft .ssp-stats-grid,
.ssp-tone-yellow .ssp-stats-grid,
.ssp-tone-light .ssp-stat + .ssp-stat,
.ssp-tone-soft .ssp-stat + .ssp-stat,
.ssp-tone-yellow .ssp-stat + .ssp-stat {
  border-color: rgba(44, 40, 96, 0.18);
}

.ssp-stat > span {
  position: absolute;
  top: 26px;
  right: 24px;
  color: var(--yellow, #f9cf3d);
  font-size: 0.64rem;
  font-weight: 760;
  letter-spacing: 0.08em;
}

.ssp-stat strong {
  display: block;
  font-family: var(--font-display, "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif);
  font-size: clamp(2.6rem, 6vw, 5.7rem);
  font-weight: 590;
  letter-spacing: -0.065em;
  line-height: 1;
}

.ssp-stat p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.83rem;
  line-height: 1.5;
}

.ssp-tone-light .ssp-stat p,
.ssp-tone-soft .ssp-stat p,
.ssp-tone-yellow .ssp-stat p {
  color: var(--ink-muted, #68657a);
}

.ssp-rich-inner {
  margin-inline: auto;
}

.ssp-width-narrow .ssp-rich-inner {
  max-width: 700px;
}

.ssp-width-medium .ssp-rich-inner {
  max-width: 900px;
}

.ssp-width-wide .ssp-rich-inner {
  max-width: 1120px;
}

.ssp-rich-inner .ssp-prose {
  margin-top: 36px;
}

.ssp-rich-inner .ssp-prose h3 {
  margin: 42px 0 14px;
  color: inherit;
  font-family: var(--font-display, "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif);
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  letter-spacing: -0.035em;
}

.ssp-rich-inner .ssp-prose li + li {
  margin-top: 9px;
}

.ssp-shortcode-output > :first-child {
  margin-top: 0;
}

.ssp-shortcode-output > :last-child {
  margin-bottom: 0;
}

.ssp-motion-fade.reveal {
  transform: none;
}

.ssp-motion-scale.reveal {
  transform: scale(0.975);
}

.ssp-motion-scale.reveal.is-visible {
  transform: scale(1);
}

@media (max-width: 1080px) {
  .ssp-event-collection {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ssp-grid-cols-4,
  .ssp-grid-cols-5 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ssp-carousel-cols-4 .ssp-carousel-slide,
  .ssp-carousel-cols-5 .ssp-carousel-slide {
    flex-basis: calc((100% - 36px) / 3);
  }

  .ssp-logo-carousel.ssp-carousel-cols-4 .ssp-carousel-slide,
  .ssp-logo-carousel.ssp-carousel-cols-5 .ssp-carousel-slide {
    flex-basis: calc((100% - 24px) / 3);
  }

  .ssp-affiliations-cols-5,
  .ssp-affiliations-cols-6 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .ssp-module {
    padding-block: 86px;
  }

  .ssp-content-split .ssp-split-inner,
  .ssp-faq-inner,
  .ssp-events-module .ssp-module-heading,
  .ssp-video-module .ssp-module-heading {
    grid-template-columns: 1fr;
  }

  .ssp-content-split .ssp-split-media,
  .ssp-content-split.ssp-layout-image-left .ssp-split-media {
    order: 2;
  }

  .ssp-content-split .ssp-split-copy,
  .ssp-content-split.ssp-layout-image-left .ssp-split-copy {
    order: 1;
  }

  .ssp-split-media,
  .ssp-split-image,
  .ssp-split-art {
    min-height: 420px;
  }

  .ssp-events-module .ssp-module-intro,
  .ssp-video-module .ssp-module-intro,
  .ssp-affiliations-module .ssp-module-intro {
    grid-column: 1;
    grid-row: auto;
  }

  .ssp-affiliations-module .ssp-module-heading {
    grid-template-columns: 1fr;
  }

  .ssp-affiliations-cols-4,
  .ssp-affiliations-cols-5,
  .ssp-affiliations-cols-6 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ssp-cta-card {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .ssp-cta-card .ssp-module-button {
    justify-self: start;
  }

  .ssp-faq-list {
    margin-top: 6px;
  }

  .ssp-grid-cols-3,
  .ssp-grid-cols-4,
  .ssp-grid-cols-5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ssp-carousel-cols-3 .ssp-carousel-slide,
  .ssp-carousel-cols-4 .ssp-carousel-slide,
  .ssp-carousel-cols-5 .ssp-carousel-slide {
    flex-basis: calc((100% - 18px) / 2);
  }

  .ssp-logo-carousel.ssp-carousel-cols-3 .ssp-carousel-slide,
  .ssp-logo-carousel.ssp-carousel-cols-4 .ssp-carousel-slide,
  .ssp-logo-carousel.ssp-carousel-cols-5 .ssp-carousel-slide {
    flex-basis: calc((100% - 12px) / 2);
  }
}

@media (max-width: 620px) {
  .ssp-module {
    padding-block: 70px;
  }

  .ssp-module-heading h2 {
    font-size: clamp(2.25rem, 12vw, 3.45rem);
  }

  .ssp-event-collection,
  .ssp-testimonial-grid,
  .ssp-logo-grid,
  .ssp-stats-grid {
    grid-template-columns: 1fr;
  }

  .ssp-affiliations-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ssp-affiliation-card {
    min-height: 116px;
    padding: 20px 16px;
  }

  .ssp-carousel-cols-2 .ssp-carousel-slide,
  .ssp-carousel-cols-3 .ssp-carousel-slide,
  .ssp-carousel-cols-4 .ssp-carousel-slide,
  .ssp-carousel-cols-5 .ssp-carousel-slide,
  .ssp-logo-carousel.ssp-carousel-cols-2 .ssp-carousel-slide,
  .ssp-logo-carousel.ssp-carousel-cols-3 .ssp-carousel-slide,
  .ssp-logo-carousel.ssp-carousel-cols-4 .ssp-carousel-slide,
  .ssp-logo-carousel.ssp-carousel-cols-5 .ssp-carousel-slide {
    flex-basis: 100%;
  }

  .ssp-carousel-controls {
    margin-top: 18px;
  }

  .ssp-carousel-arrows button {
    width: 40px;
    height: 40px;
  }

  .ssp-split-media,
  .ssp-split-image,
  .ssp-split-art {
    min-height: 330px;
  }

  .ssp-split-art strong {
    width: 94px;
    height: 94px;
    border-width: 7px;
    font-size: 2.4rem;
  }

  .ssp-cta-card {
    gap: 28px;
    padding: 30px 24px;
    border-radius: 19px;
  }

	.ssp-events-list .ssp-event-content {
		grid-template-columns: 1fr;
  }

  .ssp-events-list .ssp-event-link {
    grid-column: 1;
    grid-row: auto;
    margin-top: 12px;
  }

  .ssp-testimonial {
    min-height: 0;
  }

  .ssp-faq-list summary {
    grid-template-columns: 26px 1fr auto;
    gap: 10px;
  }

  .ssp-faq-list details > div {
    padding-left: 36px;
  }

  .ssp-logo-card {
    min-height: 120px;
    padding: 24px;
  }

  .ssp-logos-module.has-details .ssp-logo-card {
    min-height: 0;
    padding: 28px 24px;
  }

  .ssp-stat {
    padding: 31px 8px;
  }

  .ssp-stat + .ssp-stat {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 0;
  }

  .ssp-module-footer {
    justify-content: stretch;
  }

  .ssp-module-button {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .ssp-affiliations-grid {
    grid-template-columns: 1fr;
  }

  .ssp-affiliation-card {
    min-height: 104px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ssp-event-item,
  .ssp-event-image img,
  .ssp-logo-card,
  .ssp-affiliation-card,
  .ssp-carousel-viewport {
    transition: none !important;
    scroll-behavior: auto;
  }
}
