.container-pricing {
    max-width: 1100px;
    margin: 55px auto 0 auto;
    display: flex;
    align-items: center;
}

.pricing-h1 {
    background: linear-gradient(90deg, #AE5DD7 60%, #0D6EFD 90%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.pricing-desc {
    text-align: left;
    max-width: 80%;
}

@media (max-width: 750px) {
    .container-pricing {
        margin-top: 10px;
        padding: 5%
    }
    .pricing-desc {
        margin-top: 20px;
        max-width: 100%;
    }
}
.container-cards {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%
}
@media (min-width: 950px) {
    .container-cards {
        min-width: 585px;
    }
}

.pricinggrid_container {
    display: flex;
    justify-content: center;
    gap: 10px;
}

@media (max-width: 500px) {
    .pricinggrid_container {
        display: flex;
        flex-direction: column;
        box-shadow: none;
        align-items: center;
    }
}


.plancard {
  padding: 32px 2px 2px 2px;
}
.plancard_container {
  flex: 1;
  background: white;
  padding: 20px;
  cursor: pointer;
  height: 100%;
  /* border-radius: 24px; */
  fill: #fff;
  min-width: 268px;
  max-width: 500px;
  width: 100%;
  border: 1px solid #E5E7EB;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* box-shadow: 0px 4px 40px 0px #00000014; */
  gap: 24px;
}



.popularbadge {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 14px;
  justify-content: center;
  margin-top: -29px;
  padding-bottom: 4px;
  padding-top: 4px;
}

.popularbg {
background: #ae5dd7;
border-radius: 1rem;
}
.PlanCard_headerContainer h2 {
text-align: left;
}
.font-26 {
font-size: 26px!important;
}
.font-14 {
font-size: 14px!important;
}
.PlanCard_price__8yaUQ {
align-items: center;
display: flex;
font-size: 32px;
justify-content: left;
}
.PlanCard_period__LL4\+9 {
font-size: 16px;
font-weight: 400;
margin-top: -7px;
}
.headerContainer h2 {
  text-align: left;
}

.subtitle {
  font-size: 16px;
  min-height: 48px;
}

.single {
  border-radius: 12px;
  width: 100% !important;
  border: 1px solid #f0eef1;
}

/* .container:hover {
  background: #fbf3fd;
} */

.dollar {
  font-size: 12px;
  margin-right: 4px;
  display: flex;
  justify-content: center;
  align-items: end;
  margin-top: 1rem;
  flex-wrap: wrap;

  p {
    font-size: 14px;
  }
}

.label {
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
}

.ctaButton {
  width: 100%;
}

.price {
  font-size: 32px;
  display: flex;
  justify-content: left;
  align-items: center;
}

.center {
  position: relative;
}

.end {
  border-right: solid 1px #f0eef1;
}

.disabled {
  opacity: 30%;
}

.popularBadge {
  font-size: 14px;
  padding-bottom: 4px;
  padding-top: 4px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -29px;
}

.period {
  font-weight: normal;
  font-size: 16px;
  margin-top: -7px;
}

.icon-blue {
  filter: invert(26%) sepia(84%) saturate(1748%) hue-rotate(199deg) brightness(91%) contrast(99%);
}

.icon-purple {
  filter: invert(54%) sepia(36%) saturate(6288%) hue-rotate(245deg) brightness(91%) contrast(83%);
}

.icon-warning {
  filter: invert(68%) sepia(32%) saturate(5424%) hue-rotate(13deg) brightness(96%) contrast(96%);
}

@media (max-width: 768px) {
  .container {
    padding: 36px;
    min-width: 100%;
  }

  .planCard {
    width: 100%;
    max-width: 100%;
  }

  .subtitle {
    font-size: 18px !important;
  }
  .font-48 {
    font-size: 48px !important;
  }
 

  .dollar {
    img {
      width: 24px;
      height: 24px;
    }

    span {
      font-size: 16px;
    }
  }

  .single>.subtitle {
    font-size: 22px !important;
    min-height: 50px;
  }

  .start {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-left: none;
  }

  .end {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right: none;
  }

  .label {
    font-size: 16px;
  }
}

/* .btn-primary {
    background: linear-gradient(90deg,#ae5dd7,#0d6efd 20%,#ae5dd7 40%,#0d6efd 60%,#ae5dd7 80%,#0d6efd);
    background-position: 0 50%;
    background-size: 400% 100%;
    border: none;
    color: #fff;
} */
.plancard_cta {
width: 100%;
}

.font-47 {
font-size: 47px!important;
}
.bold {
  font-weight: 700;
}
.text-blue {
  color: #6aa6ff;
}
.text-purple {
  color: #ae5dd7;
}



/* .ReviewCard_wrapperOuter__Rj73Z {
overflow: hidden;
}
.ReviewCard_wrapper__nXCt- {
margin: 120px 0 40px 10%;
}
.ReviewCard_page__dSClJ {
grid-gap: 36px;
border-radius: 20px;
display: grid;
gap: 36px;
grid-template-columns: 1fr 3fr;
height: 100%;
padding: 24px;
width: 100%;
} */
.ReviewCard_content__qqmQX {
align-items: baseline;
display: flex;
flex-direction: column;
gap: 32px;
height: 100%;
justify-content: center;
text-align: left;
width: 100%;
}
.ReviewCard_pictures__KD2yD {
align-items: center;
display: flex;
width: 100%;
}
.ReviewCard_overlapContainer__BAhYz {
align-items: center;
display: flex;
}
.ReviewCard_roundedImage__N3D1p {
height: 40px;
margin-right: -10px;
width: 40px;
z-index: 1;
}
.ReviewCard_img__93Sq9 {
background: #e5e7eb;
border: 3px solid #fff;
border-radius: 50%;
height: 100%;
width: 100%;
}
.ReviewCard_subtext__qNBj6 {
color: #374151;
font-size: 11px;
font-weight: 500;
margin-left: 18px;
text-align: left;
}
.ReviewCard_contentText__\+0A9J {
display: flex;
flex-direction: column;
gap: 24px;
min-width: 280px;
}
.ReviewCard_title__pMunZ {
color: #1f2937;
font-size: 48px;
font-weight: 900;
line-height: 42px;
text-align: left;
}
.ReviewCard_cardContainer__LVChP {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 12px;
width: 1200px;
}

.ReviewCard_reviewCard__MEiKj {
background: #f5f5f5;
border-radius: 32px;
display: flex;
flex-direction: column;
gap: 12px;
margin-bottom: 10px;
max-width: 300px;
padding: 24px;
}
.ReviewCard_profiles__epkUR {
align-items: center;
display: flex;
gap: 12px;
justify-content: flex-start;
}
.ReviewCard_imgWH__6\+Ydr {
height: 48px;
width: 48px;
}
.ReviewCard_names__kcSgN {
align-items: flex-start;
display: flex;
flex-direction: column;
}
.ReviewCard_userName__nNiF- {
color: #1f2937;
font-size: 14px;
font-weight: 600;
margin-bottom: 0;
}
.ReviewCard_companyName__rqGRn {
text-wrap: nowrap;
color: #374151;
font-size: 12px;
font-weight: 500;
line-height: 20px;
}

.ReviewCard_button__H7-hP {
margin-top: 8px;
max-width: 210px;
text-align: center;
}
.CTAButton_primary-gradient-round__FekVo {
  background: linear-gradient(90deg,#ae5dd7,#0d6efd)!important;
  border: none;
  border-radius: 18px!important;
  color: #fff;
}
.CTAButton_large__0RxpP {
  font-size: 18px;
  padding: 16px 32px!important;
}
.CTAButton_button__E-hh\+ {
  align-items: center;
  display: flex;
  gap: 8px;
}
.reviewCard {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-radius: 32px;
    margin-bottom: 10px;
    background: #f5f5f5;
    max-width: 300px;
}

.imgWH {
    width: 48px;
    height: 48px;
}





