.footer {
  color: white;
  padding: 40px 0;
  background-color: #808285;
}
.footer .media-image {
  max-width: 250px;
}
.footer .section .inner {
  padding: 40px var(--container-padding);
  border-bottom: 1px solid white;
}
.footer .section:last-child .inner {
  border: 0;
}
.footer .copyright .inner {
  max-width: calc(var(--container-width));
  margin: 0 auto;
}
.footer .wysiwyg {
  line-height: 1.6;
}
.footer .wysiwyg a {
  color: white;
  text-decoration: none;
}
.footer h4 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.125rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer h4 {
    font-size: 1.125rem;
    line-height: 120%;
  }
}
@media (max-width: 767px) {
  .footer h4 {
    font-size: 1.125rem;
    line-height: 120%;
  }
}
.footer .column-content {
  gap: 20px;
}
@media (max-width: 767px) {
  .footer .columns-wrapper {
    gap: 30px !important;
  }
}
.footer .menu li {
  margin-bottom: 10px;
}
.footer .menu li:first-child {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer .menu li:first-child {
    font-size: 1.125rem;
    line-height: 120%;
  }
}
@media (max-width: 767px) {
  .footer .menu li:first-child {
    font-size: 1.125rem;
    line-height: 120%;
  }
}
.footer .menu li a:hover {
  color: inherit;
  text-decoration: underline;
}
.footer .title-block + .menu li:first-child {
  font-weight: normal;
  margin-bottom: 10px;
  text-transform: none;
}

.sticky-sidebar {
  position: fixed;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 50;
}
.sticky-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 5px;
  flex-direction: column;
}
.sticky-sidebar ul li {
  background-color: white;
  padding: 2px;
  text-align: center;
  font-size: 12px;
  border-radius: 10px;
}
.sticky-sidebar ul li a {
  text-decoration: none;
  color: inherit;
}
.sticky-sidebar ul li img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  transition: opacity 0.3s ease;
  width: 30px;
  height: auto;
}
.sticky-sidebar ul li:hover img {
  opacity: 0.8;
}

/*# sourceMappingURL=footer.css.map */
