.video-section{width:100%;padding-left:24px;padding-right:24px}.video-section-container{display:flex;flex-direction:column;max-width:1120px;margin:0 auto}.video-section-thumbnail{position:relative;height:100%}.video-section-thumbnail img{border-radius:12px;min-height:280px;max-height:560px;width:100%;object-fit:cover}.video-section-thumbnail .video-section-thumbnail-cover{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;width:100%;height:100%;top:0;left:0}.video-section-thumbnail .video-section-thumbnail-cover:hover .thumbnail-play{box-shadow:0 0 0 6px rgba(255,255,255,0.15);transform:scale(1.1)}.video-section-thumbnail .thumbnail-play{background:white;box-shadow:0 0 0 14px rgba(255,255,255,0.15);border:0;outline:0;padding:0;margin:0;border-radius:9999px;width:88px;height:88px;display:flex;align-items:center;justify-content:center;transition:.1s ease-in-out}.video-section-thumbnail .video-section-background-svg{position:absolute;z-index:-1;top:50px;left:0;transform:translateX(-50%)}.video-section-modal.visible{display:flex}.video-section-modal{display:none;align-items:center;justify-content:center;width:100vw;height:100vh;position:fixed;top:0;left:0;bottom:0;right:0;z-index:10000}.video-section-modal .video-section-modal-backdrop{background:#0a0a0a;opacity:.75;position:absolute;top:0;left:0;width:100%;height:100%;z-index:10001}.video-section-modal .video-section-modal-backdrop .backdrop-close-button{position:absolute;display:flex;align-items:center;justify-content:center;top:56px;right:56px;width:25px;height:25px;transform:scale(1);transition:transform .1s ease-in-out;z-index:10002}.video-section-modal .video-section-modal-backdrop .backdrop-close-button:hover{transform:scale(1.2);cursor:pointer}.video-section-modal .video-section-modal-media{max-width:1280px;position:relative;width:100%;padding-bottom:56.25%;padding-bottom:min(56.25%,720px);height:0;z-index:10002}.video-section-modal-media iframe,.video-section-modal-media video{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%}@media(max-width:768px){.video-section-thumbnail .video-section-background-svg{display:none}}