<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'fgt-icons';
  src:  url('fonts/fgt-icons.eot?u118da');
  src:  url('fonts/fgt-icons.eot?u118da#iefix') format('embedded-opentype'),
    url('fonts/fgt-icons.ttf?u118da') format('truetype'),
    url('fonts/fgt-icons.woff?u118da') format('woff'),
    url('fonts/fgt-icons.svg?u118da#fgt-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="fgt-icon-"], [class*=" fgt-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'fgt-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fgt-icon-arrow-down:before {
  content: "\e903";
}
.fgt-icon-check:before {
  content: "\e902";
}
.fgt-icon-arrow-up:before {
  content: "\e900";
}
.fgt-icon-flo:before {
  content: "\e901";
}
</pre></body></html>