.eb-topbar{position:relative;width:100%;z-index:999}.eb-topbar,.eb-topbar *{box-sizing:border-box}.eb-topbar__inner{align-items:center;display:flex;margin:0 auto;max-width:1400px;padding:0 20px}.eb-align-between .eb-topbar__inner{justify-content:space-between}.eb-align-center .eb-topbar__inner{justify-content:center;text-align:center}.eb-align-left .eb-topbar__inner{justify-content:flex-start}.eb-topbar__col--main{display:flex;flex-grow:1;justify-content:center}.eb-topbar__content-bundle{align-items:center;display:flex;gap:20px}.eb-topbar__brand{align-items:center;display:flex;gap:12px}.eb-topbar__logo{display:block;height:auto;max-height:40px}.eb-topbar__status{align-items:center;background:rgba(0,0,0,.05);border-radius:4px;display:flex;gap:6px;padding:2px 8px;white-space:nowrap}.eb-topbar__dot{animation:eb-pulse 1.5s infinite;border-radius:50%;height:8px;width:8px}@keyframes eb-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.eb-topbar__countdown-container{align-items:center;display:flex;flex-direction:column;gap:4px}.eb-topbar__countdown-header{display:flex;flex-direction:column;line-height:1.1}.eb-cd-head{font-size:.8em;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.eb-cd-sub{font-size:.65em;opacity:.8}.eb-topbar__countdown{align-items:center;display:flex;gap:4px}.eb-topbar__unit{line-height:1;min-width:30px;text-align:center}.eb-topbar__unit span{display:block;font-size:1.2em;font-weight:900}.eb-topbar__unit label{font-size:8px;opacity:.7;text-transform:uppercase}.eb-countdown-style-classic .eb-topbar__unit{background:rgba(0,0,0,.1);border-radius:4px;padding:4px 8px}.eb-countdown-style-pills .eb-topbar__unit{background:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.1);border-radius:50px;min-width:45px;padding:6px}.eb-countdown-style-clean .eb-topbar__unit{background:none;padding:0}.eb-topbar__btn{border-radius:50px;box-shadow:0 4px 12px rgba(0,0,0,.15);display:inline-block;font-weight:800;letter-spacing:.5px;padding:10px 24px;text-decoration:none;text-transform:uppercase;transition:all .3s ease;white-space:nowrap}.eb-btn-anim{animation:eb-button-wiggle 5s infinite}@keyframes eb-button-wiggle{0%,92%,to{transform:scale(1)}94%{transform:scale(1.06) rotate(2deg)}96%{transform:scale(1.06) rotate(-2deg)}98%{transform:scale(1.06) rotate(2deg)}}@media (max-width:900px){.eb-topbar__inner{flex-direction:column;gap:15px!important;padding:15px;text-align:center}.eb-topbar__content-bundle{flex-direction:column;gap:10px}.eb-topbar__col--main{width:100%}}