@charset "UTF-8";
#ComingSoon label,#ComingSoon .title,#ComingSoon .message{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#ComingSoon{position:fixed;left:0;top:0;z-index:100;display:inline-block;width:100%;height:100%;background-color:rgba(0,0,0,.5)}#ComingSoon .panel{position:absolute;left:50%;top:50%;max-width:calc(100% - 20px);max-height:100%;width:450px;background-color:#fff;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;-o-border-radius:30px;border-radius:30px;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);display:inline-flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:40px 64px}@media screen and (max-width: 849px)and (min-width: 0){#ComingSoon .panel{padding:40px 26px}}#ComingSoon .title,#ComingSoon .message{display:inline-flex;flex-direction:row;align-items:center;justify-content:flex-start;font-weight:700;font-size:24px;line-height:24px;text-align:center}#ComingSoon .message{margin-top:12px}#ComingSoon label{cursor:pointer;margin-top:24px;background-color:#636aff;color:#fff;font-weight:900;font-size:24px;line-height:24px;padding:12px 40px;text-decoration:none;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;-o-border-radius:30px;border-radius:30px}