.fw-pricing {
  position: relative;
  overflow: visible !important;
}

.fw-next-white-section.fw-pricing-rose-stage {
  position: relative;
  overflow: visible !important;
}

.fw-pricing-rose {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  z-index: 6;
  transform: translate3d(0, var(--fw-rose-stage-y, 0px), 0);
  will-change: transform, opacity;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  contain: layout paint;
  mix-blend-mode: multiply;
}

.fw-pricing-rose-stage .fw-approach-details-row {
  z-index: 7;
}

.fw-pricing-rose-stage > .tia-container {
  position: relative;
  z-index: 7;
  background: transparent;
}

.fw-pricing-rose-stage .fw-pricing-row {
  position: relative;
  z-index: 8;
}

.fw-pricing-rose__canvas {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  pointer-events: none;
}

.fw-pricing > #fluid.tia-fluid-cursor {
  z-index: 2;
}

.fw-pricing__header,
.fw-pricing__cards {
  position: relative;
  z-index: 8;
}

.fw-pricing-rose-stage .fw-pricing__cards {
  background: transparent !important;
  isolation: isolate;
}

.fw-pricing-rose-stage .fw-pricing-card,
.fw-pricing-rose-stage .fw-pricing-card--featured {
  position: relative;
  z-index: 1;
  isolation: isolate;
  background:
    linear-gradient(135deg, rgba(255,255,255,.52), rgba(255,255,255,.16)),
    #e8e8e5 !important;
}

@media (max-width: 760px) {
  .fw-pricing-rose {
    z-index: 12;
    opacity: .82;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fw-pricing-rose {
    opacity: .72;
  }
}
