.component-footer .footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
}
.component-footer .footer-inner .inner-odd {
  display: flex;
  align-items: center;
}
.component-footer .footer-inner .inner-odd .odd-copyright {
  margin: 0 0 0 10px;
}
.component-footer .footer-inner .inner-odd .odd-legal {
  margin: 0 0 0 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.component-footer .footer-inner .inner-odd .odd-legal .legal-item .legal-link {
  font-family: Montreal, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-kerning: normal;
  font-size: 12px;
  font-variation-settings: "wght" 500;
  font-weight: 500;
  line-height: 1.4;
  color: #A5A2A6;
  transition: color ease-in-out 0.1s;
}
.component-footer .footer-inner .inner-odd .odd-legal .legal-item .legal-link:hover, .component-footer .footer-inner .inner-odd .odd-legal .legal-item .legal-link:focus {
  color: #211E23;
}
.component-footer .footer-inner .inner-even {
  display: flex;
  gap: 12px;
}
.component-footer .footer-inner .inner-even .even-label {
  padding: 0 6px 0 0;
}
.component-footer .footer-inner .inner-even .even-cards {
  display: flex;
  align-items: center;
  gap: 6px;
}
.component-footer .footer-inner .inner-even .even-ssl {
  display: flex;
  align-items: center;
}
.component-footer .footer-inner .inner-even .even-ssl .ssl-label {
  margin: 1px 0 0 0;
}
@media (max-width: 1024px) {
  .component-footer .footer-inner {
    align-items: start;
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 640px) {
  .component-footer .footer-inner .inner-odd {
    align-items: start;
    flex-direction: column;
    gap: 8px;
  }
  .component-footer .footer-inner .inner-odd .odd-copyright {
    margin: 0;
  }
  .component-footer .footer-inner .inner-odd .odd-legal {
    margin: 0;
  }
}
@media (max-width: 480px) {
  .component-footer .footer-inner .inner-even {
    flex-direction: column;
  }
}

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