#human-capital #container .s2 {
  padding: 10rem 0;
}

#human-capital #container .s2 .container-inner {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
}

#human-capital #container .s2 .container-inner h3 {
  width: 50%;
  max-width: 700px;
  font-size: 2.23rem;
  line-height: 3rem;
}

#human-capital #container .s2 .container-inner > div {
  width: 50%;
  max-width: 950px;
}

#human-capital #container .s2 .container-inner > div p:first-of-type {
  margin-bottom: 1rem;
}

#human-capital #container .s3 {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
}

#human-capital #container .s3 > div {
  width: 50%;
  position: relative;
}

#human-capital #container .s3 .left {
  background: url(/i/svg/left-img-par.svg) no-repeat center/cover fixed;
  padding: 8.34rem 0;
}

#human-capital #container .s3 .left > div {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2rem);
  max-width: 520px;
}

#human-capital #container .s3 .left h3 {
  font-size: 1.94rem;
  line-height: 2.4rem;
  color: #fff;
  padding: 2rem 0 2rem 1.5rem;
  color: rgba(255, 255, 255, 0.5);
  border-left: solid 1px rgba(255, 255, 255, 0.5);
  transition: all .5s ease;
  position: relative;
  cursor: pointer;
}

#human-capital #container .s3 .left h3::before {
  content: "";
  display: block;
  background: #fff;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

#human-capital #container .s3 .left h3.sel {
  color: #fff;
  border-color: #fff;
}

#human-capital #container .s3 .left h3.sel::before {
  opacity: 1;
  visibility: visible;
}

#human-capital #container .s3 .right {
  background: #5C676F;
}

#human-capital #container .s3 .right p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2rem);
  max-width: 655px;
  opacity: 0;
  visibility: hidden;
  color: #fff;
  transition: opacity .5s ease;
}

#human-capital #container .s3 .right p.sel {
  opacity: 1;
  visibility: visible;
}

#human-capital #container .s3 .mobile {
  display: none;
  background: url(/i/svg/left-img-par.svg) no-repeat center/cover;
  padding: 8.34rem 0;
}

#human-capital #container .s3 .mobile .fx-nav {
  padding: 1rem;
}

#human-capital #container .s3 .mobile .fx-nav h3 {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #fff;
  transition: all .5s ease;
  position: relative;
  padding-right: 1rem;
}

#human-capital #container .s3 .mobile .fx-nav h3::after {
  content: "+";
  font-size: 2rem;
  font-weight: 100;
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#human-capital #container .s3 .mobile .fx-nav.fx-on h3::after {
  content: "-";
}

#human-capital #container .s3 .mobile .fx-slide .content {
  padding: 2rem 1rem;
  background-color: #5C676F;
}

#human-capital #container .s3 .mobile .fx-slide .content p {
  color: #fff;
}

#human-capital #container .s4 {
  padding: 10rem 0;
}

#human-capital #container .s4 .video-wrapper {
  height: 922px;
  position: relative;
  background: url(/i/jfg-vid-bg.png) no-repeat center/cover;
  z-index: 2;
}

#human-capital #container .s4 .video-wrapper > div {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: absolute;
  bottom: 4.45rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 8rem);
  gap: 2rem;
}

#human-capital #container .s4 .video-wrapper .content {
  max-width: 790px;
}

#human-capital #container .s4 .video-wrapper .content h3, #human-capital #container .s4 .video-wrapper .content p {
  color: #fff;
}

#human-capital #container .s4 .video-wrapper .content p {
  font-size: 1.33rem;
  line-height: 2rem;
  margin-top: 1.77rem;
}

#human-capital #container .s4 .video-wrapper .play-btn {
  width: 127px;
  height: 127px;
  background: url(/i/svg/play-btn.svg) no-repeat center/cover;
  cursor: pointer;
  transition: opacity .3s ease;
}

#human-capital #container .s4 .video-wrapper .play-btn:hover {
  opacity: 0.7;
}

#human-capital #container .video-wrap {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  width: calc(100% - 5rem);
  max-width: 1000px;
  height: 500px;
  object-fit: fill;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  z-index: 102;
}

#human-capital #container .video-wrap #video {
  width: 100%;
}

#human-capital #container .video-wrap .close-video {
  display: block;
  font-weight: 200;
  font-size: 2rem;
  color: #fff;
  position: absolute;
  top: -30px;
  right: -30px;
  cursor: pointer;
}

/***** MEDIA *****/
@media screen and (max-width: 1200px) {
  #human-capital #container .s4 {
    padding: 8.34rem 0;
  }
  #human-capital #container .s4 .video-wrapper {
    height: 700px;
  }
  #human-capital #container .s4 .video-wrapper > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 2rem);
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
  }
  #human-capital #container .s4 .video-wrapper .play-btn {
    width: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 1100px) {
  #human-capital #container .s2 {
    padding: 8.34rem 0;
  }
  #human-capital #container .s2 .container-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #human-capital #container .s2 .container-inner > div, #human-capital #container .s2 .container-inner h3 {
    width: 100%;
    max-width: none;
  }
  #human-capital #container .s2 .container-inner h3 br {
    display: none;
  }
}

@media screen and (max-width: 980px) {
  #human-capital #container .s3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #human-capital #container .s3 .left, #human-capital #container .s3 .right {
    display: none;
  }
  #human-capital #container .s3 .mobile {
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  #human-capital #container .s2 {
    padding: 6rem 0;
  }
  #human-capital #container .s2 .container-inner h3 {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  #human-capital #container .s2 .container-inner h3 br {
    display: none;
  }
  #human-capital #container .s3 .mobile {
    padding: 6rem 0;
  }
  #human-capital #container .s4 {
    padding: 6rem 0;
  }
  #human-capital #container .s4 .video-wrapper {
    height: 450px;
  }
  #human-capital #container .s4 .video-wrapper > div {
    bottom: 2.25rem;
  }
  #human-capital #container .s4 .video-wrapper .play-btn {
    width: 60px;
    height: 60px;
  }
  #human-capital #container .s4 .video-wrapper .content p {
    font-size: 1rem;
    line-height: 1.6rem;
    margin-top: 1rem;
  }
  #human-capital #container .video-wrap .close-video {
    font-size: 1.3rem;
    top: -20px;
    right: -20px;
  }
}
