/*!
Theme Name:  Cathayinnovation
Theme URI: #
Author: Wemeanthis
Author URI: https://wemeanthis.com/
Description: Custom WP theme for
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain:
Tags: Custom build WP Theme
*/
@font-face {
  font-family: "PP Telegraf";
  src:
    url("./fonts/PPTelegraf-Regular.woff2") format("woff2"),
    url("./fonts/PPTelegraf-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Signifier";
  src:
    url("./fonts/Signifier-Light.woff2") format("woff2"),
    url("./fonts/Signifier-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Signifier";
  src:
    url("./fonts/Signifier-Regular.woff2") format("woff2"),
    url("./fonts/Signifier-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.pp-telegraf {
  font-family: "PP Telegraf", sans-serif;
}

:root {
  --Linen: #fff5e9;
  --Raisin: #231f20;
  --bs-gutter-x: 0.75rem;
  --fs-20: 20px;
  --fs-15: 15px;
  --spacing-120: 120px;
  --spacing-90: 90px;
  --spacing-60: 60px;
  --spacing-40: 40px;
  --spacing-30: 30px;
  --spacing-25: 25px;
  --spacing-24: 24px;
  --spacing-20: 20px;
  --fs-heading62: 62px;
  --fs-heading54: 54px;
  --fs-heading40: 40px;
  --fs-heading32: 32px;
  --fs-heading24: 24px;
  --fs-18: 18px;
  --fs-heading16: 16px;
  --fs-body1: 28px;
  --fs-body2: 20px;
  --fs-body3: 18px;
  --button-size-medium: 12px 56px 12px 24px;
}

html {
  scroll-behavior: auto !important;
}

body {
  font-family: "Signifier", sans-serif;
  margin: 0;
  padding: 0;
  background: var(--Linen, #fff5e9);
}

.screen-reader-text {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "PP Telegraf", sans-serif;
  line-height: 1.3;
  color: var(--Raisin, #231f20);
}

.button {
  display: inline-block;
  padding: 18px 56px 18px 24px;
  background-color: transparent;
  color: var(--Raisin, #231f20);
  text-decoration: none;
  font-family: "PP Telegraf", sans-serif;
  font-size: 24px;
  font-weight: 400;
  border-radius: 100px;
  border: 1px solid #d3cac1;
  line-height: 1.3;
  letter-spacing: -0.48px;
  transition: 0.3s ease;
  position: relative;
  cursor: pointer;
}

.preheader {
  font-size: var(--fs-18, 18px);
  font-family: "PP Telegraf", sans-serif;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.36px;
  text-transform: uppercase;
  padding-left: 10px;
  position: relative;
}

.preheader::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #ffb300;
  border-radius: 50%;
  left: 0;
  position: absolute;
  top: 6px;
}

.preheader.fs-18::before {
  top: 7px;
}

header {
  padding: 60px;
  overflow: hidden;
}

.button:hover {
  border: 1px solid var(--Raisin, #231f20);
}

.button::after {
  content: "";
  position: absolute;
  top: 49%;
  transform: translateY(-50%);
  right: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='26' viewBox='0 0 20 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.833679 13.5274L15.8547 13.5422L8.93824 20.6603L9.68256 21.4264L17.8701 13L9.68256 4.57364L8.93824 5.33968L15.8547 12.4578L0.83368 12.4726L0.833679 13.5274Z' fill='%23231F20'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 26px;
  transition: 0.3s ease;
}

.button:hover::after {
  right: 14px;
}

.row {
  --bs-gutter-x: 0.75rem;
}

.container {
  max-width: 1800px;
  --bs-gutter-x: 0.75rem;
}

.container-fluid {
  --bs-gutter-x: 0.75rem;
}

.mb-12 {
  margin-bottom: 12px;
}
.mt-90 {
  margin-top: var(--spacing-90, 90px);
}
.mt-60 {
  margin-top: var(--spacing-60, 60px);
}
.mb-30 {
  margin-bottom: var(--spacing-30, 30px);
}
ul.list li + li {
  margin-top: var(--spacing-20, 20px);
}

.py-90 {
  padding-top: var(--spacing-90, 90px);
  padding-bottom: var(--spacing-90, 90px);
}
.pb-90 {
  padding-bottom: var(--spacing-90, 90px);
}
.mt-30 {
  margin-top: var(--spacing-30, 30px);
}
.my-30 {
  margin-top: var(--spacing-30, 30px);
  margin-bottom: var(--spacing-30, 30px);
}
.my-90 {
  margin-top: var(--spacing-90, 90px);
  margin-bottom: var(--spacing-90, 90px);
}
.my-120 {
  margin-top: var(--spacing-120, 120px);
  margin-bottom: var(--spacing-120, 120px);
}
.mt-120 {
  margin-top: var(--spacing-120, 120px);
}
.mb-120 {
  margin-bottom: var(--spacing-120, 120px);
}
.mb-60 {
  margin-bottom: var(--spacing-60, 60px);
}
.mb-90 {
  margin-bottom: var(--spacing-90, 90px);
}

.p-120 {
  padding: var(--spacing-120, 120px);
}

.py-120 {
  padding-top: var(--spacing-120, 120px);
  padding-bottom: var(--spacing-120, 120px);
}

.pb-120 {
  padding-bottom: var(--spacing-120, 120px);
}

.pt-90 {
  padding-top: var(--spacing-90, 90px);
}

.pt-120 {
  padding-top: var(--spacing-120, 120px);
}

.px-60 {
  padding-left: var(--spacing-60, 60px);
  padding-right: var(--spacing-60, 60px);
}

.pt-60 {
  padding-top: var(--spacing-60, 60px);
}

.p-20 {
  padding: var(--spacing-20, 20px);
}

.mb-30 {
  margin-bottom: var(--spacing-30, 30px);
}

.my-60 {
  margin-top: var(--spacing-60, 60px);
  margin-bottom: var(--spacing-60, 60px);
}

h1,
.fs-62 {
  font-size: var(--fs-heading62, 62px);
}

h2,
.fs-54 {
  font-size: var(--fs-heading54, 54px);
}

h3,
.fs-40,
.h3 {
  font-size: var(--fs-heading40, 40px);
}

h4,
.fs-32,
.h4 {
  font-size: var(--fs-heading32, 32px);
}

h5,
.fs-24 {
  font-size: var(--fs-heading24, 24px);
}

h6,
.fs-16 {
  font-size: var(--fs-heading16, 16px);
}

.fs-28,
.body-1 {
  font-size: var(--fs-body1, 28px);
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: -0.56px;
}

.fs-20,
.body-2 {
  font-size: var(--fs-body2, 20px);
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: -0.4px;
}

.fs-18,
.body-3 {
  font-size: var(--fs-body3, 18px);
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: -0.36px;
}

.mx--6 {
  margin-left: -6px;
  margin-right: -6px;
}

P {
  margin: 0;
}

.pb-60 {
  padding-bottom: var(--spacing-60, 60px) !important;
}

.p-24 {
  padding: var(--spacing-24, 24px);
}

.py-60 {
  padding-top: var(--spacing-60, 60px);
  padding-bottom: var(--spacing-60, 60px);
}

.my-25 {
  margin-top: var(--spacing-25, 25px);
  margin-bottom: var(--spacing-25, 25px);
}

img {
  max-width: 100%;
  height: auto;
}

.border-x {
  border-left: 1px solid #d3cac1;
  border-right: 1px solid #d3cac1;
}

.border-top {
  border-top: 1px solid #d3cac1 !important;
}
.location {
  border-right: 1px solid #d3cac1;
  width: 88%;
  margin: 0 auto;
  margin-bottom: var(--spacing-60, 60px);
}
.locations div:nth-child(4n) .location {
  border: none;
}

.border-b {
  border-bottom: 1px solid #d3cac1;
}

.border-y {
  border-top: 1px solid #d3cac1;
  border-bottom: 1px solid #d3cac1;
}

section.border-y {
  padding-left: var(--spacing-60, 60px);
  padding-right: var(--spacing-60, 60px);
}

.navigation a {
  color: var(--Raisin, #231f20);
  font-family: "PP Telegraf", sans-serif;
  font-size: var(--fs-20, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  letter-spacing: -0.4px;
  text-decoration: none;
  opacity: 0.2;
}

.image img {
  width: 100%;
}

.navigation ul {
  list-style: none;
  display: flex;
  gap: 58px;
}

.navigation ul .sub-menu {
  display: none;
  position: absolute;
  padding: 2px 0;
  left: 0;
  top: 100%;
  min-width: 400px;
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  transition: 0.3s ease;
  width: 800px;
}

#primary-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}

.sub-menu li a {
  display: inline-block;
  border-radius: 20px;
  background: #fff;
  display: inline-flex;
  padding: 9px;
  justify-content: center;
  align-items: center;
}
.home .item span.box {
  text-transform: uppercase;
}
#primary-menu > .current-menu-parent::before,
#primary-menu > .current-menu-item::before,
#primary-menu > .current-menu-ancestor::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #ffb300;
  border-radius: 50%;
  left: -12px;
  position: absolute;
  top: 12px;
}
#primary-menu > .current-menu-item a {
  opacity: 1;
}
#primary-menu > li.current-menu-parent a,
#primary-menu li:hover a,
#primary-menu > .current-menu-ancestor a {
  color: #231f20;
  opacity: 1;
}
.sub-menu li a:hover,
.sub-menu > li:hover > a,
.sub-menu .current-menu-parent:not(#menu-item-7772) > a {
  display: inline-block;
  background-color: #ffb300f2;
}

.sub-menu .current-menu-item:not(#menu-item-7772) a {
  background-color: #ffb300f2;
}

.sub-menu li a::after {
  width: 0;
  transition: 0.3s ease;
  opacity: 0;
  content: "→";
  position: relative;
  display: inline-block;
  margin-left: 4px;
}

.sub-menu li a:hover::after {
  width: 10px;
  opacity: 1;
}

.sub-menu li a {
  color: var(--Raisin, #231f20);
  font-family: "PP Telegraf";
  font-size: var(--fs-15);
  font-style: normal;
  font-weight: 400;
  line-height: 10px;
  letter-spacing: -0.3px;
  opacity: 1;
}
.industry-counter {
  color: var(--Raisin, #231f20);
  text-align: center;
  font-family: "PP Telegraf";
  font-size: var(--fs-18);
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.36px;
  text-transform: uppercase;
}

.navigation ul .current_page_item a {
  opacity: 1;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cards-block .item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.cards-block .item .hidden-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffb300;
  color: #231f20;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0;
  transition: opacity 0.2s ease;
  overflow: auto;
}

.cards-block .item .hidden-content h4 {
  letter-spacing: -3%;
}

span.box {
  border-radius: 12px;
  background: var(--Pale-Blue, rgba(241, 251, 250, 0.95));
  font-family:
    PP Telegraf,
    sans-serif;
  padding: 4px 9px;
  margin-bottom: 12px;
  display: inline-block;
}

.cards-block .item:hover .hidden-content {
  opacity: 1;
}

.white-box {
  border-radius: 20px;
}

.featured-areas .item {
  padding: 40px;
  border-left: 1px solid #d3cac1;
  height: 100%;
  border-bottom: 1px solid #d3cac1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.border-bottom-1 {
  border-bottom: 1px solid #d3cac1;
}

.edge-circle {
  position: relative;
}

.edge-circle::after {
  content: "";
  position: absolute;
  right: -21px;
  bottom: -20px;
  width: 30px;
  height: 40px;
  background: #fff5e9;
  z-index: 1;
}

.border-s-0 {
  border-left: 0 !important;
}

/* ===== Industry Partners Section ===== */
.partners-header {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #d3cac1;
}

.focus-areas-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 35px;
}
#primary-menu > li {
  position: relative;
}
#primary-menu > li.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 11px;
  margin-left: 7px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.0155 5.30797L0.70775 10.6157L-3.09367e-08 9.90797L4.59425 5.30797L-4.33082e-07 0.707972L0.707749 0.000222175L6.0155 5.30797Z' fill='%23231F20'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.3s ease;
}
#primary-menu > li.menu-item-has-children:hover > a::after {
  transform: rotate(90deg);
}

.focus-area-item {
  border-bottom: 1px solid #d3cac1;
}
.focus-areas-grid .focus-area-item:nth-child(1),
.focus-areas-grid .focus-area-item:nth-child(2) {
  border-top: 1px solid #d3cac1;
}

.focus-area-item a.button {
  white-space: nowrap;
  flex-shrink: 0;
}

/* ===== Symbiosis comparison grid ===== */
.symbiosis-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: var(--spacing-90, 90px);
}

.symbiosis-col {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: var(--spacing-60, 60px);
}
.symbiosis-col::before,
.symbiosis-col::after {
  content: "";
  position: absolute;
  top: var(--spacing-60, 60px);
  bottom: var(--spacing-60, 60px);
  width: 1px;
  background: #d3cac1;
}

.symbiosis-col::before {
  left: 0;
  top: var(--spacing-120, 120px);
}
.symbiosis-col::after {
  right: 0;
  top: var(--spacing-120, 120px);
  bottom: var(--spacing-120, 120px);
}

.symbiosis-line {
  display: block;
  height: 1px;
  background: #d3cac1;
}
.symbiosis-line--top {
  margin-bottom: var(--spacing-60, 60px);
}
.symbiosis-line--bottom {
  margin-top: var(--spacing-90, 90px);
}

.symbiosis-title {
  font-family: "PP Telegraf", sans-serif;
  font-weight: 300;
  font-size: var(--fs-heading40, 40px);
  color: var(--Raisin, #231f20);
  margin: 0 0 var(--spacing-40, 40px);
}

.symbiosis-list {
  flex: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
.symbiosis-list li {
  display: flex;
  align-items: center;
  gap: var(--spacing-24, 24px);
}
.symbiosis-list li + li {
  margin-top: var(--spacing-24, 24px);
}
.symbiosis-list li span:last-child {
  font-family: "Signifier", sans-serif;
  font-weight: 300;
  font-size: var(--fs-body3, 18px);
  color: var(--Raisin, #231f20);
}

.symbiosis-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #fff;
}

@media (max-width: 991px) {
  .symbiosis-grid {
    grid-template-columns: 1fr;
    row-gap: 0;
  }
  .symbiosis-col {
    padding: var(--spacing-40, 40px);
  }
}

.partners-title {
  margin: 0;
  white-space: nowrap;
}

.partners-marquee-wrap {
  overflow: hidden;
  position: relative;
}

/* Fade edges */
.partners-marquee-wrap::before,
.partners-marquee-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}

.partners-marquee-wrap::before {
  left: 0;
  background: linear-gradient(to right, var(--Linen, #fff5e9), transparent);
}

.partners-marquee-wrap::after {
  right: 0;
  background: linear-gradient(to left, var(--Linen, #fff5e9), transparent);
}
#sib-container {
  padding: 0 !important;
}
#EMAIL {
  color: #fff5e9 !important;
}
@media screen and (min-width:992px) {
  #EMAIL {
padding-right: 35px!important;
}
}

#EMAIL::placeholder {
  color: #fff5e9 !important;
}
#EMAIL:-moz-placeholder {
  color: #fff5e9 !important;
}
.partners-track {
  display: flex;
  align-items: center;
  gap: 120px;
  width: max-content;
  animation: marquee-scroll 30s linear infinite;
}
.sib-form,
#sib-container {
  background: transparent !important;
}
.sib-form,
.sib-form-block {
  padding: 0 !important;
}
.sib-form .entry__field {
  background: transparent !important;
  border-color: #fff5e9 !important;
  border-radius: 50px !important;
  max-width: 280px !important;
  font-size: var(--fs-heading24);
  color: var(--Linen, #fff5e9);
  font-family: "PP Telegraf";
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 26.4px */
  letter-spacing: -0.48px;
  height: var(--spacing-60);
  padding: 0 16px;
  min-height: 48px;
}
.sib-form .input {
  font-size: var(--fs-heading24);
}
.sib-form-block__button.sib-form-block__button-with-loader {
  background-color: #231f20 !important;
  position: absolute;
  left: 231px;
  top: 15px;
  width: 40px;
  font-size: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='24' viewBox='0 0 16 24' fill='none'%3E%3Cg clip-path='url(%23clip0_6832_18641)'%3E%3Cpath d='M-2.35539 10.7281L12.8659 10.7417L5.85724 17.3123L6.61148 18.0194L14.9082 10.2412L6.61148 2.46304L5.85723 3.17014L12.8659 9.74076L-2.35539 9.75437L-2.35539 10.7281Z' fill='%23FFF5E9'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6832_18641'%3E%3Crect width='16' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  z-index: 1;
}
.sib-form .entry__error {
  background: transparent !important;
  color: #ffb300 !important;
  font-size: 14px !important;
}
.sib-form-block__button.sib-form-block__button-with-loader:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.sib-form .entry__field:focus-within {
  box-shadow: none !important;
}
#sib-form {
  position: relative;
}
/* .partners-marquee-wrap:hover .partners-track {
   animation-play-state: paused;
} */

.preheader.fs-32::before {
  left: -9px;

  top: 13px;
}

footer {
  background-color: #231f20;
  color: var(--Linen, #fff5e9);
}

/* Invest Grid (At a Glance) */
.invest-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.invest-card--regions {
  grid-column: span 2;
}
.invest-card--sectors {
  grid-column: span 4;
}
.invest-card--stages,
.invest-card--check,
.invest-card--role {
  grid-column: span 2;
}

.invest-card {
  border: 1px solid var(--Raisin, #231f20);
  border-radius: 12px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 320px;
  background: transparent;
  overflow: hidden;
  transition:
    background 0.3s ease,
    border-color 0.3s ease;
  cursor: default;
}

.invest-card:hover {
  background: #f5b800;
  border-color: #f5b800;
  transition:
    background 0.3s ease,
    border-color 0.3s ease;
}
.invest-card:hover svg > * {
  stroke: #231f20 !important;
}
.invest-card__art {
  flex: 1;
  display: flex;
  align-items: flex-start;
}

.invest-card__art svg {
  width: 100%;
}

.invest-card__body {
  margin-top: 24px;
}

.invest-card__title {
  font-family: "Signifier", sans-serif;
  font-size: var(--fs-heading40, 40px);
  font-weight: 300;
  color: var(--Raisin, #231f20);
  margin-bottom: 8px;
}

.invest-card__desc {
  font-family: "Signifier", sans-serif;
  font-size: var(--fs-body3, 18px);
  font-weight: 300;
  color: var(--Raisin, #231f20);
  margin: 0;
}
.page-numbers {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
}
.page-numbers a,
.page-numbers span {
  color: #231f20;
  text-align: center;
  font-family: "PP Telegraf";
  font-size: var(--fs-18);
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 19.8px */
  letter-spacing: -0.36px;
  text-transform: uppercase;
  opacity: 0.5;
  text-decoration: none;
}

.page-numbers .current {
  opacity: 1;
}

/* Fund Cards */
.funds-grid {
  display: flex;
  gap: 12px;
  width: 100%;
}

.fund-card {
  flex: 1;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 5/7;
  width: 100%;
  cursor: pointer;
  background: var(--Linen, #fff5e9);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .fund-card-inner {
    text-align: left;
    padding-left: 60px!important;
  }
  .fund-card {
    justify-content: start;
  }
}

.fund-card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.35;
  transition: opacity 0.4s ease;
  top: 0;
  bottom: 0;
  width: 100%;
}

.fund-card:hover .fund-card-bg {
  opacity: 1;
}

.fund-card-inner {
  position: relative;
  z-index: 1;
  padding: 24px;
}

.fund-year {
  display: inline-block;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 90px;
  padding: 3px 10px;
  font-family: "PP Telegraf", sans-serif;
  color: var(--Raisin, #231f20);
  align-self: flex-start;
}

.fund-card-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.fund-desc,
.fund-amount {
  color: var(--Raisin, #231f20);
  margin: 0;
  min-height: 70px;
}

/* Vertical Funds Section */
.vf-layout {
  display: flex;
  gap: 60px;
  align-items: start;
}

.vf-left {
  flex: 1;
  min-width: 0;
}

.c-lab .card {
  border-radius: 12px;
  aspect-ratio: 1/1;
  padding: var(--spacing-30);
  border: none;
  color: var(--Maroon, rgba(58, 10, 24, 0.95));
  overflow: hidden;
}

.image-overlay {
  opacity: 0;
  transition: 0.4s ease;
}
.c-lab .white-card .preheader::before {
  background-color: #77a9c4;
}
.c-lab .card:hover .image-overlay {
  opacity: 1;
}
.c-lab .preheader::before {
  background-color: #231f20;
  top: 7px;
}
.c-lab .card:hover .preheader::before {
  background-color: #ffb300;
}

.vf-right {
  width: 45%;
  flex-shrink: 0;
}

.vf-right img {
  width: 100%;
  border-radius: 12px;
}

.vf-title {
  font-size: var(--fs-heading54, 54px);
}

.vf-list {
  border-top: 1px solid #d3cac1;
}

.splash {
  border-radius: 90px;
  background: rgba(255, 255, 255, 0.95);
  display: inline-flex;
  font-family: "PP Telegraf";
  font-size: var(--fs-18);
  padding: 6px 15px;
  text-transform: uppercase;
}

.vf-item {
  border-bottom: 1px solid #d3cac1;
  padding: 35px 0;
  cursor: default;
}

.vf-item__header {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
}

.vf-item__name {
  font-size: var(--fs-heading32, 32px);
  white-space: nowrap;
}

.vf-item__dash {
  flex: 1;
  border-top: 1px dashed #231f20;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.vf-item__link {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: var(--fs-18, 18px);
  font-family: "PP Telegraf", sans-serif;
  color: var(--Raisin, #231f20);
  text-decoration: none;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.vf-item__desc {
  margin: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.35s ease,
    opacity 0.3s ease,
    margin-top 0.3s ease;
  max-width: 70%;
}

.vf-item:hover .vf-item__dash,
.vf-item:hover .vf-item__link {
  opacity: 1;
}

.vf-item:hover .vf-item__desc {
  max-height: 120px;
  opacity: 1;
  margin-top: 16px;
}

.vf-list:not(:hover) .vf-item:first-child .vf-item__dash,
.vf-list:not(:hover) .vf-item:first-child .vf-item__link {
  opacity: 1;
}

.vf-list:not(:hover) .vf-item:first-child .vf-item__desc {
  max-height: 120px;
  opacity: 1;
  margin-top: 16px;
}

.phase-cards {
  display: flex;
  gap: 12px;
  align-items: flex-end;
  min-height: clamp(320px, 40vw, 740px);
}

.phase-card {
  flex: 1 0 0;
  height: clamp(220px, 35vw, 680px);
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  opacity: 0.25;
  transition:
    flex 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    height 0.65s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.45s ease;
}

.phase-card.active {
  flex: 2 0 0;
  height: clamp(320px, 40vw, 740px);
  opacity: 1;
}

.phase-card__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.65s cubic-bezier(0.4, 0, 0.2, 1);
}

.phase-card:hover:not(.active) .phase-card__bg {
  transform: scale(1.04);
}

.phase-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(35, 31, 32, 0.15) 0%, rgba(35, 31, 32, 0.72) 100%);
}

.phase-card__content {
  position: absolute;
  inset: 0;
  z-index: 1;
  padding: var(--spacing-30);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #231f20;
}

.phase-card__content .preheader {
  color: #231f20;
  padding-left: 12px;
}

.phase-card__content .preheader::before {
  background-color: #ffb300;
  top: 7px;
}

.phase-card__title {
  color: #231f20;
}

.phase-card.active .phase-card__title,
.phase-card.active .phase-card__content .preheader {
  color: #ffffff;
}

.phase-card__desc {
  color: #fff;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  margin-top: 0;
  padding-right: 30px;
}

.phase-card.active .phase-card__desc {
  max-height: 400px;
  margin-top: 16px;
}

.sib-captcha.sib-form-block {
  opacity: 0;
}

ul.phase-card__desc {
  padding-left: 18px;
  margin: 0;
  list-style-type: disc;
}

ul.phase-card__desc li {
  margin-bottom: 8px;
}

ul.phase-card__desc li:last-child {
  margin-bottom: 0;
}

/* Story Tabs */
.story-tab {
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.2s ease;
  font-family: "PP Telegraf";
}

.story-tab.active {
  opacity: 1;
}

/* Team Swiper Slider */
.team-swiper {
  width: 100%;
  overflow: visible;
}

.team-swiper .swiper-slide {
  width: 40%;
  max-width: 730px;
  /* opacity: 0.25; */
  transition: opacity 0.4s ease;
}

.team-swiper .swiper-slide-active {
  opacity: 1;
}

.team-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  transition: transform 0.4s ease;
  border-radius: 12px;
}

.team-swiper .swiper-slide.active img {
  transform: translateY(-30px);
}

footer * {
  color: var(--Linen, #fff5e9);
}

footer ul li + li {
  margin-top: 12px;
}

footer a {
  text-decoration: none;
}

.partner-logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  min-width: 100px;
}

/* Black line — hidden by default, draws in on hover */
.numbers-card__svg .line-anim {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
}

/* On hover: yellow fades, black draws itself in */
.numbers-card:hover .numbers-card__svg .line-bg {
  opacity: 0;
  transition: opacity 1s ease;
}

.numbers-card:hover .numbers-card__svg .line-anim {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Circles: dashoffset 1→0 draws one arc cleanly; @keyframes = forward-only, no reverse */
@keyframes draw-circle {
  from {
    stroke-dashoffset: 1;
  }
  to {
    stroke-dashoffset: 0;
  }
}

.numbers-grid__offices .numbers-card__svg .line-anim {
  stroke-dasharray: 1 1;
  stroke-dashoffset: 1;
}

.numbers-grid__offices:hover .numbers-card__svg .line-anim {
  transition: none;
  animation: draw-circle 0.8s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.numbers-grid__offices:hover .numbers-card__svg .line-anim:nth-child(5) {
  animation-delay: 0.2s;
}

.numbers-grid__offices:hover .numbers-card__svg .line-anim:nth-child(6) {
  animation-delay: 0.4s;
}

.numbers-grid__startups .numbers-card__svg .bar-anim {
  transform-box: fill-box;
  transform-origin: 50% 100%;
}

.partner-logo img {
  height: 48px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
  /* filter: grayscale(1) opacity(0.6);
   transition: filter 0.2s ease; */
}

/* .partner-logo img:hover {
   filter: grayscale(0) opacity(1);
} */

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* ===== World Map Section ===== */
.map-header {
  display: flex;
  gap: 16px;
  align-items: center;
}

.lh-1 {
  line-height: 1;
}

.map-tab-btn {
  background: none;
  border: none;
  font-family: "PP Telegraf", sans-serif;
  font-size: 24px;
  color: var(--Raisin, #231f20);
  cursor: pointer;
  padding: 0;
  opacity: 0.3;
  transition: opacity 0.3s ease;
  letter-spacing: -2%;
  text-decoration: underline;
}
.map-tab-btn + span {
  opacity: 0;
}
.map-tab-btn.active + span {
  opacity: 1;
}
.map-tab-btn.active {
  opacity: 1;
}

.map-container {
  position: relative;
  width: 100%;
}

.world-map-svg {
  width: 100%;
  height: auto;
  display: block;
}

.map-dots {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.map-dots-hidden {
  display: none;
}

.map-dot {
  position: absolute;
  transform: translate(-50%, -50%);
  cursor: pointer;
  pointer-events: all;
  display: block;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

.dot-ring {
  display: none;
}

.dot-core {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  transition: transform 0.2s ease;
}

.dot-yellow .dot-core {
  background: #ecbe45;
}

.dot-coral .dot-core {
  background: #e07878;
}

.dot-slate .dot-core {
  background: #7a9bb5;
}

.dot-sky .dot-core {
  background: #083369;
}

.dot-core--6,
.dot-core--4,
.dot-core--3,
.dot-core--2,
.dot-core--ghana {
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.4),
    0 1px 5px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

/* When any dot is hovered, fade all dots out… */
.map-dots:hover .map-dot {
  opacity: 0.2;
  transition: opacity 0.2s ease;
}

/* …then bring the hovered one back to full */
.map-dots:hover .map-dot:hover {
  opacity: 1;
}

/* Tooltip popup */
.dot-tooltip {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%) translateY(5px);
  white-space: nowrap;
  background: #fff;
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 20px;
  line-height: 1.5;
  color: var(--Raisin, #231f20);
  letter-spacing: -0.26px;
  opacity: 0;
  font-weight: 300;
  pointer-events: none;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
  box-shadow: 0 2px 12px rgba(35, 31, 32, 0.08);
  z-index: 10;
}

.dot-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #d3cac1;
}

.dot-tooltip::before {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  border: 4px solid transparent;
  border-top-color: var(--Linen, #fff5e9);
  z-index: 1;
}

.map-dot:hover .dot-tooltip,
.map-dot.dot-active .dot-tooltip {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* Mobile: dim non-active dots when one is selected */
@media (max-width: 992px) {
  .map-dots:has(.dot-active) .map-dot:not(.dot-active) {
    opacity: 0.2;
    transition: opacity 0.2s ease;
  }
  .map-dots:has(.dot-active) .map-dot.dot-active {
    opacity: 1;
  }
}

.dot-tooltip-sub {
  display: block;
  margin-top: 4px;
}

.dot-tooltip-sub ul {
  list-style: circle;
  margin: 0;
  padding-left: 25px;
}

.link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.dot-tooltip-sub ul li {
  margin: 1px 0;
  white-space: nowrap;
  color: var(--Raisin, #231f20);
  font-family: "PP Telegraf";
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.4px;
}

/* Numbered dot cores — shown when a location has multiple companies */
.dot-core--count {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "PP Telegraf", sans-serif;
  font-weight: 600;
  color: #fff;
  line-height: 1;
}

.dot-core--2 {
  width: 22px;
  height: 22px;
  font-size: 11px;
}
.dot-core--3,
.dot-core--4 {
  width: 30px;
  height: 30px;
  font-size: 13px;
}
.dot-core--5,
.dot-core--6 {
  width: 38px;
  height: 38px;
  font-size: 16px;
}

.w-40 {
  width: 40%;
}

.gradient {
  background: linear-gradient(90deg, rgba(255, 245, 233, 0) 0%, #fff5e9 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 23%;
}

.border-radious-12 {
  border-radius: 12px;
}

.gradient.right {
  right: 0;
}

.gradient.left {
  background: linear-gradient(-90deg, rgba(255, 245, 233, 0) 0%, #fff5e9 100%);
  left: 0;
}

.page-id-505 .box.bg-white {
  padding: var(--spacing-40);
}

.page-id-505 .box.bg-white .button {
  padding-right: 44px;
}

.blure-box {
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.32);
  position: absolute;
  bottom: 12px;
  left: 12px;
  width: 50%;
  padding: 28px 12px;
  color: var(--Linen, #fff5e9);
  backdrop-filter: blur(6px);
  max-width: 78%;
}
.home .blure-box {
  left: 22px;
}
.blure-box h5 {
  color: var(--Linen, #fff5e9);
}

.z-index-1 {
  z-index: 1;
}

.opacity-12,
.opacity-13,
.fade-up-box {
  opacity: 0.12;
  filter: grayscale(100%);
}

.fade-up-box {
  opacity: 0;
  transform: translateY(20px);
}

.aos-animate .opacity-12 {
  opacity: 1 !important;
  filter: none !important;
  transition: opacity 1s ease-in;
}

.aos-animate .opacity-13 {
  opacity: 1 !important;
  filter: none !important;
  transition: opacity 1s ease-in;
  transition-delay: 0.6s;
}

.aos-animate .fade-up-box {
  opacity: 1 !important;
  transition: 0.8s ease-in;
  /* transform: translateY(0) !important; */
}

/* Global VC section — scroll-based flip, hover-only name boxes */
.global-vc-row .vc-left img,
.global-vc-row .vc-left .gradient,
.global-vc-row .vc-right img,
.global-vc-row .vc-right .gradient {
  transition:
    opacity 0.6s ease,
    filter 0.6s ease;
}
.global-vc-row .vc-left-title,
.global-vc-row .vc-right-title {
  transition: opacity 0.6s ease;
}

/* Default: left active */
.global-vc-row .vc-left img,
.global-vc-row .vc-left .gradient {
  opacity: 1;
  filter: none;
}
.global-vc-row .vc-left-title {
  opacity: 1;
}
.global-vc-row .vc-right img,
.global-vc-row .vc-right .gradient {
  opacity: 0.25;
  filter: grayscale(100%);
}
.global-vc-row .vc-right-title {
  opacity: 0.25;
}
.ppl-canvas-section p {
  font-size: 32px;
}
.ppl-filter-canvas {
  padding: 0px !important;
}
/* Scrolled state: right active */
.global-vc-row.vc-scrolled .vc-left img,
.global-vc-row.vc-scrolled .vc-left .gradient {
  opacity: 0.25;
  filter: grayscale(100%);
}
.global-vc-row.vc-scrolled .vc-left-title {
  opacity: 0.25;
}
.global-vc-row.vc-scrolled .vc-right img,
.global-vc-row.vc-scrolled .vc-right .gradient {
  opacity: 1;
  filter: none;
}
.global-vc-row.vc-scrolled .vc-right-title {
  opacity: 1;
}

/* Name boxes — hover only, independent of scroll state */
.global-vc-row .blure-box {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.global-vc-row .vc-left:hover .blure-box,
.global-vc-row .vc-right:hover .blure-box {
  opacity: 1;
}

.global-vc-row .vc-left:hover img,
.global-vc-row .vc-right:hover img {
  opacity: 1 !important;
  filter: none !important;
}

.item .fade-up-box {
  width: auto;
}

a.item {
  text-decoration: none;
  cursor: pointer;
}

.item h5 {
  letter-spacing: -0.48px;
  display: flex;
  align-items: start;
  gap: 10px;
  margin-bottom: 6px;
}

.item:hover .fade-up-box {
  opacity: 1 !important;
  transform: translateY(0);
  transition:
    opacity 0.35s ease-out,
    transform 0.35s ease-out;
}

.item h5 span svg {
  transition: transform 0.2s ease-out;
  transition-delay: 0.15s;
}

.item:hover h5 span svg {
  transform: rotate(45deg);
}

ul.list li {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3E%3Ccircle cx='7.5' cy='7.5' r='7' stroke='%23FFB300' stroke-opacity='0.94902'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  padding-left: 30px;
  background-position: left 7px;
  background-size: 15px;
  background-position: left center;
}

.bridge-section {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 12px;
}

.bridge-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80vh;
  padding: 80px 60px;
}

.bridge-text {
  position: relative;
  z-index: 2;
  max-width: 680px;
  text-align: center;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 500;
  line-height: 1.4;
  color: #231f20;
}

.bridge-word {
  display: inline-block;
  cursor: default;
  padding: 0 4px;
  border-radius: 2px;
  transition:
    background-color 0.25s ease,
    text-decoration-color 0.25s ease;
  text-decoration: underline;
  text-decoration-color: #231f20;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  cursor: pointer;
}

.bridge-word:hover {
  background-color: #ffb300;
  text-decoration: none;
}

/* Floating images */
.bridge-images {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.bridge-img-wrap {
  position: absolute;
  width: 140px;
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  overflow: hidden;
  opacity: 0.2;
  transition: 0.6s ease;
}

.item span.box {
  border-radius: 25px;
}

.bridge-img-wrap.visible {
  opacity: 1;
  transform: scale(1.1);
}

.bridge-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(30%);
}

/* Fixed positions for the 6 floating slots */
#bridge-img-1 {
  top: 9%;
  right: 14%;
}

#bridge-img-2 {
  top: 55%;
  left: 6%;
}

#bridge-img-3 {
  bottom: 10%;
  left: 18%;
}

#bridge-img-4 {
  bottom: 15%;
  right: 18%;
}

#bridge-img-5 {
  top: 12%;
  left: 10%;
}

#bridge-img-6 {
  top: 29%;
  right: 5%;
}

/* =====================
   By the Numbers Section
   ===================== */
.numbers-eyebrow {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffb300;
  margin-bottom: 8px;
}

.insight-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  word-break: break-word;
}

.insight-content a {
  color: inherit;
}

.numbers-image-wrap {
  height: 100%;
  min-height: 400px;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
}

.numbers-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.numbers-card {
  border: 1px solid var(--Raisin, #231f20);
  border-radius: 12px;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  cursor: default;
  transition: 0.3s ease;
  position: relative;
  overflow: hidden;
}

.numbers-card:hover,
.numbers-card.active {
  border-color: #ffb300;
  background: #ffb300;
}

.max-w-79vw {
  max-width: 79vw;
}

.numbers-card--yellow {
  background-color: #ffb300;
  border-color: #ffb300;
}

.yellow-circle {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffb300;
  font-size: var(--fs-20, 20px);
  font-family: "PP Telegraf";
  border-radius: 50%;
}

.numbers-card--yellow:hover {
  border-color: #e6a000;
}

.numbers-card__content {
  flex-shrink: 0;
}

.numbers-card__svg {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
}

/* Numbers CSS Grid layout */
.numbers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 12px;
  height: 100%;
}

/* Row 1: Years(25%) + Offices(25%) + Startups(50%) */
.numbers-grid__years {
  grid-column: 1;
  grid-row: 1;
}

.numbers-grid__offices {
  grid-column: 2;
  grid-row: 1;
}

.numbers-grid__startups {
  grid-column: 3 / 5;
  grid-row: 1;
}

/* Row 2: Billion(50%) | AUM tall(50%) */
.numbers-grid__billion {
  grid-column: 1 / 3;
  grid-row: 2;
}

/* Row 3: LPs(50%) | AUM continues */
.numbers-grid__lps {
  grid-column: 1 / 3;
  grid-row: 3;
}

/* Tall right card spanning rows 2–3 at 50% width */
.numbers-grid__aum {
  grid-column: 3 / 5;
  grid-row: 2 / 4;
}

/* =====================
   Latest News Section
   ===================== */
.news-card {
  display: block;
  text-decoration: none;
  color: inherit;
}

.news-card__image {
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 20px;
}

#ins-search-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.co-search-input {
  font-size: var(--fs-heading32);
}

.news-card__image img {
  width: 100%;
  aspect-ratio: 40/46;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition:
    transform 0.4s ease,
    aspect-ratio 0.4s ease;
}

.page-template-page-insights .col-lg-6 .news-card__image img {
  aspect-ratio: 830/470;
}

.news-grid > div.active .news-card__image img {
  aspect-ratio: 12 / 10;
}

.news-card:hover .news-card__image img {
  transform: scale(1.03);
}

.news-card__tag {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #231f20;
  margin-bottom: 12px;
}

.news-card__tag .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ffb300;
  flex-shrink: 0;
}

.news-card__author {
  display: flex;
  align-items: center;
  gap: 20px;
}

.news-card__avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.news-card__written-by {
  display: block;
  text-transform: uppercase;
  text-decoration: underline;
  color: #231f20;
}

.news-card__author-name {
  display: block;
  color: #231f20;
}

.news-card__image--placeholder img {
  background-color: #e8e0d5;
}

/* Fallback if the image src itself fails to load */
.news-card__image img {
  background-color: #e8e0d5;
}

/* ===== Companies Section ===== */

.co-filter-bar {
  display: flex;
  align-items: center;
  gap: var(--spacing-60, 60px);
  padding-top: var(--spacing-60, 60px);
  padding-bottom: var(--spacing-90, 90px);
}

.ppl-filter input,
.ppl-filter button {
  font-size: var(--fs-heading32) !important;
}

.co-filter-left {
  display: flex;
  align-items: center;
  gap: 40px;
}

.co-filter-btn {
  background: none;
  border: none;
  font-family: "PP Telegraf", sans-serif;
  color: var(--Raisin, #231f20);
  cursor: pointer;
  padding: 0;
  opacity: 0.5;
  transition: opacity 0.2s ease;
  display: flex;
  align-items: center;
  gap: 7px;
  letter-spacing: -0.4px;
  margin: 0;
}

.co-filter-btn:hover,
.co-filter-btn.active,
.co-filter-btn.active::before {
  opacity: 1;
}

.co-filter-btn::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ffb300;
  border-radius: 50%;
  flex-shrink: 0;
  opacity: 0;
}

.co-filter.active::before {
  opacity: 1;
}

/* Dropdown */
.co-dropdown {
  position: relative;
}

.co-dropdown-toggle svg {
  transition: transform 0.2s ease;
}

.co-dropdown.open .co-dropdown-toggle svg {
  transform: rotate(180deg);
}

.co-dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  background: #fff;
  border-radius: 10px;
  padding: 6px 0;
  min-width: 180px;
  z-index: 200;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.co-dropdown.open .co-dropdown-menu {
  display: block;
}

.co-dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  background: none;
  border: none;
  font-family: "PP Telegraf", sans-serif;
  font-size: var(--fs-18, 18px);
  color: var(--Raisin, #231f20);
  text-align: left;
  padding: 8px 25px;
  cursor: pointer;
  opacity: 0.55;
  transition: opacity 0.15s ease;
  position: relative;
  min-width: 200px;
}

.co-dropdown-item::before {
  content: "";
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  opacity: 0;
  transition: opacity 0.15s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23231f20' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 6px;
  top: 13px;
}

.vertical-divider {
  width: 1px;
  height: 180px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.2;
  background: var(--Raisin, #231f20);
}

.co-dropdown-item:hover {
  opacity: 1;
}

.co-dropdown-item.active {
  opacity: 1;
}

.co-dropdown-item.active::before {
  opacity: 1;
}

.black-circle {
  background: #231f20;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  font-size: var(--fs-20, 20px);
  font-family: "PP Telegraf";
  font-weight: 400;
  display: inline-flex;
  color: #fff;
  border-radius: 50%;
}

.classic-card {
  border-radius: 12px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4/5;
  width: 100%;
  border: none;
}
.px-12 {
  padding-right: 12px !important;
  padding-left: 12px !important;
}
.co-dropdown-empty {
  display: block;
  padding: 10px 20px;
  font-family: "PP Telegraf", sans-serif;
  font-size: 14px;
  opacity: 0.4;
  font-style: italic;
}

/* Search */
.co-filter-right {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 1;
  border-bottom: 1px solid #d3cac1;
}

.co-search-input {
  background: none;
  border: none;
  outline: none;
  font-family: "PP Telegraf", sans-serif;
  font-size: var(--fs-heading40, 40px);
  color: var(--Raisin, #231f20);
  margin-bottom: 0;
  opacity: 0.4;
  flex: 1;
  min-width: 0;
  transition:
    opacity 0.2s ease,
    width 0.3s ease;
}

.co-search-input::placeholder {
  color: var(--Raisin, #231f20);
}

.co-search-input:focus,
.co-search-input:not(:placeholder-shown) {
  opacity: 1;
  width: 260px;
}

.co-search-icon-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  color: var(--Raisin, #231f20);
  opacity: 0.5;
  transition: opacity 0.2s ease;
  flex-shrink: 0;
}

.co-search-icon-btn:hover {
  opacity: 1;
}

/* Main layout */
.co-layout {
  display: flex;
  gap: 8px;
  padding-top: 8px;
  align-items: flex-start;
  padding-bottom: var(--spacing-90, 90px);
}

/* Detail panel — absolute overlay inside co-grid */
.co-modal-backdrop {
  position: fixed;
  inset: 0;
  background: #fff5e9bf;
  z-index: 9;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease;
}

.co-modal-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}
.offcanvas {
  border: none !important;
  background: transparent !important;
}
.offcanvas > .w-100 {
  padding: var(--spacing-60);
}
.offcanvas > .w-100 {
  margin: 15px;
  background: #fff !important;
  border-radius: 12px;
  box-shadow: 0 4px 16.6px 0 rgba(0, 0, 0, 0.1);
}
.page-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  color: #231f20;
}
.page-content * {
  color: #231f20 !important;
}
.co-detail-panel {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  background: #fff;
  border-radius: 12px;
  display: flex;
  padding-top: var(--spacing-30);
  flex-direction: column;
  pointer-events: none;
  box-shadow: 0 4px 16.6px 0 rgba(0, 0, 0, 0.04);
}
.co-card[data-id="7311"] img,
.co-card[data-id="7313"] img,
.co-card[data-id="6838"] img {
  max-width: 120px;
}

.co-card[data-id="7304"] img,
.co-card[data-id="1253"] img {
  max-width: 140px;
}
.co-detail-panel.is-open {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.4s;
}

/* @media (max-width: 992px) {
  .co-detail-panel::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 48px;
    background: linear-gradient(to bottom, transparent 0%, #fff 41%);
    pointer-events: none;
    z-index: 2;
  }
} */

.co-detail-close {
  position: absolute;
  top: var(--spacing-30);
  right: var(--spacing-30);
  background: none;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--Raisin, #231f20);
  z-index: 2;
  transition: background 0.15s ease;
  border: 0;
  padding: 0;
}

.people-text p {
  margin-bottom: var(--spacing-30);
}

.co-tagline-toggle {
  background: none;
  border: 0;
  appearance: none;
  text-decoration: underline;
  color: #231f20;
}

.co-detail-content {
  padding: var(--spacing-40) var(--spacing-30) var(--spacing-60);
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: center;
  align-items: center;
}

.industry-partners-section .preheader::before {
  top: 8px;
}
.co-detail-content p {
  padding: 0;
}
.co-detail-logo-wrap {
  display: flex;
  align-items: flex-start;
}

.co-detail-logo-wrap.co-logo-loading {
  width: 130px;
  height: 44px;
  border-radius: 8px;
  background: linear-gradient(90deg, #f0eeee 25%, #e4e1e1 50%, #f0eeee 75%);
  background-size: 200% 100%;
  animation: co-logo-shimmer 1.2s ease infinite;
}

.co-detail-logo-wrap.co-logo-loading img {
  opacity: 0;
}
.testimonial-photo img {
  width: 100%;
}
.ppl-filter-canvas {
  top: 160px !important;
  bottom: 160px !important;
  width: 45vw !important;

  background: #fff;

  padding: var(--spacing-90);
  flex-direction: row;
}

.ul-list ul {
  list-style-type: disc;
  padding-left: 30px;
}

.offcanvas-backdrop.show {
  opacity: 0.8;
}

.ppl-filter-canvas .offcanvas-body {
  display: flex;
  padding: 0;
  gap: var(--spacing-90);
}

.ppl-card {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.45s ease,
    transform 0.45s ease;
}

.ppl-card.ppl-card--visible {
  opacity: 1;
  transform: none;
}

.ppl-card img {
  border-radius: 12px;
  aspect-ratio: 4/5;
  object-fit: cover;
  object-position: top center;
}

@keyframes co-logo-shimmer {
  0% {
    background-position: 200% center;
  }
  100% {
    background-position: -200% center;
  }
}

.co-detail-logo {
  object-fit: contain;
  object-position: left center;
  max-width: 180px;
  height: 90px;
}

.co-detail-name {
  font-size: 28px;
  color: var(--Raisin, #231f20);
  line-height: 1.2;
  letter-spacing: -0.56px;
  margin: 0;
}

.co-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: var(--spacing-30) 0;
}

.co-detail-tags .box {
  background: #fff5e9;
  border-radius: 90px;
  padding: 3px 16px;
  margin: 0;
}

.co-main .preheader {
  min-width: 0;
}

.co-detail-desc {
  font-size: var(--fs-20, 20px);
  margin: var(--spacing-40) 0;
}

.website-desc {
  margin-bottom: var(--spacing-60);
  font-size: var(--fs-20, 20px);
}

.co-detail-link {
  align-self: center;
  margin-top: auto;
  border: 1px solid #231f20;
  padding: var(--button-size-medium, 12px 56px 12px 24px);
}
.t-prev,
.t-next {
  background: transparent;
  border: none;
}
.testimonial-item {
  display: none;
}

.testimonial-item.active {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}
/* Grid */
.co-grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  align-content: start;
  transition: grid-template-columns 0.3s ease;
  min-width: 0;
  position: relative;
}

.co-grid.cards-4 {
  grid-template-columns: repeat(3, 1fr);
}

.people-section img {
  border-radius: 12px;
}

.co-grid.cards-4 .co-card {
  max-height: 215px;
}

.co-card {
  background: #fff;
  border-radius: 12px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 24px;
  width: 100%;
  aspect-ratio: 3/2;
  opacity: 0;
  transform: translateY(24px);
  transition:
    box-shadow 0.2s ease,
    opacity 0.45s ease,
    transform 0.45s ease;
}

.co-card.co-card--visible {
  opacity: 1;
  transform: none;
}
.ppl-filter-canvas {
  font-family: "PP Telegraf", sans-serif;
}

.co-filter-canvas-bottom {
  top: auto !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: auto !important;
  max-height: 80vh;
  border-radius: 16px 16px 0 0;
  overflow-y: auto;
}
.page-template-page-portfolio .co-modal-backdrop,
.page-template-page-corporate-ecosystem .co-modal-backdrop,
.page-template-page-sector .co-modal-backdrop {
  background: transparent;
}
/* Offcanvas co-dropdown — always visible, no toggle behaviour */
.co-canvas-hidden-toggle {
  display: none !important;
}
.co-canvas-menu {
  display: block !important;
  position: static !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
  background: transparent !important;
  min-width: 0 !important;
}
.co-canvas-menu .co-dropdown-item,
.co-canvas-menu .ppl-canvas-item {
  width: 100%;
  text-align: left;
}

.ppl-canvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-template-page-sector .industry-partners-section .swiper-slide:not(.industry-active) .preheader::before {
  background: #000;
}

.ppl-canvas-close {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  line-height: 0;
}

.offcanvas-backdrop {
  background: #fff5e9;
  backdrop-filter: blur(40px);
}

.ppl-canvas-section-empty {
  color: #b0a89f;
}

.ppl-canvas-hr {
  border: none;
  border-top: 1px solid #e8e2dc;
  margin: 0 0 20px;
}

.ppl-canvas-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ppl-canvas-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: none;
  text-underline-offset: 3px;
  text-transform: capitalize;
  text-decoration-thickness: 1px;
  padding: 0 0 5px;
}

.ppl-canvas-radio {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #231f20;
  display: inline-block;
  flex-shrink: 0;
  transition:
    background 0.15s,
    border-color 0.15s;
}

.ppl-canvas-item.active .ppl-canvas-radio {
  background: #ffb300f2;
  border-color: #ffb300f2;
}
.co-card--active {
  /* box-shadow: 0 4px 18px rgba(35, 31, 32, 0.14);
  outline: 1px solid #d3cac1; */
}
.color-inherit {
  color: inherit !important;
}
a.color-inherit {
  display: block !important;
  cursor: pointer;
  text-decoration: none;
}
a.color-inherit:hover h4 {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.co-card-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.co-card-logo img {
  max-width: 100%;
  aspect-ratio: 25/9;
  object-fit: contain;
  filter: grayscale(100%);
  height: 90px;
  transition: 0.3s ease;
  max-width: 180px;
}

.co-card-logo img:hover {
  filter: grayscale(0);
}

.co-card-name-fallback {
  font-family: "PP Telegraf", sans-serif;
  font-size: 18px;
  color: var(--Raisin, #231f20);
  text-align: center;
  letter-spacing: -0.36px;
}

/* States */
.co-grid.co-loading {
  opacity: 0.45;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.co-no-results {
  grid-column: 1 / -1;
  text-align: center;
  padding: 80px 20px;
  font-family: "PP Telegraf", sans-serif;
  font-size: 20px;
  opacity: 0.5;
}

.w-21-m {
  width: 21% !important;
}

@media (max-width: 1250px) {
  .co-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .co-filter-bar {
    gap: 16px;
  }

  .co-filter-left {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .co-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* See more */
.co-load-more-wrap {
  display: flex;
  justify-content: center;
  padding-top: 0;
  padding-bottom: var(--spacing-120, 120px);
}

.co-load-more-btn {
  background: none;
  border: none;
  font-family: "PP Telegraf", sans-serif;
  font-size: var(--fs-18, 18px);
  color: var(--Raisin, #231f20);
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  transition: border-color 0.2s ease;
}

.co-load-more-btn:hover {
  border-color: var(--Raisin, #231f20);
}

.co-load-more-count {
  opacity: 0.45;
  font-size: 16px;
}

/* Photos Slider */
.photos-swiper {
  width: 100%;
  overflow: visible;
}

.photos-swiper .swiper-slide {
  width: auto;
}

.photos-swiper .swiper-slide img {
  height: 500px;
  width: auto;
  display: block;
  border-radius: 12px;
}

/* Word-by-word scroll reveal */
.word-reveal__word {
  display: inline-block;
}

.word-reveal__inner {
  display: inline-block;
  opacity: 0.3;
  transition: opacity 0.25s ease;
}

.word-reveal__inner.is-visible {
  opacity: 1;
}
.industry-partners-section {
  overflow: hidden;
  padding-bottom: 90px;
}

.industry-partners-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 60px 30px;
}

.industry-slider-nav {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  color: #231f20;
}

.industry-slider-nav button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  color: #231f20;
  transition: opacity 0.2s;
}

.industry-slider-nav button:disabled {
  opacity: 0.3;
  cursor: default;
}

.industry-partners-swiper.swiper {
  overflow: visible !important;
  padding-left: 60px;
}

.industry-partners-section .card {
  border-radius: 12px;
  aspect-ratio: 1 / 1;
  padding: var(--spacing-30);
  border: none;
  color: #231f20;
  overflow: hidden;
}

.industry-partners-section .industry-active .image-overlay {
  opacity: 1;
}

.industry-partners-section .industry-active .card,
.industry-partners-section .industry-active .card h3,
.industry-partners-section .industry-active .card .preheader {
  color: #ffffff !important;
}

.industry-partners-section .swiper-slide:nth-child(1) {
  margin-left: var(--spacing-60);
}

/* ── Mobile hamburger & overlay — base (always present, hidden on desktop) ─ */
.mob-hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  flex-shrink: 0;
}

#co-grid {
  min-height: 100vh;
}

.mob-nav {
  position: fixed;
  inset: 0;
  background: var(--Linen, #fff5e9);
  z-index: 9999;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.mob-nav.is-open {
  transform: translateX(0);
}

.mob-nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 30px;
  flex-shrink: 0;
  border-bottom: 1px solid #d3cac1;
}

.mob-nav-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
}

/* Menu list */
.mob-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
  padding: 0 30px;
}
.mob-menu > li {
  border-bottom: 1px solid rgba(35, 31, 32, 0.15);
}

/* Item row (link + optional toggle) */
.mob-item-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px;
  gap: 16px;
}
.mob-item-row > a {
  font-family: "PP Telegraf", sans-serif;
  font-size: 28px;
  font-weight: 400;
  color: var(--Raisin, #231f20);
  text-decoration: none;
  letter-spacing: -1.5px;
  line-height: 1.1;
  flex: 1;
}

/* Toggle chevron / X */
.mob-sub-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.mob-sub-toggle .icon-close {
  display: none;
}
.mob-sub-toggle .icon-chevron {
  display: block;
  opacity: 0.25;
  min-height: 18px;
}
.mob-menu > li.mob-open > .mob-item-row > .mob-sub-toggle .icon-chevron {
  display: none;
}
.mob-menu > li.mob-open > .mob-item-row > .mob-sub-toggle .icon-close {
  display: block;
}
.mob-menu > li.mob-open > .sub-menu {
  padding-left: 0;
  padding-right: 0;
}

/* Current-page yellow dot */
.mob-menu > li.current-menu-item > .mob-item-row > a::before,
.mob-menu > li.current-menu-parent > .mob-item-row > a::before,
.mob-menu > li.current-menu-ancestor > .mob-item-row > a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ffb300;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -3px;
}

/* Sub-menu pills */
.mob-menu .sub-menu {
  display: none;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 30px 24px;
  position: static;
  opacity: 1;
  visibility: visible;
  width: auto;
  min-width: 0;
}
.mob-menu > li.mob-open > .sub-menu {
  display: flex;
}
.mob-menu .sub-menu li {
  list-style: none;
}
.mob-menu .sub-menu li a {
  display: inline-flex;
  padding: 10px 18px;
  border-radius: 30px;
  background: #fff;
  color: var(--Raisin, #231f20);
  font-family: "PP Telegraf", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: -0.3px;
  opacity: 1;
  transition: background 0.2s ease;
}
.mob-menu .sub-menu li a::after {
  display: none;
}
.mob-menu .sub-menu li a:hover {
  background: #ffb300f2;
}
@media screen and (max-width: 1750px) {
  :root {
    --fs-20: 18px;
    --fs-15: 14px;
    --spacing-120: 108px;
    --spacing-90: 81px;
    --spacing-60: 54px;
    --spacing-40: 36px;
    --spacing-30: 27px;
    --spacing-25: 23px;
    --spacing-24: 22px;
    --spacing-20: 18px;
    --fs-heading62: 56px;
    --fs-heading54: 49px;
    --fs-heading40: 36px;
    --fs-heading32: 29px;
    --fs-heading24: 22px;
    --fs-18: 16px;
    --fs-heading16: 14px;
    --fs-body1: 25px;
    --fs-body2: 18px;
    --fs-body3: 16px;
  }

  .sib-form-block__button.sib-form-block__button-with-loader {
    top: 11px;
  }
  header {
    padding: 54px;
  }

  .logo svg {
    max-width: 90%;
    height: auto;
  }
  .px-5 {
    padding-right: 2.7rem !important;
    padding-left: 2.7rem !important;
  }

  .location svg {
    max-width: 140px;
    height: auto;
  }
}
hr {
  background: #d3cac1;
}
#ppl-filter-offcanvas {
  padding: 60px !important;
}
@media screen and (max-width: 1550px) {
  .co-detail-tags .box {
    padding: 3px 12px;
  }
  .classic-card svg {
    max-width: 140px;
    height: auto;
  }
  .industry-partners-section .preheader::before {
    top: 6px;
  }
  .page-id-505 .box.bg-white .button {
    font-size: 18px;
  }
  .current-menu-parent::before,
  #primary-menu > .current-menu-item::before {
    top: 10px !important;
  }
  .co-search-input:focus,
  .co-search-input:not(:placeholder-shown) {
    width: auto;
  }
  .co-search-icon-btn svg {
    max-width: 32px;
    height: auto;
  }
  .co-card-logo img,
  .co-detail-logo {
    max-width: 146px;
    height: 72px;
  }

  .ppl-canvas-header svg {
    max-width: 48px;
  }

  .navigation ul .sub-menu {
    gap: 2px;
  }
  .px-5 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .sib-form-block__button.sib-form-block__button-with-loader {
    top: 8px;
    width: 35px;
  }
  .vertical-divider {
    height: 140px;
  }
  .location svg {
    max-width: 130px;
    height: auto;
  }
  .people-x {
    max-width: 50px;
    height: auto;
  }
  .sub-menu li a {
    padding: 7px;
  }
  :root {
    --fs-20: 16px;
    --spacing-120: 96px;
    --fs-15: 12px;
    --spacing-90: 72px;
    --spacing-60: 48px;
    --spacing-40: 30px;
    --spacing-30: 24px;
    --spacing-25: 20px;
    --spacing-24: 20px;
    --spacing-20: 16px;
    --fs-heading62: 50px;
    --fs-heading54: 44px;
    --fs-heading40: 32px;
    --fs-heading32: 24px;
    --fs-heading24: 20px;
    --fs-18: 16px;
    --fs-heading16: 13px;
    --fs-body1: 23px;
    --fs-body2: 16px;
    --fs-body3: 15px;
    --button-size-medium: 12px 56px 12px 24px;
  }
  .logo svg {
    max-width: 80%;
    height: auto;
  }
  .footer-logo {
    max-width: 210px;
    height: auto;
  }
  span.box {
    padding: 5px 8px;
    margin-bottom: 10px;
  }

  .navigation ul {
    gap: 40px;
  }
  .vf-item {
    padding: 30px 0;
  }

  .numbers-stat {
    line-height: 1;
  }

  .featured-areas .item {
    padding: 30px;
  }

  .pe-lg-5 {
    padding-right: 2.6rem !important;
  }

  header {
    padding: 48px;
  }

  .mw-650 {
    max-width: 650px !important;
  }

  .button {
    padding: 14px 49px 12px 24px;
    font-size: 18px;
  }

  .map-tab-btn {
    font-size: 20px;
  }

  .button::after {
    right: 20px;
    width: 16px;
    height: 21px;
  }

  .team-swiper .swiper-slide {
    width: 41%;
  }

  .photos-swiper .swiper-slide img {
    height: 300px;
  }
  .co-detail-desc {
    margin: var(--spacing-30) 0;
  }
  .co-detail-tags {
    margin: var(--spacing-30) 0 0;
  }
}

@media screen and (max-width: 1450px) {
  .button {
    padding: 14px 37px 12px 19px;
    font-size: 17px;
  }
  .button::after {
    right: 14px;
    width: 13px;
    height: 13px;
  }
  .classic-card svg {
    max-width: 110px;
    height: auto;
  }
  .location svg {
    max-width: 120px;
    height: auto;
  }
  :root {
    --fs-20: 14px;
    --spacing-120: 84px;
    --spacing-90: 63px;
    --spacing-60: 42px;
    --spacing-30: 21px;
    --spacing-25: 18px;
    --spacing-24: 17px;
    --spacing-20: 14px;
    --fs-heading62: 43px;
    --fs-heading54: 38px;
    --fs-heading40: 28px;
    --fs-heading32: 22px;
    --fs-heading24: 17px;
    --fs-18: 13px;
    --fs-heading16: 11px;
    --fs-body1: 20px;
    --fs-body2: 14px;
    --fs-body3: 13px;
  }
  .logo svg {
    max-width: 70%;
    height: auto;
  }
  .page-id-505 .box.bg-white .button {
    font-size: 15px;
    padding-right: 30px;
  }
  .button {
    font-size: 15px;
  }
}

@media (max-width: 1200px) {
  header {
    padding: 24px 30px;
  }
  header .navigation {
    display: none;
  }
  .mob-hamburger {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1024px) {
  :root {
    --fs-heading32: 16px;
  }
  span.box {
    padding: 1px 5px;
    margin-bottom: 6px;
  }
  .item span.box {
    font-size: 10px;
  }
}

@media screen and (max-width: 992px) {
  .vf-item__header {
    cursor: pointer;
  }
  .vf-item__dash {
    display: none;
  }
  .vf-item__header::after {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 13px;
    height: 13px;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.25'%3E%3Cline x1='6.62061' y1='2.18557e-08' x2='6.6206' y2='13' stroke='black'/%3E%3Cline x1='13' y1='7' x2='-4.37114e-08' y2='7' stroke='black'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  /* disable hover-based open/close — JS .is-open controls it instead */
  .vf-item:hover .vf-item__desc,
  .vf-list:not(:hover) .vf-item:first-child .vf-item__desc {
    max-height: 0;
    opacity: 0;
    margin-top: 0;
  }
  .vf-item:hover .vf-item__link,
  .vf-list:not(:hover) .vf-item:first-child .vf-item__link {
    opacity: 0;
  }
  /* .is-open comes after hover rules so it wins the cascade */
  .vf-item.is-open .vf-item__header::after {
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='1' viewBox='0 0 13 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.25'%3E%3Cline x1='13' y1='0.5' x2='-4.37114e-08' y2='0.499999' stroke='black'/%3E%3C/g%3E%3C/svg%3E");
  }
  .vf-item.is-open .vf-item__desc {
    max-height: 200px;
    opacity: 1;
    margin-top: 16px;
  }

  :root {
    --fs-heading62: 32px;
    --fs-body1: 20px;
    --spacing-24: 15px;
    --fs-heading54: 26px;
    --fs-heading24: 14px;
    --fs-18: 14px;
    --spacing-60: 30px;
    --spacing-90: 45px;
    --fs-body2: 16px;
  }
  .industry-partners-section .preheader::before {
    top: 5px;
  }
  .mt-10-m {
    margin-top: 10px;
  }
  .industry-partners-section {
    padding-bottom: 10px;
  }
  /* Map — horizontal scroll at 1920px */
  #offices-map .container {
    padding-left: 0;
    padding-right: 0;
  }
  .m-w-auto-m {
    min-width: auto !important;
  }

  .industry-partners-swiper.swiper {
    padding-left: 0px;
    padding-bottom: 40px;
  }
  .industry-partners-pagination {
    top: 97% !important;
  }

  .py-m-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .pt-m-30 {
    padding-top: 30px !important;
  }
  .industry-partners-pagination .swiper-pagination-bullet {
    background: #d3cac1;
    opacity: 1;
    width: 10px;
    height: 10px;
  }
  .industry-partners-pagination .swiper-pagination-bullet-active {
    background: #fab330;
  }
  .invest-grid {
    display: block;
  }
  .map-scroll-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .map-scroll-wrap::-webkit-scrollbar {
    display: none;
  }
  .map-scroll-wrap .map-container {
    width: 1100px;
    min-width: 1100px;
  }
  .d-m-none {
    display: none !important;
  }
  #bridge-img-1 {
    right: 27%;
  }
  #bridge-img-6 {
    top: 20%;
  }
  #bridge-img-2 {
    top: 68%;
  }

  .news-grid {
    display: block !important;
  }
  section.border-y,
  .px-60 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cards-block .cards-swiper {
    overflow: hidden;
  }
  .cards-block .swiper-wrapper {
    flex-wrap: nowrap;
    margin: 0;
  }
  .cards-block .swiper-slide {
    width: calc(50% - 4px) !important;
    flex-shrink: 0;
    padding: 0;
    margin-bottom: 0 !important;
    box-sizing: border-box;
  }

  .mt-m-90 {
    margin-top: 90px !important;
  }
  .cards-swiper-nav {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 30px;
  }
  .cards-swiper-prev,
  .cards-swiper-next {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s ease;
  }
  .cards-swiper-prev.swiper-button-disabled,
  .cards-swiper-next.swiper-button-disabled {
    opacity: 0.25;
    cursor: default;
  }
  .map-tab-btn {
    font-size: 14px;
  }
  .map-tab-btn + span svg {
    max-width: 10px;
    height: auto;
  }
  .cards-swiper-prev:not(.swiper-button-disabled):hover,
  .cards-swiper-next:not(.swiper-button-disabled):hover {
    opacity: 0.6;
  }
  .item span.box {
    font-size: 13px;
  }

  .home .cards-block .item .hidden-content h4 {
    font-size: 21px;
  }
  .cards-block .item .hidden-content p,
  .cards-block .item .hidden-content a {
    font-size: 14px;
  }
  .cards-block .item .hidden-content a {
    display: none;
  }

  .cards-block .item .hidden-content .fs-20 {
    font-size: 16px;
  }
  .cards-block .item .hidden-content .fs-28 {
    margin-bottom: 16px;
  }

  .page-template-page-sector .industry-partners-section {
    padding-bottom: 40px;
  }

  .featured-areas > .container {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .industry-slider-nav {
    display: none;
  }
  .phase-card__desc,
  .phase-card__content {
    opacity: 1 !important;
    max-height: 100%;
  }
  .page-id-505 .focus-areas-grid {
    padding-bottom: 0;
  }
  .m-w-40-m {
    width: 110px !important;
    max-width: 30vw !important;
  }
  .page-id-505 .industry-partners-section {
    padding-bottom: 40px;
  }

  .page-id-505 .col-lg-8 .item:last-child {
    border-bottom: 1px solid #d3cac1 !important;
    margin-bottom: 40px;
  }
  .phase-card__desc {
    margin-top: 16px !important;
  }
  .phase-cards {
    display: block;
  }
  .phase-card__content .preheader::before {
    top: 5px;
  }
  .phase-card__title,
  .phase-card__content .preheader {
    color: #fff !important;
  }
  .phase-card {
    margin-bottom: 12px;
    aspect-ratio: 3/6;
    height: auto;
    opacity: 1 !important;
  }
  .phase-card .phase-card__overlay {
    background: linear-gradient(180deg, rgba(35, 31, 32, 0.3) 0%, rgb(0 0 0) 100%);
  }
  .phase-card.active {
    height: auto !important;
  }
  .featured-areas h4 {
    font-size: 28px;
    margin: 0;
    flex: 1;
    text-decoration: none !important;
  }
  .industry-partners-section .card {
    aspect-ratio: 3 / 4;
  }
  .industry-partners-section .swiper-slide.swiper-slide-active .card p {
    max-width: 90% !important;
  }
  .industry-partners-section .industry-active .card .overlay {
    backdrop-filter: none !important;
  }
  .item .yellow-circle {
    margin-bottom: 20px;
  }
  .co-filter-canvas-bottom {
    padding-bottom: 30px !important;
  }
  .flex-revert-horizontal-m {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .featured-areas .item {
    border-bottom: 0;
  }
  .flex-revert-horizontal-m svg {
    max-width: 33px;
    height: auto;
    margin: 0;
    margin-right: 20px;
  }
  .featured-areas .white-box {
    padding: 20px;
  }

  .pt-m-0 {
    padding-top: 0 !important;
  }
  .ppl-filter-canvas .offcanvas-body {
    gap: 5px;
    justify-content: center;
    overflow: hidden;
  }
  .row-revert-vertical-m {
    flex-direction: column-reverse;
  }
  .white-box img {
    height: 200px;
    object-fit: cover;
    width: 100%;
    border-radius: 12px;
    margin-bottom: 16px;
  }
  .ppl-canvas-header svg {
    max-width: 26px;
    height: auto;
  }
  .ppl-canvas-header span {
    display: none;
  }
  .ppl-canvas-header + hr {
    display: none;
  }
  .ppl-canvas-section {
    max-width: 165px;
  }
  .ppl-canvas-item {
    gap: 6px;
    opacity: 1;
    font-size: 16px;
    color: #231f20;
    text-align: left;
  }
  .ppl-canvas-header {
    justify-content: end;
    margin: 0;
  }
  #ppl-filter-offcanvas {
    padding: 0px !important;
  }
  .offcanvas .w-100 {
    width: 100%;
  }
  .mb-m-0 {
    margin-bottom: 0 !important;
  }
  .mb-m-10 {
    margin-bottom: 10px !important;
  }
  .mb-m-20 {
    margin-bottom: 20px !important;
  }
  .mb-m-30 {
    margin-bottom: 30px !important;
  }
  .mb-m-60 {
    margin-bottom: 60px !important;
  }
  .mt-m-30 {
    margin-top: 30px !important;
  }
  .pt-m-30 {
    padding-top: 30px !important;
  }
  .pb-m-30 {
    padding-bottom: 30px !important;
  }
  .pb-m-10 {
    padding-bottom: 10px !important;
  }
  .pt-m-60 {
    padding-top: 60px !important;
  }
  .pt-m-60.pe-lg-5 {
    padding-right: 0 !important;
  }

  .fs-m-16 {
    font-size: 16px !important;
  }
  .fs-32-m {
    font-size: 32px !important;
  }
  .news-card__image img {
    aspect-ratio: 1/1;
  }

  footer h4.preheader {
    font-size: 21px !important;
    margin-bottom: 20px !important;
    margin-left: 10px !important;
  }
  .preheader.fs-32::before {
    left: -9px;
    top: 9px;
  }
  footer .col-lg-5 {
    padding-top: 90px;
  }
  footer a {
    font-size: 16px;
  }

  .footer-logo {
    max-width: 160px;
    height: auto;
  }
  .justify-content-between-m {
    justify-content: space-between;
  }
  .news-card__body.mt-60 {
    margin-top: 12px;
  }
  .news-card__body.mt-60 h4 {
    font-size: 21px;
  }
  .preheader {
    display: flex;
    min-width: 170px;
  }
  .team-swiper .swiper-slide {
    width: 80%;
  }
  .co-detail-panel {
    transition: opacity 0.4s ease;
  }
  .edge-circle::after {
    display: none;
  }
  /* Principles — mobile Swiper */
  .principles-swiper {
    overflow: hidden;
    padding-bottom: 50px;
  }
  .principles-swiper .swiper-wrapper {
    flex-wrap: nowrap;
    margin: 0;
    max-width: none;
  }
  .principles-swiper .swiper-slide {
    width: 100% !important;
    flex-shrink: 0;
    box-sizing: border-box;
  }
  .principles-pagination {
    margin-top: 24px;
  }
  .principles-pagination .swiper-pagination-bullet {
    background: #d3cac1;
    opacity: 1;
    width: 10px;
    height: 10px;
  }
  .principles-pagination .swiper-pagination-bullet-active {
    background: #fab330;
  }
  .vc-right-title,
  .vc-left-title {
    top: 103%;
    font-size: 26px;
  }
  .w-m-100 {
    width: 100% !important;
  }
  .featured-areas .item {
    border-left: 0;
  }
  .offcanvas > .w-100 {
    padding: 20px;
  }
  .pt-m-10 {
    padding-top: 10px !important;
  }
  .global-vc-row.vc-scrolled .vc-right .gradient,
  .global-vc-row.vc-scrolled .vc-left .gradient {
    display: none;
  }
  /* Global VC — show blure-box on the active image (no hover on touch) */
  .global-vc-row .vc-left .blure-box {
    opacity: 1;
    pointer-events: auto;
  }
  .global-vc-row.vc-scrolled .vc-left .blure-box {
    opacity: 0;
    pointer-events: none;
  }
  .global-vc-row.vc-scrolled .vc-right .blure-box {
    opacity: 1;
    pointer-events: auto;
  }
  .bridge-img-wrap {
    width: 80px;
  }
  .bridge-inner {
    min-height: 100vh;
    padding: 65px 15px;
  }
  /* Featured areas accordion */
  .featured-areas .col-lg-3 .item .body-2,
  .featured-areas .col-lg-3 .item .details-info-m {
    display: none;
  }
  .featured-areas .col-lg-3 .item.feat-open .body-2,
  .featured-areas .col-lg-3 .item.feat-open .details-info-m {
    display: block;
  }

  .feat-toggle {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s ease;
  }

  .map-header {
    padding-left: 30px;
  }
  .feat-toggle + span,
  .global-vc-row .vc-left .gradient {
    display: none;
  }
  .feat-toggle .icon-plus {
    opacity: 0.25;
  }
  .feat-toggle .icon-minus {
    display: none;
    opacity: 0.25;
  }
  .feat-toggle .icon-plus,
  .item.feat-open .feat-toggle + span {
    display: block;
  }
  .featured-areas .col-lg-3 .item.feat-open .feat-toggle .icon-plus {
    display: none;
  }
  .featured-areas .col-lg-3 .item.feat-open .feat-toggle .icon-minus {
    display: block;
  }
  .text-center-m {
    text-align: center;
  }
  .featured-areas .item {
    padding: 15px 0;
    padding-left: 20px;
  }
  .location {
    border-right: none;
    display: flex;
    width: 100%;
    margin: 0 auto;
    margin-bottom: var(--spacing-60, 60px);
    border-bottom: 1px solid #d3cac1 !important;
    gap: 30px;
    align-items: start;
    padding-bottom: 30px;
  }
  .co-filter-bar {
    justify-content: center;
    padding-top: 10px;
    gap: 10px;
  }
  .focus-areas-grid .focus-area-item:nth-child(1),
  .focus-areas-grid .focus-area-item:nth-child(2) {
    border-top: none;
  }
  .co-filter-btn,
  #ppl-search {
    font-size: 21px !important;
  }
  .co-dropdown-item::before {
    display: none;
  }

  .co-filter-left button,
  #ppl-dept-btn {
    background: #fff;
    border-radius: 90px;
    padding: 7px 10px;
    width: 160px;
    justify-content: center;
    font-size: 21px;
  }
  #ppl-dept-btn {
    opacity: 1;
    color: #0000005c;
  }
  #ppl-dept-btn path {
    fill: #0000005c;
  }

  .page-template-page-portfolio .co-filter-left button.active {
    background: #e6a000;
  }
  .co-filter-btn::before {
    display: none;
  }
  .co-filter-left {
    background: #fff;
    border-radius: 90px;
  }
  .page-template-page-insights .co-filter-left {
    background: transparent;
    padding-top: 20px;
  }
  .page-template-page-insights .co-filter-btn::before {
    display: block;
  }
  .page-template-page-insights .co-filter-btn {
    font-size: 16px !important;
  }
  .focus-areas-grid {
    display: block;
  }
  .location h3 {
    margin-top: 0 !important;
    margin-bottom: 10px;
  }
  .location .body-2 {
    padding-bottom: 0px !important;
  }
  .locations .col-lg-3:last-child .location {
    border-bottom: none !important;
  }
  .team-swiper .swiper-slide-active img {
    transform: translateY(-30px);
  }
  .border-m-0 {
    border: none !important;
  }
  .text-left-m {
    text-align: left !important;
  }
  .team-swiper .swiper-slide-next img,
  .team-swiper .swiper-slide-prev img {
    transform: translateY(0px) !important;
  }
  .vf-item .d-inline-block {
    display: none !important;
  }
  .vf-item__desc {
    font-size: 16px;
  }
  .vf-item.is-open .d-inline-block {
    display: flex !important;
    opacity: 1;
    margin-top: 10px;
  }
  .details-info-m .body-2 {
    font-size: 16px;
  }
  .w-40 {
    width: 50%;
  }
  .vc-left-title {
    padding-left: 5px;
  }
  .vc-right-title {
    padding-right: 5px;
  }
  .button {
    padding: 12px 36px 12px 20px;
    font-size: 14px;
  }
  .button::after {
    right: 14px;
    width: 14px;
    height: 18px;
  }
  .partners-track {
    gap: 40px;
    animation-duration: 18s;
  }
  .partners-marquee-wrap::before,
  .partners-marquee-wrap::after {
    width: 40px;
  }
  .blure-box {
    bottom: 0px;
    left: 6px !important;
    width: 100%;
    padding: 17px 12px;
    max-width: calc(100% - 12px);
  }
  .numbers-grid {
    display: block;
  }
  .numbers-card {
    padding: 25px;
    min-height: 160px;
    margin-bottom: 12px;
    align-items: start;
  }
  .fs-16-m {
    font-size: 16px !important;
  }
  .fs-21-m {
    font-size: 21px !important;
  }
  .single .preheader {
    margin: 0 auto;
    justify-content: center;
    min-width: 0;
    display: inline-flex;
  }
  .numbers-stat {
    font-size: 28px;
  }
  .numbers-card .fs-24 {
    font-size: 20px !important;
  }
  .numbers-card__svg {
    bottom: 0;
  }
  .bilion-card {
    top: 96% !important;
    width: 55% !important;
  }
  .numbers-card__svg.bottom-0 {
    max-width: 200px !important;
  }
  .top-150p {
    bottom: -137px !important;
    right: 0 !important;
  }
  .numbers-section .py-120 {
    padding-bottom: 60px !important;
  }

  button[data-type="all"],
  .co-dropdown:not(.co-canvas-dropdown)[data-taxonomy="company_region"],
  button[data-filter-type] {
    display: none;
  }
  .co-filter-right,
  .co-search-input {
    flex: auto;
  }
  .co-filter-right {
    max-width: 160px;
  }

  /* Portfolio — hide desktop dropdowns on mobile, show offcanvas trigger */
  .page-template-page-portfolio .co-filter-left .co-dropdown {
    display: none;
  }
  .preheader::before {
    top: 4px;
  }
  #ins-grid hr {
    display: none;
  }
  .page-template-page-insights .co-filter-bar {
    flex-direction: column-reverse;
  }
  #ins-filter-bar {
    padding-top: 60px;
  }
  .co-filter-right {
    border: none;
    position: relative;
    flex: 1;
    border-radius: 90px;

    background: #fff;
    font-size: 21px;
  }
  .testimonial-photo img {
    max-height: 320px;
    object-fit: cover;
    object-position: top center;
  }
  .co-search-input {
    max-width: 160px;
    padding: 10px 5px;
    height: 40px;
    font-size: 21px;
    padding-left: 30px;
  }

  .co-search-icon-btn {
    position: absolute;
    right: 10px;
    max-width: 26px;
    height: auto;
  }
  header {
    padding: 20px 0px 20px 11px;
  }
  .mob-nav-bar {
    padding: 20px 20px 20px 20px;
  }
  .co-detail-content {
    padding-top: 0;
  }
  .co-detail-logo-wrap {
    min-height: 0;
    margin-bottom: 20px;
  }
  .co-detail-content p {
    padding: 0;
  }
  .co-card {
    padding: 15px 0;
  }
  #ppl-grid a.item {
    display: block;
  }
  .co-card-logo img {
    height: 40px;
  }
  .co-grid.cards-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  #ppl-grid {
    display: block !important;
  }

  .co-card[data-id="7306"] img,
  .co-card[data-id="7315"] img,
  .co-card[data-id="5728"] img,
  .co-card[data-id="1281"] img,
  .co-card[data-id="79"] img {
    height: 55px;
  }
  .co-card[data-id="7000"] img,
  .co-card[data-id="6979"] img,
  .co-card[data-id="6743"] img {
    height: 39px;
  }
  .ppl-card {
    margin-bottom: 10px;
  }
  .ppl-card .fade-up-box {
    opacity: 1;
    transform: none;
    left: 12px !important;
    bottom: 12px;
    right: 12px;
    padding: 30px 20px;
    max-width: 100%;
  }
  .ppl-card .fade-up-box h5 {
    font-size: 21px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .ppl-card .fade-up-box .body-3 {
    font-size: 14px;
  }
  .my-m-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .people-x {
    max-width: 35px;
    height: auto;
  }
  .co-card[data-id="7311"] img,
  .co-card[data-id="7313"] img,
  .co-card[data-id="6838"] img {
    max-width: 72px;
  }
  .co-card[data-id="7304"] img,
  .co-card[data-id="1253"] img {
    max-width: 91px;
  }
  .vf-item__link {
    display: none;
  }
  .sectors-svg {
    position: relative;
    overflow: hidden;
  }
  .sectors-svg svg {
    position: absolute;
    width: auto;
  }
  .vf-layout {
    flex-direction: column-reverse !important;
  }
  .vf-layout {
    gap: 40px;
  }
  .invest-card__art svg {
    height: 130px;
  }
  .pb-m-20 {
    padding-bottom: 20px !important;
  }
  .invest-card {
    margin-bottom: 12px;
    padding: 24px;
    min-height: 275px;
  }
  .pe-m-0 {
    padding-right: 0 !important;
  }
  .fs-14-m {
    font-size: 14px;
  }
  .invest-card__body {
    margin-top: 12px;
  }
  /* What We Look For — mobile scroll slider */
  #slider-on-mobile {
    flex-wrap: nowrap;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    margin-left: 0;
    margin-right: 0;
    scrollbar-width: none;
  }
  .mb-m-16 {
    margin-bottom: 16px !important;
  }
  .vf-item__name {
    font-size: 21px;
  }
  .ppl-canvas-section p {
    font-size: 28px;
  }
  .vf-right {
    width: 100% !important;
  }
  #slider-on-mobile::-webkit-scrollbar {
    display: none;
  }
  #slider-on-mobile > .col-lg-3 {
    min-width: 100%;
    max-width: 100%;
    flex-shrink: 0;
    scroll-snap-align: center;
  }
  .slider-progress-track {
    height: 6px;
    background: #d3cac1;
    border-radius: 2px;
    margin: 30px 0px 0;
    position: relative;
    overflow: hidden;
  }
  .slider-progress-thumb {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 25%;
    background: #fab330;
    border-radius: 2px;
    transition: left 0.1s linear;
  }
  .vertical-divider {
    height: 100px;
  }
  .pb-m-0 {
    padding-bottom: 0 !important;
  }
  .fund-card {
    margin-bottom: 12px;
  }
  .card.classic-card svg {
    max-width: 120px;
    height: auto;
  }
}
@media screen and (max-width: 390px) {
  .item span.box {
    font-size: 12px;
  }
}
#cookie-notice.cookie-notice-visible.cn-effect-fade,
#cookie-notice.cookie-revoke-visible.cn-effect-fade {
  background: #fff5e9 !important;
}

#cookie-notice * {
  color: #231f20 !important;
}

#cookie-notice .cn-button:not(.cn-button-custom) {
  background: transparent !important;
  border: 1px solid #231f20;
}
#cookie-notice h6 {
  font-size: 20px;
  margin-bottom: 10px;
}
.cn-close-icon {
  top: 22px !important;
}
.cookie-notice-container {
  padding: 30px !important;
  border-top: 1px solid #d3cac1;
}
.cookie-notice-container #cn-notice-text {
  display: block;
  margin-bottom: 20px;
}

/* ── Cards slider — desktop guard (undo Swiper on Bootstrap grid) ────── */
@media (min-width: 993px) {
  /* Principles — desktop guard (undo Swiper, restore Bootstrap grid) */
  .principles-swiper {
    overflow: visible;
    padding-bottom: 0;
  }
  .principles-swiper .swiper-wrapper {
    display: flex;
    flex-wrap: wrap !important;
    transform: none !important;
    will-change: auto;
    max-width: 79vw;
  }
  .principles-swiper .swiper-slide {
    width: 33.33333333% !important;
    height: auto !important;
  }
  #slider-on-mobile {
    overflow-x: visible;
    scrollbar-width: none;
  }
  #slider-on-mobile::-webkit-scrollbar {
    display: none;
  }
  .feat-toggle {
    display: none;
  }
  .cards-block .swiper-wrapper {
    display: flex;
    flex-wrap: wrap !important;
    transform: none !important;
    will-change: auto;
  }
  .cards-block .swiper-slide {
    width: auto !important;
  }
  .cards-swiper-nav {
    display: none;
  }
  .col-lg-2.swiper-slide {
    width: 16.66666667% !important;
  }
  .me-40 {
    margin-right: 28px;
  }
}

.ts-prev,
.ts-next {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
  appearance: none;
}
.ts-prev path,
.ts-next path {
  stroke: #231f20;
}
.ts-prev:hover,
.ts-next:hover {
  opacity: 0.6;
}

@media (max-width: 992px) {
  .ppl-filter-canvas {
    /* Override offcanvas-end behavior to slide from bottom */
    top: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: auto; /* or auto */
    transform: translateY(100%) !important;
    padding-bottom: 0px !important;
  }

  .ppl-filter-canvas.show,
  .ppl-filter-canvas.showing {
    transform: translateY(0) !important;
  }

  .ppl-filter-canvas.hiding {
    transform: translateY(100%) !important;
  }
  .ppl-canvas-section {
    min-width: 140px;
    max-width: 150px;
  }
  .post-type-archive .ppl-canvas-section:last-child {
    max-width: 170px;
  }
  .post-type-archive .co-filter-bar {
    padding-top: 45px;
  }
  .single-people .col-lg-4 img {
    max-height: 380px;
    width: 100%;
    object-fit: cover;
    object-position: center top;
  }
  .testimonials-slider {
    padding-top: 10px;
  }

  .page-template-page-corporate-ecosystem .classic-card {
    aspect-ratio: unset;
    padding: 40px 0;
  }
}

@media screen and (max-width: 768px) {
  #contact-block svg {
    top: 37px !important;
    left: auto !important;
    width: 280px !important;
    right: 0;
  }
}
