<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.headerproject{
display: flex;
    align-items: center;
    justify-content: center;
    min-width: 320px;
    top: 0;
    width: 100%;
    line-height: 1;
    height: 80px;
    z-index: 7;
    border-bottom: 1px solid #242533a3;
background: var(--main-background3);
    color: #fff;
    padding: 0 15px;
    position: fixed;
}
.header_logo {
    cursor: pointer;
    transition: all .3s;
    color: #fff;
    font-size: 24px;
    display: block;
    max-width: 100%;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    touch-action: manipulation;
}
.header_Wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
@media (min-width: 400px){
.header_Wrapper {
    margin-left: 15px;
}
}
.header_Navigation {
    display: flex;
}
.header_Navigation a{
position:relative;
}
.newhbadge{
    position: absolute;
    right: -10;
    top: -10;
    background: var(--main-gradient);
    color: #000;
    border-radius: 5px;
    z-index: 3;
    font-size: 10px;
    padding: 4px;    
}
.header_NavButton {
display: flex;
    border-radius: 3px;
    align-items: center;
    padding: 8px;
    font-size: 14px;
    color: #aab0bd;
    border: 0;
    font-weight: 400;
    margin-right: 5px;
    background: transparent;
    text-decoration:none;
}
.header_NavButton:hover{
background: #282d39;
color:#fff;
}

.activeBox{
background: #282d39;
color:#fff;
}

.header_RightBlock {
    display: flex;
    align-items: center;
    height: 40px;
}

.a_dropdown {
    display: flex;
    align-items: center;
    position: relative;
}
.buttons_Tabs {
    display: flex;
    margin-left: 10px;
}
.btn_Tab{
    width: 40px;
    height: 40px;
    border-radius: 5px;
    outline: none;
    border: none;
    background: #262a35;    
}
.btn_Tab img{
width: 100%;
    height: 100%;
    filter: invert(1);    
}


@media (max-width: 960px){
.header_Wrapper {
justify-content: end;
}
}
@media (max-width: 960px){
.header_Navigation {
display:none;
}
}
.odometer{
        font-family: 'Rubik'!important;
}
.balwrapper{
    display: flex;
    gap: 7px;
    height: 100%;
    margin-right: 20px;
}    
.balwrapper .balblock{
    display: flex;
    background: #292b35;
    border-radius: 8px;
    padding: 8px;
    position: relative;
    width: 170px;    
    cursor:pointer;
    user-select:none;
}
.balwrapper .balblock:hover{
    background: #323440;    
}
.balwrapper .balblock .roundedVault{
    background: var(--main-gradient);
    color: #000;
    border-radius: 6px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    font-weight: bold;
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.balwrapper .balblock #userBalance{
position: absolute;
    left: 38;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    font-size: 18px; 
}
.balwrapper .balblock img{
position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10;
    width: 15px;
    filter: invert(1);
    opacity: 0.3; 
}
.balwrapper button{
    width: 40px;
    height: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.userPicture{
position: relative;
    cursor: pointer;
    width: 40px;
    height: 40px;
}
.userPicture:hover{
opacity:0.9;
}
.userPicture .user{
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.userPicture .ranked{
    width: 32px;
    position: absolute;
    right: -10;
    bottom: -10;    
}
@media (max-width: 960px){
.balwrapper{
position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    height: 40px;
}
}

.site_logo_wrapper {
    cursor: pointer;
    transition: all .3s;
    color: #fff;
    font-size: 24px;
    display: flex;
    gap: 10px;
    max-width: 100%;
    outline: none;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    touch-action: manipulation;
    text-decoration: none;
    align-items: center;
}    
.site_logo_wrapper:hover{
    opacity:0.8;
}
.site_logo_wrapper span{
    font-size: 35px;
    font-weight: bold;  
    letter-spacing: 2px;    
    color:#fff!important;
    text-transform:uppercase;
}</pre></body></html>