.exit-intent-popup{position:fixed;top:0;left:0;bottom:0;right:0;z-index:1000000;background:rgba(33,33,33,.8);transform:translateY(60%) scale(0);transition:transform .3s cubic-bezier(.4,0,.2,1)}.exit-intent-popup.visible{transform:translateY(0) scale(1)}.newsletter{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.newsletter{background:#fff;padding:10px;border-radius:3px}.close{position:absolute;top:10px;right:10px;cursor:pointer;width:10px;height:10px}.exit-intent-popup-form{padding:40px}@media only screen and (max-width:850px){.newsletter{position:absolute;top:5%;left:5%;transform:translate(-5%,-5%)}}@media only screen and (max-width:600px){.exit-intent-popup-form{padding:10px}}