@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url("/templates/global.css");

.t-primary-bgcolor {
    background-color: #083c94;
}

a {
    color: #cc2026;
}

body {
    background-color: #fff;
}

.container {
    width: 1170px;
}

.header {
    width: 100%;
    padding: 3px 67px;
    border-top: 6px solid #ce2226;
    background-color: #083C94;
    height: 132px;
}

.header__logo {
    display: flex;
}

.header__logo:hover {
    text-decoration: none;
}

.header__logo .img-circle {
    border-radius: 50%;
    padding: 10px;
    background: #083c94;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    margin-right: 6px;
    position: relative;
    z-index: 10;
}

.header__logo img {
    height: 124px;
}

.header__logo .logo-text {
    font-family: "Work Sans", sans-serif;
    line-height: 14px;
    padding-top: 30px;
}

.header__logo .main-text {
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 1px;
}

.header__logo .slogan {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

.main {
    padding-top: 3rem;
}

.sidebar {
    margin-right: 3rem;
}