body .g-button {
  background-image: linear-gradient(to right, rgba(255, 126, 0, 1) 0%, rgba(255, 47, 0, 1) 100%); }
  body .g-button:hover {
    background-image: linear-gradient(to right, rgba(255, 126, 0, 1) 0%, rgba(255, 47, 0, 1) 100%);
    opacity: 0.8; }
  body .g-button.g-button--invert {
    color: #ff2f00 !important;
    border-color: #ff2f00; }
  body .g-button.g-button--invert:hover {
    background-image: linear-gradient(to right, rgba(255, 126, 0, 1) 0%, rgba(255, 47, 0, 1) 100%); }
