#root footer:not(.local-home-footer) {
  display: none !important;
}

footer.local-home-footer {
  background: #f8c03d;
  letter-spacing: 1.5px !important;
  overflow: hidden;
  padding: 5vw 0 30px !important;
}

footer.local-home-footer ul {
  display: inline-block;
  transform: translateX(-20px) !important;
}

footer.local-home-footer ul > li {
  float: left;
  font-size: 16px !important;
  font-weight: 700 !important;
  padding-left: 40px !important;
}

footer.local-home-footer ul > li a {
  color: #404040 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

footer.local-home-footer .left {
  color: #f47602;
  font-size: 14px !important;
  position: relative;
  z-index: 1;
}

footer.local-home-footer .left::before {
  background: #fffbea;
  border-radius: 100%;
  content: "";
  height: 40vw;
  left: -1vw;
  position: absolute;
  top: -3vw;
  width: 40vw;
  z-index: -1;
}

footer.local-home-footer .logo_footer {
  height: 50px !important;
  width: auto !important;
}

footer.local-home-footer .right {
  margin-top: 50px !important;
  text-align: right !important;
  z-index: 1;
}

footer.local-home-footer .social {
  transform: translateX(10px) !important;
}

footer.local-home-footer .social img {
  height: 35px !important;
  width: auto !important;
}

footer.local-home-footer .copyright {
  color: #fff !important;
  font-size: 14px !important;
  line-height: 2 !important;
}

footer.local-home-footer .footer-text,
footer.local-home-footer .footer-text a {
  color: #f47602 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  text-decoration: none !important;
}

footer.local-home-footer .footer-text p {
  font-size: 14px !important;
  line-height: 1.5 !important;
}

footer.local-home-footer .footer-text a {
  color: #37313c !important;
  font-size: 15px !important;
}

footer.local-home-footer .footer-address-link .mobile-address-line {
  display: inline;
}

body.standard-footer-page footer.local-home-footer {
  font-size: 18px !important;
  line-height: 27px !important;
}

body.standard-footer-page footer.local-home-footer .container.row {
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 7.5px !important;
  padding-right: 7.5px !important;
  width: 1150px !important;
}

body.standard-footer-page footer.local-home-footer .container.row > [class*="col-"],
body.standard-footer-page footer.local-home-footer .right,
body.standard-footer-page footer.local-home-footer .left,
body.standard-footer-page footer.local-home-footer .footer-text .row > [class*="col-"] {
  padding-left: 7.5px !important;
  padding-right: 7.5px !important;
}

body.standard-footer-page footer.local-home-footer .logo_footer.mb-5,
body.standard-footer-page footer.local-home-footer ul.mb-5 {
  margin-bottom: 30px !important;
}

body.standard-footer-page footer.local-home-footer .footer-text p.mb-3,
body.standard-footer-page footer.local-home-footer .social.mb-3 {
  margin-bottom: 10px !important;
}

body.standard-footer-page footer.local-home-footer .social a.me-5 {
  margin-right: 30px !important;
}

body.standard-footer-page footer.local-home-footer ul > li a {
  line-height: 24px !important;
}

body.standard-footer-page footer.local-home-footer .footer-text a,
body.standard-footer-page footer.local-home-footer .footer-text a[href^="mailto:"],
body.standard-footer-page footer.local-home-footer .footer-text a[href^="tel:"] {
  font-size: 15px !important;
  line-height: 22.5px !important;
}

body.standard-footer-page footer.local-home-footer .footer-text a[href^="mailto:"],
body.standard-footer-page footer.local-home-footer .footer-text a[href^="tel:"] {
  font-family: Helvetica, Arial, sans-serif !important;
}

body.standard-footer-page footer.local-home-footer .social a {
  font-size: 16px !important;
  line-height: 24px !important;
}

@media (max-width: 768px) {
  footer.local-home-footer {
    line-height: 30px !important;
    padding-top: 70px !important;
  }

  footer.local-home-footer .right {
    margin-top: 70px !important;
    text-align: center !important;
  }

  footer.local-home-footer ul > li {
    padding-left: 20px !important;
  }

  footer.local-home-footer .social {
    gap: 30px !important;
  }

  footer.local-home-footer .social img {
    height: 30px !important;
  }

  footer.local-home-footer .footer-address-row {
    align-items: flex-start !important;
    flex-wrap: nowrap !important;
  }

  footer.local-home-footer .footer-address-label,
  footer.local-home-footer .footer-text a.footer-address-link,
  footer.local-home-footer .footer-text a.footer-address-link .mobile-address-line {
    font-size: 13px !important;
    line-height: 1.55 !important;
  }

  footer.local-home-footer .footer-address-label {
    flex: 0 0 auto !important;
  }

  footer.local-home-footer .footer-address-link {
    display: block !important;
    flex: 0 0 auto !important;
    max-width: 230px !important;
    width: auto !important;
  }

  footer.local-home-footer .footer-address-link .mobile-address-line {
    display: block !important;
    white-space: nowrap !important;
  }

  footer.local-home-footer .left::before {
    height: 360px;
    left: -70px;
    top: -20px;
    width: 380px;
  }
}
