:root{--status-banner-height:69px}body.has-status-banner{margin-top:var(--status-banner-height)!important;transition:all .3s ease-in-out}body.has-status-banner .Header,body.has-status-banner .Header__fixed-bar{top:var(--status-banner-height)!important}.StatusBanner{--block-disabled-height:50px;background-color:#0e022d;border-bottom:1px solid #54566b;color:#fff;display:block;font-size:.93333rem;font-weight:400;height:var(--status-banner-height);line-height:1.57;opacity:0;overflow:hidden;position:fixed;top:0;transform:translateY(-100%);transition:all .3s ease-in-out;width:100%;z-index:11111}.StatusBanner.is-open{opacity:1;transform:translateY(0)}@media (min-width:600px){.StatusBanner{font-size:1.06667rem;font-weight:400;letter-spacing:0;line-height:1.5}}.hs-inline-edit .StatusBanner{opacity:1;transform:none}.StatusBanner p{margin:0 .53333rem;text-align:center}@media (max-width:899.98px){.StatusBanner p span{display:none}}.StatusBanner p a{color:#a285ef!important;font-size:.93333rem;margin-bottom:-5px;margin-left:.53333rem;margin-top:-5px;text-decoration:underline;text-underline-offset:5px}.StatusBanner button{font-size:.8rem;line-height:1;right:0;top:50%;transform:translateY(-50%)}