.site-footer {
  background-color: var(--secondary-black-color);
  padding: 32px 0;
  border-top: 1px solid #3C3C3C;
}
@media only screen and (max-width: 767.98px) {
  .site-footer {
    padding: 32px 0;
  }
}
.site-footer footer.footer-section .footer-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
@media only screen and (max-width: 767.98px) {
  .site-footer footer.footer-section .footer-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.site-footer footer.footer-section .footer-wrapper .logo-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin-right: 16px;
  flex: 1;
}
@media only screen and (max-width: 767.98px) {
  .site-footer footer.footer-section .footer-wrapper .logo-wrapper {
    margin-right: unset;
    max-width: unset;
  }
}
.site-footer footer.footer-section .footer-wrapper .logo-wrapper .logo-container {
  width: 160px;
}
.site-footer footer.footer-section .footer-wrapper .logo-wrapper .logo-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.site-footer footer.footer-section .footer-wrapper .logo-wrapper .socials {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}
.site-footer footer.footer-section .footer-wrapper .logo-wrapper .socials span {
  color: var(--text-alternate-color);
  font-family: ff-good-headline-web-pro-con;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  height: -moz-max-content;
  height: max-content;
}
.site-footer footer.footer-section .footer-wrapper nav {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767.98px) {
  .site-footer footer.footer-section .footer-wrapper nav {
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    gap: 0;
  }
}
.site-footer footer.footer-section .footer-wrapper nav .footer-item {
  flex: 1;
}
.site-footer footer.footer-section .footer-wrapper nav .link-title {
  color: var(--text-alternate-color);
}
.site-footer footer.footer-section .footer-wrapper nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer footer.footer-section .footer-wrapper nav ul li {
  padding-top: 16px;
}
.site-footer footer.footer-section .footer-wrapper nav ul li a {
  white-space: nowrap;
  font-family: Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  color: var(--text-alternate-color);
  text-decoration: none;
}
.site-footer footer.footer-section .footer-wrapper nav ul li a:hover {
  text-decoration: underline;
}
.site-footer footer.footer-section .footer-wrapper nav .footer-item .mobile-items {
  display: none;
}
.site-footer footer.footer-section .footer-wrapper nav .footer-item .mobile-items .accordion {
  border-bottom: 1px solid #707070;
  padding: 16px;
}
.site-footer footer.footer-section .footer-wrapper nav .footer-item .mobile-items .accordion .heading-h4 {
  color: var(--text-alternate-color);
  pointer-events: none;
}
.site-footer footer.footer-section .footer-wrapper nav .footer-item .mobile-items .accordion .chevron svg path {
  fill: var(--text-alternate-color);
}
.site-footer footer.footer-section .footer-wrapper nav .footer-item .mobile-items .panel .content {
  padding: 10px 16px;
}
@media only screen and (max-width: 767.98px) {
  .site-footer footer.footer-section .footer-wrapper nav .footer-item .desktop-items {
    display: none;
  }
  .site-footer footer.footer-section .footer-wrapper nav .footer-item .mobile-items {
    display: block;
  }
}
.site-footer .footer-bar {
  background-color: var(--secondary-black-color);
}
.site-footer .footer-bar .footer-bar-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 48px 0 0;
  gap: 16px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767.98px) {
  .site-footer .footer-bar .footer-bar-wrapper {
    padding: 32px 0 0;
    border-top: unset;
    align-items: center;
  }
  .site-footer .footer-bar .footer-bar-wrapper .company-info {
    order: 1;
  }
  .site-footer .footer-bar .footer-bar-wrapper .created-by {
    order: 2;
  }
}
.site-footer .footer-bar .footer-bar-wrapper * {
  color: var(--text-alternate-color);
}
.site-footer .footer-bar .footer-bar-wrapper .company-info, .site-footer .footer-bar .footer-bar-wrapper .created-by {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  padding: 0;
  font-family: ff-good-headline-web-pro-con;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}
.site-footer .footer-bar .footer-bar-wrapper .company-info span, .site-footer .footer-bar .footer-bar-wrapper .company-info a, .site-footer .footer-bar .footer-bar-wrapper .created-by span, .site-footer .footer-bar .footer-bar-wrapper .created-by a {
  font-weight: 700;
  font-family: ff-good-headline-web-pro-con;
}
