/* Start custom CSS *//*:is( .wbp-container-quarter-transparent-left,
.wbp-container-quarter-transparent-right,
.wbp-container-quarter-transparent-center-left,
.wbp-container-quarter-transparent-center-right )::before {
	content: '';
	background-color: var( --wbp-color-background-pseudo );
	position: absolute;
	width: var( --wbp-size-block-quarter );
	height: 100%;
	left: var( --wbp-position-left-before );
	right: var( --wbp-position-right-before );
	mix-blend-mode: multiply;
	z-index: 1;
}
*//* End custom CSS */