.registry-bridge-page {
  --rb-evergreen: #10543c;
  --rb-green: #18764d;
  --rb-surface: #f4f1ea;
  --rb-line: rgba(16, 84, 60, 0.16);
  --rb-guide-line: rgba(16, 84, 60, 0.22);
  --rb-text-soft: rgba(16, 84, 60, 0.72);
  background: #fff;
  color: var(--rb-evergreen);
  font-family: Generalsans, Arial, sans-serif;
  overflow-x: hidden;
}

.registry-bridge-page * {
  box-sizing: border-box;
}

.registry-bridge-page h1,
.registry-bridge-page h2,
.registry-bridge-page h3,
.registry-bridge-page p,
.registry-bridge-page blockquote {
  margin: 0;
}

.collection-list-wrapper-8.w-dyn-list,
.collection-list-wrapper-8 .w-dyn-items,
.collection-list-wrapper-8 .w-dyn-item {
  align-self: stretch;
  width: 100%;
}

.registry-bridge-rail {
  margin: 0 auto;
  max-width: var(--primary--default-landing-width100);
  width: 90%;
}

.registry-bridge-hero {
  background: linear-gradient(180deg, #f7f7f0 0%, #fff 100%);
  min-height: auto;
  padding: clamp(190px, calc(16vh + 30px), 260px) 0 calc(80px + clamp(64px, 8vw, 104px));
  position: relative;
}

.registry-bridge-hero-rail {
  align-items: center;
  display: grid;
  gap: clamp(108px, 9vw, 128px);
  grid-template-columns: minmax(0, 3fr) minmax(240px, 2fr);
  justify-items: stretch;
}

.registry-bridge-hero-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  max-width: 600px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: left;
  z-index: 2;
}

.registry-bridge-hero-copy-inner {
  align-items: flex-start;
  display: grid;
  gap: 24px;
  justify-items: start;
  text-align: left;
  width: 100%;
}

.registry-bridge-hero-tag {
  align-items: center;
  color: #10533c;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  gap: 16px;
  letter-spacing: 1.6px;
  line-height: 1;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
  width: auto;
}

.registry-bridge-hero-tag::before {
  background: #10533c;
  content: "";
  flex: 0 0 20px;
  height: 2px;
}

.registry-bridge-hero-tag + h1 {
  margin-top: -10px;
}

.registry-bridge-eyebrow,
.registry-bridge-section .registry-bridge-eyebrow {
  align-items: center;
  color: #10533c;
  display: inline-flex;
  font-family: Generalsans, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  gap: 16px;
  letter-spacing: 1.6px;
  line-height: 1;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
  width: auto;
}

.registry-bridge-eyebrow::before {
  background: #10533c;
  content: "";
  flex: 0 0 20px;
  height: 2px;
}

.registry-bridge-hero h1 {
  color: var(--primary--evergreen-fjord);
  font-family: Generalsans, Arial, sans-serif;
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 0;
  overflow-wrap: normal;
  overflow: visible;
  white-space: normal;
  width: 100%;
}

.registry-bridge-hero-lede {
  color: var(--primary--evergreen-fjord);
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  margin: 0 0 10px;
  padding-bottom: 0;
  max-width: 54ch;
  width: 100%;
}

.registry-bridge-actions {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 27px;
  justify-content: flex-start;
  margin-top: 0;
  position: static;
  text-align: left;
  width: 100%;
}

.registry-bridge-button {
  align-items: center;
  border: 2px solid transparent;
  border-radius: 36px;
  color: #fff;
  display: flex;
  font-size: 18px;
  flex: 0 0 auto;
  font-weight: 500;
  justify-content: center;
  line-height: 100%;
  min-height: 0;
  min-width: 0;
  overflow: hidden;
  padding: 20px 30px;
  position: relative;
  text-decoration: none;
  transition:
    background-color 0.25s cubic-bezier(0.95, 0.05, 0.795, 0.035),
    color 0.25s cubic-bezier(0.755, 0.05, 0.855, 0.06);
  white-space: nowrap;
}

.registry-bridge-button-primary {
  background: var(--primary--evergreen-fjord);
  border-radius: 8px;
  color: #fff;
  margin-top: 0;
  padding: 10px 20px;
}

.registry-bridge-button-secondary {
  background: var(--primary--secondary-bright);
  border-radius: 8px;
  color: var(--primary--evergreen-fjord);
  margin-top: 0;
  padding: 10px 20px;
}

.registry-bridge-orbit {
  --rb-inner-distance: 105px;
  --rb-middle-distance: 165px;
  --rb-outer-distance: 210px;
  --rb-orbit-scale: 1;
  aspect-ratio: 1;
  display: grid;
  max-width: 293px;
  place-items: center;
  position: relative;
  overflow: visible;
  user-select: none;
  -webkit-user-select: none;
  width: min(20vw, 293px);
}

.registry-bridge-orbit-guide {
  border: 1px solid var(--rb-guide-line);
  border-radius: 50%;
  height: calc(var(--orbit-guide-radius) * 2);
  left: 50%;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: calc(var(--orbit-guide-radius) * 2);
}

.registry-bridge-orbit-guide-inner {
  --orbit-guide-radius: var(--rb-inner-distance);
}

.registry-bridge-orbit-guide-middle {
  --orbit-guide-radius: var(--rb-middle-distance);
}

.registry-bridge-orbit-guide-outer {
  --orbit-guide-radius: var(--rb-outer-distance);
}

.registry-bridge-spoke-field {
  contain: layout style;
  inset: 0;
  isolation: isolate;
  overflow: visible;
  position: absolute;
  transform-origin: 50% 50%;
  z-index: 2;
}

.registry-bridge-ring {
  inset: 0;
  animation-duration: var(--ring-rotate-ms);
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  backface-visibility: hidden;
  opacity: 0;
  overflow: visible;
  position: absolute;
  transform-origin: 50% 50%;
  transition: opacity 650ms ease;
  will-change: transform;
}

.registry-bridge-ring {
  pointer-events: none;
}

.registry-bridge-ring.registry-bridge-ring-ready {
  opacity: 1;
}

.registry-bridge-ring-cw {
  animation-name: registry-bridge-ring-cw;
}

.registry-bridge-ring-ccw {
  animation-name: registry-bridge-ring-ccw;
}

.registry-bridge-ring-inner {
  --flag-wash: 0.08;
  z-index: 4;
}

.registry-bridge-ring-middle {
  --flag-wash: 0.2;
  z-index: 2;
}

.registry-bridge-ring-outer {
  --flag-wash: 0.34;
  z-index: 1;
}

.registry-bridge-slot {
  --distance: 225px;
  height: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(var(--slot-angle));
  transform-origin: 0 0;
  transition: opacity 1300ms ease;
  width: 0;
}

.registry-bridge-slot-inner {
  --distance: var(--rb-inner-distance);
}

.registry-bridge-slot-outer {
  --distance: var(--rb-outer-distance);
}

.registry-bridge-slot-middle {
  --distance: var(--rb-middle-distance);
}

.registry-bridge-connector {
  background: var(--rb-guide-line);
  height: 1px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translate3d(0, -50%, 0);
  transform-origin: 0 50%;
  width: var(--distance);
  z-index: 0;
}

.registry-bridge-transfer-orb {
  background: var(--rb-guide-line);
  border-radius: 50%;
  height: var(--transfer-orb-size, 10px);
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translate3d(-50%, -50%, 0);
  will-change: transform, opacity;
  width: var(--transfer-orb-size, 10px);
  z-index: 0;
}

.registry-bridge-slot-inner {
  --transfer-orb-size: 12px;
}

.registry-bridge-slot-middle {
  --transfer-orb-size: 10px;
}

.registry-bridge-slot-outer {
  --transfer-orb-size: 8px;
}

.registry-bridge-spoke {
  --flag-size: calc(45px * var(--rb-orbit-scale));
  --flag-outline: max(1px, calc(var(--flag-size) * 0.038));
  align-items: center;
  background: #10543c;
  border: var(--flag-outline) solid #10543c;
  border-radius: 50%;
  display: flex;
  height: var(--flag-size);
  justify-content: center;
  overflow: hidden;
  padding: calc(var(--flag-outline) * 1.55);
  pointer-events: none;
  position: absolute;
  left: var(--distance);
  top: 0;
  animation-duration: var(--ring-rotate-ms);
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  backface-visibility: hidden;
  transform: translate3d(-50%, -50%, 0) rotate(var(--slot-counter-angle));
  will-change: transform;
  width: var(--flag-size);
  z-index: 1;
}

.registry-bridge-ring-cw .registry-bridge-spoke {
  animation-name: registry-bridge-spoke-cw-counter;
}

.registry-bridge-ring-ccw .registry-bridge-spoke {
  animation-name: registry-bridge-spoke-ccw-counter;
}

.registry-bridge-spoke::after {
  background: rgba(255, 255, 255, var(--flag-wash, 0));
  border-radius: 50%;
  content: "";
  inset: calc(var(--flag-outline) * 1.55);
  pointer-events: none;
  position: absolute;
}

.registry-bridge-spoke-inner {
  --flag-size: calc(60px * var(--rb-orbit-scale));
  z-index: 2;
}

.registry-bridge-spoke-outer {
  --flag-size: calc(30px * var(--rb-orbit-scale));
}

.registry-bridge-spoke img {
  border-radius: 50%;
  display: block;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  pointer-events: none;
  transition: opacity 1800ms ease;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  width: 100%;
}

.registry-bridge-spoke img.registry-bridge-flag-fading {
  opacity: 0;
  will-change: opacity;
}

.registry-bridge-core {
  align-items: center;
  background: var(--rb-evergreen);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: calc(107px * var(--rb-orbit-scale));
  justify-content: center;
  position: relative;
  width: calc(107px * var(--rb-orbit-scale));
  z-index: 2;
}

.registry-bridge-logo-mark {
  display: block;
  height: auto;
  max-width: 62.4%;
  position: relative;
  z-index: 1;
}

@keyframes registry-bridge-ring-cw {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes registry-bridge-ring-ccw {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-360deg);
  }
}

@keyframes registry-bridge-spoke-cw-counter {
  from {
    transform: translate3d(-50%, -50%, 0) rotate(var(--slot-counter-angle));
  }

  to {
    transform: translate3d(-50%, -50%, 0) rotate(calc(var(--slot-counter-angle) - 360deg));
  }
}

@keyframes registry-bridge-spoke-ccw-counter {
  from {
    transform: translate3d(-50%, -50%, 0) rotate(var(--slot-counter-angle));
  }

  to {
    transform: translate3d(-50%, -50%, 0) rotate(calc(var(--slot-counter-angle) + 360deg));
  }
}

.registry-bridge-section {
  padding: clamp(72px, 9vw, 116px) 0;
}

.registry-bridge-section h2,
.registry-bridge-final h2 {
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25;
}

.registry-bridge-section h3 {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.12;
}

.registry-bridge-section p {
  color: var(--rb-text-soft);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.65;
}

.registry-bridge-operating {
  background: #fff;
  padding-top: 0;
  position: relative;
}

.registry-bridge-operating::before {
  background: var(--rb-guide-line);
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
}

.registry-bridge-operating::after {
  content: none;
}

.registry-bridge-operating-grid {
  --operating-grid-gap: clamp(28px, 5vw, 56px);
  display: grid;
  gap: var(--operating-grid-gap);
  grid-template-columns: 1fr;
  padding-top: 0;
  text-align: left;
}

.registry-bridge-operating-head {
  margin: 0;
  max-width: none;
  padding-top: 105px;
  width: 100%;
}

.registry-bridge-operating-head h2 {
  color: var(--primary--evergreen-fjord);
  font-family: Generalsans, Arial, sans-serif;
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 0;
  overflow-wrap: normal;
  overflow: visible;
  white-space: normal;
}

.registry-bridge-operating-copy-card {
  background: #fff;
  border: 1px solid var(--rb-guide-line);
  border-radius: 8px;
  display: grid;
  gap: 18px;
  margin: 0;
  max-width: none;
  padding: 28px;
  text-align: left;
}

.registry-bridge-operating-copy-card a {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.registry-bridge-section-heading h2,
.registry-bridge-capability-head h2 {
  margin-top: 14px;
}

.registry-bridge-operating-copy {
  display: grid;
  gap: 18px;
  margin: 0 auto;
  max-width: 780px;
}

.registry-bridge-metric-tree {
  --metric-tree-inset: 25px;
  --metric-tree-line: #cad9d4;
  display: grid;
  grid-column: 1;
  grid-template-columns: repeat(3, 1fr);
  grid-row: 3;
  height: 96px;
  margin: 0;
  position: relative;
  transform: translateY(-22px);
  width: 100%;
}

.registry-bridge-metric-tree::before {
  border-left: 1px solid var(--metric-tree-line);
  border-radius: 12px 12px 0 0;
  border-right: 1px solid var(--metric-tree-line);
  border-top: 1px solid var(--metric-tree-line);
  content: "";
  height: 68px;
  left: var(--metric-tree-inset);
  position: absolute;
  top: 28px;
  width: calc(100% - (var(--metric-tree-inset) * 2));
}

.registry-bridge-metric-tree::after {
  background: var(--metric-tree-line);
  content: "";
  height: calc(28px + var(--operating-grid-gap) - 22px);
  left: 50%;
  position: absolute;
  top: calc((var(--operating-grid-gap) - 22px) * -1);
  transform: translateX(-50%);
  width: 1px;
}

.registry-bridge-metric-tree span {
  background: var(--metric-tree-line);
  height: 68px;
  justify-self: stretch;
  margin-top: 28px;
  width: 1px;
}

.registry-bridge-metric-tree span:first-child {
  opacity: 0;
}

.registry-bridge-metric-tree span:nth-child(2) {
  left: 50%;
  margin-top: 0;
  opacity: 1;
  position: absolute;
  top: 28px;
  transform: translateX(-50%);
}

.registry-bridge-metric-tree span:last-child {
  opacity: 0;
}

.registry-bridge-metrics {
  display: grid;
  gap: 18px;
  grid-column: 1;
  grid-template-columns: repeat(3, 1fr);
  grid-row: 3;
  margin: 60px 0 0;
  position: relative;
  transform: translateY(-22px);
  width: 100%;
  z-index: 2;
}

.registry-bridge-metrics div {
  align-content: center;
  background: #fff;
  border: 1px solid #cad9d4;
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-rows: 2.4em auto 2.5em;
  padding: 28px 10px;
}

.registry-bridge-metrics small {
  align-self: end;
  color: #10533c;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.registry-bridge-metrics strong {
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.registry-bridge-metrics span {
  align-self: start;
  color: var(--rb-text-soft);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 auto;
  max-width: 24ch;
  text-align: center;
}

.registry-bridge-lifecycle {
  background: var(--rb-surface);
  overflow: visible;
  position: relative;
}

.registry-bridge-section-heading {
  max-width: 680px;
}

.registry-bridge-lifecycle .registry-bridge-section-heading {
  max-width: none;
}

.registry-bridge-lifecycle .registry-bridge-section-heading h2 {
  white-space: nowrap;
}

.registry-bridge-lifecycle-layout {
  margin-top: clamp(28px, 5vw, 56px);
}

.registry-bridge-local-proof {
  margin-top: clamp(72px, 9vw, 116px);
  position: relative;
}

.registry-bridge-local-proof::before {
  display: none;
}

.registry-bridge-lifecycle-flow {
  --flow-branch-overhang: clamp(44px, 5vw, 72px);
  --flow-branch-width: 112px;
  --flow-row-gap: 5px;
  --flow-line: #10543c;
  --flow-line-width: 3px;
  --flow-card-center-offset: calc((100% - var(--flow-row-gap)) / 4);
  align-items: center;
  display: grid;
  gap: var(--flow-row-gap) 0;
  grid-template-columns: minmax(180px, 1fr) var(--flow-branch-width) minmax(230px, 1.08fr) var(--flow-branch-width) minmax(180px, 1fr);
  grid-template-rows: auto 1fr 1fr 42px auto;
  position: relative;
}

.registry-bridge-flow-connector {
  align-self: stretch;
  grid-row: 2 / 4;
  pointer-events: none;
  position: relative;
  z-index: 1;
}

.registry-bridge-flow-connector::before {
  content: "";
  position: absolute;
}

.registry-bridge-flow-connector-left {
  background: linear-gradient(var(--flow-line), var(--flow-line)) right center / 50%
    var(--flow-line-width)
    no-repeat;
  grid-column: 2;
}

.registry-bridge-flow-connector-left::before {
  border-right: var(--flow-line-width) solid var(--flow-line);
  border-top: var(--flow-line-width) solid var(--flow-line);
  border-top-right-radius: 8px;
  height: calc(50% - var(--flow-card-center-offset));
  left: 0;
  top: var(--flow-card-center-offset);
  width: 50%;
}

.registry-bridge-flow-connector-left::after {
  border-bottom: var(--flow-line-width) solid var(--flow-line);
  border-bottom-right-radius: 8px;
  border-right: var(--flow-line-width) solid var(--flow-line);
  bottom: var(--flow-card-center-offset);
  content: "";
  height: calc(50% - var(--flow-card-center-offset));
  left: 0;
  position: absolute;
  width: 50%;
}

.registry-bridge-flow-connector-right {
  background: linear-gradient(var(--flow-line), var(--flow-line)) left center / 50%
    var(--flow-line-width)
    no-repeat;
  grid-column: 4;
}

.registry-bridge-flow-connector-right::before {
  border-left: var(--flow-line-width) solid var(--flow-line);
  border-top: var(--flow-line-width) solid var(--flow-line);
  border-top-left-radius: 8px;
  height: calc(50% - var(--flow-card-center-offset));
  right: 0;
  top: var(--flow-card-center-offset);
  width: 50%;
}

.registry-bridge-flow-connector-right::after {
  border-bottom: var(--flow-line-width) solid var(--flow-line);
  border-bottom-left-radius: 8px;
  border-left: var(--flow-line-width) solid var(--flow-line);
  bottom: var(--flow-card-center-offset);
  content: "";
  height: calc(50% - var(--flow-card-center-offset));
  position: absolute;
  right: 0;
  width: 50%;
}

.registry-bridge-step {
  align-content: start;
  background: #fff;
  border: 1px solid var(--rb-line);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  min-height: 0;
  padding: 18px 20px;
}

.registry-bridge-step:nth-child(2),
.registry-bridge-step:nth-child(4) {
  margin-top: 0;
}

.registry-bridge-step h3,
.registry-bridge-inventory-node h3 {
  font-size: 19px;
  line-height: 1.18;
}

.registry-bridge-step p,
.registry-bridge-inventory-node p,
.registry-bridge-capability p,
.registry-bridge-why-list p,
.registry-bridge-faq-list p {
  font-size: 14px;
  line-height: 1.55;
}

.registry-bridge-flow-card {
  min-height: 148px;
  position: relative;
  z-index: 2;
}

.registry-bridge-flow-buy {
  grid-column: 1;
  grid-row: 2;
}

.registry-bridge-flow-receive {
  grid-column: 1;
  grid-row: 3;
}

.registry-bridge-flow-send {
  grid-column: 5;
  grid-row: 2;
}

.registry-bridge-flow-sell {
  grid-column: 5;
  grid-row: 3;
}

.registry-bridge-flow-cancel {
  align-self: stretch;
  grid-column: 3;
  grid-row: 4 / 6;
  position: relative;
}

.registry-bridge-flow-cancel::before {
  background: linear-gradient(180deg, var(--flow-line) 0%, rgba(16, 84, 60, 0) 100%);
  content: "";
  left: calc(50% - (var(--flow-line-width) / 2));
  position: absolute;
  width: var(--flow-line-width);
  z-index: 0;
}

.registry-bridge-flow-cancel::before {
  bottom: calc(clamp(72px, 9vw, 116px) * -0.78);
  top: calc(var(--flow-row-gap) * -1);
}

.registry-bridge-inventory-stack {
  align-self: center;
  display: grid;
  gap: var(--flow-row-gap);
  grid-column: 3;
  grid-row: 2 / 4;
  grid-template-rows: 58px minmax(0, 1fr);
  height: 100%;
  position: relative;
  z-index: 2;
}

.registry-bridge-inventory-empty-card {
  background: var(--rb-evergreen);
  border: 1px solid var(--rb-line);
  border-radius: 8px;
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.registry-bridge-flag-carousel {
  height: 100%;
  inset: 0;
  overflow: hidden;
  position: absolute;
  user-select: none;
  -webkit-user-select: none;
}

.registry-bridge-flag-carousel::before,
.registry-bridge-flag-carousel::after {
  content: "";
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 30%;
  z-index: 6;
}

.registry-bridge-flag-carousel::before {
  background: linear-gradient(90deg, var(--rb-evergreen), rgba(16, 84, 60, 0));
  left: 0;
}

.registry-bridge-flag-carousel::after {
  background: linear-gradient(270deg, var(--rb-evergreen), rgba(16, 84, 60, 0));
  right: 0;
}

.registry-bridge-carousel-flag {
  border: 1px solid #10543c;
  border-radius: 50%;
  height: 42px;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.52);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease, transform 220ms ease;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  width: 42px;
  z-index: 1;
}

.registry-bridge-carousel-flag.is-step-0 {
  opacity: 0.6;
  transform: translate(-290%, -50%) scale(0.52);
}

.registry-bridge-carousel-flag.is-step-1 {
  opacity: 0.82;
  transform: translate(-175%, -50%) scale(0.72);
  z-index: 2;
}

.registry-bridge-carousel-flag.is-step-2 {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  z-index: 3;
}

.registry-bridge-carousel-flag.is-step-3 {
  opacity: 0.82;
  transform: translate(75%, -50%) scale(0.72);
  z-index: 2;
}

.registry-bridge-carousel-flag.is-step-4 {
  opacity: 0.6;
  transform: translate(190%, -50%) scale(0.52);
}

.registry-bridge-carousel-occluder {
  --inventory-node-inner-size: calc(42px * 1.01);
  --inventory-node-bleed: 5px;
  background: #10543c;
  border-radius: 50%;
  height: calc(var(--inventory-node-inner-size) + (var(--inventory-node-bleed) * 2));
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  user-select: none;
  -webkit-user-select: none;
  width: calc(var(--inventory-node-inner-size) + (var(--inventory-node-bleed) * 2));
  z-index: 7;
}

.registry-bridge-carousel-node {
  --inventory-node-size: calc(42px * 1.01);
  border: 0;
  border-radius: 50%;
  height: var(--inventory-node-size);
  left: 50%;
  object-fit: cover;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  width: var(--inventory-node-size);
  z-index: 8;
}

.registry-bridge-inventory-node {
  align-content: center;
  background: var(--rb-evergreen);
  border-radius: 8px;
  color: #fff;
  display: grid;
  gap: 14px;
  grid-template-rows: auto auto;
  justify-items: stretch;
  min-height: 0;
  overflow: visible;
  padding: 18px 20px;
  position: relative;
  z-index: 2;
}

.registry-bridge-inventory-header {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  z-index: 1;
}

.registry-bridge-inventory-header h3 {
  grid-column: 1;
  grid-row: 1;
}

.registry-bridge-inventory-node p {
  color: rgba(255, 255, 255, 0.76);
}

.registry-bridge-capability-head {
  max-width: none;
}

.registry-bridge-capability-head h2,
.registry-bridge-why .registry-bridge-section-heading h2 {
  white-space: nowrap;
}

.registry-bridge-page .registry-bridge-capability-intro {
  line-height: 1.75;
  margin-top: 28px;
  max-width: none;
  padding-bottom: 7px;
  width: 100%;
}

.registry-bridge-page .registry-bridge-capability-intro a {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.registry-bridge-capability-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 48px;
}

.registry-bridge-capability {
  align-content: start;
  background: #fff;
  border: 1px solid var(--rb-line);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-column: span 2;
  min-height: 148px;
  padding: 20px 22px;
  position: relative;
}

.registry-bridge-capability-alert {
  fill: #fff186;
  height: 28px;
  pointer-events: none;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 28px;
}

.registry-bridge-capability-alert-gap {
  fill: #10543c;
}

.registry-bridge-capability a {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.registry-bridge-capability-wide {
  background: var(--rb-evergreen);
  color: #fff;
  grid-column: span 4;
}

.registry-bridge-capability-wide p {
  color: rgba(255, 255, 255, 0.72);
}

.registry-bridge-why-list {
  --why-bus-offset: 96px;
  --why-card-width: 390px;
  --why-elbow-inset: clamp(24px, 4.1vw, 45px);
  --why-hub-size: clamp(112px, 14vw, 164px);
  --why-line-width: 3px;
  display: grid;
  gap: 22px;
  margin-top: 40px;
  position: relative;
}

.registry-bridge-why {
  padding-bottom: 0;
}

.registry-bridge-why-list::before,
.registry-bridge-why-list::after {
  content: none;
}

.registry-bridge-why-list::before {
  left: calc(50% - var(--why-bus-offset));
}

.registry-bridge-why-list::after {
  left: calc(50% + var(--why-bus-offset));
}

.registry-bridge-why-row {
  align-items: center;
  display: grid;
  gap: 0;
  grid-template-columns: minmax(220px, var(--why-card-width)) 1fr minmax(220px, var(--why-card-width));
  position: relative;
}

.registry-bridge-why-card {
  background: var(--primary--secondary-bright);
  border: 0;
  border-radius: 8px;
  color: var(--primary--evergreen-fjord);
  display: grid;
  gap: 0;
  grid-template-rows: auto minmax(2.6em, auto) 1fr;
  min-height: 176px;
  padding: 40px;
  position: relative;
  z-index: 2;
}

.registry-bridge-why-card span {
  color: inherit;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.registry-bridge-why-card h3 {
  align-self: start;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}

.registry-bridge-why-card p {
  font-size: 14px;
}

.registry-bridge-why-solution {
  background: var(--primary--evergreen-fjord);
  color: var(--primary--secondary-bright);
}

.registry-bridge-why-solution span {
  color: inherit;
}

.registry-bridge-why-solution h3 {
  color: var(--primary--highlight);
}

.registry-bridge-why-solution p {
  color: var(--primary--secondary-bright);
}

.registry-bridge-why-connector {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.registry-bridge-why-connector::before,
.registry-bridge-why-connector::after {
  content: none;
}

.registry-bridge-why-connector::before {
  left: 0;
}

.registry-bridge-why-connector::after {
  right: 0;
}

.registry-bridge-why-row-primary .registry-bridge-why-connector::before {
  border-right: var(--why-line-width) solid #10543c;
  border-top: var(--why-line-width) solid #10543c;
  border-top-right-radius: 8px;
  content: "";
  height: calc(50% + 22px);
  left: 0;
  position: absolute;
  top: 50%;
  width: var(--why-elbow-inset);
  z-index: 0;
}

.registry-bridge-why-row-primary .registry-bridge-why-connector::after {
  border-left: var(--why-line-width) solid #10543c;
  border-top: var(--why-line-width) solid #10543c;
  border-top-left-radius: 8px;
  content: "";
  height: calc(50% + 22px);
  position: absolute;
  right: 0;
  top: 50%;
  width: var(--why-elbow-inset);
  z-index: 0;
}

.registry-bridge-why-row-secondary .registry-bridge-why-connector::before {
  border-bottom: var(--why-line-width) solid #10543c;
  border-bottom-right-radius: 8px;
  border-right: var(--why-line-width) solid #10543c;
  bottom: 50%;
  content: "";
  height: calc(150% + 44px);
  left: 0;
  position: absolute;
  width: var(--why-elbow-inset);
  z-index: 0;
}

.registry-bridge-why-row-secondary .registry-bridge-why-connector::after {
  border-bottom: var(--why-line-width) solid #10543c;
  border-left: var(--why-line-width) solid #10543c;
  border-bottom-left-radius: 8px;
  bottom: 50%;
  content: "";
  height: calc(150% + 44px);
  position: absolute;
  right: 0;
  width: var(--why-elbow-inset);
  z-index: 0;
}

.registry-bridge-why-row-middle .registry-bridge-why-connector::before {
  border-top: var(--why-line-width) solid #10543c;
  content: "";
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 0;
}

.registry-bridge-why-row-middle .registry-bridge-why-connector::after {
  content: none;
}

.registry-bridge-why-hub::before,
.registry-bridge-why-hub::after {
  content: none;
}

.registry-bridge-why-hub::before {
  left: 0;
}

.registry-bridge-why-hub::after {
  right: 0;
}

.registry-bridge-why-hub {
  align-items: center;
  display: flex;
  height: var(--why-hub-size);
  justify-content: center;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(var(--why-bus-offset) * 2);
  z-index: 3;
}

.registry-bridge-why-node {
  align-items: center;
  background: #fff;
  border: var(--why-line-width) solid #10543c;
  border-radius: 50%;
  display: flex;
  height: var(--why-hub-size);
  justify-content: center;
  position: relative;
  width: var(--why-hub-size);
  z-index: 2;
}

.registry-bridge-why-node svg {
  display: block;
  width: calc(var(--why-hub-size) * 0.63);
}

.registry-bridge-why-node svg path {
  fill: #10543c;
}

.marketplace-faq-section {
  background: #fff;
  padding-top: 124px;
  padding-bottom: 124px;
}

.marketplace-faq-section > * {
  max-width: var(--primary--default-landing-width100);
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.marketplace-section-heading {
  color: var(--rb-evergreen);
  margin: 0 auto 56px;
  max-width: var(--primary--default-landing-width100);
  width: 90%;
}

.marketplace-faq-heading {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 90%;
}

.marketplace-section-heading h2 {
  color: var(--primary--evergreen-fjord);
  font-size: 42px;
  font-weight: 500;
  line-height: 1.25;
}

.marketplace-faq-list {
  margin: 0 auto;
  max-width: var(--primary--default-landing-width100);
  width: 90%;
}

.marketplace-faq-list details {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #dce8df;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
}

.marketplace-faq-list summary {
  align-items: center;
  color: var(--primary--evergreen-fjord);
  cursor: pointer;
  display: flex;
  font-size: 22px;
  justify-content: space-between;
  line-height: 1.15;
  margin-bottom: 0;
  padding: 28px 0;
}

.marketplace-faq-list summary::after {
  background-image: url("/assets/images/c23f4c835399_65a7c67c5428a5469e74a671_Pricing_FAQ_Arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  flex: 0 0 24px;
  height: 24px;
  margin-left: 24px;
  transition: transform 0.2s ease;
  width: 24px;
}

.marketplace-faq-list details[open] summary::after {
  transform: rotate(180deg);
}

.marketplace-faq-list details p,
.marketplace-faq-answer,
.marketplace-faq-answer li,
.marketplace-faq-list details a {
  color: #4b625d;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 18px;
  max-width: 760px;
}

.marketplace-faq-answer ul {
  display: grid;
  gap: 4px 24px;
  grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
  margin: 12px 0 0;
  padding-left: 20px;
}

.marketplace-faq-answer li {
  margin-bottom: 0;
}

.globallpquotesection {
  background-color: #10543c;
  order: 0;
  padding-bottom: 80px;
  padding-top: 80px;
  display: block;
}

.globallpauthoritywrapper {
  align-items: flex-start;
  display: grid;
  flex-flow: row;
  gap: 16px;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  height: 100%;
  justify-content: center;
  margin: 0 auto;
  max-width: var(--primary--default-landing-width100);
  width: 90%;
}

.industrybuttonwrapper {
  align-items: flex-start;
  gap: 26px;
  justify-content: center;
  margin-top: 25px;
}

.primary-button-7 {
  align-items: center;
  background-color: #32735f;
  border: 2px solid #0000;
  border-radius: 36px;
  color: #fff;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 20px 30px;
  position: relative;
  text-decoration: none;
  transition:
    background-color 0.25s cubic-bezier(0.95, 0.05, 0.795, 0.035),
    color 0.25s cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

.primary-button-7:hover {
  border: 2px solid #32735f;
  color: #071412;
}

.primary-button-7.asset-procurement {
  border-radius: 12px;
  margin-top: 40px;
  padding: 10px 45px 10px 20px;
}

.primary-button-7.asset-procurement.industry-modifier {
  background-color: #fff186;
  gap: 10px;
  margin-top: 0;
  max-height: 40px;
  padding-right: 15px;
}

.primary-button-text-5 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}

.primary-button-text-5.light {
  color: #10543c;
}

.founder-ceo-card {
  background-color: transparent;
  border-radius: 8px;
  padding: 24px;
}

.global-quote {
  border-left: 3px solid #fff;
  color: #fff;
  font-size: 16px;
  padding-left: 15px;
}

.global-quote p {
  color: #fff;
}

.global-cta-para {
  color: #fff;
  font-size: 16px;
  padding-bottom: 15px;
}

.global-vision-ceo-wrapper {
  align-items: center;
  border-radius: 5px;
  display: flex;
  justify-content: flex-start;
  margin-top: 40px;
}

.global-vision-ceo-wrapper.global {
  margin-top: 40px;
}

.vision-ceo-image {
  border: 0 #000;
  border-radius: 20px;
  max-width: 15%;
}

.vision-quote-ceo-name-container {
  color: var(--light);
  display: flex;
  flex-flow: column;
  gap: 8px;
  margin-left: 20px;
}

.vision-ceo-name {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}

.vision-ceo-position {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

@media (max-width: 1120px) and (min-width: 992px) {
  .registry-bridge-hero {
    padding-top: clamp(205px, calc(16vh + 45px), 275px);
  }

  .registry-bridge-hero-rail {
    gap: 78px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .registry-bridge-hero-copy {
    align-items: center;
    max-width: 660px;
    order: 2;
    text-align: center;
    width: 100%;
  }

  .registry-bridge-hero-copy-inner {
    justify-items: center;
    text-align: center;
  }

  .registry-bridge-hero-tag {
    text-align: center;
  }

  .registry-bridge-hero-tag::after {
    background: #10533c;
    content: "";
    flex: 0 0 20px;
    height: 2px;
  }

  .registry-bridge-hero h1 {
    text-align: center;
  }

  .registry-bridge-hero-lede {
    text-align: center;
  }

  .registry-bridge-actions {
    justify-content: center;
  }

  .registry-bridge-orbit {
    --rb-inner-distance: min(18vw, 96px);
    --rb-middle-distance: min(25vw, 134px);
    --rb-outer-distance: min(33vw, 172px);
    --rb-orbit-scale: 0.82;
    order: 1;
    width: min(48vw, 274px);
  }

  .registry-bridge-inventory-stack {
    grid-template-rows: 64px minmax(0, 1fr);
  }

  .registry-bridge-why .registry-bridge-section-heading h2 {
    font-size: clamp(32px, 3.2vw, 35px);
    white-space: normal;
  }

}

@media (max-width: 991px) {
  .registry-bridge-hero {
    min-height: auto;
    padding-top: clamp(205px, calc(16vh + 45px), 275px);
  }

  .registry-bridge-hero-rail {
    gap: 44px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .registry-bridge-operating-grid {
    text-align: left;
  }

  .registry-bridge-operating-head,
  .registry-bridge-operating-copy-card,
  .registry-bridge-metric-tree,
  .registry-bridge-metrics {
    margin-left: auto;
    margin-right: auto;
  }

  .registry-bridge-metric-tree::before {
    border-radius: 12px 12px 0 0;
  }

  .registry-bridge-hero-copy {
    align-items: center;
    max-width: 600px;
    order: 2;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    width: 100%;
  }

  .registry-bridge-hero-copy-inner {
    justify-items: center;
    text-align: center;
  }

  .registry-bridge-hero-tag {
    gap: 16px;
    text-align: center;
  }

  .registry-bridge-hero-tag::after {
    background: #10533c;
    content: "";
    flex: 0 0 20px;
    height: 2px;
  }

  .registry-bridge-hero h1 {
    font-size: 32px;
    line-height: 1.35;
    margin-bottom: 0;
    text-align: center;
  }

  .registry-bridge-section h2,
  .registry-bridge-final h2 {
    font-size: 32px;
    line-height: 1.35;
  }

  .registry-bridge-operating-head h2 {
    font-size: 32px;
    line-height: 1.35;
    margin-bottom: 0;
  }

  .registry-bridge-operating-copy-card {
    text-align: left;
  }

  .registry-bridge-hero-lede {
    font-size: 16px;
    text-align: center;
  }

  .registry-bridge-actions {
    justify-content: center;
  }

  .registry-bridge-orbit {
    --rb-inner-distance: min(18vw, 96px);
    --rb-middle-distance: min(25vw, 134px);
    --rb-outer-distance: min(33vw, 172px);
    --rb-orbit-scale: 0.82;
    order: 1;
    width: min(48vw, 274px);
  }


  .registry-bridge-operating-grid,
  .registry-bridge-lifecycle-layout,
  .registry-bridge-capability-head,
  .registry-bridge-faq-grid,
  .registry-bridge-quote-grid,
  .globallpauthoritywrapper {
    grid-template-columns: 1fr;
  }

  .registry-bridge-faq {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .globallpquotesection {
    padding-top: 32px;
  }

  .registry-bridge-capability-grid {
    grid-template-columns: 1fr;
  }

  .registry-bridge-lifecycle .registry-bridge-section-heading {
    max-width: none;
    text-align: left;
  }

  .registry-bridge-lifecycle .registry-bridge-section-heading h2 {
    white-space: normal;
  }

  .registry-bridge-capability-head h2,
  .registry-bridge-why .registry-bridge-section-heading h2 {
    white-space: normal;
  }

  .registry-bridge-why .registry-bridge-section-heading {
    max-width: none;
    width: 100%;
  }

  .registry-bridge-why-list::before,
  .registry-bridge-why-list::after,
  .registry-bridge-why-hub,
  .registry-bridge-why-hub::before,
  .registry-bridge-why-hub::after,
  .registry-bridge-why-connector::before,
  .registry-bridge-why-connector::after {
    content: none;
    display: none;
  }

  .registry-bridge-why-connector {
    height: 0;
    min-height: 0;
  }

  .registry-bridge-why-list {
    gap: 14px;
  }

  .registry-bridge-why-row {
    align-items: stretch;
    gap: 14px;
    grid-template-columns: 1fr 1fr;
  }

  .registry-bridge-why-connector {
    display: none;
  }

  .registry-bridge-lifecycle-flow {
    background: var(--rb-evergreen);
    border-radius: 8px;
    gap: 10px;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    padding: 14px;
  }

  .registry-bridge-flow-connector {
    display: none;
  }

  .registry-bridge-flow-buy,
  .registry-bridge-flow-receive,
  .registry-bridge-inventory-stack,
  .registry-bridge-flow-cancel,
  .registry-bridge-flow-send,
  .registry-bridge-flow-sell {
    grid-column: 1;
    grid-row: auto;
  }

  .registry-bridge-inventory-stack {
    order: 0;
  }

  .registry-bridge-flow-buy {
    order: 1;
  }

  .registry-bridge-flow-sell {
    order: 2;
  }

  .registry-bridge-flow-send {
    order: 3;
  }

  .registry-bridge-flow-receive {
    order: 4;
  }

  .registry-bridge-inventory-stack {
    gap: 10px;
    grid-template-rows: 64px auto;
  }

  .registry-bridge-carousel-flag,
  .registry-bridge-carousel-occluder,
  .registry-bridge-carousel-node {
    left: 150px;
  }

  .registry-bridge-flow-cancel::before {
    display: none;
  }

  .registry-bridge-local-proof::before {
    display: none;
  }

  .registry-bridge-step,
  .registry-bridge-step:nth-child(2),
  .registry-bridge-step:nth-child(4) {
    background: #fff;
    grid-column: auto;
    margin-top: 0;
  }

  .registry-bridge-flow-card {
    min-height: 0;
  }

  .registry-bridge-step {
    gap: 6px;
    padding: 12px 14px;
  }

  .registry-bridge-step h3 {
    font-size: 17px;
  }

  .registry-bridge-step p {
    line-height: 1.45;
  }

  .registry-bridge-capability,
  .registry-bridge-capability-wide {
    grid-column: auto;
  }
}

@media (max-width: 767px) {
  .registry-bridge-hero {
    padding-top: clamp(190px, calc(18vh + 35px), 230px);
  }

  .registry-bridge-hero-copy {
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .registry-bridge-hero h1 {
    font-size: 32px;
  }

  .registry-bridge-operating-head h2 {
    font-size: 32px;
  }

  .registry-bridge-hero-lede {
    font-size: 16px;
    max-width: 45ch;
    text-align: center;
  }

  .registry-bridge-orbit {
    --rb-inner-distance: min(18vw, 82px);
    --rb-middle-distance: min(25vw, 112px);
    --rb-outer-distance: min(33vw, 144px);
    --rb-orbit-scale: 0.69;
    width: min(54vw, 248px);
  }

  .registry-bridge-capability-grid {
    grid-template-columns: 1fr;
  }

  .registry-bridge-why-row {
    gap: 14px;
    grid-template-columns: 1fr;
  }

  .registry-bridge-why-card {
    min-height: 0;
  }
}

@media (max-width: 479px) {
  .registry-bridge-hero h1 {
    font-size: 28px;
  }

  .registry-bridge-orbit {
    --rb-inner-distance: min(16vw, 68px);
    --rb-middle-distance: min(22vw, 94px);
    --rb-outer-distance: min(29vw, 120px);
    --rb-orbit-scale: 0.57;
    width: min(48vw, 210px);
  }

  .registry-bridge-section h2,
  .registry-bridge-final h2 {
    font-size: 28px;
  }

  .registry-bridge-operating-head h2 {
    font-size: 28px;
  }

  .registry-bridge-metric-tree {
    --metric-tree-inset: 18px;
    grid-template-columns: repeat(3, 1fr);
    height: 46px;
    transform: translateY(-12px);
  }

  .registry-bridge-metric-tree::before {
    display: block;
    height: 34px;
    top: 12px;
  }

  .registry-bridge-metric-tree::after {
    top: calc((var(--operating-grid-gap) - 12px) * -1);
  }

  .registry-bridge-metric-tree span {
    height: 34px;
    margin-top: 12px;
  }

  .registry-bridge-metric-tree span:nth-child(2) {
    height: 34px;
    top: 12px;
  }

  .registry-bridge-metrics {
    gap: 8px;
    grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
    margin-top: 30px;
    transform: translateY(-12px);
    width: 100%;
  }

  .registry-bridge-metrics div {
    gap: 7px;
    padding: 18px 10px;
  }

  .registry-bridge-hero-lede {
    font-size: 15px;
  }

  .registry-bridge-actions {
    align-items: center;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
    width: auto;
  }

  .registry-bridge-button {
    width: 133px;
  }

  .marketplace-section-heading,
  .marketplace-faq-section > *,
  .registry-bridge-rail {
    width: calc(100% - 32px);
  }

  .marketplace-faq-list details {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media (max-width: 359px) {
  .registry-bridge-metric-tree {
    grid-template-columns: 1fr;
  }

  .registry-bridge-metric-tree::before {
    display: none;
  }

  .registry-bridge-metric-tree span {
    display: none;
  }

  .registry-bridge-metric-tree span:nth-child(2) {
    display: block;
  }

  .registry-bridge-metrics {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .registry-bridge-ring,
  .registry-bridge-spoke,
  .registry-bridge-transfer-orb,
  .registry-bridge-carousel-flag {
    animation: none;
  }

  .registry-bridge-slot {
    transition: none;
  }
}
