/**handles:bc_marquee_stylesheet,bc_back_to_top_stylesheet**/
.bc-reel{direction:ltr!important;--rotate:0deg;transform:rotate(var(--rotate));--color:#fff;--width:25%}.bc-reel[data-blur-edges="1"]::before{background-image:linear-gradient(to right,var(--color),rgba(0,0,0,0));content:"";position:absolute;z-index:99;top:0;left:0;width:var(--width);height:100%}.bc-reel[data-blur-edges="1"]::after{background-image:linear-gradient(270deg,var(--color),rgba(0,0,0,0));content:"";position:absolute;z-index:99;top:0;right:0;width:var(--width);height:100%}.bc-reel__wrapper{display:flex}.bc-reel__item{display:flex;align-items:center;justify-content:center}.bc-reel__nestable{visibility:hidden;min-width:1px}.bc-reel__example-heading{background:#080808;padding:10px 20px;color:#fff}.bc-reel__to-hide{opacity:0}
.bc-back-to-top{position:fixed;right:50px;bottom:50px;height:46px;width:46px;cursor:pointer;border-radius:50px;box-shadow:inset 0 0 0 2px;color:rgba(255,255,255,.2);background-color:none;z-index:10000;opacity:0;visibility:hidden;transform:translateY(15px)!important;transition-duration:.2s;transition-timing-function:linear;display:flex;justify-content:center;align-items:center}.bc-back-to-top__active-progress{opacity:1;visibility:visible;transform:translateY(0)!important}.bc-back-to-top__arrow-svg{position:absolute;fill:grey;width:25px;height:100%;cursor:pointer;display:block;z-index:1}.bc-back-to-top__circle-path{fill:none;stroke:grey;stroke-width:5;box-sizing:border-box}.bc-back-to-top__to-hide{opacity:0}