/*!
 * Bootstrap Icons v1.13.1 (https://icons.getbootstrap.com/)
 * Copyright 2019-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */

@font-face {
  font-family: 'bootstrap-icons';
  src: url('/font/bootstrap-icons.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  ascent-override: 90%;
  descent-override: 10%;
  line-gap-override: 0%;
}

@font-face {
  font-family: "bootstrap-icons";
  font-display: swap;
  ascent-override: 90%;
  descent-override: 10%;
  line-gap-override: 0%;
  src: url("./font/bootstrap-icons.woff2?e34853135f9e39acf64315236852cd5a") format("woff2"),
       url("./font/bootstrap-icons.woff?e34853135f9e39acf64315236852cd5a") format("woff");
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bi-arrow-right::before { content: "\f138"; }
.bi-arrow-up::before { content: "\f148"; }
.bi-building::before { content: "\f1dd"; }
.bi-compass::before { content: "\f2d1"; }
.bi-envelope::before { content: "\f32f"; }
.bi-geo-alt-fill::before { content: "\f3e7"; }
.bi-search::before { content: "\f52a"; }
.bi-sunrise::before { content: "\f5a5"; }
.bi-sunset::before { content: "\f5a7"; }
.bi-telephone::before { content: "\f5c1"; }