.survey-modal[hidden]{display:none}.survey-modal{position:fixed;z-index:500;inset:0;display:grid;place-items:center;padding:24px}.survey-modal__backdrop{position:absolute;inset:0;background:rgba(5,22,18,.76);backdrop-filter:blur(8px);animation:survey-modal-fade .2s ease both}.survey-modal__dialog{position:relative;z-index:1;width:min(620px,100%);max-height:calc(100vh - 48px);overflow:auto;border-radius:24px;box-shadow:0 38px 120px rgba(0,0,0,.42);animation:survey-modal-enter .28s cubic-bezier(.2,.8,.3,1) both}.survey-modal .home-survey{width:100%;max-width:none;justify-self:auto;border-radius:24px;box-shadow:none}.survey-modal__close{position:absolute;z-index:20;top:12px;right:12px;width:36px;height:36px;display:grid;place-items:center;border:1px solid #dbe7e2;border-radius:50%;background:#fff;color:#27483e;font:700 23px/1 system-ui;cursor:pointer;box-shadow:0 7px 22px rgba(15,55,43,.14)}.survey-modal__close:hover{background:#f0f7f4}.survey-modal-open{overflow:hidden}.survey-modal-open .global-survey-cta{visibility:hidden}.survey-modal .home-survey__header{padding-right:58px}@keyframes survey-modal-fade{from{opacity:0}to{opacity:1}}@keyframes survey-modal-enter{from{opacity:0;transform:translateY(22px) scale(.97)}to{opacity:1;transform:none}}@media(max-width:650px){.survey-modal{padding:0;align-items:end}.survey-modal__dialog{width:100%;max-height:94dvh;border-radius:22px 22px 0 0}.survey-modal .home-survey{border-radius:22px 22px 0 0}.survey-modal__close{position:fixed;top:max(12px,env(safe-area-inset-top));right:12px}.survey-modal .home-survey__body{min-height:300px}}@media(prefers-reduced-motion:reduce){.survey-modal__backdrop,.survey-modal__dialog{animation:none}}
