/**
* Primary Text Color Definitions
*/
.plan_page_hero_v1 {
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  background: linear-gradient(0deg, #663399 0%, #3F1D62 100%);
  max-height: 304px;
}
@media (min-width: 576px) {
  .plan_page_hero_v1 {
    max-height: 334px;
  }
}
@media screen and (min-width: 1024px) {
  .plan_page_hero_v1 {
    margin-top: 0px;
  }
}
.plan_page_hero_v1 .plans-page-hero__imageBox {
  height: 60px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .plan_page_hero_v1 .plans-page-hero__imageBox {
    height: 109px;
  }
}
.plan_page_hero_v1 .plans-page-hero__imageBox img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: contain;
}
.plan_page_hero_v1-container {
  padding: 24px 16px 70px;
  z-index: 3;
}
@media (min-width: 768px) {
  .plan_page_hero_v1-container {
    padding: 50px 0px;
    max-width: 100%;
    grid-column: 2/-2;
  }
}
.plan_page_hero_v1-container h1 {
  font-size: 36px;
  line-height: 38px;
  font-weight: 700;
  margin-top: 24px;
}
.plan_page_hero_v1-container h1 span:first-child {
  font-size: 28px;
  line-height: 32px;
}
@media (min-width: 768px) {
  .plan_page_hero_v1-container h1 span:first-child {
    font-size: 46px;
    line-height: 46px;
    margin-right: 8px;
  }
}
@media (min-width: 1040px) {
  .plan_page_hero_v1-container h1 span:first-child {
    font-size: 58px;
    line-height: 58px;
  }
}
.plan_page_hero_v1-container h1 span:nth-child(2) {
  font-size: 46px;
  line-height: 46px;
  display: block;
}
@media (min-width: 1040px) {
  .plan_page_hero_v1-container h1 span:nth-child(2) {
    font-size: 58px;
    line-height: 58px;
  }
}
@media (min-width: 768px) {
  .plan_page_hero_v1-container h1 span:nth-child(2) {
    display: unset;
  }
}
@media (min-width: 768px) {
  .plan_page_hero_v1-container h1 {
    font-size: 46px;
    line-height: 46px;
    margin-top: 16px;
  }
}
@media (min-width: 1040px) {
  .plan_page_hero_v1-container h1 {
    font-size: 58px;
    line-height: 58px;
    margin-top: 40px;
  }
}