.oxy_shape_divider {
	display: flex;
	justify-content: center;
}
.oxy-shape-divider {
	width: 0px;
	height: 0px;
}
.oxy_shape_divider {
	position: absolute;
	width: 100%;
	pointer-events: none;
}
.oxy_shape_divider svg {
	width: 100%;
}
.oxy_shape_divider > svg {
	min-width: 100%;
	position: absolute;
	width: 100%;
	transform-origin: bottom center;
}
.oxy_shape_divider > svg:not(:root) {
	overflow: hidden;
}