/**
 * h1 Styles
 */
/**
 * h2 Styles
 */
/**
 * h3 Styles
 */
/**
 * h4 Styles
 */
/**
 * h5 Styles
 */
/**
 * h6 Styles
 */
/**
 * Container for components .container class
*/
/*
* Content + Two Sidebars Layout
* Pages: Spikes, Brixx, Tax
*/
div.profile {
  max-width: 75rem;
  margin: 0 1.875rem;
  padding: 3.75rem 0;
  border-bottom: 1px solid #E6E6E6;
  display: flex;
  flex-flow: column nowrap;
}
@media screen and (min-width: 1024px) {
  div.profile {
    flex-flow: row nowrap;
  }
}
@media screen and (min-width: 1440px) {
  div.profile {
    margin: 0 auto;
  }
}
div.profile__img {
  margin: 0 0 2rem;
}
@media screen and (min-width: 1024px) {
  div.profile__img {
    margin: 0 4.5rem 0 0;
    border-bottom: none;
  }
}
@media screen and (min-width: 1440px) {
  div.profile__img {
    margin: 0 6.5rem 0 0;
  }
}
div.profile img {
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  clip-path: polygon(100% 0, 100% calc(100% - 96px), calc(100% - 70px) 100%, 0 100%, 0 0);
  width: 100%;
}
@media screen and (min-width: 1024px) {
  div.profile img {
    width: 368px;
  }
}
div.profile .profile__img.profile {
  padding: 0;
  border-bottom: none;
}
@media screen and (min-width: 1024px) {
  div.profile .profile__img.profile img {
    height: 253px;
  }
}
div.profile .card-body {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
div.profile .card-body ul.titles {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  div.profile .card-body ul.titles {
    display: flex;
    flex-flow: row wrap;
    flex-direction: column;
    margin-bottom: 14px;
  }
}
div.profile .card-body ul.titles li {
  font-weight: 300;
  line-height: 1.6rem;
  color: #1a1a1a;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  div.profile .card-body ul.titles li {
    width: 93%;
  }
}
div.profile .card-body .bio {
  margin: 0;
  color: #1a1a1a;
}
@media screen and (min-width: 1200px) {
  div.profile .card-body .bio {
    margin: 0 7.3304% 0 0;
  }
}
div.profile .card-body .bio.less {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  height: auto;
}
div.profile .card-body .bio p {
  margin-bottom: 0;
  line-height: 28px !important;
  display: inline;
}
div.profile .card-body .miax-link {
  cursor: pointer;
}
div.profile .card-body .bi-caret-down-fill {
  margin-left: 4px;
  width: 10px;
  height: 8px;
}
div.profile .card-body .bi-caret-down-fill.open {
  transform: rotate(180deg);
}
div.profile:last-child {
  border-bottom: none;
}
div.profile__button {
  align-items: center;
  display: flex;
  margin-top: 1rem;
}
div.profile__link {
  margin-top: 1rem;
}
div.profile__link .arrow-button__text {
  font-size: 1.2rem;
}
div.profile__link .icon-container {
  margin-top: 2px;
}