/*!********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/sections/leadership.scss ***!
  \********************************************************************************************************************************************************/

/*** LTR websites ***/

.leaderShip {
  padding: 40px 0;
  color: #fff;
  background-color: #000000;
  text-align: center;
}

.leaderShip .wrapper {
  display: flex;
  flex-direction: column;
}

.leaderShip_cats {
  margin-bottom: 25px;
  display: flex;
  background-color: #0d0d0d;
  width: calc(100% + 40px);
  margin-left: -20px;
}

@media (max-width: 991px) {
  .leaderShip_cats {
    overflow: scroll;
  }
}

.leaderShip_cats-cat {
  text-align: center;
  font-size: 16px;
  color: #999999;
  padding: 7px 20px;
}

@media (max-width: 991px) {
  .leaderShip_cats-cat {
    width: max-content;
    text-wrap: nowrap;
  }
}

.leaderShip_cats-cat-active {
  color: #fff;
  position: relative;
}

.leaderShip_cats-cat-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background: radial-gradient(50% 31250% at 50% 50%, #78b52e 0%, rgba(0, 133, 133, 0) 100%);
}

.leaderShip_title {
  margin-bottom: 30px;
}

.leaderShip_all {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.leaderShip_all > * {
  margin-bottom: 15px;
  flex-basis: calc(100% / 1 - 15px);
  margin: 7.5px;
  flex-grow: 0;
}

.leaderShip_single {
  padding: 120px 10px 10px;
  position: relative;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(217, 217, 217, 0) 86.14%);
  position: relative;
  border-radius: 2px;
  border-right: 1px solid #fff;
  text-align: left;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-right: 1px solid #5d9b12;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(3px);
  background-color: rgba(255, 255, 255, 0.1);
}

.leaderShip_single > * {
  position: relative;
  z-index: 1;
}

.leaderShip_single::after,
.leaderShip_single::before {
  content: "";
  width: 70%;
  height: 1px;
  background: linear-gradient(to left, #fff, #000);
  position: absolute;
  right: 0;
}

.leaderShip_single::after {
  top: 0;
}

.leaderShip_single::before {
  bottom: 0;
}

.leaderShip_single .gfield--input-type-textarea {
  flex-basis: 100% !important;
}

.leaderShip_single .gfield--input-type-textarea textarea {
  border: 1px solid hsla(0, 0%, 100%, 0.5);
}

.leaderShip_single .gfield--type-image_hopper .gfield_label {
  top: -15px !important;
  transform: unset !important;
}

.leaderShip_single .gfield--type-image_hopper input {
  font-size: 14px !important;
  width: 100%;
  padding: 8px !important;
}

.leaderShip_single:hover img,
.leaderShip_single:hover svg {
  filter: grayscale(0%);
}

.leaderShip_single::before {
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, rgb(0, 0, 0));
  z-index: 1;
}

.leaderShip_single::after {
  background: linear-gradient(to left, #5d9b12, #000);
}

.leaderShip_single-wrapper {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.leaderShip_single-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, rgb(0, 0, 0));
  z-index: 1;
}

.leaderShip_single-wrapper svg {
  position: absolute;
  bottom: 0;
  z-index: 1;
  transform: translateX(75px);
  filter: grayscale(100%);
  transition: 0.3s;
}

.leaderShip_single-img {
  width: 240px;
  height: 100%;
  object-fit: cover;
  filter: grayscale(80%);
  transition: 0.3s;
  position: relative;
  z-index: 0;
}

.leaderShip_single-title {
  font-size: 24px;
  font-weight: 400;
}

.leaderShip_single-subtitle {
  color: #5d9b12;
  font-size: 15px;
  font-weight: 400;
}