.elementor-20 .elementor-element.elementor-element-e0b1716{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-bb8c7fb */.site-footer {
    background-color: #111111;
    color: #777777;
    padding: 30px 0 20px 0;
    font-size: 11px;
    line-height: 1.6;
    border-top: 4px solid #1f1f1f;
}

.site-footer .footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    display: block;
}


.site-footer .risk-disclosure p {
    margin-bottom: 15px;
    text-align: justify; 
}

.site-footer .risk-disclosure strong {
    color: #999999; 
}
/
.site-footer .footer-divider {
    border: 0;
    border-top: 1px solid #222222;
    margin: 20px 0;
}

.site-footer .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    color: #999999;
}

.site-footer .copyright {
    font-size: 11px;
}

.site-footer .footer-links {
    display: flex;
    align-items: center;
    gap: 8px;
}

.site-footer .footer-links a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.2s;
}

.site-footer .footer-links a:hover {
    color: #f3a444;
    text-decoration: underline;
}

.site-footer .link-separator {
    color: #444444;
}


@media (max-width: 768px) {
    .site-footer .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
    .site-footer .footer-links {
        margin-top: 5px;
        flex-wrap: wrap;
    }
}/* End custom CSS */