.site--rewards {
  position: relative;
  z-index: 21;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center; }
  .site--rewards__item {
    position: relative; }
    .site--rewards__item > a {
      margin: 0 11px;
      display: inline-block;
      text-align: center;
      font-size: 13px;
      text-decoration: none;
      line-height: 21px;
      max-width: 44px; }
      @media (max-width: 640px) {
        .site--rewards__item > a {
          max-width: 20.4px;
          margin: 0 3.83px; } }
      .site--rewards__item > a img {
        display: block;
        width: 100%;
        max-height: 41px; }
        @media (max-width: 640px) {
          .site--rewards__item > a img {
            max-height: 18.8px; } }
    .site--rewards__item:hover > div {
      display: block; }
  .site--rewards--subtitle {
    padding-bottom: 10px; }

/*# sourceMappingURL=style.css.map */
