.page-header {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 16px 0 74px;
  background: #f5f7fb;
}
.site-main > .page-header:first-child {
  margin-top: 110px;
}
@media (max-width: 900px) {
  .site-main > .page-header:first-child {
    margin-top: 72px;
  }
}
.page-header__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-header__bg--fallback {
  background: radial-gradient(circle at 85% 40%, rgba(43, 108, 176, 0.08) 1.5px, transparent 2px) 0 0/24px 24px, linear-gradient(180deg, #ffffff 0%, #f5f7fb 100%);
}
.page-header__container {
  position: relative;
}
.page-header__content {
  display: flex;
  flex-direction: column;
  max-width: 720px;
}
.page-header__breadcrumbs {
  margin: 0;
}
.page-header__title {
  margin: 70px 0 0;
  font-family: "Play",system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans, sans-serif;
  font-weight: 400;
  font-size: 45px;
  line-height: 55px;
  color: #000;
}
@media (max-width: 1200px) {
  .page-header__title {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 900px) {
  .page-header__title {
    font-size: 30px;
    line-height: 38px;
  }
}
.page-header__desc {
  margin: 24px 0 0;
  max-width: 640px;
  font-family: "Play",system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6b7280;
}
.page-header__cta {
  align-self: flex-start;
  margin-top: 24px;
}
/*# sourceMappingURL=styles.css.map */
