/* Hayes Global Mobility — UI kit: Investment & Procurement page */ (function () { const NS = window.HayesGlobalMobilityDesignSystem_489ece; const { SectionHeading, Button, Card, Badge } = NS; const I = (n, s = 22) => ; const wrap = { maxWidth: 'var(--container-max)', margin: '0 auto', padding: '0 40px' }; function Investment({ onNavigate }) { const offerings = [ ['stethoscope', 'Medical Equipment Sourcing', 'Strategic sourcing of medical equipment and essential supplies from vetted global manufacturers.'], ['trending-up', 'Investment Advisory', 'Guidance on international investment opportunities, structured around your risk profile and goals.'], ['package-check', 'Procurement Solutions', 'End-to-end procurement that reduces costs and increases operational efficiency across borders.'], ]; const points = [ 'Strategic sourcing of medical equipment and essential supplies', 'Guidance on international investment opportunities', 'Procurement solutions that reduce costs and increase efficiency', 'Due diligence, compliance, and cross-border logistics', ]; return (
{React.createElement(window.HayesPageHeader, { eyebrow: 'Investment & Procurement', title: 'Expand Your Business Globally', sub: 'Our investment and procurement division empowers businesses to grow across borders — confidently and sustainably.', })}
    {points.map(p => (
  • {p}
  • ))}
Invest smart. Operate globally. Prosper confidently.
{offerings.map(([ic, t, d], idx) => (
{I(ic, 24)}

{t}

{d}

))}
{[['$120M+', 'Deals Facilitated'], ['30+', 'Supplier Partners'], ['18%', 'Avg. Cost Reduction']].map(([n, l]) => (
{n}
{l}
))}
{React.createElement(window.HayesCTABand, { title: 'Partner with Hayes to unlock sustainable global success.', sub: 'Talk to our investment and procurement specialists today.', ctaLabel: 'Partner With Us', onCta: () => onNavigate('Contact') })}
); } window.HayesInvestment = Investment; })();