.custom-shape-divider-bottom-1761922712 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
  z-index: 999;
}

.custom-shape-divider-bottom-1761922712 svg {
  position: relative;
  display: block;
  width: 100%;
  height: 77px;
}

.custom-shape-divider-bottom-1761922712 .shape-fill {
  fill: #fff;
}

.custom-shape-divider-top-1761922947 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 999;
}

.custom-shape-divider-top-1761922947 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 77px;
}

.custom-shape-divider-top-1761922947 .shape-fill {
  fill: #fff;
}
.custom-shape-divider-top-1761922947 .shape-fill-green {
  fill: var(--fun-green-700);
}

@media (max-width: 565px) {
  .custom-shape-divider-bottom-1761922712 svg,
  .custom-shape-divider-top-1761922947 svg {
    height: 20px;
  }
}
