.bod {
  z-index: 9999
}
.bod .profile-card::after {
  border-top: 24px solid var(--primary-1)
}
.bod .profile-card__card-link {
  border-radius: var(--card-radius);
  overflow: hidden
}
.bod .profile-card__card-link .profile-card__content {
  background-color: var(--base-5);
  color: var(--primary-1)
}
.bod .profile-card__card-link .profile-card__content .color-body,
.bod .profile-card__card-link .profile-card__content .color-cta,
.bod .profile-card__card-link .profile-card__content .color-display {
  color: var(--base-5)
}
.bod .profile-card__card-link .profile-card__body-text {
  color: var(--base-1);
  transition: all .4s ease
}
.bod .profile-card__card-link:focus-within .profile-card__content,
.bod .profile-card__card-link:hover .profile-card__content {
  background-color: var(--primary-1);
  color: var(--secondary-2)
}
.bod .profile-card__card-link:focus-within .profile-card__body-text,
.bod .profile-card__card-link:hover .profile-card__body-text {
  color: var(--base-5)
}
.bod .profile-card--visible .profile-card__content {
  background-color: var(--primary-1);
  color: var(--secondary-2)
}
.bod .profile-card--visible .profile-card__body-text {
  color: var(--base-5)
}
.bod .profile-detail {
  max-height: 0;
  transition: none
}
.bod .profile-detail__description {
  font-family: var(--body-s-font-family);
  font-size: var(--body-s-font-size);
  line-height: var(--body-s-line-height);
  font-weight: var(--body-s-weight);
  letter-spacing: var(--body-s-letter-spacing)
}
.bod .profile-detail .action-button {
  color: var(--primary-1)
}
.bod .profile-detail__close {
  font-size: 3.2rem;
  line-height: 3.2rem;
  background-color: rgba(236,234,230,.3019607843);
  border: none
}
.bod .profile-detail--visible {
  max-height: 300rem;
  width: 100%;
  transition: max-height 3s;
  padding-bottom: var(--lg-2)
}
.bod .profile-detail__wrapper {
  margin-top: var(--md-3);
  background-color: var(--primary-3)
}
.bod--popup .profile-detail {
  max-height: none
}
.bod--popup .profile-detail__wrapper {
  margin-top: 0
}
.bod--popup .profile-detail__button {
  display: none!important
}
.bod--popup .profile-detail--visible .profile-detail {
  max-height: 100%
}
.bod--popup .modal-dialog {
  min-width: calc(100vw - 28%)
}
.bod--popup .modal-body {
  background-color: var(--base-4)
}
.bod--popup .modal-header {
  border: none;
  padding: 0;
  padding: var(--sm-1) var(--sm-1) 0
}
.bod--popup .modal-content {
  max-height: 80rem;
  padding: 0!important
}
.bod--popup .modal-content .profile-detail {
  margin-top: 0
}
.bod--popup .modal-footer {
  border-top: none;
  justify-content: end
}
.ip3-edit .modal {
  z-index: 99999
}
@media (min-width:768px) {
  .bod--popup .modal-dialog {
    min-width: calc(100vw - 17%)
  }
}
@media (min-width:992px) {
  .bod--popup .modal-dialog {
    min-width: calc(100vw - 36%)
  }
  .bod .profile-card__card-link:focus-within .profile-card__content .cta {
    color: var(--base-5)!important;
    background-color: transparent!important
  }
  .bod .profile-card__card-link:focus-within .profile-card__content .cta--text-link:focus-visible {
    outline: transparent
  }
  .bod .profile-card__card-link:focus-within .profile-card__content .cta--text-link:focus-visible .cta__label {
    color: var(--base-5)!important;
    background-color: transparent!important
  }
}