.content-hyperlink {
  margin-top: 2rem;
  display: inline-flex;
}
.content-hyperlink.center {
  display: flex;
  justify-content: center;
}
.content-hyperlink.btn a {
  padding: 10px 35px;
  text-transform: uppercase;
  border: none;
  font-size: 0.875rem;
  font-weight: 700;
}
.content-hyperlink.btn-primary a {
  color: #fff;
  background-color: var(--color-primary);
}
.content-hyperlink.btn-primary a:hover {
  background-color: #007bb0;
}
.content-hyperlink.btn-white a {
  color: var(--color-accent);
  background-color: var(--color-white);
}
.content-hyperlink.icon {
  position: relative;
}
.content-hyperlink.icon.icon-mail a:before {
  background-image: url("/files/aid/design/images/icons/icon-envelope-black.svg");
}
.content-hyperlink.icon.icon-phone a:before {
  background-image: url("/files/aid/design/images/icons/icon-phone-black.svg");
}
.content-hyperlink.icon.icon-mail a, .content-hyperlink.icon.icon-phone a {
  display: flex;
  align-items: center;
}
.content-hyperlink.icon.icon-mail a:before, .content-hyperlink.icon.icon-phone a:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  margin-right: 5px;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22home%2Faidgeoxc%2Fgenoma.ai-designer.net%2Ffiles%2Faid%2Fdesign%2Fcss%2Felements%2F_hyperlink.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIG%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */