.why-aqa-masters-page {
  background: #f7f9f6;
}

.why-aqa-masters-page .service-detail-main {
  padding-top: 0;
}

.why-aqa-masters-page .industry-section-zone {
  position: relative;
  isolation: isolate;
}

.why-aqa-masters-page .section-bg-light {
  color: var(--tp-common-black-1, #111112);
  background: #fff;
}

.why-aqa-masters-page .section-bg-soft {
  color: var(--tp-common-black-1, #111112);
  background: #F8F9F9;
}

.why-aqa-masters-page .industry-related-zone > section,
.why-aqa-masters-page .industry-trust-zone > section {
  background: transparent;
}

.why-aqa-masters-page .industry-trust-zone > .industry-detail-faq {
  margin-top: -1px;
  background: #F8F9F9;
}

.who-we-are-page [data-who-section="locations"] {
  position: relative;
  overflow: hidden;
  content-visibility: auto;
  contain-intrinsic-size: 980px;
  background:
    radial-gradient(circle at 12% 0%, rgba(180, 231, 23, .1), transparent 30%),
    radial-gradient(circle at 100% 20%, rgba(16, 48, 42, .055), transparent 32%),
    #fff;
}

.who-we-are-page [data-who-section="locations"]::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 30px);
  max-width: 1524px;
  height: 1px;
  background: rgba(16, 48, 42, .08);
  content: "";
  transform: translateX(-50%);
}

.who-we-are-locations-shell {
  position: relative;
  padding: clamp(18px, 2vw, 28px);
  border: 1px solid rgba(16, 48, 42, .08);
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(248, 249, 249, .92), rgba(255, 255, 255, .78));
  box-shadow: 0 24px 70px rgba(16, 48, 42, .06), inset 0 1px 0 rgba(255, 255, 255, .72);
}

.who-we-are-locations-intro,
.who-we-are-locations-main {
  border-radius: 28px;
}

.who-we-are-locations-intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(30px, 3.2vw, 48px);
  color: #fff;
  background:
    linear-gradient(145deg, rgba(16, 48, 42, .96), rgba(9, 13, 11, .94)),
    var(--service-dark, #10302a);
}

.who-we-are-locations-intro .tp-service-cst-kicker {
  color: rgba(243, 241, 242, .68);
}

.who-we-are-locations-intro h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(40px, 5vw, 68px);
  font-weight: 600;
  line-height: .98;
  letter-spacing: -.055em;
}

.who-we-are-locations-intro > p {
  margin: 0;
  color: rgba(243, 241, 242, .68);
  font-size: 17px;
  line-height: 1.55;
}

.who-we-are-locations-heading span,
.who-we-are-location-content > span {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.who-we-are-locations-main {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  gap: 24px;
  padding: clamp(24px, 3vw, 42px);
  border: 1px solid rgba(16, 48, 42, .08);
  background: rgba(255, 255, 255, .76);
}

.who-we-are-locations-heading {
  max-width: 840px;
}

.who-we-are-locations-heading span {
  color: rgba(16, 48, 42, .58);
}

.who-we-are-locations-heading p {
  margin: 0;
  color: var(--service-dark, #10302a);
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.035em;
}

.who-we-are-locations-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.who-we-are-location-card {
  overflow: hidden;
  border: 1px solid var(--industry-card-border, rgba(16, 48, 42, .14));
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(16, 48, 42, .055);
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.who-we-are-location-card:hover,
.who-we-are-location-card:focus-within {
  border-color: rgba(16, 48, 42, .18);
  box-shadow: 0 22px 54px rgba(16, 48, 42, .08);
  transform: translateY(-2px);
}

.who-we-are-page [data-who-section] {
  scroll-margin-top: 110px;
}

.who-we-are-locations-intro a:focus-visible,
.who-we-are-page .tp-service-cta-action a:focus-visible,
.why-aqa-masters-page .tp-service-cst-card-id:focus-visible {
  outline: 3px solid rgba(180, 231, 23, .82);
  outline-offset: 4px;
}

.who-we-are-location-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.45 / 1;
  background: #f8f9f9;
}

.who-we-are-location-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.who-we-are-location-content {
  padding: clamp(24px, 2.2vw, 32px);
}

.who-we-are-location-content > span {
  color: rgba(16, 48, 42, .54);
}

.who-we-are-location-content h3 {
  margin: 0 0 14px;
  color: var(--service-dark, #10302a);
  font-size: clamp(26px, 2.4vw, 34px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -.04em;
}

.who-we-are-location-content p {
  margin: 0;
  color: var(--service-muted, #6b7471);
  font-size: 16px;
  line-height: 1.55;
}

.why-aqa-masters-page .service-hero-copy .industry-section-kicker {
  display: inline-block;
  margin-bottom: 18px;
}

.why-aqa-masters-page .why-aqa-pilot-section {
  background: transparent;
}

.why-aqa-masters-page .why-aqa-pilot-section .tp-service-cst-info h2,
.why-aqa-masters-page .why-aqa-pilot-section .tp-service-cst-info p {
  color: #fff;
}

.why-aqa-masters-page .why-aqa-pilot-section .tp-service-cst-insight-card {
  min-height: 190px;
  content-visibility: auto;
  contain-intrinsic-size: 190px;
  background: rgba(9, 13, 11, .42);
}

.why-aqa-masters-page .why-aqa-pilot-section .tp-service-cst-insight-card h3 {
  color: rgba(243, 241, 242, .86);
}

.why-aqa-masters-page .why-aqa-pilot-section .tp-service-cst-insight-card p {
  color: rgba(243, 241, 242, .62);
}

.why-aqa-masters-page .why-aqa-comparison-panel {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 18px 52px rgba(0, 0, 0, .12), 0 1px 0 rgba(255, 255, 255, .48);
  contain: layout paint style;
}

.why-aqa-masters-page .why-aqa-comparison-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scrollbar-gutter: stable;
}

.why-aqa-masters-page .why-aqa-comparison-scroll:focus-visible {
  outline: 3px solid rgba(180, 231, 23, .75);
  outline-offset: -3px;
}

.why-aqa-masters-page .why-aqa-comparison-table {
  position: relative;
  table-layout: fixed;
  width: 100%;
  min-width: 1120px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  isolation: isolate;
}

.why-aqa-masters-page .why-aqa-comparison-table::before {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  z-index: 1;
  width: calc(18% + 2px);
  border-left: 1px solid rgba(255, 255, 255, .86);
  border-radius: 0 26px 26px 0;
  background:
    radial-gradient(circle at 72% 18%, rgba(220, 248, 255, .22), rgba(220, 248, 255, 0) 52%),
    linear-gradient(135deg, rgba(242, 252, 255, .88), rgba(255, 255, 255, .94) 52%, rgba(162, 224, 248, .16)),
    rgba(250, 253, 255, .9);
  box-shadow:
    -8px 0 18px rgba(18, 40, 56, .052),
    0 10px 24px rgba(18, 40, 56, .078),
    inset 0 0 0 1px rgba(184, 238, 255, .26),
    inset 10px 0 18px rgba(255, 255, 255, .32),
    inset -8px 0 14px rgba(162, 224, 248, .09),
    inset 0 1px 0 rgba(255, 255, 255, .96),
    inset 0 -1px 0 rgba(18, 40, 56, .045);
  content: "";
  pointer-events: none;
}

.why-aqa-masters-page .why-aqa-comparison-table::after {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  z-index: 1;
  width: calc(18% + 2px);
  border-radius: 0 26px 26px 0;
  background:
    radial-gradient(ellipse at 22% 4%, rgba(255, 255, 255, .52), rgba(255, 255, 255, 0) 38%),
    linear-gradient(105deg, rgba(255, 255, 255, 0) 14%, rgba(219, 248, 255, .22) 46%, rgba(255, 255, 255, .52) 51%, rgba(255, 255, 255, 0) 84%);
  opacity: .38;
  content: "";
  pointer-events: none;
}

.why-aqa-masters-page .why-aqa-comparison-table .is-aqa-masters-col {
  background: #fafdff;
}

.why-aqa-masters-page .why-aqa-comparison-table th,
.why-aqa-masters-page .why-aqa-comparison-table td {
  width: 18%;
  padding: 24px;
  vertical-align: top;
  border-right: 1px solid rgba(16, 48, 42, .08);
  border-bottom: 1px solid rgba(16, 48, 42, .08);
  background: rgba(255, 255, 255, .96);
}

.why-aqa-masters-page .why-aqa-comparison-table th:first-child {
  width: 28%;
}

.why-aqa-masters-page .why-aqa-comparison-table tr:last-child th,
.why-aqa-masters-page .why-aqa-comparison-table tr:last-child td {
  border-bottom: 0;
}

.why-aqa-masters-page .why-aqa-comparison-table th:last-child,
.why-aqa-masters-page .why-aqa-comparison-table td:last-child {
  border-right: 0;
}

.why-aqa-masters-page .why-aqa-comparison-table thead th {
  color: var(--service-dark, #10302a);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
  background: #f8f9f9;
}

.why-aqa-masters-page .why-aqa-comparison-table tbody th {
  color: var(--service-dark, #10302a);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -.035em;
}

.why-aqa-masters-page .why-aqa-comparison-table tbody th span,
.why-aqa-masters-page .why-aqa-comparison-table tbody th small,
.why-aqa-masters-page .why-aqa-comparison-table td span,
.why-aqa-masters-page .why-aqa-comparison-cell-model {
  display: block;
}

.why-aqa-masters-page .why-aqa-comparison-cell-model {
  display: none;
  margin-bottom: 12px;
  color: rgba(16, 48, 42, .54);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.why-aqa-masters-page .why-aqa-comparison-table tbody th small {
  margin-top: 10px;
  color: var(--service-muted, #6b7471);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0;
}

.why-aqa-masters-page .why-aqa-comparison-table td span {
  width: fit-content;
  margin-bottom: 10px;
  padding: 7px 10px;
  border: 1px solid rgba(16, 48, 42, .08);
  border-radius: 999px;
  color: rgba(16, 48, 42, .58);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  background: rgba(16, 48, 42, .035);
}

.why-aqa-masters-page .why-aqa-comparison-table td p {
  margin: 0;
  color: var(--service-muted, #6b7471);
  font-size: 15px;
  line-height: 1.55;
}

.why-aqa-masters-page .why-aqa-comparison-table .is-aqa-masters {
  position: relative;
  z-index: 3;
  border-right-color: rgba(18, 40, 56, .1);
  border-bottom-color: rgba(168, 232, 255, .18);
  background: rgba(250, 253, 255, .52);
  box-shadow:
    inset 0 0 0 1px rgba(184, 238, 255, .16),
    inset 8px 0 14px rgba(255, 255, 255, .22),
    inset -6px 0 12px rgba(162, 224, 248, .07),
    inset 0 1px 0 rgba(255, 255, 255, .92),
    inset 0 -1px 0 rgba(18, 40, 56, .035),
    inset 0 10px 20px rgba(255, 255, 255, .18);
}

.why-aqa-masters-page .why-aqa-comparison-table thead .is-aqa-masters {
  color: #0a2434;
  background: rgba(239, 251, 255, .58);
}

.why-aqa-masters-page .why-aqa-comparison-table td.is-aqa-masters span {
  color: rgba(10, 36, 52, .86);
  border-color: rgba(168, 232, 255, .38);
  background: rgba(239, 251, 255, .52);
  box-shadow: 0 6px 14px rgba(126, 213, 255, .1), inset 0 1px 0 rgba(255, 255, 255, .78);
}

.why-aqa-masters-page .why-aqa-comparison-table td.is-aqa-masters p {
  color: #0a2434;
  font-weight: 600;
}

.why-aqa-masters-page .why-aqa-comparison-note {
  margin: 0;
  padding: 22px 24px;
  color: var(--service-muted, #6b7471);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
  border-top: 0;
  background: rgba(248, 249, 249, .78);
}

@media (max-width: 767px) {
  .who-we-are-page [data-who-section="locations"] {
    contain-intrinsic-size: 1200px;
  }

  .who-we-are-locations-shell,
  .who-we-are-locations-main,
  .who-we-are-locations-intro {
    border-radius: 24px;
  }

  .who-we-are-locations-shell,
  .who-we-are-locations-main {
    padding: 16px;
  }

  .who-we-are-locations-intro {
    padding: 28px;
  }

  .who-we-are-locations-grid {
    grid-template-columns: 1fr;
  }

  .who-we-are-location-card {
    border-radius: 22px;
  }

  .who-we-are-location-content {
    padding: 22px;
  }

  .why-aqa-masters-page .why-aqa-pilot-section .tp-service-cst-insight-card {
    content-visibility: visible;
    contain-intrinsic-size: auto;
  }

  .why-aqa-masters-page .why-aqa-comparison-panel {
    border-radius: 22px;
  }

  .why-aqa-masters-page .why-aqa-comparison-table {
    min-width: 980px;
  }

  .why-aqa-masters-page .why-aqa-comparison-table::before {
    width: calc(18% + 1px);
    box-shadow:
      -5px 0 12px rgba(18, 40, 56, .045),
      0 8px 18px rgba(18, 40, 56, .064),
      inset 0 0 0 1px rgba(184, 238, 255, .22),
      inset 8px 0 12px rgba(255, 255, 255, .28),
      inset 0 1px 0 rgba(255, 255, 255, .9);
  }

  .why-aqa-masters-page .why-aqa-comparison-table::after {
    display: none;
  }

  .why-aqa-masters-page .why-aqa-comparison-table th,
  .why-aqa-masters-page .why-aqa-comparison-table td {
    padding: 20px;
  }

  .why-aqa-masters-page .why-aqa-comparison-table .is-aqa-masters {
    box-shadow:
      inset 0 0 0 1px rgba(184, 238, 255, .14),
      inset 6px 0 10px rgba(255, 255, 255, .2),
      inset 0 1px 0 rgba(255, 255, 255, .88);
  }

  .why-aqa-masters-page .why-aqa-comparison-table td.is-aqa-masters span {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .74);
  }

  .why-aqa-masters-page .why-aqa-comparison-cell-model {
    display: block;
  }

  .why-aqa-masters-page .why-aqa-comparison-note {
    padding: 20px;
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .who-we-are-locations-grid {
    gap: 16px;
  }

  .who-we-are-locations-main {
    padding: 22px;
  }

  .who-we-are-location-content {
    padding: 24px;
  }
}

@media (max-width: 575px) {
  .who-we-are-locations-shell,
  .who-we-are-locations-main {
    padding: 12px;
  }

  .why-aqa-masters-page .why-aqa-comparison-table {
    min-width: 900px;
  }

  .why-aqa-masters-page .why-aqa-comparison-table th,
  .why-aqa-masters-page .why-aqa-comparison-table td {
    padding: 18px;
  }

  .who-we-are-locations-intro {
    padding: 24px;
  }

  .who-we-are-location-media {
    aspect-ratio: 1.22 / 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .who-we-are-location-card {
    transition: none;
  }

  .who-we-are-location-card:hover,
  .who-we-are-location-card:focus-within {
    transform: none;
  }
}