.marketplace-page {
  background: var(--light);
  color: var(--primary--evergreen-fjord);
  overflow-x: hidden;
  overflow-y: visible;
}

.marketplace-page h1,
.marketplace-page h2,
.marketplace-page h3,
.marketplace-page p {
  margin-top: 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%;
}

.marketplace-hero {
  background: var(--light);
  color: var(--primary--evergreen-fjord);
  margin-top: 0;
  overflow: hidden;
  padding: 118px 0 148px;
  position: relative;
  z-index: 10;
}

.marketplace-hero::before {
  background-image: url("/assets/images/marketplace-hero-dots-green.svg");
  background-position: 0 0;
  background-size: 24px 24px;
  content: "";
  inset: 0;
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 75%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 75%,
    rgba(0, 0, 0, 0) 100%
  );
  opacity: 0.72;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.marketplace-hero::after {
  background: radial-gradient(
    ellipse at 50% 48%,
    rgba(255, 255, 255, 0.96) 0%,
    rgba(255, 255, 255, 0.86) 30%,
    rgba(255, 255, 255, 0.38) 50%,
    rgba(255, 255, 255, 0) 68%
  );
  content: "";
  filter: blur(18px);
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.marketplace-hero-inner,
.marketplace-platform-grid,
.marketplace-section-inner,
.marketplace-section-heading {
  max-width: var(--primary--default-landing-width100);
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.marketplace-hero-inner {
  grid-row-gap: 28px;
  grid-template-columns: 1fr;
  justify-items: center;
  display: grid;
  position: relative;
  transform: translateY(-6%);
  z-index: 2;
}

.marketplace-hero-copy {
  margin-top: -220px;
  max-width: 760px;
  text-align: center;
  will-change: opacity, transform;
  z-index: 1;
}

.marketplace-eyebrow {
  color: #10533c;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 16px;
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
  white-space: nowrap;
  display: flex;
}

.marketplace-hero h1 {
  color: var(--primary--evergreen-fjord);
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  font-family: Generalsans, Arial, sans-serif;
  font-size: clamp(36px, 4.1vw, 56px);
  font-weight: 500;
  line-height: 0.9;
}

.marketplace-hero-earth {
  align-items: center;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  overflow: hidden;
  pointer-events: none;
  position: relative;
  width: min(72vw, 620px);
}

.marketplace-hero-earth::after {
  background: linear-gradient(
    to top,
    #fff 0%,
    rgba(255, 255, 255, 0.88) 42%,
    rgba(255, 255, 255, 0.42) 68%,
    rgba(255, 255, 255, 0) 100%
  );
  bottom: 0;
  content: "";
  height: 74%;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.marketplace-hero-earth canvas {
  clip-path: circle(42.5% at 50% 50%);
  display: block;
  height: 100%;
  inset: 0;
  opacity: 1;
  position: absolute;
  width: 100%;
}

.marketplace-hero-subtitle {
  color: var(--primary--evergreen-fjord);
  max-width: min(760px, calc(100vw - 32px));
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  overflow-wrap: anywhere;
  white-space: normal;
}

@media screen and (min-width: 992px) {
  .marketplace-hero-subtitle {
    font-size: 20px;
  }
}

.marketplace-hero-note {
  color: #4b625d;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 34px;
  font-size: 16px;
  line-height: 1.6;
}

.marketplace-hero-actions {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  display: flex;
  position: sticky;
  top: calc(100vh - 88px);
  z-index: 30;
}

.marketplace-hero-actions.is-cta-overlap {
  display: block;
  height: 42px;
  width: var(--cta-actions-width);
}

.marketplace-hero-actions.is-cta-overlap .marketplace-btn {
  position: absolute;
  top: 0;
}

.marketplace-hero-actions.is-cta-overlap .marketplace-btn-primary {
  justify-content: center;
  left: 0;
  transition:
    width 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
  width: calc(var(--cta-primary-width) + var(--cta-overlap-width, 0px));
  z-index: 2;
}

.marketplace-hero-actions.is-cta-overlap .marketplace-btn-secondary {
  right: 0;
  width: var(--cta-secondary-width);
  z-index: 1;
}

.marketplace-hero-logo-scroller {
  margin: -16px auto 26px;
  max-width: 680px;
}

@media screen and (min-width: 992px) {
  .marketplace-hero-copy {
    align-items: center;
    display: flex;
    flex-direction: column;
    max-width: none;
  }

  .marketplace-hero h1 {
    font-size: clamp(38px, 3.1vw, 56px);
    line-height: 0.94;
    margin-bottom: 30px;
    max-width: none;
    white-space: nowrap;
    width: auto;
  }
}

.marketplace-btn {
  border: 2px solid transparent;
  border-radius: 8px;
  box-sizing: border-box;
  height: 42px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 0 17px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease;
  display: inline-flex;
}

.marketplace-btn:hover {
  color: inherit;
}

.marketplace-btn-primary {
  background: var(--primary--evergreen-fjord);
  color: var(--light);
}

.marketplace-btn-primary:hover {
  border-color: #32735f;
  color: var(--light);
}

.marketplace-btn-secondary {
  background: var(--primary--secondary-bright);
  color: var(--primary--evergreen-fjord);
}

.marketplace-btn-secondary:hover {
  border-color: var(--primary--evergreen-fjord);
}

.marketplace-liquidity-strip small,
.marketplace-enterprise-stat span,
.marketplace-enterprise-stat small {
  color: #5f746f;
  font-size: 14px;
  line-height: 1.2;
  display: block;
}

.marketplace-platform-section,
.marketplace-authority-section {
  padding: 124px 0;
}

.marketplace-choice-section {
  background: #fff;
  color: var(--primary--evergreen-fjord);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 96px;
  position: relative;
  z-index: 1;
}

.marketplace-choice-inner {
  max-width: var(--primary--default-landing-width100);
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.marketplace-logo-scroller {
  width: 100%;
  overflow: hidden;
  position: relative;
  opacity: 1;
  will-change: opacity;
  contain: paint;
}

.marketplace-logo-scroller::before,
.marketplace-logo-scroller::after {
  bottom: 0;
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 12%;
  z-index: 2;
}

.marketplace-logo-scroller::before {
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  left: 0;
}

.marketplace-logo-scroller::after {
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  right: 0;
}

.marketplace-logo-track {
  align-items: center;
  width: max-content;
  display: flex;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  animation: marketplace-logo-scroll 70s linear infinite;
  backface-visibility: hidden;
}

.marketplace-logo-group {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 2.7rem;
  padding-right: 2.7rem;
}

.marketplace-logo-item {
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  min-width: 157px;
  height: 76px;
  display: flex;
  transform: translateZ(0);
}

.marketplace-logo-item img {
  filter: none;
  width: auto;
  max-width: 150px;
  height: auto;
  max-height: 51px;
  object-fit: contain;
  display: block;
  transform: translateZ(0);
}

.marketplace-logo-scroller:hover .marketplace-logo-track {
  animation-play-state: paused;
}

@keyframes marketplace-logo-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .marketplace-logo-track {
    animation: none;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }

  .marketplace-logo-group {
    flex-wrap: wrap;
    justify-content: center;
    padding-right: 0;
  }
}

.marketplace-section-heading {
  text-align: center;
  max-width: var(--primary--default-landing-width100);
  margin-bottom: 56px;
}

.marketplace-section-heading.left {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

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

.marketplace-access-card > span,
.marketplace-quote-card > span {
  color: #32735f;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  display: block;
}

.marketplace-authority-section .marketplace-section-heading h2,
.marketplace-authority-section .marketplace-section-heading p {
  color: var(--primary--secondary-bright);
}

.marketplace-section-heading h2,
.marketplace-platform-grid h2,
.marketplace-problem-section h2,
.marketplace-standards-copy h2,
.marketplace-enterprise-copy h2,
.marketplace-access-card h2 {
  color: var(--primary--evergreen-fjord);
  margin-bottom: 24px;
  font-size: clamp(36px, 4.1vw, 56px);
  line-height: 0.9;
}

.marketplace-section-heading p,
.marketplace-platform-copy p,
.marketplace-problem-section p,
.marketplace-standards-copy p,
.marketplace-enterprise-copy p,
.marketplace-access-card p,
.marketplace-quote-card blockquote {
  color: #37534e;
  font-size: 18px;
  line-height: 1.65;
}

.marketplace-platform-section {
  background: #fff;
  border-top: 1px solid #d9e3da;
  padding-top: 132px;
  padding-bottom: 132px;
  position: relative;
}

.marketplace-platform-grid {
  grid-template-columns: 1fr;
  align-items: start;
  gap: 8px;
  display: grid;
  position: relative;
  z-index: 1;
}

.marketplace-platform-grid > div:first-child {
  padding-right: 0;
}

.marketplace-platform-copy {
  border-left: 0;
  flex-direction: column;
  gap: 18px;
  max-width: 920px;
  padding-left: 0;
  display: flex;
}

.marketplace-liquidity-groups {
  max-width: var(--primary--default-landing-width100);
  width: 90%;
  margin: 52px auto 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.marketplace-liquidity-group {
  align-items: stretch;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(140px, 180px) minmax(0, 1fr);
}

.marketplace-liquidity-group-label {
  align-items: center;
  color: #5f746f;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.marketplace-liquidity-group-label::before {
  background: #d9e3da;
  border-radius: 999px;
  content: "";
  flex: 0 0 12px;
  height: 12px;
  margin-right: 14px;
}

.marketplace-liquidity-group-label::after {
  background: #d9e3da;
  content: "";
  flex: 1 1 auto;
  height: 1px;
  margin-left: 14px;
  opacity: 0.9;
}

.marketplace-liquidity-group:first-child .marketplace-liquidity-group-label::before {
  background: var(--primary--secondary-bright);
  border: 1px solid #d9e3da;
}

.marketplace-liquidity-group:nth-child(2) .marketplace-liquidity-group-label::before {
  background: var(--primary--evergreen-fjord);
}

.marketplace-liquidity-group-cards {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.marketplace-liquidity-card {
  min-height: 180px;
  padding: 34px;
}

.marketplace-liquidity-card span {
  color: #6a7774;
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 9px;
  text-transform: uppercase;
}

.marketplace-liquidity-card strong {
  color: var(--primary--evergreen-fjord);
  display: block;
  font-size: 21px;
  line-height: 1.15;
  margin-bottom: 14px;
}

.marketplace-liquidity-card small {
  color: #5f746f;
  display: block;
  font-size: 14px;
  line-height: 1.2;
}

.marketplace-liquidity-card-beige {
  background: var(--primary--secondary-bright);
  border: 1px solid #d9e3da;
}

.marketplace-liquidity-card-beige:first-child,
.marketplace-liquidity-card-green:first-child,
.marketplace-liquidity-card-white:first-child {
  border-radius: 8px 0 0 8px;
  border-right-width: 0;
}

.marketplace-liquidity-card-beige:last-child,
.marketplace-liquidity-card-green:last-child,
.marketplace-liquidity-card-white:last-child {
  border-radius: 0 8px 8px 0;
}

.marketplace-liquidity-card-green {
  background: var(--primary--evergreen-fjord);
  border: 1px solid #244f42;
}

.marketplace-liquidity-card-green span,
.marketplace-liquidity-card-green small {
  color: var(--primary--secondary-bright);
  font-weight: 500;
}

.marketplace-liquidity-card-green strong {
  color: var(--primary--highlight);
}

.marketplace-liquidity-card-white {
  background: #fff;
  border: 1px solid #d9e3da;
}

.marketplace-liquidity-card-white:first-child {
  border-right-width: 0;
}

.marketplace-liquidity-strip {
  max-width: var(--primary--default-landing-width100);
  background: transparent;
  border-radius: 8px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, auto);
  column-gap: 0;
  row-gap: 0;
  width: 90%;
  margin: 52px auto 0;
  display: grid;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 992px) {
  .marketplace-liquidity-strip {
    row-gap: 24px;
  }
}

.marketplace-liquidity-strip div {
  background: #fff;
  min-height: 180px;
  padding: 34px;
}

.marketplace-liquidity-strip div:nth-child(-n + 2) {
  background: var(--primary--evergreen-fjord);
  border: 1px solid #244f42;
}

.marketplace-liquidity-strip div:first-child {
  border-right: 0;
  border-radius: 8px 0 0 8px;
}

.marketplace-liquidity-strip div:nth-child(2) {
  border-left: 0;
  border-radius: 0 8px 8px 0;
}

.marketplace-liquidity-strip div:nth-child(4) {
  border-left: 1px solid #d9e3da;
}

.marketplace-liquidity-strip div:nth-child(5),
.marketplace-liquidity-strip div:nth-child(6) {
  background: var(--primary--secondary-bright);
  grid-column: span 2;
  border-top: 1px solid #d9e3da;
}

.marketplace-liquidity-strip div:nth-child(-n + 2) span {
  color: var(--primary--secondary-bright);
  font-weight: 500;
}

.marketplace-liquidity-strip div:nth-child(-n + 2) strong {
  color: var(--primary--highlight);
}

.marketplace-liquidity-strip div:nth-child(-n + 2) small {
  color: var(--primary--secondary-bright);
}

.marketplace-liquidity-strip span {
  color: #6a7774;
  text-transform: uppercase;
  margin-bottom: 9px;
  font-size: 12px;
  font-weight: 800;
  display: block;
}

.marketplace-liquidity-strip strong {
  color: var(--primary--evergreen-fjord);
  margin-bottom: 14px;
  font-size: 21px;
  line-height: 1.15;
  display: block;
}

.marketplace-problem-section,
.marketplace-comparison-section,
.marketplace-faq-section {
  padding: 132px 0;
}

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

.marketplace-problem-section {
  background: var(--primary--evergreen-fjord);
  color: var(--light);
}

.marketplace-problem-section .marketplace-section-heading h2,
.marketplace-problem-section .marketplace-section-heading p {
  color: var(--light);
}

.marketplace-problem-heading {
  text-align: left;
}

.marketplace-problem-heading h2 {
  align-items: center;
  gap: 18px;
  display: flex;
}

.marketplace-problem-heading svg {
  flex: 0 0 auto;
}

.marketplace-card-stacks {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 40px;
  display: grid;
}

.marketplace-problem-columns {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.marketplace-problem-column {
  display: grid;
  gap: 28px;
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.marketplace-problem-grid,
.marketplace-soldera-solution-grid,
.marketplace-standards-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 40px;
  display: grid;
}

.marketplace-card-stacks .marketplace-problem-grid,
.marketplace-card-stacks .marketplace-soldera-solution-grid {
  grid-template-columns: 1fr;
  margin-top: 0;
}

.marketplace-secondary-problem-heading {
  margin-top: 80px;
}

.marketplace-problem-grid article,
.marketplace-problem-card,
.marketplace-standards-grid article,
.marketplace-access-card,
.marketplace-quote-card {
  background: #fff;
  border: 1px solid #dce8df;
  border-radius: 8px;
  padding: 44px;
}

.marketplace-problem-grid article,
.marketplace-problem-card {
  background: var(--primary--secondary-bright);
  border: 1px solid #d7e0d9;
  border-radius: 8px;
  padding: 36px;
  position: relative;
}

.marketplace-problem-icon {
  align-items: center;
  display: flex;
  height: 30px;
  justify-content: center;
  margin-bottom: 0;
  position: absolute;
  right: 36px;
  top: 36px;
  width: 30px;
}

.marketplace-problem-icon svg {
  display: block;
}

.marketplace-problem-grid h3,
.marketplace-problem-card h3 {
  color: var(--primary--evergreen-fjord);
  margin-bottom: 20px;
  padding-right: 56px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.marketplace-problem-card .comparisonitemsubtitle {
  color: var(--primary--evergreen-fjord);
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-right: 72px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.marketplace-problem-grid p,
.marketplace-problem-card p {
  color: #4b625d;
  font-size: 14px;
  line-height: 1.55;
}

.marketplace-problem-placeholder {
  min-height: 206px;
}

.marketplace-soldera-solution-grid {
  margin-top: 28px;
}

.marketplace-soldera-solution-grid article,
.marketplace-solution-card {
  background: var(--primary--evergreen-fjord);
  border: 0;
  border-radius: 8px;
  padding: 36px;
  position: relative;
}

.marketplace-soldera-solution-grid span,
.marketplace-solution-card span {
  color: var(--primary--secondary-bright);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  display: block;
}

.marketplace-solution-icon {
  align-items: center;
  color: var(--primary--highlight);
  display: flex;
  height: 25px;
  justify-content: center;
  position: absolute;
  right: 36px;
  top: 36px;
  width: 25px;
}

.marketplace-solution-icon svg {
  display: block;
}

.marketplace-soldera-solution-grid h3,
.marketplace-solution-card h3 {
  color: var(--primary--highlight);
  margin-bottom: 20px;
  padding-right: 56px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.marketplace-soldera-solution-grid p,
.marketplace-solution-card p {
  color: var(--primary--secondary-bright);
  font-size: 14px;
  line-height: 1.55;
}

.marketplace-solution-placeholder {
  min-height: 206px;
}

.marketplace-standards-grid h3,
.marketplace-faq-list summary {
  color: var(--primary--evergreen-fjord);
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.15;
}

.marketplace-standards-grid p,
.marketplace-faq-list p,
.marketplace-faq-list a {
  color: #4b625d;
  font-size: 15px;
  line-height: 1.6;
}

.marketplace-comparison-section {
  background: var(--light);
}

.marketplace-comparison-section .marketplace-section-heading {
  margin-bottom: 64px;
}

.marketplace-comparison {
  grid-column-gap: 0;
  grid-row-gap: 0;
  background-color: var(--primary--secondary-bright);
  border-radius: 8px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.marketplace-comparison .comparisonitemcard {
  padding: 40px;
}

.marketplace-comparison .comparisonitemcard.soldracomparison {
  background-color: var(--primary--evergreen-fjord);
  color: var(--primary--secondary-bright);
}

.marketplace-comparison .marketplace-comparison-empty {
  min-height: 120px;
}

.marketplace-comparison .comparisonitemtitle {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}

.marketplace-comparison .comparisonitemtitle.solderacomparisonhighlight {
  color: var(--primary--highlight);
}

.marketplace-comparison .comparisonitemtext {
  font-size: 14px;
  line-height: 1.55;
}

.marketplace-comparison .comparisonitemsubtitle {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}

.marketplace-standards-section {
  background: var(--primary--secondary-bright);
  padding-top: 132px;
  padding-bottom: 132px;
}

.marketplace-standards-inner {
  grid-template-columns: 1fr;
  align-items: center;
  gap: 58px;
  display: grid;
}

.marketplace-standards-copy {
  max-width: 920px;
}

.marketplace-standards-copy h2 {
  margin-bottom: 28px;
}

.marketplace-standards-copy h2,
.marketplace-standards-copy p {
  color: var(--primary--evergreen-fjord);
}

.marketplace-standards-grid {
  margin-top: 0;
}

.marketplace-standards-grid article {
  background: #fff;
  border-color: #dce8df;
}

.marketplace-standards-grid h3 {
  color: var(--primary--evergreen-fjord);
}

.marketplace-standards-grid p {
  color: #4b625d;
}

.marketplace-enterprise-section {
  padding-top: 132px;
  padding-bottom: 132px;
}

.marketplace-enterprise-inner {
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 58px;
  display: grid;
}

.marketplace-enterprise-proof {
  background: var(--primary--evergreen-fjord);
  border-radius: 8px;
  min-height: 330px;
  flex-direction: column;
  justify-content: space-between;
  padding: 52px;
  display: flex;
}

.marketplace-enterprise-proof p {
  color: var(--light-opaque);
  max-width: 470px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.55;
}

.marketplace-enterprise-stat span,
.marketplace-enterprise-stat small {
  color: var(--light-opaque);
}

.marketplace-enterprise-stat strong {
  color: var(--primary--highlight);
  margin: 4px 0;
  font-size: 92px;
  line-height: 0.95;
  display: block;
}

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

.primary-button-7 {
  color: #fff;
  background-color: #32735f;
  border: 2px solid #0000;
  border-radius: 36px;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  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);
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

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

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

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

.globallpquotesection {
  background-color: var(--primary--secondary-bright);
  border-bottom: 15px #d4f4e6;
  order: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.global-quote {
  border-left: 3px solid var(--primary--evergreen-fjord);
  color: var(--primary--evergreen-fjord);
  padding-left: 15px;
  font-size: 16px;
}

.global-cta-para {
  color: var(--primary--evergreen-fjord);
  padding-bottom: 15px;
  font-size: 16px;
}

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

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

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

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

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

.vision-ceo-name {
  color: var(--primary--evergreen-fjord);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}

.vision-ceo-position {
  color: var(--primary--evergreen-fjord);
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

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

.marketplace-faq-list {
  max-width: var(--primary--default-landing-width100);
}

.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 {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 28px 0;
  display: flex;
}

.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;
  width: 24px;
  height: 24px;
  margin-left: 24px;
  transition: transform 0.2s ease;
}

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

.marketplace-faq-list details p,
.marketplace-faq-list details a {
  max-width: 760px;
  margin-bottom: 18px;
}

.marketplace-access-section {
  padding-top: 132px;
  padding-bottom: 132px;
}

.marketplace-access-inner {
  grid-template-columns: 1.05fr 0.95fr;
  gap: 22px;
  display: grid;
}

.marketplace-access-card {
  background: var(--primary--evergreen-fjord);
  border-color: var(--primary--evergreen-fjord);
  color: var(--light);
}

.marketplace-access-card > span,
.marketplace-access-card h2,
.marketplace-access-card p {
  color: var(--light);
}

.marketplace-access-card h2 {
  margin-bottom: 34px;
}

.marketplace-access-card .marketplace-btn-secondary {
  border-color: #ffffff33;
}

.marketplace-quote-card blockquote {
  color: var(--primary--evergreen-fjord);
  margin: 0 0 28px;
  font-size: 30px;
  line-height: 1.25;
}

.marketplace-ceo {
  margin-top: 18px;
}

.marketplace-authority-section {
  background: var(--light);
  color: var(--primary--evergreen-fjord);
  padding-top: 144px;
}

.marketplace-authority-section .authority-section {
  background: transparent;
  padding: 0;
}

.marketplace-authority-section .marketplace-section-heading h2,
.marketplace-authority-section .marketplace-section-heading p {
  color: var(--primary--evergreen-fjord);
}

.marketplace-authority-grid {
  max-width: var(--primary--default-landing-width100);
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #dce8df;
  border-radius: 8px;
  display: grid;
  overflow: hidden;
}

.marketplace-authority-grid div {
  background: var(--primary--secondary-bright);
  min-height: 136px;
  padding: 26px;
}

.marketplace-authority-grid strong {
  color: var(--primary--evergreen-fjord);
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.15;
  display: block;
}

.marketplace-authority-grid span {
  color: #4b625d;
  font-size: 14px;
  line-height: 1.45;
  display: block;
}

@media screen and (max-width: 991px) {
  .marketplace-hero-inner,
  .marketplace-platform-grid,
  .marketplace-standards-inner,
  .marketplace-enterprise-inner,
  .marketplace-access-inner {
    grid-template-columns: 1fr;
  }

  .marketplace-hero-inner {
    width: 90%;
  }

  .marketplace-platform-grid > div:first-child {
    padding-right: 0;
  }

  .marketplace-platform-copy {
    border-left: 0;
    border-top: 1px solid #d9e3da;
    padding-top: 28px;
    padding-left: 0;
  }

  .marketplace-problem-columns,
  .marketplace-problem-grid,
  .marketplace-soldera-solution-grid,
  .marketplace-standards-grid {
    grid-template-columns: 1fr 1fr;
  }

  .marketplace-liquidity-group {
    gap: 0;
    position: relative;
    grid-template-columns: 1fr;
  }

  .marketplace-liquidity-group-label {
    line-height: 1;
    max-width: 220px;
  }

  .marketplace-liquidity-group-cards {
    margin-left: 28px;
    margin-top: 23px;
    position: relative;
  }

  .marketplace-liquidity-group-cards::before {
    background: #d9e3da;
    content: "";
    height: calc(25% + 23px);
    left: -22px;
    opacity: 0.9;
    position: absolute;
    top: -23px;
    width: 1px;
  }

  .marketplace-liquidity-strip {
    grid-template-rows: none;
  }

  .marketplace-authority-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .marketplace-comparison {
    grid-template-columns: 1fr;
    background-color: var(--primary--transparent);
  }

  .marketplace-comparison .comparisonitemcard {
    padding: 24px;
  }

  .marketplace-comparison .comparisonitemcard:not(.themevariant)
    + .comparisonitemcard.themevariant {
    margin-top: 36px;
  }

}

@media screen and (max-width: 767px) {
  .marketplace-hero {
    padding-top: 102px;
    padding-bottom: 120px;
  }

  .marketplace-hero-subtitle {
    font-size: 15px;
    max-width: min(760px, calc(100vw - 40px));
  }

  .marketplace-problem-grid article,
  .marketplace-soldera-solution-grid article,
  .marketplace-standards-grid article,
  .marketplace-access-card,
  .marketplace-quote-card {
    padding: 24px;
  }

  .marketplace-liquidity-strip,
  .marketplace-problem-columns,
  .marketplace-problem-grid,
  .marketplace-soldera-solution-grid,
  .marketplace-standards-grid {
    grid-template-columns: 1fr;
  }

  .marketplace-liquidity-group-cards {
    grid-template-columns: 1fr;
  }

  .marketplace-liquidity-card-beige:first-child,
  .marketplace-liquidity-card-green:first-child,
  .marketplace-liquidity-card-white:first-child {
    border-radius: 8px 8px 0 0;
    border-right-width: 1px;
    border-bottom-width: 0;
  }

  .marketplace-liquidity-card-beige:last-child,
  .marketplace-liquidity-card-green:last-child,
  .marketplace-liquidity-card-white:last-child {
    border-radius: 0 0 8px 8px;
  }

  .marketplace-liquidity-strip {
    gap: 0;
  }

  .marketplace-liquidity-strip div:first-child {
    border-right: 1px solid #244f42;
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
  }

  .marketplace-liquidity-strip div:nth-child(2) {
    border-top: 0;
    border-left: 1px solid #244f42;
    border-radius: 0 0 8px 8px;
  }

  .marketplace-liquidity-strip div:nth-child(4) {
    border-top: 1px solid #d9e3da;
    border-left: 0;
  }

  .marketplace-liquidity-strip div:nth-child(5),
  .marketplace-liquidity-strip div:nth-child(6) {
    border-top: 1px solid #d9e3da;
  }

  .marketplace-authority-grid {
    grid-template-columns: 1fr;
  }

  .marketplace-problem-section,
  .marketplace-comparison-section,
  .marketplace-standards-section,
  .marketplace-enterprise-section,
  .marketplace-faq-section,
  .marketplace-access-section,
  .marketplace-choice-section,
  .marketplace-platform-section,
  .marketplace-authority-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .marketplace-choice-section {
    margin-top: 0;
    padding-top: 0;
  }

  .marketplace-section-heading h2,
  .marketplace-platform-grid h2,
  .marketplace-problem-section h2,
  .marketplace-standards-copy h2,
  .marketplace-enterprise-copy h2,
  .marketplace-access-card h2 {
    font-size: clamp(38px, 3.1vw, 42px);
    line-height: 0.94;
  }

  .marketplace-problem-heading h2 {
    align-items: flex-start;
  }

  .marketplace-enterprise-proof {
    min-height: 0;
    padding: 28px;
  }

  .marketplace-quote-card blockquote {
    font-size: 24px;
  }
}

@media screen and (max-width: 479px) {
  .marketplace-hero-inner,
  .marketplace-platform-grid,
  .marketplace-section-inner,
  .marketplace-section-heading {
    width: calc(100% - 32px);
  }

  .marketplace-problem-section > *,
  .marketplace-comparison-section > *,
  .marketplace-faq-section > * {
    width: calc(100% - 32px);
  }

  .marketplace-hero-actions {
    width: 100%;
  }

  .marketplace-eyebrow {
    align-items: flex-start;
  }

  .marketplace-eyebrow span {
    margin-top: 8px;
    width: 24px;
  }

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

@media screen and (max-width: 991px) {
  .marketplace-card-stacks {
    grid-template-columns: 1fr;
  }

  .global-cta-para {
    padding-bottom: 0;
  }

  .globallpauthoritywrapper {
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    max-width: 800px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 991px) {
  .marketplace-hero {
    text-align: center;
    padding-top: clamp(92px, 11vw, 118px);
    padding-bottom: clamp(108px, 16vw, 148px);
  }

  .marketplace-hero-inner,
  .marketplace-hero-copy,
  .marketplace-hero-earth,
  .marketplace-hero-logo-scroller,
  .marketplace-hero-actions {
    margin-left: auto;
    margin-right: auto;
  }

  .marketplace-hero-inner {
    align-items: center;
    justify-items: center;
    justify-content: center;
    place-items: center;
  }

  .marketplace-hero-copy {
    justify-self: center;
    margin-top: clamp(-176px, -19vw, -130px);
    max-width: min(920px, 100%);
    text-align: center;
    width: 100%;
  }

  .marketplace-hero h1 {
    font-size: clamp(42px, 5vw, 44px);
    margin-bottom: clamp(28px, 5vw, 44px);
    max-width: min(620px, 100%);
    overflow-wrap: normal;
    text-wrap: balance;
    white-space: normal;
    word-break: normal;
  }

  .marketplace-hero h1,
  .marketplace-hero-subtitle,
  .marketplace-hero-note {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .marketplace-hero-earth {
    justify-self: center;
    transform-origin: center center;
    width: min(78vw, 540px);
  }

  .marketplace-eyebrow,
  .marketplace-hero-actions {
    justify-content: center;
  }

  .marketplace-eyebrow {
    align-items: center;
    font-size: clamp(10px, 1.35vw, 12px);
    letter-spacing: clamp(0.8px, 0.12vw, 1.2px);
    text-align: center;
  }

  .marketplace-hero-logo-scroller {
    justify-self: center;
    margin-bottom: clamp(22px, 4vw, 30px);
    width: min(620px, 100%);
  }

  .marketplace-logo-group {
    gap: clamp(2rem, 4vw, 3rem);
    padding-right: clamp(2rem, 4vw, 3rem);
  }

  .marketplace-logo-item {
    height: clamp(62px, 8vw, 76px);
    min-width: clamp(130px, 18vw, 157px);
  }

  .marketplace-logo-item img {
    max-height: clamp(40px, 5.8vw, 51px);
    max-width: clamp(120px, 17vw, 150px);
  }

  .marketplace-btn {
    height: 42px;
    padding: 0 17px;
    font-size: 16px;
  }

  .marketplace-hero-actions {
    top: calc(100vh - 92px);
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .marketplace-hero-actions {
    flex-wrap: nowrap;
    gap: 10px;
    width: fit-content;
    max-width: 100%;
  }

  .marketplace-btn {
    flex: 0 1 auto;
    font-size: 15px;
    gap: 8px;
    padding: 0 14px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .primary-button-7.asset-procurement {
    align-self: center;
  }

  .primary-button-7.asset-procurement.industry-modifier {
    margin-top: 0;
  }

  .primary-button-text-5 {
    font-size: 16px;
  }

  .globallpauthoritywrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .marketplace-hero-copy {
    margin-top: clamp(-232px, -35vw, -178px);
  }

  .marketplace-hero h1 {
    font-size: 32px;
    line-height: 0.94;
    max-width: 20ch;
  }

  .marketplace-hero-earth {
    width: min(86vw, 500px);
  }

  .marketplace-eyebrow {
    font-size: clamp(9px, 2.5vw, 11px);
    letter-spacing: clamp(0.55px, 0.18vw, 0.9px);
    gap: 10px;
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 479px) {
  .primary-button-7.asset-procurement.industry-modifier.global {
    margin-top: 20px;
  }

  .primary-button-text-5 {
    white-space: nowrap;
  }

  .globallpquotesection {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .globallpauthoritywrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .vision-ceo-name {
    margin-bottom: 6px;
    font-size: 14px;
  }

  .vision-ceo-position {
    font-size: 14px;
  }

  .marketplace-hero {
    padding-top: 84px;
    padding-bottom: 102px;
  }

  .marketplace-hero-copy {
    margin-top: clamp(-192px, -35vw, -150px);
  }

  .marketplace-hero h1 {
    font-size: 28px;
    margin-bottom: 24px;
    max-width: 20ch;
  }

  .marketplace-hero-earth {
    width: min(88vw, 380px);
  }

  .marketplace-hero-logo-scroller {
    margin-top: -14px;
  }
}
