.hero-team{background:transparent}.hero-team__container{margin:0 auto;max-width:var(--main-max-width,1320px);padding:0}.hero-team__page-title{color:#111;margin:0 0 26px}.hero-team__group+.hero-team__group{margin-top:60px}.hero-team__group-title{color:#000;margin:0 0 38px}.hero-team__grid{display:grid;gap:var(--ht-gap,24px);grid-template-columns:repeat(var(--ht-cols-desktop,3),minmax(0,1fr))}.hero-team__card{background:#fff;border:1px solid #eceee9;border-radius:var(--ht-card-radius,12px);box-shadow:0 8px 18px rgba(0,0,0,.04);display:flex;flex-direction:column;min-height:100%;padding:var(--ht-card-padding,20px)}.hero-team__img{align-items:flex-start;align-self:flex-start;background:#e6ebe4;border-radius:var(--ht-image-radius,8px);display:flex;justify-content:flex-start;overflow:hidden}.hero-team__img,.hero-team__img-el{height:230px;max-width:100%;width:auto}.hero-team__img-el{display:block;object-fit:cover}.hero-team__img--placeholder{align-items:center;background:linear-gradient(135deg,#e8ece6,#d9dfd6);justify-content:center;max-width:180px;width:100%}.hero-team__img-initials{color:#1d1d1b;font-size:18px;font-weight:600;line-height:1.3;padding:12px;text-align:center}.hero-team__name{color:#000;margin:20px 0 0}.hero-team__role{color:#000;font-weight:400;margin:6px 0 0}.hero-team__desc{color:#000;margin:2px 0 0}.hero-team__desc.is-empty,.hero-team__role.is-empty{margin-top:0}.hero-team__contact{display:grid;gap:8px;margin-top:14px}.hero-team__contact.is-empty{margin-top:0}.hero-team__contact-item{align-items:center;color:#1d1d1b;display:inline-flex;font-size:14px;gap:8px;line-height:1.35;overflow-wrap:anywhere;text-decoration:none}.hero-team__contact-item:hover{text-decoration:underline}.hero-team__icon{color:#555;display:inline-flex;flex-shrink:0;height:20px;width:20px}.hero-team__icon svg{display:block;height:100%;width:100%}.hero-team__empty{color:#2f2f2f;margin:0}@media (max-width:1024px){.hero-team__container{padding:0}.hero-team__grid{grid-template-columns:repeat(var(--ht-cols-tablet,2),minmax(0,1fr))}}@media (max-width:767px){.hero-team__container{padding:0 20px}.hero-team__group+.hero-team__group{margin-top:34px}.hero-team__grid{grid-template-columns:1fr}}