
.logo {
    height: 70px;
}

.top-header {
    background: linear-gradient(90deg, rgba(37,68,126,1) 0%, rgba(48,125,202,1) 35%, rgba(77,154,226,1) 100%);
    top: 0;
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
}

.top-header-active {
    box-shadow: 0 0 15px rgba(7,51,84,0.57) !important;
}

.cursor {
    cursor: pointer;
}