@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap);.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.text-7xl{font-size:4.5rem;line-height:1}.text-8xl{font-size:6rem;line-height:1}.text-9xl{font-size:8rem;line-height:1}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-start{text-align:start}.text-end{text-align:end}.font-thin{font-weight:100}.font-extralight{font-weight:200}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-black{font-weight:900}.flex{display:flex}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-grow{flex-grow:1}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.gap-0{gap:0}.gap-x-0{-moz-column-gap:0;column-gap:0}.gap-y-0{row-gap:0}.gap-1{gap:.25rem}.gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.gap-y-1{row-gap:.25rem}.gap-2{gap:.5rem}.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.gap-y-2{row-gap:.5rem}.gap-3{gap:.75rem}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-y-3{row-gap:.75rem}.gap-4{gap:1rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-y-4{row-gap:1rem}.gap-5{gap:1.25rem}.gap-x-5{-moz-column-gap:1.25rem;column-gap:1.25rem}.gap-y-5{row-gap:1.25rem}.gap-6{gap:1.5rem}.gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.gap-y-6{row-gap:1.5rem}.gap-7{gap:1.75rem}.gap-x-7{-moz-column-gap:1.75rem;column-gap:1.75rem}.gap-y-7{row-gap:1.75rem}.gap-8{gap:2rem}.gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.gap-y-8{row-gap:2rem}.form-parent .feedback--success,.form-parent .registration--success{display:none}.form-parent.done form{display:none}.form-parent.done .feedback--success,.form-parent.done .registration--success{display:block}*,::after,::before{margin:0;padding:0;box-sizing:border-box;border:none;list-style:none;line-height:1.6;font:normal 14px Inter,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}body,html{min-height:100vh;background:#171819;color:#fff}html{scrollbar-color:#cb8c01 #171819;scrollbar-width:thin}.page{display:flex;flex-direction:column;min-height:100vh}main{flex-grow:1}header{background:#171819;border-bottom:1px solid rgba(203,140,1,.3);padding:1rem 0}header .header-inner{width:90%;max-width:1140px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}header .logo{display:block}header .logo img{height:48px;width:auto;display:block}header nav{display:flex;align-items:center;gap:.75rem}header nav span{color:rgba(255,255,255,.5);font-size:.875rem}header .login-link{background:#cb8c01;color:#fff;font-weight:600;font-size:.875rem;padding:.5rem 1.25rem;text-decoration:none;border-radius:4px;transition:background .2s ease}header .login-link:hover{background:#a87001}.registration-wrapper{display:flex;align-items:center;justify-content:center;padding:3rem 1rem}.registration-card{background:#1e2021;border:1px solid rgba(203,140,1,.2);border-radius:8px;padding:2.5rem;width:100%;max-width:560px}.registration-card .card-logo{text-align:center;margin-bottom:1.5rem}.registration-card .card-logo img{height:56px;width:auto}.registration-card h1{font-size:1.75rem;font-weight:700;color:#fff;margin-bottom:.5rem;text-align:center}.registration-card .subtitle{color:rgba(255,255,255,.55);font-size:.9rem;margin-bottom:2rem;text-align:center}.registration form>div{text-align:center}.registration label{display:block;margin-bottom:1rem;font-size:.85rem}.registration label span{display:block;color:rgba(255,255,255,.6);margin-bottom:.3rem;font-size:.8rem}.registration label span.req{font-weight:600;color:rgba(255,255,255,.85)}.registration .errors{font-size:.8rem;color:#ff6b6b;margin-bottom:1rem}.registration .errors li{margin-bottom:.25rem}.registration .registration--success{display:none;text-align:center;padding:2rem;color:#cb8c01;font-size:1.1rem;font-weight:600}.registration.done form{display:none}.registration.done .registration--success{display:block}input,select,textarea{font:14px Inter,sans-serif;display:block;width:100%;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.15)!important;border-radius:4px;padding:.6rem .75rem;color:#fff;transition:border-color .2s ease}input option,select option,textarea option{background:#171819;color:#fff}input:focus,select:focus,textarea:focus{outline:0;border-color:#cb8c01!important;box-shadow:0 0 0 2px rgba(203,140,1,.15)}.recaptcha-wrap{margin:1.25rem 0}.submit-wrap{text-align:center;margin-top:1.5rem}.button{background:#cb8c01;color:#fff;font-weight:700;font-size:.9rem;padding:.75rem 2.5rem;border:none;border-radius:4px;cursor:pointer;text-decoration:none;display:inline-block;transition:background .2s ease}.button:hover{background:#a87001}footer{background:#171819;border-top:1px solid rgba(203,140,1,.2);padding:1.5rem 0}footer .footer-inner{width:90%;max-width:1140px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center}footer .footer-links{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}footer .footer-links a{color:rgba(255,255,255,.6);text-decoration:none;font-size:.8rem;transition:color .2s ease}footer .footer-links a:hover{color:#cb8c01}@media (max-width:480px){footer .footer-links{flex-direction:column;gap:.5rem}}footer .copyright{color:rgba(255,255,255,.35);font-size:.75rem}.static-page{width:90%;max-width:860px;margin:3rem auto;padding-bottom:3rem}.static-page h1{font-size:2rem;font-weight:800;color:#fff;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #cb8c01}.static-page h2{font-size:1.25rem;font-weight:700;color:rgba(255,255,255,.9);margin:1.5rem 0 .75rem}.static-page p{color:rgba(255,255,255,.7);font-size:.9rem;margin-bottom:.75rem;line-height:1.7}.static-page ol,.static-page ul{margin:0 0 1rem 1.5rem;color:rgba(255,255,255,.7)}.static-page ol li,.static-page ul li{list-style:disc;font-size:.9rem;margin-bottom:.4rem}.static-page a{color:#cb8c01;text-decoration:none}.static-page a:hover{text-decoration:underline}.form-parent .feedback--success,.form-parent .registration--success{display:none}.form-parent.done form{display:none}.form-parent.done .feedback--success,.form-parent.done .registration--success{display:block}.cookie-consent{left:0;right:0;position:fixed;z-index:10000000;bottom:0;transform:translateY(100%);transition:transform .25s cubic-bezier(.4,0,1,1) 0s;font:normal .85rem -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Arial,sans-serif;background-color:rgba(250,250,250,.95);color:#000;padding:1.25rem}.cookie-consent.opened{transform:translateY(0);box-shadow:0 -1px 5px rgba(0,0,0,.3)}.cookie-consent-section{max-width:75rem;margin:0 auto}.cookie-consent-content{flex-grow:1}.cookie-consent-content p{margin:0 0 .5rem;font-size:.8rem;font-weight:400}.cookie-consent-content label{display:inline-block;margin:0 1rem 0 0;font-size:.8rem;font-weight:400;width:auto}.cookie-consent-content input[type=checkbox]{display:inline-block;width:auto}.cookie-consent-action button{display:inline-block;border-radius:2px;padding:0 1.5rem;height:48px;line-height:48px;text-transform:uppercase;font-weight:700;vertical-align:middle;text-align:center;white-space:nowrap;text-decoration:none;outline:0!important;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:none;box-shadow:1px 1px 2px 0 rgba(0,0,0,.13),2px 1px 4px 0 rgba(0,0,0,.08),0 0 4px 0 rgba(0,0,0,.12);color:#fff!important;background:#0287d6}@media screen and (min-width:40em){.cookie-consent-section{display:flex;flex-direction:row}.cookie-consent-action{align-self:center;padding-left:1.5rem}.cookie-consent-action button{font-size:1.25rem}}@media screen and (max-width:39.99em){.cookie-consent-action{text-align:center;margin-top:.75rem}.cookie-consent-action button{font-size:.95rem}}