.masterstudy-enterprise-modal{display:none;justify-content:center;align-items:center;position:fixed;top:0;right:0;bottom:0;left:0;white-space:normal;background:rgba(0,0,0,.4);z-index:9999;opacity:0;visibility:hidden;color:#001931}.masterstudy-enterprise-modal__wrapper{position:absolute;top:60%;left:50%;width:500px;padding:30px;background:#fff;border-radius:10px;box-shadow:0 20px 40px 0 rgba(0,0,0,.25);-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);transition:all .4s;opacity:0;visibility:hidden;z-index:10}.masterstudy-enterprise-modal__wrapper.active{top:50%;opacity:1;visibility:visible}@media (max-width:540px){.masterstudy-enterprise-modal__wrapper{width:calc(100% - 30px);padding:20px}}.masterstudy-enterprise-modal__header{display:flex;align-items:flex-start}.masterstudy-enterprise-modal__header h2{margin:0;font-size:20px;font-weight:700;line-height:normal}.masterstudy-enterprise-modal__header span{display:flex;align-items:center;justify-content:center;width:25px;height:25px;border-radius:50%;background-color:#eef1f7;font-size:12px;color:#808c98;cursor:pointer}.masterstudy-enterprise-modal__header span:before{color:#808c98}.masterstudy-enterprise-modal__header span.masterstudy-enterprise-modal__header-title-back{display:none;margin-right:10px}.masterstudy-enterprise-modal__header span.masterstudy-enterprise-modal__header-title-close{margin-right:0;margin-left:auto}.masterstudy-enterprise-modal__header span:hover{background-color:var(--accent-10);color:var(--accent-50)}.masterstudy-enterprise-modal__header span:hover:before{color:var(--accent-50)}.masterstudy-enterprise-modal__content{padding:30px 0 0}.masterstudy-enterprise-modal__close{position:fixed;top:0;right:0;bottom:0;left:0}.masterstudy-enterprise-modal.active{display:block;opacity:1;visibility:visible}.masterstudy-enterprise-modal-dark-mode .masterstudy-enterprise-modal__wrapper{background:#171717}.masterstudy-enterprise-modal-dark-mode .masterstudy-enterprise-modal__header h2{color:#fff}.masterstudy-enterprise-modal-dark-mode .masterstudy-enterprise-modal__header span{background-color:#1e1e1e;color:rgba(255,255,255,.5)}