.card-grid.leadership-cards{display:grid;gap:3rem}@media (min-width:576px){.card-grid.leadership-cards{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.card-grid.leadership-cards{grid-template-columns:repeat(4,1fr)}}.card-grid.leadership-cards .card{margin-inline:auto;max-width:420px;width:100%}.card-grid.leadership-cards .card .card-header{aspect-ratio:4/5;overflow:hidden}.card-grid.leadership-cards .card .card-header img{filter:grayscale(1);height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.card-grid.leadership-cards .card .card-body{padding:1rem}.card-grid.leadership-cards .card .card-body h4{align-items:center;display:flex;gap:1rem;justify-content:center;margin-bottom:.5rem}.card-grid.leadership-cards .card .card-body .bio{color:var(--grey-medium);font-size:.875rem;margin-bottom:.5rem;margin-top:.5rem}.speaker-modal{align-items:center;background-color:rgba(13,40,58,.7);display:none;flex-direction:column;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1999}.speaker-modal .modal-content{background-color:#fff;border-radius:.5rem;margin:2rem;max-height:90vh;max-width:max(450px,60%);overflow:scroll;padding:3.5rem 2rem 2rem;position:relative;width:100%}@media (min-width:1200px){.speaker-modal .modal-content{max-width:1024px}}.speaker-modal .modal-content .modal-card{display:flex;flex-direction:column;gap:2rem}@media (min-width:1200px){.speaker-modal .modal-content .modal-card{align-items:center;display:grid;gap:3rem;grid-template-columns:40% 1fr}}.speaker-modal .modal-content .modal-card .card-header{display:flex;flex-direction:column;gap:1.5rem;overflow:hidden;width:100%}.speaker-modal .modal-content .modal-card .card-header img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.speaker-modal .modal-content .modal-card .card-header h4{margin-bottom:0}.speaker-modal .modal-content .modal-card .card-header .modal-position{font-size:1.125rem}.speaker-modal .modal-content .modal-card .card-body{display:flex;flex-direction:column;gap:.5rem}.speaker-modal .modal-content .modal-card .card-body p{font-size:1rem}.speaker-modal .close-btn{cursor:pointer;font-size:2rem;position:absolute;right:1rem;top:.5rem}