FOOTER.main {
  background-color: #181C2C;
  color: #fff;
  font-family: Archivo, sans-serif;
  padding: 80px 20px 100px;
}
FOOTER.main DIV.brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 60px;
}
FOOTER.main DIV.brand svg {
  width: 120px;
  height: auto;
  margin-bottom: 15px;
  position: static;
  max-width: none;
  max-height: none;
}
FOOTER.main DIV.brand SPAN.wordmark {
  font-family: Clash Display, serif;
  font-size: 3.2em;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1;
  text-transform: uppercase;
}
FOOTER.main DIV.brand SPAN.tagline {
  font-size: 0.85em;
  font-weight: 700;
  letter-spacing: 0.4em;
  color: #fff;
  margin-top: 15px;
  text-transform: uppercase;
}
FOOTER.main DIV.columns {
  display: grid;
  grid-template-columns: 1.5fr auto 2fr auto 1fr;
  max-width: 1300px;
  margin: 0 auto;
  gap: 75px;
  align-items: start;
}
@media screen and (max-width: 810px) {
  FOOTER.main DIV.columns {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
FOOTER.main DIV.divider {
  width: 2px;
  background-color: #FA0011;
  align-self: stretch;
  opacity: 0.8;
}
@media screen and (max-width: 810px) {
  FOOTER.main DIV.divider {
    width: 60px;
    height: 2px;
    align-self: center;
    margin: 20px 0;
  }
}
FOOTER.main DIV.column H2 {
  font-family: Clash Display, serif;
  font-size: 1.3em;
  font-weight: 800;
  margin-bottom: 15px;
  text-transform: none;
}
FOOTER.main DIV.column P {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 20px;
}
FOOTER.main A.read-more {
  color: #fff;
  font-size: 1em;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}
FOOTER.main A.read-more:hover {
  opacity: 0.7;
}
FOOTER.main ADDRESS {
  font-style: normal;
  font-size: 1em;
  line-height: 1.5;
  color: #fff;
}
FOOTER.main ADDRESS STRONG, FOOTER.main ADDRESS B {
  display: block;
  font-size: 1.1em;
  margin-bottom: 5px;
}
FOOTER.main ADDRESS .org-nr {
  display: block;
  margin-top: 5px;
  font-size: 0.9em;
  color: rgba(255, 255, 255, 0.8);
}
FOOTER.main .extra-links {
  margin-top: 30px;
}
FOOTER.main .extra-links A {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 0.95em;
  margin-bottom: 5px;
}
FOOTER.main .extra-links A:hover {
  text-decoration: underline;
}
