.Navbar{position:-webkit-sticky;position:sticky;top:0;z-index:1}.Navbar__Container{width:100vw;height:8vh;color:#fff;background-color:#000;display:flex;justify-content:space-between;padding-left:2%;padding-right:2%;align-items:center}.Navbar_Content{width:40%;height:100%;display:flex;justify-content:flex-start;align-items:center;-moz-column-gap:3%;column-gap:3%;font-weight:400;font-size:calc(var(--px-to-vh)*19)}.Navbar_Content:nth-child(2){justify-content:flex-end}.box__navbar{display:flex;width:15%;height:100%;align-items:center}.box__navbar a{cursor:pointer;transition:.2s}.box__navbar a:hover{color:#f50202}.box__navbar img{height:90%;transition:.2s}.box__navbar:hover img{transform:scale(1.1)}.btn__login{width:100%;height:60%;border-radius:calc(var(--borderScale)*10*var(--px-to-vh));border:calc(var(--px-to-vh)*2) solid #f50202;font-weight:300;font-size:calc(var(--px-to-vh)*19);cursor:pointer;-moz-column-gap:2%;column-gap:2%;transition:.2s}.btn__login,.btn__login span{display:flex;justify-content:center;align-items:center}.btn__login span{transition:transform .2s;color:#f50202}.btn__login i{color:#f50202;display:none}.btn__login:hover{background-color:#f50202}.btn__login:hover span{color:#fff}.btn__login:hover i{color:#fff;display:inline-block}.btn__logined{width:80%;height:60%;border-radius:calc(var(--borderScale)*15*var(--px-to-vh));border:calc(var(--px-to-vh)*2) solid #f50202;font-weight:500;font-size:calc(var(--px-to-vh)*19);cursor:pointer;-moz-column-gap:5%;column-gap:5%;transition:.2s;color:#f50202}.btn__logined,.btn__logined i{display:flex;align-items:center;justify-content:center}.btn__logined:hover{background-color:#f50202}.btn__logined:hover span{color:#fff}.btn__logined:hover i{color:#fff;display:inline-block}.btn__logout{width:20%;height:60%;border-radius:calc(var(--borderScale)*15*var(--px-to-vh));border:calc(var(--px-to-vh)*2) solid #f50202;display:flex;align-items:center;justify-content:center;font-weight:500;font-size:calc(var(--px-to-vh)*25);cursor:pointer;-moz-column-gap:5%;column-gap:5%;transition:.2s;color:#f50202}.btn__logout:hover{background-color:#f50202}.btn__logout:hover span{color:#fff}.btn__logout:hover i{color:#fff;display:inline-block}.Navbar__Aura{width:100vw;height:1.5vh;background:linear-gradient(1turn,rgba(245,2,2,0),rgba(245,2,2,.2) 70%,rgba(245,2,2,.5))}