/* GENERAL */
/* VARIABLES */
/* TYPOGRAPHY */
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
/* COLORS */
/* FUNCTIONS */
/* BREAKPOINTS */
/* MIXINS */
.inner-page-banner {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (max-width: 992px) {
  .inner-page-banner {
    margin-bottom: 10px;
  }
}
.inner-page-banner .inner-banner-wrap {
  position: relative;
}
.inner-page-banner .inner-banner-wrap:after {
  content: "";
  display: block;
  background: linear-gradient(94.56deg, #008083 28.43%, rgba(0, 0, 0, 0.631372549) 68.82%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.inner-page-banner .inner-banner-wrap img {
  width: 100%;
  height: 212px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .inner-page-banner .inner-banner-wrap img {
    height: 150px;
  }
}
@media only screen and (max-width: 480px) {
  .inner-page-banner .inner-banner-wrap img {
    height: 150px;
  }
}
.inner-page-banner .inner-banner-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  z-index: 9;
}
.inner-page-banner .inner-banner-title .container {
  padding: 0 20px;
}
.inner-page-banner .inner-banner-title h1 {
  font-size: 36px;
  color: #fff;
  font-weight: 600;
}
@media only screen and (max-width: 1199px) {
  .inner-page-banner .inner-banner-title h1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .inner-page-banner .inner-banner-title h1 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .inner-page-banner .inner-banner-title h1 {
    font-size: 16px;
  }
}
.inner-page-banner .field__item {
  display: block;
  margin-right: 0px;
}

.page-view-ascent-network .inner-page-banner .inner-banner-wrap:after {
  background: unset;
}
.page-view-ascent-network .inner-page-banner .inner-banner-wrap img {
  height: 280px;
}
/*# sourceMappingURL=landing-page-banner.css.map */
