.location-based-team-block .slide-card .excerpt-slide h4 {
  color: var(--secondary-50);
}
.location-based-team-block .slide-card .excerpt-slide .designation {
  color: var(--secondary-50);
}
.location-based-team-block .popup-email-phone a {
  color: var(--secondary-50);
  text-decoration: none;
}
.location-based-team-block .popup-email-phone .email {
  margin-bottom: 0.8rem;
}
.location-based-team-block .popup-email-phone .phone {
  margin-bottom: 1.2rem;
}
.location-based-team-block .title-row {
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .location-based-team-block .title-row {
    margin-bottom: 5.6rem;
  }
}
@media (max-width: 767px) {
  .location-based-team-block .title-row .--button {
    flex-grow: 1 !important;
    justify-content: center;
  }
  .location-based-team-block .title-row .--button a {
    justify-content: center;
    width: 100%;
  }
}
.location-based-team-block .title-row .content h2 {
  margin-bottom: 3.6rem;
}
@media (min-width: 992px) {
  .location-based-team-block .title-row .content h2 {
    margin-bottom: 1.6rem;
  }
}
.location-based-team-block .title-row .content p {
  margin-bottom: 4.8rem;
}
.location-based-team-block .team-member {
  min-height: 40rem;
  margin-bottom: 5.6rem;
}
.location-based-team-block .team-member:last-child {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .location-based-team-block .team-member {
    min-height: 30rem;
    margin-bottom: 4.8rem;
  }
  .location-based-team-block .team-member:last-child {
    margin-bottom: 0;
  }
}
.location-based-team-block .social-links {
  display: block;
  margin-top: 2rem;
}
.location-based-team-block .social-links .linkedin-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.location-based-team-block .social-links .linkedin-link .linkedin-icon {
  fill: #008080;
  transition: all 0.3s ease;
}
.location-based-team-block .social-links .linkedin-link:hover .linkedin-icon {
  fill: #006666;
  transform: translateY(-2px);
}
.location-based-team-block .slide-card {
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 4px;
  background: var(--white);
  box-shadow: 0px 4px 13.5px 0px rgba(34, 30, 31, 0.05);
  height: auto;
}
.location-based-team-block .slide-card .card-front .--image {
  background: white;
  padding: 1.6rem;
  z-index: 2;
  position: relative;
}
.location-based-team-block .slide-card .card-front .--image::after {
  content: "";
  background: url("../../assets/images/team-background.svg");
  background-size: cover;
  width: 123px;
  opacity: 0.15;
  height: 160.955px;
  position: absolute;
  right: -33px;
  z-index: -1;
  bottom: -15.955px;
}
.location-based-team-block .slide-card .card-front .--designation {
  padding: 1.2rem;
  background: white;
}
.location-based-team-block .slide-card .card-front .--designation h5 {
  text-transform: uppercase;
  margin-bottom: 0rem;
}
.location-based-team-block .slide-card .card-front .--designation p {
  font-size: 1.4rem;
  color: var(--gray-02);
  margin: 0;
}
.location-based-team-block .slide-card .card-front img {
  display: block;
  width: 100%;
  height: 383.961px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
@media (min-width: 992px) {
  .location-based-team-block .slide-card .card-front img {
    width: 278px;
    height: 364px;
  }
}
.location-based-team-block .slide-card .card-back {
  position: absolute;
  bottom: -100%;
  left: 0;
  z-index: 9;
  width: 100%;
  padding: 1.6rem 1.6rem 4.4rem 1.6rem;
  height: 100%;
  background: rgb(255, 255, 255);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  transition: bottom 0.4s ease;
  display: flex;
  align-items: flex-start;
  border-radius: 4px;
  color: var(--black-secondary);
}
.location-based-team-block .slide-card .card-back .excerpt-slide {
  padding: 1rem;
  width: 100%;
}
.location-based-team-block .slide-card .card-back .excerpt-slide h5 {
  margin-bottom: 0rem;
  color: var(--black-secondary);
  text-transform: uppercase;
}
.location-based-team-block .slide-card .card-back .excerpt-slide .designation p {
  font-size: 1.4rem;
  color: var(--gray-02);
  margin-bottom: 2.8rem;
}
.location-based-team-block .slide-card .card-back .excerpt-slide .email {
  margin-bottom: 0.8rem;
  display: inline-block;
  word-break: break-all;
}
.location-based-team-block .slide-card .card-back .excerpt-slide .phone {
  margin-bottom: 1.2rem;
}
.location-based-team-block .slide-card .card-back .excerpt-slide .excerpt p {
  color: #5C5D59;
  font-size: 1.4rem;
  margin-bottom: 0;
  line-height: 160%;
}
.location-based-team-block .slide-card .card-back .excerpt-slide .btn-readmore {
  border: none;
  outline: none;
  background: transparent;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  position: absolute;
  left: 16px;
  bottom: 16px;
}
.location-based-team-block .slide-card .card-back .excerpt-slide a {
  color: var(--black-secondary);
  text-decoration: none;
  font-size: 1.6rem;
}
.location-based-team-block .slide-card .card-back .excerpt-slide a:hover {
  text-decoration: underline;
}
.location-based-team-block .slide-card:hover .card-back {
  bottom: 0;
}

.spinner-container {
  display: flex;
  justify-content: center;
  padding: 3rem 0;
}
.spinner-container .spinner-border {
  width: 3rem;
  height: 3rem;
  color: rgb(244, 0, 18);
}

.modal {
  --bs-modal-shadow: 0 2px 10px rgba(0, 0, 0, 1);
}
.modal .modal-dialog {
  max-width: 800px;
  margin: 0 2.4rem;
}
@media (min-width: 992px) {
  .modal .modal-dialog {
    margin: 0 auto;
  }
}
.modal button.close-btn {
  border: none;
  background: none;
}
.modal .modal-content {
  border: none;
  border-radius: 8px;
  overflow: hidden;
}
.modal .modal-header {
  border: none;
  padding: 1.6rem 1.6rem 1.6rem 0rem;
  position: absolute;
  right: 0;
  z-index: 10;
}
@media (min-width: 992px) {
  .modal .modal-header {
    padding: 1.6rem 1.6rem 1.6rem 0rem;
  }
}
.modal .modal-header .btn-close {
  background-color: #fff;
  opacity: 1;
  padding: 0.75rem;
  margin: 0;
  border-radius: 50%;
}
.modal .modal-body {
  padding: 6rem 2.4rem;
}
@media (min-width: 992px) {
  .modal .modal-body {
    padding: 4rem;
  }
}
.modal .modal-body .--right-cont {
  padding: 2.4rem 16px 0;
  margin: 0;
}
@media (min-width: 992px) {
  .modal .modal-body .--right-cont {
    margin-left: 4rem;
    padding: 2.4rem 0 0;
  }
}
.modal .modal-body .--right-cont h4 {
  margin-bottom: 0rem;
}
.modal .modal-body .--right-cont p {
  margin: 0;
}
@media (min-width: 992px) {
  .modal .modal-body .--right-cont p {
    margin-bottom: 2.4rem;
  }
}
.modal .modal-body .--right-cont .bio {
  margin-bottom: 0rem;
}
.modal .modal-body .--right-cont .bio p {
  margin-bottom: 0rem;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 26rem;
  letter-spacing: -0.32px;
  max-height: 26rem;
  font-weight: 400;
  color: var(--gray-02);
}
.modal .modal-body .--left-cont img {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .modal .modal-body .--left-cont img {
    width: 278px;
    height: 352px;
  }
}
.modal .modal-body .team-modal-image {
  height: 100%;
}
.modal .modal-body .team-modal-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal .modal-body .team-modal-content {
  padding: 2rem;
}
.modal .modal-body .team-modal-content .modal-title {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.modal .modal-body .team-modal-content .team-position {
  font-size: 1.125rem;
  color: #666;
  margin-bottom: 1rem;
}
.modal .modal-body .team-modal-content .team-bio {
  font-size: 1rem;
  line-height: 1.6;
}

.team-department {
  margin-bottom: 5.6rem;
}
.team-department h3 {
  margin: 0;
  white-space: nowrap;
}
.team-department .--line {
  opacity: 0.2;
  background: #E02B20;
  height: 1px;
  margin-left: 1rem;
  width: 100%;
}/*# sourceMappingURL=style.css.map */