@font-face {
  font-family: 'icomoon';
  src:
    url('fonts/icomoon.ttf?66t4ya') format('truetype'),
    url('fonts/icomoon.woff?66t4ya') format('woff'),
    url('fonts/icomoon.svg?66t4ya#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !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-arrow_forward:before {
  content: "\e909";
}
.icon-arrow_drop_down:before {
  content: "\e908";
}
.icon-navigate_next:before {
  content: "\e907";
}
.icon-chevron_right:before {
  content: "\e907";
}
.icon-email:before {
  content: "\e906";
}
.icon-call:before {
  content: "\e905";
}
.icon-check:before {
  content: "\e904";
}
.icon-clear:before {
  content: "\e903";
}
.icon-menu:before {
  content: "\e900";
}
.icon-arrow_downward:before {
  content: "\e901";
}
.icon-keyboard_arrow_down:before {
  content: "\e902";
}
