.footer {
  background-color: #6e645a;
  display: flex;
  justify-content: center;
  color: #948b80;
}
.footer hr {
  border-bottom-color: #948b80;
}
.footer a {
  color: #ddd3ca;
  transition: color .3s;
}
.footer a:hover {
  color: #ffffff;
}
.footer__content {
  width: 100%;
  padding: 0 0.5rem;
  box-sizing: border-box;
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 36em) {
  .footer__content {
    width: 36em;
    padding: 0 0.75rem;
  }
}
@media (min-width: 48em) {
  .footer__content {
    width: 48em;
    padding: 0 1rem;
  }
}
@media (min-width: 62em) {
  .footer__content {
    width: 62em;
    padding: 0 1.25rem;
  }
}
@media (min-width: 80em) {
  .footer__content {
    width: 80em;
    padding: 0 1.5rem;
  }
}
.footer__content::before {
  position: absolute;
  bottom: 100%;
  width: calc(100% - 1rem);
  border-top: 5px solid #dd0027;
  content: "";
}
@media (min-width: 36em) {
  .footer__content::before {
    width: calc(100% - 1.5rem);
  }
}
@media (min-width: 48em) {
  .footer__content::before {
    width: calc(100% - 2rem);
  }
}
@media (min-width: 62em) {
  .footer__content::before {
    width: calc(100% - 2.5rem);
  }
}
@media (min-width: 80em) {
  .footer__content::before {
    width: calc(100% - 3rem);
  }
}
@media (min-width: 36em) {
  .footer__content {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 48em) {
  .footer__content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 62em) {
  .footer__content {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 80em) {
  .footer__content {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.footer__main {
  display: flex;
  flex-direction: column;
}
@media (min-width: 62em) {
  .footer__main {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer__logo {
  width: 50%;
  padding-top: 2rem;
  margin: 0 auto;
}
@media (min-width: 36em) {
  .footer__logo {
    width: 30%;
  }
}
@media (min-width: 48em) {
  .footer__logo {
    width: 25%;
  }
}
@media (min-width: 62em) {
  .footer__logo {
    width: 20%;
    margin: 0;
    padding-top: 0.33333333rem;
  }
}
.footer__logo--image {
  width: 100%;
  height: auto;
}
.footer__column {
  padding-top: 3rem;
  text-align: center;
}
@media (min-width: 62em) {
  .footer__column {
    padding-top: 0;
    text-align: left;
  }
}
.footer__column nav a {
  display: block;
  color: #ffffff;
}
.footer__column nav a:hover {
  color: #ddd3ca;
}
.footer__title {
  color: #ffffff;
  text-transform: uppercase;
  font-style: italic;
  font-size: 1.2rem;
  font-weight: 900;
  padding-bottom: 1rem;
}
.footer__goUpButton {
  height: 3rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
  margin-right: 0.25rem;
}
@media (min-width: 62em) {
  .footer__goUpButton {
    margin-bottom: 0;
  }
}
.footer__goUpButton .buttonContent {
  font-size: 1rem;
}
.footer__contact {
  font-size: 0.9rem;
}
@media (min-width: 80em) {
  .footer__contact {
    font-size: 1rem;
  }
}
.footer__contact--text {
  color: #ddd3ca;
  display: block;
  text-align: center;
  line-height: 1.7;
}
@media (min-width: 62em) {
  .footer__contact--text {
    display: inline;
    text-align: left;
  }
}
@media (min-width: 62em) {
  .footer__contact--text:not(:last-child):after {
    content: '\002F';
    padding: 0 0.5rem;
  }
}
.footer__contact--text a {
  text-decoration: none;
}