.mgz-shape-divider {
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-repeat-y: no-repeat;
  background-size: cover;
  z-index: 1;
}
.mgz-shape-top {
  top: 0;
  height: 100px;
}
.mgz-shape-bottom {
  bottom: 0;
  height: 250px;
}
.mgz-shape-zigzag3 {
  overflow: visible;
}
.mgz-shape-clouds,
.mgz-shape-clouds2 {
  background-size: cover;
  background-position: center top;
}
