.popup-banner{position:fixed;inset:0;z-index:9999;display:none}.popup-banner.is-active{display:block}.popup-banner__overlay{position:absolute;inset:0;background:rgba(0,0,0,.56)}.popup-banner__inner{position:relative;width:min(92vw, 560px);margin:10vh auto 0;background:#fff;border-radius:18px;padding:16px;box-shadow:0 24px 80px rgba(0,0,0,.28)}.popup-banner__link{display:block;text-decoration:none}.popup-banner picture,.popup-banner img{display:block;width:100%}.popup-banner img{height:auto;border-radius:12px}.popup-banner__close{position:absolute;top:-16px;right:-16px;z-index:2;width:38px;height:38px;border:none;border-radius:50%;background:#111;color:#fff;font-size:24px;line-height:1;cursor:pointer}.popup-banner__close:hover{opacity:.82}body.is-popup-open{overflow:hidden}.popup-banner--fade_up.is-active .popup-banner__inner{animation:popupFadeUp .32s ease-out}@keyframes popupFadeUp{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.popup-banner--fade.is-active .popup-banner__inner{animation:popupFade .32s ease-out}@keyframes popupFade{from{opacity:0}to{opacity:1}}.popup-banner--zoom.is-active .popup-banner__inner{animation:popupZoom .32s ease-out}@keyframes popupZoom{from{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.popup-banner--slide_right.is-active .popup-banner__inner{animation:popupSlideRight .34s ease-out}@keyframes popupSlideRight{from{opacity:0;transform:translateX(24px)}to{opacity:1;transform:translateX(0)}}.popup-banner--slide_left.is-active .popup-banner__inner{animation:popupSlideLeft .34s ease-out}@keyframes popupSlideLeft{from{opacity:0;transform:translateX(-24px)}to{opacity:1;transform:translateX(0)}}.popup-banner--position-default .popup-banner__inner{width:min(92vw, 560px);margin:10vh auto 0}.popup-banner--position-center{place-items:center}.popup-banner--position-center.is-active{display:grid}.popup-banner--position-center .popup-banner__inner{width:min(92vw, 560px);margin:0}.popup-banner--position-right_bottom .popup-banner__inner{position:absolute;right:32px;bottom:32px;width:min(420px, calc(100vw - 64px));margin:0}.popup-banner--position-left_bottom .popup-banner__inner{position:absolute;left:32px;bottom:32px;width:min(420px, calc(100vw - 64px));margin:0}@media (max-width:767px){.popup-banner__inner{width:calc(100vw - 32px);margin-top:14vh;padding:10px;border-radius:14px}.popup-banner__close{top:-12px;right:-8px;width:36px;height:36px;font-size:22px}.popup-banner--position-default .popup-banner__inner{width:calc(100vw - 32px);margin-top:14vh}.popup-banner--position-center .popup-banner__inner{width:calc(100vw - 32px);margin:0}.popup-banner--position-right_bottom .popup-banner__inner,.popup-banner--position-left_bottom .popup-banner__inner{left:16px;right:16px;bottom:24px;width:auto;margin:0}}.popup-banner__content{display:none}.popup-banner[data-current-popup-mode=normal] .popup-banner__content--normal{display:block}.popup-banner[data-current-popup-mode=exit] .popup-banner__content--exit{display:block}