@font-face {
    font-family: 'icons';
    src: url('../fonts/icons.eot?s6l2nu');
    src: url('../fonts/icons.eot?s6l2nu#iefix') format('embedded-opentype'), url('../fonts/icons.ttf?s6l2nu') format('truetype'), url('../fonts/icons.woff?s6l2nu') format('woff'), url('../fonts/icons.svg?s6l2nu#icons') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="_icon-"]::before,
[class*=" _icon-"]::before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icons' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

._icon-check:before {
    content: "\e907";
    padding-right: 5px;
}

._icon-file:before {
    content: "\e906";
    padding-right: 5px;
}

._icon-present:before {
    content: "\e903";
    padding-right: 5px;
}

._icon-Arrow-3:before {
    content: "\e904";
}

._icon-Arrow-4:before {
    content: "\e905";
}

._icon-facebook:before {
    content: "\e900";
}

._icon-inst:before {
    content: "\e901";
}

._icon-phone-1-1:before {
    content: "\e902";
}