/*-------------------------------------------------------*/
/* Consultant Program Landing Page
/*-------------------------------------------------------*/
.consultant-program .logo__link {
  height: 60px;
}
.consultant-program > .nav {
  min-height: 60px;
}
.consultant-program .nav__btn-holder {
  margin-top: 15px;
  margin-bottom: 15px;
}
.consultant-program .consultant-program__h2 {
  font-size: 34px;
  line-height: 1.117647;
  font-weight: 700;
  color: #3E4045;
}
.consultant-program p, .consultant-program li {
  color: #495158;
}
.consultant-program .btn.bg-hr-purple:hover {
  background-color: rgb(91.0987261146, 96.9108280255, 236.4012738854);
}

.hero-consultant {
  padding-left: 15px;
  padding-right: 15px;
}
.hero-consultant__header {
  font-family: "Inter", sans-serif;
}
.hero-consultant__header h1, .hero-consultant__header h5, .hero-consultant__header .btn {
  font-family: "Inter", sans-serif;
}
.hero-consultant__header h5 {
  max-width: 368px;
  font-size: 22px;
}
.hero-consultant .hero__title {
  font-size: 54px;
}
.hero-consultant .hero__title img {
  margin-left: 4px;
}
.hero-consultant__video {
  padding-left: 40px;
}
.hero-consultant__iframe {
  position: relative;
  padding: 15px 0;
  border: 2px solid #e9e5e5;
  border-radius: 10px;
  background-color: #FCAFCB;
}
.hero-consultant__iframe-container {
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  aspect-ratio: 1.7482650601;
}
.hero-consultant__buttons .hero-consultant__buttons-trial {
  margin-left: 16px;
  padding-inline: 4px;
  font-weight: 300;
}
.hero-consultant__buttons .hero-consultant__buttons-trial:hover span {
  color: rgb(216.75, 216.75, 216.75);
}
.hero-consultant__buttons .hero-consultant__buttons-trial:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.hero-consultant__buttons .hero-consultant__buttons-trial:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.hero-consultant__rating {
  margin-top: 80px;
}

.hero-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.hero-rating__card {
  color: #ffffff;
  text-align: center;
}
.hero-rating__card-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
}
.hero-rating__card-star {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='25' viewBox='0 0 26 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.9343 20.4504C13.2478 20.2655 13.637 20.2655 13.9505 20.4504L20.0672 24.0589C20.827 24.5072 21.7528 23.8236 21.548 22.9655L19.9411 16.2329C19.8536 15.8661 19.9798 15.4813 20.2676 15.2376L25.5998 10.7225C26.2797 10.1467 25.9241 9.03635 25.0363 8.96272L17.973 8.37699C17.6057 8.34653 17.2849 8.11643 17.1382 7.77824L14.3598 1.37075C14.0117 0.567842 12.8731 0.56784 12.5249 1.37074L9.74656 7.77824C9.59991 8.11643 9.2791 8.34653 8.91174 8.37699L1.84851 8.96272C0.96063 9.03635 0.605023 10.1467 1.28494 10.7225L6.61719 15.2376C6.90496 15.4813 7.0312 15.8661 6.94366 16.2329L5.33679 22.9655C5.13199 23.8236 6.05776 24.5072 6.81758 24.0589L12.9343 20.4504Z' fill='%23FFD578'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 20px;
}
.hero-rating__card-star--half {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='25' viewBox='0 0 26 25' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='half'%3E%3Cstop offset='50%25' stop-color='%23FFD578'/%3E%3Cstop offset='50%25' stop-color='%23E0E0E0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M12.9343 20.4504C13.2478 20.2655 13.637 20.2655 13.9505 20.4504L20.0672 24.0589C20.827 24.5072 21.7528 23.8236 21.548 22.9655L19.9411 16.2329C19.8536 15.8661 19.9798 15.4813 20.2676 15.2376L25.5998 10.7225C26.2797 10.1467 25.9241 9.03635 25.0363 8.96272L17.973 8.37699C17.6057 8.34653 17.2849 8.11643 17.1382 7.77824L14.3598 1.37075C14.0117 0.567842 12.8731 0.56784 12.5249 1.37074L9.74656 7.77824C9.59991 8.11643 9.2791 8.34653 8.91174 8.37699L1.84851 8.96272C0.96063 9.03635 0.605023 10.1467 1.28494 10.7225L6.61719 15.2376C6.90496 15.4813 7.0312 15.8661 6.94366 16.2329L5.33679 22.9655C5.13199 23.8236 6.05776 24.5072 6.81758 24.0589L12.9343 20.4504Z' fill='url(%23half)'/%3E%3C/svg%3E");
}
.hero-rating__card-title {
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-consultant-container {
  border-radius: 40px;
  background: radial-gradient(circle, #DE1766, #FF409F);
}
.hero-consultant-container > .container {
  position: relative;
}

.consultant-info--grey {
  background-color: #F9F9F9;
}
.consultant-info p, .consultant-info li {
  font-size: 18px;
  line-height: 1.578947;
}
.consultant-info li::marker {
  font-size: 14px;
}
.consultant-info__content-right {
  padding-left: 20px;
}
.consultant-info__list.hanging {
  padding-left: 0;
}
.consultant-info__list > li {
  list-style: none;
  position: relative;
  margin-bottom: 5px;
  padding-left: 32px;
}
.consultant-info__list > li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='4,12 9,18 20,6' fill='none' stroke='%23ff4080' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
}

.consultant-steps p {
  font-size: 18px;
  line-height: 1.578947;
}

.consultant-steps-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}

.consultant-steps-card {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 16px;
  text-align: center;
  border-radius: 12px;
  background-color: #FFEEF4;
}
.consultant-steps-card__number {
  margin-bottom: 6px;
  font-size: 36px;
  font-weight: 700;
  color: #DE1766;
}
.consultant-steps-card__title {
  font-size: 16px;
  color: #495158;
}

.consultant-cta__button {
  width: 260px;
  border: 1px solid transparent;
}
.consultant-cta__button--demo {
  border-color: #ff4fa9;
  background-color: #ff4fa9;
}
.consultant-cta__button--demo:hover {
  border-color: rgb(255, 53.5, 156.5397727273);
  background-color: rgb(255, 53.5, 156.5397727273);
}
.consultant-cta__button--tour {
  margin-left: 16px;
  border-color: #ffffff;
  background-color: transparent;
}
.consultant-cta__button--tour:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.consultant-cta__button--tour:focus {
  outline: none;
}

.consultant-ways p {
  font-size: 18px;
  line-height: 1.578947;
}
.consultant-ways__ways {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.consultant-ways__way {
  height: 100%;
  padding: 20px;
  border: 1px solid #898a8b;
  border-radius: 16px;
}
.consultant-ways__way-title {
  font-size: 18px;
  font-weight: 700;
}
.consultant-ways__way-text {
  font-size: 16px;
  color: #495158;
}
.consultant-ways__support {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.consultant-support-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.consultant-support-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  color: #495158;
  border: 1px solid #898a8b;
  border-radius: 8px;
}
.consultant-support-card__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.consultant-support-card__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 16px;
}
.consultant-support-card__title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
}
.consultant-support-card__text {
  font-size: 16px;
}

.consultant-next {
  background: radial-gradient(circle, #FF409F, #DE1766);
}
.consultant-next .consultant-program__h2 {
  color: #ffffff;
}
.consultant-next__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 24px 24px 32px;
  text-align: center;
  border-radius: 16px;
  background-color: #ffffff;
}
.consultant-next__card-title {
  font-size: 18px;
  font-weight: 700;
  color: #3E4045;
}
.consultant-next__card p {
  font-size: 16px;
}
.consultant-next__card .btn {
  margin-top: auto;
}

@media (max-width: 1199px) {
  .flex > [class^=col-lg] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .hero-consultant .hero__title {
    font-size: 48px;
  }
  .hero-consultant__video {
    padding-left: 0;
  }
  .hero-consultant__rating {
    margin-top: 60px;
  }
  .consultant-steps-cards {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .consultant-steps-card {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}
@media (max-width: 991px) {
  .flex > [class^=col-md] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .hero-consultant .hero__title {
    font-size: 42px;
  }
  .hero-consultant h5 {
    font-size: 20px;
  }
  .hero-consultant__header {
    margin-bottom: 40px;
  }
  .hero-consultant__iframe-container {
    aspect-ratio: 1.6260126582;
  }
}
@media (max-width: 767px) {
  .flex > [class^=col-sm] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .hero-consultant .hero__title {
    font-size: 30px;
  }
  .hero-consultant h5 {
    font-size: 17px;
  }
  .hero-consultant__iframe {
    padding: 10px;
  }
  .hero-consultant .hero-consultant__buttons-demo {
    padding: 0 16px;
  }
  .hero-consultant__rating {
    margin-top: 30px;
  }
  .hero-rating {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
  }
  .consultant-info__content-right {
    padding-left: 0;
  }
  .consultant-steps-card {
    -ms-flex-preferred-size: calc(50% - 8px);
        flex-basis: calc(50% - 8px);
  }
  .consultant-cta__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .consultant-cta__button {
    width: 100%;
    max-width: 460px;
  }
  .consultant-cta__button--tour {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .consultant-support-cards {
    grid-template-columns: initial;
  }
}/*# sourceMappingURL=consultant-program.css.map */