/* common page surface wrapper */

.page-main,
.page-main--surface {
  position: relative;
  z-index: 5;
}

.page-main--surface {
  background: #fff7ec;
  border-radius: 76px 76px 0 0;
  margin-top: -54px;
  padding-top: 0;
  overflow: visible;
}

.page-main--surface > .section:first-child,
.page-main--surface > .about:first-child {
  margin-top: 0;
}

.hero.hero--unified,
.hero {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .page-main--surface {
    border-radius: 48px 48px 0 0;
    margin-top: -38px;
    padding-top: 0;
  }
}

@media (max-width: 620px) {
  .page-main--surface {
    border-radius: 34px 34px 0 0;
    margin-top: -28px;
    padding-top: 0;
  }
}

/* cta section orange removed */
.cta.section-orange,
.section-orange.cta {
  display: none;
}
