.ep-coachs{--ep-blue:#1e5182;--ep-radius:18px;font-family:inherit;width:100%}.ep-coachs,.ep-coachs *{box-sizing:border-box}.ep-coachs .ep-coachs__grid{display:grid;gap:32px 24px;grid-template-columns:repeat(3,minmax(0,1fr))}.ep-coachs .ep-coachs__card{margin:0;min-width:0}.ep-coachs .ep-coachs__media{background:#eef3f7;border-radius:var(--ep-radius);isolation:isolate;overflow:hidden;position:relative;transition:box-shadow .25s ease}.ep-coachs .ep-coachs__photo{aspect-ratio:8/9;display:block;height:auto;object-fit:cover;object-position:center 30%;transition:transform .4s ease;width:100%}.ep-coachs .ep-coachs__placeholder{aspect-ratio:8/9;background:linear-gradient(145deg,#eef3f7,#d7e5f0);color:var(--ep-blue);display:grid;font-size:3rem;font-weight:600;place-items:center}.ep-coachs .ep-coachs__footer{padding:16px 2px 0}.ep-coachs .ep-coachs__name{margin:0;overflow-wrap:anywhere}.ep-coachs .ep-coachs__toggle{align-items:center;background:transparent;border:0;border-radius:4px;box-shadow:none;color:var(--ep-blue);cursor:pointer;display:inline-flex;font:inherit;font-size:.9rem;gap:8px;letter-spacing:normal;line-height:1.4;margin:3px 0 0;min-height:44px;padding:6px 0;text-transform:none}.ep-coachs .ep-coachs__toggle:hover{background:transparent;color:var(--ep-blue);text-decoration:underline}.ep-coachs .ep-coachs__bio{background:var(--ep-blue);color:#fff;font-size:1rem;line-height:1.65;overflow-wrap:anywhere;padding:26px}.ep-coachs .ep-coachs__bio-inner>:first-child{margin-top:0}.ep-coachs .ep-coachs__bio-inner>:last-child{margin-bottom:0}.ep-coachs .ep-coachs__bio :is(p,li,h2,h3,h4,strong,a){color:inherit}.ep-coachs .ep-coachs__bio a{text-decoration:underline}.ep-coachs .ep-coachs__bio img{height:auto;max-width:100%}.ep-coachs .ep-coachs__card.is-ready .ep-coachs__bio{animation:ep-coachs-reveal .2s ease;background:linear-gradient(145deg,rgba(30,81,130,.96),rgba(17,49,79,.98));inset:0;overflow-y:auto;overscroll-behavior:contain;position:absolute;scrollbar-color:#bfd1e2 transparent;scrollbar-width:thin;z-index:1}.ep-coachs .ep-coachs__card.is-open .ep-coachs__photo{transform:scale(1.035)}.ep-coachs .ep-coachs__card.is-open .ep-coachs__media{box-shadow:0 14px 32px rgba(30,81,130,.16)}.ep-coachs [hidden]{display:none!important}.ep-coachs .ep-coachs__toggle:focus-visible{outline:3px solid var(--ep-blue);outline-offset:4px}.ep-coachs .ep-coachs__bio:focus-visible{outline:3px solid #fff;outline-offset:-6px}@keyframes ep-coachs-reveal{0%{opacity:0}to{opacity:1}}@media (max-width:991px){.ep-coachs .ep-coachs__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.ep-coachs .ep-coachs__grid{gap:28px;grid-template-columns:minmax(0,1fr)}}@media (prefers-reduced-motion:reduce){.ep-coachs *{animation:none!important;transition:none!important}}