.team__title {
  font-size: 1.25rem;
}
.team__image {
  width: 100%;
}
.team__modal .row {
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .team__modal .modal-header {
    flex-wrap: nowrap;
  }
  .team__modal .modal-header,
  .team__modal .modal-meta,
  .team__modal .modal-body {
    padding-left: 0;
  }
}
.team--grid .card-img, .team--carousel .card-img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.team--grid .card {
  border-radius: 0;
}
@media (max-width: 991px) {
  .team--grid .team__col {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .team--grid .team__col {
    margin-top: 0;
    margin-bottom: 72px;
  }
}
.team--grid .card-body {
  padding: 0;
}
.team--grid .team__title {
  margin: 28px 0 0 0;
  font-size: 25px;
  line-height: 35px;
  color: #fff;
}
.team--grid .team__title a {
  color: #fff;
}
.team--grid p {
  margin: 0 0 45px;
}
@media (max-width: 767px) {
  .team--grid p {
    margin: 0 0 25px;
  }
}
.team--grid .btn-link {
  font-size: 16px;
  font-family: "Inter", sans-serif !important;
  line-height: 22px !important;
  font-weight: 300 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 5px;
  color: #fff !important;
  display: inline-block !important;
  width: auto;
  text-align: left;
  transition: all 0.4s ease-in-out;
}
.team--grid .btn-link:hover {
  color: #ff9d00 !important;
  text-decoration: none !important;
}
@media (max-width: 567px) {
  .team--grid .team__row {
    display: block;
  }
  .team--grid .team__row .team__col {
    width: 100%;
  }
}
.team__list-item {
  padding: 1.25rem 0;
}
@media (min-width: 768px) {
  .team__list-item {
    display: flex;
    flex-direction: row;
  }
}
.team__list-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: unset;
  padding: 1.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .team__list-body {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .team__list-body {
    padding-left: 3rem;
  }
}
.team__list-image-wrapper {
  border-radius: var(--bs-border-radius-lg);
  overflow: hidden;
}
@media (min-width: 768px) {
  .team__list-image-wrapper {
    flex-basis: 300px;
  }
}
.team__list-image {
  width: 100%;
}
@media (min-width: 768px) {
  .team__list-body {
    flex-basis: calc(100% - 300px);
  }
}
.team.custom-team {
  border-top: 0;
}
.team.custom-team:after {
  display: none;
}
.team.custom-team.team--carousel > .container {
  border-top: 1px solid #515151;
  border-bottom: 1px solid #515151;
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.team.custom-team .swiper {
  overflow: hidden;
  padding-bottom: 0;
  border-right: 0px solid #515151;
  border-left: 1px solid #515151;
  position: static;
}
.team.custom-team .swiper .swiper-wrapper {
  padding-bottom: 0;
}
.team.custom-team .swiper .swiper-slide {
  padding: 24px 55px 60px;
  border-right: 1px solid #515151;
}
@media only screen and (max-width: 767px) {
  .team.custom-team .swiper .swiper-slide {
    padding: 38px 26px 61px;
    border-right: 0;
  }
}
.team.custom-team .swiper .swiper-slide .card {
  border-radius: 0;
}
.team.custom-team .swiper .swiper-navigation {
  position: absolute;
  bottom: -30px;
  width: 128px;
  height: 63px;
  right: auto !important;
  left: 50%;
  transform: translateX(-50%);
  background-color: #020218;
  border: 1px solid #515151;
  z-index: 9;
}
.team.custom-team .swiper .swiper-navigation .swiper-button-prev .fa-arrow-left:before {
  content: "\f053";
  color: #515151;
}
.team.custom-team .swiper .swiper-navigation .swiper-button-prev:hover {
  background-color: transparent !important;
}
.team.custom-team .swiper .swiper-navigation .swiper-button-prev:hover .fa-arrow-left:before {
  color: #FF9D00;
}
.team.custom-team .swiper .swiper-navigation .swiper-button-next {
  background-color: transparent !important;
}
.team.custom-team .swiper .swiper-navigation .swiper-button-next .fa-arrow-right:before {
  content: "\f054";
  color: #515151;
}
.team.custom-team .swiper .swiper-navigation .swiper-button-next:hover .fa-arrow-right:before {
  color: #FF9D00;
}
.team.custom-team .swiper .swiper-pagination--wrapper {
  display: none;
}
.team.custom-team .swiper .card-body {
  padding: 0;
  margin-top: 28px;
}
.team.custom-team .swiper .team__title {
  margin: 0;
  font-size: 25px;
  line-height: 35px;
  color: #fff;
}
.team.custom-team .swiper .team__title a {
  color: #fff;
}
.team.custom-team .swiper p {
  margin: 0 0 45px;
}
@media (max-width: 767px) {
  .team.custom-team .swiper p {
    margin: 0 0 25px;
  }
}
.team.custom-team .swiper .btn-link {
  font-size: 16px;
  font-family: "Inter", sans-serif !important;
  line-height: 22px !important;
  font-weight: 300 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 5px;
  color: #fff !important;
  display: inline-block !important;
  width: auto;
  text-align: left;
  transition: all 0.4s ease-in-out;
}
.team.custom-team .swiper .btn-link:hover {
  color: #ff9d00 !important;
  text-decoration: none !important;
}

.team {
  border-top: 1px solid #515151;
  padding: 0;
  position: relative;
}
.team:after {
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  background: #515151;
  display: block;
  bottom: 0;
  left: 0;
}
.team__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-left: solid 1px #515151;
  border-right: solid 1px #515151;
  position: relative;
}
.team__list:not(:first-child):before {
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  background: #515151;
  display: block;
  top: -1px;
  left: -100%;
}
.team__list:not(:first-child):after {
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  background: #515151;
  display: block;
  top: -1px;
  right: -100%;
}
@media (max-width: 767px) {
  .team__list {
    grid-template-columns: 1fr;
  }
}
.team__list-item {
  border-bottom: solid 1px #515151;
  border-right: solid 1px #515151;
}
.team__list-item .team__list-body {
  padding: 45px 0 22px !important;
  max-width: 270px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-areas: "teamImg" "teamContent";
}
@media (max-width: 991px) {
  .team__list-item .team__list-body {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .team__list-item .team__list-body {
    width: 270px;
  }
}
.team__list-item .team__image-block {
  margin-bottom: 22px;
  grid-area: teamImg;
}
.team__list-item .team__content {
  grid-area: teamContent;
  display: grid;
  grid-template-rows: 1fr auto auto;
  grid-template-areas: "title" "job" "link";
}
.team__list-item .team__content h3 {
  grid-area: title;
}
.team__list-item .team__content .btn-link {
  grid-area: link;
}
.team__list-item .team__content p {
  grid-area: job;
}
.team__list-item:nth-child(3n) {
  border-right: none;
}
.team__list-item .team__title {
  margin: 0;
  font-size: 25px;
  line-height: 35px;
}
.team__list-item p {
  margin: 0 0 45px;
}
@media (max-width: 767px) {
  .team__list-item p {
    margin: 0 0 25px;
  }
}
.team__list-item .btn-link {
  font-size: 16px;
  font-family: "Inter", sans-serif !important;
  line-height: 22px !important;
  font-weight: 300 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 5px;
  color: #fff !important;
  display: inline-block !important;
  width: auto;
  text-align: left;
  transition: all 0.4s ease-in-out;
}
.team__list-item .btn-link:hover {
  color: #ff9d00 !important;
  text-decoration: none !important;
}

@media (max-width: 767px) {
  .teamPageHeader {
    text-align: center;
  }
  .teamPageHeader .text-media__col {
    padding-top: 0px;
  }
  .team {
    border: none;
  }
  .team::after {
    display: none;
  }
  .team__list {
    border: none !important;
  }
  .team__list::after, .team__list::before {
    display: none !important;
  }
  .team__list-item {
    border: none !important;
    padding: 5px 0;
  }
  .team__list-item .team__list-body {
    padding: 10px 0 20px !important;
  }
}/*# sourceMappingURL=team.css.map */