.speaker{background:#fcf9f4;border-radius:1.5rem;padding:2rem;position:relative}.speaker-top{align-items:center;display:flex;flex-wrap:wrap;gap:4rem}.speaker-headshot{text-align:center;width:190px}.speaker-headshot img{border-radius:75px}.speaker-content{width:calc(100% - 190px - 4rem)}.speaker-content p{font-size:2.2rem;line-height:2.9rem;margin:0}.speaker-content .speaker-name{font-size:2.4rem;font-weight:700}.speaker-content .speaker-button{margin-top:10px}.speaker-button .button.button--primary{background:#163557;font-size:1.4rem}.speaker-button .button.button--primary svg{margin-left:8px}.speaker-bio-button{color:#0d3e65;cursor:pointer;display:block;font-size:1.6rem;line-height:1;margin-top:1.5rem;text-align:center;width:190px}.speaker-bio-button svg{margin-left:1rem}.speaker-bottom.active .speaker-bio-button svg{transform:rotate(90deg)}.speaker-bio{background:#fcf9f4;border-radius:1.5rem;font-size:2.2rem;left:0;line-height:3.5rem;opacity:0;padding:2rem;position:absolute;top:calc(100% - 1.5rem);transition:opacity .5s;visibility:hidden;width:100%}.speaker-bottom.active .speaker-bio{opacity:1;visibility:visible;z-index:2}.speaker-bio p{font-size:1.6rem;line-height:1.4}.speaker-bio>:last-child{margin-bottom:0}@media (max-width:1172px) and (min-width:768px){.speaker{flex-direction:column}.speaker-headshot{text-align:left}.speaker-content{width:100%}}@media (max-width:530px){.speaker{flex-direction:column}.speaker-headshot{text-align:left}.speaker-content{width:100%}}