.zx-speakers{--zx-heading:#2f7d82;--zx-accent:#007b85;--zx-text:#2b2b2b;--zx-muted:#6b6b6b;--zx-line:#e3e6e8;color:var(--zx-text);font-family:inherit}.zx-speakers__section{margin:0 0 90px}.zx-speakers__section:last-child{margin-bottom:0}.zx-speakers__heading{color:var(--zx-heading);font-size:90px;font-weight:300;line-height:1;margin:0 0 24px}.zx-speakers__list{display:flex;flex-direction:column}.zx-speaker{align-items:start;display:grid;gap:34px;grid-template-areas:"photo identity body toggle";grid-template-columns:200px minmax(180px,1fr) 1.5fr 32px;padding:26px 0;position:relative}.zx-speaker:after{border-bottom:1px solid #74cbc8;bottom:25px;content:"";left:234px;position:absolute;right:0}.zx-speaker__photo{grid-area:photo}.zx-speaker__photo img{border-radius:50%;display:block;height:200px;object-fit:cover;width:200px}.zx-speaker__identity{grid-area:identity;margin-top:50px}.zx-speaker__name{color:#000;font-size:22px!important;font-weight:500;margin:0 0 4px}.zx-speaker__company,.zx-speaker__role{color:var(--zx-accent);font-size:18px;margin:0 0 2px}.zx-speaker__company{margin-bottom:0}.zx-speaker__body{grid-area:body;margin-top:50px;max-height:0;opacity:0;overflow:hidden;transition:max-height .35s ease,opacity .3s ease}.zx-speaker.is-open .zx-speaker__body{max-height:1500px;opacity:1}.zx-speaker.is-open:after{bottom:0}.zx-speaker__description p{color:#000;font-size:18px;line-height:1.6;margin:0 0 10px}.zx-speaker__description p:last-child{margin-bottom:0}.zx-speaker__toggle{background:transparent!important;border:1.5px solid var(--zx-accent);border-radius:50%!important;cursor:pointer;grid-area:toggle;height:28px;justify-self:end;margin-top:50px;padding:0;position:relative;transition:background .2s ease;width:28px}.zx-speaker__toggle:hover{background:rgba(20,150,165,.08)}.zx-speaker__toggle:focus-visible{outline:2px solid var(--zx-accent);outline-offset:2px}.zx-speaker__icon:after,.zx-speaker__icon:before{background:var(--zx-accent);content:"";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .2s ease}.zx-speaker__icon:before{height:1.5px;width:11px}.zx-speaker__icon:after{height:11px;width:1.5px}.zx-speaker.is-open .zx-speaker__icon:after{opacity:0}@media (max-width:720px){.zx-speaker{column-gap:14px;grid-template-areas:"photo identity toggle" "body  body     body";grid-template-columns:80px 1fr 28px;row-gap:0}.zx-speaker__photo img{height:80px;width:80px}.zx-speaker.is-open .zx-speaker__description{padding-top:12px}.zx-speaker:after{left:0}.zx-speaker__body{margin-top:20px}.zx-speaker__identity,.zx-speaker__toggle{margin-top:0}.zx-speakers__section{margin:0 0 40px}}