/*!/wp-content/plugins/divi-marquee-text/assets/marquee8.css*/.marquee-container{overflow:hidden;width:100%;position:relative;white-space:nowrap}.marquee-wrapper{display:flex;width:100%}.marquee{display:flex;gap:50px;animation:marquee-animation 10s linear infinite}.marquee-item{font-weight:700;display:flex;align-items:center;padding-right:50px}.marquee-icon{margin-right:10px}@keyframes marquee-animation{from{transform:translateX(0%)}to{transform:translateX(-50%)}}.marquee,.marquee-item{background:linear-gradient(to right,#019297 0%,#73ed7c 50%,#019297 100%);-webkit-background-clip:text;-webkit-text-stroke:4px #fff0;display:inline-flex;align-items:center;padding-bottom:10px}