.section-ticker{overflow:hidden;padding:20px 0;position:relative;width:100%}.section-ticker.alignfull{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);max-width:100vw;width:100vw}.section-ticker .ticker-wrap{display:flex;width:100%}.section-ticker .ticker-content{align-items:center;animation:ticker var(--ticker-speed,20s) linear infinite;display:flex;white-space:nowrap;width:-moz-max-content;width:max-content}.section-ticker .ticker-item{align-items:center;display:flex;font-family:var(--font-primary);font-size:var(--ticker-font-size,41px);font-weight:var(--ticker-font-weight,600);letter-spacing:.05em;line-height:var(--ticker-line-height,45px);padding-right:40px}.section-ticker .ticker-item span{margin-right:40px}.section-ticker .spinning-star,.section-ticker .ticker-icon{flex-shrink:0;height:auto;width:var(--ticker-icon-size,24px)}@keyframes ticker{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
