:root{--image-width:250px}.listing__images{display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:var(--content-inner-max-width)}.listing__item{align-items:center;display:flex;height:10rem}.listing__item,.listing__item:focus,.listing__item:hover{text-decoration:none}.listing__item--active .listing__img,.listing__item:focus .listing__img,.listing__item:hover .listing__img{box-shadow:0 3px 20px var(--tango-400)}.listing__img{border-radius:50%;transition:box-shadow .2s ease-in-out;width:var(--image-width)}.listing__text{color:var(--shark);font-size:var(--natus-font-size);font-weight:var(--light-font-weight);font-weight:var(--heavy-font-weight);line-height:var(--natus-line-height);line-height:normal;text-align:center;transition:all .2s ease-in-out}.video-wrapper{margin-top:2em}.dynamic-video,.video-subtitle{margin:0 auto;max-width:1024px}.dynamic-video{border:none;border-radius:24px;display:block}.video-subtitle{font-weight:var(--middle-font-weight);margin-top:var(--base-margin)}@media (min-width:768px){.listing__images{flex-direction:row;height:20em;justify-content:space-between}.listing__item{flex-direction:column}.listing__item:nth-child(2n){align-self:end}.listing__text{margin-top:.6em}}@media (max-width:767px){.listing__images,.listing__item{gap:.5em}.listing__item{height:100%}.listing__img{--image-width:50px;width:var(--image-width)}}