@font-face{font-family:Metropolis;src:url(/build/assets/Metropolis-Bold.ZtA2ZB-q.woff2) format("woff2"),url(/build/assets/Metropolis-Bold.BtKO1T8r.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Metropolis;src:url(/build/assets/Metropolis-Light.Bp9kpQFb.woff2) format("woff2"),url(/build/assets/Metropolis-Light.CXwgAKzL.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Metropolis;src:url(/build/assets/Metropolis-Regular.VACklCRc.woff2) format("woff2"),url(/build/assets/Metropolis-Regular.BibEFe8X.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}#modal{background:#00000080;height:100vh;width:100%;z-index:999;position:fixed;top:0;left:0;opacity:0;display:flex;justify-content:center;align-items:center;pointer-events:none;transition:all ease .3s;padding:20px}#modal .modal-content{width:800px;background-color:#fff;border:1px #ffffff solid;padding:20px;transform:translateY(-30%);height:auto;justify-content:center;align-items:center;flex-direction:column;display:flex;transition:all ease .3s;opacity:0;z-index:1000}#modal .modal-content.live{width:600px}@media only screen and (max-width: 600px){#modal .modal-content{width:100%}}#modal .modal-content .modal-header{display:flex;align-items:center;justify-content:space-between;width:100%}@-moz-document url-prefix(){#modal .modal-content .modal-header{margin-bottom:50px}}#modal .modal-content .modal-header h3{font-weight:700;font-size:28px;color:#fed100}#modal .modal-content .modal-header h3.live{font-size:20px}#modal .modal-content .modal-header button{background:transparent!important;font-size:28px;border:none;outline:none;color:#000;cursor:pointer}#modal .modal-content .modal-body.live{max-width:600px;width:100%}#modal .modal-content p{font-size:18px;color:#000;line-height:2;margin:2.5rem 0}#modal.active{opacity:1;pointer-events:initial}#modal.active .modal-content{transform:translate(0);opacity:1}.alert{font-family:Arial,Helvetica,sans-serif;padding:.5rem 1rem;margin-bottom:1rem;border:1px solid transparent;font-size:14px}.alert.live{margin-top:25px}.alert.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert#success,.alert#error{display:none}.btn{display:inline-block;padding:10px 20px;border-radius:10px;border:none;outline:none;text-transform:uppercase;font-weight:700;cursor:pointer}.btn.btn-image{background-color:transparent}.btn.btn-image img{width:40px;height:40px}.btn.btn-blue{background-color:#0075bc;color:#fff}.link{display:inline-block;color:#0075bc;margin-top:1em;text-decoration:underline}.result{display:none;margin-top:50px;font-weight:700}.result p{font-size:24px!important}.result #result span{text-transform:uppercase}.modal{display:none;position:fixed;left:0;top:0;width:100%;height:100%;background-color:#0009;z-index:1000}.modal .modal-content{background-color:#fff;color:#0075bc;margin:15% auto;padding:20px;border-radius:12px;width:80%;max-width:640px;position:relative;box-shadow:0 0 15px #0000004d}.modal .modal-content .modal-header{display:flex;justify-content:space-between;align-items:center;vertical-align:middle;margin-bottom:2rem}.modal .modal-content .modal-header h2{margin:0;font-size:24px;color:#0075bc}.modal .modal-content .modal-header .close{font-size:28px;cursor:pointer}.modal .modal-content .modal-body{font-size:18px;line-height:1.6;color:#0075bc}.auth-page{max-width:620px;min-height:100vh;padding:50px 0;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0 auto}@media (max-width: 620px){.auth-page{padding:50px}}.auth-page .logo{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;vertical-align:middle;margin:0 auto 50px;padding:0 50px}@media (max-width: 620px){.auth-page .logo{flex-direction:column;justify-content:center}}.auth-page .logo .image{width:40%}@media (max-width: 620px){.auth-page .logo .image{width:80%;margin-bottom:50px}}.auth-page .logo .image img{width:100%;height:auto}.auth-page .logo .text{width:60%;text-align:right;font-weight:700;font-size:32px}@media (max-width: 620px){.auth-page .logo .text{text-align:center}}.auth-page .box-form{width:100%;max-width:860px;position:relative;display:inline-block;padding:10px;margin:0 auto}.auth-page .box-form:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border:2px solid #8DF3FF;border-radius:12px;box-shadow:0 0 5px #8df3ff,0 0 10px #8df3ff,0 0 15px #8df3ff,inset 0 0 5px #8df3ff,inset 0 0 10px #8df3ff;pointer-events:none;z-index:0}.auth-page .box-form .form{position:relative;z-index:1;background:#dcf0f8;color:#fff;padding:50px;border-radius:8px;text-align:center}.auth-page .box-form .form h2{text-transform:uppercase;color:#0075bc;margin-bottom:1rem}.auth-page .box-form .form p{color:#0075bc;font-size:14px;margin-bottom:1rem}.auth-page .box-form .form form input{width:100%;padding:10px;margin:10px 0;border:none;border-radius:4px;background-color:#fff;color:#0075bc;font-size:16px}.auth-page .box-form .form form input:focus{outline:none;box-shadow:0 0 5px #0075bc}.auth-page .box-form .form form input[type=checkbox]{width:auto;margin:0 10px 0 0}.auth-page .box-form .form form .input-group{width:100%;display:flex;flex-direction:row}.auth-page .box-form .form form .input-group input{width:50%}.auth-page .box-form .form form .input-group input:first-child{margin-right:5px}.auth-page .box-form .form form .input-group input:last-child{margin-left:5px}.auth-page .box-form .form form .terms{display:flex;align-items:center;justify-content:start;vertical-align:middle;margin-top:10px;font-size:14px;color:#0075bc}.auth-page .box-form .form form .terms input[type=checkbox]{margin-right:5px}.auth-page .box-form .form form .terms label{color:#0075bc;transform:translateY(1px)}.auth-page .box-form .form form .terms button{background-color:transparent;border:none;outline:none;text-decoration:underline;color:#0075bc;font-size:14px;font-weight:700;cursor:pointer}*{margin:0;padding:0;box-sizing:border-box;font-family:Metropolis;position:relative}body{min-height:100vh;font-family:Metropolis;background-color:#0075bc;color:#fff;background-image:url(/build/assets/bg.qotKDibI.png);background-position:right;background-size:cover}li{list-style:none}a{text-decoration:none}
