.footer {
    background-color: #000;
    font-size: 1.2rem;
    overflow: hidden;
    padding: 0 0 4rem;
    position: relative;
    z-index: 1;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-style: normal;
    border: 1px solid #000;
  }
  .footer__topBar {
    margin: 0 auto;
    max-width: 90rem;
    position: relative;
    text-align: center;
  }
  .footer .footer__whiteBoxBG,
  .footer .footer__whiteFiller {
    background-color: #fff;
    height: 6rem;
    width: 100%;
  }
  @media only screen and (min-width: 37.5em) {
    .footer .footer__whiteBoxBG,
    .footer .footer__whiteFiller {
      display: inline-block;
      height: 7.5rem;
      right: 60%;
    }
  }
  @media only screen and (min-width: 56.25em) {
    .footer .footer__whiteBoxBG,
    .footer .footer__whiteFiller {
      right: 70%;
    }
  }
  .footer__whiteFiller {
    position: absolute;
    right: 70%;
  }
  .footer__whiteBoxBG {
    position: relative;
  }
  .footer__whiteBoxBG:before {
    background-image: url('../media/img/footer/triangle.png');
    background-repeat: no-repeat;
    background-size: 100%;
    content: '';
    height: 7.5rem;
    overflow: hidden;
    position: absolute;
    right: -2.2rem;
    top: 0;
    width: 2.2rem;
  }
  .footer__whiteBoxBG p {
    color: #242424;
    left: 50%;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  @media only screen and (min-width: 37.5em) {
    .footer__whiteBoxBG p {
      left: auto;
      right: 0;
      -webkit-transform: translate(-30%, -50%);
      transform: translate(-30%, -50%);
    }
  }
  .footer .footer__newsletterGroup,
  .footer .footer__socialGroup {
    margin: 0 auto;
    max-width: 32rem;
    text-align: center;
  }
  @media only screen and (min-width: 37.5em) {
    .footer__socialGroup {
      left: 48%;
      position: absolute;
      top: 9px;
    }
  }
  @media only screen and (min-width: 56.25em) {
    .footer__socialGroup {
      left: 38%;
      top: 1.5rem;
    }
    .footer__newsletterGroup {
      height: 4.5rem;
      left: 72%;
      position: absolute;
      top: 1.5rem;
      width: 26%;
    }
  }
  .footer__socialIcons {
    width: 100%;
  }
  .footer__socialIcons li {
    display: inline-block;
    margin: 2.5rem 1.68% 0 0;
    max-width: 5.7rem;
    width: 17.5%;
  }
  @media only screen and (min-width: 37.5em) {
    .footer__socialIcons li {
      margin-top: 0;
    }
  }
  @media only screen and (min-width: 56.25em) {
    .footer__socialIcons li {
      max-width: 4.5rem;
    }
  }
  .footer__socialIcons li:last-child {
    margin-right: 0;
  }
  .footer__socialIcons li img {
    width: 100%;
  }
  .footer__newsletterButton {
    background-color: #fff;
    color: #242424;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin: 2rem auto 0;
    max-width: 27.5rem;
    padding: 1.5rem 1.05rem;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
  }
  @media only screen and (min-width: 56.25em) {
    .footer__newsletterButton {
      margin: 0 auto;
      padding: 1.05rem 0;
      width: 100%;
    }
  }
  .footer__logosGroup {
    align-content: center;
    align-items: center;
    display: flex;
    flex-basis: auto;
    flex-wrap: wrap;
    justify-content: center;
    padding: 2.5rem 0;
  }
  .footer__logosGroup > :not(:last-child) {
    margin-right: 2rem;
  }
  @media only screen and (min-width: 37.5em) {
    .footer__logosGroup {
      padding: 1.5rem 0;
    }
  }
  .footer__logoImg {
    display: flex;
    height: 7.5rem;
    margin: 1rem;
  }
  .footer__logoImg--segaLogo,
  .footer__logoImg--sonicLogo {
    height: 5rem;
  }
  .footer__logoImg--firstpartyLogo {
    height: 3.2rem;
  }
  .footer__logoImg--steamLogo {
    height: 4.5rem;
  }
  .footer__logoImg--whiteborder {
    border: 2px solid #fff;
  }
  .footer__copy {
    color: #fff;
    font-size: 1.2rem;
    margin: 0 auto;
    max-width: 90rem;
    padding-bottom: 1.5rem;
    text-align: center;
    text-shadow: none;
    width: 95%;
  }
  .footer .footer__policyGroup,
  .footer .footer__policyGroup a,
  .footer__policyGroup .footer a {
    font-size: 1.6rem;
    line-height: 1.85;
    max-width: 100rem;
    padding: 1.5rem 0;
    text-align: center;
    width: 90%;
  }
  .footer__policyGroup {
    margin: 0 auto;
    padding: 0 0 8px;
  }
  .footer__policyGroup a {
    color: #fff;
    font-size: 1.6rem;
    margin: 0 1rem !important;
    outline: none;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
  }

  .footer__connect {
    font-weight: 700;
    font-size: 1.5em;
  }