@font-face {
    font-family: "icons";
    src: url("./icons.eot?daef8e8d1f92c19ee0545dfd2cdd2ea4?#iefix") format("embedded-opentype"),
url("./icons.woff2?daef8e8d1f92c19ee0545dfd2cdd2ea4") format("woff2"),
url("./icons.woff?daef8e8d1f92c19ee0545dfd2cdd2ea4") format("woff"),
url("./icons.ttf?daef8e8d1f92c19ee0545dfd2cdd2ea4") format("truetype"),
url("./icons.svg?daef8e8d1f92c19ee0545dfd2cdd2ea4#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-right:before {
    content: "\f101";
}
.icon-checkmark-with-circle:before {
    content: "\f102";
}
.icon-close:before {
    content: "\f103";
}
.icon-external-link:before {
    content: "\f104";
}
