
.team-profile-page[data-v-1f671030] {
  color: #203447;
}
.profile-hero[data-v-1f671030] {
  padding: clamp(48px, 7vw, 88px) 0;
  color: #fff;
  background: linear-gradient(135deg, #0f2e4a, #174f7c);
}
.profile-hero__grid[data-v-1f671030] {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  align-items: center;
  gap: clamp(32px, 6vw, 80px);
}
.profile-identity[data-v-1f671030] {
  width: 210px;
  height: 250px;
  margin: 0;
  border: 1px solid rgb(255 255 255 / 32%);
  background: rgb(255 255 255 / 8%);
  overflow: hidden;
}
.profile-identity img[data-v-1f671030] {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
}
.profile-eyebrow[data-v-1f671030] {
  margin: 0 0 10px;
  color: #9ec5e5;
  font-size: 0.75rem;
  font-weight: 750;
  text-transform: uppercase;
}
.profile-hero h1[data-v-1f671030] {
  margin: 0;
  font-size: clamp(2.4rem, 6vw, 4.8rem);
  line-height: 1;
}
.profile-hero h2[data-v-1f671030] {
  margin: 16px 0 0;
  color: #d9e9f5;
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  font-weight: 600;
}
.profile-company[data-v-1f671030],
.profile-intro[data-v-1f671030] {
  max-width: 780px;
  line-height: 1.7;
}
.profile-company[data-v-1f671030] {
  margin: 9px 0 0;
  color: #a9c7de;
  font-size: 0.9rem;
}
.profile-intro[data-v-1f671030] {
  margin: 22px 0 0;
  color: #e3edf5;
  font-size: 1.05rem;
}
.profile-contact-links[data-v-1f671030] {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 25px;
}
.profile-contact-links a[data-v-1f671030] {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.profile-facts[data-v-1f671030] {
  border-bottom: 1px solid #d5dee6;
  background: #f3f6f8;
}
.profile-facts__grid[data-v-1f671030] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.profile-facts__grid div[data-v-1f671030] {
  padding: 22px 25px;
}
.profile-facts__grid div + div[data-v-1f671030] {
  border-inline-start: 1px solid #d5dee6;
}
.profile-facts span[data-v-1f671030],
.profile-facts strong[data-v-1f671030] {
  display: block;
}
.profile-facts span[data-v-1f671030] {
  color: #687b8c;
  font-size: 0.72rem;
  font-weight: 750;
  text-transform: uppercase;
}
.profile-facts strong[data-v-1f671030] {
  margin-top: 6px;
  color: #18344d;
  font-size: 0.96rem;
}
.profile-section[data-v-1f671030] {
  padding: 64px 0;
}
.profile-section--muted[data-v-1f671030] {
  background: #eef3f6;
}
.profile-two-column[data-v-1f671030] {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(36px, 7vw, 90px);
}
.profile-section h2[data-v-1f671030],
.profile-contact h2[data-v-1f671030] {
  margin: 0 0 20px;
  color: #17344d;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  line-height: 1.2;
}
.profile-two-column p[data-v-1f671030],
.profile-section__heading p[data-v-1f671030],
.profile-contact p[data-v-1f671030] {
  color: #586d7e;
  line-height: 1.8;
}
.profile-support ol[data-v-1f671030] {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: support;
}
.profile-support li[data-v-1f671030] {
  position: relative;
  padding-block: 13px;
  padding-inline-start: 46px;
  border-bottom: 1px solid #d5dee6;
  color: #425c70;
  line-height: 1.6;
  counter-increment: support;
}
.profile-support li[data-v-1f671030]::before {
  content: counter(support, decimal-leading-zero);
  position: absolute;
  inset-inline-start: 0;
  color: #3474a8;
  font-size: 0.75rem;
  font-weight: 800;
}
.expertise-list[data-v-1f671030] {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.expertise-list li[data-v-1f671030] {
  padding: 9px 13px;
  border: 1px solid #bdccd8;
  background: #fff;
  color: #25445e;
  font-size: 0.85rem;
  font-weight: 650;
}
.profile-section__heading[data-v-1f671030] {
  max-width: 760px;
  margin-bottom: 28px;
}
.article-list[data-v-1f671030] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #d2dce4;
}
.article-list a[data-v-1f671030] {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 18px 12px;
  border-bottom: 1px solid #d2dce4;
  color: #203f59;
}
.article-list a[data-v-1f671030]:nth-child(odd) {
  border-inline-end: 1px solid #d2dce4;
}
.article-list span[data-v-1f671030] {
  color: #708291;
  font-size: 0.75rem;
}
.article-list strong[data-v-1f671030] {
  font-size: 0.92rem;
  line-height: 1.45;
}
.article-list b[data-v-1f671030] {
  color: #3474a8;
}
.profile-contact[data-v-1f671030] {
  padding: 48px 0;
  color: #fff;
  background: #173f61;
}
.profile-contact h2[data-v-1f671030] {
  color: #fff;
}
.profile-contact p[data-v-1f671030] {
  margin-bottom: 0;
  color: #c2d5e4;
}
.profile-contact__inner[data-v-1f671030] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.profile-contact__actions[data-v-1f671030] {
  display: grid;
  gap: 10px;
  flex: 0 0 auto;
}
.profile-contact__actions a[data-v-1f671030] {
  padding: 11px 16px;
  border: 1px solid rgb(255 255 255 / 45%);
  color: #fff;
  font-size: 0.86rem;
  font-weight: 650;
  text-align: center;
}
@media (max-width: 820px) {
.profile-hero__grid[data-v-1f671030],
  .profile-two-column[data-v-1f671030],
  .article-list[data-v-1f671030] {
    grid-template-columns: 1fr;
}
.profile-identity[data-v-1f671030] {
    width: 150px;
    height: 170px;
}
.article-list a[data-v-1f671030]:nth-child(odd) {
    border-inline-end: 0;
}
}
@media (max-width: 620px) {
.profile-facts__grid[data-v-1f671030] {
    grid-template-columns: 1fr;
}
.profile-facts__grid div + div[data-v-1f671030] {
    border-top: 1px solid #d5dee6;
    border-inline-start: 0;
}
.article-list a[data-v-1f671030] {
    grid-template-columns: minmax(0, 1fr) auto;
}
.article-list span[data-v-1f671030] {
    grid-column: 1 / -1;
}
.profile-contact__inner[data-v-1f671030] {
    align-items: stretch;
    flex-direction: column;
}
}
