/* US FULL RIDE | CTA unificados en la Home */
body.home .usfr-whyusa__cta,
body.home .usfr-simple-requirements__action > a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: max-content !important;
  max-width: calc(100% - 28px) !important;
  min-height: 54px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 32px !important;
  border: 1px solid #dc1829 !important;
  border-radius: 35px !important;
  background: #dc1829 !important;
  color: #ffffff !important;
  font-family: inherit !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: .075em !important;
  text-align: center !important;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(220, 24, 41, .18) !important;
  transition: transform .3s ease, box-shadow .3s ease, background-color .3s ease !important;
}

body.home .usfr-whyusa__cta:hover,
body.home .usfr-whyusa__cta:focus-visible,
body.home .usfr-simple-requirements__action > a:hover,
body.home .usfr-simple-requirements__action > a:focus-visible {
  background: #c91425 !important;
  color: #ffffff !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 15px 30px rgba(220, 24, 41, .28) !important;
}

@media (max-width: 580px) {
  body.home .usfr-whyusa__cta,
  body.home .usfr-simple-requirements__action > a {
    min-height: 50px !important;
    padding: 0 23px !important;
    font-size: 11px !important;
  }
}