.video-cards-wrapper-container{width:100%}.video-cards-wrapper{display:flex;flex-direction:column;gap:1rem;align-items:center;width:100%}@media(min-width: 48rem){.video-cards-wrapper{gap:1.5rem}}@media(min-width: 64rem){.video-cards-wrapper{flex-direction:row;justify-content:center}}.video-cards-wrapper button{--video-card-background-expand: 0rem;cursor:pointer;appearance:none;background:rgba(0,0,0,0);display:flex;flex-direction:column;font:inherit;padding:1.5rem 1rem;border-radius:1rem;color:inherit;width:100%;height:17.75rem;position:relative;overflow:hidden}@media(min-width: 31.25rem){.video-cards-wrapper button{height:24.125rem}}@media(min-width: 48rem){.video-cards-wrapper button{height:35.5rem;padding:1.5rem}}@media(min-width: 64rem){.video-cards-wrapper button{height:24.125rem}}@media(min-width: 90rem){.video-cards-wrapper button{height:35.5rem;padding:2.5rem}}.video-cards-wrapper button:hover{--video-card-background-expand: 2rem}.video-cards-wrapper button:active{--video-card-background-expand: 1rem}.video-cards-wrapper button:focus-visible{outline:.125rem solid var(--tc-blue-40);outline-offset:.125rem}.video-cards-wrapper button .video-card__background{position:absolute;top:50%;left:50%;width:calc(100% + var(--video-card-background-expand));height:calc(100% + var(--video-card-background-expand));object-fit:cover;transform:translate(-50%, -50%);transition:width .2s ease-in-out,height .2s ease-in-out}.video-cards-wrapper button .video-card__icon-wrapper{position:absolute;bottom:1.5rem;right:1rem;background:var(--tc-yellow-40);border-radius:50%;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;z-index:5;padding:.875rem}@media(min-width: 48rem){.video-cards-wrapper button .video-card__icon-wrapper{right:1.5rem}}@media(min-width: 90rem){.video-cards-wrapper button .video-card__icon-wrapper{bottom:2.5rem;right:2.5rem}}.video-cards-wrapper button .video-card__icon-wrapper .video-card__icon-image{width:100%;height:100%;object-fit:contain}.video-cards-wrapper button .video-card__title{font-family:var(--font-family-headline);font-weight:600;font-size:1.75rem;line-height:2rem;letter-spacing:0;color:var(--tc-text-white-permanent);z-index:5;text-align:left}@media(min-width: 48rem){.video-cards-wrapper button .video-card__title{font-size:2.5rem;line-height:3rem;letter-spacing:-0.0125rem}}@media(min-width: 64rem){.video-cards-wrapper button .video-card__title{font-size:2rem;line-height:2.25rem;letter-spacing:0}}@media(min-width: 90rem){.video-cards-wrapper button .video-card__title{font-size:3rem;line-height:3.25rem;letter-spacing:-0.015rem}}.video-cards-wrapper button .video-card__title.dark_text{color:var(--tc-grey-110)}
