.popup-content{display:none}.popup-content.active{display:block}.popup-wrapper{overflow:scroll}.popup-triger{margin:0 10px 10px}.popup-overlay{display:none;background:black;width:100vw;height:100vh;top:0;left:0;position:fixed;z-index:6;opacity:.5}.popup-overlay.active{display:block}.popup-content{width:80vw;height:80vh;position:fixed;background:white;top:10vh;left:10vw;z-index:99999}.popup-content .popup-wrapper{width:100%;height:100%;position:absolute;top:0;left:0;z-index:7;padding:100px 40px 40px 40px}.close-popup{position:absolute;right:40px;top:40px;width:32px;height:32px;opacity:.3}.close-popup:hover{opacity:1}.close-popup:before,.close-popup:after{position:absolute;left:15px;content:' ';height:33px;width:2px;background-color:#333}.close-popup:before{transform:rotate(45deg)}.close-popup:after{transform:rotate(-45deg)}@media(max-width:767px){.popup-content .popup-wrapper{padding:100px 40px 40px 40px}.close-popup{top:60px}}