@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-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  z-index: 1;
  background:
    linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url('../images/acquisitions-header-right-bg-img.webp') no-repeat center center/cover;
}

.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;
}

.acquisitions-hero-banner {
  color: #ffffff;
  font-family: 'ClashDisplay', sans-serif;
}

.acquisitions-hero-left {
  background-color: #0e0e18;
}

.acquisitions-hero-inner {
  min-height: 650px;
  display: flex;
  align-items: center;
  padding: 90px 80px 110px;
}

.acquisitions-hero-content {
  max-width: 660px;
  margin-left: auto;
}

.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;
}

.acquisitions-hero-content h2 {
  margin: 28px 0 24px;
  color: #ffffff;
  font-family: 'ClashDisplay', sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.05;
}

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

.acquisitions-hero-content p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-family: 'ClashDisplay', sans-serif;
  font-size: 20px;
  line-height: 1.55;
}

.acquisitions-hero-right {
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: visible;
  background: transparent;
}

.acquisitions-hero-right img {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  width: min(46vw, 540px);
  max-width: none;
  max-height: none;
  display: block;
  object-fit: contain;
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .acquisitions-hero-inner {
    min-height: auto;
    padding: 72px 32px;
  }

  .acquisitions-hero-content {
    max-width: none;
    margin-left: 0;
    text-align: center;
  }

  .tag {
    margin: 0 auto;
  }

  .acquisitions-hero-content h2 {
    font-size: 42px;
  }

  .acquisitions-hero-content p {
    margin: 0 auto;
  }

  .acquisitions-hero-right {
    min-height: 420px;
  }

  .hero-wrapper::before {
    top: auto;
    left: 0;
    height: 420px;
  }

  .acquisitions-hero-right img {
    width: min(78vw, 440px);
  }
}

@media (max-width: 576px) {
  .acquisitions-hero-inner {
    padding: 56px 22px;
  }

  .acquisitions-hero-content h2 {
    font-size: 34px;
  }

  .acquisitions-hero-content p {
    font-size: 18px;
  }

  .acquisitions-hero-right {
    min-height: 320px;
  }

  .hero-wrapper::before {
    height: 320px;
  }
}

/* -----------------------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;
}

.aqui-option-card {
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px;
  border: 1px solid rgba(14, 14, 24, 0.12);
  background: #ffffff;
  font-family: 'ClashDisplay', sans-serif;
}

.aqui-option-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 54px;
}

.aqui-option-icon {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.aqui-option-arrow {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.aqui-option-card h3 {
  margin: 0 0 14px;
  color: #0e0e18;
  font-family: 'ClashDisplay', sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.14;
}

.aqui-option-card p {
  max-width: 520px;
  margin: 0;
  color: rgba(14, 14, 24, 0.68);
  font-family: 'ClashDisplay', sans-serif;
  font-size: 18px;
  line-height: 1.45;
}

.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,
.acquisitions-newsroom-section {
  padding: 90px 0;
  background-color: #f8f8f8;
}

.acquisitions-newsroom-section {
  position: relative;
  z-index: 3;
  display: block;
  clear: both;
  overflow: visible;
}

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

.acquisitions-newsroom-section .post-cards {
  clear: both;
}

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

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

.acquisitions-newsroom-section .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: 0;
  position: relative;
  margin-top: 0;
  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;
  }

  .aqui-option-card {
    min-height: 260px;
    margin-bottom: 24px;
    padding: 28px;
  }

  .aqui-option-card h3 {
    font-size: 26px;
  }

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

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

@media (max-width: 1199px) {
  .acquisitions-hero-inner {
    padding-right: 56px;
    padding-left: 56px;
  }

  .acquisitions-hero-content h2 {
    font-size: 56px;
  }

  .acquisitions-hero-right img {
    width: min(48vw, 500px);
  }

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

@media (max-width: 991px) {
  .acquisitions-hero-banner .row {
    flex-direction: column;
  }

  .acquisitions-hero-inner {
    justify-content: center;
  }

  .acquisitions-hero-content {
    max-width: 720px;
  }

  .acquisitions-hero-content p {
    font-size: 18px;
  }

  .acquisitions-hero-right {
    overflow: hidden;
  }

  .acquisitions-hero-right img {
    right: 50%;
    width: min(78vw, 440px);
    transform: translate(50%, -50%);
  }

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

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

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

  .aqui-option-card {
    height: 100%;
  }

  .aqui-option-card-top {
    margin-bottom: 34px;
  }

  .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) {
  .acquisitions-hero-inner {
    padding: 48px 20px 42px;
  }

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

  .acquisitions-hero-content h2 {
    font-size: 34px;
    line-height: 1.08;
  }

  .acquisitions-hero-content p {
    font-size: 16px;
  }

  .acquisitions-hero-right {
    min-height: 280px;
  }

  .hero-wrapper::before {
    height: 280px;
  }

  .acquisitions-hero-right img {
    width: min(88vw, 360px);
  }

  .section-three,
  .section-five,
  .acquisitions-newsroom-section,
  .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,
  .read-more-link {
    width: 100%;
    max-width: 220px;
  }

  .aqui-option-card {
    min-height: auto;
    padding: 24px;
  }

  .aqui-option-card-top {
    gap: 18px;
    margin-bottom: 28px;
  }

  .aqui-option-icon {
    width: 58px;
    height: 58px;
  }

  .aqui-option-arrow {
    width: 34px;
    height: 34px;
  }

  .aqui-option-card h3 {
    font-size: 23px;
  }

  .aqui-option-card p {
    font-size: 16px;
  }

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

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

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

  .acquisitions-newsroom-section .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;
  }
}
