/* O prefixo ".content" isola os estilos */ .content { font-family: Arial, sans-serif; line-height: 1.6; background-color: #f9f9f9; color: #333; padding: 20px; } .content h2 { color: #E11BE9; margin-top: 20px; } .content h3 { color: #119EC2; margin-top: 20px; } .content ul { list-style-type: square; padding-left: 20px; } .content .highlight { background-color: #f3e5f5; padding: 10px; border-left: 4px solid #E11BE9; margin-bottom: 20px; } .content .shaded-box { background-color: #ffffff; border: 1px solid #ddd; padding: 15px; border-radius: 5px; margin-bottom: 20px; } .content .toggle-btn { display: inline-block; margin-top: 10px; padding: 10px 20px; background-color: #119EC2; color: white; text-decoration: none; border-radius: 5px; cursor: pointer; } .content .toggle-btn:hover { background-color: #0b7a96; } .content .expandable { display: none; margin-top: 20px; } MIM (PSSM2) DNA Test Ensure the Health and Performance of Your Horses with Accurate MIM Testing. Our DNA test identifies genetic variants associated with Muscle Integrity Myopathy (MIM), formerly known as PSSM2, which affects muscle function and structure. Sample Requirements 30 to 40 hair roots (envelope) Alternatively, 5 mL blood (K3 EDTA tube) Turnaround Time Up to 15 working days Results Description The DNA test identifies six genetic variants that predispose horses to MIM symptoms: P2: Myotilinopathy P3: Filaminopathy P4: Myozenin-3-Myopathy P8: PYROXD1-Myopathy Px: CACNA2D3-Myopathy K1: COL6A3-Myopathy Learn More Additional Information MIM is a genetic disorder that disrupts muscle structure. While not curable, management through tailored diet and exercise helps mitigate symptoms, allowing horses to lead better lives. Check our FAQs FAQs What breeds are affected? Almost any breed, common in Quarter Horses, Warmbloods, and Thoroughbreds. How is it managed? Through optimized feeding and exercise protocols tailored to the horse's genetic status. function toggleSection(id) { var content = document.getElementById(id); content.style.display = (content.style.display === "none" || content.style.display === "") ? "block" : "none"; }