.footer {
  background-color: #000;
  margin-top: 40px;
  padding: 0 4.68rem;
  padding-bottom: 1rem;
  position: relative; }
  @media (min-width: 55em) {
    .footer {
      padding: 0; } }
  @media (min-width: 64em) {
    .footer {
      margin-top: 107px;
      padding-bottom: 0; } }

.footer-back-to-top {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  height: 60px;
  left: 50%;
  padding: 0;
  position: absolute;
  transform: translateX(-50%);
  top: -34px;
  width: 60px; }
  .footer-back-to-top svg {
    width: 60px; }

.ppc-footer__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1028px;
  padding: 6.625rem 0 1rem; }
  @media (min-width: 55em) {
    .ppc-footer__wrapper {
      -ms-flex-direction: row;
      flex-direction: row;
      padding: 2.75rem 1rem; } }
  @media (min-width: 75em) {
    .ppc-footer__wrapper {
      padding: 2.75rem 0; } }

.ppc-footer__column--left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 2rem; }
  @media (min-width: 55em) {
    .ppc-footer__column--left {
      margin-bottom: 0; } }
  .ppc-footer__column--left svg {
    height: 100%;
    width: 100%; }
    @media (min-width: 55em) {
      .ppc-footer__column--left svg {
        margin-bottom: 2.375rem;
        width: 255px; } }

.ppc-footer__column--right {
  color: #FFF;
  margin: 0;
  text-align: center; }
  @media (min-width: 55em) {
    .ppc-footer__column--right {
      margin: 0; } }
  @media (min-width: 64em) {
    .ppc-footer__column--right {
      text-align: right; } }

.ppc-footer__copyright {
  font-weight: 700; }
