/* Links */
/* Footer top region */
/* Footer middle region */
/* Footer bottom region */
/* Submit button */
/* Button variant 1 */
/* Button variant 1 - alternative */
/* Button variant 2 */
/* Button variant 2 - alternative*/
/* Box shadow colors */
/* Container colors */
/* Search colors */
/* Menu colors */
/** General **/
/** Mobile **/
/* Navigation colors */
footer .footer__top {
  background-color: #2B2F34;
}
footer .footer__top-container {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
footer .footer__top-container .region-footer-top {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px 30px;
  padding: 50px 0 20px;
}
@media (max-width: 768px) {
  footer .footer__top-container .region-footer-top {
    flex-direction: column;
    align-items: center;
  }
}
footer .footer__top-container .region-footer-top > div {
  flex-basis: 0;
  flex-grow: 1;
}
@media (max-width: 500px) {
  footer .footer__top-container .region-footer-top > div {
    width: 100%;
  }
}
footer .footer__top-container .region-footer-top > div .text-formatted {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #25292E;
  padding: 11px 24px;
  border: 1px solid #34383E;
  border-radius: 3px;
}
@media (max-width: 500px) {
  footer .footer__top-container .region-footer-top > div .text-formatted {
    justify-content: flex-start;
  }
}
footer .footer__top-container .region-footer-top > div .text-formatted .align-left {
  line-height: 0;
  padding-right: 15px;
}
footer .footer__top-container .region-footer-top > div .text-formatted .align-left img {
  min-width: 20px;
}
footer .footer__top-container .region-footer-top > div .text-formatted p,
footer .footer__top-container .region-footer-top > div .text-formatted p a {
  color: #C5CBD7;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  text-decoration: none;
  margin: 0;
}
footer .footer__top-container .region-footer-top > div#block-translationabc-footeraddresses .text-formatted p:last-of-type {
  margin-top: 6px;
}
footer .footer__top-container .region-footer-top > nav {
  flex-basis: 0;
  flex-grow: 1;
}
@media (max-width: 500px) {
  footer .footer__top-container .region-footer-top > nav {
    width: 100%;
  }
}
footer .footer__top-container .region-footer-top > nav > ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  background-color: #25292E;
  padding: 11px 24px;
  border: 1px solid #34383E;
  border-radius: 3px;
}
footer .footer__top-container .region-footer-top > nav > ul li {
  line-height: 150%;
  margin-bottom: 1px;
}
footer .footer__top-container .region-footer-top > nav > ul li a {
  /* font-size: 12px;
  color: #797F89; */
  color: #C5CBD7;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  text-decoration: none;
}
footer .footer__top-container .region-footer-top > nav > ul li a:hover, footer .footer__top-container .region-footer-top > nav > ul li a[focus-within] {
  text-decoration: underline;
}
footer .footer__top-container .region-footer-top > nav > ul li a:hover, footer .footer__top-container .region-footer-top > nav > ul li a:focus-within {
  text-decoration: underline;
}
footer .footer__middle {
  background-color: #2B2F34;
}
footer .footer__middle-container {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
footer .footer__middle-container .region-footer {
  max-width: none;
  max-width: initial;
  padding: 1em 0;
  margin: 0;
  margin: initial;
  border-top: 1px solid #34383E;
}
footer .footer__middle-container .region-footer #block-translationabc-footerassociations .blazy {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
}
@media (max-width: 768px) {
  footer .footer__middle-container .region-footer #block-translationabc-footerassociations .blazy {
    flex-direction: column;
    align-items: center;
  }
}
footer .footer__bottom {
  background-color: #1F2227;
  border-top: 1px solid #3D4045;
}
footer .footer__bottom-container {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
footer .footer__bottom-container .region-footer-bottom .text-formatted p {
  color: #797F89;
  font-size: 12px;
}
