.sticky{position:sticky;position:-webkit-sticky;width:100%;height:60px;top:20px;display:flex;justify-content:flex-end;align-items:center;z-index:6}.bottom-banner{color:#f5f4f0;background-color:#f58d42;font-size:.5em;overflow:hidden;position:fixed;text-align:center;bottom:0;width:100%;padding:.5rem;z-index:6}.bottom-banner button{text-decoration:none;background:#f5f4f0;color:#2d2b31;border:1px solid #f96800;border-radius:12px;cursor:pointer;padding:4px 7px;margin:2px 10px;font-size:13px;font-weight:700;transition:background 70ms,color 70ms,border-color 70ms}.banner-enter,.banner-leave-to{overflow:hidden;height:0}.banner-enter-to,.banner-leave{overflow:hidden;height:auto}.banner-enter-active,.banner-leave-active{transition:height .1s linear}.bottom-banner button:hover{background:#f96800;color:#f5f4f0}.bottom-nav{background-color:#333;width:100%}.bottom-nav a{float:left;display:block;color:#f2f2f2;text-align:center;padding:14px 16px;text-decoration:none;font-size:17px}.bottom-nav a:hover{background-color:#ddd;color:#000}.bottom-nav a.active{background-color:#04aa6d;color:#fff}