.footer {
  background: #15181b;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 992px) {
  .footer {
    padding: 0;
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
.footer a:not(.btn) {
  color: #fff;
  text-decoration: none;
}
.footer a:not(.btn):hover, .footer a:not(.btn):active, .footer a:not(.btn):focus {
  text-decoration: underline;
}
.footer .btn:hover {
  border-color: #fff;
  background: #fff;
  color: #212529;
}

.footer--logo {
  margin-bottom: 3rem;
}

.footer--heading {
  color: #fff;
  font-family: "Noto Serif", serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.016rem;
  margin-bottom: 2.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .footer--heading {
    font-size: calc(24px + 3 * ((100vw - 768px) / 632));
  }
}
@media (min-width: 1400px) {
  .footer--heading {
    font-size: 27px;
    line-height: 1.2;
  }
}
.footer--heading > :not(a, .material-symbols-outlined, pre) {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}
@media (min-width: 768px) {
  .footer--heading {
    text-align: left;
  }
}
.footer--heading.social {
  color: #fff;
  font-family: "Noto Serif", serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: normal;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .footer--heading.social {
    font-size: calc(20px + 2 * ((100vw - 768px) / 632));
  }
}
@media (min-width: 1400px) {
  .footer--heading.social {
    font-size: 22px;
    line-height: 1.2;
  }
}
.footer--heading.social > :not(a, .material-symbols-outlined, pre) {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}

.footer--social .social-icons {
  margin: auto;
  max-width: 20rem;
}
@media (min-width: 768px) {
  .footer--social .social-icons {
    margin: 0;
  }
  .footer--social .social-icons li {
    margin-right: 1rem;
  }
}

.footer--start {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .footer--start {
    margin-bottom: 5rem;
  }
}

@media (min-width: 768px) {
  .footer--left {
    padding-right: 3rem;
    border-right: solid 1px #e1e1e1;
    border-color: #fff;
  }
}

@media (min-width: 768px) {
  .footer--center,
.footer--right {
    padding-left: 2.5rem;
  }
}

.footer--address .address--text {
  color: #fff;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: normal;
  margin-left: 1rem;
}
@media (min-width: 768px) {
  .footer--address .address--text {
    font-size: calc(14px + 2 * ((100vw - 768px) / 632));
  }
}
@media (min-width: 1400px) {
  .footer--address .address--text {
    font-size: 16px;
    line-height: 1.6;
  }
}
.footer--address .address--text > :not(a, .material-symbols-outlined, pre) {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}
.footer--address .address--text span {
  display: block;
}

.footer--gift .btn {
  padding-left: 5rem;
  padding-right: 5rem;
}

.footer--mid ul {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: normal;
}
.footer--mid ul li {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .footer--mid ul {
    font-size: calc(14px + 2 * ((100vw - 768px) / 632));
  }
}
@media (min-width: 1400px) {
  .footer--mid ul {
    font-size: 16px;
    line-height: 1.6;
  }
}
.footer--mid ul > :not(a, .material-symbols-outlined, pre) {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}
@media (min-width: 576px) {
  .footer--mid ul li:not(:first-child) {
    position: relative;
  }
  .footer--mid ul li:not(:first-child)::before {
    background-color: #fff;
    content: "";
    position: absolute;
    left: 0;
    height: 1.25rem;
    top: calc(50% - 0.625rem);
    width: 2px;
  }
}

.footer--end {
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .footer--end {
    flex-direction: row;
  }
}
.footer--end .footer--copyright,
.footer--end .footer--accessibility {
  flex: 1;
}
.footer--end .footer--copyright p {
  color: #fff;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: normal;
}
@media (min-width: 768px) {
  .footer--end .footer--copyright p {
    font-size: calc(14px + 2 * ((100vw - 768px) / 632));
  }
}
@media (min-width: 1400px) {
  .footer--end .footer--copyright p {
    font-size: 16px;
    line-height: 1.6;
  }
}
.footer--end .footer--copyright p > :not(a, .material-symbols-outlined, pre) {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}
@media (min-width: 576px) {
  .footer--end .footer--copyright p a {
    position: relative;
  }
  .footer--end .footer--copyright p a::before {
    background-color: #fff;
    content: "";
    position: absolute;
    left: 0;
    height: 1.25rem;
    top: calc(50% - 0.625rem);
    width: 2px;
  }
}
.footer--end .footer--accessibility ul {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: normal;
}
.footer--end .footer--accessibility ul li {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .footer--end .footer--accessibility ul {
    font-size: calc(14px + 2 * ((100vw - 768px) / 632));
  }
}
@media (min-width: 1400px) {
  .footer--end .footer--accessibility ul {
    font-size: 16px;
    line-height: 1.6;
  }
}
.footer--end .footer--accessibility ul > :not(a, .material-symbols-outlined, pre) {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}