#rune_blend,.rb_blend,.rb_rune{display:flex;overflow:hidden}.rb_rune{padding-right:30px}#rune_blend img{padding:0 3px}.blend_lane_main{width:50%;min-width:2400px;height:140px;display:flex;background:#c71d21;justify-content:space-between;gap:0}.blend_lane_main,.blend_lane_main section{position:relative}.blend_lane_main section .rune_blend{position:absolute;height:140px;width:900px;top:0}.blend_lane_main section .rune_blend,.blm_title{display:flex;justify-content:center;align-items:center}.blm_title{height:100%;width:250px;margin-right:50px;position:relative;z-index:1000;text-wrap:nowrap}.blm_title h3{color:#fff;font-family:var(--font-safiro);font-size:3.5rem;font-style:italic;font-weight:600;line-height:49.977px;text-align:center}.blend_lane_infinite{width:100%;background:transparent;overflow:hidden}.blend_lane_wrapper{display:flex;width:200%;min-width:4800px;animation:infiniteMove 16s linear infinite;gap:0}@keyframes infiniteMove{0%{transform:translateX(0)}to{transform:translateX(-50%)}}