#news header {
  background: #fff;
}

#news .s3 {
  background: #333F49;
  padding: 13rem 0 7.5rem 0;
}

#news .s3 h1 {
  font-family: area-extended;
  font-style: normal;
  font-weight: 400;
  font-weight: 100;
  text-transform: uppercase;
  text-align: center;
  font-size: 3rem;
  line-height: 1.2em;
  color: #fff;
}

#news .s4 {
  padding-bottom: 7.5rem;
}

#news .s4 .article-filters {
  border-bottom: solid 1px rgba(51, 63, 73, 0.3);
}

#news .s4 .article-filters .content {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  justify-content: space-between;
}

#news .s4 .article-filters .filter-tab {
  width: 25%;
  font-size: 0.9rem;
  font-weight: 400;
  color: #798A99;
  text-align: center;
  display: block;
  padding: 1.5rem 0;
  border-bottom: solid 1px red;
  background: none;
  outline: none;
  border: none;
  position: relative;
  cursor: pointer;
}

#news .s4 .article-filters .filter-tab::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(93deg, #E27530 -8.04%, #F6D888 109.01%);
  transition: width .5s ease;
}

#news .s4 .article-filters .filter-tab.is-active {
  background: var(--orangeGrad, linear-gradient(93deg, #E27530 -8.04%, #F6D888 109.01%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#news .s4 .article-filters .filter-tab.is-active::after {
  width: 100%;
}

#news .s4 .download-btn {
  width: calc(100% - 5rem);
  padding-top: 1.5rem;
  position: relative;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  color: #333F49;
  transition: all .3s ease;
}

#news .s4 .download-btn > div {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
}

#news .s4 .download-btn .pdf-icon {
  width: 20px;
  height: 20px;
  background: url("/i/pdf-icon-all.svg") no-repeat center;
  background-size: contain;
  display: inline-block;
  transition: all 0.7s ease;
}

#news .s4 .download-btn span {
  font-family: area-extended;
  font-style: normal;
  font-weight: 400;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

#news .s4 .download-btn::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(93deg, #E27530 -8.04%, #F6D888 109.01%);
  top: 0;
  left: 0;
  transition: all .7s ease;
}

#news .s4 .all {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-top: 7.5rem;
}

#news .s4 .all .article {
  border: solid 1px rgba(51, 63, 73, 0.3);
  padding: 0 0 6rem;
  position: relative;
  display: none;
}

#news .s4 .all .article .category {
  font-size: 12px;
  padding: 8px 20px;
  border-radius: 4px;
  border: 0.5px solid rgba(121, 138, 153, 0.37);
  background: rgba(255, 255, 255, 0.69);
  backdrop-filter: blur(5.65px);
  position: absolute;
  top: 1rem;
  left: 1rem;
  color: #333F49;
  font-weight: 400;
}

#news .s4 .all .article .thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 450 / 250;
}

#news .s4 .all .article .title {
  margin: 1.6rem 1.6rem 0 1.6rem;
}

#news .s4 .all .article .title h3 {
  font-family: area-extended;
  font-style: normal;
  font-weight: 400;
  font-weight: 100;
  font-size: 1.2rem;
  line-height: 1.5em;
  color: #333F49;
  transition: color .7s ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

#news .s4 .all .article .play-video {
  width: calc(100% - 3.2rem);
  padding-top: 1rem;
  bottom: 1rem;
}

#news .s4 .all .article .play-video span {
  color: #4B5C6B;
}

#news .s4 .all .article .download-btn {
  width: calc(100% - 3.2rem);
  padding-top: 1rem;
  bottom: 1rem;
}

#news .s4 .all .article .download-btn span {
  color: #4B5C6B;
}

#news .s4 .all .article .download-btn::before {
  background: none;
  background-color: rgba(51, 63, 73, 0.3);
}

#news .s4 .all .article::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #333F49;
  transition: all 0.7s ease;
  z-index: -1;
}

#news .s4 .all .article:hover::before {
  width: 100%;
}

#news .s4 .all .article:hover .summary, #news .s4 .all .article:hover .download-btn span {
  color: #ffffff;
}

#news .s4 .all .article:hover .download-btn .pdf-icon {
  background-image: url(/i/pdf-icon-wh.svg);
}

#news .s4 .all .article:hover .download-btn::before {
  background-color: rgba(255, 255, 255, 0.3);
}

#news .s4 .all .article:hover .title h3 {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.3);
}

#news .s4 .all .article.video {
  padding: 0 0 6rem;
}

#news .s4 .all .article.video .thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 450 / 250;
}

#news .s4 .all .article.video .title {
  margin: 1.6rem 1.6rem 0 1.6rem;
}

#news .s4 .all .article.video .play-video {
  width: calc(100% - 3.2rem);
  padding-top: 1rem;
  bottom: 1rem;
}

#news .s4 .all .article.video .play-video span {
  color: #4B5C6B;
}

#news .s4 .all .article.video:hover .play-video span {
  color: #fff;
}

#news .s4 .load-more-wrap {
  margin-top: 5rem;
  text-align: center;
}

#news .s4 .load-more-wrap .load-more {
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  border-radius: 30px;
  border: 1px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(93deg, #E27530 -8.04%, #F6D888 109.01%) border-box;
}

@media screen and (max-width: 1200px) {
  #news .s4 .all {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  #news .s3 {
    padding: 12rem 0 5rem 0;
  }
  #news .s3 h1 {
    font-size: 2rem;
  }
  #news .s4 {
    padding-bottom: 5rem;
  }
  #news .s4 .all {
    grid-template-columns: repeat(1, 1fr);
    padding-top: 5rem;
  }
  #news .s4 .all .article .title {
    margin: 1rem 1rem 0 1rem;
  }
  #news .s4 .all .article .download-btn {
    width: calc(100% - 2rem);
  }
  #news .s4 .load-more-wrap {
    margin-top: 3.5rem;
  }
}
