@font-face {
  font-family: "Manrope";
  font-weight: 200;
  src: url(/fonts/Manrope/Manrope-ExtraLight.ttf) format("truetype");
}

@font-face {
  font-family: "Manrope";
  font-weight: 300;
  src: url(/fonts/Manrope/Manrope-Light.ttf) format("truetype");
}

@font-face {
  font-family: "Manrope";
  font-weight: 400;
  src: url(/fonts/Manrope/Manrope-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Manrope";
  font-weight: 500;
  src: url(/fonts/Manrope/Manrope-Medium.ttf) format("truetype");
}

@font-face {
  font-family: "Manrope";
  font-weight: 600;
  src: url(/fonts/Manrope/Manrope-SemiBold.ttf) format("truetype");
}

@font-face {
  font-family: "Manrope";
  font-weight: 700;
  src: url(/fonts/Manrope/Manrope-Bold.ttf) format("truetype");
}

@font-face {
  font-family: "Manrope";
  font-weight: 800;
  src: url(/fonts/Manrope/Manrope-ExtraBold.ttf) format("truetype");
}

@font-face {
  font-family: "Manrope";
  font-weight: 900;
  src: url(/fonts/Manrope/Manrope-ExtraBold.ttf) format("truetype");
}

@font-face {
  font-family: "BW-Vivant";
  font-weight: 100;
  src: url(/fonts/BwVivant/BwVivant-Skinny.ttf) format("truetype");
}

@font-face {
  font-family: "BW-Vivant";
  font-weight: 200;
  src: url(/fonts/BwVivant/bw-vivant-thin.ttf) format("truetype");
}

@font-face {
  font-family: "BW-Vivant";
  font-weight: 300;
  src: url(/fonts/BwVivant/bw-vivant-light.ttf) format("truetype");
}

@font-face {
  font-family: "BW-Vivant";
  font-weight: 500;
  src: url(/fonts/BwVivant/bw-vivant-medium.ttf) format("truetype");
}

@font-face {
  font-family: "BW-Vivant";
  font-weight: 700;
  src: url(/fonts/BwVivant/bw-vivant-bold.ttf) format("truetype");
}

@font-face {
  font-family: "BW-Vivant";
  font-weight: 900;
  src: url(/fonts/BwVivant/bw-vivant-black.ttf) format("truetype");
}

@keyframes circleAnim1 {
  0% {
    stroke-dashoffset: 4;
  }
  100% {
    stroke-dashoffset: 3;
  }
}

@keyframes circleAnim2 {
  0% {
    stroke-dashoffset: 3;
  }
  100% {
    stroke-dashoffset: 2;
  }
}

@keyframes circleAnim3 {
  0% {
    stroke-dashoffset: 2;
  }
  100% {
    stroke-dashoffset: 1;
  }
}

@keyframes circleAnim4 {
  0% {
    stroke-dashoffset: 1;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

#team .s1 .plx-bg {
  background-image: url(/i/team-hero-new1.jpg);
}

#team .s2 {
  padding: 4.5rem 0 7.5rem;
}

#team .s2 .contain {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 1rem;
}

#team .s2 .contain p {
  width: 50%;
}

#team .s2 .contain p:nth-child(2) {
  font-weight: 200;
}

#team .s3 {
  padding-bottom: 5rem;
}

#team .s3 .fx-list {
  height: 0;
}

#team .s3 .fx-list > div {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-bottom: 5rem;
}

#team .s3 .fx-nav {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .8rem 1rem;
  border-radius: 70px;
  background-color: #fff;
  border: 1px solid rgba(25, 57, 58, 0.35);
  transition: background .3s ease;
}

#team .s3 .fx-nav p {
  text-align: center;
  font-size: .85rem;
  color: #19393A;
  font-weight: 300;
  line-height: 1em;
  letter-spacing: .175em;
  text-transform: uppercase;
  transition: color .3s ease;
}

#team .s3 .fx-nav.fx-on, #team .s3 .fx-nav:hover {
  background-color: #19393A;
}

#team .s3 .fx-nav.fx-on p, #team .s3 .fx-nav:hover p {
  color: #fff;
}

#team .s3 .slide {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.2rem;
}

#team .s3 .person {
  width: calc(33.33% - .8rem);
  min-height: 22.5rem;
  padding: 1.75rem 1.8%;
  background-color: rgba(236, 225, 209, 0.5);
  transition: background .3s ease;
}

#team .s3 .person:hover {
  background-color: #ECE1D1;
}

#team .s3 .person-name {
  font-size: 3.15rem;
  font-family: "BW-Vivant", sans-serif;
  font-style: normal;
  font-weight: 200;
  color: #19393A;
  line-height: 1.1em;
  margin-right: .4rem;
}

#team .s3 .desig {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000;
  font-size: 1rem;
  line-height: 1.4em;
  letter-spacing: .175em;
}

#team .s3 p.title {
  padding: .5rem 0;
  font-size: .9rem;
  line-height: 1.45em;
  color: #000;
  font-weight: 300;
  margin-left: .25rem;
}

#team .s3 p.title:nth-child(2) {
  margin-top: 1.5rem;
}

#team .s3 p.title:not(:nth-child(2)) {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1120px) {
  #team .s3 .fx-list > div {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem 2%;
  }
  #team .s3 .person-name {
    font-size: 2.75rem;
  }
}

@media screen and (max-width: 980px) {
  #team .s3 .slide {
    gap: 1.2rem 2%;
  }
  #team .s3 .person {
    width: 49%;
    min-height: auto;
  }
}

@media screen and (max-width: 767px) {
  #team .s2 {
    padding: 4.5rem 0;
  }
  #team .s2 .contain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
  }
  #team .s2 .contain p {
    width: 100%;
  }
  #team .s3 .fx-list > div .fx-nav {
    width: 49%;
  }
}

@media screen and (max-width: 500px) {
  #team .s3 .slide {
    gap: 1.2rem 0;
  }
  #team .s3 .person {
    padding: 1.75rem .9rem;
    width: 100%;
    max-width: 450px;
    margin: auto;
    min-height: auto;
  }
  #team .s3 .person-name {
    font-size: 2.35rem;
  }
  #team .s3 .desig {
    font-size: .8rem;
    letter-spacing: .1em;
  }
}
