.popup{position:fixed;left:0;top:0;right:0;bottom:0;z-index:999;visibility:hidden;pointer-events:none}.popup.open{visibility:visible;pointer-events:visible}.popup.open .popup-overlay{opacity:1;visibility:visible;height:100%}.popup.open .popup-main{opacity:1;visibility:visible;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-ms-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition-delay:.1s;-webkit-transition-delay:.1s;-moz-transition-delay:.1s;-ms-transition-delay:.1s;-o-transition-delay:.1s;clip-path:polygon();-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);-moz-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);-ms-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);-o-clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.popup-overlay{position:absolute;background-color:rgba(0,0,0,.5);left:0;top:0;right:0;bottom:0;z-index:1;-webkit-transition:all .3s ease;transition:all .3s ease}.popup-main{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:2;width:40vw;max-width:95%;-webkit-transition:all .3s ease;transition:all .3s ease;clip-path:polygon();-webkit-clip-path:polygon(0 0,100% 0,100% 0,0 0);-moz-clip-path:polygon(0 0,100% 0,100% 0,0 0);-ms-clip-path:polygon(0 0,100% 0,100% 0,0 0);-o-clip-path:polygon(0 0,100% 0,100% 0,0 0)}@media screen and (max-width:1200px){.popup-main{width:70vw}}@media screen and (max-width:700px){.popup-main{width:90vw}}.popup-main-wrapper{overflow:hidden;border-radius:6px}.popup-over{overflow:hidden auto;min-height:20vh;max-height:80vh}.popup-over::-webkit-scrollbar{width:.5rem}.popup-over::-webkit-scrollbar-thumb{background-image:-webkit-gradient(linear,left top,left bottom,from(#ee202e),to(#ee202e));background-image:linear-gradient(#ee202e,#ee202e);border-radius:50px}.popup-wrapper{width:100%;min-height:25vh;position:relative}.popup-close{position:absolute!important;top:1rem;right:1rem;cursor:pointer;-webkit-transition:.6s ease-in-out;transition:.6s ease-in-out;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:3;color:#0f0f0f}.popup-close:hover i{-webkit-transform:rotate(360deg);transform:rotate(360deg)}.popup-close i{color:#0f0f0f;font-weight:300;font-size:2.4rem;transition:.6s ease-in-out;-webkit-transition:.6s ease-in-out;-moz-transition:.6s ease-in-out;-ms-transition:.6s ease-in-out;-o-transition:.6s ease-in-out;transition-delay:0s;-webkit-transition-delay:0s;-moz-transition-delay:0s;-ms-transition-delay:0s;-o-transition-delay:0s}.Pd-body{padding:4rem 2rem}.Pd .popup-main{background-color:#fff;overflow:hidden;border-radius:1rem}.Pd .popup-close{top:1.6rem;right:2rem;color:#ee202e}.Pd .popup-close i{color:#ee202e}