

.clickable {
    user-select: none;
    pointer-events: auto;
    cursor: pointer;
}

.header-bge {
    position: absolute;
    background: radial-gradient(farthest-corner at 40px 40px, #3c44431f, #0000 50%), linear-gradient(174deg, #000000ad 0%, transparent 41%);
    height: 325px;
    width: 100%;
    left: 0;
    z-index: 1;
    margin-top: -46px;
    pointer-events: none;
}

.brand {
    position: relative;
    display: flex;
    font-size: 1.62rem;
    /* font-family: 'Bebas Neue'; */
    /* font-family: 'Helvetica', 'Sans-Serif'; */
    font-family: 'logoFont6';
    text-transform: uppercase;
    font-weight: 100;
    line-height: 47px;
    /* text-shadow: 0px -2px 0px #0d0f10; */
    margin: 0px 0px;
    color: #c3c1c7;
}


.logo_ctl {
    transition: 0.2s;
}

.logo_txt_ctl {
    transition: 0.2s;
    max-width: 300px;
    font-size: 21px;
    font-family: 'Albert Sans', sans-serif;
    font-weight: bold;
}

.logo_slg_ctl {
    transition: 0.2s;
    letter-spacing: 3px;
    font-style: italic;
    font-size: 11px;
    color: #4f6068;
    margin-bottom: 0px;
    text-align: start;
    margin-left: 4px;
}



.logo {

    display: flex;
    flex-direction: column;
    justify-content: center;
}


.logo-set-stick {
    margin-top: -30px !important;
}

.logo-slogan-stick {
    display: none;
}

.logo-shrink {
    width: 140px !important;
    margin-top: 2px;
}


.logo-slogan {
    font-size: 13.8px;
    letter-spacing: 1px;
    line-height: 27px;
    color: #a7a7a7;
    padding: 0px 0px 0px 5px;
}

.logo-set {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-left: 9px;
}

.logo-set .logo {
    height: 50px;
    padding: 0px 0px;
}

.logo.col-lg-4 {
    text-align: center;
    padding: 14px;
}










.container {
    /* max-width: 960px !important; */
    /* overflow: hidden; */
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.ofh {
    overflow: hidden;
}

.container-flex {
    display: flex;
    overflow: hidden;
}

.row-compact {
    margin-left: -15px;
    margin-right: -15px;
}

.tl-loader-1 {
    border: 5px solid #e3e3e3; /* Light grey */
    border-top: 5px solid #8b8b8b; /* Blue */
    border-radius: 50%;
    margin: 6px 5px;
    width: 33px;
    height: 33px;
    animation: tl-spin-1 0.4s linear infinite;
}

@keyframes tl-spin-1 {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
