.modal-open{position:fixed;top:50%;left:50%;font-size:16px;font-weight:700;width:300px;height:60px;color:#fff;background:#000;border:none;cursor:pointer;translate:-50% -50%}.modal{position:fixed;top:0;left:0;width:100%;height:100%;text-align:center;background:rgba(0,0,0,.7);padding:40px 20px;overflow:auto;opacity:0;visibility:hidden;transition:.3s;box-sizing:border-box;z-index:9999}@media (max-width:600px){.modal{background:rgba(0,0,0,.6);padding:100px 40px}}.modal:before{content:"";display:inline-block;vertical-align:middle;height:100%;margin-left:-.2em}.modal.is-active{opacity:1;visibility:visible}.modal-container{position:relative;display:inline-block;vertical-align:middle;width:90%;max-width:700px}.modal-close{position:absolute;display:flex;align-items:center;justify-content:center;top:-20px;right:-20px;width:40px;height:40px;color:#fff;background:#000;border-radius:50%;cursor:pointer;transition:.3s}.modal-close svg{width:20px;height:20px;transition:.3s}.modal-close:hover{box-shadow:0 0 10px rgba(0,0,0,.3)}.modal-close:hover svg{width:26px;height:26px;margin-top:1px}.modal-content{background:#fff;text-align:left;line-height:1.8;padding:20px;box-shadow:0 10px 20px rgba(0,0,0,.5)}.modal-content h3{font-size:24px;color:#ff8c00;font-weight:900;border-bottom:2px solid #ff8c00;margin-bottom:20px;letter-spacing:1px}.modal-content h4{margin:20px 0 0;letter-spacing:1px}.modal-content p{margin:0;font-size:14px;line-height:1.5;letter-spacing:.5px;text-align:justify;padding-left:10px}.js-modal-privacy .modal-content p:first-of-type,.js-modal-privacy .modal-content p:last-of-type{padding-left:0}