/* Match the existing header's text-grow interaction only on footer navigation. */
#colophon .ly-footer-navigation .ly-footer-nav-item {
  text-align: left;
}

#colophon .ly-footer-navigation .ly-footer-nav-item > .elementor-widget-container {
  margin: 0;
  padding: 5% 0;
}

#colophon .ly-footer-navigation .ly-footer-nav-item .elementor-heading-title {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.3rem;
}

#colophon .ly-footer-navigation .ly-footer-nav-item a {
  display: inline-block;
  color: inherit;
  transform-origin: left center;
  transition: color .3s ease, transform .3s ease;
}

#colophon .ly-footer-navigation .ly-footer-nav-item a:hover,
#colophon .ly-footer-navigation .ly-footer-nav-item a:focus-visible {
  color: #ff0000;
  transform: scale(1.2);
}

@media (max-width: 1280px) {
  #colophon .ly-footer-navigation .ly-footer-nav-item {
    text-align: center;
  }

  #colophon .ly-footer-navigation .ly-footer-nav-item > .elementor-widget-container {
    padding: 2%;
  }

  #colophon .ly-footer-navigation .ly-footer-nav-item a {
    transform-origin: center;
  }
}

@media (max-width: 720px) {
  #colophon .ly-footer-navigation .ly-footer-nav-item > .elementor-widget-container {
    padding: 3% 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  #colophon .ly-footer-navigation .ly-footer-nav-item a {
    transition: none;
  }

  #colophon .ly-footer-navigation .ly-footer-nav-item a:hover,
  #colophon .ly-footer-navigation .ly-footer-nav-item a:focus-visible {
    transform: none;
  }
}

/* Use quiet spacing and one fine rule for the footer's utility links. */
#colophon .elementor-element-1472391 {
  padding: 24px 28px;
}

#colophon .elementor-element-1472391 > .elementor-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .16);
}

#colophon .elementor-element-1472391 > .elementor-container > .elementor-column {
  width: auto;
  flex: 0 0 auto;
}

#colophon .elementor-element-1472391 > .elementor-container > .elementor-column > .elementor-widget-wrap {
  padding: 0;
}

#colophon .elementor-element-1472391 .elementor-element-84f1f27 {
  display: none;
}

#colophon .elementor-element-1472391 .elementor-widget-heading {
  margin-bottom: 0;
  text-align: left;
}

#colophon .elementor-element-1472391 .elementor-widget-heading > .elementor-widget-container {
  padding: 0;
  border: 0;
}

#colophon .elementor-element-1472391 .elementor-heading-title {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}

#colophon .elementor-element-1472391 .elementor-heading-title a {
  display: inline-block;
  padding: 8px 0;
  color: #f6f7f8;
  transition: color .2s ease;
}

#colophon .elementor-element-1472391 .elementor-heading-title a:hover,
#colophon .elementor-element-1472391 .elementor-heading-title a:focus-visible {
  color: #fb333e;
}

#colophon .elementor-element-1472391 > .elementor-container > .elementor-element-1affa9f {
  flex: 1 1 320px;
  margin-left: auto;
}

#colophon .elementor-element-1472391 .elementor-widget-copyright > .elementor-widget-container {
  padding: 0;
}

#colophon .elementor-element-1472391 .hfe-copyright-wrapper {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 1.6;
  text-align: right;
  color: rgba(255, 255, 255, .78);
}

@media (max-width: 1024px) {
  #colophon .elementor-element-1472391 > .elementor-container {
    justify-content: center;
    gap: 8px 24px;
  }

  #colophon .elementor-element-1472391 > .elementor-container > .elementor-element-1affa9f {
    flex-basis: 100%;
    margin-top: 12px;
  }

  #colophon .elementor-element-1472391 .hfe-copyright-wrapper {
    text-align: center;
  }
}
