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

[class^="_icon-"]::before,
[class*=" _icon-"]::before {
  font-family: 'icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
._icon-phone:before {
  content: "\e905";
}
._icon-email:before {
  content: "\e909";
  color: #fff;
}
._icon-inst:before {
  content: "\e900";
  color: #fff;
}
._icon-In:before {
  content: "\e901";
  color: #fff;
}
._icon-arrow:before {
  content: "\e902";
  color: #fff;
}
._icon-FB:before {
  content: "\e903";
  color: #fff;
}
._icon-twitter:before {
  content: "\e904";
  color: #fff;
}
._icon-GPS:before {
  content: "\e906";
  color: #fff;
}
._icon-globus:before {
  content: "\e907";
  color: #fff;
}
._icon-YT:before {
  content: "\e908";
  color: #fff;
}
