.back-to-account {
  width: 100%;
  background-color: mr-blue;
}
.advisor-hero {
  text-align: center;
  line-height: 1.1;
  position: relative;
}
.advisor-hero .texts {
  padding: 50px 22px 40px;
  z-index: 1;
  position: relative;
  -webkit-text-shadow: 0px 2px 5px #000;
  -moz-text-shadow: 0px 2px 5px #000;
  -o-text-shadow: 0px 2px 5px #000;
  text-shadow: 0px 2px 5px #000;
}
.advisor-hero .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vue-quiz {
  overflow: hidden;
}
.lockup-banner {
  background: #ebebeb;
}
.lockup-banner .icon {
  margin-top: -3em;
  background: #ebebeb;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 9em;
  height: 9em;
}
.lockup-banner .icon > img {
  width: 7em;
  height: 7em;
  margin: 1em;
}
