.elementor-163 .elementor-element.elementor-element-a620a73{--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;}/* Start custom CSS for html, class: .elementor-element-2c3eaae */body {
            font-family: Arial, sans-serif;
            font-size: 16px;
            line-height: 1.6;
            color: #333;
            background-color: #f8f9fa;
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        header {
            background: #2c5aa0;
            color: white;
            padding: 20px 0;
        }
        
        .logo {
            font-size: 24px;
            font-weight: bold;
        }
        
        .tagline {
            font-size: 16px;
            opacity: 0.9;
        }
        
        .hero {
            background: #e8f4fd;
            padding: 60px 0;
        }
        
        .hero-content {
            display: flex;
            gap: 40px;
            align-items: center;
        }
        
        .hero-text {
            flex: 1;
        }
        
        .hero-image {
            flex: 1;
            background: #d1e7f7;
            /*padding: 40px;*/
            text-align: center;
            border-radius: 8px;
            font-size: 16px;
            color: #2c5aa0;
            border: 2px dashed #2c5aa0;
        }
        
        .hero h1 {
            font-size: 32px;
            margin-bottom: 20px;
            color: #2c5aa0;
        }
        
        .hero p {
            font-size: 18px;
            margin-bottom: 15px;
        }
        
        section {
            padding: 50px 0;
        }
        
        .section-title {
            font-size: 28px;
            color: #2c5aa0;
            margin-bottom: 30px;
            text-align: center;
        }
        
        .card {
            background: white;
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            font-size: 16px;
        }
        
        .card ul {
            margin: 15px 0;
            padding-left: 20px;
        }
        
        .card li {
            margin-bottom: 8px;
            font-size: 16px;
        }
        
        .tips-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
        }
        
        .tip-item {
            background: white;
            padding: 25px;
            border-radius: 8px;
            text-align: center;
            font-size: 16px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }
        
        .support {
            background: #e8f4fd;
        }
        
        .commitment {
            text-align: center;
        }
        
        footer {
            background: #2c5aa0;
            color: white;
            padding: 40px 0;
            text-align: center;
        }
        
        .footer-logo {
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 10px;
        }
        
        .contact-info {
            margin-top: 20px;
            font-size: 16px;
        }
        
        @media (max-width: 768px) {
            .hero-content {
                flex-direction: column;
            }
            
            .hero h1 {
                font-size: 28px;
            }
            
            .section-title {
                font-size: 24px;
            }
        }/* End custom CSS */