.aa-modal{align-items:center;display:none;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:99999}.aa-modal.aa-modal--open{display:flex}.aa-modal:after{background:rgba(var(--dark-rgb),.8);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.aa-modal .aa-modal__inner{align-items:flex-start;box-shadow:0 10px 10px rgba(0,0,0,.2);display:flex;height:auto;justify-content:center;max-height:90%;max-width:90%;overflow:auto;position:relative;width:90%;z-index:10}@media (min-width:1200px){.aa-modal .aa-modal__inner{max-width:960px}}.aa-modal .aa-modal__close{align-items:center;background:#fff;cursor:pointer;display:flex;height:33px;justify-content:center;position:absolute;right:0;top:0;width:33px;z-index:50}.aa-modal .aa-modal__close:after{background-image:url(https://tietopankki.tikkurila.fi/hubfs/Icons/icon-close-black.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:block;height:13px;width:13px}body.aa-modal-active{overflow:hidden}.modal-active-section{position:relative;z-index:999!important}