:root{--topStripeBgColor:#95065c}.top-stripe{padding:10px 20px}.second-stripe,.top-stripe{display:flex;align-items:center;box-shadow:0 2px 4px rgba(0,0,0,.1);position:relative}.second-stripe{background:#fff}.logo-mark,.second-stripe.logo{margin-right:20px;opacity:0;position:absolute;left:10px;transition:opacity .5s ease,left .5s ease}.links{transition:margin-left .5s ease}.sticky{position:fixed;top:0;width:100%;transition:all .3s ease-in-out}.sticky .logo-mark{opacity:1;left:20px}.top-stripe{background:var(--topStripeBgColor)}@keyframes slide-in{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.animate-top{transition:top .5s ease}