/**
 * Don't edit this file. Find all style at ./sass folder.
 **/
.arrow-button a {
  text-decoration: none;
  font-size: 1.125em;
}

.arrow-button a strong {
  font-size: 25px;
  font-weight: 100;
  font-family: math;
  color: black;
}

.arrow-button a span {
  margin-left: 5px;
  transform: scale(1);
  transition: 0.25s all ease;
  color: black;
}

.arrow-button a:hover span {
  transform: scale(1.2);
  margin-left: 12px;
}

.bt-arrow-white strong, .bt-arrow-white span {
  color: white !important;
}

/*# sourceMappingURL=style.css.map */