/* DaTo Exit Popup */
.dato-exit-popup,
.dato-exit-popup *{box-sizing:border-box}

.dato-exit-popup{--dato-orange:#f89e30;--dato-orange-dark:#e88d1d;position:fixed;inset:0;z-index:999999;display:flex;align-items:center;justify-content:center;padding:24px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,visibility .25s ease;font-family:inherit}
.dato-exit-popup.is-open{opacity:1;visibility:visible;pointer-events:auto}
.dato-exit-popup__overlay{position:absolute;inset:0;background:rgba(0,0,0,.72);backdrop-filter:blur(2px)}
.dato-exit-popup__dialog{position:relative;z-index:2;width:min(1080px,calc(100vw - 48px));display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 30px 90px rgba(0,0,0,.34);transform:translateY(16px) scale(.99);transition:transform .25s ease}
.dato-exit-popup.is-open .dato-exit-popup__dialog{transform:translateY(0) scale(1)}

.dato-exit-popup__close{position:absolute;top:16px;right:16px;z-index:10;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:0!important;border-radius:50%!important;background:rgba(245,245,245,.95)!important;color:#222!important;font-size:29px;font-weight:300;line-height:1;padding:0!important;margin:0!important;cursor:pointer;box-shadow:none!important;transition:background .2s ease,transform .2s ease}
.dato-exit-popup__close:hover{background:#ececec!important;transform:rotate(4deg)}

.dato-exit-popup__media{position:relative;min-width:0;background:#111;aspect-ratio:1/1;overflow:hidden}
.dato-exit-popup__media img{display:block;width:100%!important;height:100%!important;object-fit:cover;margin:0!important}
.dato-exit-popup__media-gradient{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,.02) 35%,rgba(0,0,0,.88) 100%);pointer-events:none}
.dato-exit-popup__offer-copy{position:absolute;left:34px;right:34px;bottom:30px;color:#fff;z-index:2}
.dato-exit-popup__eyebrow{display:inline-block;margin-bottom:9px;color:var(--dato-orange);font-size:12px;line-height:1.2;font-weight:800;letter-spacing:1.5px;text-transform:uppercase}
.dato-exit-popup__offer-copy h2{margin:0!important;padding:0!important;color:#fff!important;font-size:32px!important;line-height:1.13!important;font-weight:800!important;letter-spacing:-.4px;text-shadow:0 2px 16px rgba(0,0,0,.25)}

.dato-exit-popup__form-side{position:relative;display:flex;flex-direction:column;justify-content:center;padding:34px 40px 28px;min-width:0;background:#fff}
.dato-exit-popup__form-head{padding-right:34px;margin-bottom:18px}
.dato-exit-popup__form-head h3{margin:0 0 6px!important;padding:0!important;color:#1f1f1f!important;font-size:26px!important;line-height:1.2!important;font-weight:800!important;letter-spacing:-.35px}
.dato-exit-popup__form-head p{margin:0!important;color:#666;font-size:13.5px;line-height:1.5}
.dato-exit-popup__form{display:block!important;width:100%!important;max-width:none!important;min-width:0!important;margin:0!important;padding:0!important}
.dato-exit-popup__field{display:block!important;width:100%!important;max-width:none!important;min-width:0!important;margin:0 0 10px!important;padding:0!important}
.dato-exit-popup__field label{display:block;margin:0 0 6px;color:#252525;font-size:13px;line-height:1.4;font-weight:600}
.dato-exit-popup__field label span{color:#e3452f}
.dato-exit-popup .dato-exit-popup__field input[type="text"],.dato-exit-popup .dato-exit-popup__field input[type="email"],.dato-exit-popup .dato-exit-popup__field input[type="tel"]{display:block!important;float:none!important;width:100%!important;max-width:none!important;min-width:0!important;height:44px!important;margin:0!important;padding:0 13px!important;border:1px solid #d8dce1!important;border-radius:6px!important;background:#fff!important;color:#222!important;font-family:inherit!important;font-size:14px!important;line-height:44px!important;outline:none!important;box-shadow:none!important;appearance:none!important;-webkit-appearance:none!important;transition:border-color .2s ease,box-shadow .2s ease}
.dato-exit-popup .dato-exit-popup__field input::placeholder{color:#8d9198!important;opacity:1}
.dato-exit-popup .dato-exit-popup__field input:focus{border-color:var(--dato-orange)!important;box-shadow:0 0 0 3px rgba(248,158,48,.12)!important}
.dato-exit-popup__hp{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;opacity:0!important}

.dato-exit-popup__submit{width:100%!important;max-width:none!important;height:48px;display:flex;align-items:center;justify-content:center;margin:4px 0 0!important;padding:0 18px!important;border:0!important;border-radius:6px!important;background:var(--dato-orange)!important;color:#fff!important;font-family:inherit;font-size:14px;font-weight:800;letter-spacing:.25px;cursor:pointer;box-shadow:none!important;transition:background .2s ease,transform .2s ease}
.dato-exit-popup__submit:hover{background:var(--dato-orange-dark)!important;transform:translateY(-1px)}
.dato-exit-popup__submit:disabled{opacity:.7;cursor:wait;transform:none}
.dato-exit-popup__submit-loading{display:none}
.dato-exit-popup__form.is-loading .dato-exit-popup__submit-default{display:none}
.dato-exit-popup__form.is-loading .dato-exit-popup__submit-loading{display:inline}

.dato-exit-popup__privacy-note{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:15px;color:#707070;font-size:12px;line-height:1.4;text-align:center}
.dato-exit-popup__lock{font-size:12px;filter:grayscale(1)}
.dato-exit-popup__message{display:none;margin:0 0 12px;padding:9px 11px;border-radius:5px;font-size:12px;line-height:1.45}
.dato-exit-popup__message.is-error{display:block;background:#fff1f0;color:#aa1e16;border:1px solid #ffd5d2}

.dato-exit-popup__success{margin:auto 0;text-align:center}
.dato-exit-popup__success-icon{width:58px;height:58px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;border-radius:50%;background:#eef9f1;color:#1b8b48;font-size:27px;font-weight:800}
.dato-exit-popup__success h3{margin:0 0 8px!important;color:#222!important;font-size:26px!important;font-weight:800!important}
.dato-exit-popup__success p{margin:0 0 20px!important;color:#666;font-size:14px;line-height:1.6}
.dato-exit-popup__success-close{min-width:140px;height:44px;border:0!important;border-radius:6px!important;background:var(--dato-orange)!important;color:#fff!important;font-weight:700;cursor:pointer}
body.dato-exit-popup-open{overflow:hidden!important}

@media (max-width:980px){
  .dato-exit-popup{align-items:center;padding:14px}
  .dato-exit-popup__dialog{display:block;width:min(520px,100%);max-height:92vh;overflow-y:auto;border-radius:14px}
  .dato-exit-popup__close{position:fixed;top:max(22px,env(safe-area-inset-top));right:24px;width:38px;height:38px;background:rgba(255,255,255,.94)!important;box-shadow:0 4px 16px rgba(0,0,0,.12)!important}
  .dato-exit-popup__media{aspect-ratio:1/1}
  .dato-exit-popup__offer-copy{left:22px;right:22px;bottom:20px}
  .dato-exit-popup__offer-copy h2{font-size:25px!important;line-height:1.15!important}
  .dato-exit-popup__eyebrow{font-size:10px;margin-bottom:7px}
  .dato-exit-popup__form-side{padding:26px 24px 24px}
  .dato-exit-popup__form-head{padding-right:0;margin-bottom:20px}
  .dato-exit-popup__form-head h3{font-size:23px!important}
  .dato-exit-popup__form-head p{font-size:13px}
  .dato-exit-popup__field{margin-bottom:12px}
  .dato-exit-popup__field input{height:45px}
  .dato-exit-popup__submit{height:47px}
}

@media (max-width:390px){
  .dato-exit-popup{padding:10px}
  .dato-exit-popup__dialog{max-height:94vh}
  .dato-exit-popup__form-side{padding:23px 18px 22px}
  .dato-exit-popup__offer-copy h2{font-size:22px!important}
}

@media (prefers-reduced-motion:reduce){
  .dato-exit-popup,.dato-exit-popup__dialog,.dato-exit-popup__close,.dato-exit-popup__submit{transition:none!important}
}
