/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
 .qwertyui{display: inline-block;}
 .fa,
 .fas,
 .far,
 .fal,
 .fad,
 .fab {
   -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
   display: inline-block;
   font-style: normal;
   font-variant: normal;
   text-rendering: auto;
   line-height: 1; }
 
 .fa-lg {
   font-size: 1.33333em;
   line-height: 0.75em;
   vertical-align: -.0667em; }
 
 .fa-xs {
   font-size: .75em; }
 
 .fa-sm {
   font-size: .875em; }
 
 .fa-1x {
   font-size: 1em; }
 
 .fa-2x {
   font-size: 2em; }
 
 .fa-3x {
   font-size: 3em; }
 
 .fa-4x {
   font-size: 4em; }
 
 .fa-5x {
   font-size: 5em; }
 
 .fa-6x {
   font-size: 6em; }
 
 .fa-7x {
   font-size: 7em; }
 
 .fa-8x {
   font-size: 8em; }
 
 .fa-9x {
   font-size: 9em; }
 
 .fa-10x {
   font-size: 10em; }
 
 .fa-fw {
   text-align: center;
   width: 1.25em; }
 
 .fa-ul {
   list-style-type: none;
   margin-left: 2.5em;
   padding-left: 0; }
   .fa-ul > li {
     position: relative; }
 
 .fa-li {
   left: -2em;
   position: absolute;
   text-align: center;
   width: 2em;
   line-height: inherit; }
 
 .fa-border {
   border: solid 0.08em #eee;
   border-radius: .1em;
   padding: .2em .25em .15em; }
 
 .fa-pull-left {
   float: left; }
 
 .fa-pull-right {
   float: right; }
 
 .fa.fa-pull-left,
 .fas.fa-pull-left,
 .far.fa-pull-left,
 .fal.fa-pull-left,
 .fab.fa-pull-left {
   margin-right: .3em; }
 
 .fa.fa-pull-right,
 .fas.fa-pull-right,
 .far.fa-pull-right,
 .fal.fa-pull-right,
 .fab.fa-pull-right {
   margin-left: .3em; }
 
 .fa-spin {
   -webkit-animation: fa-spin 2s infinite linear;
           animation: fa-spin 2s infinite linear; }
 
 .fa-pulse {
   -webkit-animation: fa-spin 1s infinite steps(8);
           animation: fa-spin 1s infinite steps(8); }
 
 @-webkit-keyframes fa-spin {
   0% {
     -webkit-transform: rotate(0deg);
             transform: rotate(0deg); }
   100% {
     -webkit-transform: rotate(360deg);
             transform: rotate(360deg); } }
 
 @keyframes fa-spin {
   0% {
     -webkit-transform: rotate(0deg);
             transform: rotate(0deg); }
   100% {
     -webkit-transform: rotate(360deg);
             transform: rotate(360deg); } }
 
 .fa-rotate-90 {
   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
   -webkit-transform: rotate(90deg);
           transform: rotate(90deg); }
 
 .fa-rotate-180 {
   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
   -webkit-transform: rotate(180deg);
           transform: rotate(180deg); }
 
 .fa-rotate-270 {
   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
   -webkit-transform: rotate(270deg);
           transform: rotate(270deg); }
 
 .fa-flip-horizontal {
   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
   -webkit-transform: scale(-1, 1);
           transform: scale(-1, 1); }
 
 .fa-flip-vertical {
   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
   -webkit-transform: scale(1, -1);
           transform: scale(1, -1); }
 
 .fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
   -webkit-transform: scale(-1, -1);
           transform: scale(-1, -1); }
 
 :root .fa-rotate-90,
 :root .fa-rotate-180,
 :root .fa-rotate-270,
 :root .fa-flip-horizontal,
 :root .fa-flip-vertical,
 :root .fa-flip-both {
   -webkit-filter: none;
           filter: none; }
 
 .fa-stack {
   display: inline-block;
   height: 2em;
   line-height: 2em;
   position: relative;
   vertical-align: middle;
   width: 2.5em; }
 
 .fa-stack-1x,
 .fa-stack-2x {
   left: 0;
   position: absolute;
   text-align: center;
   width: 100%; }
 
 .fa-stack-1x {
   line-height: inherit; }
 
 .fa-stack-2x {
   font-size: 2em; }
 
 .fa-inverse {
   color: #fff; }
 
 /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
 readers do not read off random characters that represent icons */
 .fa-accusoft:before {
  content: "\f369"; }

 .fa-address-book:before {
   content: "\f2b9"; }
 
 .fa-address-card:before {
   content: "\f2bb"; }
 
 .fa-adjust:before {
   content: "\f042"; }
 
 .fa-alarm-clock:before {
   content: "\f34e"; }
 
 .fa-align-center:before {
   content: "\f037"; }
 
 .fa-align-justify:before {
   content: "\f039"; }
 
 .fa-align-left:before {
   content: "\f036"; }
 
 .fa-align-right:before {
   content: "\f038"; }
 
 .fa-align-slash:before {
   content: "\f846"; }
 
 .fa-amazon:before {
   content: "\f270"; }
 
 .fa-amazon-pay:before {
   content: "\f42c"; }
 
 .fa-analytics:before {
   content: "\f643"; }
 
 .fa-anchor:before {
   content: "\f13d"; }
 
 .fa-angle-double-down:before {
   content: "\f103"; }
 
 .fa-angle-double-left:before {
   content: "\f100"; }
 
 .fa-angle-double-right:before {
   content: "\f101"; }
 
 .fa-angle-double-up:before {
   content: "\f102"; }
 
 .fa-angle-down:before {
   content: "\f107"; }
 
 .fa-angle-left:before {
   content: "\f104"; }
 
 .fa-angle-right:before {
   content: "\f105"; }
 
 .fa-angle-up:before {
   content: "\f106"; }
 
 .fa-apple:before {
   content: "\f179"; }
 
 .fa-apple-alt:before {
   content: "\f5d1"; }
 
 .fa-apple-pay:before {
   content: "\f415"; }
 
 .fa-archive:before {
   content: "\f187"; }
 
 .fa-arrow-alt-circle-down:before {
   content: "\f358"; }
 
 .fa-arrow-alt-circle-left:before {
   content: "\f359"; }
 
 .fa-arrow-alt-circle-right:before {
   content: "\f35a"; }
 
 .fa-arrow-alt-circle-up:before {
   content: "\f35b"; }
 
 .fa-arrow-alt-down:before {
   content: "\f354"; }
 
 .fa-arrow-alt-from-bottom:before {
   content: "\f346"; }
 
 .fa-arrow-alt-from-left:before {
   content: "\f347"; }
 
 .fa-arrow-alt-from-right:before {
   content: "\f348"; }
 
 .fa-arrow-alt-from-top:before {
   content: "\f349"; }
 
 .fa-arrow-alt-left:before {
   content: "\f355"; }
 
 .fa-arrow-alt-right:before {
   content: "\f356"; }
 
 .fa-arrow-alt-square-down:before {
   content: "\f350"; }
 
 .fa-arrow-alt-square-left:before {
   content: "\f351"; }
 
 .fa-arrow-alt-square-right:before {
   content: "\f352"; }
 
 .fa-arrow-alt-square-up:before {
   content: "\f353"; }
 
 .fa-arrow-alt-to-bottom:before {
   content: "\f34a"; }
 
 .fa-arrow-alt-to-left:before {
   content: "\f34b"; }
 
 .fa-arrow-alt-to-right:before {
   content: "\f34c"; }
 
 .fa-arrow-alt-to-top:before {
   content: "\f34d"; }
 
 .fa-arrow-alt-up:before {
   content: "\f357"; }
 
 .fa-arrow-circle-down:before {
   content: "\f0ab"; }
 
 .fa-arrow-circle-left:before {
   content: "\f0a8"; }
 
 .fa-arrow-circle-right:before {
   content: "\f0a9"; }
 
 .fa-arrow-circle-up:before {
   content: "\f0aa"; }
 
 .fa-arrow-down:before {
   content: "\f063"; }
 
 .fa-arrow-from-bottom:before {
   content: "\f342"; }
 
 .fa-arrow-from-left:before {
   content: "\f343"; }
 
 .fa-arrow-from-right:before {
   content: "\f344"; }
 
 .fa-arrow-from-top:before {
   content: "\f345"; }
 
 .fa-arrow-left:before {
   content: "\f060"; }
 
 .fa-arrow-right:before {
   content: "\f061"; }
 
 .fa-arrow-square-down:before {
   content: "\f339"; }
 
 .fa-arrow-square-left:before {
   content: "\f33a"; }
 
 .fa-arrow-square-right:before {
   content: "\f33b"; }
 
 .fa-arrow-square-up:before {
   content: "\f33c"; }
 
 .fa-arrow-to-bottom:before {
   content: "\f33d"; }
 
 .fa-arrow-to-left:before {
   content: "\f33e"; }
 
 .fa-arrow-to-right:before {
   content: "\f340"; }
 
 .fa-arrow-to-top:before {
   content: "\f341"; }
 
 .fa-arrow-up:before {
   content: "\f062"; }
 
 .fa-arrows:before {
   content: "\f047"; }
 
 .fa-arrows-alt:before {
   content: "\f0b2"; }
 
 .fa-arrows-alt-h:before {
   content: "\f337"; }
 
 .fa-arrows-alt-v:before {
   content: "\f338"; }
 
 .fa-arrows-h:before {
   content: "\f07e"; }
 
 .fa-arrows-v:before {
   content: "\f07d"; }
 
 .fa-asterisk:before {
   content: "\f069"; }
 
 .fa-at:before {
   content: "\f1fa"; }
 
 .fa-award:before {
   content: "\f559"; }
 
 .fa-aws:before {
   content: "\f375"; }
 
 .fa-backspace:before {
   content: "\f55a"; }
 
 .fa-backward:before {
   content: "\f04a"; }
 
 .fa-badge:before {
   content: "\f335"; }
 
 .fa-badge-check:before {
   content: "\f336"; }
 
 .fa-badge-dollar:before {
   content: "\f645"; }
 
 .fa-badge-percent:before {
   content: "\f646"; }
 
 .fa-bags-shopping:before {
   content: "\f847"; }
 
 .fa-balance-scale:before {
   content: "\f24e"; }
 
 .fa-ban:before {
   content: "\f05e"; }
 
 .fa-barcode:before {
   content: "\f02a"; }
 
 .fa-bars:before {
   content: "\f0c9"; }
 
 .fa-bell:before {
   content: "\f0f3"; }
 
 .fa-bell-on:before {
   content: "\f8fa"; }
 
 .fa-bell-slash:before {
   content: "\f1f6"; }
 
 .fa-bells:before {
   content: "\f77f"; }
 
 .fa-bezier-curve:before {
   content: "\f55b"; }

  .fa-binoculars:before {
    content: "\f1e5"; }
 
 .fa-blackberry:before {
   content: "\f37b"; }
 
 .fa-blanket:before {
   content: "\f498"; }
 
 .fa-blog:before {
   content: "\f781"; }
 
 .fa-blogger:before {
   content: "\f37c"; }
 
 .fa-blogger-b:before {
   content: "\f37d"; }
 
 .fa-bold:before {
   content: "\f032"; }
 
 .fa-bolt:before {
   content: "\f0e7"; }
 
 .fa-book:before {
   content: "\f02d"; }
 
 .fa-book-alt:before {
   content: "\f5d9"; }
 
 .fa-book-open:before {
   content: "\f518"; }
 
 .fa-book-reader:before {
   content: "\f5da"; }
 
 .fa-book-user:before {
   content: "\f7e7"; }
 
 .fa-bookmark:before {
   content: "\f02e"; }
 
 .fa-border-all:before {
   content: "\f84c"; }
 
 .fa-border-bottom:before {
   content: "\f84d"; }
 
 .fa-border-center-h:before {
   content: "\f89c"; }
 
 .fa-border-center-v:before {
   content: "\f89d"; }
 
 .fa-border-inner:before {
   content: "\f84e"; }
 
 .fa-border-left:before {
   content: "\f84f"; }
 
 .fa-border-none:before {
   content: "\f850"; }
 
 .fa-border-outer:before {
   content: "\f851"; }
 
 .fa-border-right:before {
   content: "\f852"; }
 
 .fa-border-style:before {
   content: "\f853"; }
 
 .fa-border-style-alt:before {
   content: "\f854"; }
 
 .fa-border-top:before {
   content: "\f855"; }
 
 .fa-box:before {
   content: "\f466"; }
 
 .fa-box-alt:before {
   content: "\f49a"; }
 
 .fa-box-open:before {
   content: "\f49e"; }
 
 .fa-boxes:before {
   content: "\f468"; }
 
 .fa-boxes-alt:before {
   content: "\f4a1"; }
 
 .fa-brackets:before {
   content: "\f7e9"; }
 
 .fa-brackets-curly:before {
   content: "\f7ea"; }
 
 .fa-braille:before {
   content: "\f2a1"; }
 
 .fa-bread-loaf:before {
   content: "\f7eb"; }
 
 .fa-bread-slice:before {
   content: "\f7ec"; }
 
 .fa-bring-forward:before {
   content: "\f856"; }
 
 .fa-bring-front:before {
   content: "\f857"; }
 
 .fa-browser:before {
   content: "\f37e"; }
 
 .fa-bullhorn:before {
   content: "\f0a1"; }
 
 .fa-bullseye:before {
   content: "\f140"; }
 
 .fa-calculator:before {
   content: "\f1ec"; }
 
 .fa-calculator-alt:before {
   content: "\f64c"; }
 
 .fa-calendar:before {
   content: "\f133"; }
 
 .fa-calendar-alt:before {
   content: "\f073"; }
 
 .fa-calendar-check:before {
   content: "\f274"; }
 
 .fa-camera-retro:before {
   content: "\f083"; }
 
 .fa-caret-circle-down:before {
   content: "\f32d"; }
 
 .fa-caret-circle-left:before {
   content: "\f32e"; }
 
 .fa-caret-circle-right:before {
   content: "\f330"; }
 
 .fa-caret-circle-up:before {
   content: "\f331"; }
 
 .fa-caret-down:before {
   content: "\f0d7"; }
 
 .fa-caret-left:before {
   content: "\f0d9"; }
 
 .fa-caret-right:before {
   content: "\f0da"; }
 
 .fa-caret-square-down:before {
   content: "\f150"; }
 
 .fa-caret-square-left:before {
   content: "\f191"; }
 
 .fa-caret-square-right:before {
   content: "\f152"; }
 
 .fa-caret-square-up:before {
   content: "\f151"; }
 
 .fa-caret-up:before {
   content: "\f0d8"; }
 
 .fa-cart-plus:before {
   content: "\f217"; }
 
 .fa-cc-amazon-pay:before {
   content: "\f42d"; }
 
 .fa-cc-amex:before {
   content: "\f1f3"; }
 
 .fa-cc-apple-pay:before {
   content: "\f416"; }
 
 .fa-cc-diners-club:before {
   content: "\f24c"; }
 
 .fa-cc-discover:before {
   content: "\f1f2"; }
 
 .fa-cc-jcb:before {
   content: "\f24b"; }
 
 .fa-cc-mastercard:before {
   content: "\f1f1"; }
 
 .fa-cc-paypal:before {
   content: "\f1f4"; }
 
 .fa-cc-stripe:before {
   content: "\f1f5"; }
 
 .fa-cc-visa:before {
   content: "\f1f0"; }
 
 .fa-certificate:before {
   content: "\f0a3"; }
 
 .fa-chalkboard:before {
   content: "\f51b"; }
 
.fa-chalkboard-teacher:before {
  content: "\f51c"; }

 .fa-chart-area:before {
   content: "\f1fe"; }
 
 .fa-chart-bar:before {
   content: "\f080"; }
 
 .fa-chart-line:before {
   content: "\f201"; }
 
 .fa-chart-line-down:before {
   content: "\f64d"; }
 
 .fa-chart-network:before {
   content: "\f78a"; }
 
 .fa-chart-pie:before {
   content: "\f200"; }
 
 .fa-chart-pie-alt:before {
   content: "\f64e"; }
 
 .fa-chart-scatter:before {
   content: "\f7ee"; }
 
 .fa-check:before {
   content: "\f00c"; }
 
 .fa-check-circle:before {
   content: "\f058"; }
 
 .fa-check-double:before {
   content: "\f560"; }
 
 .fa-check-square:before {
   content: "\f14a"; }
 
 .fa-chess-board:before {
   content: "\f43c"; }
 
 .fa-chevron-circle-down:before {
   content: "\f13a"; }
 
 .fa-chevron-circle-left:before {
   content: "\f137"; }
 
 .fa-chevron-circle-right:before {
   content: "\f138"; }
 
 .fa-chevron-circle-up:before {
   content: "\f139"; }
 
 .fa-chevron-double-down:before {
   content: "\f322"; }
 
 .fa-chevron-double-left:before {
   content: "\f323"; }
 
 .fa-chevron-double-right:before {
   content: "\f324"; }
 
 .fa-chevron-double-up:before {
   content: "\f325"; }
 
 .fa-chevron-down:before {
   content: "\f078"; }
 
 .fa-chevron-left:before {
   content: "\f053"; }
 
 .fa-chevron-right:before {
   content: "\f054"; }
 
 .fa-chevron-square-down:before {
   content: "\f329"; }
 
 .fa-chevron-square-left:before {
   content: "\f32a"; }
 
 .fa-chevron-square-right:before {
   content: "\f32b"; }
 
 .fa-chevron-square-up:before {
   content: "\f32c"; }
 
 .fa-chevron-up:before {
   content: "\f077"; }
 
 .fa-circle:before {
   content: "\f111"; }
 
 .fa-circle-notch:before {
   content: "\f1ce"; }
 
 .fa-clipboard:before {
   content: "\f328"; }
 
 .fa-clipboard-check:before {
   content: "\f46c"; }
 
 .fa-clipboard-user:before {
   content: "\f7f3"; }
 
 .fa-clock:before {
   content: "\f017"; }
 
 .fa-clone:before {
   content: "\f24d"; }
 
 .fa-cloud:before {
   content: "\f0c2"; }
 
 .fa-cloud-download:before {
   content: "\f0ed"; }
 
 .fa-cloud-upload:before {
   content: "\f0ee"; }
 
 .fa-cloud-upload-alt:before {
   content: "\f382"; }
 
 .fa-code:before {
   content: "\f121"; }
 
 .fa-code-branch:before {
   content: "\f126"; }
 
 .fa-code-merge:before {
   content: "\f387"; }

  .fa-coffee:before {
    content: "\f0f4"; }
 
 .fa-cog:before {
   content: "\f013"; }
 
 .fa-cogs:before {
   content: "\f085"; }
 
 .fa-comment:before {
   content: "\f075"; }
 
 .fa-comment-alt:before {
   content: "\f27a"; }
 
 .fa-comment-alt-dots:before {
   content: "\f4a3"; }
 
 .fa-comment-alt-lines:before {
   content: "\f4a6"; }
 
 .fa-comment-dots:before {
   content: "\f4ad"; }
 
 .fa-comment-lines:before {
   content: "\f4b0"; }
 
 .fa-comments:before {
   content: "\f086"; }
 
 .fa-comments-alt:before {
   content: "\f4b6"; }
 
.fa-comments-dollar:before {
  content: "\f653"; }

 .fa-compress:before {
   content: "\f066"; }
 
 .fa-compress-alt:before {
   content: "\f422"; }
 
 .fa-compress-arrows-alt:before {
   content: "\f78c"; }
 
 .fa-compress-wide:before {
   content: "\f326"; }
 
 .fa-copy:before {
   content: "\f0c5"; }
 
 .fa-credit-card:before {
   content: "\f09d"; }
 
 .fa-crop:before {
   content: "\f125"; }
 
 .fa-crop-alt:before {
   content: "\f565"; }
 
 .fa-crosshairs:before {
   content: "\f05b"; }
 
 .fa-css3:before {
   content: "\f13c"; }
 
 .fa-cube:before {
   content: "\f1b2"; }
 
 .fa-cubes:before {
   content: "\f1b3"; }
 
 .fa-cut:before {
   content: "\f0c4"; }
 
 .fa-database:before {
   content: "\f1c0"; }
 
 .fa-desktop:before {
   content: "\f108"; }
 
 .fa-desktop-alt:before {
   content: "\f390"; }
 
 .fa-digg:before {
   content: "\f1a6"; }
 
 .fa-dollar-sign:before {
   content: "\f155"; }
 
 .fa-dot-circle:before {
   content: "\f192"; }
 
 .fa-download:before {
   content: "\f019"; }
 
 .fa-draw-circle:before {
   content: "\f5ed"; }
 
 .fa-draw-polygon:before {
   content: "\f5ee"; }
 
 .fa-draw-square:before {
   content: "\f5ef"; }
 
 .fa-dropbox:before {
   content: "\f16b"; }
 
 .fa-ear-muffs:before {
   content: "\f795"; }
 
 .fa-ebay:before {
   content: "\f4f4"; }
 
 .fa-edit:before {
   content: "\f044"; }
 
 .fa-ellipsis-h:before {
   content: "\f141"; }
 
 .fa-ellipsis-h-alt:before {
   content: "\f39b"; }
 
 .fa-ellipsis-v:before {
   content: "\f142"; }
 
 .fa-ellipsis-v-alt:before {
   content: "\f39c"; }
 
 .fa-empty-set:before {
   content: "\f656"; }
 
 .fa-envelope:before {
   content: "\f0e0"; }
 
 .fa-envelope-open:before {
   content: "\f2b6"; }
 
 .fa-envelope-open-dollar:before {
   content: "\f657"; }
 
 .fa-envelope-open-text:before {
   content: "\f658"; }
 
 .fa-envelope-square:before {
   content: "\f199"; }
 
 .fa-euro-sign:before {
   content: "\f153"; }
 
 .fa-exchange:before {
   content: "\f0ec"; }
 
 .fa-exchange-alt:before {
   content: "\f362"; }
 
 .fa-exclamation:before {
   content: "\f12a"; }
 
 .fa-exclamation-circle:before {
   content: "\f06a"; }
 
 .fa-exclamation-square:before {
   content: "\f321"; }
 
 .fa-exclamation-triangle:before {
   content: "\f071"; }
 
 .fa-expand:before {
   content: "\f065"; }
 
 .fa-expand-alt:before {
   content: "\f424"; }
 
 .fa-expand-arrows:before {
   content: "\f31d"; }
 
 .fa-expand-arrows-alt:before {
   content: "\f31e"; }
 
 .fa-expand-wide:before {
   content: "\f320"; }
 
 .fa-external-link:before {
   content: "\f08e"; }
 
 .fa-external-link-alt:before {
   content: "\f35d"; }
 
 .fa-eye:before {
   content: "\f06e"; }
 
 .fa-eye-dropper:before {
   content: "\f1fb"; }
 
 .fa-eye-slash:before {
   content: "\f070"; }
 
 .fa-facebook:before {
   content: "\f09a"; }
 
 .fa-facebook-f:before {
   content: "\f39e"; }
 
 .fa-facebook-messenger:before {
   content: "\f39f"; }
 
 .fa-facebook-square:before {
   content: "\f082"; }
 
 .fa-fast-backward:before {
   content: "\f049"; }
 
 .fa-fast-forward:before {
   content: "\f050"; }
 
 .fa-fedex:before {
   content: "\f797"; }
 
 .fa-file:before {
   content: "\f15b"; }
 
 .fa-file-alt:before {
   content: "\f15c"; }
 
 .fa-file-archive:before {
   content: "\f1c6"; }
 
 .fa-file-chart-line:before {
   content: "\f659"; }
 
 .fa-file-code:before {
   content: "\f1c9"; }
 
 .fa-file-csv:before {
   content: "\f6dd"; }
 
 .fa-file-download:before {
   content: "\f56d"; }
 
 .fa-file-edit:before {
   content: "\f31c"; }
 
 .fa-file-excel:before {
   content: "\f1c3"; }
 
 .fa-file-exclamation:before {
   content: "\f31a"; }
 
 .fa-file-export:before {
   content: "\f56e"; }
 
 .fa-file-image:before {
   content: "\f1c5"; }

  .fa-file-import:before {
    content: "\f56f"; }
 
 .fa-file-invoice:before {
   content: "\f570"; }
 
 .fa-file-invoice-dollar:before {
   content: "\f571"; }
 
 .fa-file-pdf:before {
   content: "\f1c1"; }
 
 .fa-file-signature:before {
   content: "\f573"; }
 
 .fa-file-upload:before {
   content: "\f574"; }
 
 .fa-file-user:before {
   content: "\f65c"; }
 
 .fa-file-word:before {
   content: "\f1c2"; }
 
 .fa-files-medical:before {
   content: "\f7fd"; }
 
 .fa-fill:before {
   content: "\f575"; }
 
 .fa-filter:before {
   content: "\f0b0"; }
 
 .fa-flag:before {
   content: "\f024"; }
 
 .fa-flag-alt:before {
   content: "\f74c"; }
 
 .fa-folder:before {
   content: "\f07b"; }
 
 .fa-folder-download:before {
   content: "\e053"; }
 
 .fa-folder-minus:before {
   content: "\f65d"; }
 
 .fa-folder-open:before {
   content: "\f07c"; }
 
 .fa-folder-plus:before {
   content: "\f65e"; }
 
 .fa-folder-times:before {
   content: "\f65f"; }
 
 .fa-folder-tree:before {
   content: "\f802"; }
 
 .fa-folder-upload:before {
   content: "\e054"; }
 
 .fa-folders:before {
   content: "\f660"; }
 
 .fa-font:before {
   content: "\f031"; }
 
 .fa-font-case:before {
   content: "\f866"; }
 
 .fa-forward:before {
   content: "\f04e"; }

  .fa-gavel:before {
    content: "\f0e3"; }

   .fa-gem:before {
    content: "\f3a5"; }
 
 .fa-gg-circle:before {
   content: "\f261"; }
 
 .fa-gift:before {
   content: "\f06b"; }
 
 .fa-gifts:before {
   content: "\f79c"; }
 
 .fa-globe:before {
   content: "\f0ac"; }
 
 .fa-globe-americas:before {
   content: "\f57d"; }
 
 .fa-google:before {
   content: "\f1a0"; }
 
 .fa-google-drive:before {
   content: "\f3aa"; }
 
 .fa-google-pay:before {
   content: "\e079"; }
 
 .fa-google-play:before {
   content: "\f3ab"; }
 
 .fa-google-plus:before {
   content: "\f2b3"; }
 
 .fa-google-plus-g:before {
   content: "\f0d5"; }
 
 .fa-google-plus-square:before {
   content: "\f0d4"; }
 
 .fa-greater-than:before {
   content: "\f531"; }
 
 .fa-greater-than-equal:before {
   content: "\f532"; }
 
 .fa-grip-horizontal:before {
   content: "\f58d"; }
 
 .fa-grip-lines:before {
   content: "\f7a4"; }
 
 .fa-grip-lines-vertical:before {
   content: "\f7a5"; }
 
 .fa-grip-vertical:before {
   content: "\f58e"; }

  .fa-h-square:before {
  content: "\f0fd"; }
 
 .fa-hand-paper:before {
   content: "\f256"; }
 
.fa-handshake:before {
  content: "\f2b5"; }

 .fa-hand-pointer:before {
   content: "\f25a"; }
 
 .fa-hashtag:before {
   content: "\f292"; }
 
 .fa-heading:before {
   content: "\f1dc"; }
 
 .fa-headphones:before {
   content: "\f025"; }
 
 .fa-headphones-alt:before {
   content: "\f58f"; }
 
 .fa-headset:before {
   content: "\f590"; }
 
 .fa-heart:before {
   content: "\f004"; }
 
 .fa-heart-circle:before {
   content: "\f4c7"; }
 
 .fa-heart-square:before {
   content: "\f4c8"; }
 
 .fa-hexagon:before {
   content: "\f312"; }
 
 .fa-history:before {
   content: "\f1da"; }
 
 .fa-home:before {
   content: "\f015"; }
 
 .fa-home-alt:before {
   content: "\f80a"; }
 
 .fa-home-lg:before {
   content: "\f80b"; }
 
 .fa-home-lg-alt:before {
   content: "\f80c"; }
 
 .fa-horizontal-rule:before {
   content: "\f86c"; }
 
 .fa-html5:before {
   content: "\f13b"; }
 
 .fa-icons:before {
   content: "\f86d"; }
 
 .fa-icons-alt:before {
   content: "\f86e"; }
 
 .fa-id-badge:before {
   content: "\f2c1"; }
 
 .fa-image:before {
   content: "\f03e"; }
 
 .fa-image-polaroid:before {
   content: "\f8c4"; }
 
 .fa-images:before {
   content: "\f302"; }
 
 .fa-inbox-in:before {
   content: "\f310"; }
 
 .fa-inbox-out:before {
   content: "\f311"; }
 
 .fa-indent:before {
   content: "\f03c"; }
 
 .fa-info:before {
   content: "\f129"; }
 
 .fa-info-circle:before {
   content: "\f05a"; }
 
 .fa-info-square:before {
   content: "\f30f"; }
 
 .fa-instagram:before {
   content: "\f16d"; }
 
 .fa-instagram-square:before {
   content: "\e055"; }
 
 .fa-invision:before {
   content: "\f7b0"; }
 
 .fa-italic:before {
   content: "\f033"; }
 
 .fa-js:before {
   content: "\f3b8"; }
 
 .fa-jsfiddle:before {
   content: "\f1cc"; }
 
 .fa-key:before {
   content: "\f084"; }
 
 .fa-language:before {
   content: "\f1ab"; }
 
 .fa-laptop:before {
   content: "\f109"; }
 
 .fa-layer-group:before {
   content: "\f5fd"; }
 
 .fa-layer-plus:before {
   content: "\f5ff"; }
 
 .fa-leaf:before {
   content: "\f06c"; }
 
 .fa-less-than:before {
   content: "\f536"; }
 
 .fa-level-down:before {
   content: "\f149"; }
 
 .fa-level-down-alt:before {
   content: "\f3be"; }
 
 .fa-level-up:before {
   content: "\f148"; }
 
 .fa-level-up-alt:before {
   content: "\f3bf"; }
 
 .fa-lightbulb:before {
   content: "\f0eb"; }
 
 .fa-lightbulb-exclamation:before {
   content: "\f671"; }

   .fa-line:before {
    content: "\f3c0"; }
 
 .fa-line-columns:before {
   content: "\f870"; }
 
 .fa-line-height:before {
   content: "\f871"; }
 
 .fa-link:before {
   content: "\f0c1"; }
 
 .fa-linkedin:before {
   content: "\f08c"; }
 
 .fa-linkedin-in:before {
   content: "\f0e1"; }
 
 .fa-list:before {
   content: "\f03a"; }
 
 .fa-list-alt:before {
   content: "\f022"; }
 
 .fa-list-ol:before {
   content: "\f0cb"; }
 
 .fa-list-ul:before {
   content: "\f0ca"; }
 
 .fa-location-arrow:before {
   content: "\f124"; }
 
 .fa-lock:before {
   content: "\f023"; }
 
 .fa-lock-alt:before {
   content: "\f30d"; }
 
 .fa-lock-open:before {
   content: "\f3c1"; }
 
 .fa-lock-open-alt:before {
   content: "\f3c2"; }
 
 .fa-long-arrow-alt-down:before {
   content: "\f309"; }
 
 .fa-long-arrow-alt-left:before {
   content: "\f30a"; }
 
 .fa-long-arrow-alt-right:before {
   content: "\f30b"; }
 
 .fa-long-arrow-alt-up:before {
   content: "\f30c"; }
 
 .fa-long-arrow-down:before {
   content: "\f175"; }
 
 .fa-long-arrow-left:before {
   content: "\f177"; }
 
 .fa-long-arrow-right:before {
   content: "\f178"; }
 
 .fa-long-arrow-up:before {
   content: "\f176"; }
 
 .fa-luggage-cart:before {
   content: "\f59d"; }
 
 .fa-magic:before {
   content: "\f0d0"; }
 
 .fa-mail-bulk:before {
   content: "\f674"; }
 
 .fa-map:before {
   content: "\f279"; }
 
 .fa-map-marker:before {
   content: "\f041"; }
 
 .fa-map-marker-alt:before {
   content: "\f3c5"; }
 
 .fa-minus:before {
   content: "\f068"; }
 
 .fa-minus-circle:before {
   content: "\f056"; }
 
 .fa-minus-square:before {
   content: "\f146"; }
 
 .fa-mobile:before {
   content: "\f10b"; }
 
 .fa-mobile-alt:before {
   content: "\f3cd"; }
 
 .fa-money-bill:before {
   content: "\f0d6"; }
 
 .fa-money-bill-alt:before {
   content: "\f3d1"; }
 
 .fa-money-bill-wave:before {
   content: "\f53a"; }
 
 .fa-money-check-edit:before {
   content: "\f872"; }
 
 .fa-money-check-edit-alt:before {
   content: "\f873"; }
 
 .fa-mouse-pointer:before {
   content: "\f245"; }
 
 .fa-mug:before {
   content: "\f874"; }
 
 .fa-network-wired:before {
   content: "\f6ff"; }

.fa-newspaper:before {
  content: "\f1ea"; }
 
 .fa-node:before {
   content: "\f419"; }
 
 .fa-object-group:before {
   content: "\f247"; }
 
 .fa-object-ungroup:before {
   content: "\f248"; }
 
 .fa-octagon:before {
   content: "\f306"; }
 
 .fa-opencart:before {
   content: "\f23d"; }
 
 .fa-outdent:before {
   content: "\f03b"; }
 
 .fa-paint-brush:before {
   content: "\f1fc"; }
 
 .fa-paint-roller:before {
   content: "\f5aa"; }
 
 .fa-palette:before {
   content: "\f53f"; }
 
 .fa-paper-plane:before {
   content: "\f1d8"; }
 
 .fa-paperclip:before {
   content: "\f0c6"; }
 
 .fa-paste:before {
   content: "\f0ea"; }
 
 .fa-pause:before {
   content: "\f04c"; }
 
 .fa-pause-circle:before {
   content: "\f28b"; }
 
 .fa-paypal:before {
   content: "\f1ed"; }
 
 .fa-peace:before {
   content: "\f67c"; }
 
 .fa-pen:before {
   content: "\f304"; }
 
 .fa-pen-alt:before {
   content: "\f305"; }
 
 .fa-pen-square:before {
   content: "\f14b"; }
 
 .fa-pencil:before {
   content: "\f040"; }
 
 .fa-pencil-alt:before {
   content: "\f303"; }
 
 .fa-pencil-paintbrush:before {
   content: "\f618"; }

  .fa-people-arrows:before {
  content: "\e068"; }
 
 .fa-percentage:before {
   content: "\f541"; }

  .fa-pencil-ruler:before {
    content: "\f5ae"; }
 
 .fa-phone:before {
   content: "\f095"; }
 
 .fa-phone-alt:before {
   content: "\f879"; }
 
 .fa-phone-laptop:before {
   content: "\f87a"; }
 
 .fa-phone-square:before {
   content: "\f098"; }
 
 .fa-phone-square-alt:before {
   content: "\f87b"; }
 
 .fa-photo-video:before {
   content: "\f87c"; }
 
 .fa-php:before {
   content: "\f457"; }
 
 .fa-pinterest:before {
   content: "\f0d2"; }
 
 .fa-pinterest-p:before {
   content: "\f231"; }
 
 .fa-pinterest-square:before {
   content: "\f0d3"; }
 
 .fa-play:before {
   content: "\f04b"; }
 
 .fa-play-circle:before {
   content: "\f144"; }
 
 .fa-plus:before {
   content: "\f067"; }
 
 .fa-plus-circle:before {
   content: "\f055"; }
 
 .fa-plus-square:before {
   content: "\f0fe"; }
 
 .fa-portrait:before {
   content: "\f3e0"; }
 
 .fa-pound-sign:before {
   content: "\f154"; }
 
 .fa-power-off:before {
   content: "\f011"; }
 
 .fa-print:before {
   content: "\f02f"; }
 
 .fa-project-diagram:before {
   content: "\f542"; }
 
 .fa-qrcode:before {
   content: "\f029"; }
 
 .fa-question:before {
   content: "\f128"; }
 
 .fa-question-circle:before {
   content: "\f059"; }
 
 .fa-question-square:before {
   content: "\f2fd"; }
 
 .fa-quote-left:before {
   content: "\f10d"; }
 
 .fa-quote-right:before {
   content: "\f10e"; }
 
 .fa-rectangle-wide:before {
   content: "\f2fc"; }
 
 .fa-recycle:before {
   content: "\f1b8"; }
 
 .fa-redo:before {
   content: "\f01e"; }
 
 .fa-redo-alt:before {
   content: "\f2f9"; }
 
 .fa-repeat:before {
   content: "\f363"; }
 
 .fa-repeat-alt:before {
   content: "\f364"; }
 
 .fa-reply:before {
   content: "\f3e5"; }
 
 .fa-reply-all:before {
   content: "\f122"; }
 
 .fa-retweet:before {
   content: "\f079"; }
 
 .fa-retweet-alt:before {
   content: "\f361"; }
 
 .fa-rocket:before {
   content: "\f135"; }
 
 .fa-rocket-launch:before {
   content: "\e027"; }
 
 .fa-rss:before {
   content: "\f09e"; }
 
 .fa-rupee-sign:before {
   content: "\f156"; }
 
 .fa-save:before {
   content: "\f0c7"; }

  .fa-scanner-image:before {
  content: "\f8f3"; }
 
 .fa-search:before {
   content: "\f002"; }
 
 .fa-search-minus:before {
   content: "\f010"; }
 
 .fa-search-plus:before {
   content: "\f00e"; }
 
 .fa-send-back:before {
   content: "\f87e"; }
 
 .fa-send-backward:before {
   content: "\f87f"; }
 
 .fa-server:before {
   content: "\f233"; }
 
 .fa-shapes:before {
   content: "\f61f"; }
 
 .fa-share:before {
   content: "\f064"; }
 
 .fa-share-all:before {
   content: "\f367"; }
 
 .fa-share-alt:before {
   content: "\f1e0"; }
 
 .fa-share-alt-square:before {
   content: "\f1e1"; }
 
 .fa-share-square:before {
   content: "\f14d"; }
 
 .fa-shield:before {
   content: "\f132"; }
 
 .fa-shield-alt:before {
   content: "\f3ed"; }

  .fa-shipping-fast:before {
    content: "\f48b"; }
 
 .fa-shirtsinbulk:before {
   content: "\f214"; }
 
 .fa-shopping-bag:before {
   content: "\f290"; }
 
 .fa-shopping-basket:before {
   content: "\f291"; }
 
 .fa-shopping-cart:before {
   content: "\f07a"; }

  .fa-sign:before {
    content: "\f4d9"; }
 
 .fa-sign-in:before {
   content: "\f090"; }
 
 .fa-sign-in-alt:before {
   content: "\f2f6"; }
 
 .fa-sign-out:before {
   content: "\f08b"; }
 
 .fa-sign-out-alt:before {
   content: "\f2f5"; }
 
 .fa-signal:before {
   content: "\f012"; }
 
 .fa-signature:before {
   content: "\f5b7"; }
 
 .fa-sistrix:before {
   content: "\f3ee"; }
 
 .fa-sitemap:before {
   content: "\f0e8"; }
 
 .fa-skype:before {
   content: "\f17e"; }
 
 .fa-slash:before {
   content: "\f715"; }
 
 .fa-sliders-h:before {
   content: "\f1de"; }
 
 .fa-sliders-h-square:before {
   content: "\f3f0"; }
 
 .fa-sliders-v:before {
   content: "\f3f1"; }
 
 .fa-sliders-v-square:before {
   content: "\f3f2"; }
 
 .fa-smile:before {
   content: "\f118"; }
 
 .fa-sms:before {
   content: "\f7cd"; }
 
 .fa-snowflake:before {
   content: "\f2dc"; }
 
 .fa-sort:before {
   content: "\f0dc"; }
 
 .fa-sort-alpha-down:before {
   content: "\f15d"; }
 
 .fa-sort-alpha-down-alt:before {
   content: "\f881"; }
 
 .fa-sort-alpha-up:before {
   content: "\f15e"; }
 
 .fa-sort-alpha-up-alt:before {
   content: "\f882"; }
 
 .fa-sort-alt:before {
   content: "\f883"; }
 
 .fa-sort-amount-down:before {
   content: "\f160"; }
 
 .fa-sort-amount-down-alt:before {
   content: "\f884"; }
 
 .fa-sort-amount-up:before {
   content: "\f161"; }
 
 .fa-sort-amount-up-alt:before {
   content: "\f885"; }
 
 .fa-sort-down:before {
   content: "\f0dd"; }
 
 .fa-sort-up:before {
   content: "\f0de"; }
 
 .fa-spell-check:before {
   content: "\f891"; }
 
 .fa-spinner:before {
   content: "\f110"; }
 
 .fa-spinner-third:before {
   content: "\f3f4"; }
 
 .fa-square:before {
   content: "\f0c8"; }
 
 .fa-star:before {
   content: "\f005"; }
 
 .fa-star-half:before {
   content: "\f089"; }
 
 .fa-star-half-alt:before {
   content: "\f5c0"; }
 
 .fa-step-backward:before {
   content: "\f048"; }
 
 .fa-step-forward:before {
   content: "\f051"; }
 
 .fa-stop:before {
   content: "\f04d"; }
 
 .fa-stop-circle:before {
   content: "\f28d"; }
 
 .fa-store:before {
   content: "\f54e"; }
 
 .fa-stream:before {
   content: "\f550"; }

  .fa-swatchbook:before {
    content: "\f5c3"; }
 
 .fa-sync:before {
   content: "\f021"; }
 
 .fa-sync-alt:before {
   content: "\f2f1"; }
 
 .fa-table:before {
   content: "\f0ce"; }
 
 .fa-tachometer-alt:before {
   content: "\f3fd"; }
 
 .fa-tachometer-alt-fast:before {
   content: "\f625"; }
 
 .fa-tachometer-alt-fastest:before {
   content: "\f626"; }
 
 .fa-tag:before {
   content: "\f02b"; }
 
 .fa-tags:before {
   content: "\f02c"; }
 
 .fa-telegram:before {
   content: "\f2c6"; }
 
 .fa-telegram-plane:before {
   content: "\f3fe"; }
 
 .fa-terminal:before {
   content: "\f120"; }
 
 .fa-text:before {
   content: "\f893"; }
 
 .fa-text-height:before {
   content: "\f034"; }
 
 .fa-text-size:before {
   content: "\f894"; }
 
 .fa-text-width:before {
   content: "\f035"; }
 
 .fa-th:before {
   content: "\f00a"; }
 
 .fa-th-large:before {
   content: "\f009"; }
 
 .fa-th-list:before {
   content: "\f00b"; }

  .fa-thumbs-up:before {
    content: "\f164"; }
 
 .fa-thumbtack:before {
   content: "\f08d"; }
 
 .fa-ticket-alt:before {
   content: "\f3ff"; }
 
 .fa-tiktok:before {
   content: "\e07b"; }
 
 .fa-times:before {
   content: "\f00d"; }
 
 .fa-times-circle:before {
   content: "\f057"; }
 
 .fa-times-square:before {
   content: "\f2d3"; }
 
 .fa-tint:before {
   content: "\f043"; }
 
 .fa-tools:before {
   content: "\f7d9"; }
 
 .fa-trash:before {
   content: "\f1f8"; }
 
 .fa-trash-alt:before {
   content: "\f2ed"; }
 
 .fa-triangle:before {
   content: "\f2ec"; }

  .fa-trophy:before {
    content: "\f091"; }
 
 .fa-truck:before {
   content: "\f0d1"; }
 
 .fa-truck-moving:before {
   content: "\f4df"; }
 
 .fa-tshirt:before {
   content: "\f553"; }
 
 .fa-tumblr:before {
   content: "\f173"; }
 
 .fa-tumblr-square:before {
   content: "\f174"; }
 
 .fa-tv:before {
   content: "\f26c"; }
 
 .fa-tv-alt:before {
   content: "\f8e5"; }
 
 .fa-twitter:before {
   content: "\f099"; }
 
 .fa-twitter-square:before {
   content: "\f081"; }
 
 .fa-underline:before {
   content: "\f0cd"; }
 
 .fa-undo:before {
   content: "\f0e2"; }
 
 .fa-undo-alt:before {
   content: "\f2ea"; }
 
 .fa-unlink:before {
   content: "\f127"; }

  .fa-user-tie:before {
    content: "\f508"; }
 
 .fa-unlock:before {
   content: "\f09c"; }
 
 .fa-unlock-alt:before {
   content: "\f13e"; }
 
 .fa-upload:before {
   content: "\f093"; }
 
 .fa-ups:before {
   content: "\f7e0"; }
 
 .fa-usd-circle:before {
   content: "\f2e8"; }
 
 .fa-usd-square:before {
   content: "\f2e9"; }
 
 .fa-user:before {
   content: "\f007"; }
 
 .fa-user-alt:before {
   content: "\f406"; }
 
 .fa-user-check:before {
   content: "\f4fc"; }
 
 .fa-user-circle:before {
   content: "\f2bd"; }
 
 .fa-user-clock:before {
   content: "\f4fd"; }
 
 .fa-user-cog:before {
   content: "\f4fe"; }
 
 .fa-user-edit:before {
   content: "\f4ff"; }
 
 .fa-user-friends:before {
   content: "\f500"; }
 
 .fa-user-headset:before {
   content: "\f82d"; }
 
 .fa-user-lock:before {
   content: "\f502"; }
 
 .fa-user-plus:before {
   content: "\f234"; }
 
 .fa-user-secret:before {
   content: "\f21b"; }
 
 .fa-user-shield:before {
   content: "\f505"; }
 
 .fa-user-unlock:before {
   content: "\e058"; }
 
 .fa-users:before {
   content: "\f0c0"; }
 
 .fa-users-cog:before {
   content: "\f509"; }
 
 .fa-users-crown:before {
   content: "\f6a5"; }
 
 .fa-vector-square:before {
   content: "\f5cb"; }
 
 .fa-video:before {
   content: "\f03d"; }
 
 .fa-vimeo:before {
   content: "\f40a"; }
 
 .fa-vimeo-square:before {
   content: "\f194"; }
 
 .fa-vimeo-v:before {
   content: "\f27d"; }
 
 .fa-wand-magic:before {
   content: "\f72b"; }
 
 .fa-weight:before {
   content: "\f496"; }
 
 .fa-whatsapp:before {
   content: "\f232"; }
 
 .fa-whatsapp-square:before {
   content: "\f40c"; }
 
 .fa-wifi:before {
   content: "\f1eb"; }
 
 .fa-window:before {
   content: "\f40e"; }
 
 .fa-window-close:before {
   content: "\f410"; }
 
.fa-window-restore:before {
  content: "\f2d2"; }

 .fa-wrench:before {
   content: "\f0ad"; }

  .fa-yelp:before {
    content: "\f1e9"; }
 
 .fa-youtube:before {
   content: "\f167"; }
 
 .fa-youtube-square:before {
   content: "\f431"; }
 
 .sr-only {
   border: 0;
   clip: rect(0, 0, 0, 0);
   height: 1px;
   margin: -1px;
   overflow: hidden;
   padding: 0;
   position: absolute;
   width: 1px; }
 
 .sr-only-focusable:active, .sr-only-focusable:focus {
   clip: auto;
   height: auto;
   margin: 0;
   overflow: visible;
   position: static;
   width: auto; }
   @font-face {
     font-family: 'Font Awesome 5 Brands';
     font-style: normal;
     font-weight: 400;
     font-display: swap;
     src: url("/thirdparty/css/fonts/fa-brands-400.eot");
     src: url("/thirdparty/css/fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/thirdparty/css/fonts/fa-brands-400.woff2") format("woff2"), url("/thirdparty/css/fonts/fa-brands-400.woff") format("woff"), url("/thirdparty/css/fonts/fa-brands-400.ttf") format("truetype"), url("/thirdparty/css/fonts/fa-brands-400.svg#fontawesome") format("svg"); }

     .fab {
     font-family: 'Font Awesome 5 Brands';
     font-weight: 400; }
     @font-face {
     font-family: 'Font Awesome 5 Pro';
     font-style: normal;
     font-weight: 400;
     font-display: swap;
     src: url("/thirdparty/css/fonts/fa-regular-400.eot");
     src: url("/thirdparty/css/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/thirdparty/css/fonts/fa-regular-400.woff2") format("woff2"), url("/thirdparty/css/fonts/fa-regular-400.woff") format("woff"), url("/thirdparty/css/fonts/fa-regular-400.ttf") format("truetype"), url("/thirdparty/css/fonts/fa-regular-400.svg#fontawesome") format("svg"); }

     .far, .fal, .fad {
     font-family: 'Font Awesome 5 Pro';
     font-weight: 400; }
     @font-face {
     font-family: 'Font Awesome 5 Pro';
     font-style: normal;
     font-weight: 900;
     font-display: swap;
     src: url("/thirdparty/css/fonts/fa-solid-900.eot");
     src: url("/thirdparty/css/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/thirdparty/css/fonts/fa-solid-900.woff2") format("woff2"), url("/thirdparty/css/fonts/fa-solid-900.woff") format("woff"), url("/thirdparty/css/fonts/fa-solid-900.ttf") format("truetype"), url("/thirdparty/css/fonts/fa-solid-900.svg#fontawesome") format("svg"); }

     .fa,
     .fas {
     font-family: 'Font Awesome 5 Pro';
     font-weight: 900; }
