.bg-fade{position:absolute;z-index:0}.bg-fade .bg-fade-list{display:flex;flex-direction:row;position:relative}.bg-fade .bg-fade-list--child{aspect-ratio:1/1;background-color:var(--fade-color);display:flex;position:absolute}.bg-fade .bg-fade-list--child.axis-Y{height:100%;transform:translate(var(--offset-amount)) rotate(45deg)}.bg-fade .bg-fade-list--child.axis-X{transform:translateY(var(--offset-amount)) rotate(45deg);width:100%}
