.elementor-988 .elementor-element.elementor-element-ff5cf79{--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-size:var( --e-global-typography-text-font-size );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 );}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for container, class: .elementor-element-ff5cf79 */.subtitle {
            color: #6c757d;
            font-size: 1.1rem;
            font-style: italic;
            margin-bottom: 1rem;
        }

        .company-info {
            background: linear-gradient(135deg, #495057 0%, #343a40 100%);
            color: white;
            padding: 1.5rem;
            border-radius: 10px;
            margin: 1rem 0;
            box-shadow: 0 5px 15px rgba(73, 80, 87, 0.3);
        }

        .company-info h3 {
            margin-bottom: 1rem;
            font-size: 1.3rem;
        }

        .company-info p {
            margin: 0.3rem 0;
        }

        h2 {
            color: #212529;
            font-size: 1.8rem;
            margin: 2.5rem 0 1rem 0;
            padding: 1rem 0;
            border-left: 5px solid #6c757d;
            padding-left: 1rem;
            background: linear-gradient(90deg, rgba(108, 117, 125, 0.1) 0%, transparent 100%);
        }

        h3 {
            color: #495057;
            font-size: 1.3rem;
            margin: 1.5rem 0 0.8rem 0;
            padding: 0.5rem;
            background: rgba(108, 117, 125, 0.1);
            border-radius: 5px;
        }

        p {
            margin-bottom: 1rem;
        }

        ul {
            margin: 1rem 0 1rem 2rem;
        }

        li {
            margin: 0.5rem 0;
        }

        .highlight-box {
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            border: 2px solid #6c757d;
            border-radius: 10px;
            padding: 1.5rem;
            margin: 1.5rem 0;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }

        .rights-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 1rem;
            margin: 1.5rem 0;
        }

        .right-item {
            background: white;
            border: 2px solid #6c757d;
            border-radius: 8px;
            padding: 1rem;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .right-item:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
            border-color: #495057;
        }

        .right-item strong {
            color: #212529;
            display: block;
            margin-bottom: 0.5rem;
        }

        .contact-section {
            background: linear-gradient(135deg, #495057 0%, #343a40 100%);
            color: white;
            padding: 2rem;
            border-radius: 10px;
            margin-top: 2rem;
            text-align: center;
            box-shadow: 0 5px 15px rgba(73, 80, 87, 0.3);
        }

        .contact-section h2 {
            color: white;
            border: none;
            background: none;
            padding: 0;
            margin-bottom: 1rem;
        }

        .contact-info {
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
            margin-top: 1rem;
        }

        .contact-item {
            margin: 0.5rem;
            padding: 1rem;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 8px;
            min-width: 200px;
        }

        .last-update {
            text-align: center;
            margin-top: 3rem;
            padding-top: 2rem;
            border-top: 2px solid #6c757d;
            color: #6c757d;
            font-style: italic;
        }

        .decorative-divider {
            text-align: center;
            margin: 2rem 0;
        }

        .decorative-divider::before {
            content: '❦';
            font-size: 2rem;
            color: #6c757d;
        }

        @media (max-width: 768px) {
            .container {
                margin: 1rem;
                padding: 1rem;
            }

            h1 {
                font-size: 2rem;
            }

            h2 {
                font-size: 1.5rem;
            }

            .rights-grid {
                grid-template-columns: 1fr;
            }

            .contact-info {
                flex-direction: column;
                align-items: center;
            }
        }/* End custom CSS */