:root{--lfd-video-primary:var(--e-global-color-primary, #1b3a5c);--lfd-video-secondary:var(--e-global-color-secondary, #2f6690);--lfd-video-accent:var(--e-global-color-accent, #ffffff);--lfd-video-black:#141414;--lfd-video-gray:#6d6d6d}.videos-filter{margin-bottom:50px}.videos-filter select{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:100%;height:45px;padding:0 55px 0 15px;border:1px solid var(--lfd-video-gray);background-color:#fff;color:inherit;font:inherit;line-height:45px}.videos-filter .select-wrapper{position:relative;width:100%}.videos-filter .select-wrapper::after{content:"";position:absolute;right:0;top:0;width:45px;height:45px;pointer-events:none;background-color:var(--lfd-video-gray);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M12 6l5 6H7zM12 18l-5-6h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:16px 16px;transition:all 200ms ease-out}.videos-single{position:relative;width:100%;min-height:250px;margin-bottom:120px;display:flex;align-items:center;text-align:center;background-position:center;background-size:cover;background-repeat:no-repeat;background-color:var(--lfd-video-black);text-decoration:none}.videos-single.is-hidden{display:none}.videos-single::before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background:var(--lfd-video-black);opacity:0;transition:opacity 200ms ease-out}.videos-single:hover::before,.videos-single:focus::before{opacity:.6}.videos-single h2{position:absolute;top:100%;width:100%;min-height:75px;max-height:75px;display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:var(--lfd-video-secondary);color:#fff;font-size:1.1rem;padding:10px 20px;margin:0;transition:background-color 200ms ease-out}.videos-single:hover h2,.videos-single:focus h2{background-color:var(--lfd-video-primary)}.videos-single::after,.youtube-player-inner::after{content:"";width:56px;height:56px;margin:0 auto;opacity:.8;pointer-events:none;z-index:1;transition:all 150ms ease-out;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M12 2a10 10 0 100 20 10 10 0 000-20zm-2 14.5v-9l7 4.5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain}.videos-single:hover::after,.videos-single:focus::after,.youtube-player-inner:hover::after,.youtube-player-inner:focus::after{transform:scale(1.1);opacity:1}.youtube-player{position:relative;padding-bottom:56.23%;height:0;max-width:100%;background:var(--lfd-video-black);margin:20px 0 50px}.youtube-player-inner{width:100%;height:100%;overflow:hidden;position:absolute;display:flex;align-items:center;justify-content:center;cursor:pointer}.youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;background:transparent}.youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;cursor:pointer;transition:all 200ms ease-out}.videos-back-link{display:inline-flex;align-items:center;gap:8px;text-decoration:none}.videos-back-link .icon-arrow-left{flex:0 0 auto}.videos-container{padding:80px 0 155px}.single-video .page-content{padding:80px 0 155px}@media screen and (min-width:640px){.videos-container{display:grid;grid-template-columns:repeat(2,1fr);grid-row-gap:100px;grid-column-gap:20px}.videos-single{margin:0}}@media screen and (min-width:1025px){.videos-container{grid-template-columns:repeat(3,1fr)}.videos-filter{max-width:450px}}