@-webkit-keyframes marquee{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-66.6%);transform:translateX(-66.6%)}}@keyframes marquee{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-66.6%);transform:translateX(-66.6%)}}.stoererItem{position:fixed;left:0;width:100%;background-color:#f18d09;height:auto;z-index:3!important;overflow:hidden;top:0;color:#fff;text-decoration:none;font-weight:600;font-size:14px;letter-spacing:-.06px;line-height:18px;padding-top:10px;padding-bottom:10px;text-transform:uppercase;transition-property:color;transition-duration:.3s;transition-timing-function:ease-in-out}.stoererItem span.more{color:#000;font-size:13px}.stoererItem span.more:after{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.591' height='11.061'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%23000' stroke-width='1.5' d='m.53.53 5 5-5 5'/%3E%3C/svg%3E");display:inline-block;width:9px;height:9px;background-size:contain;background-position:left center;background-repeat:no-repeat;margin-left:5px;position:relative;top:0}.stoererItem .marquee{margin:0 auto;width:100%;height:18px;white-space:nowrap;overflow:hidden;box-sizing:border-box;position:relative}.stoererItem .marquee__content{width:300%!important;display:flex;line-height:18px;-webkit-animation:marquee linear infinite forwards;animation:marquee linear infinite forwards}.stoererItem .list-inline{display:flex;justify-content:space-around;width:33.33%;list-style:none;padding:0;margin:0}.stoererItem .list-inline .list-inline-item{margin-right:150px}body.existStoerer .header{top:var(--stoerer-height)!important}body.existStoerer .logo{top:calc(var(--stoerer-height) + 10px)!important}body.existStoerer .header ul li .subWrap{top:calc(var(--stoerer-height) + 60px)!important}html.no-touchevents .stoererItem:hover{text-decoration:none;color:#000}html.no-touchevents .stoererItem:hover .marquee__content{-webkit-animation-play-state:paused;animation-play-state:paused}