.elementor-2539 .elementor-element.elementor-element-dcd5d44{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );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 );}/* Start custom CSS for text-editor, class: .elementor-element-dd86e3b */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        html {
            font-size: 14px;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
            line-height: 1.5;
            color: #7a7a7a;
            background-color: #ffffff;
            -webkit-font-smoothing: antialiased;
        }

        body {
            margin: 0;
            padding: 0;
        }

        h1, h2, h3, h4, h5, h6 {
            margin: 0;
            font-weight: 700;
            line-height: 1.2;
            color: #222222;
        }

        h1 { font-size: 32px; }
        h2 { font-size: 24px; }
        h3 { font-size: 20px; }
        h4 { font-size: 18px; }
        h5 { font-size: 16px; }

        p {
            margin: 0 0 16px 0;
            color: #7a7a7a;
            line-height: 1.7;
        }

        a {
            color: #2f5ca0;
            text-decoration: none;
            transition: color 0.25s ease;
        }

        a:hover {
            color: #254783;
        }

        .wrapper {
            width: 100%;
            background: #ffffff;
        }

        .hero {
            background: linear-gradient(135deg, #2f5ca0 0%, #254783 100%);
            padding: 80px 20px;
            text-align: center;
            color: #ffffff;
        }

        .hero-container {
            max-width: 1280px;
            margin: 0 auto;
        }

        .hero h1 {
            font-size: clamp(28px, 5vw, 48px);
            margin-bottom: 20px;
            color: #ffffff;
        }

        .hero-subtitle {
            font-size: clamp(16px, 3vw, 20px);
            opacity: 0.95;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
            color: #ffffff;
            margin-bottom: 0;
        }

        .content-container {
            max-width: 1280px;
            margin: 0 auto;
            padding: 60px 20px;
        }

        .intro {
            background: #f5f5f5;
            padding: 30px;
            border-radius: 10px;
            margin-bottom: 60px;
            border-left: 4px solid #2f5ca0;
        }

        .intro p {
            color: #7a7a7a;
            margin-bottom: 15px;
        }

        .intro p:last-child {
            margin-bottom: 0;
        }

        .section-title {
            font-size: clamp(24px, 4vw, 36px);
            font-weight: 700;
            margin: 50px 0 30px 0;
            padding-bottom: 15px;
            border-bottom: 3px solid #2f5ca0;
            display: inline-block;
            color: #222222;
        }

        .cards-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 25px;
            margin-bottom: 50px;
        }

        .card {
            background: #ffffff;
            border: 1px solid #e8e8e8;
            border-radius: 10px;
            padding: 30px;
            transition: all 0.25s ease;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
        }

        .card:hover {
            box-shadow: 0 10px 24px rgba(0, 0, 0, 0.10);
            transform: translateY(-5px);
            border-color: #2f5ca0;
        }

        .card-icon {
            font-size: 40px;
            margin-bottom: 15px;
            display: inline-block;
        }

        .card h3 {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 12px;
            color: #222222;
        }

        .card p {
            font-size: 15px;
            line-height: 1.7;
            color: #7a7a7a;
            margin-bottom: 0;
        }

        .list {
            list-style: none;
            margin: 25px 0;
            padding: 0;
        }

        .list li {
            padding: 12px 0 12px 35px;
            position: relative;
            font-size: 15px;
            line-height: 1.7;
            color: #7a7a7a;
        }

        .list li:before {
            content: "✓";
            position: absolute;
            left: 0;
            color: #2f5ca0;
            font-weight: 700;
            font-size: 18px;
        }

        .material-section {
            background: #f9f9f9;
            padding: 25px;
            border-radius: 10px;
            margin: 30px 0;
            border-left: 4px solid #2f5ca0;
        }

        .material-section h4 {
            color: #222222;
            margin-bottom: 15px;
        }

        .table-wrapper {
            overflow-x: auto;
            margin: 30px 0;
            border-radius: 10px;
            border: 1px solid #e8e8e8;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
        }

        .table {
            width: 100%;
            border-collapse: collapse;
            background: #ffffff;
        }

        .table thead {
            background: #2f5ca0;
            color: #ffffff;
        }

        .table th {
            padding: 18px;
            text-align: left;
            font-weight: 600;
            font-size: 15px;
        }

        .table td {
            padding: 16px 18px;
            border-bottom: 1px solid #f0f0f0;
            font-size: 15px;
            color: #7a7a7a;
        }

        .table tbody tr:hover {
            background: #f5f5f5;
        }

        .image-section {
            margin: 50px 0;
            text-align: center;
        }

        .image-section img {
            max-width: 100%;
            height: auto;
            border-radius: 10px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        }

        .image-caption {
            margin-top: 15px;
            font-size: 14px;
            color: #999999;
            font-style: italic;
        }

        .price-cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin: 30px 0;
        }

        .price-card {
            background: #ffffff;
            border: 2px solid #e8e8e8;
            border-radius: 10px;
            padding: 25px;
            text-align: center;
            transition: all 0.25s ease;
        }

        .price-card:hover {
            border-color: #2f5ca0;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
        }

        .price-card h4 {
            color: #222222;
            margin-bottom: 15px;
            font-size: 18px;
        }

        .price-card .price {
            font-size: 24px;
            color: #2f5ca0;
            font-weight: 700;
            margin-bottom: 15px;
        }

        .price-card p {
            font-size: 14px;
            color: #7a7a7a;
            line-height: 1.6;
        }

        .cta-block {
            background: linear-gradient(135deg, #2f5ca0 0%, #254783 100%);
            color: #ffffff;
            padding: 50px 40px;
            border-radius: 10px;
            margin: 60px 0;
            text-align: center;
        }

        .cta-block h2 {
            font-size: 28px;
            font-weight: 700;
            margin-bottom: 20px;
            color: #ffffff;
        }

        .cta-block p {
            font-size: 14px;
            margin-bottom: 30px;
            opacity: 0.95;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
            color: #ffffff;
            line-height: 1.7;
        }

        .cta-buttons {
            display: flex;
            gap: 15px;
            justify-content: center;
            flex-wrap: wrap;
        }

        .cta-button {
            padding: 14px 32px;
            font-size: 16px;
            font-weight: 600;
            border: none;
            border-radius: 6px;
            cursor: pointer;
            transition: all 0.25s ease;
            text-decoration: none;
            display: inline-block;
            font-family: inherit;
        }

        .cta-button:focus-visible {
            outline: 2px solid #ffffff;
            outline-offset: 2px;
        }

        .cta-button-primary {
            background: #ffffff;
            color: #2f5ca0;
        }

        .cta-button-primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 24px rgba(0, 0, 0, 0.20);
        }

        .cta-button-secondary {
            background: rgba(255, 255, 255, 0.2);
            color: #ffffff;
            border: 2px solid #ffffff;
        }

        .cta-button-secondary:hover {
            background: rgba(255, 255, 255, 0.3);
        }

        .checklist {
            background: #f5f5f5;
            padding: 30px;
            border-radius: 10px;
            margin: 30px 0;
        }

        .checklist-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #e0e0e0;
        }

        .checklist-item:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }

        .checklist-icon {
            width: 28px;
            height: 28px;
            border-radius: 50%;
            background: #2f5ca0;
            color: #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            margin-right: 18px;
            flex-shrink: 0;
            font-size: 14px;
        }

        .checklist-content h4 {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 8px;
            color: #222222;
        }

        .checklist-content p {
            font-size: 15px;
            color: #7a7a7a;
            line-height: 1.6;
            margin-bottom: 0;
        }

        @media (max-width: 768px) {
            .content-container {
                padding: 40px 20px;
            }

            .hero {
                padding: 40px 20px;
            }

            .cta-block {
                padding: 40px 25px;
            }

            .card {
                padding: 25px;
            }

            .intro {
                padding: 25px;
            }

            .cta-buttons {
                flex-direction: column;
            }

            .cta-button {
                width: 100%;
            }

            .cards-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .price-cards {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 480px) {
            .hero h1 {
                font-size: 24px;
            }

            .section-title {
                font-size: 22px;
            }

            .card {
                padding: 20px;
            }

            .table th,
            .table td {
                padding: 12px 10px;
                font-size: 13px;
            }

            .cta-block {
                padding: 30px 20px;
            }

            .cta-block h2 {
                font-size: 22px;
            }

            .checklist {
                padding: 20px;
            }
        }/* End custom CSS */