@font-face {
  font-family: 'ClashDisplay';
  src: url('../../includes/fonts/ClashDisplay-Light.woff2') format('woff2');
}
@font-face {
  font-family: 'ClashDisplay';
  src: url('../../includes/fonts/ClashDisplay-Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'ClashDisplay';
  src: url('../../includes/fonts/ClashDisplay-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'ClashDisplay';
  src: url('../../includes/fonts/ClashDisplay-Bold.woff2') format('woff2');
}
@font-face {
  font-family: 'ClashDisplay';
  src: url('../../includes/fonts/ClashDisplay-Semibold.woff2') format('woff2');
}
@font-face {
  font-family: 'ClashDisplay';
  src: url('../../includes/fonts/ClashDisplay-Variable.woff2') format('woff2');
}

.hero-wrapper {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #0e0e18;
}

.hero-lines {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1350px;
  height: 100%;
  margin: 0 auto;
  pointer-events: none;
}

.home-hero-line {
  flex: 0 0 1px;
  width: 1px;
  height: 100%;
  background-color: #ffffff0d;
}

.hero-wrapper > *:not(.hero-lines) {
  position: relative;
  z-index: 2;
}

.section-newsroom-hero {
  padding: 90px 0 110px;
  color: #ffffff;
  font-family: 'ClashDisplay', sans-serif;
}

.newsroom-hero-heading {
  margin-bottom: 58px;
}

.section-newsroom-hero h1 {
  margin: 22px 0 0;
  color: #ffffff;
  font-family: 'ClashDisplay', sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.05;
}

.section-1-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.section-1-tag {
  width: fit-content;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  border: 1px solid #363aff;
  border-radius: 1000px;
  background-color: transparent;
  color: #ffffff;
  font-family: 'ClashDisplay', sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.newsroom-hero-copy {
  max-width: 470px;
  margin: 0 0 6px auto;
  color: rgba(255, 255, 255, 0.78);
  font-family: 'ClashDisplay', sans-serif;
  font-size: 20px;
  line-height: 1.45;
}

.accent-text {
  color: #363aff;
}

.newsroom-featured-post {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: 520px;
}

.newsroom-featured-image {
  min-height: 520px;
  display: block;
  overflow: hidden;
  background: #11111a;
}

.newsroom-featured-img,
.newsroom-featured-placeholder {
  width: 100%;
  height: 100%;
  min-height: 520px;
  display: block;
  object-fit: cover;
}

.newsroom-featured-placeholder {
  background: linear-gradient(rgba(54, 58, 255, 0.22), rgba(54, 58, 255, 0.08)), #11111a;
}

.newsroom-featured-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 64px;
  background: #161620;
}

.newsroom-post-tag {
  margin-bottom: 30px;
}

.newsroom-featured-content h2 {
  max-width: 560px;
  margin: 0 0 24px;
  font-family: 'ClashDisplay', sans-serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 1.08;
}

.newsroom-featured-content h2 a {
  color: #ffffff;
  text-decoration: none;
}

.newsroom-featured-content p {
  max-width: 560px;
  margin: 0 0 38px;
  color: rgba(255, 255, 255, 0.72);
  font-family: 'ClashDisplay', sans-serif;
  font-size: 18px;
  line-height: 1.55;
}

.newsroom-featured-link.button-outline {
  width: 183px;
  height: 55px;
  margin: 0;
  border-color: #363aff;
  color: #ffffff;
}

.newsroom-featured-link.button-outline:hover {
  background-color: #363aff;
  color: #ffffff;
}

@media (max-width: 991px) {
  .section-newsroom-hero {
    padding: 70px 0 80px;
  }

  .section-newsroom-hero h1 {
    font-size: 44px;
  }

  .newsroom-hero-copy {
    margin: 28px 0 0;
  }

  .newsroom-featured-post {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .newsroom-featured-image,
  .newsroom-featured-img,
  .newsroom-featured-placeholder {
    min-height: 360px;
  }

  .newsroom-featured-content {
    padding: 42px 30px;
  }

  .newsroom-featured-content h2 {
    font-size: 34px;
  }
}

@media (max-width: 576px) {
  .section-newsroom-hero {
    padding: 52px 0 64px;
  }

  .section-newsroom-hero h1 {
    font-size: 36px;
  }

  .section-1-tag {
    font-size: 13px;
  }

  .newsroom-featured-image,
  .newsroom-featured-img,
  .newsroom-featured-placeholder {
    min-height: 280px;
  }

  .newsroom-featured-content {
    padding: 34px 22px;
  }

  .newsroom-featured-content h2 {
    font-size: 28px;
  }
}

/* -----------------------SECTION THREE-------------------------------- */
.section-three {
  padding: 90px 0;
  background: #ffffff;
  color: #0e0e18;
}

.section-three-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
  font-family: 'ClashDisplay', sans-serif;
}

.section-three-content p {
  max-width: 640px;
  margin: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.12;
}

.section-three-action {
  display: flex;
  justify-content: flex-end;
}

.section-three .button-outline {
  color: #0e0e18;
}

.section-three .button-outline:hover {
  color: #ffffff;
}
.tag-section-three {
  border: 1px solid #363aff;
  color: #363aff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-radius: 1000px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 17px;
  font-family: 'ClashDisplay', sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.btn-outline-section-three {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 183px;
  height: 55px;
  border: 1px solid #363aff;
  background-color: #363aff;
  color: #ffffff;
  font-family: 'ClashDisplay', sans-serif;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Arrow */
.btn-outline-section-three-arrow {
  display: flex;
  align-items: center;
  color: #363aff;
  transition: transform 0.3s ease;
}

/* Hover Effects */
.btn-outline-section-three:hover {
  background-color: transparent;
  color: #363aff;
  border: 1px solid #363aff;
}

.btn-outline-section-three:hover .button-arrow {
  transform: translate(4px, -4px);
}
/* ------------ */
.section-three-cards {
  margin-top: 60px;
}

.h-pipe-block {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(14, 14, 24, 0.12);
  font-family: 'ClashDisplay', sans-serif;
}

.h-pipe-img-w {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.18 / 1;
  background: #f4f4f7;
}

.h-pipe-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.top-right-tri {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 54px solid #ffffff;
  border-left: 54px solid transparent;
}

.h-pipe-block-t {
  padding: 24px;
}

.h-pipe-block-title {
  margin-bottom: 22px;
}

.body-copy-2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.body-copy {
  font-size: 16px;
  line-height: 1.35;
}

.black {
  color: #0e0e18;
}

.h-pipe-stat-w {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.h-pipe-stat-block {
  display: flex;
  align-items: center;
  gap: 14px;
}

.h-pipe-stat-blue {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #363aff;
  color: white;
}

.h-pipe-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.h-pipe-icon svg {
  display: block;
}

/* -----------------------------Section FIVE 5-------------------------------------------- */
.section-five {
  padding: 90px 0;
  background-color: #f8f8f8;
  position: relative;
  clear: both;
}

.section-five::after {
  content: '';
  display: block;
  clear: both;
}

.section-five .post-cards {
  clear: both;
}

.section-five .post-card {
  height: 100%;
  overflow: visible;
}

.section-five .h-pipe-img-w {
  display: block;
  width: 100%;
  height: 280px;
  margin-bottom: 24px;
}

.section-five .h-pipe-img {
  height: 100%;
  margin-bottom: 0 !important;
}
.post-card h5 {
  font-family: 'ClashDisplay', sans-serif;
  color: black;
  font-size: 24px;
  margin-bottom: 10px;
  text-decoration: none !important;
}
.post-card p {
  color: black;
  font-family: 'ClashDisplay', sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
}
.post-card-excerpt,
.post-card-excerpt p {
  color: black;
  font-family: 'ClashDisplay', sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
}
.post-card a {
  text-decoration: none;
  color: black;
  font-family: 'ClashDisplay', sans-serif;
}
.read-more-link {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  width: 183px;
  height: 55px;
  background-color: transparent;
  font-family: 'ClashDisplay', sans-serif;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  transition: all 0.3s ease;
}
.read-more-link span {
  color: #363aff;
}
.post-card {
  position: relative;
  overflow: hidden;
}
/* overlay */
.img-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s ease;
  z-index: 2;
  pointer-events: none;
}

/* hover */
.post-card:hover .img-overlay {
  background: rgb(251 251 251 / 40%);
}
/* arrow movement + color on SAME hover */
.post-card:hover .read-more-link span {
  transform: translate(4px, -4px);
  color: #363aff;
}

/* underline the text */
.post-card:hover .read-more-link {
  text-decoration: underline;
}

/* Section-6------------------------------------------------------------------- */
.section-six {
  clear: both;
  background-color: #363aff;
  background-image: url('../images/logo-outlines-white.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 100px;
  display: flex;
  color: #fff;
  z-index: 2;
  position: relative;
  padding: 90px 0;
  font-family: 'ClashDisplay', sans-serif;
}
.tag-section-six {
  border: 1px solid #ffffff;
  background-color: #363aff;
  color: #ffffff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-radius: 1000px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 17px;
  font-family: 'ClashDisplay', sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.ss-accent-text {
  font-family: 'ClashDisplay', sans-serif;
  font-size: 75px;
  color: #000000;
  font-weight: 600;
}
.section-six-content p {
  max-width: 640px;
  margin: 0;
  font-size: 75px;
  font-weight: 500;
  line-height: 1.12;
}
p.ss-small {
  font-family: 'ClashDisplay', sans-serif;
  font-size: 18px;
  color: #ffffff;
  margin-top: 12px;
}
.section-six-action {
  display: flex;
  justify-content: flex-end;
}
/* Outline BTN */
.btn-outline-section-six {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 183px;
  height: 55px;
  border: 1px solid #363aff;
  background-color: #ffffff;
  color: #363aff;
  font-family: 'ClashDisplay', sans-serif;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Arrow */
.btn-outline-section-six-arrow {
  display: flex;
  align-items: center;
  color: #363aff;
  transition: transform 0.3s ease;
}

/* Hover Effects */
.btn-outline-section-six:hover {
  background-color: transparent;
  color: #ffff;
  border: 1px solid #ffffff;
}

.btn-outline-section-six:hover .button-arrow {
  transform: translate(4px, -4px);
}

@media (max-width: 991px) {
  .section-three {
    padding: 60px 20px;
  }

  .section-three-content {
    align-items: center;
    text-align: center;
  }

  .section-three-content p {
    font-size: 34px;
  }

  .section-three-action {
    justify-content: center;
    margin-top: 32px;
  }

  .section-three-cards {
    margin-top: 44px;
  }

  .section-five .h-pipe-img-w {
    height: 240px;
  }
}

@media (max-width: 576px) {
  .section-five .h-pipe-img-w {
    height: 220px;
  }
}

@media (max-width: 1199px) {
  .section-newsroom-hero h1 {
    font-size: 56px;
  }

  .newsroom-featured-content {
    padding: 52px;
  }

  .newsroom-featured-content h2 {
    font-size: 40px;
  }

  .section-six-content p,
  .ss-accent-text {
    font-size: 62px;
  }
}

@media (max-width: 991px) {
  .newsroom-hero-heading {
    margin-bottom: 42px;
    text-align: center;
  }

  .section-1-content {
    align-items: center;
  }

  .newsroom-hero-copy {
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-size: 18px;
  }

  .newsroom-featured-image,
  .newsroom-featured-img,
  .newsroom-featured-placeholder {
    min-height: 320px;
  }

  .newsroom-featured-content {
    align-items: center;
    text-align: center;
  }

  .section-three,
  .section-five,
  .section-six {
    padding: 64px 0;
  }

  .h-pipe-block {
    margin-bottom: 24px;
  }

  .section-five .row {
    row-gap: 28px;
  }

  .post-card h5 {
    font-size: 22px;
  }

  .post-card-excerpt,
  .post-card-excerpt p {
    font-size: 16px;
  }

  .section-six {
    background-position: right bottom;
    background-size: 320px auto;
  }

  .section-six-content,
  .section-six-action {
    text-align: center;
  }

  .section-six-action {
    justify-content: center;
    margin-top: 26px;
  }

  .section-six-content p,
  .ss-accent-text {
    font-size: 42px;
  }

  p.ss-small {
    font-size: 17px;
  }
}

@media (max-width: 576px) {
  .section-newsroom-hero h1 {
    font-size: 34px;
    line-height: 1.08;
  }

  .section-1-tag,
  .tag-section-three,
  .tag-section-six {
    height: 34px;
    padding: 0 14px;
    font-size: 13px;
  }

  .newsroom-hero-copy {
    font-size: 16px;
  }

  .newsroom-featured-image,
  .newsroom-featured-img,
  .newsroom-featured-placeholder {
    min-height: 230px;
  }

  .newsroom-featured-content {
    padding: 30px 20px;
  }

  .newsroom-post-tag {
    margin-bottom: 20px;
  }

  .newsroom-featured-content h2 {
    font-size: 26px;
  }

  .newsroom-featured-content p {
    margin-bottom: 28px;
    font-size: 16px;
  }

  .section-three,
  .section-five,
  .section-six {
    padding: 52px 0;
  }

  .section-three-content p {
    font-size: 30px;
    line-height: 1.15;
  }

  .section-three-action {
    margin-top: 24px;
  }

  .btn-outline-section-three,
  .btn-outline-section-six,
  .newsroom-featured-link.button-outline,
  .read-more-link {
    width: 100%;
    max-width: 220px;
  }

  .h-pipe-block-t {
    padding: 20px;
  }

  .body-copy-2 {
    font-size: 22px;
  }

  .top-right-tri {
    border-top-width: 42px;
    border-left-width: 42px;
  }

  .section-five .h-pipe-img-w {
    height: 210px;
  }

  .post-card h5 {
    font-size: 21px;
  }

  .section-six-content p,
  .ss-accent-text {
    font-size: 34px;
  }

  p.ss-small {
    font-size: 16px;
  }
}
