@charset "UTF-8";

[data-icon]:before {
  font-family: "lptech-font" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="lp-"]:before,
[class*=" lp-"]:before {
  font-family: "lptech-font" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lp-chevron-down:before {
  content: "\61";
}
.lp-chevron-right:before {
  content: "\62";
}
.lp-clock:before {
  content: "\63";
}
.lp-close:before {
  content: "\64";
}
.lp-download:before {
  content: "\65";
}
.lp-facebook:before {
  content: "\66";
}
.lp-flickr:before {
  content: "\67";
}
.lp-linkedin:before {
  content: "\68";
}
.lp-location:before {
  content: "\69";
}
.lp-menu:before {
  content: "\6a";
}
.lp-slide:before {
  content: "\6b";
}
.lp-sms:before {
  content: "\6c";
}
.lp-tiktok:before {
  content: "\6d";
}
.lp-youtube:before {
  content: "\6e";
}