div.video-modal{z-index:110;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e141499;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}div.video-modal .close{cursor:pointer;z-index:1;position:fixed;top:20px;right:20px}div.video-modal .close svg path{stroke:#fffdf6}div.video-modal>div:not(.close){border-radius:8px;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000004d}.hidden{display:none!important}.noscroll{overflow:hidden}div.play-btn{width:6rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}div.play-btn svg{width:100%;height:auto;transition:all .2s cubic-bezier(.33,1,.68,1)}@media (hover:hover){div.play-btn:hover svg{scale:1.1}}
