/*-- -------------------------- -->
<---   HERO for other pages     -->
<--- -------------------------- -*/
@media only screen and (min-width: 0rem) {
  #hero-universal {
    z-index: 1;
    position: relative;
    background-color: var(--primary);
    overflow: hidden;
    padding: var(--sectionPadding);
    padding-top: clamp(11.875rem, 25vw, 16.75rem);
    padding-bottom: clamp(3rem, 7vw, 6.25rem);
  }
  #hero-universal .cs-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    max-width: 80rem;
    width: 100%;
    text-align: center;
  }
  #hero-universal .cs-int-title {
    position: relative;
    margin: 0;
    font-family: var(--headerFont);
    font-size: clamp(2.4375rem, 6.4vw, 3.8125rem);
    line-height: 1.2em;
    font-weight: 700;
    color: var(--bodyTextColorWhite);
    text-align: center;
    text-align: inherit;
  }
  #hero-universal .cs-background {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
  }
  #hero-universal .cs-background img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #hero-universal .cs-background:before {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    opacity: 0.8;
    display: block;
    background: #fff3ec;
    height: 100%;
    width: 100%;
  }
  #hero-universal .cs-mask {
    --maskBG: #ffffff;
    z-index: 100;
    position: absolute;
    bottom: -1px;
    left: 0;
    display: block;
    height: auto;
    width: 100%;
  }
}
@media only screen and (min-width: 48rem) {
  #hero-universal {
    padding-top: 11.25rem;
  }
  #hero-universal .cs-background:before {
    height: 100%;
    opacity: 1;
    background: linear-gradient(90deg, rgba(255, 243, 236, 0.9) 23.05%, rgba(255, 243, 236, 0) 80.08%);
    width: 100%;
  }
}

/*# sourceMappingURL=critical-other.css.map */
