.modal{position:fixed;inset:0;height:100%;width:100%;z-index:9;opacity:1;visibility:hidden;transition:all .4s ease}.modal--active{opacity:1;visibility:visible;display:block !important}.modal__overlay{background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;height:100%;width:100%}.modal__wrapper{background:var(--color-white);max-width:48.2857142857rem;margin:0 auto;width:100%;min-height:20.5714285714rem;padding:4.5714285714rem 1.7142857143rem;position:relative}@media(min-width: 1024px){.modal__wrapper{padding:5.7142857143rem 2.8571428571rem 4.5714285714rem}}.modal__close{right:2.1428571429rem;position:absolute;top:2.1428571429rem;z-index:2}.modal__title{margin-bottom:1.1428571429rem}@media(min-width: 1024px){.modal__title{margin-bottom:1.7142857143rem}}html:has(>body.modal--active){height:100vh;overflow:hidden}
