<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.WhoFinance_Widget_container {
    color: #333333;
    margin: 0;
    display: block;
    position: relative;
    cursor: pointer;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.whofinance-widget-wrapper {
    display: block;
    line-height: 100%;
    color: #333333;
    text-transform: none!important;
}

.whofinance-widget-wrapper a {
    text-transform: none!important;
}

.whofinance-widget-wrapper p {
    padding-bottom: 0!important;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../../fonts/glyphicons-halflings-regular.eot');
    src: url('../../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.whofinance-widget-wrapper .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.whofinance-widget-wrapper .glyphicon-star:before {
    content: "\E006";
}
.whofinance-widget-wrapper .glyphicon-star-empty:before {
    content: "\E007";
}
.whofinance-widget-wrapper p {
    margin-bottom: 5px !important;
}
.whofinance-widget-wrapper a {
    text-decoration: none!important;
    color: #333333!important;
}
.whofinance-widget-wrapper a:hover {
    text-decoration: underline!important;
    color: #333333!important;
}
.whofinance-widget-wrapper a:focus {
    text-decoration: underline!important;
    color: #333333!important;
}
.whofinance-widget-wrapper a:visited {
    text-decoration: none!important;
}
.whofinance-widget-wrapper a:link {
    text-decoration: none!important;
}
.whofinance-widget-wrapper a span {
    color: #333333!important;
}
.whofinance-widget-wrapper .wfw-star-rating {
    color: #333333;
    background-size: 100% auto;
    display: block;
    padding: 5px 0;
}
.whofinance-widget-wrapper .wfw-star-rating .wfw-stars-container {
    display: inline-block;
    text-align: center;
    position: relative;
    font-size: 22px;
    padding: 0;
}
.whofinance-widget-wrapper .wfw-star-rating .wfw-stars-container .wfw-star-box {
    z-index: 2;
    position: absolute;
    margin: 0 0;
    top: 0;
    color: #fecb31;
}
.whofinance-widget-wrapper .wfw-star-rating .wfw-stars-container .wfw-star-box .glyphicon-star {
    color: #fecb31 !important;
}

.whofinance-widget-wrapper .wfw-star-rating .wfw-stars-container .wfw-star-box .wfw-star-limiter {
    overflow: hidden;
    position: relative;
}
.whofinance-widget-wrapper .wfw-star-rating .wfw-stars-container .wfw-star-box .wfw-star-limiter .wfw-longbar .glyphicon {
    display: table-cell;
    padding: 0 0 0 2px;
}
.whofinance-widget-wrapper .wfw-star-rating .wfw-stars-container .wfw-star-bg, .whofinance-widget-wrapper .wfw-star-rating .wfw-stars-container .wfw-star-bg a span {
    color: #C2CBD1;
}
.whofinance-widget-wrapper .wfw-star-rating .wfw-stars-container .wfw-star-bg .glyphicon {
    display: table-cell;
    padding: 0 0 0 2px;
}


.wfw-container {
    cursor: pointer;
}

.wfw-container a {
    color: #e61d50 !important;
    transition: all 0.3s;
}

.wfw-container a:hover, .wfw-container a:focus {
    color: #bb153f !important;
    text-decoration: none;
    transition: all 0.3s;
}

.wfw-content-wrapper {
    margin-top: 40px;
    color: #e61d50;
    border: 2px solid #8db2d0;
}

.wfw-header {
    display: flex;
    flex-flow: row nowrap;
    background: #fff;
}

.wfw-box-certificate {
    padding: 0 15px;
    width: 113px;
}

.wfw-box-certificate img {
    width: 113px;
    width: 113px;
    margin-top: -30px;
    position: absolute;
}

.wfw-info-wrapper {
    flex: 1;
    display: flex;
    flex-flow: row nowrap;
    min-height: 56px;
}

.wfw-box-institutename {
    flex: 1;
    padding: 5px 15px 0 15px;
    font-size: 22px;
    line-height: 20px;
    font-weight: 300;
    text-align: left;
    display: flex;
    align-items: center;
    /*background: lightyellow;*/
}
a span.wfw-officename {
    font-size: 12px;
    color: #e61d50!important;
    display: block;
    line-height: 13px;
    margin-top: 2px;
}

.wfw-box-stars {
    padding: 0;
    display: flex;
    align-items: center;
    /*background: lightcyan;*/
}

.wfw-box-reccomendation {
    padding: 0 15px;
    display: flex;
    align-items: center;
    font-weight: 100;
    font-size: 35px;
    /*background: deepskyblue;*/
}

.wfw-footer {
    display: flex;
    flex-flow: row-reverse nowrap;
}

.wfw-box-reviewscount {
    display: flex;
    align-items: center;
    font-size: 11px;
    padding: 2px 15px;
    background: #8db2d0;
    color: #fff;
}

.whofinance-widget-wrapper .wfw-star-rating .wfw-stars-container {
    font-size: 25px;
}

.whofinance-widget-wrapper .wfw-star-rating .wfw-stars-container .wfw-star-box .glyphicon-star {
    color: #e61d50 !important;
}

@media only screen and (max-width: 1410px) {
    .wfw-content-wrapper {
        margin-top: 20px;
    }

    .wfw-box-certificate {
        padding: 0 7px;
        width: 80px;
    }

    .wfw-box-certificate img {
        width: 90px;
        margin-top: -15px;
        position: absolute;
    }

    .wfw-box-institutename {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1160px) {
    .wfw-content-wrapper {
        margin-top: 0;
    }

    .wfw-box-certificate {
        padding: 5px;
        width: auto;
    }

    .wfw-box-certificate img {
        width: 60px;
        margin-top: 0;
        position: relative;
    }

    .wfw-box-institutename {
        padding: 0 5px;
        font-size: 16px;
    }

    .whofinance-widget-wrapper .wfw-star-rating .wfw-stars-container {
        font-size: 16px;
    }

    .wfw-box-reccomendation {
        font-size: 25px;
        padding: 0 5px;
    }
}

@media only screen and (max-width: 880px) {
    .wfw-content-wrapper {
        margin-top: 0;
    }

    .wfw-box-certificate {
        padding: 5px;
        width: auto;
    }

    .wfw-box-certificate img {
        width: 50px;
        margin-top: 0;
        position: relative;
    }

    .wfw-box-institutename {
        padding: 0 5px;
        font-size: 14px;
    }

    a span.wfw-officename {
        font-size: 11px;
    }

    .whofinance-widget-wrapper .wfw-star-rating .wfw-stars-container {
        font-size: 12px;
    }

    .wfw-box-reccomendation {
        font-size: 16px;
        padding: 0 5px;
    }
}

@media only screen and (max-width: 800px) {
    .wfw-content-wrapper {
        margin-top: 40px;
    }

    .wfw-box-certificate {
        padding: 0 15px;
        width: 113px;
    }

    .wfw-box-certificate img {
        width: 113px;
        width: 113px;
        margin-top: -30px;
        position: absolute;
    }

    .wfw-info-wrapper {
        flex: 1;
        display: flex;
        flex-flow: row nowrap;
        min-height: 56px;
    }

    .wfw-box-institutename {
        flex: 1;
        padding: 5px 15px 0 15px;
        font-size: 22px;
        line-height: 20px;
        font-weight: 300;
        text-align: left;
        display: flex;
        align-items: center;
    }

    a span.wfw-officename {
        font-size: 12px;
        color: #e61d50 !important;
        display: block;
        line-height: 13px;
        margin-top: 2px;
    }

    .whofinance-widget-wrapper .wfw-star-rating .wfw-stars-container {
        font-size: 22px;
    }

    .wfw-box-reccomendation {
        padding: 0 15px;
        display: flex;
        align-items: center;
        font-weight: 100;
        font-size: 35px;
    }
}

@media only screen and (max-width: 630px) {
    .wfw-content-wrapper {
        margin-top: 20px;
    }
    .wfw-box-certificate {
        padding: 0 7px;
        width: 80px;
    }
    .wfw-box-certificate img {
        width: 90px;
        margin-top: -15px;
        position: absolute;
    }
    .wfw-box-institutename {
        font-size: 16px;
    }
}

@media only screen and (max-width: 530px) {
    .wfw-content-wrapper {
        margin-top: 0;
    }
    .wfw-box-certificate {
        padding: 5px;
        width: auto;
    }
    .wfw-box-certificate img {
        width: 60px;
        margin-top: 0;
        position: relative;
    }
    .wfw-box-institutename {
        padding: 0 5px;
        font-size: 16px;
    }
    .whofinance-widget-wrapper .wfw-star-rating .wfw-stars-container {
        font-size: 16px;
    }
    .wfw-box-reccomendation {
        font-size: 25px;
        padding: 0 5px;
    }
}

@media only screen and (max-width: 420px) {
    .wfw-content-wrapper {
        margin-top: 0;
    }
    .wfw-box-certificate {
        padding: 5px;
        width: auto;
    }
    .wfw-box-certificate img {
        width: 50px;
        margin-top: 0;
        position: relative;
    }
    .wfw-box-institutename {
        padding: 0 5px;
        font-size: 14px;
    }
    a span.wfw-officename {
        font-size: 11px;
    }
    .whofinance-widget-wrapper .wfw-star-rating .wfw-stars-container {
        font-size: 12px;
    }
    .wfw-box-reccomendation {
        font-size: 16px;
        padding: 0 5px;
    }
}

@media only screen and (max-width: 350px) {
    .wfw-content-wrapper {
        margin-top: 40px;
    }
    .wfw-header {
        flex-flow: row wrap;
    }
    .wfw-box-certificate {
        flex: 0 0 100%;
        padding: 5px 0 0 0;
        text-align: center;;

    }
    .wfw-box-certificate img {
        width: 60px;
        height: auto;
        margin-top: -35px;
    }
    .wfw-info-wrapper {
        flex: 0 0 100%;
        flex-flow: row wrap;
    }
    .wfw-box-institutename {
        flex: 0 0 100%;
        text-align: center;
        padding: 0;
    }
    .wfw-box-institutename div {
        width: 100%;
        text-align: center;
    }
    .wfw-box-stars {
        flex: 0 0 100%;
    }
    .wfw-box-stars div {
        margin: 0 auto;
    }
    .wfw-box-reccomendation {
        flex: 0 0 100%;
        padding: 0 0 5px 0;
    }
    .wfw-box-reccomendation div {
        margin: 0 auto;
    }
}
</pre></body></html>