/* =========================================================
   TRANSPARENCY PAGE
========================================================= */

.transparency-page{
    background:#f8fafc;

    padding:
    40px 16px
    65px;
}


/* =========================================================
   CONTAINER
========================================================= */

.transparency-container{
    max-width:940px;
    margin:auto;
}


/* =========================================================
   ARTICLE
========================================================= */

.transparency-article{
    background:#ffffff;

    border:
    1px solid #e5e7eb;

    padding:
    50px 55px
    60px;
}


/* =========================================================
   MAIN TITLE
========================================================= */

.transparency-article h1{
    font-family:Poppins,sans-serif;

    font-size:38px;
    font-weight:700;

    line-height:1.2;

    color:#1e3a8a;

    margin-bottom:24px;
}


/* =========================================================
   INTRO
========================================================= */

.transparency-intro{
    font-size:16px;
    line-height:1.9;

    color:#475569;

    margin-bottom:42px;
}


/* =========================================================
   SECTIONS
========================================================= */

.transparency-section{
    margin-bottom:46px;
}


/* =========================================================
   SECTION TITLES
========================================================= */

.transparency-section h2{
    font-family:Poppins,sans-serif;

    font-size:28px;
    font-weight:700;

    line-height:1.3;

    color:#1e3a8a;

    margin-bottom:16px;
}


/* =========================================================
   PARAGRAPHS
========================================================= */

.transparency-section p{
    font-size:15px;
    line-height:1.9;

    color:#475569;

    margin-bottom:18px;
}


/* =========================================================
   LISTS
========================================================= */

.transparency-list{
    padding-left:22px;

    margin-top:12px;
}

.transparency-list li{
    font-size:15px;
    line-height:1.9;

    color:#475569;

    margin-bottom:8px;
}


/* =========================================================
   LINKS
========================================================= */

.transparency-section a{
    color:#2563eb;

    text-decoration:none;

    border-bottom:
    1px solid rgba(37,99,235,.25);

    transition:.2s ease;
}

.transparency-section a:hover{
    color:#1d4ed8;
}


/* =========================================================
   NOTICE BLOCK
========================================================= */

.transparency-note{
    background:#f1f5f9;

    border-left:
    4px solid #2563eb;

    padding:
    18px 20px;

    margin:
    26px 0;

    font-size:15px;
    line-height:1.9;

    color:#334155;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media(max-width:768px){

    .transparency-article{
        padding:
        38px 26px
        45px;
    }

    .transparency-article h1{
        font-size:31px;
    }

    .transparency-section h2{
        font-size:24px;
    }

    .transparency-intro{
        font-size:15px;
    }

    .transparency-section p,
    .transparency-list li,
    .transparency-note{
        font-size:14px;
    }

}

@media(max-width:580px){

    .transparency-page{
        padding:
        22px 10px
        45px;
    }

    .transparency-article{
        padding:
        30px 18px
        36px;
    }

    .transparency-article h1{
        font-size:26px;
    }

    .transparency-section h2{
        font-size:21px;
    }

}