.b-what-is-this {
  position: relative;
  display: inline-block;
}
.b-what-is-this__tooltip-link {
  font-size: 11px;
  cursor: help;
}
.b-what-is-this__tooltip {
  text-align: left;
  width: 80%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 9px 14px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}
.tooltip-backdrop {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.b-transfer-agreement-form fieldset {
  margin: 20px 0;
}
.b-transfer-terms__title {
  font-family: 'DmSerifDisplay';
}
#advice-validate-custom- {
  display: none;
}
@media (min-width: 481px) {
  .b-transfer-signature {
    width: 530px;
  }
  .b-transfer-signature .input-box input {
    width: 95%;
  }
}

