.modal{position:fixed;z-index:100024;top:0;left:0;display:none;width:100%;height:100%;background:rgba(3,26,52,.76);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.modal.is-open{display:-webkit-box;display:-ms-flexbox;display:flex}.modal.is-open .modal__box{-webkit-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear;-webkit-animation:modal .3s;animation:modal .3s}.modal__box{display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;min-width:300px;height:100%;padding:30px 28px 15px 28px;background:#fff;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.modal__header{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:25px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.modal__title{display:inline-block;width:100%;padding-right:10px}.modal__close{width:35px;min-width:auto;height:35px;min-height:auto;padding:0;border:none;border:1px solid transparent;background-color:transparent;background-image:url('data:image/svg+xml,%0A%3Csvg width=\'24\' height=\'24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M13.643 12 23.657 1.984A1.16 1.16 0 1 0 22.017.342L12 10.357 1.984.342A1.16 1.16 0 0 0 .341 1.984L10.357 12 .341 22.016a1.16 1.16 0 1 0 1.643 1.64L12 13.638l10.016 10.016c.45.454 1.181.458 1.636.007l.006-.007a1.156 1.156 0 0 0 0-1.639L13.643 12Z\' fill=\'%2306F\'/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center;background-size:24px;fill:#06f}.modal__close:focus,.modal__close:hover{fill:#5e9eff}.modal__close:focus{border:1px solid #06f}.modal__logo{width:85px;height:24px}.modal__content{font-size:.875rem;line-height:1.5rem;overflow:auto;padding:0 10px 0 0}.modal__content p{font-size:.9375rem;line-height:1.5rem;letter-spacing:.01em}.modal__footer{padding:15px 0 0 0;text-align:right}.modal__footer .button{width:100%;max-width:none;margin-bottom:10px}.modal__footer .button:hover{text-decoration:none}.modal__footer label{position:absolute;left:0;width:100%;height:100px}@media (min-width:768px){.modal__box{max-width:600px;height:calc(100% - 20px);max-height:550px;padding:40px;border-radius:6px}.modal__close{background-size:20px}.modal__content{padding:0 20px 0 0}.modal__footer .button{width:auto;margin:0 20px 0 0}.modal__footer .button:last-child{margin-right:0}}.modal ::-webkit-scrollbar{width:8px;height:8px;border-radius:4px}.modal ::-webkit-scrollbar-track{background:#fff}.modal ::-webkit-scrollbar-thumb{width:8px;height:8px;border-radius:10px;background:#d1d5e4}.modal ::-webkit-scrollbar-thumb:hover{background:#b0b6ca}