.modal{display:none;position:fixed;top:30px;bottom:30px;right:0;left:0;margin:0 auto !important;background-color:#fff;max-height:fit-content;overflow-y:hidden;padding:30px 20px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:2px solid #eaeaea;z-index:100;height:auto !important}.modal h3{margin-top:120px}.modal strong{font-weight:700}.modal-mask{display:none;z-index:99;height:100%;width:100%;position:fixed;background-color:rgba(0,0,0,.7);top:0;left:0}.modal-close-outer{position:absolute;right:45px;top:20px}.modal-close{text-decoration:none;color:#fff;position:fixed;cursor:pointer;font-size:30px;z-index:999;width:15px;top:25px;margin-left:20px}@media(max-width:767px){.modal{max-width:76% !important;padding:30px 7% !important}}