/*
 * Product hero CTA. From Elementor Custom Code snippet 5893 (the CSS half).
 * Paired with assets/js/tm-hero-cta.js, which injects the element.
 */
.tm-hx .tm-pp-eyebrow{font-size:13px}
.tm-hx-cta{display:inline-flex;align-items:center;gap:9px;margin:4px 0 18px;padding:12px 26px;border:1.5px solid rgba(255,255,255,.42);border-radius:10px;background:transparent;color:#fff;font-family:Poppins,sans-serif;font-size:15px;font-weight:600;letter-spacing:.2px;text-decoration:none;cursor:pointer;transition:background .18s ease,border-color .18s ease}
.tm-hx-cta:hover,.tm-hx-cta:focus{background:#F57B20;border-color:#F57B20;color:#fff}
.tm-hx-cta-arrow{display:inline-block;transition:transform .18s ease}
.tm-hx-cta:hover .tm-hx-cta-arrow{transform:translateX(3px)}
@media(max-width:880px){.tm-hx-cta{width:100%;justify-content:center}}
