.logo{width:120px;height:60px;text-align:center;cursor:pointer;margin-left:-1.6rem;flex-shrink:0;min-width:120px}.logo img,.logo svg{width:100%;height:100%;object-fit:contain}.title{font-family:Roboto;text-align:center;color:#fff!important;font-size:20px;font-weight:100;min-width:0;margin-left:-1.5rem;margin-right:0;position:-webkit-sticky;position:sticky}.nav-container{position:fixed;top:0;left:0;right:0;display:flex;align-items:center;background:transparent;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;justify-content:space-between;padding:10px;z-index:1000;min-height:40px;gap:1rem}.nav-container,.nav-container *{pointer-events:auto}.nav-components{z-index:1}.box-items,.nav-components{display:flex;align-items:center}.box-items{justify-content:space-between;color:#fff;font-size:18px;gap:3rem}.items{font-family:Roboto;font-weight:100;cursor:pointer;color:#fff;text-decoration:none;transition:color .2s ease}.items:hover{color:#60a5fa}.burger-menu{display:none}@media (max-width:950px){.menu-components{display:flex;flex-direction:row;align-items:center;gap:1rem}.items{display:none}.burger-menu{display:block;cursor:pointer;width:30px;height:30px}}@media (max-width:500px){.title{display:none}}.mobile-menu-overlay{right:0;bottom:0;z-index:2000}.mobile-menu,.mobile-menu-overlay{position:fixed;top:0;left:0;background:#000}.mobile-menu{width:100vw;height:100vh;display:flex;flex-direction:column}.menu-header{display:flex;justify-content:space-between;align-items:flex-start;padding:2rem;position:absolute;top:0;left:0;right:0}.menu-header h2{font-family:Roboto;font-weight:200;color:#fff;margin:0}.close-icon{color:#fff;cursor:pointer;width:24px;height:24px}.menu-nav{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:2rem}.menu-item{color:#fff;text-decoration:none;font-family:Roboto;font-size:1.5rem;font-weight:200}.menu-item:hover{color:#60a5fa}