@font-face {
  font-family: 'icomoon';
  src:  url('icomoon.eot?uvmutx');
  src:  url('icomoon.eot?uvmutx#iefix') format('embedded-opentype'),
    url('icomoon.ttf?uvmutx') format('truetype'),
    url('icomoon.woff?uvmutx') format('woff'),
    url('icomoon.svg?uvmutx#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  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-hover_arrow:before {
  content: "\e902";
}
.icon-web:before {
  content: "\e904";
}
.icon-mobile:before {
  content: "\e903";
}
.icon-Desktop:before {
  content: "\e901";
}
.icon-data_platform:before {
  content: "\e900";
}