<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css?family=Playfair+Display|Poppins:300,400,500,600,700,800,900");


.toTop {
    width: 44px;
    text-align: center;
    border-right: 5px;
    padding: 10px 20px;
    position: fixed;
    bottom: 200px;
    right: 4%;
    cursor: pointer;
    display: none;
    background: #fc7d12;
    height: 46px;
    padding: 0;
    z-index: 11000;
}


i.custom-icons.fa {
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 14px;
    padding-left: 10px;
    padding-right: 9.5px;
    color: white;
}

.toTop:hover, i.custom-icons.fa:hover {
        background: #04081d;
        color: #fc7d12;
}
</pre></body></html>