.split-item{--background-color:#fff;overflow:hidden;position:relative;z-index:2}.split-item .background-animate{background-color:var(--background-color);height:100%;left:0;position:absolute;top:0;transition:width .5s ease-out;width:0}.split-item:hover .background-animate{width:100%}.split-item .split-child>div{padding-right:1rem}.backgroundFill{--bgWidth:0;position:relative}.backgroundFill:before{left:0}.backgroundFill:after,.backgroundFill:before{background:var(--background-color);content:"";height:100%;position:absolute;transition:width 1s ease-in-out;width:var(--bgWidth)}.backgroundFill:after{right:0;top:0}.backgroundFill:hover:after,.backgroundFill:hover:before{transition:width .5s ease-in-out;width:var(--bgWidth)}
