﻿.about-rebuild {
  --ap-navy: #000046;
  --ap-blue: #00acff;
  --ap-light: #eef7ff;
  --ap-line: #cbd5e1;
  --ap-grid: 1248px;
  --ap-grid-left: max(24px, calc((100vw - var(--ap-grid)) / 2));
  --ap-container-width: min(calc(100% - 160px), var(--ap-grid));
  --ap-container-left: calc((100vw - var(--ap-container-width)) / 2);
  --ap-site-sticky-height: 74px;
  --ap-quick-height: 96px;
  --ap-anchor-offset: calc(var(--ap-site-sticky-height) + var(--ap-quick-height) + 24px);
  position: relative;
  overflow: visible;
  background: #ffffff;
  color: var(--ap-navy);
  font-family: "Montserrat", Arial, sans-serif;
}

html,
body {
  overflow-x: clip;
}

.site-shell.has-about-quick {
  overflow-x: clip;
  overflow-y: visible;
}

.about-rebuild.has-about-quick {
  overflow-x: clip;
  overflow-y: visible;
}

.about-rebuild * {
  box-sizing: border-box;
}

.about-rebuild p,
.about-rebuild h1,
.about-rebuild h2,
.about-rebuild h3,
.about-rebuild figure,
.about-rebuild blockquote {
  margin: 0;
}

.about-rebuild img {
  display: block;
}

.about-rebuild > section > .container,
.about-rebuild > .ap-quick > .container {
  position: relative;
  width: var(--ap-container-width) !important;
  height: 100%;
  margin: 0 auto;
}

.about-rebuild > .ap-history-section > .container {
  position: static;
}

.about-rebuild > .ap-quality-section > .container {
  width: 100%;
}

.about-rebuild .ap-inner,
.about-rebuild .ap-story-frame,
.about-rebuild .ap-roadmap-frame,
.about-rebuild .ap-team-frame {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.ap-eyebrow {
  color: var(--ap-navy);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.about-rebuild h1,
.about-rebuild h2 {
  color: var(--ap-navy);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.about-rebuild h1 span,
.about-rebuild h2 span {
  color: var(--ap-blue);
}

.ap-hero {
  position: relative;
  height: 420px;
  background: var(--ap-light);
}

.ap-breadcrumb {
  position: absolute;
  left: 0;
  top: 40px;
  display: flex;
  gap: 4px;
  align-items: center;
  color: rgba(0, 0, 70, 0.75);
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}

.ap-breadcrumb span:nth-child(2) {
  font-size: 10px;
  line-height: 1.5;
}

.ap-hero-eyebrow {
  position: absolute;
  left: 0;
  top: 115px;
}

.ap-hero h1 {
  position: absolute;
  left: 0;
  top: 141px;
  font-size: 60px;
  line-height: 1.2;
}

.ap-hero-copy {
  position: absolute;
  left: 0;
  top: 247px;
  width: 612px;
  color: var(--ap-navy);
  font-size: 16px;
  line-height: 24px;
}

.ap-video {
  position: absolute;
  left: 719px;
  top: 60px;
  width: 529px;
  height: 298px;
  overflow: hidden;
  border-top-right-radius: 60px;
  background: #000000;
}

.ap-video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.ap-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ap-quick {
  position: sticky;
  top: var(--ap-site-sticky-height);
  z-index: 100;
  height: var(--ap-quick-height);
  background: #eef7ff;
  border-bottom: 1px solid #cbd5e1;
  box-shadow: none;
}

.ap-quick-inner {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.ap-quick span,
.ap-quick a {
  position: absolute;
  top: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  color: var(--ap-navy);
  font-size: 16px;
  line-height: 24px;
}

.ap-quick span {
  left: 0;
  width: 145px;
  font-weight: 400;
}

.ap-quick a {
  padding: 0 24px;
  border-radius: 48px;
  font-weight: 400;
  transition: background 160ms ease, color 160ms ease;
}

.ap-quick a:hover,
.ap-quick a:focus-visible,
.ap-quick a.is-active {
  background: var(--ap-blue);
  color: #ffffff;
}

.ap-story-section,
.ap-history-section,
.ap-team-section,
.ap-quality-section {
  scroll-margin-top: var(--ap-anchor-offset);
}

.ap-quick a:nth-of-type(1) {
  left: 169px;
  top: 26px;
  height: 44px;
}

.ap-quick a:nth-of-type(2) {
  left: 319px;
}

.ap-quick a:nth-of-type(3) {
  left: 436px;
}

.ap-quick a:nth-of-type(4) {
  left: 561px;
}

.ap-story-section {
  position: relative;
  height: 874px;
  background: #ffffff;
}

.ap-story-frame {
  top: 90px;
  height: 694px;
}

.ap-story-line {
  position: absolute;
  left: 178px;
  top: 10px;
  width: 1070px;
  height: 296px;
  border-top: 1px solid #000046;
  border-right: 1px solid #000046;
  border-top-right-radius: 76px;
  pointer-events: none;
}

.ap-story-frame > .ap-eyebrow {
  position: absolute;
  left: 0;
  top: 0;
}

.ap-story-frame h2 {
  position: absolute;
  left: 0;
  top: 32px;
  width: 612px;
  font-size: 60px;
  line-height: 1.2;
}

.ap-story-text {
  position: absolute;
  left: 0;
  top: 210px;
  width: 612px;
  height: 322px;
  color: var(--ap-navy);
  font-size: 16px;
  line-height: 24px;
}

.ap-story-text p + p {
  margin-top: 24px;
}

.ap-story-text strong {
  font-weight: 500;
  text-transform: uppercase;
}

.ap-story-frame blockquote {
  position: absolute;
  left: 0;
  top: 574px;
  width: 612px;
  height: 120px;
  padding: 30px 0 0 30px;
  border-left: 2px solid var(--ap-blue);
  border-bottom: 0 solid #00acff00;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  border-top-right-radius: 80px;
  color: var(--ap-navy);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: capitalize;
}

.ap-stat-tile,
.ap-story-img {
  position: absolute;
}

.ap-stat-tile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: 72px 34px 30px;
  overflow: hidden;
  background: linear-gradient(102deg, #00acff 23.5%, #37378e 100%);
  color: #ffffff;
}

.ap-stat-tile.ap-stat-top::before,
.ap-stat-tile.ap-stat-bottom::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url("../about-rebuild/about_tp_sp.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.ap-stat-top {
  left: 636px;
  top: 44px;
  width: 208px;
  height: 241px;
  border-top-right-radius: 60px;
}

.ap-stat-bottom {
  left: 1007px;
  top: 300px;
  width: 207px;
  height: 240px;
  border-top-right-radius: 60px;
}

.ap-stat-tile strong {
  position: static;
  z-index: 9;
  font-size: 46px;
  font-weight: 500;
  line-height: 1;
}

.ap-stat-tile span {
  position: static;
  z-index: 9;
  font-size: 16px;
  line-height: 1;
}

.ap-story-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ap-story-img-a {
  left: 860px;
  top: 44px;
  width: 354px;
  height: 241px;
  overflow: hidden;
  border-top-right-radius: 60px;
}

.ap-story-img-b {
  left: 636px;
  top: 301px;
  width: 354px;
  height: 239px;
  overflow: hidden;
}

.ap-history-section {
  position: relative;
  --ap-history-line-left: max(24px, calc(var(--ap-container-left) - 34px));
  --ap-history-content-left: calc(var(--ap-history-line-left) + 34px);
  --ap-history-item-clip-left: calc(var(--ap-history-line-left) + 220px);
  height: 773px;
  overflow: hidden;
  background: var(--ap-light);
}

.ap-history-section > .container > .ap-eyebrow {
  position: absolute;
  left: var(--ap-history-content-left);
  top: 90px;
}

.ap-history-section h2 {
  position: absolute;
  left: var(--ap-history-content-left);
  top: 122px;
  width: 612px;
  font-size: 60px;
  line-height: 1.2;
}

.ap-history-section p.ap-eyebrow,
.ap-history-section h2 {
  padding-left: 30px;
}

.ap-history-section::before {
  content: "";
  position: absolute;
  left: var(--ap-history-line-left);
  top: 90px;
  height: 422px;
  border-left: 1px solid #000046;
}

.ap-history-line {
  position: absolute;
  left: var(--ap-history-line-left);
  right: 0;
  top: 512px;
  height: 1px;
  background: #000046;
  z-index: 0;
}

.ap-history-wheel {
  position: absolute;
  left: calc(var(--ap-history-line-left) - 7px);
  top: 342px;
  width: 177px;
  height: 192px;
  border: 0;
  border-radius: 0;
  background: url("https://intecma.development-server1.com/wp-content/uploads/2026/07/intecma-history-icon-v2.svg") center / 100% 100% no-repeat;
  transform: none;
  z-index: 2;
}

.ap-history-dot-blue {
  display: none;
}

.ap-history-scroll {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-clip-path: inset(0 0 0 var(--ap-history-item-clip-left));
  clip-path: inset(0 0 0 var(--ap-history-item-clip-left));
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
}

.ap-history-scroll::-webkit-scrollbar {
  display: none;
}

.ap-history-track {
  position: relative;
  width: 100%;
  min-width: max(100%, calc(100vw + 360px), calc(var(--ap-history-line-left) + var(--ap-history-track-width, 1566px)));
  height: 100%;
}

.ap-history-mark {
  position: absolute;
  left: calc(var(--ap-history-line-left) + var(--ap-history-slot, 318px));
  width: 294px;
  color: var(--ap-navy);
}

.ap-history-mark img {
  position: absolute;
  width: 32px;
  height: 32px;
}

.ap-history-mark > strong {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 12px;
  border-radius: 6px;
  background: var(--ap-navy);
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.ap-history-mark p {
  width: 294px;
  margin-top: 8px;
  font-size: 16px;
  line-height: 24px;
}

.ap-history-mark b {
  display: block;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.ap-history-mark-top {
  top: 255px;
}

.ap-history-mark-top img {
  left: 0;
  top: 240px;
}

.ap-history-mark-bottom {
  top: 495px;
}

.ap-history-mark-bottom img {
  left: 0;
  top: 0;
}

.ap-history-mark-bottom > strong {
  margin-top: 72px;
}

.ap-principles {
  position: relative;
  height: 1170px;
  background: #ffffff;
}

.ap-principle-block {
  position: absolute;
  left: 50%;
  width: 1036px;
  height: 495px;
  transform: translateX(-50%);
}

.ap-mission-block {
  top: 90px;
}

.ap-vision-block {
  top: 675px;
}

.ap-principle-block > .ap-eyebrow {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
}

.ap-principle-block h2 {
  position: absolute;
  left: 212px;
  top: 32px;
  width: 612px;
  text-align: center;
  font-size: 60px;
  line-height: 1.2;
}

.ap-center-copy {
  position: absolute;
  left: 79px;
  top: 138px;
  width: 879px;
  color: var(--ap-navy);
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

.ap-principle-card {
  position: absolute;
  left: 0;
  top: 222px;
  width: 506px;
  height: 273px;
  padding: 34px;
  border: 1px solid #cbd5e1 !important;
  border-top-right-radius: 40px;
  background: var(--ap-light);
  box-shadow: 0px 2px 24px 0px rgba(1, 53, 141, 0.08);
}

.ap-principle-card.ap-card-right {
  left: 530px;
}

.ap-principle-card.is-blue {
  border: 0;
  background: linear-gradient(138deg, #00acff 0%, #37378e 100%);
  color: #ffffff;
}

.ap-principle-card img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.ap-principle-card h3 {
  margin-top: 24px;
  color: inherit;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
}

.ap-principle-card p {
  margin-top: 16px;
  color: inherit;
  font-size: 16px;
  line-height: 24px;
}

.ap-roadmap-section {
  position: relative;
  height: 520px;
  margin-top: 20px;
  background: #ffffff;
}

.ap-roadmap-frame {
  top: 90px;
  height: 410px;
}

.ap-roadmap-frame > .ap-eyebrow {
  position: absolute;
  left: 0;
  top: 0;
}

.ap-roadmap-frame h2 {
  position: absolute;
  left: 0;
  top: 32px;
  width: 612px;
  font-size: 60px;
  line-height: 1.2;
}

.ap-road-copy {
  position: absolute;
  left: 51%;
  top: 128px;
  width: 49%;
  color: var(--ap-navy);
  font-size: 16px;
  line-height: 24px;
}

.ap-road-grid {
  position: absolute;
  left: 0;
  top: 236px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  height: 174px;
}

.ap-road-grid article {
  position: relative;
  height: 174px;
  border-right: 1px solid var(--ap-line);
}

.ap-road-grid article:last-child {
  border-right: 0;
}

.ap-road-grid img {
  position: absolute;
  left: 18px;
  top: 30px;
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.ap-road-grid img.ap-road-icon-blue-bg {
  padding: 6px;
  border-radius: 8px;
  background: var(--ap-blue);
}

.ap-road-grid b {
  position: absolute;
  right: 18px;
  top: 24px;
  color: var(--ap-line);
  font-size: 38px;
  line-height: 46px;
}

.ap-road-grid h3 {
  position: absolute;
  left: 18px;
  top: 80px;
  color: var(--ap-navy);
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}

.ap-road-grid p {
  position: absolute;
  left: 18px;
  top: 116px;
  width: calc(100% - 36px);
  color: var(--ap-navy);
  font-size: 14px;
  line-height: 17px;
}

.ap-team-section {
  position: relative;
  height: 1394px;
  background: #ffffff;
}

.ap-team-frame {
  top: 90px;
  height: 1304px;
}

.ap-team-frame > .ap-eyebrow {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
}

.ap-team-frame > h2 {
  position: absolute;
  left: 318px;
  top: 32px;
  width: 612px;
  text-align: center;
  font-size: 60px;
  line-height: 1.2;
}

.ap-team-grid {
  position: absolute;
  left: 0;
  top: 164px;
  display: grid;
  grid-template-columns: repeat(3, 400px);
  gap: 24px;
}

.ap-team-grid article {
  position: relative;
  width: 400px;
  height: 558px;
  border: 1px solid var(--ap-line);
  border-radius: 0px 62px 0px 0px;
  background: #ffffff;
}

.ap-team-grid picture,
.ap-team-grid picture img {
  width: 400px;
  height: 275px;
}

.ap-team-grid picture {
  display: block;
  overflow: hidden;
  border-top-right-radius: 60px;
}

.ap-team-grid picture img {
  object-fit: cover;
}

.ap-team-grid article > span {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  min-width: 90px;
  min-height: 38px;
  padding: 10px 16px 11px;
  border-bottom-right-radius: 12px;
  background: var(--ap-navy);
  color: #ffffff;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
}

.ap-team-grid small {
  position: absolute;
  left: 24px;
  top: 299px;
  color: var(--ap-navy);
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}

.ap-team-grid h3 {
  position: absolute;
  left: 24px;
  top: 335px;
  color: var(--ap-navy);
  font-size: 34px;
  line-height: 41px;
  text-transform: capitalize;
}

.ap-team-grid p {
  position: absolute;
  left: 24px;
  top: 388px;
  width: 352px;
  color: var(--ap-navy);
  font-size: 16px;
  line-height: 24px;
}

.ap-team-grid a {
  position: absolute;
  left: 66px;
  color: var(--ap-navy);
  font-size: 16px;
  line-height: 24px;
}

.ap-team-grid a:nth-of-type(1) {
  top: 470px;
}

.ap-team-grid a:nth-of-type(2) {
  top: 510px;
}

.ap-team-grid a::before {
  content: "";
  position: absolute;
  left: -42px;
  top: -1px;
  width: 24px;
  height: 24px;
  background: url("../about-rebuild/icon-linkedin.svg") center / contain no-repeat;
}

.ap-team-grid a:nth-of-type(2)::before {
  background-image: url("../about-rebuild/icon-mail.svg");
}

.ap-view-more {
  display: none;
}

.ap-quality-section {
  position: relative;
  height: 668px;
  background: #ffffff;
}

.ap-quality-frame {
  position: relative;
  top: 90px;
  width: min(1440px, 100vw);
  height: 578px;
  margin: 0 auto;
}

.ap-quality-frame > .ap-eyebrow {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
}

.ap-quality-frame > h2 {
  position: absolute;
  left: 50%;
  top: 32px;
  width: min(612px, calc(100vw - 48px));
  text-align: center;
  font-size: 60px;
  line-height: 1.2;
  transform: translateX(-50%);
}

.ap-quality-copy {
  position: absolute;
  left: 50%;
  top: 210px;
  width: min(1036px, calc(100vw - 48px));
  color: var(--ap-navy);
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  transform: translateX(-50%);
}

.ap-quality-callout {
  position: absolute;
  left: var(--ap-tooltip-left, 133px);
  top: var(--ap-tooltip-top, 177px);
  z-index: 2;
  width: 194px;
  height: 87px;
  color: #ffffff;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.ap-quality-callout img {
  position: absolute;
  inset: 0;
  width: 194px;
  height: 87px;
}

.ap-quality-callout p {
  position: absolute;
  left: 12px;
  top: 12px;
  width: 170px;
  font-size: 10px;
  line-height: 1.2;
}

.ap-cert {
  position: absolute;
  z-index: 1;
  object-fit: contain;
  cursor: help;
}

.ap-quality-frame.is-cert-tooltip .ap-quality-callout,
.ap-quality-frame:has(.ap-cert:hover) .ap-quality-callout,
.ap-quality-frame:has(.ap-cert:focus-visible) .ap-quality-callout {
  opacity: 1;
  transform: translateY(0);
}

.ap-cert-reach {
  left: 192px;
  top: 268px;
  width: 75px;
  height: 94px;
}

.ap-cert-kiwa {
  left: 378px;
  top: 268px;
  width: 84px;
  height: 94px;
}

.ap-cert-rohs {
  left: 573px;
  top: 268px;
  width: 92px;
  height: 94px;
}

.ap-cert-vde {
  left: 776px;
  top: 268px;
  width: 188px;
  height: 94px;
}

.ap-cert-en {
  left: 1075px;
  top: 268px;
  width: 174px;
  height: 94px;
}

.ap-stat-strip {
  position: absolute;
  left: 50%;
  top: 422px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100vw;
  height: 156px;
  margin-left: -50vw;
  padding: 24px var(--ap-grid-left);
  background: var(--ap-light);
}

.ap-stat-strip article {
  color: var(--ap-navy);
}

.ap-stat-strip strong {
  display: block;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 72px;
  text-transform: uppercase;
}

.ap-stat-strip span {
  display: block;
  margin-top: 12px;
  font-size: 16px;
  line-height: 24px;
}

.about-rebuild + .footer {
  margin-top: 180px;
  min-height: 679px;
}

@media (min-width: 1280px) and (max-width: 1407px) {
  .ap-hero {
    height: 468px;
  }

  .ap-hero-copy {
    width: min(48%, 500px);
  }

  .ap-video {
    left: auto;
    right: 0;
    top: 92px;
    width: min(46%, 520px);
    height: auto;
    aspect-ratio: 520 / 290;
    border-top-right-radius: 48px;
  }

  .ap-story-section {
    height: auto;
    padding: 82px 0 96px;
  }

  .ap-story-frame {
    top: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    height: auto;
  }

  .ap-story-line {
    left: 178px;
    top: 8px;
    width: calc(100% - 178px);
    height: 230px;
  }

  .ap-story-frame > .ap-eyebrow,
  .ap-story-frame h2,
  .ap-story-text {
    position: relative;
    left: auto;
    top: auto;
    z-index: 1;
    grid-column: 1 / -1;
    width: auto;
    height: auto;
  }

  .ap-story-frame h2 {
    margin-top: 16px;
  }

  .ap-story-text {
    margin-top: 18px;
  }

  .ap-story-frame blockquote {
    position: relative;
    left: auto;
    top: auto;
    z-index: 1;
    grid-column: 1;
    width: auto;
    height: auto;
    margin-top: 8px;
    padding: 26px 28px;
    border-top-right-radius: 56px;
  }

  .ap-stat-tile,
  .ap-story-img,
  .ap-stat-top,
  .ap-stat-bottom,
  .ap-story-img-a,
  .ap-story-img-b {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    height: 220px;
  }

  .ap-stat-tile {
    display: grid;
    align-content: center;
    padding: 28px;
    border-top-right-radius: 48px;
  }

  .ap-stat-tile strong,
  .ap-stat-tile span {
    position: static;
  }

  .ap-story-img-a,
  .ap-story-img-b {
    border-top-right-radius: 48px;
  }
}

@media (min-width: 1281px) {
  .ap-history-section::before {
    content: "";
    position: absolute;
    left: max(24px, calc(calc((100vw - min(calc(100% - 160px), 1248px)) / 2) - 0px));
    top: 90px;
    height: 380px;
    border-left: 1px solid #000046;
  }

  .ap-history-line {
    position: absolute;
    left: max(24px, calc(calc((100vw - min(calc(100% - 160px), 1248px)) / 2) - -45px));
    right: 0;
    top: 512px;
    height: 1px;
    background: #000046;
  }

  .ap-history-section p.ap-eyebrow,
  .ap-history-section h2 {
    padding-left: 30px;
  }

  .ap-history-wheel {
    position: absolute;
    left: calc(var(--ap-history-line-left) - -25px);
  }

  .ap-history-dot-blue {
    position: absolute;
    left: calc(var(--ap-history-line-left) + 150px);
    top: 355px;
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 1280px) and (min-width: 1201px) {
  .ap-history-section::before {
    content: "";
    height: 380px;
  }

  .ap-history-line {
    position: absolute;
    left: max(24px, calc(calc((100vw - min(calc(100% - 160px), 1248px)) / 2) - -45px)) !important;
  }
}

@media (min-width: 701px) and (max-width: 1279px) {
  .about-rebuild {
    --ap-site-sticky-height: 0px;
    --ap-quick-height: 92px;
    --ap-anchor-offset: calc(var(--ap-quick-height) + 24px);
    overflow: visible;
  }

  .about-rebuild .ap-inner,
  .about-rebuild .ap-story-frame,
  .about-rebuild .ap-roadmap-frame,
  .about-rebuild .ap-team-frame,
  .ap-principle-block,
  .ap-quality-frame {
    width: 100%;
  }

  .ap-hero {
    height: 468px;
  }

  .ap-hero h1,
  .ap-story-frame h2,
  .ap-history-section h2,
  .ap-principle-block h2,
  .ap-roadmap-frame h2,
  .ap-team-frame > h2,
  .ap-quality-frame > h2 {
    font-size: clamp(42px, 6.2vw, 60px);
  }

  .ap-hero-copy {
    width: min(48%, 520px);
  }

  .ap-video {
    left: auto;
    right: 0;
    top: 92px;
    width: min(46%, 430px);
    height: auto;
    aspect-ratio: 430 / 245;
    border-top-right-radius: 48px;
  }

  .ap-quick {
    top: 0;
    height: auto;
  }

  .ap-quick-inner {
    display: flex;
    align-items: center;
    gap: 18px;
    width: 100%;
    height: auto;
    min-height: 92px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .ap-quick-inner::-webkit-scrollbar {
    display: none;
  }

  .ap-quick span,
  .ap-quick a,
  .ap-quick a:nth-of-type(1),
  .ap-quick a:nth-of-type(2),
  .ap-quick a:nth-of-type(3),
  .ap-quick a:nth-of-type(4) {
    position: static;
    flex: 0 0 auto;
    width: auto;
    height: 44px;
  }

  .ap-story-section {
    height: auto;
    padding: 82px 0 96px;
  }

  .ap-story-frame {
    top: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    height: auto;
  }

  .ap-story-line {
    left: 178px;
    top: 8px;
    width: calc(100% - 178px);
    height: 230px;
  }

  .ap-story-frame > .ap-eyebrow,
  .ap-story-frame h2,
  .ap-story-text {
    position: relative;
    left: auto;
    top: auto;
    z-index: 1;
    grid-column: 1 / -1;
    width: auto;
    height: auto;
  }

  .ap-story-frame h2 {
    margin-top: 16px;
  }

  .ap-story-text {
    margin-top: 18px;
  }

  .ap-story-frame blockquote {
    position: relative;
    left: auto;
    top: auto;
    z-index: 1;
    grid-column: 1;
    width: auto;
    height: auto;
    margin-top: 8px;
    padding: 26px 28px;
    border-top-right-radius: 56px;
  }

  .ap-stat-tile,
  .ap-story-img,
  .ap-stat-top,
  .ap-stat-bottom,
  .ap-story-img-a,
  .ap-story-img-b {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    height: 220px;
  }

  .ap-stat-tile {
    display: grid;
    align-content: center;
    padding: 28px;
    border-top-right-radius: 48px;
  }

  .ap-stat-tile strong,
  .ap-stat-tile span {
    position: static;
  }

  .ap-story-img-a,
  .ap-story-img-b {
    border-top-right-radius: 48px;
  }

  .ap-history-section {
    height: 700px;
  }

  .ap-history-section > .container > .ap-eyebrow,
  .ap-history-section h2 {
    left: var(--ap-container-left);
  }

  .ap-history-line {
    left: var(--ap-container-left);
    top: 432px;
    width: var(--ap-container-width);
  }

  .ap-history-section::before {
    left: var(--ap-container-left);
    content: "";
    height: 300px;
  }

  .ap-history-wheel {
    left: calc(var(--ap-container-left) + -5px);
    top: 318px;
    width: 120px;
    height: 130px;
  }

  .ap-history-dot-blue {
    left: calc(var(--ap-container-left) + 78px);
    top: 320px;
  }

  .ap-history-mark {
    width: 220px;
  }

  .ap-history-mark p {
    width: 220px;
    font-size: 15px;
    line-height: 22px;
  }

  .ap-history-mark-top {
    top: 250px;
  }

  .ap-history-mark-top img {
    top: 166px;
  }

  .ap-history-mark-bottom {
    top: 416px;
  }

  .ap-history-mark-bottom img {
    top: 0;
  }

  .ap-history-mark-bottom > strong {
    margin-top: 72px;
  }

  .ap-principles {
    height: auto;
    padding: 86px 0;
  }

  .ap-principle-block {
    position: relative;
    left: auto;
    top: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    height: auto;
    margin: 0 auto;
    transform: none;
  }

  .ap-vision-block {
    margin-top: 84px;
  }

  .ap-principle-block > .ap-eyebrow,
  .ap-principle-block h2,
  .ap-center-copy {
    position: static;
    grid-column: 1 / -1;
    width: auto;
  }

  .ap-center-copy {
    margin: 0 auto 18px;
  }

  .ap-principle-card,
  .ap-principle-card.ap-card-right {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    min-height: 260px;
  }

  .ap-roadmap-section {
    height: auto;
    padding: 86px 0;
  }

  .ap-roadmap-frame {
    top: 0;
    height: auto;
  }

  .ap-roadmap-frame > .ap-eyebrow,
  .ap-roadmap-frame h2,
  .ap-road-copy,
  .ap-road-grid {
    position: static;
    width: auto;
  }

  .ap-roadmap-frame h2 {
    margin-top: 16px;
  }

  .ap-road-copy {
    margin-top: 20px;
  }

  .ap-road-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    height: auto;
    margin-top: 44px;
  }

  .ap-road-grid article {
    min-height: 170px;
    border-right: 1px solid var(--ap-line);
  }

  .ap-road-grid article:nth-child(2n) {
    border-right: 0;
  }

  .ap-road-grid p {
    width: calc(100% - 20px);
  }

  .ap-team-section {
    height: auto;
    padding: 86px 0;
  }

  .ap-team-frame {
    top: 0;
    height: auto;
  }

  .ap-team-frame > .ap-eyebrow,
  .ap-team-frame > h2,
  .ap-team-grid {
    position: static;
  }

  .ap-team-frame > h2 {
    width: auto;
    margin: 16px auto 48px;
  }

  .ap-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ap-team-grid article {
    width: auto;
    height: 590px;
  }

  .ap-team-grid picture,
  .ap-team-grid picture img {
    width: 100%;
  }

  .ap-team-grid p {
    width: calc(100% - 48px);
  }

  .ap-quality-section {
    height: auto;
    padding: 86px 0 0;
  }

  .ap-quality-frame {
    top: 0;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: center;
    gap: 28px;
    height: auto;
  }

  .ap-quality-frame > .ap-eyebrow,
  .ap-quality-frame > h2,
  .ap-quality-copy {
    position: static;
    grid-column: 1 / -1;
    width: auto;
    transform: none;
  }

  .ap-quality-callout,
  .ap-cert {
    position: static;
    justify-self: center;
  }

  .ap-quality-callout {
    position: absolute;
    left: var(--ap-tooltip-left, 0);
    top: var(--ap-tooltip-top, 214px);
    grid-column: span 2;
  }

  .ap-cert-reach,
  .ap-cert-kiwa,
  .ap-cert-rohs,
  .ap-cert-vde,
  .ap-cert-en {
    left: auto;
    top: auto;
  }

  .ap-stat-strip {
    position: static;
    grid-column: 1 / -1;
    width: 100vw;
    height: auto;
    margin-left: calc((100vw - min(calc(100vw - 48px), 960px)) / -2);
    padding: 28px max(24px, calc((100vw - min(calc(100vw - 48px), 960px)) / 2));
  }
}

@media (max-width: 1200px) and (min-width: 1025px) {
  .about-rebuild {
    --ap-container-width: min(calc(100% - 120px), var(--ap-grid));
    --ap-container-left: calc((100vw - var(--ap-container-width)) / 2);
  }

  .about-rebuild > section > .container,
  .about-rebuild > .ap-quick > .container {
    width: var(--ap-container-width) !important;
  }

  .ap-story-frame {
    padding-right: 60px;
  }

  .ap-story-frame blockquote {
    padding: 50px 28px;
  }

  .ap-history-section::before {
    content: "";
    height: 300px;
  }

  .ap-history-line {
    position: absolute;
    left: max(24px, calc(calc((100vw - min(calc(100% - 160px), 1248px)) / 2) - -45px));
  }

  .ap-roadmap-section {
    height: auto;
    padding: 40px 0;
  }

  .ap-road-copy {
    padding-top: 20px;
  }

  .ap-team-grid a:nth-of-type(1) {
    top: 480px;
  }

  .ap-team-grid a:nth-of-type(2) {
    top: 520px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .about-rebuild {
    --ap-container-width: min(calc(100% - 80px), var(--ap-grid));
    --ap-container-left: calc((100vw - var(--ap-container-width)) / 2);
  }

  .about-rebuild > section > .container,
  .about-rebuild > .ap-quick > .container {
    width: var(--ap-container-width) !important;
  }

  .ap-story-frame {
    padding-right: 40px;
  }

  .ap-story-frame blockquote {
    margin-top: 8px;
    padding: 50px 0px 25px 20px;
    font-size: 15px;
  }

  .ap-roadmap-section {
    height: auto;
    padding: 40px 0;
  }

  p.ap-road-copy {
    padding-top: 20px;
  }

  .ap-team-grid a:nth-of-type(1) {
    top: 490px;
  }

  .ap-team-grid a:nth-of-type(2) {
    top: 530px;
  }
}

@media (min-width: 701px) and (max-width: 1024px) {
  .ap-hero h1,
  .ap-story-frame h2,
  .ap-history-section h2,
  .ap-principle-block h2,
  .ap-roadmap-frame h2,
  .ap-team-frame > h2,
  .ap-quality-frame > h2 {
    font-size: clamp(42px, 48px, 60px);
  }

  .ap-hero {
    height: 400px;
  }
}

@media (min-width: 701px) and (max-width: 1025px) {
  .ap-history-line {
    left: calc((100vw - min(calc(100% - 150px), 1248px)) / 2) !important;
  }
}

@media (max-width: 767px) {
  .about-rebuild {
    --ap-container-width: min(calc(100% - 40px), var(--ap-grid));
    --ap-container-left: calc((100vw - var(--ap-container-width)) / 2);
  }

  .about-rebuild > section > .container,
  .about-rebuild > .ap-quick > .container {
    width: var(--ap-container-width) !important;
  }

  .ap-eyebrow {
    font-size: 14px;
  }

  .ap-quick-links {
    gap: 12px;
  }

  .ap-quick a,
  .ap-quick a:nth-of-type(1),
  .ap-quick a:nth-of-type(2),
  .ap-quick a:nth-of-type(3),
  .ap-quick a:nth-of-type(4) {
    position: static;
    flex: 0 0 auto;
    height: 40px;
    padding: 0 16px;
    margin: 0;
  }

  .ap-quick a {
    font-size: 15px;
    line-height: 22px;
  }

  .ap-story-text,
  .ap-story-line {
    width: 100%;
  }

  .ap-stat-tile {
    gap: 8px;
    padding: 40px 10px 30px;
  }

  .ap-history-section p.ap-eyebrow,
  .ap-history-section h2 {
    padding-left: 0px;
  }

  .ap-history-section {
    height: var(--ap-history-mobile-section-height, 1347px);
  }

  .ap-history-section > .container > .ap-eyebrow {
    left: 45px;
    top: 100px;
  }

  .ap-history-section h2 {
    left: 45px;
    top: 130px;
  }

  .ap-history-section::before {
    left: 24px;
    top: 95px;
    height: var(--ap-history-mobile-before-height, 1100px);
  }

  .ap-history-line {
    left: 60px;
    top: var(--ap-history-mobile-line-top, 1257px);
  }

  .ap-history-dot-blue {
    left: 120px;
    top: var(--ap-history-mobile-dot-top, 1130px);
  }

  .ap-history-scroll {
    overflow: visible;
    -webkit-clip-path: none;
    clip-path: none;
    pointer-events: none;
  }

  .ap-history-track {
    min-width: 100%;
  }
}

@media (max-width: 700px) {
  .about-rebuild {
    --ap-site-sticky-height: 0px;
    --ap-quick-height: 136px;
    --ap-anchor-offset: calc(var(--ap-quick-height) + 18px);
  }

  .about-rebuild .ap-inner,
  .about-rebuild .ap-story-frame,
  .about-rebuild .ap-roadmap-frame,
  .about-rebuild .ap-team-frame {
    width: 100%;
  }

  .ap-hero {
    height: 528px;
  }

  .ap-breadcrumb {
    left: 0;
    top: 34px;
  }

  .ap-hero-eyebrow {
    left: 0;
    top: 109px;
  }

  .ap-hero h1 {
    left: 0;
    top: 141px;
    font-size: 32px;
  }

  .ap-hero-copy {
    left: 0;
    top: 203px;
    width: min(354px, calc(100vw - 48px));
  }

  .ap-video {
    left: 0;
    top: 299px;
    width: min(354px, calc(100vw - 48px));
    height: 199px;
    border-top-right-radius: 40px;
  }

  .ap-quick {
    top: 0;
    height: 156px;
    overflow-x: auto;
    background: var(--ap-light);
    border-bottom: 1px solid var(--ap-line);
  }

  .ap-quick-inner {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 12px 16px;
    width: min(354px, calc(100vw - 48px));
    height: auto;
    min-height: 156px;
    margin: 0 auto;
    padding: 24px 0;
  }

  .ap-quick span {
    position: static;
    width: 121px;
    height: 48px;
  }

  .ap-quick a,
  .ap-quick a:nth-of-type(1),
  .ap-quick a:nth-of-type(2),
  .ap-quick a:nth-of-type(3),
  .ap-quick a:nth-of-type(4) {
    position: static;
    height: 48px;
    padding: 0 12px;
  }

  .ap-quick a:nth-of-type(1) {
    height: 44px;
  }

  .ap-story-section {
    width: 370px !important;
    max-width: 100% !important;
    height: 1480px !important;
  }

  .ap-story-frame {
    top: 90px;
    height: 1304px;
  }

  .ap-story-line {
    left: 0;
    top: 0;
    width: 100%;
    height: 532px;
    border-top-right-radius: 52px;
  }

  .ap-story-frame > .ap-eyebrow {
    left: 0 !important;
    top: 50px !important;
  }

  .ap-story-frame h2 {
    left: 0px !important;
    top: 88px !important;
    width: 100% !important;
    font-size: 32px;
  }

  .ap-story-text {
    left: 0px !important;
    top: 200px !important;
    width: 100% !important;
    padding-right: 20px !important;
    height: 538px;
  }

  .ap-story-frame blockquote {
    left: 0px !important;
    top: 800px !important;
    width: 335px !important;
    height: 150px !important;
    padding: 20px 0 0 20px !important;
    border-bottom: 0;
    border-top-right-radius: 80px;
    font-size: 15px !important;
    line-height: 1.3 !important;
  }

  .ap-stat-top {
    left: 0;
    top: 1000px !important;
    width: 35.9%;
    height: 147px;
    border-top-right-radius: 60px;
  }

  .ap-stat-bottom {
    left: 64.4%;
    top: 1157px !important;
    width: 35.6%;
    height: 148px;
    border-top-right-radius: 60px;
  }

  .ap-stat-tile strong {
    left: 19px;
    top: 36px;
    font-size: 32px;
  }

  .ap-stat-tile span {
    left: 19px;
    top: 86px;
    font-size: 16px;
  }

  .ap-stat-bottom strong {
    left: 27px;
  }

  .ap-stat-bottom span {
    left: 27px;
  }

  .ap-story-img-a {
    left: 38.7%;
    top: 1000px !important;
    width: 61.3%;
    height: 147px;
  }

  .ap-story-img-b {
    left: 0;
    top: 1157px !important;
    width: 61.3%;
    height: 147px;
    border-bottom-left-radius: 60px;
  }

  .ap-history-section {
    height: var(--ap-history-mobile-section-height, 1347px);
  }

  .ap-history-section > .container > .ap-eyebrow {
    left: 45px;
    top: 100px;
  }

  .ap-history-section h2 {
    left: 45px;
    top: 130px;
    width: 148px;
    font-size: 32px;
  }

  .ap-history-section::before {
    left: 24px;
    top: 95px;
    height: var(--ap-history-mobile-before-height, 1100px);
  }

  .ap-history-line {
    left: 60px;
    right: 24px;
    top: var(--ap-history-mobile-line-top, 1257px);
  }

  .ap-history-wheel {
    left: 17px;
    top: var(--ap-history-mobile-wheel-top, 1125px);
    width: 140px;
    height: 152px;
    border-width: 28px;
  }

  .ap-history-dot-blue {
    left: 120px;
    top: var(--ap-history-mobile-dot-top, 1130px);
    width: 30px;
    height: 30px;
  }

  .ap-history-mark {
    left: 0;
    top: var(--ap-history-mobile-top, 221px);
    width: min(354px, calc(100vw - 48px));
  }

  .ap-history-mark img {
    left: 0;
    top: 0;
  }

  .ap-history-mark > strong,
  .ap-history-mark p,
  .ap-history-mark b {
    margin-left: clamp(118px, 38vw, 152px);
  }

  .ap-history-mark p {
    width: min(216px, calc(100vw - 190px));
    margin-top: 8px;
  }

  .ap-history-mark b {
    margin-top: 12px;
  }

  .ap-history-mark-top,
  .ap-history-mark-bottom {
    top: var(--ap-history-mobile-top, 221px);
  }

  .ap-history-mark-top img,
  .ap-history-mark-bottom img {
    top: 0;
  }

  .ap-history-mark-bottom > strong {
    margin-top: 0;
  }

  .ap-principles {
    height: 1860px;
  }

  .ap-principle-block {
    left: 24px;
    width: min(354px, calc(100vw - 48px));
    transform: none;
  }

  .ap-mission-block {
    top: 90px;
    height: 792px;
  }

  .ap-vision-block {
    top: 1020px;
    height: 816px;
  }

  .ap-principle-block h2 {
    left: 0;
    top: 32px;
    width: min(354px, calc(100vw - 48px));
    font-size: 32px;
  }

  .ap-center-copy {
    left: 0;
    top: 94px;
    width: min(354px, calc(100vw - 48px));
    font-size: 16px;
    line-height: 24px;
  }

  .ap-principle-card {
    left: 0;
    top: 214px;
    width: min(354px, calc(100vw - 48px));
    height: 300px;
    padding: 24px;
  }

  .ap-principle-card.ap-card-right {
    left: 0;
    top: 540px;
  }

  .ap-vision-block .ap-principle-card {
    height: 301px;
  }

  .ap-vision-block .ap-principle-card.ap-card-right {
    top: 539px;
    height: 300px;
  }

  .ap-principle-card h3 {
    margin-top: 24px;
    font-size: 24px;
    line-height: 29px;
  }

  .ap-principle-card p {
    width: min(306px, calc(100vw - 96px));
  }

  .ap-roadmap-section {
    height: 1040px;
  }

  .ap-roadmap-frame {
    top: 90px;
    height: 876px;
  }

  .ap-roadmap-frame h2 {
    top: 32px;
    width: min(354px, calc(100vw - 48px));
    font-size: 32px;
  }

  .ap-road-copy {
    left: 0;
    top: 132px;
    width: min(354px, calc(100vw - 48px));
  }

  .ap-road-grid {
    top: 228px;
    display: block;
    width: min(354px, calc(100vw - 48px));
    height: 648px;
  }

  .ap-road-grid article {
    width: min(354px, calc(100vw - 48px));
    height: 174px;
    border-right: 0;
    border-bottom: 1px solid var(--ap-line);
  }

  .ap-road-grid article:nth-child(2) {
    top: 0;
  }

  .ap-road-grid article:nth-child(3) {
    top: 0;
  }

  .ap-road-grid article:nth-child(4) {
    height: 126px;
    border-bottom: 0;
  }

  .ap-road-grid img {
    top: 30px;
    width: 30px;
    height: 30px;
  }

  .ap-road-grid b {
    right: 16px;
  }

  .ap-road-grid h3 {
    top: 80px;
  }

  .ap-road-grid p {
    top: 116px;
    width: min(330px, calc(100vw - 72px));
  }

  .ap-team-section {
    height: 1500px;
  }

  .ap-team-frame {
    top: 90px;
    height: 1374px;
  }

  .ap-team-frame > h2 {
    left: 0;
    top: 32px;
    width: min(354px, calc(100vw - 48px));
    font-size: 32px;
  }

  .ap-team-grid {
    top: 118px;
    display: block;
  }

  .ap-team-grid article {
    width: min(354px, calc(100vw - 48px));
    height: 546px;
  }

  .ap-team-grid article:nth-child(2) {
    margin-top: 24px;
    height: 570px;
  }

  .ap-team-grid article:nth-child(n + 3) {
    display: none;
  }

  .ap-team-grid picture,
  .ap-team-grid picture img {
    width: min(354px, calc(100vw - 48px));
    height: 275px;
  }

  .ap-team-grid h3 {
    font-size: 24px;
    line-height: 29px;
  }

  .ap-team-grid p {
    top: 376px;
    width: min(306px, calc(100vw - 96px));
  }

  .ap-team-grid a:nth-of-type(1) {
    top: 443px;
  }

  .ap-team-grid a:nth-of-type(2) {
    top: 485px;
  }

  .ap-team-grid article:nth-child(2) a:nth-of-type(1) {
    top: 480px;
  }

  .ap-team-grid article:nth-child(2) a:nth-of-type(2) {
    top: 520px;
  }

  .ap-view-more {
    position: absolute;
    left: 50%;
    top: 1318px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    padding: 0 24px;
    border: 1px solid var(--ap-navy);
    border-radius: 48px;
    color: var(--ap-navy);
    font-size: 16px;
    font-weight: 500;
    transform: translateX(-50%);
  }

  .ap-quality-section {
    height: 862px;
  }

  .ap-quality-frame {
    top: 90px;
    width: min(402px, 100vw);
    height: 772px;
  }

  .ap-quality-frame > h2 {
    left: 50%;
    top: 32px;
    width: min(327px, calc(100vw - 48px));
    font-size: 32px;
    transform: translateX(-50%);
  }

  .ap-quality-copy {
    left: 50%;
    top: 132px;
    width: min(354px, calc(100vw - 48px));
    font-size: 16px;
    line-height: 24px;
    transform: translateX(-50%);
  }

  .ap-quality-callout {
    left: var(--ap-tooltip-left, 95px);
    top: var(--ap-tooltip-top, 160px);
  }

  .ap-cert-reach {
    left: 24px;
    top: 238px;
    width: 75px;
    height: 94px;
  }

  .ap-cert-kiwa {
    left: 150px;
    top: 238px;
    width: 84px;
    height: 94px;
  }

  .ap-cert-rohs {
    left: 285px;
    top: 238px;
    width: 92px;
    height: 94px;
  }

  .ap-cert-vde {
    left: 24px;
    top: 366px;
    width: 161px;
    height: 80px;
  }

  .ap-cert-en {
    left: 229px;
    top: 366px;
    width: 149px;
    height: 80px;
  }

  .ap-stat-strip {
    left: 50%;
    top: 506px;
    grid-template-columns: repeat(2, 1fr);
    width: 100vw;
    margin-left: -50vw;
    height: 266px;
    padding: 34px max(24px, calc((100vw - min(calc(100vw - 48px), 402px)) / 2));
    row-gap: 26px;
  }

  .ap-stat-strip strong {
    font-size: 32px;
    line-height: 38px;
  }

  .ap-stat-strip span {
    margin-top: 8px;
    font-size: 16px;
    line-height: 24px;
  }

  .about-rebuild + .footer {
    margin-top: 177px;
    min-height: 0;
  }
}

@media (max-width: 360px) {
  .ap-quality-frame > h2 {
    left: 24px;
    width: calc(100vw - 48px);
  }

  .ap-cert-kiwa {
    left: 116px;
  }

  .ap-cert-rohs {
    left: 220px;
    width: 78px;
  }

  .ap-cert-vde {
    width: 142px;
  }

  .ap-cert-en {
    left: 176px;
    width: 122px;
  }
}

@media (max-width: 700px) {
  .ap-quality-frame > h2,
  .ap-quality-copy {
    left: 50%;
    transform: translateX(-50%);
  }
}

/* Final responsive alignment pass for about page annotations */
.ap-quick-links {
  display: contents;
}

@media (min-width: 701px) and (max-width: 1279px) {
  .about-rebuild .ap-inner,
  .about-rebuild .ap-story-frame,
  .about-rebuild .ap-roadmap-frame,
  .about-rebuild .ap-team-frame,
  .ap-principle-block {
    margin-inline: auto;
  }

  .ap-principle-block {
    justify-items: center;
  }

  .ap-principle-card,
  .ap-principle-card.ap-card-right {
    width: 100%;
  }
}

@media (min-width: 1201px) {
  .ap-story-section {
    height: 874px;
    padding: 0;
  }

  .ap-story-frame {
    top: 90px;
    display: block;
    height: 694px;
  }

  .ap-story-line {
    left: 178px;
    top: 10px;
    width: calc(100% - 178px);
    height: 296px;
  }

  .ap-story-frame > .ap-eyebrow {
    position: absolute;
    left: 0;
    top: 0;
    z-index: auto;
    width: auto;
  }

  .ap-story-frame h2 {
    position: absolute;
    left: 0;
    top: 32px;
    z-index: auto;
    width: min(49%, 612px);
    margin-top: 0;
  }

  .ap-story-text {
    position: absolute;
    left: 0;
    top: 210px;
    z-index: auto;
    width: min(49%, 612px);
    height: 322px;
    margin-top: 0;
  }

  .ap-story-frame blockquote {
    position: absolute;
    left: 0;
    top: 574px;
    z-index: auto;
    width: min(49%, 585px);
    height: 120px;
    margin-top: 0;
    padding: 18px 30px 0 30px;
    border-top-right-radius: 80px;
  }

  .ap-stat-tile,
  .ap-story-img,
  .ap-stat-top,
  .ap-stat-bottom,
  .ap-story-img-a,
  .ap-story-img-b {
    position: absolute;
  }

  .ap-stat-top {
    left: 51%;
    top: 44px;
    width: 16.667%;
    height: 241px;
    border-top-right-radius: 60px;
  }

  .ap-story-img-a {
    left: 68.91%;
    top: 44px;
    width: 28.365%;
    height: 241px;
    border-top-right-radius: 60px;
  }

  .ap-story-img-b {
    left: 51%;
    top: 301px;
    width: 28.365%;
    height: 239px;
  }

  .ap-stat-bottom {
    left: 80.69%;
    top: 300px;
    width: 16.587%;
    height: 240px;
    border-top-right-radius: 60px;
  }

  .ap-stat-tile {
    padding: 72px 34px 30px;
  }
}

@media (min-width: 1201px) and (max-width: 1500px) {
  .ap-story-frame h2 {
    font-size: 55px;
    line-height: 1.2;
  }
}

@media (min-width: 1201px) and (max-width: 1299px) {
  .ap-story-frame h2 {
    font-size: 50px;
    line-height: 1.2;
  }
}

@media (max-width: 700px) {
  .about-rebuild {
    --ap-quick-height: 136px;
  }

  .about-rebuild .ap-inner,
  .about-rebuild .ap-story-frame,
  .about-rebuild .ap-roadmap-frame,
  .about-rebuild .ap-team-frame {
    width: 100%;
    margin-inline: auto;
  }

  .ap-hero {
    padding-inline: 0;
  }

  .ap-hero-copy,
  .ap-video {
    width: min(calc(100vw - 40px), 354px);
  }

  .ap-quick {
    height: auto;
    overflow: hidden;
  }

  .ap-quick-inner {
    display: block;
    width: 100%;
    min-height: 136px;
    padding: 24px 0 20px;
    margin-inline: auto;
  }

  .ap-quick span {
    display: block;
    position: static;
    width: max-content;
    height: auto;
    margin: 0 0 16px;
    line-height: 24px;
  }

  .ap-quick-links {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 6px;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .ap-quick-links::-webkit-scrollbar {
    display: none;
  }

  .ap-quick a,
  .ap-quick a:nth-of-type(1),
  .ap-quick a:nth-of-type(2),
  .ap-quick a:nth-of-type(3),
  .ap-quick a:nth-of-type(4) {
    position: static;
    flex: 0 0 auto;
    height: 40px;
    padding: 0 16px;
    margin: 0;
  }

  .ap-quick a {
    font-size: 15px;
    line-height: 22px;
  }

  .ap-history-mark img {
    translate: 8px 0;
  }

  .ap-principle-block {
    left: 50%;
    width: 100%;
    margin-inline: auto;
    transform: translateX(-50%);
  }

  .ap-principle-block h2,
  .ap-center-copy,
  .ap-principle-card,
  .ap-principle-card.ap-card-right,
  .ap-vision-block .ap-principle-card,
  .ap-vision-block .ap-principle-card.ap-card-right {
    width: 100%;
  }

  .ap-story-section {
    width: 370px !important;
    max-width: 100% !important;
    height: 1480px !important;
  }

  .ap-story-frame {
    height: 1424px;
  }

  .ap-story-frame > .ap-eyebrow {
    left: 0 !important;
    top: 50px !important;
  }

  .ap-story-frame h2 {
    left: 0px !important;
    top: 88px !important;
    width: 100% !important;
  }

  .ap-story-text {
    top: 200px !important;
    left: 0px !important;
    width: 100% !important;
    padding-right: 20px !important;
  }

  .ap-story-frame blockquote {
    left: 0px !important;
    top: 800px !important;
    width: 335px !important;
    height: 150px !important;
    padding: 20px 0 0 20px !important;
    font-size: 15px !important;
    line-height: 1.3 !important;
  }

  .ap-stat-top,
  .ap-story-img-a {
    top: 1000px !important;
  }

  .ap-stat-bottom,
  .ap-story-img-b {
    top: 1157px !important;
  }

  .ap-stat-tile {
    gap: 8px;
    padding: 40px 10px 30px;
  }
}

/* About page certification block synced to the home-page layout. */
.about-rebuild .ap-quality-section {
  position: relative;
  height: auto;
  padding: 90px 0 0;
  background: #ffffff;
}

.about-rebuild .ap-quality-frame {
  position: relative;
  top: auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  gap: 34px 72px;
  width: min(calc(100% - 192px), 1248px);
  height: auto;
  margin: 0 auto;
}

.about-rebuild .ap-quality-frame > .ap-eyebrow,
.about-rebuild .ap-quality-frame > h2,
.about-rebuild .ap-quality-copy,
.about-rebuild .ap-cert,
.about-rebuild .ap-cert-button,
.about-rebuild .ap-stat-strip {
  position: static;
  transform: none;
}

.about-rebuild .ap-quality-frame > .ap-eyebrow,
.about-rebuild .ap-quality-frame > h2,
.about-rebuild .ap-quality-copy,
.about-rebuild .ap-cert-button,
.about-rebuild .ap-stat-strip {
  grid-column: 1 / -1;
}

.about-rebuild .ap-quality-frame > h2,
.about-rebuild .ap-quality-copy,
.about-rebuild .ap-cert,
.about-rebuild .ap-cert-button {
  justify-self: center;
}

.about-rebuild .ap-quality-callout {
  position: absolute;
  left: var(--ap-tooltip-left, 0);
  top: var(--ap-tooltip-top, 214px);
}

.about-rebuild .ap-cert-reach {
  width: 75px;
  height: 94px;
}

.about-rebuild .ap-cert-kiwa {
  width: 84px;
  height: 94px;
}

.about-rebuild .ap-cert-rohs {
  width: 92px;
  height: 94px;
}

.about-rebuild .ap-cert-vde {
  width: 188px;
  height: 94px;
}

.about-rebuild .ap-cert-en {
  width: 174px;
  height: 94px;
}

.about-rebuild .ap-cert-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  margin: 12px 0 58px;
  padding: 18px 24px 19px;
  border: 1px solid var(--ap-navy);
  border-radius: 42px;
  background: #ffffff;
  color: var(--ap-navy);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-transform: capitalize;
  white-space: nowrap;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.about-rebuild .ap-cert-button:hover,
.about-rebuild .ap-cert-button:focus-visible {
  border-color: var(--ap-blue);
  background: var(--ap-blue);
  color: #ffffff;
}

.about-rebuild .ap-stat-strip {
  position: relative;
  inset: auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  height: auto;
  margin: 0;
  padding: 42px 56px;
  overflow: visible;
  isolation: isolate;
  background: transparent;
}

.about-rebuild .ap-stat-strip::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 0;
  width: 100vw;
  background: var(--ap-light);
  transform: translateX(-50%);
}

.about-rebuild .ap-stat-strip > * {
  position: relative;
  z-index: 1;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .about-rebuild .ap-quality-frame {
    width: min(calc(100% - 64px), 960px);
    gap: 30px 36px;
  }

  .about-rebuild .ap-quality-frame > h2 {
    font-size: 48px;
  }

  .about-rebuild .ap-stat-strip {
    gap: 24px;
    padding: 38px 32px;
  }

  .about-rebuild .ap-stat-strip strong {
    font-size: 46px;
    line-height: 1;
  }

  .about-rebuild .ap-stat-strip span {
    font-size: 15px;
    line-height: 1.35;
  }
}

@media (max-width: 767px) {
  .about-rebuild .ap-quality-section {
    padding: 70px 0 0;
  }

  .about-rebuild .ap-quality-frame {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 24px;
    width: min(calc(100% - 48px), 430px);
  }

  .about-rebuild .ap-quality-frame > h2 {
    width: 100%;
    font-size: 30px;
    line-height: 1.2;
  }

  .about-rebuild .ap-quality-copy {
    width: 100%;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .about-rebuild .ap-cert {
    width: auto;
    max-width: 100%;
  }

  .about-rebuild .ap-cert-reach,
  .about-rebuild .ap-cert-kiwa,
  .about-rebuild .ap-cert-rohs {
    height: 70px;
  }

  .about-rebuild .ap-cert-vde,
  .about-rebuild .ap-cert-en {
    height: 60px;
  }

  .about-rebuild .ap-cert-rohs {
    grid-column: 1 / -1;
  }

  .about-rebuild .ap-cert-button {
    margin: 22px 0 48px;
  }

  .about-rebuild .ap-stat-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 28px;
    padding: 34px 0 36px;
  }

  .about-rebuild .ap-stat-strip strong {
    font-size: 30px;
    line-height: 1.05;
  }

  .about-rebuild .ap-stat-strip span {
    font-size: 15px;
    line-height: 1.35;
  }
}

@media (max-width: 1200px) and (min-width: 768px) {
  .about-rebuild .ap-quality-section {
    position: relative;
    height: auto;
    padding: 20px 0 0;
    background: #ffffff;
  }
}

@media (max-width: 767px) {
  .ap-team-grid picture,
  .ap-team-grid picture img {
    width: min(354px, calc(100vw - 49px));
  }
}

/* 404 page scoped to the WordPress error template. */
.page-404 {
  --status-grid: 1260px;
  --status-panel: calc(max(24px, calc((100vw - var(--status-grid)) / 2)) + var(--status-grid));
  padding-bottom: 268px;
  background: #ffffff;
}

.page-404 .status-hero {
  width: min(100%, var(--status-panel));
  min-height: 470px;
  padding-top: 34px;
  overflow: hidden;
  border-top-right-radius: 60px;
  border-bottom-left-radius: 60px;
  color: #ffffff;
  background:
    radial-gradient(circle 350px at 79% 80%, rgba(55, 55, 142, 0.45) 0 99%, transparent 100%),
    linear-gradient(105deg, #37378e 22%, #00acff 100%);
}

.page-404 .status-hero .container {
  position: relative;
  width: min(calc(100% - 80px), var(--status-grid));
  min-height: inherit;
  margin-left: auto;
  margin-right: 0;
  padding-left: 0;
}

.page-404 .breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  text-transform: uppercase;
}

.page-404 .breadcrumb a {
  color: inherit;
}

.page-404 .status-copy {
  position: relative;
  z-index: 1;
  width: min(100%, 850px);
  padding-top: 73px;
}

.page-404 .status-copy h1 {
  max-width: 710px;
  margin: 0;
  color: #ffffff;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 58px;
  font-weight: 800;
  line-height: 1.24;
  text-transform: uppercase;
}

.page-404 .status-copy p {
  width: min(100%, 620px);
  margin: 34px 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
}

.page-404 .status-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
}

.page-404 .status-actions .btn {
  min-height: 56px;
  padding: 0 24px;
  border-color: #ffffff;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}

.page-404 .status-actions .btn span {
  width: 32px;
  min-width: 32px;
  height: 32px;
  border: 1px solid #ffffff;
  background: transparent;
}

.page-404 .status-actions .btn span img {
  filter: brightness(0) invert(1);
}

.page-404 + .footer {
  margin-top: 0;
}

@media (max-width: 1200px) {
  .page-404 .status-hero .container {
    width: min(calc(100% - 60px), var(--status-grid));
  }
}

@media (max-width: 1024px) {
  .page-404 .status-hero .container {
    width: min(calc(100% - 40px), var(--status-grid));
  }

  .page-404 .status-actions {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .page-404 {
    padding-bottom: 120px;
  }

  .page-404 .status-hero {
    width: 100%;
    min-height: 640px;
    padding-top: 34px;
    border-top-right-radius: 34px;
    border-bottom-left-radius: 52px;
    background:
      radial-gradient(circle 440px at 140% 82%, rgba(55, 55, 142, 0.45) 0 99%, transparent 100%),
      linear-gradient(88deg, #37378e 10%, #00acff 115%);
  }

  .page-404 .status-hero .container {
    width: calc(100% - 40px);
    min-height: inherit;
    margin: 0 auto;
  }

  .page-404 .status-copy {
    width: 100%;
    padding-top: 44px;
  }

  .page-404 .status-copy h1 {
    width: min(100%, 322px);
    max-width: 322px;
    font-size: 32px;
    line-height: 1.35;
  }

  .page-404 .status-copy p {
    width: min(100%, 354px);
    margin: 18px 0 24px;
    font-size: 16px;
    line-height: 1.72;
  }

  .page-404 .status-actions {
    display: grid;
    justify-items: start;
    gap: 24px;
  }

  .page-404 .status-actions .btn {
    width: auto;
    min-height: 56px;
    padding: 0 20px 0 24px;
    gap: 12px;
    line-height: 1;
    white-space: nowrap;
  }

  .page-404 .status-actions .btn span {
    width: 28px;
    min-width: 28px;
    height: 28px;
  }

  .page-404 .status-actions .btn:nth-child(1) {
    min-width: 164px;
  }

  .page-404 .status-actions .btn:nth-child(2) {
    min-width: 192px;
  }

  .page-404 .status-actions .btn:nth-child(3) {
    min-width: 194px;
  }

  .page-404 .status-actions .btn:nth-child(4) {
    min-width: 154px;
  }
}

@media (max-width: 374px) {
  .page-404 .status-actions {
    gap: 16px;
  }

  .page-404 .status-actions .btn {
    min-width: 0;
    max-width: calc(100vw - 40px);
  }
}

/* Thank You page scoped to the dedicated managed template. */
.thank-page {
  --thank-navy: #000046;
  --thank-blue: #00acff;
  --thank-grid: 1260px;
  --thank-panel: calc(max(24px, calc((100vw - var(--thank-grid)) / 2)) + var(--thank-grid));
  padding-bottom: 235px;
  background: #ffffff;
}

.thank-page .status-hero {
  width: min(100%, var(--thank-panel));
  min-height: 450px;
  padding-top: 34px;
  border-top-right-radius: 60px;
  border-bottom-left-radius: 60px;
  background: linear-gradient(105deg, #37378e 25%, #89d8ff 100%);
}

.thank-page .status-hero .container {
  width: min(calc(100% - 80px), var(--thank-grid));
  min-height: inherit;
  margin-left: auto;
  margin-right: 0;
  padding-left: 0;
}

.thank-page .breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  text-transform: uppercase;
}

.thank-page .breadcrumb a {
  color: inherit;
}

.thank-page .thank-banner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(360px, 35vw, 473px);
  align-items: start;
  gap: clamp(8px, 1.8vw, 28px);
  min-height: 358px;
}

.thank-page .status-copy {
  width: min(100%, 680px);
  padding-top: 82px;
}

.thank-page .status-copy h1 {
  margin: 0;
  color: #ffffff;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 58px;
  font-weight: 800;
  line-height: 1.05;
  text-transform: uppercase;
  white-space: nowrap;
}

.thank-page .status-copy p {
  width: min(100%, 620px);
  margin: 34px 0;
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
}

.thank-page .status-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
  width: max-content;
}

.thank-page .status-actions .btn {
  min-height: 56px;
  padding: 0 24px;
  border-color: #ffffff;
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
}

.thank-page .status-actions .btn span {
  width: 32px;
  min-width: 32px;
  height: 32px;
  border: 1px solid #ffffff;
  background: transparent;
}

.thank-page .status-actions .btn span img {
  filter: brightness(0) invert(1);
}

.thank-page .thank-visual {
  position: relative;
  right: 40px;
  z-index: 0;
  width: 100%;
  margin-top: -26px;
  pointer-events: none;
}

.thank-page .thank-illustration {
  position: relative;
  inset: auto;
  display: block;
  width: 100%;
  max-width: 473px;
  height: auto;
  opacity: 1;
}

.thank-page + .footer {
  margin-top: 0;
}

@media (max-width: 1200px) {
  .thank-page .status-hero .container.xl-archive-container {
    width: min(1400px, calc(100% - 60px));
  }
}

@media (max-width: 1150px) {
  .thank-page .status-copy h1 {
    white-space: normal;
  }

  .thank-page .status-actions {
    flex-wrap: wrap;
    width: auto;
  }
}

@media (max-width: 1100px) {
  .thank-page .status-hero .container {
    width: min(calc(100% - 48px), var(--thank-grid));
  }

  .thank-page .thank-visual {
    right: 0;
  }
}

@media (max-width: 1024px) {
  .thank-page .status-hero .container.xl-archive-container {
    width: min(1400px, calc(100% - 40px));
  }

  .thank-page .thank-banner {
    display: block;
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .thank-page {
    padding-bottom: 120px;
  }

  .thank-page .status-hero {
    width: 100%;
    min-height: auto;
    padding-top: 34px;
    padding-bottom: 48px;
    overflow: hidden;
    border-top-right-radius: 34px;
    border-bottom-left-radius: 52px;
    background: linear-gradient(180deg, #37378e 25%, #918fca 100%);
  }

  .thank-page .status-hero .container,
  .thank-page .status-hero .container.xl-archive-container {
    width: calc(100% - 40px);
    min-height: inherit;
    margin: 0 auto;
  }

  .thank-page .status-copy {
    width: 100%;
    padding-top: 44px;
  }

  .thank-page .status-copy h1 {
    width: min(100%, 97%);
    font-size: 32px;
    line-height: 1.22;
    white-space: normal;
  }

  .thank-page .status-copy p {
    width: min(100%, 97%);
    margin: 18px 0 24px;
    font-size: 14px;
    line-height: 1.72;
  }

  .thank-page .status-actions {
    flex-wrap: wrap;
    gap: 24px;
    width: auto;
    margin-right: 10px;
  }

  .thank-page .status-actions .btn {
    width: auto;
    min-height: 56px;
    padding: 0 20px 0 24px;
    gap: 12px;
    font-size: 16px;
    line-height: 1;
    white-space: nowrap;
  }

  .thank-page .status-actions .btn span {
    width: 28px;
    min-width: 28px;
    height: 28px;
  }

  .thank-page .status-actions .btn:nth-child(1) {
    min-width: 140px;
  }

  .thank-page .status-actions .btn:nth-child(2) {
    min-width: 180px;
  }

  .thank-page .status-actions .btn:nth-child(3) {
    min-width: 259px;
  }

  .thank-page .thank-visual {
    position: relative;
    width: min(100%, 430px);
    margin: 28px auto 0;
    overflow: hidden;
  }

  .thank-page .thank-illustration {
    inset: auto;
    width: 100%;
    max-width: 360px;
    height: auto;
    margin: 18px auto 0;
    opacity: 1;
  }
}

@media (max-width: 374px) {
  .thank-page .status-actions {
    gap: 16px;
  }

  .thank-page .status-actions .btn {
    min-width: 0;
  }

  .thank-page .thank-illustration {
    max-width: 320px;
  }
}

/* Mobile spacing polish for the About page lower sections. */
@media (max-width: 767px) {
  .about-rebuild .ap-team-section {
    height: 1560px;
  }

  .about-rebuild .ap-team-frame {
    height: 1450px;
  }

  .about-rebuild .ap-team-grid {
    top: 156px;
  }

  .about-rebuild .ap-view-more {
    top: 1360px;
  }

  .about-rebuild .ap-quality-section {
    padding-bottom: 84px;
  }
}

@media (min-width: 768px) {
  .about-rebuild .ap-quality-section {
    padding-bottom: 90px;
  }

  .about-rebuild .ap-quality-frame > h2 {
    width: min(100%, 900px);
  }

  .about-rebuild .ap-quality-frame > h2 span {
    white-space: nowrap;
  }
}

@media (min-width: 1201px) {
  .about-rebuild .ap-team-section {
    height: 1464px;
  }

  .about-rebuild .ap-team-frame {
    height: 1374px;
  }

  .about-rebuild .ap-team-grid {
    top: 204px;
  }
}

/* About page flow layer disabled to restore the original section design.
.about-rebuild h1,
.about-rebuild h2,
.about-rebuild h3,
.about-rebuild p,
.about-rebuild blockquote,
.about-rebuild .ap-story-text,
.about-rebuild .ap-center-copy,
.about-rebuild .ap-road-copy,
.about-rebuild .ap-team-grid small,
.about-rebuild .ap-team-grid a {
  position: static !important;
  inset: auto !important;
  height: auto !important;
  transform: none !important;
}

.about-rebuild .ap-inner,
.about-rebuild .ap-story-frame,
.about-rebuild .ap-roadmap-frame,
.about-rebuild .ap-team-frame {
  height: auto !important;
}

.about-rebuild .ap-hero {
  height: auto;
  min-height: 420px;
  padding: 40px 0 62px;
}

.about-rebuild .ap-hero .ap-inner {
  display: grid;
  grid-template-columns: minmax(0, 612px) minmax(360px, 529px);
  column-gap: clamp(40px, 8vw, 107px);
  align-items: start;
}

.about-rebuild .ap-breadcrumb {
  grid-column: 1 / -1;
  margin-bottom: 59px;
}

.about-rebuild .ap-hero-eyebrow,
.about-rebuild .ap-hero h1,
.about-rebuild .ap-hero-copy {
  grid-column: 1;
  width: min(100%, 612px) !important;
}

.about-rebuild .ap-hero h1 {
  font-size: clamp(42px, 4.2vw, 60px);
}

.about-rebuild .ap-hero-copy {
  margin-top: 22px;
}

.about-rebuild .ap-video {
  position: relative;
  inset: auto;
  grid-column: 2;
  grid-row: 2 / span 3;
  width: 100%;
  height: auto;
  aspect-ratio: 529 / 298;
}

.about-rebuild .ap-story-section {
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  padding: 90px 0 96px;
}

.about-rebuild .ap-story-frame {
  top: auto;
  min-height: 694px;
}

.about-rebuild .ap-story-line {
  top: 10px;
}

.about-rebuild .ap-story-frame > .ap-eyebrow,
.about-rebuild .ap-story-frame h2,
.about-rebuild .ap-story-text,
.about-rebuild .ap-story-frame blockquote {
  z-index: 1;
  width: min(49%, 612px) !important;
  max-width: 612px;
}

.about-rebuild .ap-story-frame h2 {
  margin-top: 16px;
  font-size: clamp(42px, 4.2vw, 60px);
}

.about-rebuild .ap-story-text {
  margin-top: 18px;
  padding-right: 0 !important;
}

.about-rebuild .ap-story-frame blockquote {
  width: min(49%, 585px) !important;
  margin-top: 34px;
  padding: 24px 30px;
}

.about-rebuild .ap-history-section {
  height: auto;
  min-height: 773px;
}

.about-rebuild .ap-history-section > .container {
  position: relative;
  padding-top: 90px;
}

.about-rebuild .ap-history-section > .container > .ap-eyebrow,
.about-rebuild .ap-history-section h2 {
  width: min(100%, 612px);
}

.about-rebuild .ap-history-section h2 {
  margin-top: 16px;
  font-size: clamp(42px, 4.2vw, 60px);
}

.about-rebuild .ap-principles {
  height: auto;
  padding: 90px 0;
}

.about-rebuild .ap-principles > .container {
  display: flex;
  flex-direction: column;
  gap: 90px;
  height: auto;
}

.about-rebuild .ap-principle-block {
  position: relative;
  inset: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  width: min(100%, 1036px);
  height: auto;
  margin: 0 auto;
  transform: none;
}

.about-rebuild .ap-principle-block > .ap-eyebrow,
.about-rebuild .ap-principle-block h2,
.about-rebuild .ap-center-copy {
  grid-column: 1 / -1;
  width: min(100%, 879px) !important;
  justify-self: center;
  text-align: center;
}

.about-rebuild .ap-principle-block h2 {
  margin-top: 16px;
  font-size: clamp(42px, 4.2vw, 60px);
}

.about-rebuild .ap-center-copy {
  margin-top: 10px;
}

.about-rebuild .ap-principle-card,
.about-rebuild .ap-principle-card.ap-card-right {
  position: relative;
  inset: auto;
  width: auto !important;
  height: auto;
  min-height: 273px;
}

.about-rebuild .ap-roadmap-section {
  height: auto;
  margin-top: 0;
  padding: 90px 0;
}

.about-rebuild .ap-roadmap-frame {
  top: auto;
}

.about-rebuild .ap-roadmap-frame h2 {
  width: min(100%, 612px) !important;
  margin-top: 16px;
  font-size: clamp(42px, 4.2vw, 60px);
}

.about-rebuild .ap-road-copy {
  width: min(100%, 612px) !important;
  margin: 22px 0 0 auto;
}

.about-rebuild .ap-road-grid {
  position: static;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  height: auto;
  margin-top: 54px;
}

.about-rebuild .ap-road-grid article {
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: start;
  gap: 16px 18px;
  height: auto;
  min-height: 174px;
  padding: 24px 18px 0;
}

.about-rebuild .ap-road-grid img,
.about-rebuild .ap-road-grid b,
.about-rebuild .ap-road-grid h3,
.about-rebuild .ap-road-grid p {
  position: static;
  width: auto;
}

.about-rebuild .ap-road-grid img {
  width: 30px;
  height: 30px;
}

.about-rebuild .ap-road-grid b {
  justify-self: end;
}

.about-rebuild .ap-road-grid h3,
.about-rebuild .ap-road-grid p {
  grid-column: 1 / -1;
}

.about-rebuild .ap-team-section {
  height: auto !important;
  padding: 90px 0;
}

.about-rebuild .ap-team-frame {
  top: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-rebuild .ap-team-frame > .ap-eyebrow,
.about-rebuild .ap-team-frame > h2 {
  width: min(100%, 612px) !important;
  text-align: center;
}

.about-rebuild .ap-team-frame > h2 {
  margin: 16px auto 48px;
  font-size: clamp(42px, 4.2vw, 60px);
}

.about-rebuild .ap-team-grid {
  position: static !important;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
}

.about-rebuild .ap-team-grid article {
  display: flex;
  flex-direction: column;
  width: auto !important;
  height: auto !important;
  min-height: 558px;
}

.about-rebuild .ap-team-grid picture,
.about-rebuild .ap-team-grid picture img {
  width: 100% !important;
}

.about-rebuild .ap-team-grid small,
.about-rebuild .ap-team-grid h3,
.about-rebuild .ap-team-grid p {
  width: auto !important;
  margin-left: 24px;
  margin-right: 24px;
}

.about-rebuild .ap-team-grid small {
  margin-top: 24px;
}

.about-rebuild .ap-team-grid h3 {
  margin-top: 8px;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.2;
}

.about-rebuild .ap-team-grid p {
  margin-top: 12px;
}

.about-rebuild .ap-team-grid a {
  position: relative !important;
  width: max-content;
  max-width: calc(100% - 90px);
  margin-left: 66px;
}

.about-rebuild .ap-team-grid a:nth-of-type(1) {
  margin-top: auto;
}

.about-rebuild .ap-team-grid a:nth-of-type(2) {
  margin-top: 12px;
  margin-bottom: 24px;
}

.about-rebuild .ap-view-more {
  position: static;
  margin-top: 34px;
  transform: none;
}

@media (max-width: 1200px) {
  .about-rebuild .ap-hero {
    padding: 34px 0 56px;
  }

  .about-rebuild .ap-hero .ap-inner,
  .about-rebuild .ap-story-frame {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    min-height: 0;
  }

  .about-rebuild .ap-breadcrumb,
  .about-rebuild .ap-hero-eyebrow,
  .about-rebuild .ap-hero h1,
  .about-rebuild .ap-hero-copy,
  .about-rebuild .ap-video,
  .about-rebuild .ap-story-frame > .ap-eyebrow,
  .about-rebuild .ap-story-frame h2,
  .about-rebuild .ap-story-text,
  .about-rebuild .ap-story-frame blockquote {
    grid-column: 1 / -1;
    width: 100% !important;
    max-width: none;
  }

  .about-rebuild .ap-breadcrumb {
    margin-bottom: 20px;
  }

  .about-rebuild .ap-video {
    grid-row: auto;
  }

  .about-rebuild .ap-story-line {
    width: 100%;
  }

  .about-rebuild .ap-stat-tile,
  .about-rebuild .ap-story-img,
  .about-rebuild .ap-stat-top,
  .about-rebuild .ap-stat-bottom,
  .about-rebuild .ap-story-img-a,
  .about-rebuild .ap-story-img-b {
    position: relative !important;
    inset: auto !important;
    width: auto !important;
    height: 220px !important;
  }

  .about-rebuild .ap-principle-block,
  .about-rebuild .ap-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-rebuild .ap-road-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 28px;
  }

  .about-rebuild .ap-road-grid article:nth-child(2n) {
    border-right: 0;
  }

  .about-rebuild .ap-quality-section {
    padding-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .about-rebuild .ap-hero,
  .about-rebuild .ap-story-section,
  .about-rebuild .ap-principles,
  .about-rebuild .ap-roadmap-section,
  .about-rebuild .ap-team-section {
    padding-block: 70px;
  }

  .about-rebuild .ap-hero .ap-inner,
  .about-rebuild .ap-story-frame,
  .about-rebuild .ap-principle-block,
  .about-rebuild .ap-road-grid,
  .about-rebuild .ap-team-grid {
    grid-template-columns: 1fr;
  }

  .about-rebuild .ap-breadcrumb {
    margin-bottom: 10px;
  }

  .about-rebuild .ap-hero h1,
  .about-rebuild .ap-story-frame h2,
  .about-rebuild .ap-history-section h2,
  .about-rebuild .ap-principle-block h2,
  .about-rebuild .ap-roadmap-frame h2,
  .about-rebuild .ap-team-frame > h2,
  .about-rebuild .ap-quality-frame > h2 {
    font-size: 32px;
  }

  .about-rebuild .ap-story-text {
    margin-top: 14px;
  }

  .about-rebuild .ap-story-frame blockquote {
    margin-top: 16px;
    padding: 20px;
  }

  .about-rebuild .ap-stat-tile,
  .about-rebuild .ap-story-img,
  .about-rebuild .ap-stat-top,
  .about-rebuild .ap-stat-bottom,
  .about-rebuild .ap-story-img-a,
  .about-rebuild .ap-story-img-b {
    height: 180px !important;
  }

  .about-rebuild .ap-history-section {
    height: var(--ap-history-mobile-section-height, 1347px);
    min-height: var(--ap-history-mobile-section-height, 1347px);
  }

  .about-rebuild .ap-history-section > .container {
    padding-top: 70px;
  }

  .about-rebuild .ap-principles > .container {
    gap: 70px;
  }

  .about-rebuild .ap-road-copy {
    margin-left: 0;
  }

  .about-rebuild .ap-road-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--ap-line);
    padding-bottom: 28px;
  }

  .about-rebuild .ap-road-grid article:last-child {
    border-bottom: 0;
  }

  .about-rebuild .ap-team-grid article:nth-child(2) {
    margin-top: 0;
  }

  .about-rebuild .ap-team-grid article:nth-child(n + 3) {
    display: none;
  }

  .about-rebuild .ap-team-frame > h2 {
    margin-bottom: 34px;
  }

  .about-rebuild .ap-view-more {
    display: inline-flex;
  }

  .about-rebuild .ap-quality-section {
    padding-bottom: 84px;
  }
}
*/

/* About page targeted overlap and bottom-spacing fixes. */
@media (min-width: 1280px) {
  .about-rebuild .ap-principles {
    height: 1340px;
  }

  .about-rebuild .ap-principle-block {
    height: 573px;
  }

  .about-rebuild .ap-vision-block {
    top: 745px;
  }

  .about-rebuild .ap-center-copy {
    top: 200px;
  }

  .about-rebuild .ap-principle-card {
    top: 300px;
  }

  .about-rebuild .ap-quality-copy {
    margin-bottom: 32px;
  }
}

@media (min-width: 1201px) {
  .about-rebuild .ap-story-section {
    height: 850px;
  }

  .about-rebuild .ap-story-frame {
    height: 730px;
  }

  .about-rebuild .ap-story-text {
    top: 210px;
  }

  .about-rebuild .ap-story-frame blockquote {
    top: 580px;
  }
}

@media (min-width: 701px) {
  .about-rebuild .ap-story-line {
    z-index: 0;
  }

  .about-rebuild .ap-story-frame > .ap-eyebrow {
    z-index: 2;
    display: inline-block;
    width: max-content;
    max-width: 100%;
    padding-right: 20px;
    background: #ffffff;
  }

  .about-rebuild .ap-principle-block h2,
  .about-rebuild .ap-team-frame > h2 {
    white-space: nowrap;
  }

  .about-rebuild .ap-principle-block h2 br,
  .about-rebuild .ap-team-frame > h2 br {
    display: none;
  }

  .about-rebuild .ap-principle-block h2 span::before,
  .about-rebuild .ap-team-frame > h2 span::before {
    content: " ";
  }
}

@media (min-width: 1009px) and (max-width: 1279px) {
  .about-rebuild .ap-history-mark-top {
    top: 228px;
  }

  .about-rebuild .ap-history-mark-top img {
    top: 188px;
  }
}

@media (max-width: 700px) {
  .about-rebuild .ap-team-section {
    height: auto !important;
    padding: 90px 0 96px;
  }

  .about-rebuild .ap-team-section > .container {
    height: auto;
  }

  .about-rebuild .ap-team-frame {
    top: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .about-rebuild .ap-team-frame > .ap-eyebrow,
  .about-rebuild .ap-team-frame > h2,
  .about-rebuild .ap-team-grid,
  .about-rebuild .ap-view-more {
    position: static;
  }

  .about-rebuild .ap-team-frame > .ap-eyebrow,
  .about-rebuild .ap-team-frame > h2 {
    width: 100% !important;
    text-align: center;
  }

  .about-rebuild .ap-team-frame > h2 {
    margin: 16px auto 34px;
  }

  .about-rebuild .ap-team-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
  }

  .about-rebuild .ap-team-grid article,
  .about-rebuild .ap-team-grid article:nth-child(2),
  .about-rebuild .ap-team-grid article:nth-child(n + 3) {
    display: none;
    margin-top: 0;
  }

  .about-rebuild .ap-team-grid article:nth-child(-n + 2),
  .about-rebuild .ap-team-grid article.is-visible {
    display: block;
  }

  .about-rebuild .ap-view-more {
    margin-top: 64px;
    transform: none;
  }

  .about-rebuild .ap-view-more[hidden] {
    display: none;
  }

  .about-rebuild .ap-principle-block h2 {
    white-space: nowrap;
  }

  .about-rebuild .ap-principle-block h2 br {
    display: none;
  }

  .about-rebuild .ap-principle-block h2 span::before {
    content: " ";
  }

  .about-rebuild .ap-principles {
    height: 1950px;
  }

  .about-rebuild .ap-mission-block {
    height: 842px;
  }

  .about-rebuild .ap-vision-block {
    top: 1070px;
    height: 866px;
  }

  .about-rebuild .ap-center-copy {
    top: 124px;
  }

  .about-rebuild .ap-principle-card {
    top: 260px;
  }

  .about-rebuild .ap-principle-card.ap-card-right {
    top: 586px;
  }

  .about-rebuild .ap-vision-block .ap-principle-card.ap-card-right {
    top: 585px;
  }

  .about-rebuild .ap-quality-copy {
    margin-bottom: 8px;
  }

  .about-rebuild .ap-story-section {
    height: 1560px !important;
  }

  .about-rebuild .ap-story-frame {
    height: 1484px;
  }

  .about-rebuild .ap-story-text {
    top: 272px !important;
    height: 538px;
  }

  .about-rebuild .ap-story-frame blockquote {
    top: 852px !important;
  }

  .about-rebuild .ap-stat-top,
  .about-rebuild .ap-story-img-a {
    top: 1060px !important;
  }

  .about-rebuild .ap-stat-bottom,
  .about-rebuild .ap-story-img-b {
    top: 1217px !important;
  }
}

@media (max-width: 374px) {
  .about-rebuild .ap-story-section {
    height: 1580px !important;
  }

  .about-rebuild .ap-story-text {
    top: 286px !important;
  }

  .about-rebuild .ap-story-frame blockquote {
    top: 870px !important;
  }

  .about-rebuild .ap-stat-top,
  .about-rebuild .ap-story-img-a {
    top: 1080px !important;
  }

  .about-rebuild .ap-stat-bottom,
  .about-rebuild .ap-story-img-b {
    top: 1237px !important;
  }
}

.about-rebuild .ap-stat-strip {
  margin-bottom: clamp(96px, 8vw, 132px);
}

@media (max-width: 700px) {
  .about-rebuild .ap-history-mark.machine-stagger-card {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* Desktop/tablet history follows normal page progress; no wheel-event snapping. */
@media (min-width: 768px) {
  .about-rebuild .ap-history-section {
    --ap-history-line-left: var(--ap-container-left);
    --ap-history-content-left: calc(var(--ap-history-line-left) + 31px);
    --ap-history-item-clip-left: calc(var(--ap-history-line-left) + 260px);
  }

  .about-rebuild .ap-history-section > .container > .ap-eyebrow,
  .about-rebuild .ap-history-section h2 {
    left: var(--ap-history-content-left);
    padding-left: 0;
  }

  .about-rebuild .ap-history-section h2 {
    width: auto;
    max-width: calc(100vw - var(--ap-history-content-left) - 32px);
    white-space: nowrap;
  }

  .about-rebuild .ap-history-section h2 br {
    display: none;
  }

  .about-rebuild .ap-history-section h2 span {
    display: inline;
    margin-left: 0.16em;
  }

  body.page-template-templatesabout-php > .site-shell {
    overflow-x: clip;
    overflow-y: visible;
  }

  .about-rebuild .ap-history-section.is-history-scroll-stage {
    height: calc(var(--ap-history-stage-height, 773px) + var(--ap-history-scroll-distance, 0px)) !important;
    min-height: 0;
    overflow: visible;
  }

  .about-rebuild .ap-history-section.is-history-scroll-stage::before {
    content: none;
  }

  .about-rebuild .ap-history-section.is-history-scroll-stage > .container {
    position: sticky;
    z-index: 1;
    top: var(--ap-history-pin-top, 0px);
    width: 100% !important;
    max-width: none;
    height: var(--ap-history-stage-height, 773px);
    margin: 0;
    padding-top: 0;
    overflow: hidden;
    background: var(--ap-light);
  }

  .about-rebuild .ap-history-section.is-history-scroll-stage > .container::before {
    content: "";
    position: absolute;
    left: var(--ap-history-line-left);
    top: var(--ap-history-eyebrow-top, 90px);
    height: calc(var(--ap-history-line-top, 512px) - var(--ap-history-eyebrow-top, 90px));
    border-left: 1px solid #000046;
    z-index: 0;
  }

  .about-rebuild .ap-history-section.is-history-scroll-stage > .container::after {
    content: none;
  }

  .about-rebuild .ap-history-section.is-history-scroll-stage > .container > .ap-eyebrow {
    top: var(--ap-history-eyebrow-top, 90px);
  }

  .about-rebuild .ap-history-section.is-history-scroll-stage h2 {
    top: var(--ap-history-heading-top, 122px);
  }

  .about-rebuild .ap-history-section.is-history-scroll-stage .ap-history-line {
    left: var(--ap-history-line-left) !important;
    right: 0;
    width: auto;
    top: var(--ap-history-line-top, 512px);
  }

  .about-rebuild .ap-history-section.is-history-scroll-stage .ap-history-wheel {
    left: calc(var(--ap-history-line-left) - 7px);
    top: var(--ap-history-wheel-top, 342px);
  }

  .about-rebuild .ap-history-section.is-history-scroll-stage .ap-history-dot-blue {
    left: calc(var(--ap-history-line-left) + 94px);
    top: var(--ap-history-dot-top, 367px);
  }

  .about-rebuild .ap-history-section.is-history-scroll-stage .ap-history-scroll {
    overflow: hidden;
    overscroll-behavior: none;
    pointer-events: none;
  }

  .about-rebuild .ap-history-section.is-history-scroll-stage .ap-history-mark-top {
    top: var(--ap-history-mark-top, 255px);
  }

  .about-rebuild .ap-history-section.is-history-scroll-stage .ap-history-mark-top img {
    top: calc(var(--ap-history-line-top, 512px) - var(--ap-history-mark-top, 255px) - 16px);
  }

  .about-rebuild .ap-history-section.is-history-scroll-stage .ap-history-mark-bottom {
    top: var(--ap-history-mark-bottom-top, 495px);
  }
}

/* About page: let CMS text define the story section height. */
@media (min-width: 701px) {
  .about-rebuild .ap-story-section {
    height: auto !important;
    padding: 90px 0 96px;
  }

  .about-rebuild .ap-story-frame {
    top: auto;
    height: auto !important;
    min-height: 694px;
  }

  .about-rebuild .ap-story-frame > .ap-eyebrow,
  .about-rebuild .ap-story-frame h2,
  .about-rebuild .ap-story-text,
  .about-rebuild .ap-story-frame blockquote {
    position: relative;
    left: auto;
    top: auto !important;
    z-index: 1;
    width: min(49%, 612px);
    height: auto;
  }

  .about-rebuild .ap-story-frame h2 {
    margin-top: 16px;
  }

  .about-rebuild .ap-story-text {
    margin-top: 18px;
  }

  .about-rebuild .ap-story-frame blockquote {
    margin-top: 34px;
    padding: 24px 30px;
  }
}

@media (max-width: 700px) {
  .about-rebuild .ap-story-section {
    height: auto !important;
    padding: 70px 0 96px;
  }

  .about-rebuild .ap-story-frame {
    top: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    height: auto !important;
  }

  .about-rebuild .ap-story-frame > .ap-eyebrow,
  .about-rebuild .ap-story-frame h2,
  .about-rebuild .ap-story-text,
  .about-rebuild .ap-story-frame blockquote {
    position: relative;
    left: auto;
    top: auto !important;
    grid-column: 1 / -1;
    width: 100%;
    height: auto;
  }

  .about-rebuild .ap-story-frame h2,
  .about-rebuild .ap-story-text,
  .about-rebuild .ap-story-frame blockquote {
    margin-top: 0;
  }

  .about-rebuild .ap-story-frame blockquote {
    padding: 20px;
  }

  .about-rebuild .ap-stat-top,
  .about-rebuild .ap-stat-bottom,
  .about-rebuild .ap-story-img-a,
  .about-rebuild .ap-story-img-b {
    position: relative;
    left: auto;
    top: auto !important;
    width: auto;
    height: 180px;
  }
}

/* About page: content-driven layout for editable CMS copy. */
.about-rebuild .ap-principles {
  height: auto !important;
  padding: 90px 0;
}

.about-rebuild .ap-principles > .container {
  display: flex;
  flex-direction: column;
  gap: 90px;
  height: auto;
}

.about-rebuild .ap-principle-block,
.about-rebuild .ap-mission-block,
.about-rebuild .ap-vision-block {
  position: relative;
  left: auto;
  top: auto !important;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  width: min(100%, 1036px);
  height: auto !important;
  margin: 0 auto;
  transform: none;
}

.about-rebuild .ap-principle-block > .ap-eyebrow,
.about-rebuild .ap-principle-block h2,
.about-rebuild .ap-center-copy {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  grid-column: 1 / -1;
  width: min(100%, 879px);
  justify-self: center;
  text-align: center;
}

.about-rebuild .ap-principle-block h2 {
  margin-top: -8px;
}

.about-rebuild .ap-center-copy {
  margin: -8px auto 16px;
}

.about-rebuild .ap-principle-card,
.about-rebuild .ap-principle-card.ap-card-right {
  position: relative;
  left: auto;
  top: auto !important;
  width: auto;
  height: auto !important;
  min-height: 273px;
}

.about-rebuild .ap-roadmap-section {
  height: auto !important;
  margin-top: 0;
  padding: 90px 0;
}

.about-rebuild .ap-roadmap-frame {
  top: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 24px;
  height: auto !important;
}

.about-rebuild .ap-roadmap-frame > .ap-eyebrow,
.about-rebuild .ap-roadmap-frame h2,
.about-rebuild .ap-road-copy {
  position: relative;
  left: auto;
  top: auto;
  width: auto;
  height: auto;
}

.about-rebuild .ap-roadmap-frame > .ap-eyebrow,
.about-rebuild .ap-roadmap-frame h2 {
  grid-column: 1;
}

.about-rebuild .ap-roadmap-frame h2 {
  margin-top: 16px;
}

.about-rebuild .ap-road-copy {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: end;
}

.about-rebuild .ap-road-grid {
  position: relative;
  left: auto;
  top: auto;
  grid-column: 1 / -1;
  width: 100%;
  height: auto;
  margin-top: 54px;
}

.about-rebuild .ap-road-grid article {
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: start;
  gap: 16px 18px;
  height: auto !important;
  min-height: 174px;
  padding: 24px 18px 28px;
}

.about-rebuild .ap-road-grid img,
.about-rebuild .ap-road-grid b,
.about-rebuild .ap-road-grid h3,
.about-rebuild .ap-road-grid p {
  position: static;
  width: auto;
}

.about-rebuild .ap-road-grid img {
  width: 30px;
  height: 30px;
}

.about-rebuild .ap-road-grid b {
  justify-self: end;
}

.about-rebuild .ap-road-grid h3,
.about-rebuild .ap-road-grid p {
  grid-column: 1 / -1;
}

.about-rebuild .ap-history-mark p strong {
  display: inline;
  height: auto;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background: none;
  color: inherit;
  font-size: inherit;
  font-weight: 600;
  line-height: inherit;
}

@media (min-width: 768px) {
  .about-rebuild .ap-history-mark-top {
    top: auto !important;
    bottom: calc(100% - var(--ap-history-line-top, 512px) + 16px);
  }

  .about-rebuild .ap-history-mark-top img {
    top: auto !important;
    bottom: -32px;
  }
}

@media (min-width: 701px) {
  .about-rebuild .ap-team-section {
    height: auto !important;
    padding: 90px 0 96px;
  }

  .about-rebuild .ap-team-frame {
    top: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto !important;
  }

  .about-rebuild .ap-team-frame > .ap-eyebrow,
  .about-rebuild .ap-team-frame > h2,
  .about-rebuild .ap-team-grid {
    position: relative;
    left: auto;
    top: auto;
  }

  .about-rebuild .ap-team-frame > h2 {
    width: min(100%, 612px);
    margin: 16px auto 48px;
  }

  .about-rebuild .ap-team-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    width: 100%;
  }

  .about-rebuild .ap-team-grid article {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto !important;
    min-height: 558px;
  }

  .about-rebuild .ap-team-grid picture,
  .about-rebuild .ap-team-grid picture img {
    width: 100%;
  }

  .about-rebuild .ap-team-grid small,
  .about-rebuild .ap-team-grid h3,
  .about-rebuild .ap-team-grid p,
  .about-rebuild .ap-team-grid a {
    position: relative;
    left: auto;
    top: auto !important;
    width: auto;
  }

  .about-rebuild .ap-team-grid small {
    margin: 24px 24px 0;
  }

  .about-rebuild .ap-team-grid h3 {
    margin: 8px 24px 0;
  }

  .about-rebuild .ap-team-grid p {
    margin: 12px 24px 24px;
  }

  .about-rebuild .ap-team-grid a {
    margin-left: 66px;
  }

  .about-rebuild .ap-team-grid a:nth-of-type(1) {
    margin-top: auto;
  }

  .about-rebuild .ap-team-grid a:nth-of-type(2) {
    margin-top: 12px;
    margin-bottom: 24px;
  }
}

@media (max-width: 700px) {
  .about-rebuild .ap-principles,
  .about-rebuild .ap-roadmap-section {
    padding: 70px 0;
  }

  .about-rebuild .ap-principles > .container {
    gap: 70px;
  }

  .about-rebuild .ap-principle-block,
  .about-rebuild .ap-roadmap-frame,
  .about-rebuild .ap-road-grid {
    grid-template-columns: 1fr;
  }

  .about-rebuild .ap-road-copy {
    grid-column: 1;
    grid-row: auto;
    margin-top: 22px;
  }

  .about-rebuild .ap-road-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--ap-line);
  }
}

/*
 * Keep longer milestone copy clear of the timeline points. Alternating cards
 * can safely be wider without changing the existing scroll distance.
 */
@media (min-width: 768px) {
  .about-rebuild .ap-history-section {
    --ap-history-point-gap: 32px;
  }

  .about-rebuild .ap-history-mark,
  .about-rebuild .ap-history-mark > p {
    width: 360px;
  }

  .about-rebuild .ap-history-section.is-history-scroll-stage .ap-history-mark-top {
    top: auto !important;
    bottom: calc(100% - var(--ap-history-line-top, 512px) + var(--ap-history-point-gap));
  }

  .about-rebuild .ap-history-section.is-history-scroll-stage .ap-history-mark-top img {
    top: auto !important;
    bottom: calc(0px - var(--ap-history-point-gap) - 16px);
  }

  .about-rebuild .ap-history-section.is-history-scroll-stage .ap-history-mark-bottom {
    top: calc(var(--ap-history-line-top, 512px) + var(--ap-history-point-gap));
  }

  .about-rebuild .ap-history-section.is-history-scroll-stage .ap-history-mark-bottom img {
    top: calc(0px - var(--ap-history-point-gap) - 16px);
  }

  .about-rebuild .ap-history-mark-bottom > strong {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .about-rebuild .ap-history-section {
    --ap-history-mobile-copy-left: clamp(88px, 26vw, 112px);
  }

  .about-rebuild .ap-history-mark > strong,
  .about-rebuild .ap-history-mark > p,
  .about-rebuild .ap-history-mark > b {
    margin-left: var(--ap-history-mobile-copy-left);
  }

  .about-rebuild .ap-history-mark > p {
    width: calc(100% - var(--ap-history-mobile-copy-left));
    padding-right: 8px;
  }
}

/* Keep roadmap markers and team-card actions visually aligned. */
.about-rebuild .ap-road-grid article > img {
  align-self: center;
}

.about-rebuild .ap-team-grid article > a:last-of-type {
  margin-bottom: 24px;
}

/* Keep certification tooltips independent of the section reveal animation. */
.scroll-animations-ready .inner-page-motion .about-rebuild .ap-quality-callout {
  opacity: 0 !important;
  visibility: hidden;
  transform: translateY(8px) !important;
  transition: opacity 160ms ease, transform 160ms ease !important;
}

.scroll-animations-ready .inner-page-motion .about-rebuild .ap-quality-frame.is-cert-tooltip .ap-quality-callout,
.scroll-animations-ready .inner-page-motion .about-rebuild .ap-quality-frame:has(.ap-cert:hover) .ap-quality-callout,
.scroll-animations-ready .inner-page-motion .about-rebuild .ap-quality-frame:has(.ap-cert:focus-visible) .ap-quality-callout {
  opacity: 1 !important;
  visibility: visible;
  transform: translateY(0) !important;
}


/* About page responsive flow: hero, story, team and roadmap. */
@media (max-width: 1200px) {
  .about-rebuild .ap-hero {
    height: auto !important;
    padding: 34px 0 56px;
  }

  .about-rebuild .ap-hero > .container,
  .about-rebuild .ap-hero .ap-inner {
    height: auto;
  }

  .about-rebuild .ap-hero .ap-inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 48px;
    align-items: start;
  }

  .about-rebuild .ap-breadcrumb,
  .about-rebuild .ap-hero-eyebrow,
  .about-rebuild .ap-hero h1,
  .about-rebuild .ap-hero-copy,
  .about-rebuild .ap-video {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: 100%;
    height: auto;
  }

  .about-rebuild .ap-breadcrumb {
    grid-column: 1 / -1;
    margin-bottom: 56px;
  }

  .about-rebuild .ap-hero-eyebrow,
  .about-rebuild .ap-hero h1,
  .about-rebuild .ap-hero-copy {
    grid-column: 1;
  }

  .about-rebuild .ap-hero h1 {
    margin-top: 16px;
  }

  .about-rebuild .ap-hero-copy {
    margin-top: 44px;
  }

  .about-rebuild .ap-video {
    grid-column: 2;
    grid-row: 2 / span 3;
    aspect-ratio: 529 / 298;
  }
}

@media (min-width: 701px) and (max-width: 1200px) {
  .about-rebuild .ap-story-frame {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    min-height: 0;
  }

  .about-rebuild .ap-story-frame > .ap-eyebrow,
  .about-rebuild .ap-story-frame h2,
  .about-rebuild .ap-story-text,
  .about-rebuild .ap-story-frame blockquote {
    grid-column: 1 / -1;
    width: 100%;
    max-width: none;
  }

  .about-rebuild .ap-stat-top,
  .about-rebuild .ap-stat-bottom,
  .about-rebuild .ap-story-img-a,
  .about-rebuild .ap-story-img-b {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    height: 220px;
  }
}

@media (min-width: 701px) and (max-width: 1024px) {
  .about-rebuild .ap-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .about-rebuild .ap-hero {
    padding: 28px 0 48px;
  }

  .about-rebuild .ap-hero .ap-inner {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .about-rebuild .ap-breadcrumb {
    margin-bottom: 42px;
  }

  .about-rebuild .ap-hero-eyebrow,
  .about-rebuild .ap-hero h1,
  .about-rebuild .ap-hero-copy,
  .about-rebuild .ap-video {
    grid-column: 1;
  }

  .about-rebuild .ap-hero-copy {
    margin-top: 28px;
  }

  .about-rebuild .ap-video {
    grid-row: auto;
    margin-top: 28px;
  }

  .about-rebuild .ap-story-frame {
    width: 100%;
  }

  .about-rebuild .ap-stat-top,
  .about-rebuild .ap-stat-bottom,
  .about-rebuild .ap-story-img-a,
  .about-rebuild .ap-story-img-b {
    left: auto;
    width: auto;
  }

  .about-rebuild .ap-team-frame,
  .about-rebuild .ap-team-grid {
    width: 100%;
  }

  .about-rebuild .ap-team-grid article:nth-child(-n + 2),
  .about-rebuild .ap-team-grid article.is-visible {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    min-height: 0;
  }

  .about-rebuild .ap-team-grid picture,
  .about-rebuild .ap-team-grid picture img {
    width: 100%;
  }

  .about-rebuild .ap-team-grid small,
  .about-rebuild .ap-team-grid h3,
  .about-rebuild .ap-team-grid p,
  .about-rebuild .ap-team-grid a {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
  }

  .about-rebuild .ap-team-grid small {
    margin: 24px 24px 0;
  }

  .about-rebuild .ap-team-grid h3 {
    margin: 8px 24px 0;
  }

  .about-rebuild .ap-team-grid p {
    margin: 12px 24px 24px;
  }

  .about-rebuild .ap-team-grid a {
    margin-left: 66px;
  }

  .about-rebuild .ap-team-grid a:nth-of-type(1) {
    margin-top: auto;
  }

  .about-rebuild .ap-team-grid a:nth-of-type(2) {
    margin-top: 12px;
    margin-bottom: 24px;
  }

  .about-rebuild .ap-roadmap-frame,
  .about-rebuild .ap-road-grid {
    width: 100%;
  }

  .about-rebuild .ap-road-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .about-rebuild .ap-road-grid article {
    width: 100%;
    max-width: none;
  }
}


@media (max-width: 700px) {
  .about-rebuild .ap-hero .ap-inner {
    display: flex;
    flex-direction: column;
  }

  .about-rebuild .ap-breadcrumb { order: 0; }
  .about-rebuild .ap-hero-eyebrow { order: 1; }
  .about-rebuild .ap-hero h1 { order: 2; }
  .about-rebuild .ap-hero-copy { order: 3; }
  .about-rebuild .ap-video { order: 4; }

  .about-rebuild .ap-video {
    flex: 0 0 auto;
    margin-top: 28px;
  }

  .about-rebuild .ap-story-section > .container {
    width: min(calc(100% - 40px), var(--ap-grid)) !important;
  }
}


@media (max-width: 700px) {
  .about-rebuild .ap-video {
    margin-top: 56px;
  }

  .about-rebuild .ap-story-section {
    width: 100% !important;
    max-width: none !important;
  }
}


/* Mobile About story spacing and content-driven history timeline. */
@media (max-width: 700px) {
  .about-rebuild .ap-story-frame > .ap-eyebrow {
    margin-top: 28px;
  }

  .about-rebuild .ap-history-section {
    height: auto !important;
    min-height: 0 !important;
    padding: 70px 0 90px;
    overflow: visible;
  }

  .about-rebuild .ap-history-section > .container {
    position: relative;
    width: min(calc(100% - 40px), var(--ap-grid)) !important;
    height: auto !important;
    padding: 0;
  }

  .about-rebuild .ap-history-section > .container > .ap-eyebrow,
  .about-rebuild .ap-history-section h2 {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    padding-left: 0;
  }

  .about-rebuild .ap-history-section h2 {
    margin-top: 16px;
  }

  .about-rebuild .ap-history-line,
  .about-rebuild .ap-history-wheel,
  .about-rebuild .ap-history-dot-blue {
    display: none;
  }

  .about-rebuild .ap-history-scroll {
    position: relative;
    inset: auto;
    margin-top: 48px;
    overflow: visible;
    -webkit-clip-path: none;
    clip-path: none;
  }

  .about-rebuild .ap-history-track {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    min-width: 0;
    height: auto;
  }

  .about-rebuild .ap-history-track::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 16px;
    bottom: 16px;
    border-left: 2px solid var(--ap-navy);
  }

  .about-rebuild .ap-history-mark,
  .about-rebuild .ap-history-mark-top,
  .about-rebuild .ap-history-mark-bottom {
    position: relative;
    left: auto;
    top: auto !important;
    width: 100%;
    min-height: 32px;
    padding-left: 72px;
  }

  .about-rebuild .ap-history-mark img,
  .about-rebuild .ap-history-mark-top img,
  .about-rebuild .ap-history-mark-bottom img {
    position: absolute;
    left: 0;
    top: 0 !important;
    width: 32px;
    height: 32px;
  }

  .about-rebuild .ap-history-mark > strong,
  .about-rebuild .ap-history-mark-bottom > strong {
    display: inline-flex;
    height: 32px;
    margin: 0;
  }

  .about-rebuild .ap-history-mark p {
    width: 100%;
    margin-top: 12px;
  }

  .about-rebuild .ap-history-mark b {
    margin-top: 16px;
  }
}


@media (max-width: 700px) {
  .about-rebuild .ap-history-section::before,
  .about-rebuild .ap-history-track::before {
    content: none;
    display: none;
  }
}


@media (max-width: 700px) {
  .about-rebuild .ap-history-track::before {
    content: "";
    display: block;
  }
}


@media (max-width: 700px) {
  .about-rebuild .ap-history-track::before {
    left: 24px;
  }
}


@media (max-width: 700px) {
  .about-rebuild .ap-history-mark p,
  .about-rebuild .ap-history-mark b {
    margin-left: 0 !important;
  }
}


/* Principle icons automatically contrast with the selected card background. */
.about-rebuild .ap-principle-card.is-blue img {
  filter: brightness(0) invert(1);
}


/* Responsive overlap and history decoration corrections. */
@media (max-width: 700px) {
  .about-rebuild .ap-quick { height: auto !important; min-height: 156px; overflow: hidden; }
  .about-rebuild .ap-quick-inner { display: block !important; height: auto !important; min-height: 156px; padding: 24px 0 20px !important; }
  .about-rebuild .ap-quick-inner > span { position: static !important; display: block !important; width: max-content !important; height: auto !important; margin: 0 0 16px !important; }
  .about-rebuild .ap-quick-links { position: static !important; display: flex !important; gap: 12px; width: 100%; height: auto !important; overflow-x: auto; padding-bottom: 6px; }
  .about-rebuild .ap-quick-links a { position: static !important; flex: 0 0 auto; margin: 0 !important; }

  .about-rebuild .ap-story-frame { display: grid !important; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; height: auto !important; }
  .about-rebuild .ap-story-frame > .ap-eyebrow { order: 1; }
  .about-rebuild .ap-story-frame > h2 { order: 2; }
  .about-rebuild .ap-story-text { order: 3; position: relative !important; top: auto !important; left: auto !important; width: 100% !important; height: auto !important; grid-column: 1 / -1; }
  .about-rebuild .ap-story-frame blockquote { order: 4; position: relative !important; top: auto !important; left: auto !important; width: 100% !important; height: auto !important; grid-column: 1 / -1; margin-top: 24px !important; }
  .about-rebuild .ap-stat-top, .about-rebuild .ap-story-img-a { order: 5; }
  .about-rebuild .ap-story-img-b, .about-rebuild .ap-stat-bottom { order: 6; }

  .about-rebuild .ap-history-mark p, .about-rebuild .ap-history-mark-top p, .about-rebuild .ap-history-mark-bottom p { background: transparent !important; background-color: transparent !important; }
  .about-rebuild .ap-history-section > .container { padding-bottom: 280px; }
  .about-rebuild .ap-history-wheel { display: block !important; position: absolute; left: 0; top: auto !important; bottom: 24px; width: 177px; height: 192px; z-index: 2; }
  .about-rebuild .ap-history-line { display: block !important; position: absolute; left: 35px; right: calc((100% - 100vw) / 2); top: auto !important; bottom: 45px; width: auto; height: 1px; z-index: 1; }
}

@media (min-width: 701px) and (max-width: 1200px) {
  .about-rebuild .ap-history-wheel, .about-rebuild .ap-history-line { display: block !important; }
}


/* Final mobile history connector and quote casing. */
@media (max-width: 700px) {
  .about-rebuild .ap-history-track::before { bottom: -100px; }
  .about-rebuild .ap-story-frame blockquote { text-transform: none !important; }
}


/* Preserve the story quote casing at every breakpoint. */
.about-rebuild .ap-story-frame blockquote {
  text-transform: none !important;
}

/* About quick navigation equal spacing and alignment */
@media (min-width: 701px) {
  .about-rebuild .ap-quick-inner {
    display: flex;
    align-items: center;
    gap: 24px;
  }

  .about-rebuild .ap-quick-inner > span {
    position: static;
    flex: 0 0 85px;
    width: 145px;
    height: 44px;
    padding: 0;
    margin: 0;
    justify-content: flex-start;
    text-align: left;
  }

  .about-rebuild .ap-quick-links {
    position: static;
    display: flex;
    align-items: center;
    gap: 24px;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .about-rebuild .ap-quick-links a,
  .about-rebuild .ap-quick-links a:nth-of-type(1),
  .about-rebuild .ap-quick-links a:nth-of-type(2),
  .about-rebuild .ap-quick-links a:nth-of-type(3),
  .about-rebuild .ap-quick-links a:nth-of-type(4) {
    position: static;
    flex: 0 0 auto;
    width: auto;
    height: 44px;
    margin: 0;
  }
}
/* End About quick navigation equal spacing and alignment */

/* Team contact icons by link type */
.about-rebuild .ap-team-grid a[href^="mailto:"]::before {
  background-image: url("../about-rebuild/icon-mail.svg");
}

.about-rebuild .ap-team-grid a[href*="linkedin.com"]::before,
.about-rebuild .ap-team-grid a[href*="linkedin."]::before {
  background-image: url("../about-rebuild/icon-linkedin.svg");
}
/* End Team contact icons by link type */

/*
 * The about-page stylesheet can also be loaded by the homepage section library.
 * Keep the homepage certification content in one grid formatting context so the
 * later absolute-positioned about-page rules cannot overlap its logo row.
 */
.home-page #certifications {
  height: auto;
  padding: 90px 0 0;
}

.home-page #certifications > .ap-quality-frame {
  top: auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  gap: 34px 72px;
  width: min(calc(100% - 192px), 1248px);
  height: auto;
  margin: 0 auto;
}

.home-page #certifications > .ap-quality-frame > .ap-eyebrow,
.home-page #certifications > .ap-quality-frame > h2,
.home-page #certifications > .ap-quality-frame > .ap-quality-copy,
.home-page #certifications > .ap-quality-frame > .ap-cert,
.home-page #certifications > .ap-quality-frame > .ap-cert-button {
  position: static;
  transform: none;
}

.home-page #certifications > .ap-quality-frame > .ap-eyebrow,
.home-page #certifications > .ap-quality-frame > h2,
.home-page #certifications > .ap-quality-frame > .ap-quality-copy,
.home-page #certifications > .ap-quality-frame > .ap-cert-button {
  grid-column: 1 / -1;
}

.home-page #certifications > .ap-quality-frame > h2,
.home-page #certifications > .ap-quality-frame > .ap-quality-copy,
.home-page #certifications > .ap-quality-frame > .ap-cert,
.home-page #certifications > .ap-quality-frame > .ap-cert-button {
  justify-self: center;
}

.home-page #certifications > .ap-quality-frame > .ap-cert-button {
  margin: 12px 0 58px;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .home-page #certifications > .ap-quality-frame {
    width: min(calc(100% - 64px), 960px);
    gap: 30px 36px;
  }

  .home-page #certifications > .ap-quality-frame > h2 {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .home-page #certifications {
    padding-top: 70px;
  }

  .home-page #certifications > .ap-quality-frame {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 24px;
    width: min(calc(100% - 48px), 430px);
  }

  .home-page #certifications > .ap-quality-frame > h2 {
    width: 100%;
    font-size: 32px;
    line-height: 1.2;
  }

  .home-page #certifications > .ap-quality-frame > .ap-quality-copy {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }

  .home-page #certifications > .ap-quality-frame > .ap-cert {
    width: auto;
    max-width: 100%;
  }

  .home-page #certifications > .ap-quality-frame > .ap-cert-reach,
  .home-page #certifications > .ap-quality-frame > .ap-cert-kiwa,
  .home-page #certifications > .ap-quality-frame > .ap-cert-rohs {
    height: 94px;
  }

  .home-page #certifications > .ap-quality-frame > .ap-cert-vde,
  .home-page #certifications > .ap-quality-frame > .ap-cert-en {
    height: 80px;
  }

  .home-page #certifications > .ap-quality-frame > .ap-cert-rohs {
    grid-column: 1 / -1;
  }

  .home-page #certifications > .ap-quality-frame > .ap-cert-button {
    margin: 22px 0 48px;
  }
}
