/* Preserve the original Framer ticket artwork and only normalise card content. */
[data-framer-name="Pricing Card Wrappers"] {
  align-items: stretch !important;
}

[data-framer-name="Pricing Card Wrappers"] > [data-framer-name^="Pricing Card"] {
  align-self: stretch !important;
}

[data-framer-name="Pricing Card Wrappers"] > [data-framer-name^="Pricing Card"] > [data-border="true"] {
  border: 1px solid rgba(210, 214, 220, 0.28) !important;
  box-sizing: border-box;
  height: 100% !important;
}

/* Each plan only renders the benefits it actually has. */
.framer-vfittj-container [data-framer-name="Features Point 4"],
.framer-vfittj-container [data-framer-name="Features Point 5"],
.framer-1a1vk8o-container [data-framer-name="Features Point 3"],
.framer-1a1vk8o-container [data-framer-name="Features Point 4"],
.framer-1a1vk8o-container [data-framer-name="Features Point 5"],
.framer-1etqqz6-container [data-framer-name="Features Point 4"],
.framer-1etqqz6-container [data-framer-name="Features Point 5"] {
  display: none !important;
}

@media (min-width: 810px) {
  [data-framer-name="Pricing Card Wrappers"] > [data-framer-name^="Pricing Card"] > [data-border="true"] {
    min-height: 600px;
  }
}
/* Remove the unused legacy pass video across every page that includes the component. */
.framer-1biwcx6-container:has(> video[src*="E9Ipdzzy4jIIo05GiF5F99nVQ"]),
video[src*="E9Ipdzzy4jIIo05GiF5F99nVQ"] {
  display: none !important;
}
