.sticky-bar{background:var(--Purple);padding-bottom:12px;padding-top:12px;transition:transform .3s ease;width:100%;z-index:3}.sticky-bar .container{align-items:center;display:flex;justify-content:space-between}.sticky-bar.is-sticky{left:0;position:fixed;top:92px}.sticky-bar .btn-white,.sticky-bar h5{margin-bottom:0}.sticky-bar h5{color:#fff}@media(max-width:600px){.sticky-bar .container{align-items:flex-start;flex-direction:column}.sticky-bar .container .btn-white{display:inline-block;margin-top:8px}.sticky-bar.is-sticky{position:unset}}