  .exit-intent-popup{background:#fff;border-radius:8px;box-shadow:0 10px 25px 0 rgba(0,0,0,.1);left:50%;max-width:770px;overflow:hidden;position:fixed;top:50%;transform:translate(-50%,-50%);z-index:9999}.exit-intent-popup__overlay{background:#000;background:rgba(28,29,36,.4);display:none;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:99999}.exit-intent-popup__wrapper{display:grid;grid-template-columns:repeat(2,1fr);position:relative}.exit-intent-popup.layout-40-60 .exit-intent-popup__wrapper{grid-template-columns:40% 60%}.exit-intent-popup.layout-60-40 .exit-intent-popup__wrapper{grid-template-columns:60% 40%}.exit-intent-popup__wrapper .image-content{height:100%}.exit-intent-popup__wrapper img{border-radius:0;height:100%;object-fit:cover;width:100%}.exit-intent-popup__wrapper .type-rich-text{display:flex;flex-direction:column;justify-content:center;padding:38px 32px}.exit-intent-popup__wrapper .type-rich-text :is(h2,h3){font-size:26px;line-height:1.3}.exit-intent-popup__wrapper .type-rich-text :is(p,li){font-size:14px}.exit-intent-popup__wrapper .buttons-macro__wrapper{margin-top:18px}.exit-intent-popup .btn{font-size:14px;padding:6px 16px}.popup__exit-button{background-image:url(https://www.mews.com/hubfs/_2023_update/Icons/Exit%20button.svg);background-position:50%;background-repeat:no-repeat;background-size:100% 100%;cursor:pointer;height:24px;position:absolute;right:16px;top:16px;transition:transform .3s;width:24px}.popup__exit-button:hover{transform:scale(1.1)}@media(max-width:1200px){.exit-intent-popup__overlay{display:none!important}}