@import "https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;600;700;800&display=swap";
:root {
    --blue-primary: #0f6cd0;
    --blue-primary-alt: #044b90;
    --heading: #1b1b1d;
    --title: #062f5c;
    --description: #69717d;
    --white: #ffffff;
}
.title_sec {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    align-items: center;
    margin-bottom: 2.5rem;
}
.title_sec .title_subtitle {
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 1.25rem;
    color: var(--blue-primary);
    margin-bottom: 0;
    text-transform: uppercase;
}
.title_sec .title_content {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 4rem;
    color: var(--heading);
    margin-bottom: 0;
}
.title_sec .title_content span {
    color: var(--blue-primary-alt);
}
.title_sec .title_description {
    font-size: 0.85rem;
    line-height: 1.25em;
    color: var(--description);
    margin-top: 0.5rem;
}
#back-to-top {
    background: var(--blue-primary) !important;
}
#navbar-responsive {
    padding: 0 40px 0 8px;
    border-bottom: 1px solid hsl(0, 0%, 83.7%) !important;
}
#navbar-responsive .navbar-brand #brand-img {
    width: 80%;
}
#main .navbar {
    line-height: unset !important;
}
#main #login-buttons {
    width: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.4rem;
}
#main #login-button {
    color: var(--heading) !important;
    margin-right: 0 !important;
    line-height: 1.4em;
    font-weight: 600;
    font-size: 0.8rem;
}
#main .action-button {
    background: var(--blue-primary) !important;
    min-width: unset !important;
    color: var(--white) !important;
    padding: 0.9rem 1.6rem !important;
    border-radius: 0.4rem !important;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-shadow: none !important;
    line-height: 1em;
    font-weight: 600;
}
#main .action-button:hover {
    background: var(--blue-primary-alt) !important;
}
#main .minimize-navbar li.nav-item a.active {
    color: var(--heading) !important;
}
#navbarNav .navbar-nav {
    gap: 1rem !important;
}
#navbarNav .navbar-nav .nav-item a {
    color: var(--heading) !important;
    font-weight: 600;
}
#navbarNav .navbar-nav .nav-item a:hover {
    color: var(--blue-primary) !important;
}
.footer__wrap {
    background-color: var(--heading);
}
.footer__wrap .content {
    padding: 3.5rem 0 1.5rem 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.footer__wrap .content .left {
    width: 12%;
}
.footer__wrap .content .left img {
    width: 100%;
}
.footer__wrap .content .right {
    width: 20%;
}
.footer__wrap .content .right .emails .links a,
.footer__wrap .content .right .footer__link a,
.footer__wrap .content .right .email__section a {
    color: var(--white);
    font-size: 0.8rem;
    line-height: 1.4em;
    font-weight: 500;
}
.footer__wrap .content .right .emails .links a:hover,
.footer__wrap .content .right .footer__link a:hover,
.footer__wrap .content .right .email__section a:hover {
    color: hsla(0, 0%, 100%, 0.75);
}
.footer__wrap .content .right .emails .links {
    margin-bottom: 0.8rem;
}
.footer__wrap .content .right .emails .links a {
    margin-bottom: 0.8rem;
}
.footer__wrap .content .right .emails .links a:last-child {
    margin-bottom: 0;
}
.footer__wrap .content .right .emails .footer__link {
    margin-bottom: 0.25rem;
}
.footer__wrap .content .right .email__section {
    margin-bottom: 1rem;
}
.footer__wrap .content .right .footer-icons a {
    margin-right: 0.9rem;
}
.footer__wrap .content .right .footer-icons a li i {
    color: hsla(0, 0%, 100%, 0.65);
}
.footer__wrap .content .right .footer-icons a li:hover i {
    color: var(--white);
}
.footer__wrap .content .right .footer-icons a:last-child {
    margin-right: 0;
}
.footer__wrap .copyright {
    width: 100%;
    padding: 1.5rem 0;
    border-top: 1px solid hsl(0, 0%, 30%);
}
.footer__wrap .copyright .text {
    text-align: center;
    font-size: 0.75rem;
    color: var(--white);
    line-height: 1.36em;
    color: var(--description);
    margin-bottom: 0;
}
.footer__wrap .copyright .text a {
    color: var(--blue-primary);
}
#back-to-top:hover {
    background-color: var(--blue-primary-alt) !important;
}
#back-to-top:hover i {
    color: var(--white);
}
@media screen and (max-width: 1400px) {
    #navbar-responsive {
        padding: 0 30px 0 0;
    }
    .title_sec {
        gap: 8px;
        margin-bottom: 1.75rem;
    }
    .title_sec .title_subtitle {
        font-size: 0.7rem;
    }
    .title_sec .title_content {
        font-size: 2.2rem;
        line-height: 3.4rem;
    }
    .title_sec .title_description {
        font-size: 0.8rem;
    }
    .footer__wrap .content {
        padding: 3rem 0 2rem 0;
    }
}
@media screen and (max-width: 1024px) {
    #main .navbar-nav {
        margin: 0 !important;
        gap: 0.6rem !important;
    }
    #main .navbar-nav li.nav-item a.nav-link {
        font-weight: 500;
        font-size: 14px;
        padding: 0;
    }
    #navbar-responsive {
        padding: 10px 0 0 0 !important;
    }
    #navbar-responsive .navbar-brand {
        padding-top: 0;
        padding-bottom: 10px;
        margin-right: 0;
        width: 24%;
        padding-left: 16px;
    }
    .navbar-toggler:focus {
        box-shadow: 0 0 0 0.05rem;
    }
    #navbarNav {
        width: 85%;
        justify-content: space-between;
    }
    .navbar-toggler {
        margin-right: 24px;
        margin-bottom: 8px;
    }
    .frontend-body .navbar-collapse {
        background: #cddcef;
        padding: 2rem 2.5rem;
    }
    a.icon span.header-icon {
        font-size: 24px;
    }
    .title_sec {
        margin-bottom: 1.5rem;
    }
    .title_sec .title_content {
        font-size: 2rem;
        line-height: 3rem;
    }
    .footer__wrap .content {
        padding: 3rem 0 2rem 0;
    }
    .footer__wrap .content .left {
        width: 15%;
    }
    .footer__wrap .content .right {
        width: 32%;
    }
}
@media screen and (max-width: 760px) {
    .title_sec {
        align-items: flex-start;
        margin-bottom: 2rem;
    }
    .title_sec .title_subtitle {
        line-height: 1.1rem;
    }
    .title_sec .title_content {
        font-size: 1.5rem;
        line-height: 2.2rem;
    }
    .title_sec .title_description {
        line-height: 1.6em;
        margin-bottom: 0;
    }
    #navbar-responsive .navbar-brand {
        width: 35%;
    }
    #navbar-responsive .navbar-brand #brand-img {
        width: 100%;
    }
    .footer__container {
        padding: 0 24px;
    }
    .footer__wrap .content {
        gap: 1.5rem;
        padding: 2.5rem 0 1.5rem 0;
        flex-direction: column;
        align-items: center;
    }
    .footer__wrap .content .left {
        width: 30%;
    }
    .footer__wrap .content .right {
        width: 100%;
        text-align: center;
    }
} /*# sourceMappingURL=common.css.map */
