
/* Top Curve */
.custom-shape-divider-top-1697952620 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
	z-index:5;
}

.custom-shape-divider-top-1697952620 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 75px;
}

.custom-shape-divider-top-1697952620 .shape-fill {
    fill: #FFFFFF;
}



/* Bottom Tilt */
.custom-shape-divider-bottom-1697953615 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
	z-index:5;
}

.custom-shape-divider-bottom-1697953615 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 74px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1697953615 .shape-fill {
    fill: #FFFFFF;
}