.wdf_popup{display:none;transition:all 0.35s ease-in-out}.wdf_popup.open{display:block;position:fixed;z-index:99999;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);overflow-y:scroll}.wdf_popup .wdf_popup_content{display:flex;width:100%;min-height:100vh;justify-content:center;align-items:center;padding:2rem}.wdf_popup .wdf_popup_content_centered{display:block;position:relative;max-width:calc(100% - 32px)}@media screen and (min-width:640px){.wdf_popup .wdf_popup_content_centered{width:540px}}.wdf_popup .wdf_popup_close{--webkit-appearance:none;background-color:transparent;border:0;position:absolute;right:-32px;top:4px;width:30px;height:30px;opacity:.3}.wdf_popup .wdf_popup_close:hover{opacity:1}.wdf_popup .wdf_popup_close:before,.wdf_popup .wdf_popup_close:after{position:absolute;left:15px;content:" ";height:30px;width:2px;background-color:#fff;top:0}.wdf_popup .wdf_popup_close:before{transform:rotate(45deg)}.wdf_popup .wdf_popup_close:after{transform:rotate(-45deg)}.wdf_popup iframe{display:block;width:100%;border:none;width:100%;min-height:880px;margin:0 auto}@media screen and (min-width:640px){.wdf_popup iframe{min-height:800px;margin:0 auto}}.active-overlay{z-index:2000!important}