.elementor-238 .elementor-element.elementor-element-bba31ac{--display:flex;}.elementor-238 .elementor-element.elementor-element-bba31ac:not(.elementor-motion-effects-element-type-background), .elementor-238 .elementor-element.elementor-element-bba31ac > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-text );}/* Start custom CSS for html, class: .elementor-element-6562563 */.privacy-page{
    max-width:950px;
    margin:60px auto;
    padding:45px;
    color:#fff;
    background:rgba(255,255,255,0.04);
    border:1px solid rgba(255,255,255,0.08);
    border-radius:20px;
    font-family:inherit;
    line-height:1.8;
}

.privacy-page h1{
    font-size:36px;
    font-weight:800;
    margin-bottom:20px;
    position:relative;
}

.privacy-page h1::after{
    content:"";
    width:90px;
    height:4px;
    background:#EE961B;
    display:block;
    margin-top:12px;
    border-radius:10px;
}

.privacy-page .intro{
    font-size:16px;
    color:rgba(255,255,255,0.9);
    margin-bottom:30px;
}

.privacy-page section{
    padding:18px;
    margin-bottom:12px;
    border-radius:14px;
    transition:0.3s ease;
    border:1px solid rgba(255,255,255,0.06);
    background:rgba(0,0,0,0.08);
}

.privacy-page section:hover{
    transform:translateY(-2px);
    border-color:#EE961B;
    background:rgba(238,150,27,0.05);
}

.privacy-page h2{
    font-size:18px;
    color:#EE961B;
    margin-bottom:10px;
    font-weight:700;
}

.privacy-page p{
    font-size:15px;
    color:rgba(255,255,255,0.85);
    margin:0;
}

/* Mobile */
@media (max-width:768px){
    .privacy-page{
        padding:25px;
        margin:30px 15px;
    }

    .privacy-page h1{
        font-size:26px;
    }
}/* End custom CSS */