.speakers-grid{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;padding:2rem}.bio-card{flex:1 1 calc(33.333% - 20px);max-width:calc(33.333% - 20px);background:#fff;border-radius:12px;box-shadow:0 4px 8px rgb(0 0 0 / .1);padding:20px;text-align:center;display:flex;flex-direction:column;transition:transform 0.3s ease;color:#555;text-align:left;margin-bottom:2rem}@media screen and (min-width:992px){.bio-card{min-height:400px}}.bio-card-single{flex:auto;max-width:100%}.bio-card-half-width{flex:1 1 calc(50% - 20px);max-width:calc(50% - 20px)}.speakers-grid-vertical .bio-card{flex:1 1 100%;max-width:100%;background:#fff;border-radius:12px;box-shadow:0 4px 8px rgb(0 0 0 / .1);padding:20px;text-align:left;display:flex;flex-direction:row;align-items:center;transition:transform 0.3s ease;margin-bottom:2rem}.speakers-grid-vertical .bio-card .bio-left{display:flex;flex-direction:column;padding-right:20px;align-self:start}.speakers-grid-vertical .bio-card .bio-right{display:flex;flex-direction:column}.speakers-grid-vertical-logo .bio-card{flex:1 1 100%;max-width:100%;background:#fff;border-radius:12px;box-shadow:0 4px 8px rgb(0 0 0 / .1);padding:20px;text-align:center;display:flex;flex-direction:column;transition:transform 0.3s ease;color:#555;text-align:left;margin-bottom:2rem;justify-content:center;align-items:center}@media screen and (min-width:992px){.speakers-grid-vertical-logo .bio-card{flex:1 1 calc(33.333% - 20px);max-width:calc(33.333% - 20px)}}.speakers-grid-vertical-logo .bio-card .bio{text-align:center}@media screen and (min-width:992px){.speakers-grid-vertical-logo .bio-card{min-height:auto}}.speakers-grid-vertical-logo .bio-card .bio-logo img{border-radius:none;box-shadow:none;margin-top:1rem;margin-bottom:1rem}.bio-card2{flex:1 1 100%;max-width:100%;background:#ececec;border-radius:12px;box-shadow:0 4px 8px rgb(0 0 0 / .1);padding:20px;text-align:left;display:flex;flex-direction:column;align-items:center;transition:transform 0.3s ease;margin-bottom:2rem}@media screen and (min-width:992px){.bio-card2{flex-direction:row}}@media screen and (min-width:992px){.bio-card2,.speakers-grid-vertical .bio-card{min-height:100px}}.bio-card:hover{transform:translateY(-5px)}.bio-card img{border-radius:12px;width:100%;max-width:250px;margin:0 auto;box-shadow:0 2px 6px rgb(0 0 0 / .2);margin-bottom:1rem}.bio-card .bio-icon{width:60px;color:#00305e;display:block;text-align:center;margin-top:15px;font-size:3rem}.bio-card h3{margin-bottom:.5rem}.bio-card .title{color:gray;margin:0}.bio-card .company{color:#333}.bio-card .bio{color:#555}.bio-card .bio ul li{color:#555;text-align:left}.bio-card .mc{background:#ececec;border:2px solid #ccc}.bio-card .mc .mc-badge{color:#f60;font-size:1.9rem;font-weight:700;padding:5px 10px;display:inline-block;border-radius:4px;margin-bottom:10px}@media (max-width:992px){.bio-card{flex:1 1 calc(50% - 20px);max-width:calc(50% - 20px)}}.bio ul li:before{width:.8rem;height:.8rem;background:#098576;border-radius:.4rem;content:""}@media (max-width:768px){.bio-card,.bio-card-half-width{flex:1 1 100%;max-width:100%}.bio-card img{max-width:200px}.speakers-grid{gap:10px}}