#article header .nav-wrapper .insights a::after {
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2.9rem;
  height: 5px;
  width: 27px;
  background-color: #E0B0A6;
  transition: bottom .15s ease;
}

#article .s2 {
  padding: 13.5rem 0 7.5rem 0;
}

#article .s2 .back-btn {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  text-decoration: underline;
  margin-bottom: 3rem;
  color: #fff;
  transition: color .3s ease;
}

#article .s2 .back-btn:hover {
  color: #E0B0A6;
}

#article .s2 .top {
  font-size: 0.9rem;
  line-height: 1.2em;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 2rem;
}

#article .s2 .top span {
  display: inline-block;
  margin: 0 5px;
}

#article .s2 .wrap {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
}

#article .s2 .wrap h1 {
  font-family: playfair-display, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 4rem;
  line-height: 1.1em;
  color: #fff;
  margin-bottom: 3rem;
  max-width: 1050px;
}

#article .s2 .wrap .share-links {
  min-width: 160px;
}

#article .s2 .wrap .share-links p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 1rem;
}

#article .s2 .wrap .share-links a {
  display: inline-block;
  width: 33px;
  height: 33px;
  margin-left: 1rem;
  transition: all .3s ease;
}

#article .s2 .wrap .share-links .linkedin {
  background: url(/i/svg/linkedin-icon.svg) no-repeat center/cover;
}

#article .s2 .wrap .share-links .linkedin:hover {
  background-image: url(/i/svg/linkedin-icon-color.svg);
}

#article .s2 .wrap .share-links .facebook {
  background: url(/i/svg/fb-icon-wh.svg) no-repeat center/cover;
}

#article .s2 .wrap .share-links .facebook:hover {
  background-image: url(/i/svg/fb-icon-cl.svg);
}

#article .s2 .wrap .share-links .x {
  background: url(/i/svg/x-icon.svg) no-repeat center/cover;
}

#article .s2 .wrap .share-links .x:hover {
  background-image: url(/i/svg/x-icon-color.svg);
}

#article .s2 .wrap .share-links a:first-of-type {
  margin-left: 0;
}

#article .s2 .main {
  max-width: 925px;
}

#article .s2 .main > ce {
  font-size: 1.2rem;
  line-height: 1.4em;
  color: rgba(255, 255, 255, 0.8);
}

#article .s2 .main h3 {
  font-family: playfair-display, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.1em;
  color: #fff;
  margin: 4rem 0 2rem 0;
}

#article .s2 .main p {
  margin-bottom: 1rem;
}

#article .s2 .main a {
  color: #E0B0A6;
}

#article .s2 .main ul {
  list-style: none;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

#article .s2 .main ul li {
  font-size: 1.2rem;
  line-height: 1.4em;
  color: rgba(255, 255, 255, 0.75);
  position: relative;
  padding-left: 15px;
}

#article .s2 .main ul li::before {
  content: '';
  position: absolute;
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.75);
  left: 0;
  top: 13px;
}

#article .s2 .main .global-btn {
  width: 220px;
  margin-top: 4rem;
}

#article .s2 .main .global-btn p {
  opacity: 1;
}

#article .s2 .main iframe {
  width: 100%;
  min-height: 700px;
}

#article .s2 .main video {
  display: block;
  width: 100%;
  min-height: 500px;
  margin-bottom: 1rem;
}

#article .s3 {
  padding: 7.5rem 0;
  background-color: #141821;
}

#article .s3 .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

#article .s3 .article {
  padding: 1rem 1rem 7rem 1rem;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  border-right: solid 1px rgba(255, 255, 255, 0.2);
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  position: relative;
}

#article .s3 .article .img-wrap {
  position: relative;
  overflow: hidden;
}

#article .s3 .article .img-wrap .thumbnail {
  display: block;
  width: 100%;
  max-height: 390px;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  will-change: transform;
  transform-origin: center center;
  transition: transform .65s ease-out;
}

#article .s3 .article .img-wrap .play-btn {
  width: 87px;
  height: 87px;
  background: url(/i/svg/play-btn-icon.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity .3s ease;
}

#article .s3 .article .top {
  font-size: 0.9rem;
  line-height: 1.2em;
  color: rgba(255, 255, 255, 0.7);
  margin: 2rem 0 1.5rem 0;
}

#article .s3 .article .top span {
  display: inline-block;
  margin: 0 5px;
}

#article .s3 .article h3 {
  font-family: playfair-display, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.3em;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#article .s3 .article .global-btn {
  position: absolute;
  bottom: 2rem;
  left: 1rem;
}

#article .s3 .article:hover .global-btn {
  width: 220px;
}

#article .s3 .article:hover .global-btn p {
  opacity: 1;
  transition: opacity .3s ease .1s;
}

#article .s3 .article:hover .img-wrap .thumbnail {
  transform: scale(1.15);
}

#article .s3 .article:hover .play-btn {
  opacity: 0.85;
}

#article .s3 .article:first-of-type {
  border-left: solid 1px rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 1100px) {
  #article .s2 .wrap {
    flex-direction: column-reverse;
  }
  #article .s2 .wrap h1 {
    font-size: 3rem;
  }
  #article .s2 .main iframe {
    min-height: 500px;
  }
  #article .s3 .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  #article .s3 .article {
    border-bottom: none;
    border-left: solid 1px rgba(255, 255, 255, 0.2);
  }
  #article .s3 .article:last-of-type {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }
}

@media screen and (max-width: 767px) {
  #article .s2 {
    padding: 10rem 0 5rem 0;
  }
  #article .s2 .wrap {
    flex-direction: column-reverse;
  }
  #article .s2 .wrap .share-links a {
    margin-left: 10px;
  }
  #article .s2 .wrap h1 {
    font-size: 2.1rem;
    margin-bottom: 2rem;
  }
  #article .s2 .main h3 {
    font-size: 1.6rem;
    margin: 3rem 0 2rem 0;
  }
  #article .s2 .main iframe {
    min-height: 350px;
  }
  #article .s2 .main video {
    min-height: 280px;
  }
  #article .s3 {
    padding: 5rem 0;
  }
  #article .s3 .article .img-wrap .play-btn {
    width: 55px;
    height: 55px;
  }
}
