.elementor-42890 .elementor-element.elementor-element-64de216a{--display:flex;}.elementor-42890 .elementor-element.elementor-element-64de216a:not(.elementor-motion-effects-element-type-background):not(.cmsmasters-bg-effect), .elementor-42890 .elementor-element.elementor-element-64de216a > .elementor-motion-effects-container > .elementor-motion-effects-layer, .elementor-42890 .elementor-element.elementor-element-64de216a > .cmsmasters-bg-effects-container > .cmsmasters-bg-effects-element{background-color:#FFFFFF;}.ee-tooltip.ee-tooltip-eb8192e.to--top,
							 .ee-tooltip.ee-tooltip-eb8192e.to--bottom{margin-left:0px;}.ee-tooltip.ee-tooltip-eb8192e.to--left,
							 .ee-tooltip.ee-tooltip-eb8192e.to--right{margin-top:0px;}.ee-tooltip.ee-tooltip-73f9de4.to--top,
							 .ee-tooltip.ee-tooltip-73f9de4.to--bottom{margin-left:0px;}.ee-tooltip.ee-tooltip-73f9de4.to--left,
							 .ee-tooltip.ee-tooltip-73f9de4.to--right{margin-top:0px;}.elementor-42890 .elementor-element.elementor-element-02ee013 .elementor-wrapper{--video-aspect-ratio:1.77777;}.ee-tooltip.ee-tooltip-491b07e.to--top,
							 .ee-tooltip.ee-tooltip-491b07e.to--bottom{margin-left:0px;}.ee-tooltip.ee-tooltip-491b07e.to--left,
							 .ee-tooltip.ee-tooltip-491b07e.to--right{margin-top:0px;}.ee-tooltip.ee-tooltip-2d86342.to--top,
							 .ee-tooltip.ee-tooltip-2d86342.to--bottom{margin-left:0px;}.ee-tooltip.ee-tooltip-2d86342.to--left,
							 .ee-tooltip.ee-tooltip-2d86342.to--right{margin-top:0px;}.ee-tooltip.ee-tooltip-d8f1202.to--top,
							 .ee-tooltip.ee-tooltip-d8f1202.to--bottom{margin-left:0px;}.ee-tooltip.ee-tooltip-d8f1202.to--left,
							 .ee-tooltip.ee-tooltip-d8f1202.to--right{margin-top:0px;}/* Start custom CSS for heading, class: .elementor-element-bf24def */<style>
        body {
            font-family: 'Arial', sans-serif;
            line-height: 1.6;
            color: #333;
            max-width: 800px;
            margin: 0 auto;
            padding: 20px;
            background-color: #f9f9f9;
        }
        .container {
            background: white;
            padding: 40px;
            border-radius: 10px;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        }
        h1 {
            color: #2c5f3f;
            font-size: 2.2em;
            margin-bottom: 20px;
            text-align: center;
            border-bottom: 3px solid #4CAF50;
            padding-bottom: 15px;
        }
        h2 {
            color: #2c5f3f;
            font-size: 1.6em;
            margin-top: 35px;
            margin-bottom: 15px;
            border-left: 4px solid #4CAF50;
            padding-left: 15px;
        }
        h3 {
            color: #2c5f3f;
            font-size: 1.3em;
            margin-top: 25px;
            margin-bottom: 12px;
        }
        p {
            margin-bottom: 15px;
            font-size: 1.1em;
        }
        .intro-hook {
            font-size: 1.2em;
            font-weight: bold;
            color: #2c5f3f;
            margin-bottom: 20px;
            padding: 20px;
            background: #e8f5e8;
            border-radius: 8px;
            border-left: 5px solid #4CAF50;
        }
        .image-placeholder {
            background: linear-gradient(135deg, #4CAF50, #2c5f3f);
            color: white;
            padding: 60px 20px;
            text-align: center;
            margin: 30px 0;
            border-radius: 10px;
            font-weight: bold;
            font-size: 1.1em;
        }
        .comparison-table {
            width: 100%;
            border-collapse: collapse;
            margin: 25px 0;
            font-size: 1em;
            box-shadow: 0 0 20px rgba(0,0,0,0.15);
            border-radius: 10px;
            overflow: hidden;
        }
        .comparison-table thead tr {
            background-color: #2c5f3f;
            color: #ffffff;
            text-align: left;
        }
        .comparison-table th,
        .comparison-table td {
            padding: 15px;
            border-bottom: 1px solid #dddddd;
        }
        .comparison-table tbody tr {
            border-bottom: 1px solid #dddddd;
        }
        .comparison-table tbody tr:nth-of-type(even) {
            background-color: #f3f3f3;
        }
        .cta-link {
            color: #2c5f3f;
            text-decoration: none;
            font-weight: bold;
            border-bottom: 2px solid #4CAF50;
            padding-bottom: 2px;
        }
        .cta-link:hover {
            background-color: #4CAF50;
            color: white;
            padding: 5px 8px;
            border-radius: 4px;
            transition: all 0.3s ease;
        }
        .testimonial-box {
            background: #f0f8f0;
            padding: 25px;
            margin: 20px 0;
            border-radius: 10px;
            border-left: 5px solid #4CAF50;
            font-style: italic;
        }
        .video-container {
            position: relative;
            padding-bottom: 56.25%;
            height: 0;
            overflow: hidden;
            max-width: 100%;
            margin: 30px 0;
            border-radius: 10px;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        }
        .video-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border-radius: 10px;
        }
        .highlight {
            background: linear-gradient(120deg, #4CAF50 0%, #4CAF50 100%);
            background-repeat: no-repeat;
            background-size: 100% 0.2em;
            background-position: 0 88%;
            padding: 2px 0;
        }
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
            margin: 25px 0;
        }
        .stat-box {
            background: #e8f5e8;
            padding: 20px;
            text-align: center;
            border-radius: 8px;
            border-top: 4px solid #4CAF50;
        }
        .stat-number {
            font-size: 2em;
            font-weight: bold;
            color: #2c5f3f;
        }
        .feature-list {
            list-style: none;
            padding: 0;
        }
        .feature-list li {
            padding: 10px 0;
            border-bottom: 1px solid #e0e0e0;
        }
        .feature-list li:before {
            content: "✓";
            color: #4CAF50;
            font-weight: bold;
            margin-right: 10px;
        }
    </style>/* End custom CSS */