/* Custom Bootstrap Icons - Only Used Icons (12 of 2059)
 * Codepoints synced with bootstrap-icons 1.11.3 reference. Do not change without
 * cross-checking https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.css */
@font-face {
  font-family: 'bootstrap-icons';
  src: url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/fonts/bootstrap-icons.woff2') format('woff2');
  font-display: swap;
}

.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: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-building::before        { content: "\f1dd"; }
.bi-building-add::before    { content: "\f867"; }
.bi-chevron-down::before    { content: "\f282"; }
.bi-envelope-at-fill::before{ content: "\f84b"; }
.bi-fullscreen::before      { content: "\f3df"; }
.bi-geo-alt-fill::before    { content: "\f3e7"; }
.bi-map::before             { content: "\f47f"; }
.bi-music-note-beamed::before{ content: "\f49e"; }
.bi-telephone-fill::before  { content: "\f5b4"; }
.bi-three-dots::before      { content: "\f5d4"; }
.bi-train-front::before     { content: "\f81d"; }
.bi-whatsapp::before        { content: "\f618"; }
