<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* --------------------------------------------- 
 Icons Repository 
 --------------------------------------------- */


/*
@font-face {
    font-family: laphIconFont;
    src: url('../../fonts/laph-icon/laphiconfont.woff2');
}
*/

@font-face {
    font-family: 'laphIconFont';
    src: url('../../fonts/laph-icon/laphiconfont.eot');
    /* IE9 Compat Modes */
    src: url('../../fonts/laph-icon/laphiconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../fonts/laph-icon/laphiconfont.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../fonts/laph-icon/laphiconfont.woff') format('woff'), /* Pretty Modern Browsers */
    url('../../fonts/laph-icon/laphiconfont.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../fonts/laph-icon/laphiconfont.svg#svgFontName') format('svg');
    /* Legacy iOS */
}

.icon:before {
    font-family: laphIconFont;
    font-weight: normal;
    text-align: center;
    display: inline-block;
    content: "";
    vertical-align: middle;
    text-decoration: none;
}

.i-mr-3:before {
    margin-right: 17px;
}

.icon {
    display: inline-block;
    vertical-align: middle;
}

.x75:before {
    font-size: 68px;
}

.x48:before {
    font-size: 48px;
}

.x16:before {
    font-size: 20px;
    line-height: .9em;
}

.cBlue:before {
    color: navy;
}

a.cBlue:hover::before {
    color: #00002D
}

.cWhite:before {
    color: white;
}

a.cWhite:hover::before {
    color: #DFE0E1
}

a.cPrimary:before {
    color: var(--primary);
}

a.cInfo:before {
    color: var(--info);
}

a.cWarning:before {
    color: var(--warning);
}

a.cSuccess:before {
    color: var(--success)
}

a.cDanger:before {
    color: var(--danger);
}

a.cPrimary:before:hover {
    color: #04123c;
}

a.cInfo:before:hover {
    color: #138496;
}

a.cWarning:before:hover {
    color: #a1490e;
}

a.cSuccess:before:hover {
    color: #050e00;
}

a.cDanger:before:hover {
    color: #33254b;
}</pre></body></html>