.top-bar{position:fixed;top:0;left:0;width:100vw;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;z-index:1000;height:90px}.top-bar .btn{width:10rem}.top-bar .top-bar-logo{width:3rem}.top-bar .top-bar-logo img{mix-blend-mode:difference;border-radius:10px;overflow:hidden}@media (max-width:1000px){.top-bar{padding:.5rem 1.5rem}}@media (max-width:600px){.top-bar-cta{display:none}}