.auth_best {
  display: none;
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.b-modal_close:hover {
  background-color: rgba(255, 255, 255, .05);
}

.b-modal_close svg {
  fill: #676767;
}

.theme-one body {
  background: #2E2E3A;
  overflow-x: hidden;
}

.g-cross:hover {
  background-color: #E9E7E2;
}

.menu {
  display: none;
}

#promo_services_bk_button_block,
.online-chat-root,
.csc-header {
  display: none !important;
}

@media (min-width: 768px) {
  .p-human-design_header {
    padding-top: 4rem;
  }
}

.p-human-design_title {
  margin-top: 0;
  text-align: center;
  color: white;
}

@media (max-width: 767px) {
  .p-human-design_title {
    margin-bottom: 1rem;
    font-size: var(--typo-xl-fs);
    line-height: var(--typo-xl-lh-s);
  }
}

@media (min-width: 768px) {
  .p-human-design_title {
    margin-bottom: 1rem;
    font-size: var(--typo-4xl-fs);
    line-height: var(--typo-4xl-lh-s);
    font-weight: 400;
  }
}

.p-human-design_intro {
  margin-right: auto;
  margin-bottom: 1.5rem;
  margin-left: auto;
  max-width: 30em;
  text-align: center;
  font-size: var(--typo-l-fs);
  line-height: var(--typo-l-lh-m);
  color: white;
}

@media (max-width: 767px) {
  .p-human-design_intro {
    margin-top: -0.5rem;
    font-size: var(--typo-s-fs);
    line-height: var(--typo-s-lh-m);
  }
}

.p-human-design_header-wrap {
  margin-top: 2rem;
}

.p-human-design_wrap {
  text-align: center;
}

.p-human-design_txt {
  color: rgba(255, 255, 255, .8);
  margin-inline: auto;
}

.p-human-design_section {
  margin-bottom: 3rem;
}

.p-human-design_modal-header {
  display: flex;
}

@media (max-width: 767px) {
  .p-human-design_modal-header {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .p-human-design_subtitle {
    margin-bottom: 1rem;
    font-size: var(--typo-xl-fs);
    line-height: var(--typo-xl-lh-m);
    font-weight: 500;
  }
}

@media (min-width: 768px) {
  .p-human-design_subtitle {
    margin-bottom: 2rem;
    font-size: var(--typo-2xl-fs);
    line-height: var(--typo-2xl-lh-s);
    font-weight: 400;
  }
}

.p-human-design_subtitle--one {
  margin-top: 0;
  text-align: center;
  color: white;
}

@media (max-width: 767px) {
  .p-human-design_subtitle--one {
    text-align: left;
  }
}

.p-human-design_cta {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  text-align: center;
  font-size: var(--typo-m-fs);
  color: white;
}

@media (max-width: 767px) {
  .p-human-design_cta {
    margin-bottom: 2rem;
  }
}

.p-human-design_type {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.75rem;
}

@media (max-width: 767px) {
  .p-human-design_type {
    flex-wrap: nowrap;
    margin: 0 0 -0.5rem;
    overflow-x: auto;
    padding: 0 1rem 0.5rem;
    -webkit-overflow-scrolling: touch;
  }
}

.p-human-design_type-intro {
  margin: 0 auto 3rem;
  max-width: 30em;
  text-align: center;
  font-size: var(--typo-m-fs);
  line-height: var(--typo-m-lh-m);
  color: white;
}

@media (max-width: 767px) {
  .p-human-design_type-intro {
    margin-bottom: 2rem;
    text-align: left;
    font-size: var(--typo-s-fs);
  }
}

@media (max-width: 767px) {
  .p-human-design_type-wrap {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
    overflow: hidden;
  }
}

.p-human-design_type-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin: 0 1rem 1.5rem;
  flex: 0 0 calc(50% - 2rem);
}

@media (max-width: 767px) {
  .p-human-design_type-item {
    flex-direction: column;
    align-items: center;
    flex-basis: 100%;
    border-radius: 1rem;
    margin: 0;
    background-color: #383846;
    padding: 1.5rem;
    text-align: center;
  }

  .p-human-design_type-item:not(:last-child) {
    margin-right: 0.5rem;
  }
}

.p-human-design_type-person {
  margin-top: 0.25rem;
  margin-right: 1.5rem;
  width: 7.5rem;
}

@media (max-width: 767px) {
  .p-human-design_type-person {
    margin: 0 0 1rem;
    width: 6.25rem;
  }
}

.p-human-design_type-cnt {}

.p-human-design_type-title {
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: white;
}

.p-human-design_type-txt {
  margin-top: 0;
  color: white;
}

@media (max-width: 767px) {
  .p-human-design_type-txt {
    font-size: var(--typo-xs-fs);
    line-height: var(--typo-xs-lh-m);
    color: rgba(255, 255, 255, .8);
  }
}

.p-human-design_step {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .p-human-design_step {
    margin-top: -1.5rem;
  }
}

.p-human-design_step-item {
  position: relative;
  padding-right: 2rem;
  flex: 0 0 33.33%;
}

@media (max-width: 767px) {
  .p-human-design_step-item {
    flex-basis: 100%;
    margin-bottom: 0.5rem;
    padding-right: 0;
  }

  .p-human-design_step-ico {
    margin-bottom: -0.5rem;
    width: 6.25rem;
  }
}

.p-human-design_step-item:before {
  z-index: -1;
  position: absolute;
  top: -5%;
  left: 0;
  content: '';
  opacity: .4;
  filter: blur(50px);
  border-radius: 100%;
  height: 50%;
  width: 30%;
}

.p-human-design_step-item:nth-child(1):before {
  transform: rotate(-5deg);
  background-color: #FFABAB;
}

.p-human-design_step-item:nth-child(2):before {
  transform: rotate(-3deg);
  background-color: #B2EAFF;
}

.p-human-design_step-item:nth-child(3):before {
  transform: rotate(4deg);
  background-color: #CEF5B2;
}

.p-human-design_step-title {
  margin-top: -0.25rem;
  margin-bottom: 0.75rem;
  font-size: var(--typo-m-fs);
  line-height: var(--typo-m-lh-m);
  font-weight: 500;
  color: #FFE8BD;
}

.p-human-design_step-title--one {
  color: #FFABAB;
}

.p-human-design_step-title--two {
  color: #B2EAFF;
}

.p-human-design_step-title--three {
  color: #CEF5B2;
}

.p-human-design_step-txt {
  margin-top: 0;
  margin-bottom: 0;
  font-size: var(--typo-xs-fs);
  line-height: var(--typo-xs-lh-m);
  color: rgba(255, 255, 255, .8);
}

.p-human-design_how {
  border-radius: 1rem;
  background-color: #383846;
  padding: 3rem 3rem 4.5rem;
}

@media (max-width: 767px) {
  .p-human-design_how {
    margin: 0 0 3.5rem;
    background-color: transparent;
    padding: 0;
  }

  .p-human-design_how .p-human-design_txt {
    text-align: left;
  }
}

.p-human-design_how-wrap {
  margin-top: 1.5rem;
}

.p-human-design_dash {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 3.5rem;
  margin-right: -0.25rem;
  margin-left: -0.25rem;
}

@media (max-width: 767px) {
  .p-human-design_dash {
    margin-top: 2rem;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
}

.p-human-design_dash_item {
  display: flex;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  flex: 0 0 calc(50% - 0.5rem);
}

@media (max-width: 767px) {
  .p-human-design_dash_item {
    flex-basis: 100%;
    margin: 0 0 0.5rem;
  }
}

.p-human-design_expert {
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  background-color: white;
  padding: 2.5rem 2rem 3rem;
}

@media (max-width: 767px) {
  .p-human-design_expert {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.p-human-design_expert-header {
  position: relative;
  display: flex;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .p-human-design_expert-header {
    align-items: center;
  }
}

.p-human-design_expert-avatar {
  position: relative;
  margin-right: 1.5rem;
  overflow: hidden;
  flex: 0 0 8.125rem;
}

@media (max-width: 767px) {
  .p-human-design_expert-avatar {
    margin-right: 1.5rem;
    flex: 0 0 6.25rem;
  }
}

.p-human-design_expert-holder {
  padding-top: 110%;
}

.p-human-design_expert-pic {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.p-human-design_expert-meta {
  max-width: 16.25rem;
}

.p-human-design_expert-name {
  display: block;
  margin-top: 0.75rem;
  margin-bottom: 0.25rem;
  font-size: var(--typo-m-fs);
  line-height: var(--typo-m-lh-m);
  font-weight: 600;
}

@media (max-width: 767px) {
  .p-human-design_expert-name {
    margin-top: 0;
  }
}

.p-human-design_expert-spec {
  margin-top: 0;
  margin-bottom: 0;
  font-size: var(--typo-xs-fs);
  line-height: var(--typo-xs-lh-m);
}

.p-human-design_expert-txt {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.p-human-design_expert-wrap {
  margin-top: auto;
}

.b-review-hd {
  border-radius: 1rem;
  margin-bottom: 1.5rem;
  background-color: #383846;
  padding: 3rem 3.5rem;
}

@media (max-width: 767px) {
  .b-review-hd {
    margin: 0 -0.75rem 0.75rem;
    padding: 2rem 1rem;
  }
}

.b-review-hd_meta {
  display: flex;
  margin-bottom: 0.75rem;
  line-height: normal;
}

.b-review-hd_meta .b-rating {
  margin-right: 0.5rem;
}

.b-rating {
  display: inline-flex;
}

.c-star--one {
  fill: #F85161;
}

.c-star--m {
  width: 1rem;
}

.c-star {
  height: auto;
  transition: fill .2s ease;
}

.b-review-hd_name {
  color: white;
}

.b-review-hd_resume {
  display: block;
  margin-bottom: 0.75rem;
  font-size: var(--typo-m-fs);
  line-height: var(--typo-m-lh-s);
  font-weight: 400;
  color: white;
}

@media (max-width: 767px) {
  .b-review-hd_resume {
    font-size: var(--typo-s-fs);
    line-height: var(--typo-s-lh-m);
  }
}

.b-review-hd_text {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 42em;
  color: rgba(255, 255, 255, .8);
}

.p-human-design_modal-cnt {
  background-color: #2E2E3A;
  max-width: 75rem;
  padding: 3.5rem 2.5rem;
}

@media (max-width: 767px) {
  .p-human-design_modal-cnt {
    padding: 2rem 1rem;
  }
}

.p-human-design_modal-cnt--one {
  max-width: 97.5rem;
}

.g-cross--one svg {
  fill: #9F9F9F;
}

.g-cross:hover {
  background-color: #353544;
}

.p-human-design_modal-title {
  margin-top: -0.5rem;
  color: white;
  flex: 0 0 auto;
}

@media (max-width: 767px) {
  .p-human-design_modal-title {
    margin-top: 0;
    margin-bottom: .5rem;
    font-size: var(--typo-m-fs);
    line-height: var(--typo-m-lh-m);
  }
}

.p-human-design_modal-text {
  margin-top: 0;
  margin-left: 3.5rem;
  max-width: 42em;
  color: white;
}

@media (max-width: 767px) {
  .p-human-design_modal-text {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .p-human-design_modal {
    padding: 0;
  }
}

.p-human-design_modal.is-visible {
  background-color: rgba(19, 20, 24, .96);
}

.p-human-design_card {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 1.5rem -0.75rem 0;
  padding: 0;
  list-style-type: none;
}

@media (max-width: 767px) {
  .p-human-design_card {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
}

.p-human-design_card-item {
  border-radius: 1rem;
  margin: 0 0 0.5rem;
  background-color: white;
  padding: 2rem 1rem 2rem;
}

@media (min-width: 768px) {
  .p-human-design_card-item {
    display: flex;
    flex-direction: column;
    margin-right: 0.25rem;
    margin-left: 0.25rem;
    padding: 2rem 2rem 2.5rem;
    flex: 0 0 30rem;
  }
}

.p-human-design_card-title {
  position: relative;
  margin-top: 0;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .p-human-design_card-title {
    margin-bottom: 1.5rem;
  }
}

.p-human-design_card-title--one {
  margin-bottom: 1rem;
}

.p-human-design_card-add {
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  font-size: var(--typo-xs-fs);
  line-height: var(--typo-xs-lh-m);
  font-weight: 700;
}

@media (max-width: 767px) {
  .p-human-design_card-add {
    position: static;
    display: block;
    margin-top: 0.25rem;
  }
}

.p-human-design_card-add--two {
  color: #F85961;
}

.p-human-design_card-list {
  padding: 0;
  list-style-type: none;
}

.p-human-design_card-profit {
  position: relative;
  margin-bottom: 0.75rem;
  padding-left: 1.5rem;
  font-size: var(--typo-xs-fs);
  line-height: var(--typo-xs-lh-m);
}

.p-human-design_card-profit:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  height: 1.5rem;
  width: 1.5rem;
}

.p-human-design_card-text {
  font-size: var(--typo-xs-fs);
  line-height: var(--typo-xs-lh-m);
}

@media (min-width: 768px) {
  .p-human-design_card-text {
    margin-top: 0;
  }
}

.p-human-design_card-profit--yes:before {
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE2IDE3Ij48cGF0aCBmaWxsPSIjNThjNDM5IiBkPSJNMSwxMS4zbDQuNjYxLDQuODI0TDE1LDIuOTIzLDEzLjk2NiwxLjM3Miw1LjU1OSwxMi4xODksMS44NDcsOS40NDhaIj48L3BhdGg+PC9zdmc+") no-repeat center;
}

.p-human-design_card-profit--no {
  color: #9E9E9E;
}

.p-human-design_card-profit--no:before {
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij48cGF0aCBmaWxsPSIjZjg1ODYxIiBkPSJNMTIuNTU3LDExLjU0M2wtMS40MTQsMS40MTRMNy4wMTYsOC44MywyLjg4OCwxMi45NTcsMS40NzQsMTEuNTQzLDUuNiw3LjQxNiwxLjQ3NiwzLjI5LDIuODksMS44NzYsNy4wMTYsNmw0LjEyNS00LjEyNUwxMi41NTUsMy4yOSw4LjQzLDcuNDE2WiIvPjwvc3ZnPg==") no-repeat center;
}

.p-human-design_card-footer {
  margin-top: 1rem;
  text-align: center;
  font-size: var(--typo-xs-fs);
  line-height: var(--typo-xs-lh-m);
}

@media (min-width: 768px) {
  .p-human-design_card-footer {
    margin-top: auto;
  }
}

.p-human-design_card-label {
  margin-right: auto;
  margin-left: auto;
  max-width: 18.75rem;
  font-size: var(--typo-xs-fs);
  line-height: var(--typo-xs-lh-m);
}

.p-human-design_card-price {
  margin-top: -0.25rem;
  margin-bottom: 0.75rem;
  font-size: var(--typo-m-fs);
  line-height: var(--typo-m-lh-m);
}

.p-human-design_outer {
  z-index: -1;
  position: absolute;
  opacity: .1;
}

@media (max-width: 768px) {
  .p-human-design_outer {
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
  }

  .p-human-design_wheel {
    width: 62.5rem;
  }
}

@media (min-width: 768px) {
  .p-human-design_outer {
    left: 50%;
    margin-top: -27.5rem;
    margin-left: -40.625rem;
  }

  .p-human-design_wheel {
    width: 81.25rem;
  }
}

.b-wheel_holder {
  position: relative;
  padding-top: 96%;
}

@media (min-width: 768px) {
  .b-wheel_holder:before {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    filter: blur(50px);
    transform: translate(-50%, -50%);
    border-radius: 100%;
    background-color: #B2EAFF;
    height: 50%;
    width: 50%;
  }
}

.b-wheel_img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  animation: rotating 180s linear infinite;
  will-change: transform;
}

.b-wheel_img:last-child {
  animation-direction: reverse;
}