.rh-page-header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-top: -2.8rem;
  z-index: 0;
}
#block-ucstheme-page-title {
  display: none;
}
.rh-page-header h1 {
    position: absolute;
    z-index: 2;
    text-align: center;
    max-width: 32rem;
    text-shadow: 0 0 0.1em #fff;
}
.rh-page-header lottie-player {
  min-width: 800px;
}
@media screen and ( min-width: 700px ) {
  .rh-page-header h1::before {
    content: "{ ";
    position: absolute;
    margin-left: -0.75em;
  }
  .rh-page-header h1::after {
    content: " }";
    position: absolute;
    margin-left: 0.25em;
  }
}
@media screen and ( min-width: 1000px ) {
  .rh-page-header h1.rh-title-alt {
    text-align: right;
    margin-right: -8rem;
    margin-top: 3rem;
  }
  .rh-page-header h1.rh-title-alt::before {
    display: none;
  }
  .rh-page-header h1.rh-title-alt::after {
    font-size: 8rem;
    line-height: 1;
    font-weight: normal;
    top: 0;
    margin-left: 0.25rem;
  }
}
@media screen and ( min-width: 1200px ) {
  .rh-page-header h1.rh-title-alt {
    margin-right: -16rem;
    margin-top: 4rem;
  }
}
