<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.t-footer img {
    max-width: 100%;
    height: auto;
}

#footerTop .footer-top-container {
    border-top-style: solid;
    border-top-width: 10px;
}

#footerTop .contact-list {
    border-style: none solid;
    border-width: 0 1px;
}

    #footerTop .contact-list ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

    #footerTop .contact-list li {
        padding: 8px 0;
        font-size: 15px;
    }

#footerTop .menu-list ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#footerTop .menu-list li {
    padding: 4px 0;
    font-weight: bold;
}

#footerBottom p {
    font-size: 12px;
}

@media (max-width: 767px) {
    #footerTop {
        text-align: center;
    }

        #footerTop .contact-list {
            border-style: solid none;
            border-width: 1px 0;
        }
}

/********** Footer 1 ************/
#footerTop .contact-list-h1 ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

    #footerTop .contact-list-h1 ul li {
        font-size: 15px;
        display: inline-block;
        padding: 5px 15px;
    }

        #footerTop .contact-list-h1 ul li .contact-box {
            display: grid;
            grid-template-columns: 52px auto;
            align-self: center;
            grid-gap: 8px;
        }

        #footerTop .contact-list-h1 ul li span {
            display: block;
        }

        #footerTop .contact-list-h1 ul li i {
            border: 2px solid #9f010c;
            border-radius: 50%;
            height: 50px;
            width: 50px;
            padding: 9px;
            font-size: 28px;
            line-height: 1;
        }

.ct-item {
    align-self: center;
    text-align: left;
}

#footerTop .menu-list-h1 ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
}

#footerTop .menu-list-h1 li {
    font-weight: bold;
    display: inline-block;
    text-align: center;
    padding: 4px 5px;
}

    #footerTop .menu-list-h1 li:before {
        content: '|';
        font-weight: bold;
        display: inline-block;
        padding-right: 13px;
    }

    #footerTop .menu-list-h1 li:first-child:before {
        content: none;
    }

#f-content {
    background: #222629;
    color: #8a8a8a;
    font-size: 13px;
    line-height: 1.2;
}

img.logo-grey {
    filter: grayscale(1);
}


/********** Footer 2 ************/

.footer-content-h2 {
    font-size: 11px;
    line-height: 1.3;
    column-count: 4;
    column-gap: 30px;
    text-align: justify;
}

#f-content a {
    color: #9E9E9E;
}

    #f-content a:hover {
        color: #fff;
    }

#f-content .menu-list-h1 ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
}

#f-content .menu-list-h1 li {
    display: inline-block;
    text-align: center;
    padding: 4px 5px;
}

    #f-content .menu-list-h1 li:before {
        content: '|';
        display: inline-block;
        padding-right: 13px;
        color: #8d8d8d;
    }

    #f-content .menu-list-h1 li:first-child:before {
        content: none;
    }

/********** Footer 3 ************/

#footerTop .menu-list-h2 ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#footerTop .menu-list-h2 li {
    display: inline-block;
    text-align: center;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: 600;
}

    #footerTop .menu-list-h2 li:before {
        content: '|';
        display: inline-block;
        padding-right: 13px;
        color: #8d8d8d;
    }

    #footerTop .menu-list-h2 li:first-child:before {
        content: none;
    }

/********** Footer 5 ************/


    .footerMenu a {
        color: #fff;
    }

    .footerMenu .menu-list-h3 ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

    .footerMenu .menu-list-h3 li {
        display: inline-block;
        text-align: center;
        padding: 4px 5px;
        font-size: 14px;
        font-weight: 600;
    }

        .footerMenu .menu-list-h3 li:before {
            content: '|';
            display: inline-block;
            padding-right: 13px;
            color: #8d8d8d;
            color: #fff;
        }

        .footerMenu .menu-list-h3 li:first-child:before {
            content: none;
        }


@media (max-width: 767px) {
    #footerTop .contact-list-h1 ul li {
        display: block;
    }

    .footer-content-h1, .footer-content-h2 {
        display: none;
    }
}
</pre></body></html>