.c-modal{position:fixed;opacity:0;visibility:hidden;z-index:-1;max-width:648px;width:100vw;bottom:0;right:0}.c-modal:has(.c-newsletter){top:auto!important}@media(max-width:600px){.c-modal:has(.c-newsletter){max-width:calc(100svw - 2*var(--padding-contain));right:var(--padding-contain);z-index:12}}.c-modal:has(.c-newsletter) .c-bg{border-top-left-radius:var(--border-radius)}@media(max-width:600px){.c-modal:has(.c-newsletter) .c-bg{border-radius:var(--border-radius)}}.c-modal--active{opacity:1;visibility:visible;z-index:3}.c-modal__close{--height:44px;background-color:rgba(0,0,0,.3);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:calc(var(--height)/2);display:grid;align-items:center;justify-content:center;height:var(--height);width:var(--height);position:absolute;top:1rem;right:1rem;z-index:2}.c-modal__close:after{background:var(--db-gray-000);content:"";height:14px;width:14px;-webkit-mask:url(/static/img/icons/close-white.svg) top left/contain no-repeat;mask:url(/static/img/icons/close-white.svg) top left/contain no-repeat}.c-modal .l-margin{margin:0}.c-overlay{background:rgba(0,0,0,.4);position:fixed;top:0;right:0;bottom:0;left:0;opacity:0;z-index:-1;visibility:hidden}.c-overlay--active{opacity:1;z-index:9;visibility:visible}