@keyframes move{to{transform:translateX(-100%)}}@keyframes shift{0%,to{opacity:0}50%{opacity:1}}.ft-mol-ticker{margin:1.5rem 0;position:relative;overflow:hidden;display:flex;align-items:center}.ft-mol-ticker__heading{font-family:var(--font-stack);font-weight:normal;font-size:1rem;line-height:1.2rem;letter-spacing:0;font-weight:700;padding:0.6rem 1rem 0.6rem 2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top-left-radius:2rem;border-top-right-radius:2rem;position:relative;z-index:2;min-width:fit-content;color:var(--color-white);text-transform:uppercase;background-size:200%;transition:all 0.5s}@media only screen and (min-width:768px){.ft-mol-ticker__heading{padding:0.6rem 1.5rem 0.6rem 2.3rem;font-family:var(--font-stack);font-weight:normal;font-size:1.2rem;line-height:1.4rem;letter-spacing:0;font-weight:700}}.ft-mol-ticker__heading:before{position:absolute;top:0;bottom:0;left:0.7rem;margin:auto;background-color:var(--color-white);content:"";width:8px;height:8px;border-radius:50%;animation:shift 1s infinite}@media only screen and (min-width:768px){.ft-mol-ticker__heading:before{position:absolute;top:0;bottom:0;left:0.9rem}}.ft-mol-ticker--news .ft-mol-ticker__heading{display:flex;align-items:center;font-family:var(--font-stack);font-weight:normal;font-size:1.2rem;line-height:1.4rem;letter-spacing:0;font-weight:bold;padding:0;margin:0 0 0.8rem;height:2.5rem;text-transform:capitalize;color:var(--color-black)}.ft-mol-ticker--news .ft-mol-ticker__heading:before{content:none}.ft-mol-ticker__txt{font-weight:normal;color:var(--color-black)}.ft-mol-ticker__item{padding:0rem 2rem 0 0;font-family:var(--font-stack);font-weight:normal;font-size:1.2rem;line-height:1.4rem;letter-spacing:0;white-space:nowrap}@media only screen and (min-width:768px){.ft-mol-ticker__item{padding:0.3rem 2rem 0.3rem 0;font-family:var(--font-stack);font-weight:normal;font-size:1.4rem;line-height:1.6rem;letter-spacing:0}.ft-mol-ticker--news .ft-mol-ticker__item{font-family:var(--font-stack);font-weight:normal;font-size:1.2rem;line-height:1.4rem;letter-spacing:0}}.ft-mol-ticker__scroll{padding:0.5rem 0;margin-left:1rem;display:flex;flex-basis:100%;overflow-x:auto}.ft-mol-ticker--news .ft-mol-ticker__scroll{padding:0;height:2.5rem;scrollbar-width:initial;-ms-overflow-style:none}.ft-mol-ticker--news .ft-mol-ticker__scroll::-webkit-scrollbar{display:none}@media only screen and (min-width:768px){.ft-mol-ticker--news .ft-mol-ticker__scroll{height:3rem;scrollbar-width:initial;-ms-overflow-style:initial}.ft-mol-ticker--news .ft-mol-ticker__scroll::-webkit-scrollbar{display:block}}.ft-mol-ticker--is-primary .ft-mol-ticker__heading{background-color:var(--color-functional-error)}.ft-mol-ticker--is-secondary .ft-mol-ticker__heading{background-color:var(--color-secondary)}.ft-mol-ticker--is-tertiary .ft-mol-ticker__heading{background-color:var(--color-functional-success)}.ft-mol-ticker--news{margin:0}