#team .s1 .intro .plx-wrap .plx-bg {
  background: url(/i/Hero-OurTeam.jpg) no-repeat center/cover;
}

#team .s3 h2 {
  text-align: center;
  width: 100%;
  margin-bottom: 5rem;
}

#team .s3 .container.wide {
  width: 100%;
  max-width: 100%;
}

#team .s3 .container.wide h2 {
  margin-bottom: 5rem;
  font-family: "raleway";
  font-style: normal;
  font-weight: 250;
  font-size: 3.5rem;
  text-align: center;
  color: #0A1831;
}

#team .s3 .container.wide .center {
  max-width: 100%;
  border-width: 1px 0;
  border-style: solid;
  border-color: rgba(30, 30, 30, 0.3);
}

#team .s3 .container.wide .center .center-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  min-height: 577px;
}

#team .s3 .container.wide .center .center-grid > div {
  height: 100%;
  width: 100%;
  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;
}

#team .s3 .container.wide .center .center-grid > div > div {
  width: calc(100% - 3rem);
  max-width: 500px;
  min-height: 333px;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 2rem;
}

#team .s3 .container.wide .center .center-grid > div > div h3 {
  color: #3C3C3C;
  font-family: "raleway";
  font-style: normal;
  font-weight: 250;
  font-size: 2rem;
}

#team .s3 .container.wide .center .center-grid > div > div p {
  color: #3C3C3C;
  font-family: "raleway";
  font-style: normal;
  font-weight: 250;
  font-size: 0.9rem;
  line-height: 1.38;
  letter-spacing: 0.72px;
}

#team .s3 .container.wide .center .center-grid > div img {
  max-width: 81px;
}

#team .s3 .container.wide .center .center-grid > div:not(:last-child) {
  border-right: 1px solid rgba(30, 30, 30, 0.3);
}

#team .s4 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  position: relative;
}

#team .s4::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(26, 36, 54, 0.3);
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 1;
}

#team .s4 .plx-wrap .plx-bg {
  background: url(/i/OurTeam-ByTheNumbers.png) no-repeat left/cover;
}

#team .s4 .box {
  height: 449px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1;
  border-right: solid 1px rgba(255, 255, 255, 0.6);
  border-top: solid 1px rgba(255, 255, 255, 0.6);
}

#team .s4 .box .counter {
  font-weight: 100;
  display: flex;
  gap: 10px;
  font-family: "sofia-pro";
  font-style: normal;
  font-weight: 200;
}

#team .s4 .box .counter .dl {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 300;
  position: relative;
  top: 1rem;
}

#team .s4 .box .counter .b {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 300;
  position: relative;
  top: 2.7rem;
}

#team .s4 .box .counter-value {
  font-size: 5.5rem;
  height: 5.5rem;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
  align-items: center;
  text-align: center;
}

#team .s4 .box .counter-value > span {
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 2s ease;
  transform: translateY(0);
  line-height: 1;
}

#team .s4 .box .counter-value > span span {
  flex: 0 0 100%;
  height: 100%;
}

#team .s4 .box p {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2.16px;
  margin-top: 1.5rem;
  color: #fff;
  text-align: center;
  padding: 0 1rem;
}

#team .s4 .box .counter-value:nth-child(1) > span {
  transition-delay: 0s;
}

#team .s4 .box .counter-value > span span:first-child {
  opacity: 0;
}

#team .s4 .box:nth-child(4),
#team .s4 .box:nth-child(8) {
  border-right: none;
}

#team .s5 .team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem 1rem;
}

#team .s5 .team-grid .person {
  position: relative;
  display: block;
  border-top: solid 1px rgba(30, 30, 30, 0.3);
  padding-top: 2.5rem;
}

#team .s5 .team-grid .person .img-wrapper {
  position: relative;
  display: block;
  margin-bottom: 1.5rem;
}

#team .s5 .team-grid .person h3 {
  color: #1E1E1E;
  font-family: "raleway";
  font-style: normal;
  font-weight: 300;
  font-size: 1.5rem;
  margin-bottom: 8px;
  transition: color .3s ease;
}

#team .s5 .team-grid .person h3 span {
  color: #427BBF;
  font-family: "raleway";
  font-style: normal;
  font-weight: 500;
  font-size: 0.9rem;
  letter-spacing: 3.78px;
  text-transform: uppercase;
  padding-left: 10px;
}

#team .s5 .team-grid .person p {
  color: #1A2436;
  font-family: "raleway";
  font-style: normal;
  font-weight: 200;
  font-size: 0.8rem;
  letter-spacing: 1.19px;
  text-transform: uppercase;
  transition: color .3s ease;
}

#team .s5 .team-grid .person .bioimg {
  width: 100%;
  border-radius: 20px;
  aspect-ratio: 400 / 400;
}

#team .s5 .team-grid .person .back {
  transition: opacity 0.5s ease;
  width: 100%;
  height: calc(100% - 5px);
  position: absolute;
  inset: 0;
  top: 0;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 20px;
  opacity: 0;
}

#team .s5 .team-grid .person .back div {
  height: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
}

#team .s5 .team-grid .person .back div span {
  color: #fff;
  font-family: "raleway";
  font-style: normal;
  font-weight: 400;
  font-size: 0.9rem;
  letter-spacing: 0.72px;
}

#team .s5 .team-grid .person:hover .back {
  opacity: 1;
  background: rgba(26, 36, 54, 0.5);
}

#team .s5 .team-grid .person:hover h3, #team .s5 .team-grid .person:hover p {
  color: #427BBF;
}

@media (max-width: 1100px) {
  #team .s3 {
    padding: 7.5rem 0;
  }
  #team .s3 .container.wide h2 {
    margin-bottom: 3.5rem;
    text-align: left;
    padding: 0 1rem;
  }
  #team .s3 .container.wide .center .center-grid {
    grid-template-columns: 1fr;
  }
  #team .s3 .container.wide .center .center-grid div:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid rgba(30, 30, 30, 0.3);
  }
  #team .s3 .container.wide .center .center-grid > div > div {
    width: auto;
    max-width: 96% !important;
    min-height: auto;
    padding: 3rem 0;
  }
  #team .s5 .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #team .s5 .team-grid .person h3 {
    font-size: 1.2rem;
  }
  #team .s5 .team-grid .person p {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 980px) {
  #team .s4 {
    grid-template-columns: repeat(2, 1fr);
  }
  #team .s4 .box {
    height: 400px;
  }
  #team .s4 .box:nth-child(3), #team .s4 .box:nth-child(5), #team .s4 .box:nth-child(7) {
    border-right: none;
  }
  #team .s4 .box:nth-child(4) {
    border-right: solid 1px rgba(255, 255, 255, 0.6);
  }
}

@media (max-width: 767px) {
  #team .s3 {
    padding: 5rem 0;
  }
  #team .s3 .container.wide h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
  #team .s3 .container.wide .center {
    padding: 0;
  }
  #team .s3 .container.wide .center .center-grid {
    grid-template-columns: 1fr;
    border: 0;
    min-height: auto;
  }
  #team .s3 .container.wide .center .center-grid > div:not(:last-child) {
    margin-bottom: 0;
  }
  #team .s3 .container.wide .center .center-grid > div {
    height: auto;
    padding: 3rem 1rem;
  }
  #team .s3 .container.wide .center .center-grid > div > div {
    max-width: 100% !important;
    min-height: auto;
    gap: 1rem;
  }
  #team .s4 {
    grid-template-columns: 1fr;
  }
  #team .s4 .plx-wrap .plx-bg {
    background-position: 9%;
  }
  #team .s4 .box {
    height: 250px;
    border-right: none;
  }
  #team .s4 .box .counter-value {
    font-size: 4.5rem;
    height: 4.5rem;
  }
  #team .s4 .box .counter .b {
    top: 2rem;
  }
  #team .s5 .team-grid {
    grid-template-columns: 1fr;
    gap: 3rem 1rem;
  }
  #team .s5 .team-grid .person {
    margin-bottom: 1rem;
    padding-top: 2rem;
  }
  #team .s5 .team-grid .person:hover .back {
    height: calc(100% - 5px);
  }
}
