:root {
  --bms-white: #fff;
  --bms-green: #09768a;
  --bms-purple: #be2bbb;
  --bms-grey: #a69f9f;
  --bms-dark-grey: #595454;
  --bms-light-grey: #eee7e7;
  --bms-panel: #f6f4f3;
}

body {
  background: #f6f4f3;
  color: #595454;
  font-family: "BMS Humanity", "Trebuchet MS", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
}

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.table-responsive {
  overflow-x: auto;
  padding-bottom: 24px;
  scrollbar-color: #075d68 transparent;
  scrollbar-width: auto;
  width: 100%;
}
.table-responsive::-webkit-scrollbar {
  height: 44px;
}
.table-responsive::-webkit-scrollbar-track {
  background: transparent;
}
.table-responsive::-webkit-scrollbar-thumb {
  background: #075d68;
  background-clip: padding-box;
  border: 8px solid transparent;
  border-radius: 999px;
}

.tab-content > .tab-pane,
.carousel-item {
  display: none;
}

.tab-content > .active,
.carousel-item.active {
  display: block;
}

.fade {
  opacity: 0;
  transition: opacity 240ms ease;
}

.fade.show {
  opacity: 1;
}

.tab-content > .tab-pane.fade {
  transform: translateX(var(--tab-slide-start, 18px));
  transition: opacity 220ms ease, transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

.tab-content > .tab-pane.fade.show {
  transform: translateX(0);
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
a:hover {
  text-decoration: none;
}

a[href],
a[href] *, a[href]::before, a[href]::after,
a[href] *::before,
a[href] *::after,
button,
button *,
button::before,
button::after,
button *::before,
button *::after,
[role=button],
[role=button] *,
[role=button]::before,
[role=button]::after,
[role=button] *::before,
[role=button] *::after,
.btn,
.btn *,
.btn::before,
.btn::after,
.btn *::before,
.btn *::after,
summary,
summary *,
summary::before,
summary::after,
summary *::before,
summary *::after,
[data-bs-toggle],
[data-bs-toggle] *,
[data-bs-toggle]::before,
[data-bs-toggle]::after,
[data-bs-toggle] *::before,
[data-bs-toggle] *::after,
[data-bs-target],
[data-bs-target] *,
[data-bs-target]::before,
[data-bs-target]::after,
[data-bs-target] *::before,
[data-bs-target] *::after,
[data-bs-slide],
[data-bs-slide] *,
[data-bs-slide]::before,
[data-bs-slide]::after,
[data-bs-slide] *::before,
[data-bs-slide] *::after,
[data-bs-slide-to],
[data-bs-slide-to] *,
[data-bs-slide-to]::before,
[data-bs-slide-to]::after,
[data-bs-slide-to] *::before,
[data-bs-slide-to] *::after,
.video-player__media,
.video-player__media *,
.video-player__media::before,
.video-player__media::after,
.video-player__media *::before,
.video-player__media *::after,
.video-player__play,
.video-player__play *,
.video-player__play::before,
.video-player__play::after,
.video-player__play *::before,
.video-player__play *::after {
  cursor: pointer !important;
}

sup {
  font-size: 0.645em;
  line-height: 0;
}

.page-shell {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(13, 10, 44, 0.06);
  margin-block: clamp(16px, 4vw, 40px);
  margin-inline: auto;
  max-width: 1000px;
  overflow: hidden;
  position: relative;
}

.site-header {
  align-items: center;
  display: flex;
  height: 99px;
  padding: 32px 32px 31px;
}

.brand-lockup {
  aspect-ratio: 260/35.7955;
  display: block;
  flex: 0 0 auto;
  max-width: 100%;
  position: relative;
  text-decoration: none;
  width: 260px;
}

.brand-logo-main,
.brand-logo-mark {
  display: block;
  position: absolute;
}

.brand-logo-main {
  height: 100%;
  left: 0;
  top: 0;
  width: 97.948%;
}

.brand-logo-mark {
  height: 15.774%;
  left: 97.828%;
  top: 27.558%;
  width: 2.172%;
}

.hero-section {
  background: #09768a;
  color: #fff;
  min-height: 360px;
  padding: 48px 32px;
  position: relative;
}

.hero-copy {
  position: relative;
  z-index: 2;
}
.hero-copy h1 {
  font-size: clamp(38px, 5.35vw, 48px);
  font-weight: 400;
  line-height: 1.1667;
  margin: 0 0 16px;
}
.hero-copy h1 span {
  display: block;
  opacity: 0;
  transform: translateX(-28px);
  transition: opacity 920ms cubic-bezier(0.22, 1, 0.36, 1), transform 920ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
.hero-copy h1 span:nth-child(2) {
  transition-delay: 180ms;
}
.hero-copy h1 span:nth-child(3) {
  transition-delay: 360ms;
}
.hero-copy h1 span:nth-child(4) {
  transition-delay: 540ms;
}
.hero-copy h1 span:nth-child(6) {
  transition-delay: 180ms;
}
.hero-copy h1 span:nth-child(7) {
  transition-delay: 360ms;
}
.hero-copy h1 span:nth-child(8) {
  transition-delay: 540ms;
}
.hero-copy h1 .hero-title-line--mobile {
  display: none;
}
.hero-copy p {
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
  margin: 0;
}

.hero-section.is-visible .hero-copy h1 span {
  opacity: 1;
  transform: translateX(0);
}

.hero-cell-mask {
  border-radius: 16px;
  height: 300px;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 305px;
  z-index: 3;
}

.hero-cell {
  height: 401px;
  left: 24px;
  max-width: none;
  object-fit: cover;
  position: absolute;
  top: -136px;
  width: 404px;
}

.section-heading {
  padding-inline: clamp(20px, 4vw, 32px);
  padding-block: 31px 32px;
}
.section-heading h2 {
  color: #595454;
  font-size: clamp(27px, 4vw, 32px);
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
  text-wrap: pretty;
}

.section-heading--with-visual {
  padding-block-end: 32px;
}

.t-cell-visual {
  background: #fff;
  margin: 0 auto 32px;
  max-width: 604.23px;
  width: calc(100% - 194px);
}
.t-cell-visual img {
  display: block;
  height: auto;
  width: 100%;
}

.intro-section,
.diagram-story {
  background: #f6f4f3;
}

.monitoring-section {
  background: #fff;
}

.intro-section {
  padding: 31px 32px 64px;
}

.media-section {
  background: #fff;
}

.content-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.05);
  margin-inline: auto;
  max-width: 615px;
  padding: 64px 32px;
  text-align: center;
}
.content-card h3 {
  color: #595454;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin: 0;
  text-wrap: pretty;
}
.content-card p {
  color: #595454;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  text-wrap: pretty;
}
.content-card h3 + p {
  margin-top: 2px;
}
.content-card .small-note {
  font-size: 12px;
  font-style: italic;
  line-height: 16px;
}
.content-card p + .small-note {
  margin-top: 24px;
}

.icon-card {
  margin-top: 30px;
  position: relative;
}
.icon-card .icon-badge {
  border-radius: 50%;
  display: block;
  height: 72px;
  overflow: hidden;
  width: 72px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: -36px;
  transform: translateX(-50%) scale(0.82);
  transform-origin: center;
  transition: opacity 700ms cubic-bezier(0.22, 1, 0.36, 1), transform 900ms cubic-bezier(0.2, 0.9, 0.25, 1.12);
  will-change: transform, opacity;
  z-index: 3;
}
.icon-card .icon-badge::after {
  border: 2px solid rgba(9, 118, 138, 0.28);
  border-radius: inherit;
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.icon-card .icon-badge img {
  display: block;
  height: 100%;
  width: 100%;
}
.icon-card:hover .icon-badge {
  transform: translateX(-50%) scale(1.05);
}

.diagram-panel,
.large-diagram,
.video-panel {
  margin: 0;
  text-align: center;
}
.diagram-panel img,
.large-diagram img,
.video-panel img {
  display: block;
  height: auto;
  width: 100%;
}

.diagram-panel {
  margin: 50px auto 62px;
  max-width: 615px;
}
.diagram-panel figcaption {
  color: #000;
  font-family: "Trebuchet MS", "BMS Humanity", "Trebuchet MS", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  margin: 18px auto 0;
  max-width: 430px;
  text-wrap: pretty;
}

.video-panel {
  background: radial-gradient(ellipse 160% 280% at 1% 0%, #f8f3f1 0%, #dfcbc3 100%);
  padding: 32px;
}

.video-player {
  background: #fff;
  overflow: hidden;
  position: relative;
}
.video-player.is-playing, .video-player.has-played {
  padding-bottom: 18px;
}
.video-player.is-playing .video-player__play, .video-player.has-played .video-player__play {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.video-player__media {
  aspect-ratio: 735/408.5559;
  background: #fff;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.video-player__iframe {
  background: #fff;
  border: 0;
  height: 100%;
  left: -16px;
  position: absolute;
  top: 0;
  width: calc(100% + 32px);
  z-index: 1;
}

.video-player__play {
  align-items: center;
  background: rgba(0, 0, 0, 0.04);
  border: 0;
  cursor: pointer;
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 1;
  padding: 0;
  position: absolute;
  transition: opacity 360ms cubic-bezier(0.22, 1, 0.36, 1), visibility 360ms cubic-bezier(0.22, 1, 0.36, 1), background-color 360ms cubic-bezier(0.22, 1, 0.36, 1);
  visibility: visible;
  z-index: 2;
}
.video-player__play:hover, .video-player__play:focus-visible {
  background: rgba(0, 0, 0, 0.08);
}
.video-player__play:hover .video-player__play-icon, .video-player__play:focus-visible .video-player__play-icon {
  box-shadow: 0 10px 26px rgba(190, 43, 187, 0.22);
  transform: scale(1.08);
}

.video-player__play-icon {
  align-items: center;
  background: #be2bbb;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 54px;
  height: 82px;
  justify-content: center;
  line-height: 1;
  transition: box-shadow 420ms cubic-bezier(0.22, 1, 0.36, 1), transform 520ms cubic-bezier(0.18, 0.9, 0.22, 1);
  width: 82px;
}

.large-diagram {
  background: radial-gradient(ellipse 160% 280% at 1% 0%, #f8f3f1 0%, #dfcbc3 100%);
  padding: 32px;
}
.large-diagram img {
  background: #fff;
  box-sizing: border-box;
  padding: 24px 32px 32px;
}
.large-diagram figcaption {
  background: #fff;
  color: #595454;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  padding: 32px 32px 0;
}
.large-diagram .diagram-title,
.large-diagram .diagram-copy {
  display: block;
}
.large-diagram .diagram-title {
  font-size: 22px;
  line-height: 30px;
  margin-inline: auto;
  max-width: 820px;
  text-wrap: pretty;
}
.large-diagram .diagram-copy {
  font-size: 16px;
  line-height: 24px;
  margin: 24px auto 0;
  max-width: 820px;
  text-wrap: pretty;
}

.insight-carousel {
  background: #f6f4f3;
}
.insight-carousel .carousel-inner {
  padding: 32px 32px 64px;
}
.insight-carousel .content-card {
  min-height: 150px;
}

.carousel-footer {
  align-items: center;
  background: #fff;
  display: flex;
  justify-content: space-between;
  min-height: 148px;
  padding: 32px 92px 68px;
  position: relative;
}
.carousel-footer::after {
  background: #eee7e7;
  border-radius: 100px;
  bottom: 32px;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 300px;
}

.carousel-indicators {
  display: flex;
  gap: 8px;
  margin: 0;
  position: static;
}
.carousel-indicators [data-bs-target] {
  background: #be2bbb;
  border: 1px solid transparent;
  border-radius: 50%;
  height: 22px;
  margin: 0;
  opacity: 1;
  transition: background-color 260ms cubic-bezier(0.22, 1, 0.36, 1), border-color 260ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 260ms cubic-bezier(0.22, 1, 0.36, 1), transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
  width: 22px;
}
.carousel-indicators [data-bs-target]:hover {
  border-color: #09768a;
  box-shadow: 0 0 0 5px rgba(9, 118, 138, 0.14);
}
.carousel-indicators .active {
  background: #fff;
  border-color: #09768a;
  box-shadow: none;
}

.carousel-controls {
  display: flex;
  gap: 16px;
}

.btn-bms {
  --bs-btn-bg: #be2bbb;
  --bs-btn-border-color: #be2bbb;
  --bs-btn-color: #fff;
  --bs-btn-hover-bg: #a923a6;
  --bs-btn-hover-border-color: #a923a6;
  --bs-btn-hover-color: #fff;
  --bs-btn-focus-shadow-rgb: 190, 43, 187;
  --bs-btn-active-bg: #941f91;
  --bs-btn-active-border-color: #941f91;
  --bs-btn-active-color: #f7d8f6;
  align-items: center;
  background-color: var(--bs-btn-bg);
  border: 1px solid var(--bs-btn-border-color);
  border-radius: 100px;
  color: var(--bs-btn-color);
  display: inline-flex;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  line-height: 24px;
  min-height: 48px;
  overflow: hidden;
  padding: 12px 32px;
  position: relative;
  text-decoration: none;
  isolation: isolate;
  transition: background-color 260ms cubic-bezier(0.22, 1, 0.36, 1), border-color 260ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 260ms cubic-bezier(0.22, 1, 0.36, 1), transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}
.btn-bms::before {
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.14) 45%, transparent 70%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(-130%);
  transition: transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 0;
}
.btn-bms:hover {
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  box-shadow: 0 6px 16px rgba(190, 43, 187, 0.16);
  color: var(--bs-btn-hover-color);
}
.btn-bms:hover::before {
  transform: translateX(130%);
}
.btn-bms .fa-solid {
  font-size: 0.9em;
  line-height: 1;
  position: relative;
  transform: translateX(0) scale(1);
  transform-origin: center;
  transition: transform 560ms cubic-bezier(0.18, 0.9, 0.22, 1);
  will-change: transform;
  z-index: 1;
}
.btn-bms span {
  position: relative;
  z-index: 1;
}

.btn-bms:hover .fa-solid,
.btn-bms:focus-visible .fa-solid {
  transform: translateX(5px) scale(1.12);
}

.carousel-prev-button:hover .fa-solid,
.carousel-prev-button:focus-visible .fa-solid {
  transform: translateX(-5px) scale(1.12);
}

.carousel.is-sliding .btn-bms {
  box-shadow: 0 0 0 rgba(190, 43, 187, 0);
}

.carousel.is-switching .btn-bms {
  box-shadow: 0 0 0 rgba(190, 43, 187, 0);
}

.text-callout {
  background: #fff;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.05);
  color: #595454;
  padding: 32px;
}
.text-callout p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.text-callout p + p {
  margin-top: 24px;
}

.diagram-story + .text-callout {
  padding-top: 0;
}

.tabbed-table-section {
  background: #09768a;
  padding: 32px;
}

.tab-nav {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  margin-bottom: 10px;
  overflow-x: auto;
  padding: 8px 0;
  position: relative;
}
.tab-nav::before {
  background: #be2bbb;
  border-radius: 5px;
  content: "";
  height: 35px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: translateX(var(--tab-indicator-left, 0));
  transition: transform 520ms cubic-bezier(0.2, 0.9, 0.25, 1.12), width 420ms cubic-bezier(0.22, 1, 0.36, 1), opacity 180ms ease;
  width: var(--tab-indicator-width, 0);
}
.tab-nav.is-ready::before {
  opacity: 1;
}
.tab-nav .nav-link {
  background: rgba(255, 255, 255, 0.03);
  border: 0;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  min-height: 35px;
  padding: 6px 16px;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  transition: background-color 260ms cubic-bezier(0.22, 1, 0.36, 1), color 260ms cubic-bezier(0.22, 1, 0.36, 1), transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}
.tab-nav .nav-link:hover {
  background: rgba(255, 255, 255, 0.12);
}
.tab-nav .nav-link.active {
  background: #be2bbb;
  color: #fff;
}
.tab-nav.is-ready .nav-link.active {
  background: transparent;
}

.table-card {
  color: #595454;
}

.tabbed-table-section .tab-pane.show .table-card {
  animation: table-pane-in 220ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.table-title {
  align-items: center;
  background: #595454;
  border: 1px solid #fff;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  color: #fff;
  display: flex;
  font-size: clamp(21px, 3vw, 24px);
  font-weight: 400;
  gap: 14px;
  line-height: 32px;
  margin: 0;
  min-height: 72px;
  padding: 16px;
}
.table-title sup {
  font-size: 0.545em;
}

.table-title-icon {
  display: block;
  flex: 0 0 auto;
  height: 34px;
  object-fit: contain;
  width: 43px;
}

.table-title-text {
  display: block;
  min-width: 0;
  text-wrap: pretty;
}

.figma-table {
  --bs-table-bg: #fff;
  border: 1px solid #fff;
  border-collapse: separate;
  border-radius: 0 0 8px 8px;
  border-spacing: 0;
  box-shadow: 0 0 0 1px #fff;
  margin: 0;
  overflow: hidden;
}
.figma-table th,
.figma-table td {
  border-bottom: 1px solid #d5d4d4;
  color: #595454;
  font-size: 16px;
  line-height: 24px;
  padding: 16px;
  vertical-align: middle;
}
.figma-table tbody tr:last-child th,
.figma-table tbody tr:last-child td {
  border-bottom: 0;
}
.figma-table tbody th {
  background: #f6f4f3;
  color: #09768a;
  font-weight: 700;
  min-width: 207px;
  width: 207px;
}
.figma-table ul {
  margin: 0;
  padding-left: 22px;
}
.figma-table p {
  margin: 0;
}
.figma-table .subpoint {
  margin-left: 28px;
  margin-top: 4px;
}

.comparison-table thead th {
  background: #e6f1f3;
  color: #09768a;
  font-weight: 700;
}
.comparison-table thead th:first-child,
.comparison-table tbody th {
  min-width: 144px;
  width: 144px;
}
.comparison-table tbody th {
  background: #fff;
  color: #000;
}

.comparison-heading {
  align-items: center;
  display: flex;
  gap: 10px;
}

.mini-icon {
  display: block;
  flex: 0 0 auto;
  height: 35px;
  object-fit: contain;
  width: 35px;
}

.table-note {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin: 8px 0 0;
}

.strong-note {
  font-weight: 700;
}

.section-divider {
  background: #eee7e7;
  border-radius: 100px;
  height: 4px;
  margin: 32px auto;
  width: 300px;
}

.monitoring-intro-band {
  background: #f6f4f3;
  padding: 32px 32px 64px;
}

.monitoring-intro-slide {
  margin-top: 0;
}

.monitoring-section > .section-divider {
  margin: 32px auto;
}

.monitoring-section > .section-divider + .section-heading {
  background: #fff;
  padding-block-start: 0;
  padding-top: 0;
}

.post-table-tiles {
  background: #fff;
}

.post-tile-band {
  background: #f6f4f3;
  padding: 32px 32px 64px;
}

.compact-carousel .carousel-inner {
  padding-top: 0;
}

.learn-section {
  background: #fff;
  padding-bottom: 0;
}
.learn-section > .content-card {
  margin-bottom: 32px;
}

.learn-research-band {
  background: #dadada;
  padding: 32px 32px 64px;
}

.bottom-links {
  background: #595454;
  color: #fff;
  padding: 32px 36px;
}

.link-row {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: 46px 1fr auto;
}
.link-row + .link-row {
  border-top: 1px solid #a69f9f;
  margin-top: 24px;
  padding-top: 24px;
}
.link-row p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.link-row a:not(.btn) {
  font-weight: 700;
}

.globe-icon {
  display: block;
  height: 45px;
  width: 46px;
}

.references {
  background: #fafafa;
  padding: 32px;
}
.references details + details {
  margin-top: 32px;
}
.references summary {
  align-items: center;
  color: #595454;
  cursor: pointer;
  display: flex;
  font-size: 20px;
  font-weight: 400;
  justify-content: space-between;
  line-height: 28px;
  list-style: none;
  position: relative;
}
.references summary::-webkit-details-marker {
  display: none;
}
.references summary .accordion-chevron {
  color: #be2bbb;
  font-size: 18px;
  line-height: 1;
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}
.references summary:hover {
  color: #be2bbb;
}
.references details[open] .accordion-chevron {
  transform: rotate(180deg);
}
.references .accordion-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-6px);
  transition: max-height 440ms cubic-bezier(0.22, 1, 0.36, 1), opacity 300ms ease, transform 440ms cubic-bezier(0.22, 1, 0.36, 1);
}
.references details[open] .accordion-content {
  max-height: none;
  opacity: 1;
  transform: translateY(0);
}
.references details.is-animating .accordion-content {
  max-height: var(--accordion-height, 0px);
}
.references details.is-closing .accordion-content {
  opacity: 0;
  transform: translateY(-6px);
}
.references p,
.references li {
  color: #595454;
  font-size: 14px;
  line-height: 20px;
}
.references p {
  margin: 10px 0 0;
}
.references .references-footer {
  font-size: 12px;
  font-style: italic;
  line-height: 16px;
  margin: 32px 0 0;
}
.references ol {
  list-style-position: outside;
  margin: 10px 0 0;
  padding-left: 22px;
}
.references a {
  color: #be2bbb;
}

.font-fallback .references li {
  padding-left: 4px;
}
.font-fallback .references ol {
  padding-left: 36px;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms cubic-bezier(0.22, 1, 0.36, 1), transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal h2,
.reveal h3,
.reveal .table-title-text {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 540ms cubic-bezier(0.22, 1, 0.36, 1) 90ms, transform 540ms cubic-bezier(0.22, 1, 0.36, 1) 90ms;
}

.reveal.content-card h3,
.reveal .content-card h3,
.reveal.content-card p,
.reveal .content-card p {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 680ms cubic-bezier(0.22, 1, 0.36, 1), transform 680ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.reveal.is-visible h2,
.reveal.is-visible h3,
.reveal.is-visible .table-title-text {
  opacity: 1;
  transform: translateY(0);
}

.reveal.content-card.is-visible h3,
.reveal.is-visible .content-card h3 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 260ms;
}

.reveal.content-card.is-visible p,
.reveal.is-visible .content-card p {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 430ms;
}

.reveal.content-card.is-visible p + p,
.reveal.is-visible .content-card p + p {
  transition-delay: 520ms;
}

.reveal.is-visible .icon-badge {
  animation: badge-grow-pop 1200ms ease-out 80ms both;
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

.reveal.is-visible .icon-badge::after {
  animation: badge-ring 1100ms cubic-bezier(0.22, 1, 0.36, 1) 260ms both;
}

.insight-carousel .carousel-inner {
  overflow: hidden;
  position: relative;
}
.insight-carousel .carousel-item {
  display: block;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: none !important;
  transition: opacity 220ms cubic-bezier(0.22, 1, 0.36, 1);
  visibility: hidden;
  z-index: 0;
}
.insight-carousel .carousel-item.active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
  visibility: visible;
  z-index: 1;
}
.insight-carousel .carousel-item .icon-badge {
  animation: none;
  opacity: 0;
  transform: translateX(-50%) scale(0.72);
}
.insight-carousel .carousel-item .content-card h3,
.insight-carousel .carousel-item .content-card p {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 560ms cubic-bezier(0.22, 1, 0.36, 1), transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
}
.insight-carousel.is-visible .carousel-item.active .icon-badge {
  animation: badge-grow-pop 1200ms ease-out 100ms both;
}
.insight-carousel.is-visible .carousel-item.active .content-card h3 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 260ms;
}
.insight-carousel.is-visible .carousel-item.active .content-card p {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 420ms;
}
.insight-carousel.is-visible .carousel-item.active .content-card p + p {
  transition-delay: 510ms;
}
.insight-carousel.is-switching .carousel-item:not(.active) .icon-badge {
  animation: none;
  opacity: 0;
  transform: translateX(-50%) scale(0.72);
}
.insight-carousel.is-switching .carousel-item:not(.active) .content-card h3, .insight-carousel.is-switching .carousel-item:not(.active) .content-card p {
  opacity: 0;
  transform: translateY(12px);
  transition-delay: 0ms;
}

.carousel-item.active .content-card {
  animation: carousel-card-in 320ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes badge-grow-pop {
  0% {
    animation-timing-function: cubic-bezier(0.18, 0.92, 0.24, 1.08);
    opacity: 0;
    transform: translateX(-50%) scale(0.42);
  }
  54% {
    animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
    opacity: 1;
    transform: translateX(-50%) scale(1.34);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }
}
@keyframes badge-ring {
  0% {
    opacity: 0.8;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.42);
  }
}
@keyframes carousel-card-in {
  0% {
    opacity: 0;
    transform: translateY(18px) scale(0.985);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes table-pane-in {
  0% {
    opacity: 0;
    transform: translateX(var(--tab-slide-start, 18px)) scale(0.992);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
  .reveal h2,
  .reveal h3,
  .reveal.content-card p,
  .reveal .content-card p,
  .reveal .table-title-text {
    opacity: 1;
    transform: none;
  }
  .reveal .icon-badge {
    opacity: 1;
    transform: translateX(-50%);
  }
}
@media (max-width: 680px) {
  .site-header {
    height: auto;
    padding: 24px 20px;
  }
  .brand-lockup {
    max-width: calc(100vw - 160px);
    width: clamp(216px, 58vw, 260px);
  }
  .hero-section {
    min-height: auto;
    padding: 40px 24px 32px;
  }
  .hero-copy h1 {
    font-size: clamp(27px, 7.6vw, 32px);
    line-height: 1.28;
  }
  .hero-copy h1 span {
    text-wrap: balance;
  }
  .hero-copy h1 .hero-title-line--desktop {
    display: none;
  }
  .hero-copy h1 .hero-title-line--mobile {
    display: block;
  }
  .section-heading h2 {
    font-size: clamp(24px, 6.6vw, 28px);
    line-height: 1.28;
  }
  .section-heading--with-visual {
    padding-block-end: 32px;
  }
  .t-cell-visual {
    margin-block: 0 32px;
    width: calc(100% - 40px);
  }
  .hero-cell-mask {
    height: 174px;
    opacity: 1;
    right: 0;
    top: 0;
    width: 178px;
  }
  .hero-cell {
    height: 233px;
    left: 14px;
    top: -79px;
    width: 235px;
  }
  .intro-section,
  .tabbed-table-section,
  .large-diagram,
  .video-panel,
  .learn-research-band,
  .references,
  .bottom-links {
    padding-inline: 20px;
  }
  .content-card {
    padding: 60px 22px 42px;
  }
  .content-card h3 {
    font-size: 19px;
    line-height: 26px;
    text-wrap: pretty;
  }
  .large-diagram figcaption {
    font-size: 18px;
    line-height: 25px;
  }
  .large-diagram .diagram-title {
    font-size: 20px;
    line-height: 28px;
  }
  .large-diagram .diagram-copy {
    font-size: 16px;
    line-height: 24px;
    max-width: 100%;
  }
  .table-title {
    font-size: 20px;
    line-height: 28px;
  }
  .carousel-footer {
    align-items: center;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    padding: 28px 20px 68px;
  }
  .carousel-indicators {
    justify-content: center;
    width: 100%;
  }
  .carousel-controls {
    justify-content: center;
    width: 100%;
  }
  .btn-bms {
    padding-inline: 22px;
  }
  .tab-nav {
    display: grid;
    flex-wrap: initial;
    gap: 10px;
    grid-template-columns: 1fr;
    overflow: visible;
    padding: 0 0 10px;
  }
  .tab-nav::before {
    display: block;
    height: var(--tab-indicator-height, 44px);
    top: 0;
    transform: translateY(var(--tab-indicator-top, 0));
    transition: transform 520ms cubic-bezier(0.2, 0.9, 0.25, 1.12), height 420ms cubic-bezier(0.22, 1, 0.36, 1), opacity 180ms ease;
    width: 100%;
  }
  .tab-nav .nav-link {
    min-height: 44px;
    padding-block: 10px;
    text-align: left;
    white-space: normal;
    width: 100%;
  }
  .tab-nav .nav-link.active {
    background: #be2bbb;
  }
  .tab-nav.is-ready .nav-link.active {
    background: transparent;
  }
  .figma-table {
    min-width: 650px;
  }
  .comparison-table {
    min-width: 760px;
  }
  .link-row {
    grid-template-columns: 46px 1fr;
  }
  .link-row .btn {
    grid-column: 2;
    justify-self: start;
  }
}
@media (max-width: 480px) {
  .hero-cell-mask {
    height: 154px;
    width: 158px;
  }
  .hero-cell {
    height: 206px;
    left: 11px;
    top: -70px;
    width: 209px;
  }
}
@media (max-width: 420px) {
  .hero-cell-mask {
    height: 136px;
    width: 140px;
  }
  .hero-cell {
    height: 182px;
    left: 10px;
    top: -62px;
    width: 184px;
  }
}
