#footer.ct-footer {
    border-top: 1px solid rgba(47, 72, 88, .14);
    background: #fff;
}

#footer .ct-footer-copyright {
    width: 100%;
    color: #334e68;
    font-size: .875rem;
}

.cl-site-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    padding-block: 20px;
}

.cl-site-footer__copyright {
    flex: 0 0 auto;
}

.cl-site-footer__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px 22px;
}

.cl-site-footer__links a {
    color: #334e68;
    text-decoration: none;
}

.cl-site-footer__links a:hover {
    color: #39b313;
}

.cl-site-footer__links a:focus-visible {
    outline: 2px solid #39b313;
    outline-offset: 3px;
}

@media (max-width: 689.98px) {
    .cl-site-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }

    .cl-site-footer__links {
        justify-content: flex-start;
    }
}
