.modal-mask{position:fixed;z-index:9998;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:table;transition:opacity .3s ease}.modal-content-wrapper{display:table-cell;vertical-align:middle}@media screen and (max-width:767px){.modal-content-wrapper{padding:40px 20px}}@media screen and (min-width:768px){.modal-content-wrapper{padding:50px 100px}}.modal-content-container{max-height:100%;overflow:scroll;margin:0 auto;text-align:center;background-color:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.33);transition:all .3s ease}@media screen and (max-width:767px){.modal-content-container{padding:40px 20px}}@media screen and (min-width:768px){.modal-content-container{padding:60px 100px 50px;width:800px}.modal-content-container.is-narrow{padding:30px 50px 25px;width:500px}}.modal-content-header{padding-bottom:40px}.modal-content-footer{margin-top:40px}.modal-enter,.modal-leave-active{opacity:0}.modal-enter .modal-content-container,.modal-leave-active .modal-content-container{-webkit-transform:scale(1.1);transform:scale(1.1)}.modal-leave-active .modal-content-container{-webkit-transform:scale(.9);transform:scale(.9)}.modal-body-section:not(:last-child){padding-bottom:20px}