.custom-leadership-wrapper {
  margin-bottom: 0 !important;
}

.custom-leadership-tabs {
  display: flex;
  column-gap: 22px;
  overflow: scroll;
  padding-bottom: 10px;
  margin-bottom: 12px;
  padding-left: 50px;
  padding-right: 50px;
}

.custom-leadership-tabs::-webkit-scrollbar {
  display: none;
}

.custom-leadership-content {
  padding: 0 50px;
}

.leadership-category {
  font: 16px/21px Roboto;
  letter-spacing: -0.32px;
  color: #333333;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
}

.leadership-category.active {
  font: normal normal 900 16px/21px Roboto;
  letter-spacing: -0.32px;
  color: #d97b08;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
}

.swiper.leadership-swiper {
  overflow: visible;
}

.swiper.leadership-swiper .swiper-slide {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #d1d1d1;
  border-radius: 20px;
  padding: 27px 20px 20px 22px;
  height: auto;
  width: 293px;
}

.swiper.leadership-swiper .swiper-slide .leader-img-wrapper {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 22px;
}

.swiper.leadership-swiper .swiper-slide .leader-name {
  font: normal normal 900 24px/32px Roboto;
  letter-spacing: -0.36px;
  color: #333333;
  margin-bottom: 9px;
}

.swiper.leadership-swiper .swiper-slide .leader-job-line-1 {
  font: normal normal bold 18px/24px Roboto;
  letter-spacing: -0.27px;
  color: #d97b08;
}

.swiper.leadership-swiper .swiper-slide .leader-job-line-2 {
  font: normal normal 300 16px/21px Roboto;
  letter-spacing: -0.24px;
  color: #333333;
}

.swiper.leadership-swiper .swiper-slide .leader-job-prefix {
  font: normal normal 300 16px/21px Roboto;
  letter-spacing: -0.24px;
  color: #333333;
}

.leader-profile-row {
  display: flex;
}

.contact-col {
  display: flex;
  column-gap: 12px;
  flex: 1;
  justify-content: flex-end;
}

a.pop-up-btn {
  width: 41px;
  height: 41px;
  display: block;
  background-color: #efefef;
  border-radius: 20px;
  transition: ease 150ms;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pop-up-btn-wrapper {
  position: relative;
  width: fit-content;
  height: fit-content;
  border-radius: 50%;
}

.pop-up-btn-wrapper:before {
  content: "";
  background: #d1d1d1;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  left: 0.5px;
  top: 0.5px;
}

.pop-up-btn-wrapper:hover::before {
  background: #f7941d;
}

.pop-up-btn-wrapper:hover a.pop-up-btn {
  transform: translate(3px, -3px);
  background-color: #fcb040;
}

.custom-leadership-wrapper .leadership-swiper-prev {
  top: initial;
  left: 0;
  bottom: 0;
  display: flex;
}

.custom-leadership-wrapper .leadership-swiper-next {
  top: initial;
  left: 52px;
  bottom: 0;
  display: flex;
}

.custom-leadership-wrapper .leadership-swiper {
  padding-bottom: 54px;
}

@media only screen and (max-width: 768px) {
  .custom-leadership-content {
    padding: 0 20px;
  }

  .custom-leadership-tabs {
    padding-left: 20px;
    padding-right: 20px;
  }

  .custom-leadership-wrapper .leadership-swiper-next {
    left: 42px;
  }
}
