<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'Gilroy';
    src: url('/../../../i/fonts/fisp/Gilroy-Black.woff2') format('woff2'),
        url('/../../../i/fonts/fisp/Gilroy-Black.woff') format('woff');
    font-weight: 900;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/../../../i/fonts/fisp/Gilroy-Medium.woff2') format('woff2'),
        url('/../../../i/fonts/fisp/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/../../../i/fonts/fisp/Gilroy-Regular.woff2') format('woff2'),
        url('/../../../i/fonts/fisp/Gilroy-Regular.woff') format('woff');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/../../../i/fonts/fisp/Gilroy-SemiBold.woff2') format('woff2'),
        url('/../../../i/fonts/fisp/Gilroy-SemiBold.woff') format('woff');
    font-weight: 600;
    font-display: swap;
}

.footer, .footer * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Gilroy', sans-serif;
}

.footer b{font-weight: bold !important;}

.footer .container {
    margin: 0 auto;
    max-width: 1280px;
    width: calc(100% - 40px);
}

.footer {
    padding: 40px 0 !important;
    background: #242424;
}

.footer__logo {
    display: flex;
    align-items: center;
}

.footer__logo-title {
    color: rgba(255, 255, 255, 0.78);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    max-width: 148px;
}

.footer__primary-col {
    display: flex;
    width: 50%;
}

.footer__primary-col:first-child {
    flex-direction: column;
    gap: 30px;
}

.footer__primary-col:last-child {
    justify-content: flex-end;
}

.footer__links-title,
.footer__links-items a {
    color: rgba(255, 255, 255, 0.78);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 180% */
}

.footer__links-items {
    display: flex;
    gap: 3px;
}

.footer__primary {
    display: flex;
    padding: 0 0 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.78);
}

.footer__info-row {
    display: flex;
    gap: 73px;
}

.footer__info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 30px 0 0 0;
}

.footer__info-title {
    color: rgba(255, 255, 255, 0.78);
    font-family: Inter;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 177.778% */
    width: 50%;
}

.footer__award {
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 10px;
    padding: 15px 8px;
    margin-right: 1px;
    height: 200px !important;
    box-sizing: border-box;
}

.footer__slider {
    display: block;
    width: 150px;
    height: 200px;
}

.slick-prev:before,
[dir="rtl"] .slick-next::before {
    content: url(/i/img/quiz_two/left_arrow.svg) !important;
}

.slick-next:before,
[dir="rtl"] .slick-prev::before {
    content: url(/i/img/quiz_two/right_arrow.svg) !important;
}

.footer__sliders {
    display: inline-grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 80px;
    grid-row-gap: 10px;
}

.footer__awards {
    display: grid;
    grid-template-columns: auto;
    grid-auto-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.slick-slide img {
    margin: 0 auto;
    padding-bottom: 15px;
    max-width: 90px;
    min-height: 97px;
}

.footer__award p {
    font-family: 'SF Pro Display', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.78);
    padding: 0 15px;
}

.slick-prev {
    left: 5px !important;
    z-index: 1;
}

.slick-next {
    right: 5px !important;
}

.footer__sliders {
    direction: ltr;
}

.footer__logo-img {
    border-right: 2px solid rgba(255, 255, 255, 0.78);
    padding: 0 15px 0 0;
}

.footer__logo-title {
    padding: 0 0 0 15px;
}

.footer__links-items a:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.78);
    padding: 0 3px 0 0;
}

.fisp-prmo .fisp-forms{margin-bottom: 60px;}

@media (max-width: 1100px) {
    .footer__primary {
        flex-direction: column;
        gap: 30px;
    }

    .footer__primary-col {
        width: 100%;
    }

    .footer__primary-col:last-child {
        justify-content: center;
    }

    .footer__info-row {
        flex-direction: column-reverse;
        gap: 15px;
    }

    .footer__info-title {
        width: 100%;
    }

    .footer__logo {
        justify-content: center;
    }

    .footer {
        padding: 30px 0 !important;
    }

    .footer__primary-col:first-child {
        gap: 40px;
    }

    .footer__links-title {
        text-align: center;
    }

    .footer__links-items {
        justify-content: center;
    }

    .footer__primary {
        gap: 47px;
        padding: 0 0 22px 0;
    }

    .footer__info {
        padding: 17px 0 0 0;
        gap: 15px;
    }

    .footer__info-title {
        text-align: center;
    }

    .third__logo img {
        width: 157px;
    }

    .first__logo img,
    .third__logo img {
        width: 157px;
    }
}

@media screen and (max-width: 767.98px) {
    .footer .container {
        margin: 0 15px;
    }

    .footer__logo-img img {
        width: 169px;
    }

    .footer__primary-col:first-child {
        gap: 25px;
    }

    .footer__links-title {
        margin: 0 0 15px 0;
    }

    .footer__primary {
        gap: 80px;
        padding: 0 0 30px 0;
    }

    .footer__info {
        padding: 32px 0 0 0;
        gap: 10px;
    }

    .footer__info-row {
        gap: 10px;
    }

    .footer {
        padding: 27px 0 95px 0;
    }

    .footer__sliders {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .third__logo img {
        width: 123px;
    }
}

@media screen and (max-width: 475px) {
    .footer__sliders {
        grid-column-gap: 20px;
    }
}</pre></body></html>