.elementor-1031 .elementor-element.elementor-element-9b6264a{--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;--align-items:center;--padding-top:80px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}.elementor-1031 .elementor-element.elementor-element-9b6264a:not(.elementor-motion-effects-element-type-background), .elementor-1031 .elementor-element.elementor-element-9b6264a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #1E3C72 0%, #2A5298 100%);}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1031 .elementor-element.elementor-element-190d4f5 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:48px;font-weight:700;color:#FFFFFF;}.elementor-1031 .elementor-element.elementor-element-360b93f .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:16px;font-weight:400;color:#FFFFFFCC;}.elementor-1031 .elementor-element.elementor-element-308f90a{--display:flex;--border-radius:18px 18px 18px 18px;--padding-top:12px;--padding-bottom:12px;--padding-left:12px;--padding-right:12px;}.elementor-1031 .elementor-element.elementor-element-308f90a:not(.elementor-motion-effects-element-type-background), .elementor-1031 .elementor-element.elementor-element-308f90a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8FAFC;}@media(min-width:768px){.elementor-1031 .elementor-element.elementor-element-308f90a{--width:900px;}}/* Start custom CSS for html, class: .elementor-element-d07a7d9 *//* Legal page styling */
.legal-content {
    font-size: 16px;
    line-height: 1.7;
    color: #2d3748;
}

.lead-text {
    font-size: 20px;
    font-weight: 500;
    color: #1a202c;
    margin-bottom: 30px;
    padding: 25px;
    background: #e8f4f8;
    border-left: 4px solid #007cba;
    border-radius: 0 8px 8px 0;
}

.legal-intro {
    margin-bottom: 50px;
    border-bottom: 2px solid #f8fafc;
}

.legal-section {
    margin-bottom: 45px;
}

.legal-section h2 {
    color: #1a202c;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 3px solid #007cba;
}

.legal-section h3 {
    color: #2d3748;
    font-size: 22px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
}

.legal-section p {
    margin-bottom: 18px;
}

.legal-section ul, .legal-section ol {
    margin-left: 25px;
    margin-bottom: 20px;
}

.legal-section li {
    margin-bottom: 8px;
    padding-left: 5px;
}

.contact-box {
    background: #f8fafc;
    padding: 30px;
    border-radius: 12px;
    border: 2px solid #e2e8f0;
    margin-top: 20px;
}

.contact-box p {
    margin-bottom: 12px;
}

.contact-box a {
    color: #007cba;
    text-decoration: none;
    font-weight: 600;
}

.contact-box a:hover {
    color: #005a87;
}

/* NEW: Special styling for disclaimer section */
.disclaimer-box {
    background: #fff3cd;
    border: 2px solid #ffc107;
    border-radius: 8px;
    padding: 25px;
    margin: 25px 0;
}

.disclaimer-box p {
    margin-bottom: 15px;
    color: #856404;
}

.disclaimer-box p:last-child {
    margin-bottom: 0;
}

.disclaimer-box strong {
    color: #856404;
    font-weight: 700;
}

/* Responsive */
@media (max-width: 768px) {
    .legal-content {
        font-size: 15px;
    }
    
    .lead-text {
        font-size: 18px;
        padding: 20px;
    }
    
    .legal-section h2 {
        font-size: 24px;
    }
    
    .legal-section h3 {
        font-size: 20px;
    }
    
    .disclaimer-box {
        padding: 20px;
    }
}/* End custom CSS */