.elementor-7173 .elementor-element.elementor-element-1e5e7a1{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--margin-top:2em;--margin-bottom:0em;--margin-left:0em;--margin-right:0em;--padding-top:0em;--padding-bottom:0em;--padding-left:0em;--padding-right:0em;}/* Start custom CSS for html, class: .elementor-element-d7c5c80 */.container {
            max-width: 1620px;
            margin: 0 auto;
            padding: 0 20px;
        }
        span.flag-icon {
    font-size: 3.5rem;
    line-height: 1;
}

        /* Header */
        .header {
            background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
            color: white;
            padding: 80px 0;
            text-align: center;
        }

        .header h1 {
            font-size: 48px;
            font-weight: 700;
            margin-bottom: 20px;
            letter-spacing: -1px;
        }

        .header .subtitle {
            font-size: 20px;
            font-weight: 300;
            margin-bottom: 30px;
            color: #e2e8f0;
 font-family: 'Open Sans';
        }

        .header .notice {
            background: rgba(239, 68, 68, 0.1);
            border: 1px solid rgba(239, 68, 68, 0.3);
            color: #fee2e2;
            padding: 15px 25px;
            border-radius: 8px;
            display: inline-block;
            font-weight: 500;
             font-family: 'Open Sans';
        }

        /* Navigation */
        .nav {
            background: white;
            padding: 20px 0;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            position: sticky;
            top: 0;
            z-index: 100;
             font-family: 'Open Sans';
        }

        .nav ul {
            list-style: none;
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 40px;
             font-family: 'Open Sans';
        }

        .nav a {
            text-decoration: none;
            color: #1e293b;
            font-weight: 600;
            padding: 10px 0;
            border-bottom: 2px solid transparent;
            transition: border-color 0.3s ease;
        }

        .nav a:hover {
            border-bottom-color: #1e293b;
        }

        /* Main Content */
        .section {
            padding: 60px 0;
             font-family: 'Open Sans';
        }

        .section-title {
            font-size: 36px;
            font-weight: 700;
            color: #1e293b;
            margin-bottom: 20px;
            text-align: center;
        }

        .section-subtitle {
            font-size: 18px;
            color: #64748b;
            text-align: center;
            margin-bottom: 50px;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }

        /* Benefits Grid */
        .benefits-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 40px;
            margin-bottom: 60px;
        }

        .benefit-card {
            background: #f8fafc;
            padding: 40px 30px;
            border-radius: 12px;
            border-left: 4px solid #1e293b;
            text-align: center;
        }

        .benefit-card h3 {
            font-size: 24px;
            font-weight: 600;
            color: #1e293b;
            margin-bottom: 15px;
        }

        .benefit-card ul {
            list-style: none;
            text-align: left;
        }

        .benefit-card li {
            padding: 8px 0;
            color: #475569;
            position: relative;
            padding-left: 25px;
        }

        .benefit-card li::before {
            content: "✓";
            position: absolute;
            left: 0;
            color: #22c55e;
            font-weight: bold;
        }

        /* Requirements Section */
        .requirements {
            background: #f8fafc;
        }

        .requirements-list {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 30px;
        }

        .requirement-item {
            background: white;
            padding: 30px;
            border-radius: 12px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
        }

        .requirement-item h4 {
            font-size: 20px;
            font-weight: 600;
            color: #1e293b;
            margin-bottom: 15px;
        }

        .requirement-item p {
            color: #64748b;
            font-size: 16px;
        }

        .highlight {
            background: #fef3c7;
            padding: 3px 6px;
            border-radius: 4px;
            font-weight: 600;
            color: #92400e;
        }

        /* Process Section */
        .process-steps {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 40px;
        }

        .step {
            text-align: center;
            padding: 30px;
        }

        .step-number {
            width: 60px;
            height: 60px;
            background: #1e293b;
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            font-weight: 700;
            margin: 0 auto 20px;
        }

        .step h4 {
            font-size: 20px;
            font-weight: 600;
            color: #1e293b;
            margin-bottom: 15px;
        }

        .step p {
            color: #64748b;
        }

        /* FAQ Section */
        .faq-item {
            background: white;
            border: 1px solid #e2e8f0;
            border-radius: 8px;
            margin-bottom: 20px;
            overflow: hidden;
        }

        .faq-question {
            background: #f8fafc;
            padding: 25px 30px;
            cursor: pointer;
            font-weight: 600;
            color: #1e293b;
            border-bottom: 1px solid #e2e8f0;
            transition: background-color 0.3s ease;
        }

        .faq-question:hover {
            background: #f1f5f9;
        }

        .faq-answer {
            padding: 25px 30px;
            color: #64748b;
            display: none;
        }

        .faq-item.active .faq-answer {
            display: block;
        }

        /* Contact Section */
        .contact {
            background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
            color: white;
            text-align: center;
        }

        .contact-form {
            max-width: 600px;
            margin: 0 auto;
            display: grid;
            gap: 20px;
        }

        .form-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
        }

        .contact-form input,
        .contact-form select,
        .contact-form textarea {
            padding: 15px;
            border: none;
            border-radius: 8px;
            font-size: 16px;
            font-family: 'Open Sans', sans-serif;
        }

        .contact-form textarea {
            resize: vertical;
            min-height: 120px;
        }

        .btn {
          background: linear-gradient(45deg, #ffd700, #ffed4e);
    color: #2A3A4A !important;
    border: none;
    padding: 15px 30px;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex
;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width: 250px;
    margin-bottom: 20px;
    box-sizing: border-box;
        }

        .btn:hover {
            transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.4);
    background: linear-gradient(45deg, #ffed4e, #ffd700);
    color: #2A3A4A;
    text-decoration: none;
        }

        .cta-section {
            background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
            color: white;
            text-align: center;
            padding: 80px 0;
            margin: 40px 0;
        }

        .cta-title {
            font-size: 32px;
            font-weight: 700;
            margin-bottom: 20px;
            color: white;
        }

        .cta-subtitle {
            font-size: 18px;
            margin-bottom: 40px;
            color: #e2e8f0;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }

        /* Footer */
        .footer {
            background: #0f172a;
            color: #94a3b8;
            padding: 40px 0;
            text-align: center;
        }

        .footer-logo {
            font-size: 24px;
            font-weight: 700;
            color: white;
            margin-bottom: 20px;
        }

        .footer p {
            margin-bottom: 20px;
        }

        .footer-links {
            display: flex;
            justify-content: center;
            gap: 30px;
            margin-bottom: 20px;
            flex-wrap: wrap;
        }

        .footer-links a {
            color: #94a3b8;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .footer-links a:hover {
            color: white;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .header h1 {
                font-size: 36px;
            }

            .header .subtitle {
                font-size: 18px;
            }

            .section-title {
                font-size: 28px;
            }

            .nav ul {
                gap: 20px;
            }

            .form-row {
                grid-template-columns: 1fr;
            }

            .footer-links {
                flex-direction: column;
                gap: 15px;
            }

            .container {
                padding: 0 15px;
            }
        }/* End custom CSS */