#sticky-bar{background-color:maroon;position:relative;transition:transform .4s ease,opacity .3s ease;width:100%;z-index:10}#sticky-bar.is-sticky{animation:slideUp .4s ease forwards;bottom:0;left:0;padding-bottom:env(safe-area-inset-bottom,0);position:fixed;right:0;z-index:9999}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}#sticky-bar.is-hidden{opacity:0;pointer-events:none;transform:translateY(100%)}#sticky-bar .sticky-bar__inner{align-items:center;display:flex;gap:24px;justify-content:space-between;margin:0 auto;max-width:1280px;padding:25px 20px}#sticky-bar .sticky-bar__text{color:#fff;flex:1;font-size:28px;font-weight:600;line-height:1.25}#sticky-bar .sticky-bar__text *{color:#fff!important;font-size:inherit;line-height:inherit;margin:0}#sticky-bar .sticky-bar-button{align-items:center;background-color:#fff;border-radius:50px;color:#590f0f!important;display:inline-flex;font-weight:700;gap:8px;justify-content:center;padding:10px 30px;text-decoration:none!important;transition:all .3s ease;white-space:nowrap}#sticky-bar .btn-arrow{align-items:center;display:flex;transition:transform .3s ease}#sticky-bar .sticky-bar-button:hover{box-shadow:0 4px 12px rgba(0,0,0,.2);transform:translateY(-3px)}#sticky-bar .sticky-bar-button:hover .btn-arrow{transform:translateX(5px)}#sticky-bar .sticky-bar-button .btn-arrow svg{display:block;fill:none;height:18px;stroke:currentColor;stroke-width:2.5;width:18px}@media (max-width:600px){#sticky-bar .sticky-bar__inner{align-items:flex-start;flex-direction:column;gap:16px;padding:15px 20px}#sticky-bar .sticky-bar__text{font-size:20px}#sticky-bar .sticky-bar__cta-wrapper{display:flex;justify-content:center;width:100%}#sticky-bar .sticky-bar-button{width:100%}}