.gfs-get-tickets {
  display: inline-block;
  margin-bottom: 1.5rem; }
  .gfs-get-tickets__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 13.125rem;
    height: 3.75rem;
    min-height: 2.75rem;
    background-color: #B6D840;
    border: 2px solid #B6D840;
    color: #46545E;
    padding: 0 2rem;
    font-family: 'Arquitecta', Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-decoration: none;
    transition: background-color 0.25s ease, color 0.25s ease; }
    .gfs-get-tickets__link:hover,
    .gfs-get-tickets__link:focus {
      background-color: transparent;
      color: #46545E; }
    .gfs-get-tickets__link.is-loading {
      opacity: 0.6;
      pointer-events: none;
      cursor: wait; }
