.footer {
  background-color: #ffbc42;
  padding: var(--sp-large) 0 0.25rem;
}
.footer__title {
  line-height: 1.25;
  margin: 0;
  font-size: 2rem;
  margin-bottom: 0.25em;
  font-weight: 700;
}
@media (min-width: 768px) {
  .footer__title {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .footer__title {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .footer__title {
    font-size: 3.5rem;
  }
}
.footer__title h1,
.footer__title h2,
.footer__title h3,
.footer__title h4,
.footer__title h5,
.footer__title h6,
.footer__title p,
.footer__title a {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
}
.footer__title h1,
.footer__title h2,
.footer__title h3,
.footer__title h4,
.footer__title h5,
.footer__title h6,
.footer__title p {
  margin: 0;
  padding: 0;
}
.footer__text {
  margin-bottom: var(--sp-medium);
}
.footer__newsletter {
  margin-bottom: var(--sp-xl);
}
.footer__newsletter-intro {
  margin-bottom: var(--sp-small);
}
.footer__newsletter-intro h2,
.footer__newsletter-intro h3,
.footer__newsletter-intro h4 {
  line-height: 1.25;
  margin: 0;
  font-size: 1.25rem;
  margin-bottom: 0.25em;
}
@media (min-width: 992px) {
  .footer__newsletter-intro h2,
.footer__newsletter-intro h3,
.footer__newsletter-intro h4 {
    font-size: 1.5rem;
  }
}
.footer__newsletter-intro h2 h1,
.footer__newsletter-intro h2 h2,
.footer__newsletter-intro h2 h3,
.footer__newsletter-intro h2 h4,
.footer__newsletter-intro h2 h5,
.footer__newsletter-intro h2 h6,
.footer__newsletter-intro h2 p,
.footer__newsletter-intro h3 h1,
.footer__newsletter-intro h3 h2,
.footer__newsletter-intro h3 h3,
.footer__newsletter-intro h3 h4,
.footer__newsletter-intro h3 h5,
.footer__newsletter-intro h3 h6,
.footer__newsletter-intro h3 p,
.footer__newsletter-intro h4 h1,
.footer__newsletter-intro h4 h2,
.footer__newsletter-intro h4 h3,
.footer__newsletter-intro h4 h4,
.footer__newsletter-intro h4 h5,
.footer__newsletter-intro h4 h6,
.footer__newsletter-intro h4 p {
  margin: 0;
  padding: 0;
}
.footer__newsletter-label {
  font-weight: bold;
}
.footer__credits {
  font-size: 0.75rem;
}
.footer__signin {
  text-align: right;
}
.footer__login, .footer__logout {
  font-size: 0.75rem;
  color: currentColor;
  text-align: right;
}
.footer .newsletter_form {
  display: flex;
  margin-top: 0.5rem;
}
.footer .newsletter_form__email {
  width: 100%;
}
.footer .newsletter_form__email-text {
  display: none;
}
.footer .newsletter_form__email-input {
  all: unset;
  width: 100%;
  cursor: text;
  border-bottom: 2px solid var(--c-black);
  padding: 0.5rem 0;
}
.footer .newsletter_form__email-input::-moz-placeholder {
  color: var(--c-black);
}
.footer .newsletter_form__email-input:-ms-input-placeholder {
  color: var(--c-black);
}
.footer .newsletter_form__email-input::placeholder {
  color: var(--c-black);
}
.footer .newsletter_form__submit-label {
  display: block;
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.5rem;
  cursor: pointer;
}
.footer .newsletter_form__submit-label::before {
  content: "";
  position: absolute;
  height: 100%;
  aspect-ratio: 1;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  border: 2px solid var(--c-black);
  border-radius: 50%;
  pointer-events: none;
}
.footer .newsletter_form__submit-label::after {
  content: ">";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) scaleX(0.7);
  font-weight: bold;
  font-size: 1.25rem;
  transition: 0.3s ease;
  pointer-events: none;
}
.footer .newsletter_form__submit-label:hover::after {
  transform: translate3d(-30%, -50%, 0) scaleX(0.7);
}
.footer .newsletter_form__submit-input {
  all: unset;
  position: relative;
  overflow: hidden;
  text-indent: -100vw;
  cursor: pointer;
}
