.app-modal{left:0;position:fixed;top:0;z-index:5}.app-modal__background{background:#030303b3;display:flex;height:100%;left:0;position:fixed;top:0;width:100%;z-index:3}.app-modal__wrapper{background-color:#fff;border-radius:2.5rem;display:flex;flex-direction:column;margin:auto;max-height:100%;max-width:var(--width);overflow:hidden;width:100%}@media screen and (max-width:1023px){.app-modal__wrapper{border-radius:0;height:100%;max-width:unset;overflow:auto}}.app-modal__header{align-items:flex-start;display:flex;justify-content:space-between;padding:2.5rem 2.5rem 0}@media screen and (max-width:1023px){.app-modal__header{align-items:center;border-bottom:1px solid #8b95a94d;justify-content:flex-end;padding:.75rem 2.5rem}}.app-modal__header_slot{border-bottom:unset}@media screen and (max-width:479px){.app-modal__header{padding:.75rem 1.5rem}}.app-modal__header-title{font-size:1.75rem;font-weight:600;letter-spacing:-.02em;line-height:110%}@media screen and (max-width:1023px){.app-modal__header-title{font-size:.875rem;font-weight:600;left:50%;letter-spacing:-.01em;line-height:120%;margin:0 auto;position:absolute;transform:translate(-50%)}}.app-modal__header-close-button{align-items:center;border:1px solid #8b95a933;border-radius:6.25rem;cursor:pointer;display:flex;height:2.25rem!important;justify-content:center;width:2.25rem!important}.app-modal__header-close-button_slot{margin-left:auto}.app-modal__header-close-button-icon{height:1.125rem!important;width:1.125rem!important}.app-modal__body{display:flex;flex:1;flex-direction:column;overflow:hidden}@media screen and (max-width:1023px){.app-modal__body{overflow-x:hidden;overflow-y:scroll}}.app-modal_is-overflow-visible .app-modal__body,.app-modal_is-overflow-visible .app-modal__wrapper{overflow:visible}
