/*!
 * Font Awesome Pro 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */

 /* .fa-long-arrow-right { margin-left: var(--space-base); } */

.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: inherit; }

.fa-lg {
  font-size: 1.33333rem;
  line-height: 0.75rem;
  vertical-align: -.0667rem; }


.fa-xs {
  font-size: .8rem; transform: translateY(-1px); }

.fa-sm {
  font-size: .875rem; }

.fa-1x {
  font-size: 1rem; }

.fa-2x {
  font-size: 2rem; }

.fa-3x {
  font-size: 3rem; }

.fa-4x {
  font-size: 4rem; }

.fa-5x {
  font-size: 5rem; }

.fa-6x {
  font-size: 6rem; }

.fa-7x {
  font-size: 7rem; }

.fa-8x {
  font-size: 8rem; }

.fa-9x {
  font-size: 9rem; }

.fa-10x {
  font-size: 10rem; }

.fa-fw {
  text-align: center;
  width: 1.25rem; }

.fa-ul {
  list-style-type: none;
  margin-left: 2rem;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; margin-bottom: var(--space-base);
   }

.checks .fa-li fa-icon { color: var(--c-green-dark); }

.fa-li {
  left: -2rem;
  position: absolute;
  text-align: center;
  width: 2rem;
  line-height: inherit; }

.fa-border {
  border: solid 0.08rem var(--c-gray-200);
  border-radius: .1rem;
  padding: .2rem .25rem .15rem; }

.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: .3rem; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3rem; }

.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: 2rem;
  line-height: 2rem;
  position: relative;
  vertical-align: middle;
  width: 2.5rem; }

.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: 1.5rem; }

.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-ban:before {
  content: "\f05e"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-browser:before {
  content: "\f37e"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-code:before {
  content: "\f121"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-credit-card-blank:before {
  content: "\f389"; }

.fa-edit:before {
  content: "\f044"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-flag-alt:before {
  content: "\f74c"; }

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

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-lightbulb-on:before {
  content: "\f672"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-lock-alt:before {
  content: "\f30d"; }

.fa-lock-open-alt:before {
  content: "\f3c2"; }

.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-magic:before {
  content: "\f0d0"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-moon-stars:before {
  content: "\f755"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-pen:before {
  content: "\f304"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-search:before {
  content: "\f002"; }

.fa-server:before {
  content: "\f233"; }

.fa-sliders-v:before {
  content: "\f3f1"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alt:before {
  content: "\f883"; }

.fa-star:before {
  content: "\f005"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.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: block;
  src: url("../_fonts/fa-brands-400.woff2") format("woff2"); }

.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: block;
  src: url("../_fonts/fa-regular-400.woff2") format("woff2"); }

.far {
  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: block;
  src: url("../_fonts/fa-solid-900.woff2") format("woff2"); }

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