.modal{display:none;height:100%;overflow:auto;width:100%;z-index:99999}.modal,.modal__overlay{left:0;position:fixed;top:0}.modal__overlay{backdrop-filter:blur(4px);background-color:rgba(0,0,0,.4);bottom:0;right:0;z-index:-1}.modal--open{display:block}.modal__body{background:var(--deazy-cream);border-radius:40px;box-sizing:border-box;display:flex;flex-direction:column;left:50%;max-height:100%;max-width:964px;overflow-y:hidden;padding:40px;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.modal__content{overflow:auto;padding-bottom:16px}.modal__close{padding:10px;position:absolute;right:16px;top:16px}.modal__header{font-family:Sora;font-size:32px;font-weight:600;letter-spacing:0;line-height:40px;margin-bottom:32px}.modal__header h2{margin:0}@media (max-width:767px){.modal__body{border-radius:0;height:100vh;width:100%}}