@font-face {
    font-family: 'Bebas Neue Pro';
    src: url('../fonts/BebasNeuePro-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bebas Neue Pro';
    src: url('../fonts/BebasNeuePro-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
/*# sourceMappingURL=normalize.min.css.map */


*{
    box-sizing: border-box;
}

html, body{
    overflow-x: hidden;
}

body{
    background-color: #000;
}

body,
.whitelist__form,
.whitelist__form-control{
    font-family: 'Bebas Neue Pro', 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

@media (max-width: 374px){
    body,
    .whitelist__form,
    .whitelist__form-control{    
        font-size: 4vw;
    }
}



img{
    max-width: 100%;
    height: auto;
}



.root{
    position: relative;
}

.root__bg{
    position: fixed; top: 0; left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    object-fit: cover;
}

.root__img-bottom{
    position: absolute; bottom: 0; left: 50%;
    width: 100%;
    max-width: 1440px;
    max-height: 71px;
    height: 100%;
    pointer-events: none;
    z-index: 9;
    transform: translateX(-50%);
}

@media (max-width: 1439px){
    .root__img-bottom{
        width: 100%;
        max-height: 100%;
        height: auto;
    }
}





.whitelist{
    padding: 90px 28px 38px;
    max-width: 492px;
    margin: 0 auto;
    text-align: center;    
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-transform: uppercase;
    position: relative;
    z-index: 999;
}

.whitelist__logo{
    display: block;
}

.whitelist__logo-img{
    max-height: 86px;
}

.whitelist__body{
    padding-top: .7em;    
    padding-bottom: 1.8em;
}

.whitelist__title,
.whitelist__lead,
.whitelist__form-submit {
    color: #fff;    
}

.whitelist__title{    
    font-size: 88px;
    line-height: .73;
    font-weight: 700;
    margin: 0 0 24px;
}

.whitelist__title + .whitelist__btn{
    display: inline-flex;
    margin-bottom: 48px;
}

.whitelist__lead{
    margin: 0;
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
}

.whitelist__form {
    margin-top: 48px;
    position: relative;
}

.whitelist__form-item{
    position: relative;
    margin-bottom: 34px;
}

.whitelist__form-control{
    padding: 7px 190px 7px 24px;
    display: block;
    width: 100%;
    height: 54px;
    border: none;
    box-shadow: inset 0px 2px 0px rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    text-transform: uppercase;
}

.whitelist__form-control::placeholder{
    color: #A4A4A4;
}

.whitelist__form-submit{    
    position: absolute; top: 0; right: 0;
    font-size: 24px;
    line-height: 1;
    padding: 14px 24px;
    border: 1px solid #BDB600;
    background-color: #BDB600;
    border-radius: 2px;
    -webkit-appearance: none;
    cursor: pointer;
    will-change: opacity;
    transition: opacity .3s ease;
}

.whitelist__form-submit:hover,
.whitelist__form-submit:focus,
.whitelist__form-submit:active{
    opacity: .8;
}

.whitelist__copyright{    
    text-transform: none;
    font-family: 'Open Sans', sans-serif;
}

.whitelist__copyright > span{
    display: block;
    color: #fff; 
    margin-bottom: 10px;
}

.whitelist__logo-dao{
    max-height: 57px;
}

.whitelist__icon-check{
    margin-top: 48px;
}

.whitelist__btns {
    display: flex;
    align-items: center;
    justify-content: center;
}

.whitelist__btn {
    background-color: rgba(255,255,255,1);
    outline: none;
    border: none;
    padding: .5em 1em;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    margin: 0 .5em;
    font-size: 1.25em;
    transition: .3s ease;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
}

.whitelist__btn:nth-child(1) {
    margin-left: 0;
}

.whitelist__btn:nth-child(2) {
    margin-right: 0;
}

.whitelist__btn:hover,
.whitelist__btn:focus,
.whitelist__btn:active {
    background-color: rgba(255,255,255,.8);
    color: #000;
    text-decoration: none;
}

@media (max-width: 1024px){
    .whitelist{
        padding-top: 40px;
    }

    .whitelist__logo-img{
        max-height: 60px;
    }

    .whitelist__title{    
        line-height: .9;
    }
}

@media (max-width: 767px){
    .whitelist__title{    
        font-size: 46px;
    }

    .whitelist__form {
        margin-top: 20px;
    }

    .whitelist__icon-check{
        margin-top: 24px;
    }

    .whitelist__logo-dao{
        max-height: 32px;
    }
}

@media (max-width: 576px){
    .whitelist__logo-img{
        max-height: 40px;
    }

    .whitelist__title{    
        font-size: 14vw;
    }

    .whitelist__form-item {
        margin-bottom: 24px;
    }

    .whitelist__form-control{
        padding: 7px 145px 7px 14px;
    }

    .whitelist__form-submit {
        font-size: 1.2em;
        padding: .5em .8em;
        height: 100%;
    }

    .whitelist__btn {
        margin: 1.5em .25em 0;
        font-size: 1em;
        min-width: 1px;
    }
}

@media (max-width: 374px){
    .whitelist__lead{
        font-size: 4vw;
    }

    .whitelist__form-control{
        padding-right: 120px;
    }
}

















.page-thanks .whitelist__body {
    margin-top: 3.5em;
}

@media (max-width: 767px){
    .page-thanks .whitelist__body {
        margin-top: 0;
    }

    .page-thanks .whitelist__body .whitelist__title br{    
        display: none;
    }
}