.elementor-62229 .elementor-element.elementor-element-d33fb52{--display:flex;--background-transition:0.3s;}/* Start custom CSS for html, class: .elementor-element-4ff74ab */<style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
            line-height: 1.7;
            color: #333;
            background-color: #f4f7f4;
            padding: 20px;
        }
        
        .container {
            max-width: 900px;
            margin: 0 auto;
            background-color: white;
            padding: 40px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(61, 91, 60, 0.1);
        }
        
        h1 {
            font-size: 2.5em;
            color: #3d5b3c;
            margin-bottom: 20px;
            line-height: 1.2;
        }
        
        h2 {
            font-size: 1.8em;
            color: #3d5b3c;
            margin-top: 40px;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 3px solid #7ba67a;
        }
        
        h3 {
            font-size: 1.4em;
            color: #5a8759;
            margin-top: 30px;
            margin-bottom: 15px;
        }
        
        h4 {
            font-size: 1.2em;
            color: #5a8759;
            margin-top: 25px;
            margin-bottom: 12px;
        }
        
        p {
            margin-bottom: 18px;
            font-size: 1.05em;
        }
        
        strong {
            color: #3d5b3c;
            font-weight: 600;
        }
        
        ul, ol {
            margin-left: 30px;
            margin-bottom: 18px;
        }
        
        li {
            margin-bottom: 10px;
            font-size: 1.05em;
        }
        
        .cta-box {
            background-color: #f4f7f4;
            border-left: 5px solid #3d5b3c;
            padding: 25px;
            margin: 30px 0;
            border-radius: 5px;
        }
        
        .cta-box p {
            margin-bottom: 0;
            font-weight: 600;
            color: #3d5b3c;
        }
        
        .phone-link {
            color: #3d5b3c;
            text-decoration: none;
            font-weight: bold;
        }
        
        .phone-link:hover {
            color: #5a8759;
            text-decoration: underline;
        }
        
        img.thumb {
            max-width: 100%;
            height: auto;
            border-radius: 8px;
            margin: 30px 0;
            box-shadow: 0 4px 12px rgba(61, 91, 60, 0.15);
        }
        
        .faq-section {
            margin-top: 50px;
        }
        
        .faq-item {
            margin-bottom: 20px;
            border: 1px solid #e0e7e0;
            border-radius: 8px;
            overflow: hidden;
        }
        
        .faq-question {
            background-color: #f4f7f4;
            padding: 20px;
            cursor: pointer;
            font-weight: 600;
            color: #3d5b3c;
            font-size: 1.1em;
            transition: background-color 0.3s ease;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .faq-question:hover {
            background-color: #e8efe7;
        }
        
        .faq-question::after {
            content: '+';
            font-size: 1.5em;
            color: #5a8759;
            transition: transform 0.3s ease;
        }
        
        .faq-question.active::after {
            transform: rotate(45deg);
        }
        
        .faq-answer {
            padding: 0 20px;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease, padding 0.3s ease;
        }
        
        .faq-answer.active {
            padding: 20px;
            max-height: 2000px;
        }
        
        hr {
            border: none;
            border-top: 2px solid #e0e7e0;
            margin: 40px 0;
        }
        
        @media (max-width: 768px) {
            .container {
                padding: 20px;
            }
            
            h1 {
                font-size: 2em;
            }
            
            h2 {
                font-size: 1.5em;
            }
            
            h3 {
                font-size: 1.3em;
            }
        }
        </style>/* End custom CSS */