.disclosure {
  margin: 0 auto 2em auto;
  max-width: 40em;
  min-height: calc(100vh - 43em);
  padding: 0 1em;
}
.disclosure__header {
  color: #292929;
  font-size: 1.625em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (min-width: 35.5em) {
  .disclosure__header {
    font-size: 2em;
  }
}
.disclosure__separator {
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  width: 3.5em;
  border-bottom: 1px solid #477894;
}
.disclosure__title {
  font-size: 1.5em;
  font-weight: 600;
}
.disclosure__content {
  margin-top: 1.75em;
  color: #76787E;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5em;
  font-size: 1.25em;
  font-weight: 400;
  text-align: center;
  text-align: left;
}
@media screen and (min-width: 35.5em) {
  .disclosure__content {
    font-size: 1.25em;
    line-height: 1.75em;
  }
}
@media screen and (min-width: 38em) {
  .disclosure__content {
    max-width: 36em;
    margin-left: auto;
    margin-right: auto;
  }
}
.disclosure__content-links a {
  color: #000;
  text-decoration: none;
}
.disclosure__content-links a:hover {
  text-decoration: underline;
}
.disclosure__content-links a:visited {
  color: #000;
}
.disclosure__buttons {
  text-align: center;
}
.disclosure__buttons a {
  display: inline-block;
  margin-top: 3rem;
  margin-right: 1rem;
}
.disclosure__buttons a {
  display: inline-block;
  padding: 1em 2em;
  border: 1px solid #FFFFFF;
  border-radius: 6.25em;
  font-weight: 600;
  text-decoration: none;
  background: url('../../assets/template/arrow.png') no-repeat right 1.5em top 1.2em;
  padding-right: 3.75em;
  background: url('../../assets/template/arrow.png') no-repeat right 1.5em top 1.2em, linear-gradient(90deg, #2A6481 0%, #85C3C5 100%);
  background-blend-mode: overlay;
  color: #FFFFFF;
  border: none;
}
.disclosure__buttons a:hover {
  background: url('../../assets/template/arrow.png') no-repeat right 1.5em top 1.2em, linear-gradient(90deg, #2A6481 0%, #85C3C5 100%);
  color: #FFFFFF;
  border: 1px solid #477894;
  box-shadow: 0 5px 20px 5px #E2E2E2;
}
.disclosure__buttons a:hover {
  border: none;
  background: url('../../assets/template/arrow.png') no-repeat right 1.5em top 1.2em, linear-gradient(90deg, #2A6481 50%, #85C3C5 100%);
}
