@font-face {
    font-family: "icons";
    src: url("./icons.eot?3eea83a3f3370c35e4a480d63c980a00?#iefix") format("embedded-opentype"),
url("./icons.woff2?3eea83a3f3370c35e4a480d63c980a00") format("woff2"),
url("./icons.woff?3eea83a3f3370c35e4a480d63c980a00") format("woff"),
url("./icons.ttf?3eea83a3f3370c35e4a480d63c980a00") format("truetype"),
url("./icons.svg?3eea83a3f3370c35e4a480d63c980a00#icons") format("svg");
}

i[class^="icon-"]:before, i[class*=" icon-"]:before {
    font-family: icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
    content: "\f101";
}
.icon-close:before {
    content: "\f102";
}
.icon-envelope-solid:before {
    content: "\f103";
}
.icon-linkedin-brands:before {
    content: "\f104";
}
.icon-map-marker-alt-solid:before {
    content: "\f105";
}
.icon-menu:before {
    content: "\f106";
}
.icon-phone-solid:before {
    content: "\f107";
}
