.moreport-button-solid {
  color: #fff;
  text-align: center;
  letter-spacing: .09em;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #4a7095;
  border: 1px solid #4a7095;
  border-radius: 8px;
  padding: .75rem 2rem;
  font-size: .75rem;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: inline-block;
}

.moreport-button-solid:hover {
  color: #4a7095;
  background-color: #fff;
}

.moreport-button-solid.uc {
  z-index: 99999;
  border-radius: 0;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  position: absolute;
  inset: auto 0% 0%;
}

.moreport-header {
  z-index: 200;
  background-color: #a6bdd8;
  position: fixed;
  inset: 0% 0% auto;
}

.moreport-uc-header {
  grid-template-columns: 1fr auto 1fr;
  justify-content: center;
  align-items: center;
  column-gap: 1.5rem;
  height: 4.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.image {
  height: 1.5rem;
}

.image.v2 {
  height: 2.5rem;
}

.div-block-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.moreport-eyebrow {
  color: #8a857a;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 500;
  display: block;
}

.moreport-eyebrow.on-image {
  color: #ffffffd9;
}

.moreport-eyebrow.on-image._1rem.uc {
  letter-spacing: .2em;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.3;
}

.moreport-scrim {
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.moreport-scrim.hero {
  background-image: linear-gradient(#322d2300 40%, #322d2359 100%);
}

.moreport-hero-caption {
  z-index: 2;
  text-align: center;
  width: 90%;
  position: absolute;
  bottom: 18%;
  left: 50%;
  transform: translateX(-50%);
}

.moreport-hero-caption.uc {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  align-items: center;
  display: flex;
  bottom: auto;
}

.moreport-placeholder {
  color: #b5b1a0;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  object-fit: cover;
  -webkit-user-select: none;
  user-select: none;
  background-color: #e5e3d4;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: .75rem;
  font-weight: 400;
  display: flex;
  overflow: hidden;
}

.moreport-placeholder.absolute {
  border-radius: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  inset: 0;
}

.moreport-hero {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(100vh - 8rem);
  min-height: 35rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.moreport-hero.uc {
  height: calc(100vh - 8rem);
  min-height: 100vh;
}

.moreport-paragraph {
  color: #62625e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1.65;
}

.moreport-paragraph.on-image {
  color: #ffffffd1;
  letter-spacing: .03em;
}

.moreport-paragraph.on-image.uc {
  letter-spacing: .05em;
  font-size: 1.25rem;
}

.moreport-paragraph.on-image.uppercase {
  letter-spacing: .4em;
  text-transform: uppercase;
  font-size: 1.25rem;
}

.div-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

@media screen and (max-width: 767px) {
  .moreport-uc-header {
    grid-template-columns: auto 1fr auto;
    height: 4rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .moreport-hero-caption {
    bottom: 22%;
  }

  .moreport-hero {
    height: calc(100vh - 7.5rem);
    min-height: 30rem;
  }
}

@media screen and (max-width: 479px) {
  .moreport-button-solid {
    width: 100%;
  }
}


