@font-face {
  font-family: 'Stacks Icons';
  src: url('../stacks-icons/font/icons.woff2') format('woff2');
  font-display: block;
}

[class^="icon-"]::before, 
[class*=" icon-"]::before {
  font-family: "Stacks Icons";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Added spin animation */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.spin-icon {
  display: inline-block;
  animation: spin 2s linear infinite;
}

/* Font icon sizing */
.icon-1x {
  font-size: 1em; 
}

.icon-2x {
  font-size: 2em; 
}

.icon-3x {
  font-size: 3em; 
}

.icon-4x {
  font-size: 4em; 
}

.icon-5x {
  font-size: 5em; 
}

.icon-6x {
  font-size: 6em; 
}

.icon-7x {
  font-size: 7em; 
}

.icon-8x {
  font-size: 8em; 
}

.icon-9x {
  font-size: 9em; 
}

.icon-10x {
  font-size: 10em; 
}

.icon-arrow-down-a-z-regular:before { content: '\e800'; } /* '' */
.icon-arrow-right-regular:before { content: '\e801'; } /* '' */
.icon-arrow-up-a-z-regular:before { content: '\e802'; } /* '' */
.icon-arrow-up-from-bracket-regular:before { content: '\e803'; } /* '' */
.icon-bookmark-regular:before { content: '\e804'; } /* '' */
.icon-calendar-regular:before { content: '\e805'; } /* '' */
.icon-calendar-arrow-down-regular:before { content: '\e806'; } /* '' */
.icon-check-regular:before { content: '\e807'; } /* '' */
.icon-chevron-down-regular:before { content: '\e808'; } /* '' */
.icon-chevron-left-regular:before { content: '\e809'; } /* '' */
.icon-chevron-right-regular:before { content: '\e80a'; } /* '' */
.icon-chevron-up-regular:before { content: '\e80b'; } /* '' */
.icon-clock-regular:before { content: '\e80c'; } /* '' */
.icon-code-regular:before { content: '\e80d'; } /* '' */
.icon-ellipsis-regular:before { content: '\e80e'; } /* '' */
.icon-envelope-regular:before { content: '\e80f'; } /* '' */
.icon-font-regular:before { content: '\e810'; } /* '' */
.icon-link-regular:before { content: '\e811'; } /* '' */
.icon-magnifying-glass-regular:before { content: '\e812'; } /* '' */
.icon-minus-regular:before { content: '\e813'; } /* '' */
.icon-notdef-regular:before { content: '\e814'; } /* '' */
.icon-plus-regular:before { content: '\e815'; } /* '' */
.icon-thumbs-down-regular:before { content: '\e816'; } /* '' */
.icon-thumbs-up-regular:before { content: '\e817'; } /* '' */
.icon-thumbtack-regular:before { content: '\e818'; } /* '' */
.icon-xmark-regular:before { content: '\e819'; } /* '' */
.icon-bars-solid:before { content: '\e81a'; } /* '' */
.icon-book-arrow-right-solid:before { content: '\e81b'; } /* '' */
.icon-bookmark-solid:before { content: '\e81c'; } /* '' */
.icon-book-open-cover-solid:before { content: '\e81d'; } /* '' */
.icon-border-bottom-regular:before { content: '\e81e'; } /* '' */
.icon-border-left-regular:before { content: '\e81f'; } /* '' */
.icon-border-none-regular:before { content: '\e820'; } /* '' */
.icon-border-outer-regular:before { content: '\e821'; } /* '' */
.icon-border-right-regular:before { content: '\e822'; } /* '' */
.icon-border-top-regular:before { content: '\e823'; } /* '' */
.icon-briefcase-solid:before { content: '\e824'; } /* '' */
.icon-calendar-solid:before { content: '\e825'; } /* '' */
.icon-calendar-clock-solid:before { content: '\e826'; } /* '' */
.icon-caret-down-solid:before { content: '\e827'; } /* '' */
.icon-caret-up-solid:before { content: '\e828'; } /* '' */
.icon-chair-office-solid:before { content: '\e829'; } /* '' */
.icon-circle-check-solid:before { content: '\e82a'; } /* '' */
.icon-circle-info-solid:before { content: '\e82b'; } /* '' */
.icon-circle-plus-solid:before { content: '\e82c'; } /* '' */
.icon-circle-question-solid:before { content: '\e82d'; } /* '' */
.icon-circle-small-solid:before { content: '\e82e'; } /* '' */
.icon-clock-solid:before { content: '\e82f'; } /* '' */
.icon-copy-solid:before { content: '\e830'; } /* '' */
.icon-database-solid:before { content: '\e831'; } /* '' */
.icon-earth-americas-solid:before { content: '\e832'; } /* '' */
.icon-envelope-solid:before { content: '\e833'; } /* '' */
.icon-file-solid:before { content: '\e834'; } /* '' */
.icon-file-lines-solid:before { content: '\e835'; } /* '' */
.icon-filter-list-solid:before { content: '\e836'; } /* '' */
.icon-gear-solid:before { content: '\e837'; } /* '' */
.icon-gears-solid:before { content: '\e838'; } /* '' */
.icon-graduation-cap-solid:before { content: '\e839'; } /* '' */
.icon-grid-solid:before { content: '\e83a'; } /* '' */
.icon-hexagon-exclamation-solid:before { content: '\e83b'; } /* '' */
.icon-image-solid:before { content: '\e83c'; } /* '' */
.icon-language-solid:before { content: '\e83d'; } /* '' */
.icon-location-dot-solid:before { content: '\e83e'; } /* '' */
.icon-minus-solid:before { content: '\e83f'; } /* '' */
.icon-newspaper-solid:before { content: '\e840'; } /* '' */
.icon-notdef-solid:before { content: '\e841'; } /* '' */
.icon-paintbrush-solid:before { content: '\e842'; } /* '' */
.icon-pen-to-square-solid:before { content: '\e843'; } /* '' */
.icon-phone-solid:before { content: '\e844'; } /* '' */
.icon-plus-solid:before { content: '\e845'; } /* '' */
.icon-quotes-solid:before { content: '\e846'; } /* '' */
.icon-sort-solid:before { content: '\e847'; } /* '' */
.icon-square-solid:before { content: '\e848'; } /* '' */
.icon-square-rss-solid:before { content: '\e849'; } /* '' */
.icon-star-solid:before { content: '\e84a'; } /* '' */
.icon-table-rows-solid:before { content: '\e84b'; } /* '' */
.icon-thumbs-down-solid:before { content: '\e84c'; } /* '' */
.icon-thumbs-up-solid:before { content: '\e84d'; } /* '' */
.icon-thumbtack-solid:before { content: '\e84e'; } /* '' */
.icon-trash-can-solid:before { content: '\e84f'; } /* '' */
.icon-triangle-exclamation-solid:before { content: '\e850'; } /* '' */
.icon-user-solid:before { content: '\e851'; } /* '' */
.icon-users-solid:before { content: '\e852'; } /* '' */
.icon-user-slash-solid:before { content: '\e853'; } /* '' */
.icon-wallet-solid:before { content: '\e854'; } /* '' */
.icon-app-store-ios:before { content: '\e855'; } /* '' */
.icon-flickr:before { content: '\e856'; } /* '' */
.icon-google-play:before { content: '\e857'; } /* '' */
.icon-linkedin:before { content: '\e858'; } /* '' */
.icon-square-facebook:before { content: '\e859'; } /* '' */
.icon-square-google-plus:before { content: '\e85a'; } /* '' */
.icon-square-instagram:before { content: '\e85b'; } /* '' */
.icon-square-pinterest:before { content: '\e85c'; } /* '' */
.icon-square-tumblr:before { content: '\e85d'; } /* '' */
.icon-square-twitter:before { content: '\e85e'; } /* '' */
.icon-square-youtube:before { content: '\e85f'; } /* '' */
.icon-tiktok:before { content: '\e860'; } /* '' */
.icon-circle-minus-solid:before { content: '\e861'; } /* '' */
.icon-magnifying-glass-location-solid:before { content: '\e862'; } /* '' */
.icon-sparkles-solid:before { content: '\e863'; } /* '' */
.icon-square-minus-solid:before { content: '\e864'; } /* '' */
.icon-square-plus-solid:before { content: '\e865'; } /* '' */
.icon-dropbox:before { content: '\e866'; } /* '' */
.icon-star-of-life-solid:before { content: '\e867'; } /* '' */
.icon-ellipsis-vertical-solid:before { content: '\e868'; } /* '' */
.icon-circle-pause-regular:before { content: '\e869'; } /* '' */
.icon-circle-play-regular:before { content: '\e86a'; } /* '' */
.icon-caret-left-solid:before { content: '\e86b'; } /* '' */
.icon-caret-right-solid:before { content: '\e86c'; } /* '' */
.icon-eye-slash-solid:before { content: '\e86d'; } /* '' */
.icon-eye-solid:before { content: '\e86e'; } /* '' */
.icon-arrow-left-solid:before { content: '\e86f'; } /* '' */
.icon-angles-left-solid:before { content: '\e870'; } /* '' */
.icon-angles-right-solid:before { content: '\e871'; } /* '' */
.icon-window-restore-solid:before { content: '\e872'; } /* '' */
.icon-circle-exclamation-solid:before { content: '\e873'; } /* '' */
.icon-circle-xmark-solid:before { content: '\e874'; } /* '' */
.icon-circle-notch-solid:before { content: '\e875'; } /* '' */
.icon-spinner-solid:before { content: '\e876'; } /* '' */
.icon-arrow-rotate-left-solid:before { content: '\e877'; } /* '' */
.icon-arrow-down-solid:before { content: '\e878'; } /* '' */
.icon-sliders-solid:before { content: '\e879'; } /* '' */
.icon-heart-crack-solid:before { content: '\e87a'; } /* '' */
.icon-heart-solid:before { content: '\e87b'; } /* '' */
.icon-file-pdf-solid:before { content: '\e87c'; } /* '' */
.icon-clipboard-list-solid:before { content: '\e87d'; } /* '' */
.icon-filter-solid:before { content: '\e87e'; } /* '' */
.icon-arrow-right-solid:before { content: '\e87f'; } /* '' */
.icon-align-justify-solid:before { content: '\e880'; } /* '' */
.icon-plug-solid:before { content: '\e881'; } /* '' */
.icon-arrow-up-solid:before { content: '\e882'; } /* '' */
.icon-up-right-and-down-left-from-center-solid:before { content: '\e883'; } /* '' */
.icon-arrows-up-down-left-right-solid:before { content: '\e884'; } /* '' */
.icon-square-arrow-up-right-solid:before { content: '\e885'; } /* '' */
.icon-arrow-up-right-from-square-solid:before { content: '\e886'; } /* '' */
.icon-window-restore-regular:before { content: '\e887'; } /* '' */
.icon-arrows-rotate-solid:before { content: '\e888'; } /* '' */
.icon-rotate-solid:before { content: '\e889'; } /* '' */
.icon-shuffle-solid:before { content: '\e88a'; } /* '' */
.icon-right-left-solid:before { content: '\e88b'; } /* '' */
.icon-folder-solid:before { content: '\e88c'; } /* '' */
.icon-folder-open-solid:before { content: '\e88d'; } /* '' */
.icon-note-sticky-solid:before { content: '\e88e'; } /* '' */
.icon-book-solid:before { content: '\e88f'; } /* '' */
.icon-envelope-open-solid:before { content: '\e890'; } /* '' */
.icon-comment-dots-solid:before { content: '\e891'; } /* '' */
.icon-print-solid:before { content: '\e892'; } /* '' */
.icon-lock-solid:before { content: '\e893'; } /* '' */
.icon-lock-open-solid:before { content: '\e894'; } /* '' */
.icon-tags-solid:before { content: '\e895'; } /* '' */
.icon-house-solid:before { content: '\e896'; } /* '' */
.icon-flag-solid:before { content: '\e897'; } /* '' */
.icon-quote-left-solid:before { content: '\e898'; } /* '' */
.icon-wrench-solid:before { content: '\e899'; } /* '' */
.icon-magnifying-glass-minus-solid:before { content: '\e89a'; } /* '' */
.icon-magnifying-glass-plus-solid:before { content: '\e89b'; } /* '' */
.icon-floppy-disk-solid:before { content: '\e89c'; } /* '' */
.icon-pencil-solid:before { content: '\e89d'; } /* '' */
.icon-cart-shopping-solid:before { content: '\e89e'; } /* '' */
.icon-calculator-solid:before { content: '\e89f'; } /* '' */
.icon-key-solid:before { content: '\e8a0'; } /* '' */
.icon-file-code-solid:before { content: '\e8a1'; } /* '' */
.icon-video-solid:before { content: '\e8a2'; } /* '' */
.icon-scissors-solid:before { content: '\e8a3'; } /* '' */
.icon-lightbulb-solid:before { content: '\e8a4'; } /* '' */
.icon-circle-chevron-up-solid:before { content: '\e8a5'; } /* '' */
.icon-circle-chevron-right-solid:before { content: '\e8a6'; } /* '' */
.icon-battery-full-solid:before { content: '\e8a7'; } /* '' */
.icon-battery-half-solid:before { content: '\e8a8'; } /* '' */
.icon-battery-quarter-solid:before { content: '\e8a9'; } /* '' */
.icon-battery-empty-solid:before { content: '\e8aa'; } /* '' */
.icon-signal-solid:before { content: '\e8ab'; } /* '' */
.icon-wifi-solid:before { content: '\e8ac'; } /* '' */
.icon-power-off-solid:before { content: '\e8ad'; } /* '' */
.icon-volume-high-solid:before { content: '\e8ae'; } /* '' */
.icon-volume-xmark-solid:before { content: '\e8af'; } /* '' */
.icon-eject-solid:before { content: '\e8b0'; } /* '' */
.icon-stop-solid:before { content: '\e8b1'; } /* '' */
.icon-forward-step-solid:before { content: '\e8b2'; } /* '' */
.icon-backward-step-solid:before { content: '\e8b3'; } /* '' */
.icon-backward-solid:before { content: '\e8b4'; } /* '' */
.icon-forward-solid:before { content: '\e8b5'; } /* '' */
.icon-circle-arrow-down-solid:before { content: '\e8b6'; } /* '' */
.icon-circle-arrow-left-solid:before { content: '\e8b7'; } /* '' */
.icon-circle-arrow-right-solid:before { content: '\e8b8'; } /* '' */
.icon-circle-arrow-up-solid:before { content: '\e8b9'; } /* '' */
.icon-circle-chevron-down-solid:before { content: '\e8ba'; } /* '' */
.icon-circle-chevron-left-solid:before { content: '\e8bb'; } /* '' */
.icon-rectangle-xmark-solid:before { content: '\e8bc'; } /* '' */
.icon-circle-half-stroke-solid:before { content: '\e8bd'; } /* '' */
.icon-globe-solid:before { content: '\e8be'; } /* '' */
.icon-copy-regular:before { content: '\e8bf'; } /* '' */
.icon-square-x-twitter:before { content: '\ea5a'; } /* '' */
.icon-x-twitter:before { content: '\ea5b'; } /* '' */
.icon-pause-solid:before { content: '\e8bf'; } /* '' */
.icon-play-solid:before { content: '\e8c0'; } /* '' */
