.chooseplanheading .cmp-text p{
  text-align: center;
  font-family: Inter;
  font-size: 32px;
  font-weight: 700;   
  line-height: normal;
  letter-spacing: -0.32px;
  background: var(--Primary-Gradient, linear-gradient(90deg, #0073BB 30%, #D62049 70%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.chooseplancards{
  padding: unset;
}
.chooseplancards .leadproxyteaser .cmp-teaser{
  display: flex;
  padding: 31px 20px;
  column-gap: 16px;
  height: 100%;
}
.chooseplancards .leadproxyteaser .cmp-teaser .cmp-teaser__image .cq-dd-image{
  height: 44px;
  min-width: 44px;
}
.chooseplancards .leadproxyteaser .cmp-teaser .cmp-teaser__image{
  width: 44px;
  height: 44px;
  display: inline-block;
}
.chooseplancards .leadproxyteaser .cmp-teaser .cmp-teaser__content .cmp-teaser__description .pretitle{
  color: #58595B;
  font-family: 'helveticaregular';
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.chooseplancards .leadproxyteaser .cmp-teaser .cmp-teaser__content .cmp-teaser__description .title{
  color: #333;
  font-family: 'HelveticaNeueLTStd-Bd';
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.2px;
  margin-bottom: 15px;
  display: block;
}
.chooseplancards .leadproxyteaser .cmp-teaser .cmp-teaser__content .cmp-teaser__description .description{
  color: #333;
  font-family: 'helveticaregular';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.6px;
  letter-spacing: -0.14px;
}
.chooseplancards .leadproxyteaser{
  width: 31.1%;
  min-height: 200px;
  border-radius: 14px;
  border: 0.5px solid #0073BB;
  background: #FFF;
  box-shadow: 0px -4px 12px 0px rgba(54, 125, 169, 0.12), 0px 7px 12px 0px rgba(214, 32, 73, 0.14);
}
.chooseplancards >.cmp-container{
  display: flex;
  gap: 36px;
  justify-content: center;
  margin-top: 24px;
  flex-wrap: wrap;
}
.chooseplancontainer .chooseplanbtn{
  display: none;
}
.chooseplancontainer sup{
  font-size: 0.5em;
}

@media screen and (max-width: 768px){
  .chooseplancontainer{
    padding: unset;
  }
  .chooseplancards{
    padding: unset;
  }
  .chooseplancards .cmp-container{
    flex-direction: column;
    margin-top: 16px;
  }
  .chooseplancards .leadproxyteaser{
    width: 100%;
    min-height: 174px;
  }
  .chooseplanheading .cmp-text p{
    font-size: 20px;
    letter-spacing: -0.2px;
    background: var(--Primary-Gradient, linear-gradient(90deg, #0073BB 40%, #D62049 80%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .chooseplancards .cmp-container{
    gap: 18px;
  }
  .chooseplancards .leadproxyteaser .cmp-teaser{
    padding: 16px;
  }
  .chooseplancards .leadproxyteaser .cmp-teaser .cmp-teaser__content .cmp-teaser__description .title{
    margin-bottom: 13px;
  }
  .chooseplancontainer .chooseplanbtn{
    width: fit-content;
    margin: 0 auto;
    display: block;
  }
  .chooseplancontainer .chooseplanbtn .cmp-button{
    background: transparent;
  }
  .chooseplancontainer .chooseplanbtn .cmp-button .cmp-button__text{
    color: #0073BB;
    font-family: 'HelveticaNeueLTStd-Bd';
    font-size: 0.875rem;
    margin-bottom: 5px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    cursor: pointer;
  }
  .plancardshide {
    display: none;
  }
}