@charset "UTF-8";
@font-face {
  font-family: ctm-icon;
  src: url("/files/layout/icon/icomoon.woff?1777274454") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=i-]:before, [class*=" i-"]:before {
  font: normal normal normal 1em "ctm-icon";
  line-height: inherit;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 0.3em;
  content: var(--ico);
}

.i-person-digging, .fi-person-digging {
  --ico:"";
}

.i-clipboard, .fi-clipboard {
  --ico:"";
}

.i-facebook-square, .fi-facebook-square {
  --ico:"";
}

.i-comments, .fi-comments {
  --ico:"";
}

.i-phone, .fi-phone {
  --ico:"";
}

.i-envelope, .fi-envelope {
  --ico:"";
}

.i-comments-o, .fi-comments-o {
  --ico:"";
}

.i-instagram, .fi-instagram {
  --ico:"";
}
/** Compiled with Theme Compiler */