.site-footer {
  width: 100%;
  overflow: hidden;
}
.site-footer .br-checkbox {
  -webkit-appearance: auto !important;
     -moz-appearance: auto !important;
          appearance: auto !important;
}
.site-footer .section-divider-top {
  height: 0;
  padding-top: 10%;
  position: relative;
  pointer-events: none;
}
.site-footer .section-divider-top img {
  height: 100%;
  width: 100%;
  position: absolute;
  -o-object-position: top;
     object-position: top;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-footer footer.footer-section {
  background-color: var(--brand-red-1);
}
.site-footer footer.footer-section .footer-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media only screen and (min-width: 768px) {
  .site-footer footer.footer-section .footer-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.site-footer footer.footer-section .footer-wrapper .newsletter {
  margin: 0 auto;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .site-footer footer.footer-section .footer-wrapper .newsletter {
    order: 10;
    width: 275px;
  }
}
@media only screen and (min-width: 1200px) {
  .site-footer footer.footer-section .footer-wrapper .newsletter {
    width: 375px;
  }
}
.site-footer footer.footer-section .footer-wrapper .newsletter .newsletter-wrapper {
  max-width: 500px;
  margin: 0 auto;
}
.site-footer footer.footer-section .footer-wrapper .logo-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}
@media only screen and (min-width: 768px) {
  .site-footer footer.footer-section .footer-wrapper .logo-wrapper {
    gap: 1.25rem;
    justify-content: flex-start;
  }
}
.site-footer footer.footer-section .footer-wrapper .logo-wrapper .logo-container {
  display: none;
}
.site-footer footer.footer-section .footer-wrapper .logo-wrapper .logo-container img {
  width: 70px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .site-footer footer.footer-section .footer-wrapper .logo-wrapper .logo-container {
    display: block;
  }
}
.site-footer footer.footer-section .footer-wrapper nav {
  flex: 1;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
@media only screen and (min-width: 768px) {
  .site-footer footer.footer-section .footer-wrapper nav {
    gap: 3rem;
    flex: auto;
    width: calc(100% - 200px - 3rem);
  }
}
@media only screen and (min-width: 1025px) {
  .site-footer footer.footer-section .footer-wrapper nav {
    width: calc(100% - 200px - 4rem - 275px);
  }
}
@media only screen and (min-width: 1200px) {
  .site-footer footer.footer-section .footer-wrapper nav {
    width: calc(100% - 200px - 4rem - 375px);
  }
}
.site-footer footer.footer-section .footer-wrapper nav .link-title {
  font-size: 1.25rem;
  line-height: 1;
  color: var(--color-light);
}
@media only screen and (min-width: 768px) {
  .site-footer footer.footer-section .footer-wrapper nav .link-title {
    font-size: 1.75rem;
  }
}
.site-footer footer.footer-section .footer-wrapper nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 3px;
}
.site-footer footer.footer-section .footer-wrapper nav ul li {
  padding-top: 3px;
}
.site-footer footer.footer-section .footer-wrapper nav ul li a {
  font-size: 14px;
  color: var(--text-primary-color);
}
.site-footer .footer-bar {
  background-color: var(--color-dark);
  color: var(--text-alternate-color);
  text-align: center;
  padding: var(--section-padding-s) 0;
  font-size: 0.75rem;
}
.site-footer .footer-bar a {
  color: #000;
  visibility: hidden;
  font-size: 0.5rem;
}
.site-footer .footer-bar .footer-bar-wrapper {
  display: flex;
  justify-content: center;
}

.socials {
  display: flex;
  flex-basis: 100%;
  flex-direction: row;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
.socials > div {
  display: flex;
  gap: 1.3rem;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .socials {
    justify-content: flex-start;
    align-items: flex-start;
    width: 200px;
    flex-direction: column;
  }
}
.socials img {
  display: block;
}
.socials h3 {
  font-size: 1.75rem;
  line-height: 1;
  padding-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .socials h3 {
    width: 100%;
    padding: 0;
  }
}
