@font-face {
    font-family: "B-Educ Raleway";
    src: url("../fonts/Raleway-Bold.ttf") format("truetype");
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "B-Educ DM";
    src: url("../fonts/DMSans-Regular.ttf") format("truetype");
    font-weight: 400;
    font-display: swap;
}

.navbar {
    border-bottom: 1px solid rgba(16, 46, 68, .08);
    font-family: "B-Educ DM", sans-serif;
}

.navbar .container {
    max-width: 1380px;
}

.navbar .navbar-brand.b-educ-brand,
.footer-section .navbar-brand.b-educ-brand {
    display: inline-flex;
    width: auto;
    align-items: center;
    gap: 9px;
    margin: 0;
    padding: 0;
    color: #102e44;
    font-family: "B-Educ Raleway", sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.04em;
}

.b-educ-brand__mark {
    display: grid;
    width: 37px;
    height: 37px;
    place-items: center;
    border-radius: 9px 9px 9px 2px;
    color: #fff;
    background: #237a70;
    font-size: 20px;
    line-height: 1;
    transform: rotate(-3deg);
}

.b-educ-brand__name strong {
    color: #237a70;
    font-weight: 700;
}

.navbar .nav-item {
    margin-right: 10px;
    margin-left: 10px;
}

.navbar .nav-item .nav-link {
    color: #314e60;
    font-size: 14px;
    text-transform: none;
}

.navbar .nav-item .active,
.navbar .nav-item .nav-link:hover {
    color: #237a70;
}

.navbar .navbar-text {
    display: flex;
    align-items: center;
    gap: 14px;
}

.navbar .navbar-text .b-educ-nav-login {
    color: #27485a;
    font-size: 13px;
    font-weight: 600;
}

.navbar .navbar-text .btn-custom {
    display: inline-flex;
    width: auto;
    min-width: 120px;
    height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0 17px;
    border-radius: 7px;
    color: #fff;
    background: #237a70;
    font-family: "B-Educ DM", sans-serif;
    font-size: 13px;
    white-space: nowrap;
}

.navbar .navbar-text .btn-custom:hover {
    color: #fff;
    background: #175b55;
}

.footer-section .b-educ-brand--footer {
    margin-bottom: 20px;
    color: #fff;
}

.footer-section .b-educ-brand--footer .b-educ-brand__name strong {
    color: #80c0b5;
}

.footer-section .b-educ-footer-help p {
    margin-bottom: 16px;
}

.footer-section .b-educ-footer-help__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #80c0b5;
    font-size: 13px;
    font-weight: 600;
}

.footer-section .b-educ-footer-help__link:hover {
    color: #f0bd60;
}

.footer-section .b-educ-footer-help__policy {
    display: block;
    margin-top: 13px;
    color: #9eb0ba;
    font-size: 12px;
}

.cookie-content {
    border: 1px solid rgba(16, 46, 68, .08);
    border-radius: 12px;
    box-shadow: 0 18px 50px rgba(16, 46, 68, .14);
    font-family: "B-Educ DM", sans-serif;
}

.cookie-content .cookie-title {
    color: #102e44;
    font-weight: 600;
}

.cookie-content .text--base {
    color: #237a70 !important;
}

.cookie-content .cookie-btns button {
    border: 0;
    font-family: "B-Educ DM", sans-serif;
}

.cookie-content .cookie-btns .close-btn {
    color: #536e7d;
    background: transparent;
}

.cookie-content .cookie-btns .btn-custom {
    background: #237a70;
}

@media (max-width: 1199px) {
    .navbar .nav-item {
        margin-right: 6px;
        margin-left: 6px;
    }

    .navbar .navbar-text .b-educ-nav-login {
        display: none;
    }
}

@media (max-width: 991px) {
    .navbar .container {
        min-height: 70px;
    }

    .navbar .navbar-brand.b-educ-brand {
        font-size: 21px;
    }

    .navbar .collapse {
        position: absolute;
        top: 70px;
        right: 12px;
        left: 12px;
        padding: 13px 18px;
        border: 1px solid rgba(16, 46, 68, .1);
        border-radius: 10px;
        background: #fff;
        box-shadow: 0 16px 40px rgba(16, 46, 68, .14);
    }

    .navbar .nav-item {
        margin: 2px 0;
    }

    .navbar .navbar-text .b-educ-nav-register {
        min-width: 112px;
        padding: 0 12px;
        font-size: 12px;
    }
}

@media (max-width: 420px) {
    .navbar .navbar-brand.b-educ-brand {
        gap: 7px;
        font-size: 19px;
    }

    .b-educ-brand__mark {
        width: 33px;
        height: 33px;
        font-size: 18px;
    }

    .navbar .navbar-text .b-educ-nav-register {
        min-width: 0;
        height: 38px;
        padding: 0 10px;
        font-size: 11px;
    }
}
