/* FontAwesome Minimal - Only icons used by DTDA */
@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:swap;src:url("/fonts/fa-solid-900.woff2") format("woff2")}
.fa,.fas{font-family:"Font Awesome 5 Free";font-weight:900;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}

/* Core icons used */
.fa-arrow-right:before{content:"\f061"}
.fa-bars:before{content:"\f0c9"}
.fa-bullseye:before{content:"\f140"}
.fa-calendar:before{content:"\f133"}
.fa-chevron-left:before{content:"\f053"}
.fa-chevron-right:before{content:"\f054"}
.fa-clock:before{content:"\f017"}
.fa-exclamation-triangle:before{content:"\f071"}
.fa-external-link-alt:before{content:"\f35d"}
.fa-file-alt:before{content:"\f15c"}
.fa-flag:before{content:"\f024"}
.fa-globe:before{content:"\f0ac"}
.fa-link:before{content:"\f0c1"}
.fa-lock:before{content:"\f023"}
.fa-map-marker-alt:before{content:"\f3c5"}
.fa-microscope:before{content:"\f610"}
.fa-mobile-alt:before{content:"\f3cd"}
.fa-radar-chart:before{content:"\e934"}
.fa-robot:before{content:"\f544"}
.fa-rocket:before{content:"\f135"}
.fa-satellite:before{content:"\f7bf"}
.fa-search:before{content:"\f002"}
.fa-spin{animation:fa-spin 2s infinite linear}
.fa-spinner:before{content:"\f110"}
.fa-star:before{content:"\f005"}
.fa-tag:before{content:"\f02b"}
.fa-times:before{content:"\f00d"}

@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}