<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">



#ServicePage .Top {
    padding-top: 5%;
}

#ServicePage .Top {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}



    #ServicePage .Top .Content h1 {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 2.1em;
        color: #20202f;
        letter-spacing: 0.7px;
        padding-bottom: 1%;
    }


    #ServicePage .Top .Content .Line {
        width: 90px;
        height: 4px;
        background: black;
    }

    #ServicePage .Top .Content .Text {
        padding-top: 4%;
    }

        #ServicePage .Top .Content .Text p {
            font-family: 'Roboto', sans-serif;
            font-weight: 400;
            font-size: 1.1em;
            letter-spacing: 0.4px;
            color: #414042;
        }

     /*   #Investment .Top .Content .Text p span {
            padding-top: 2%;
        }

        #Investment .Top .Content .Text p ul li span {
            padding-top: 2%;
        }*/


    #ServicePage .Top .Button {
        padding: 3% 0;
    }

        #ServicePage .Top .Button a {
            text-decoration: none;
            font-family: 'Roboto', sans-serif;
            font-weight: 600;
            font-size: 1.1em;
            letter-spacing: 0.4px;
            color: #e4b95b;
            border: 2px solid #383848;
            border-radius: 8px;
            padding: 10px 30px;
            transition: 0.3s ease all;
        }

            #ServicePage .Top .Button a:hover {
                background: #383848;
                transition: 0.5s ease all;
            }

@media only screen and (max-width: 1480px) {

    #ServicePage .Top {
        width: 98%;
    }

        #ServicePage .Top .Content h1 {
            font-size: 1.8em;
        }

        #ServicePage .Top .Content .Text p {
            font-size: 1em;
        }

}



   



    /* ============  ADVERTISING BAND  ============ */
    #AdvertisingBand {
        padding-bottom: 3%;
        padding-top: 3%;
    }

        #AdvertisingBand .Content {
            background-color: #1a1f35;
            height: 60px;
            width: 100%;
        }

            #AdvertisingBand .Content a {
                text-decoration: none;
                width: 100%;
                height: auto;
            }

            #AdvertisingBand .Content marquee {
                width: 80%;
                line-height: 60px;
                color: #fff;
                font-size: 1.25em;
                font-weight: 500;
                margin-left: 10%;
                margin-right: 10%;
            }


                #AdvertisingBand .Content marquee img {
                    height: 30px;
                    width: auto;
                }





    </pre></body></html>