.elementor-7291 .elementor-element.elementor-element-400f9f53{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-7291 .elementor-element.elementor-element-400f9f53{--width:1620px;}}/* Start custom CSS for html, class: .elementor-element-a3dc716 */<style>

        .container {
            max-width: 1620px;
            margin: 0 auto;
            padding: 0 20px;
             font-family: 'Open Sans';
        }
        
        .hero {
            background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
            color: white;
            padding: 60px 0;
            text-align: center;
        }
        
        .flag {
            width: 60px;
            height: 40px;
            margin: 0 auto 20px;
            background: linear-gradient(to bottom, #ff0000 0%, #ff0000 33%, #ffffff 33%, #ffffff 66%, #00ff00 66%, #00ff00 100%);
            border-radius: 4px;
            position: relative;
        }
        
        .flag::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA2MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjYwIiBoZWlnaHQ9IjQwIiBmaWxsPSIjRkYwMDAwIi8+CjxyZWN0IHg9IjI0IiB5PSIxNiIgd2lkdGg9IjEyIiBoZWlnaHQ9IjgiIGZpbGw9IiNGRkZGRkYiLz4KPGNpcmNsZSBjeD0iMzAiIGN5PSIyMCIgcj0iNCIgZmlsbD0iI0ZGRkZGRiIvPgo8L3N2Zz4K') center/cover;
            border-radius: 4px;
        }
        
        .hero h1 {
            font-family: 'Oxygen', sans-serif;
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 15px;
        }
        
        .hero p {
            font-size: 1.2rem;
            margin-bottom: 30px;
            opacity: 0.95;
             font-family: 'Open Sans';
        }
        
        .important-notice {
            background: rgba(220, 53, 69, 0.1);
            border: 1px solid rgba(220, 53, 69, 0.3);
            padding: 15px;
            border-radius: 8px;
            margin: 20px auto;
            max-width: 800px;
            color: #fff;
        }
        
        .important-notice strong {
            color: #ff6b6b;
        }
        
        .nav-menu {
            background: #fff;
            padding: 15px 0;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        
        .nav-menu ul {
            list-style: none;
            display: flex;
            justify-content: center;
            gap: 40px;
        }
        
        .nav-menu a {
            text-decoration: none;
            color: #666;
            font-weight: 500;
            padding: 10px 0;
            border-bottom: 2px solid transparent;
            transition: all 0.3s;
        }
        
        .nav-menu a:hover,
        .nav-menu a.active {
            color: #2c3e50;
            border-bottom-color: #2c3e50;
        }
        
        .section {
            padding: 60px 0;
        }
        
        .section-title {
            text-align: center;
            margin-bottom: 50px;
        }
        
        .section-title h2 {
            font-size: 2rem;
            color: #2c3e50;
            margin-bottom: 10px;
        }
        
        .section-title p {
            color: #666;
            font-size: 1.1rem;
        }
        
        .assessment-section {
    
            text-align: center;
            padding:2em;
        }
.assessment-grid {
    display: grid
;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-bottom: 60px;
}
            .assessment-card {
    text-align: left;
    background: #f8fafc;
    padding: 40px 30px;
    border-radius: 12px;
    border-left: 4px solid #1e293b;
}
        }
        
        .assessment-card {
            text-align: left;
        }
        
        .assessment-card h3 {
            font-size: 1.3rem;
            color: #2c3e50;
            margin-bottom: 20px;
        }
        
        .benefit-list {
            list-style: none;
        }
        
        .benefit-list li {
            padding: 8px 0;
            position: relative;
            padding-left: 25px;
            color: #555;
        }
        
        .benefit-list li:before {
            content: "✓";
            position: absolute;
            left: 0;
            color: #2c3e50;
            font-weight: bold;
        }
        
        .cta-section {
            background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
            color: white;
            text-align: center;
        }
        
        .cta-button {
            display: inline-block;
            background: #f1c40f;
            color: #2c3e50;
            padding: 15px 30px;
            text-decoration: none;
            border-radius: 8px;
            font-weight: 600;
            margin-top: 20px;
            transition: all 0.3s;
            text-transform: uppercase;
        }
        
        .cta-button:hover {
            background: #f39c12;
            transform: translateY(-2px);
        }
        
        .overview-section {
            background: #fff;
        }
        
        .benefits-section {
            background: #ff;
        }
        
        .benefits-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 40px;
            margin-top: 40px;
        }
        
        .benefit-category h3 {
            color: #2c3e50;
            margin-bottom: 20px;
            font-size: 1.3rem;
        }
                flag-icon {
    font-size: 3.5rem !important;
    line-height: 1;
}
        .requirements-section {
            background: #fff;
        }
        
        .requirements-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 30px;
            margin-top: 40px;
        }
        .benefit-category {
    text-align: left;
    background: #f8fafc;
    padding: 40px 30px;
    border-radius: 12px;
    border-left: 4px solid #1e293b;
}
        .requirement-card {
            padding: 20px;
            border-left: 4px solid #2c3e50;
        }
        
        .requirement-card h3 {
            color: #2c3e50;
            margin-bottom: 10px;
            font-size: 1.1rem;
        }
        
        .requirement-card p {
            color: #555;
            font-size: 0.95rem;
        }
        
        .process-section {
            background: #f8f9fa;
        }
        
        .process-steps {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 40px;
            margin-top: 40px;
        }
        
        .process-step {
            text-align: center;
            background: white;
            padding: 30px 20px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        
        .step-number {
            background: #2c3e50;
            color: white;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            font-weight: bold;
            margin: 0 auto 20px;
        }
        
        .process-step h3 {
            color: #2c3e50;
            margin-bottom: 15px;
            font-size: 1.2rem;
        }
        
        .process-step p {
            color: #555;
            font-size: 0.95rem;
        }
        
        .faq-section {
            background: #fff;
        }
        
        .faq-container {
            max-width: 800px;
            margin: 0 auto;
        }
        
        .faq-item {
            margin-bottom: 2px;
            border-radius: 0;
            overflow: hidden;
        }
        
        .faq-question {
            background: #f8f9fa;
            color: #2c3e50;
            padding: 18px 20px;
            font-weight: 600;
            border: 1px solid #e9ecef;
            font-size: 1rem;
            margin-bottom: 0;
            font-family: 'Open Sans';
        }
        
        .faq-answer {
            padding: 20px;
            background: #fff;
            border: 1px solid #e9ecef;
            border-top: none;
            color: #555;
            line-height: 1.6;
            font-size: 0.95rem;
            margin-bottom: 20px;
            font-family: 'Open Sans';
        }
        
        @media (max-width: 768px) {
            .hero h1 {
                font-size: 1.8rem;
            }
            
            .nav-menu ul {
                flex-direction: column;
                gap: 20px;
            }
            
            .section {
                padding: 40px 0;
            }
        }
    </style>/* End custom CSS */