/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  font-display: swap;
  src: url("/dist/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/dist/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"),
    url("/dist/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/dist/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
    url("/dist/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
    url("/dist/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url("/dist/fonts/fa-light-300.eot");
  src: url("/dist/fonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("/dist/fonts/fa-light-300.woff2") format("woff2"),
    url("/dist/fonts/fa-light-300.woff") format("woff"), url("/dist/fonts/fa-light-300.ttf") format("truetype"),
    url("/dist/fonts/fa-light-300.svg#fontawesome") format("svg");
}

.fal {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("/dist/fonts/fa-regular-400.eot");
  src: url("/dist/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/dist/fonts/fa-regular-400.woff2") format("woff2"),
    url("/dist/fonts/fa-regular-400.woff") format("woff"), url("/dist/fonts/fa-regular-400.ttf") format("truetype"),
    url("/dist/fonts/fa-regular-400.svg#fontawesome") format("svg");
}

.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: auto;
  src: url("/dist/fonts/fa-solid-900.eot");
  src: url("/dist/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/dist/fonts/fa-solid-900.woff2") format("woff2"),
    url("/dist/fonts/fa-solid-900.woff") format("woff"), url("/dist/fonts/fa-solid-900.ttf") format("truetype"),
    url("/dist/fonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url(/dist/fonts/fa-brands-400.eot);
  src: url(/dist/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(/dist/fonts/fa-brands-400.woff2) format("woff2"),
    url(/dist/fonts/fa-brands-400.woff) format("woff"), url(/dist/fonts/fa-brands-400.ttf) format("truetype"),
    url(/dist/fonts/fa-brands-400.svg#fontawesome) format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
}

.fa,
.far,
.fas,
.fal {
  -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.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.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(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-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);
  -ms-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 {
  filter: none;
}

.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-check:before {
  content: "\f00c";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-phone:before {
  content: "\f095";
}
.fa-search:before {
  content: "\f002";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-comments:before {
  content: "\f086";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-lock:before {
  content: "\f023";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-user:before {
  content: "\f007";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-comment-alt-dots:before {
  content: "\f4a3";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-comments-alt:before {
  content: "\f4b6";
}
.fa-flag:before {
  content: "\f024";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-flag:before {
  content: "\f024";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-spinner:before {
  content: "\f110";
}
.spin {
  -webkit-animation-name: spin;
  -webkit-animation-duration: 1500ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 1500ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 1500ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 1500ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-play:before {
  content: "\f04b";
}
.fa-home:before {
  content: "\f015";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-megaphone:before {
  content: "\f675";
}
.fal.fa-angle-down:before {
  content: "\f107";
}
.fal.fa-angle-up:before {
  content: "\f106";
}
