.elementor-1711 .elementor-element.elementor-element-7251bf68{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1711 .elementor-element.elementor-element-14e6a251{color:#000000;}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for text-editor, class: .elementor-element-14e6a251 */body {
            font-family: Arial, sans-serif;
            line-height: 1.6;
            margin: 0;
            padding: 20px;
            background-color: #f8f8f8;
        }
        .container {
            max-width: 1920px;
            margin: 0 auto;
            background: white;
            padding: 20px;
            border-radius: 5px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
        h1, h2, h3 {
            color: #333;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
        }
        table, th, td {
            border: 1px solid #ddd;
            padding: 10px;
            text-align: left;
        }
        th {
            background: #f4f4f4;
        }
        .cta {
            display: block;
            width: 100%;
            max-width: 300px;
            text-align: center;
            background: #007BFF;
            color: white;
            font-size: 18px;
            padding: 15px;
            border-radius: 5px;
            text-decoration: none;
            margin: 20px auto;
            transition: background 0.3s ease-in-out;
        }
        .cta:hover {
            background: #0056b3;
        }
        .faq {
            margin-top: 40px;
        }
        .faq-question {
            background: #007BFF;
            color: white;
            border: none;
            width: 100%;
            text-align: left;
            padding: 15px;
            font-size: 16px;
            cursor: pointer;
            border-radius: 5px;
            margin-top: 10px;
        }
        .faq-answer {
            display: none;
            padding: 10px;
            background: #f4f4f4;
            margin-top: 5px;
            border-radius: 5px;
        }
        .cta-section {
            background: #f4f4f4;
            padding: 20px;
            text-align: center;
            margin-top: 40px;
            border-radius: 5px;
        }
        .cta-section h2 {
            color: #333;
        }/* End custom CSS */