@import url(https://fonts.googleapis.com/css?family=Crete+Round|Lato);
/*!
 * Font Awesome Pro 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
/* line 4, fa/scss/_core.scss */
.fa,
.fas,
.far,
.fal,
.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;
}

/* line 5, fa/scss/_larger.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

/* line 11, fa/scss/_larger.scss */
.fa-xs {
  font-size: .75em;
}

/* line 15, fa/scss/_larger.scss */
.fa-sm {
  font-size: .875em;
}

/* line 20, fa/scss/_larger.scss */
.fa-1x {
  font-size: 1em;
}

/* line 20, fa/scss/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 20, fa/scss/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 20, fa/scss/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 20, fa/scss/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 20, fa/scss/_larger.scss */
.fa-6x {
  font-size: 6em;
}

/* line 20, fa/scss/_larger.scss */
.fa-7x {
  font-size: 7em;
}

/* line 20, fa/scss/_larger.scss */
.fa-8x {
  font-size: 8em;
}

/* line 20, fa/scss/_larger.scss */
.fa-9x {
  font-size: 9em;
}

/* line 20, fa/scss/_larger.scss */
.fa-10x {
  font-size: 10em;
}

/* line 3, fa/scss/_fixed-width.scss */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* line 4, fa/scss/_list.scss */
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

/* line 9, fa/scss/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 12, fa/scss/_list.scss */
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

/* line 4, fa/scss/_bordered-pulled.scss */
.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

/* line 10, fa/scss/_bordered-pulled.scss */
.fa-pull-left {
  float: left;
}

/* line 11, fa/scss/_bordered-pulled.scss */
.fa-pull-right {
  float: right;
}

/* line 18, fa/scss/_bordered-pulled.scss */
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

/* line 19, fa/scss/_bordered-pulled.scss */
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

/* line 4, fa/scss/_animated.scss */
.fa-spin {
  animation: fa-spin 2s infinite linear;
}

/* line 8, fa/scss/_animated.scss */
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

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

/* line 4, fa/scss/_rotated-flipped.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

/* line 5, fa/scss/_rotated-flipped.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

/* line 6, fa/scss/_rotated-flipped.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

/* line 8, fa/scss/_rotated-flipped.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

/* line 9, fa/scss/_rotated-flipped.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

/* line 10, fa/scss/_rotated-flipped.scss */
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

/* line 16, fa/scss/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 4, fa/scss/_stacked.scss */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}

/* line 13, fa/scss/_stacked.scss */
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* line 21, fa/scss/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 25, fa/scss/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 29, fa/scss/_stacked.scss */
.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 */
/* line 4, fa/scss/_icons.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 5, fa/scss/_icons.scss */
.fa-accessible-icon:before {
  content: "\f368";
}

/* line 6, fa/scss/_icons.scss */
.fa-accusoft:before {
  content: "\f369";
}

/* line 7, fa/scss/_icons.scss */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 8, fa/scss/_icons.scss */
.fa-address-card:before {
  content: "\f2bb";
}

/* line 9, fa/scss/_icons.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 10, fa/scss/_icons.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 11, fa/scss/_icons.scss */
.fa-adversal:before {
  content: "\f36a";
}

/* line 12, fa/scss/_icons.scss */
.fa-affiliatetheme:before {
  content: "\f36b";
}

/* line 13, fa/scss/_icons.scss */
.fa-air-freshener:before {
  content: "\f5d0";
}

/* line 14, fa/scss/_icons.scss */
.fa-alarm-clock:before {
  content: "\f34e";
}

/* line 15, fa/scss/_icons.scss */
.fa-algolia:before {
  content: "\f36c";
}

/* line 16, fa/scss/_icons.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 17, fa/scss/_icons.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 18, fa/scss/_icons.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 19, fa/scss/_icons.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 20, fa/scss/_icons.scss */
.fa-allergies:before {
  content: "\f461";
}

/* line 21, fa/scss/_icons.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 22, fa/scss/_icons.scss */
.fa-amazon-pay:before {
  content: "\f42c";
}

/* line 23, fa/scss/_icons.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 24, fa/scss/_icons.scss */
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 25, fa/scss/_icons.scss */
.fa-amilia:before {
  content: "\f36d";
}

/* line 26, fa/scss/_icons.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 27, fa/scss/_icons.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 28, fa/scss/_icons.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 29, fa/scss/_icons.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 30, fa/scss/_icons.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 31, fa/scss/_icons.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 32, fa/scss/_icons.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 33, fa/scss/_icons.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 34, fa/scss/_icons.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 35, fa/scss/_icons.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 36, fa/scss/_icons.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 37, fa/scss/_icons.scss */
.fa-angry:before {
  content: "\f556";
}

/* line 38, fa/scss/_icons.scss */
.fa-angrycreative:before {
  content: "\f36e";
}

/* line 39, fa/scss/_icons.scss */
.fa-angular:before {
  content: "\f420";
}

/* line 40, fa/scss/_icons.scss */
.fa-app-store:before {
  content: "\f36f";
}

/* line 41, fa/scss/_icons.scss */
.fa-app-store-ios:before {
  content: "\f370";
}

/* line 42, fa/scss/_icons.scss */
.fa-apper:before {
  content: "\f371";
}

/* line 43, fa/scss/_icons.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 44, fa/scss/_icons.scss */
.fa-apple-alt:before {
  content: "\f5d1";
}

/* line 45, fa/scss/_icons.scss */
.fa-apple-pay:before {
  content: "\f415";
}

/* line 46, fa/scss/_icons.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 47, fa/scss/_icons.scss */
.fa-archway:before {
  content: "\f557";
}

/* line 48, fa/scss/_icons.scss */
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

/* line 49, fa/scss/_icons.scss */
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

/* line 50, fa/scss/_icons.scss */
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

/* line 51, fa/scss/_icons.scss */
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

/* line 52, fa/scss/_icons.scss */
.fa-arrow-alt-down:before {
  content: "\f354";
}

/* line 53, fa/scss/_icons.scss */
.fa-arrow-alt-from-bottom:before {
  content: "\f346";
}

/* line 54, fa/scss/_icons.scss */
.fa-arrow-alt-from-left:before {
  content: "\f347";
}

/* line 55, fa/scss/_icons.scss */
.fa-arrow-alt-from-right:before {
  content: "\f348";
}

/* line 56, fa/scss/_icons.scss */
.fa-arrow-alt-from-top:before {
  content: "\f349";
}

/* line 57, fa/scss/_icons.scss */
.fa-arrow-alt-left:before {
  content: "\f355";
}

/* line 58, fa/scss/_icons.scss */
.fa-arrow-alt-right:before {
  content: "\f356";
}

/* line 59, fa/scss/_icons.scss */
.fa-arrow-alt-square-down:before {
  content: "\f350";
}

/* line 60, fa/scss/_icons.scss */
.fa-arrow-alt-square-left:before {
  content: "\f351";
}

/* line 61, fa/scss/_icons.scss */
.fa-arrow-alt-square-right:before {
  content: "\f352";
}

/* line 62, fa/scss/_icons.scss */
.fa-arrow-alt-square-up:before {
  content: "\f353";
}

/* line 63, fa/scss/_icons.scss */
.fa-arrow-alt-to-bottom:before {
  content: "\f34a";
}

/* line 64, fa/scss/_icons.scss */
.fa-arrow-alt-to-left:before {
  content: "\f34b";
}

/* line 65, fa/scss/_icons.scss */
.fa-arrow-alt-to-right:before {
  content: "\f34c";
}

/* line 66, fa/scss/_icons.scss */
.fa-arrow-alt-to-top:before {
  content: "\f34d";
}

/* line 67, fa/scss/_icons.scss */
.fa-arrow-alt-up:before {
  content: "\f357";
}

/* line 68, fa/scss/_icons.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 69, fa/scss/_icons.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 70, fa/scss/_icons.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 71, fa/scss/_icons.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 72, fa/scss/_icons.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 73, fa/scss/_icons.scss */
.fa-arrow-from-bottom:before {
  content: "\f342";
}

/* line 74, fa/scss/_icons.scss */
.fa-arrow-from-left:before {
  content: "\f343";
}

/* line 75, fa/scss/_icons.scss */
.fa-arrow-from-right:before {
  content: "\f344";
}

/* line 76, fa/scss/_icons.scss */
.fa-arrow-from-top:before {
  content: "\f345";
}

/* line 77, fa/scss/_icons.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 78, fa/scss/_icons.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 79, fa/scss/_icons.scss */
.fa-arrow-square-down:before {
  content: "\f339";
}

/* line 80, fa/scss/_icons.scss */
.fa-arrow-square-left:before {
  content: "\f33a";
}

/* line 81, fa/scss/_icons.scss */
.fa-arrow-square-right:before {
  content: "\f33b";
}

/* line 82, fa/scss/_icons.scss */
.fa-arrow-square-up:before {
  content: "\f33c";
}

/* line 83, fa/scss/_icons.scss */
.fa-arrow-to-bottom:before {
  content: "\f33d";
}

/* line 84, fa/scss/_icons.scss */
.fa-arrow-to-left:before {
  content: "\f33e";
}

/* line 85, fa/scss/_icons.scss */
.fa-arrow-to-right:before {
  content: "\f340";
}

/* line 86, fa/scss/_icons.scss */
.fa-arrow-to-top:before {
  content: "\f341";
}

/* line 87, fa/scss/_icons.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 88, fa/scss/_icons.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 89, fa/scss/_icons.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 90, fa/scss/_icons.scss */
.fa-arrows-alt-h:before {
  content: "\f337";
}

/* line 91, fa/scss/_icons.scss */
.fa-arrows-alt-v:before {
  content: "\f338";
}

/* line 92, fa/scss/_icons.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 93, fa/scss/_icons.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 94, fa/scss/_icons.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 95, fa/scss/_icons.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 96, fa/scss/_icons.scss */
.fa-asymmetrik:before {
  content: "\f372";
}

/* line 97, fa/scss/_icons.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 98, fa/scss/_icons.scss */
.fa-atlas:before {
  content: "\f558";
}

/* line 99, fa/scss/_icons.scss */
.fa-atom:before {
  content: "\f5d2";
}

/* line 100, fa/scss/_icons.scss */
.fa-atom-alt:before {
  content: "\f5d3";
}

/* line 101, fa/scss/_icons.scss */
.fa-audible:before {
  content: "\f373";
}

/* line 102, fa/scss/_icons.scss */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 103, fa/scss/_icons.scss */
.fa-autoprefixer:before {
  content: "\f41c";
}

/* line 104, fa/scss/_icons.scss */
.fa-avianex:before {
  content: "\f374";
}

/* line 105, fa/scss/_icons.scss */
.fa-aviato:before {
  content: "\f421";
}

/* line 106, fa/scss/_icons.scss */
.fa-award:before {
  content: "\f559";
}

/* line 107, fa/scss/_icons.scss */
.fa-aws:before {
  content: "\f375";
}

/* line 108, fa/scss/_icons.scss */
.fa-backpack:before {
  content: "\f5d4";
}

/* line 109, fa/scss/_icons.scss */
.fa-backspace:before {
  content: "\f55a";
}

/* line 110, fa/scss/_icons.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 111, fa/scss/_icons.scss */
.fa-badge:before {
  content: "\f335";
}

/* line 112, fa/scss/_icons.scss */
.fa-badge-check:before {
  content: "\f336";
}

/* line 113, fa/scss/_icons.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 114, fa/scss/_icons.scss */
.fa-balance-scale-left:before {
  content: "\f515";
}

/* line 115, fa/scss/_icons.scss */
.fa-balance-scale-right:before {
  content: "\f516";
}

/* line 116, fa/scss/_icons.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 117, fa/scss/_icons.scss */
.fa-band-aid:before {
  content: "\f462";
}

/* line 118, fa/scss/_icons.scss */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 119, fa/scss/_icons.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 120, fa/scss/_icons.scss */
.fa-barcode-alt:before {
  content: "\f463";
}

/* line 121, fa/scss/_icons.scss */
.fa-barcode-read:before {
  content: "\f464";
}

/* line 122, fa/scss/_icons.scss */
.fa-barcode-scan:before {
  content: "\f465";
}

/* line 123, fa/scss/_icons.scss */
.fa-bars:before {
  content: "\f0c9";
}

/* line 124, fa/scss/_icons.scss */
.fa-baseball:before {
  content: "\f432";
}

/* line 125, fa/scss/_icons.scss */
.fa-baseball-ball:before {
  content: "\f433";
}

/* line 126, fa/scss/_icons.scss */
.fa-basketball-ball:before {
  content: "\f434";
}

/* line 127, fa/scss/_icons.scss */
.fa-basketball-hoop:before {
  content: "\f435";
}

/* line 128, fa/scss/_icons.scss */
.fa-bath:before {
  content: "\f2cd";
}

/* line 129, fa/scss/_icons.scss */
.fa-battery-bolt:before {
  content: "\f376";
}

/* line 130, fa/scss/_icons.scss */
.fa-battery-empty:before {
  content: "\f244";
}

/* line 131, fa/scss/_icons.scss */
.fa-battery-full:before {
  content: "\f240";
}

/* line 132, fa/scss/_icons.scss */
.fa-battery-half:before {
  content: "\f242";
}

/* line 133, fa/scss/_icons.scss */
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 134, fa/scss/_icons.scss */
.fa-battery-slash:before {
  content: "\f377";
}

/* line 135, fa/scss/_icons.scss */
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 136, fa/scss/_icons.scss */
.fa-bed:before {
  content: "\f236";
}

/* line 137, fa/scss/_icons.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 138, fa/scss/_icons.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 139, fa/scss/_icons.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 140, fa/scss/_icons.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 141, fa/scss/_icons.scss */
.fa-bell-school:before {
  content: "\f5d5";
}

/* line 142, fa/scss/_icons.scss */
.fa-bell-school-slash:before {
  content: "\f5d6";
}

/* line 143, fa/scss/_icons.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 144, fa/scss/_icons.scss */
.fa-bezier-curve:before {
  content: "\f55b";
}

/* line 145, fa/scss/_icons.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 146, fa/scss/_icons.scss */
.fa-bimobject:before {
  content: "\f378";
}

/* line 147, fa/scss/_icons.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 148, fa/scss/_icons.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 149, fa/scss/_icons.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 150, fa/scss/_icons.scss */
.fa-bitcoin:before {
  content: "\f379";
}

/* line 151, fa/scss/_icons.scss */
.fa-bity:before {
  content: "\f37a";
}

/* line 152, fa/scss/_icons.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 153, fa/scss/_icons.scss */
.fa-blackberry:before {
  content: "\f37b";
}

/* line 154, fa/scss/_icons.scss */
.fa-blanket:before {
  content: "\f498";
}

/* line 155, fa/scss/_icons.scss */
.fa-blender:before {
  content: "\f517";
}

/* line 156, fa/scss/_icons.scss */
.fa-blind:before {
  content: "\f29d";
}

/* line 157, fa/scss/_icons.scss */
.fa-blogger:before {
  content: "\f37c";
}

/* line 158, fa/scss/_icons.scss */
.fa-blogger-b:before {
  content: "\f37d";
}

/* line 159, fa/scss/_icons.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 160, fa/scss/_icons.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 161, fa/scss/_icons.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 162, fa/scss/_icons.scss */
.fa-bolt:before {
  content: "\f0e7";
}

/* line 163, fa/scss/_icons.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 164, fa/scss/_icons.scss */
.fa-bone:before {
  content: "\f5d7";
}

/* line 165, fa/scss/_icons.scss */
.fa-bone-break:before {
  content: "\f5d8";
}

/* line 166, fa/scss/_icons.scss */
.fa-bong:before {
  content: "\f55c";
}

/* line 167, fa/scss/_icons.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 168, fa/scss/_icons.scss */
.fa-book-alt:before {
  content: "\f5d9";
}

/* line 169, fa/scss/_icons.scss */
.fa-book-heart:before {
  content: "\f499";
}

/* line 170, fa/scss/_icons.scss */
.fa-book-open:before {
  content: "\f518";
}

/* line 171, fa/scss/_icons.scss */
.fa-book-reader:before {
  content: "\f5da";
}

/* line 172, fa/scss/_icons.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 173, fa/scss/_icons.scss */
.fa-books:before {
  content: "\f5db";
}

/* line 174, fa/scss/_icons.scss */
.fa-bowling-ball:before {
  content: "\f436";
}

/* line 175, fa/scss/_icons.scss */
.fa-bowling-pins:before {
  content: "\f437";
}

/* line 176, fa/scss/_icons.scss */
.fa-box:before {
  content: "\f466";
}

/* line 177, fa/scss/_icons.scss */
.fa-box-alt:before {
  content: "\f49a";
}

/* line 178, fa/scss/_icons.scss */
.fa-box-check:before {
  content: "\f467";
}

/* line 179, fa/scss/_icons.scss */
.fa-box-fragile:before {
  content: "\f49b";
}

/* line 180, fa/scss/_icons.scss */
.fa-box-full:before {
  content: "\f49c";
}

/* line 181, fa/scss/_icons.scss */
.fa-box-heart:before {
  content: "\f49d";
}

/* line 182, fa/scss/_icons.scss */
.fa-box-open:before {
  content: "\f49e";
}

/* line 183, fa/scss/_icons.scss */
.fa-box-up:before {
  content: "\f49f";
}

/* line 184, fa/scss/_icons.scss */
.fa-box-usd:before {
  content: "\f4a0";
}

/* line 185, fa/scss/_icons.scss */
.fa-boxes:before {
  content: "\f468";
}

/* line 186, fa/scss/_icons.scss */
.fa-boxes-alt:before {
  content: "\f4a1";
}

/* line 187, fa/scss/_icons.scss */
.fa-boxing-glove:before {
  content: "\f438";
}

/* line 188, fa/scss/_icons.scss */
.fa-braille:before {
  content: "\f2a1";
}

/* line 189, fa/scss/_icons.scss */
.fa-brain:before {
  content: "\f5dc";
}

/* line 190, fa/scss/_icons.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 191, fa/scss/_icons.scss */
.fa-briefcase-medical:before {
  content: "\f469";
}

/* line 192, fa/scss/_icons.scss */
.fa-broadcast-tower:before {
  content: "\f519";
}

/* line 193, fa/scss/_icons.scss */
.fa-broom:before {
  content: "\f51a";
}

/* line 194, fa/scss/_icons.scss */
.fa-browser:before {
  content: "\f37e";
}

/* line 195, fa/scss/_icons.scss */
.fa-brush:before {
  content: "\f55d";
}

/* line 196, fa/scss/_icons.scss */
.fa-btc:before {
  content: "\f15a";
}

/* line 197, fa/scss/_icons.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 198, fa/scss/_icons.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 199, fa/scss/_icons.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 200, fa/scss/_icons.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 201, fa/scss/_icons.scss */
.fa-burn:before {
  content: "\f46a";
}

/* line 202, fa/scss/_icons.scss */
.fa-buromobelexperte:before {
  content: "\f37f";
}

/* line 203, fa/scss/_icons.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 204, fa/scss/_icons.scss */
.fa-bus-alt:before {
  content: "\f55e";
}

/* line 205, fa/scss/_icons.scss */
.fa-bus-school:before {
  content: "\f5dd";
}

/* line 206, fa/scss/_icons.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 207, fa/scss/_icons.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 208, fa/scss/_icons.scss */
.fa-calendar:before {
  content: "\f133";
}

/* line 209, fa/scss/_icons.scss */
.fa-calendar-alt:before {
  content: "\f073";
}

/* line 210, fa/scss/_icons.scss */
.fa-calendar-check:before {
  content: "\f274";
}

/* line 211, fa/scss/_icons.scss */
.fa-calendar-edit:before {
  content: "\f333";
}

/* line 212, fa/scss/_icons.scss */
.fa-calendar-exclamation:before {
  content: "\f334";
}

/* line 213, fa/scss/_icons.scss */
.fa-calendar-minus:before {
  content: "\f272";
}

/* line 214, fa/scss/_icons.scss */
.fa-calendar-plus:before {
  content: "\f271";
}

/* line 215, fa/scss/_icons.scss */
.fa-calendar-times:before {
  content: "\f273";
}

/* line 216, fa/scss/_icons.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 217, fa/scss/_icons.scss */
.fa-camera-alt:before {
  content: "\f332";
}

/* line 218, fa/scss/_icons.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 219, fa/scss/_icons.scss */
.fa-cannabis:before {
  content: "\f55f";
}

/* line 220, fa/scss/_icons.scss */
.fa-capsules:before {
  content: "\f46b";
}

/* line 221, fa/scss/_icons.scss */
.fa-car:before {
  content: "\f1b9";
}

/* line 222, fa/scss/_icons.scss */
.fa-car-alt:before {
  content: "\f5de";
}

/* line 223, fa/scss/_icons.scss */
.fa-car-battery:before {
  content: "\f5df";
}

/* line 224, fa/scss/_icons.scss */
.fa-car-bump:before {
  content: "\f5e0";
}

/* line 225, fa/scss/_icons.scss */
.fa-car-crash:before {
  content: "\f5e1";
}

/* line 226, fa/scss/_icons.scss */
.fa-car-garage:before {
  content: "\f5e2";
}

/* line 227, fa/scss/_icons.scss */
.fa-car-mechanic:before {
  content: "\f5e3";
}

/* line 228, fa/scss/_icons.scss */
.fa-car-side:before {
  content: "\f5e4";
}

/* line 229, fa/scss/_icons.scss */
.fa-car-tilt:before {
  content: "\f5e5";
}

/* line 230, fa/scss/_icons.scss */
.fa-car-wash:before {
  content: "\f5e6";
}

/* line 231, fa/scss/_icons.scss */
.fa-caret-circle-down:before {
  content: "\f32d";
}

/* line 232, fa/scss/_icons.scss */
.fa-caret-circle-left:before {
  content: "\f32e";
}

/* line 233, fa/scss/_icons.scss */
.fa-caret-circle-right:before {
  content: "\f330";
}

/* line 234, fa/scss/_icons.scss */
.fa-caret-circle-up:before {
  content: "\f331";
}

/* line 235, fa/scss/_icons.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 236, fa/scss/_icons.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 237, fa/scss/_icons.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 238, fa/scss/_icons.scss */
.fa-caret-square-down:before {
  content: "\f150";
}

/* line 239, fa/scss/_icons.scss */
.fa-caret-square-left:before {
  content: "\f191";
}

/* line 240, fa/scss/_icons.scss */
.fa-caret-square-right:before {
  content: "\f152";
}

/* line 241, fa/scss/_icons.scss */
.fa-caret-square-up:before {
  content: "\f151";
}

/* line 242, fa/scss/_icons.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 243, fa/scss/_icons.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 244, fa/scss/_icons.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 245, fa/scss/_icons.scss */
.fa-cc-amazon-pay:before {
  content: "\f42d";
}

/* line 246, fa/scss/_icons.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 247, fa/scss/_icons.scss */
.fa-cc-apple-pay:before {
  content: "\f416";
}

/* line 248, fa/scss/_icons.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 249, fa/scss/_icons.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 250, fa/scss/_icons.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 251, fa/scss/_icons.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 252, fa/scss/_icons.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 253, fa/scss/_icons.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 254, fa/scss/_icons.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 255, fa/scss/_icons.scss */
.fa-centercode:before {
  content: "\f380";
}

/* line 256, fa/scss/_icons.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 257, fa/scss/_icons.scss */
.fa-chalkboard:before {
  content: "\f51b";
}

/* line 258, fa/scss/_icons.scss */
.fa-chalkboard-teacher:before {
  content: "\f51c";
}

/* line 259, fa/scss/_icons.scss */
.fa-charging-station:before {
  content: "\f5e7";
}

/* line 260, fa/scss/_icons.scss */
.fa-chart-area:before {
  content: "\f1fe";
}

/* line 261, fa/scss/_icons.scss */
.fa-chart-bar:before {
  content: "\f080";
}

/* line 262, fa/scss/_icons.scss */
.fa-chart-line:before {
  content: "\f201";
}

/* line 263, fa/scss/_icons.scss */
.fa-chart-pie:before {
  content: "\f200";
}

/* line 264, fa/scss/_icons.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 265, fa/scss/_icons.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 266, fa/scss/_icons.scss */
.fa-check-double:before {
  content: "\f560";
}

/* line 267, fa/scss/_icons.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 268, fa/scss/_icons.scss */
.fa-chess:before {
  content: "\f439";
}

/* line 269, fa/scss/_icons.scss */
.fa-chess-bishop:before {
  content: "\f43a";
}

/* line 270, fa/scss/_icons.scss */
.fa-chess-bishop-alt:before {
  content: "\f43b";
}

/* line 271, fa/scss/_icons.scss */
.fa-chess-board:before {
  content: "\f43c";
}

/* line 272, fa/scss/_icons.scss */
.fa-chess-clock:before {
  content: "\f43d";
}

/* line 273, fa/scss/_icons.scss */
.fa-chess-clock-alt:before {
  content: "\f43e";
}

/* line 274, fa/scss/_icons.scss */
.fa-chess-king:before {
  content: "\f43f";
}

/* line 275, fa/scss/_icons.scss */
.fa-chess-king-alt:before {
  content: "\f440";
}

/* line 276, fa/scss/_icons.scss */
.fa-chess-knight:before {
  content: "\f441";
}

/* line 277, fa/scss/_icons.scss */
.fa-chess-knight-alt:before {
  content: "\f442";
}

/* line 278, fa/scss/_icons.scss */
.fa-chess-pawn:before {
  content: "\f443";
}

/* line 279, fa/scss/_icons.scss */
.fa-chess-pawn-alt:before {
  content: "\f444";
}

/* line 280, fa/scss/_icons.scss */
.fa-chess-queen:before {
  content: "\f445";
}

/* line 281, fa/scss/_icons.scss */
.fa-chess-queen-alt:before {
  content: "\f446";
}

/* line 282, fa/scss/_icons.scss */
.fa-chess-rook:before {
  content: "\f447";
}

/* line 283, fa/scss/_icons.scss */
.fa-chess-rook-alt:before {
  content: "\f448";
}

/* line 284, fa/scss/_icons.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 285, fa/scss/_icons.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 286, fa/scss/_icons.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 287, fa/scss/_icons.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 288, fa/scss/_icons.scss */
.fa-chevron-double-down:before {
  content: "\f322";
}

/* line 289, fa/scss/_icons.scss */
.fa-chevron-double-left:before {
  content: "\f323";
}

/* line 290, fa/scss/_icons.scss */
.fa-chevron-double-right:before {
  content: "\f324";
}

/* line 291, fa/scss/_icons.scss */
.fa-chevron-double-up:before {
  content: "\f325";
}

/* line 292, fa/scss/_icons.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 293, fa/scss/_icons.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 294, fa/scss/_icons.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 295, fa/scss/_icons.scss */
.fa-chevron-square-down:before {
  content: "\f329";
}

/* line 296, fa/scss/_icons.scss */
.fa-chevron-square-left:before {
  content: "\f32a";
}

/* line 297, fa/scss/_icons.scss */
.fa-chevron-square-right:before {
  content: "\f32b";
}

/* line 298, fa/scss/_icons.scss */
.fa-chevron-square-up:before {
  content: "\f32c";
}

/* line 299, fa/scss/_icons.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 300, fa/scss/_icons.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 301, fa/scss/_icons.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 302, fa/scss/_icons.scss */
.fa-church:before {
  content: "\f51d";
}

/* line 303, fa/scss/_icons.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 304, fa/scss/_icons.scss */
.fa-circle-notch:before {
  content: "\f1ce";
}

/* line 305, fa/scss/_icons.scss */
.fa-clipboard:before {
  content: "\f328";
}

/* line 306, fa/scss/_icons.scss */
.fa-clipboard-check:before {
  content: "\f46c";
}

/* line 307, fa/scss/_icons.scss */
.fa-clipboard-list:before {
  content: "\f46d";
}

/* line 308, fa/scss/_icons.scss */
.fa-clipboard-prescription:before {
  content: "\f5e8";
}

/* line 309, fa/scss/_icons.scss */
.fa-clock:before {
  content: "\f017";
}

/* line 310, fa/scss/_icons.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 311, fa/scss/_icons.scss */
.fa-closed-captioning:before {
  content: "\f20a";
}

/* line 312, fa/scss/_icons.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 313, fa/scss/_icons.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 314, fa/scss/_icons.scss */
.fa-cloud-download-alt:before {
  content: "\f381";
}

/* line 315, fa/scss/_icons.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 316, fa/scss/_icons.scss */
.fa-cloud-upload-alt:before {
  content: "\f382";
}

/* line 317, fa/scss/_icons.scss */
.fa-cloudscale:before {
  content: "\f383";
}

/* line 318, fa/scss/_icons.scss */
.fa-cloudsmith:before {
  content: "\f384";
}

/* line 319, fa/scss/_icons.scss */
.fa-cloudversify:before {
  content: "\f385";
}

/* line 320, fa/scss/_icons.scss */
.fa-club:before {
  content: "\f327";
}

/* line 321, fa/scss/_icons.scss */
.fa-cocktail:before {
  content: "\f561";
}

/* line 322, fa/scss/_icons.scss */
.fa-code:before {
  content: "\f121";
}

/* line 323, fa/scss/_icons.scss */
.fa-code-branch:before {
  content: "\f126";
}

/* line 324, fa/scss/_icons.scss */
.fa-code-commit:before {
  content: "\f386";
}

/* line 325, fa/scss/_icons.scss */
.fa-code-merge:before {
  content: "\f387";
}

/* line 326, fa/scss/_icons.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 327, fa/scss/_icons.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 328, fa/scss/_icons.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 329, fa/scss/_icons.scss */
.fa-cog:before {
  content: "\f013";
}

/* line 330, fa/scss/_icons.scss */
.fa-cogs:before {
  content: "\f085";
}

/* line 331, fa/scss/_icons.scss */
.fa-coins:before {
  content: "\f51e";
}

/* line 332, fa/scss/_icons.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 333, fa/scss/_icons.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 334, fa/scss/_icons.scss */
.fa-comment-alt:before {
  content: "\f27a";
}

/* line 335, fa/scss/_icons.scss */
.fa-comment-alt-check:before {
  content: "\f4a2";
}

/* line 336, fa/scss/_icons.scss */
.fa-comment-alt-dots:before {
  content: "\f4a3";
}

/* line 337, fa/scss/_icons.scss */
.fa-comment-alt-edit:before {
  content: "\f4a4";
}

/* line 338, fa/scss/_icons.scss */
.fa-comment-alt-exclamation:before {
  content: "\f4a5";
}

/* line 339, fa/scss/_icons.scss */
.fa-comment-alt-lines:before {
  content: "\f4a6";
}

/* line 340, fa/scss/_icons.scss */
.fa-comment-alt-minus:before {
  content: "\f4a7";
}

/* line 341, fa/scss/_icons.scss */
.fa-comment-alt-plus:before {
  content: "\f4a8";
}

/* line 342, fa/scss/_icons.scss */
.fa-comment-alt-slash:before {
  content: "\f4a9";
}

/* line 343, fa/scss/_icons.scss */
.fa-comment-alt-smile:before {
  content: "\f4aa";
}

/* line 344, fa/scss/_icons.scss */
.fa-comment-alt-times:before {
  content: "\f4ab";
}

/* line 345, fa/scss/_icons.scss */
.fa-comment-check:before {
  content: "\f4ac";
}

/* line 346, fa/scss/_icons.scss */
.fa-comment-dots:before {
  content: "\f4ad";
}

/* line 347, fa/scss/_icons.scss */
.fa-comment-edit:before {
  content: "\f4ae";
}

/* line 348, fa/scss/_icons.scss */
.fa-comment-exclamation:before {
  content: "\f4af";
}

/* line 349, fa/scss/_icons.scss */
.fa-comment-lines:before {
  content: "\f4b0";
}

/* line 350, fa/scss/_icons.scss */
.fa-comment-minus:before {
  content: "\f4b1";
}

/* line 351, fa/scss/_icons.scss */
.fa-comment-plus:before {
  content: "\f4b2";
}

/* line 352, fa/scss/_icons.scss */
.fa-comment-slash:before {
  content: "\f4b3";
}

/* line 353, fa/scss/_icons.scss */
.fa-comment-smile:before {
  content: "\f4b4";
}

/* line 354, fa/scss/_icons.scss */
.fa-comment-times:before {
  content: "\f4b5";
}

/* line 355, fa/scss/_icons.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 356, fa/scss/_icons.scss */
.fa-comments-alt:before {
  content: "\f4b6";
}

/* line 357, fa/scss/_icons.scss */
.fa-compact-disc:before {
  content: "\f51f";
}

/* line 358, fa/scss/_icons.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 359, fa/scss/_icons.scss */
.fa-compass-slash:before {
  content: "\f5e9";
}

/* line 360, fa/scss/_icons.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 361, fa/scss/_icons.scss */
.fa-compress-alt:before {
  content: "\f422";
}

/* line 362, fa/scss/_icons.scss */
.fa-compress-wide:before {
  content: "\f326";
}

/* line 363, fa/scss/_icons.scss */
.fa-concierge-bell:before {
  content: "\f562";
}

/* line 364, fa/scss/_icons.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 365, fa/scss/_icons.scss */
.fa-container-storage:before {
  content: "\f4b7";
}

/* line 366, fa/scss/_icons.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 367, fa/scss/_icons.scss */
.fa-conveyor-belt:before {
  content: "\f46e";
}

/* line 368, fa/scss/_icons.scss */
.fa-conveyor-belt-alt:before {
  content: "\f46f";
}

/* line 369, fa/scss/_icons.scss */
.fa-cookie:before {
  content: "\f563";
}

/* line 370, fa/scss/_icons.scss */
.fa-cookie-bite:before {
  content: "\f564";
}

/* line 371, fa/scss/_icons.scss */
.fa-copy:before {
  content: "\f0c5";
}

/* line 372, fa/scss/_icons.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 373, fa/scss/_icons.scss */
.fa-couch:before {
  content: "\f4b8";
}

/* line 374, fa/scss/_icons.scss */
.fa-cpanel:before {
  content: "\f388";
}

/* line 375, fa/scss/_icons.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 376, fa/scss/_icons.scss */
.fa-creative-commons-by:before {
  content: "\f4e7";
}

/* line 377, fa/scss/_icons.scss */
.fa-creative-commons-nc:before {
  content: "\f4e8";
}

/* line 378, fa/scss/_icons.scss */
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

/* line 379, fa/scss/_icons.scss */
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

/* line 380, fa/scss/_icons.scss */
.fa-creative-commons-nd:before {
  content: "\f4eb";
}

/* line 381, fa/scss/_icons.scss */
.fa-creative-commons-pd:before {
  content: "\f4ec";
}

/* line 382, fa/scss/_icons.scss */
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

/* line 383, fa/scss/_icons.scss */
.fa-creative-commons-remix:before {
  content: "\f4ee";
}

/* line 384, fa/scss/_icons.scss */
.fa-creative-commons-sa:before {
  content: "\f4ef";
}

/* line 385, fa/scss/_icons.scss */
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

/* line 386, fa/scss/_icons.scss */
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

/* line 387, fa/scss/_icons.scss */
.fa-creative-commons-share:before {
  content: "\f4f2";
}

/* line 388, fa/scss/_icons.scss */
.fa-creative-commons-zero:before {
  content: "\f4f3";
}

/* line 389, fa/scss/_icons.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 390, fa/scss/_icons.scss */
.fa-credit-card-blank:before {
  content: "\f389";
}

/* line 391, fa/scss/_icons.scss */
.fa-credit-card-front:before {
  content: "\f38a";
}

/* line 392, fa/scss/_icons.scss */
.fa-cricket:before {
  content: "\f449";
}

/* line 393, fa/scss/_icons.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 394, fa/scss/_icons.scss */
.fa-crop-alt:before {
  content: "\f565";
}

/* line 395, fa/scss/_icons.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 396, fa/scss/_icons.scss */
.fa-crow:before {
  content: "\f520";
}

/* line 397, fa/scss/_icons.scss */
.fa-crown:before {
  content: "\f521";
}

/* line 398, fa/scss/_icons.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 399, fa/scss/_icons.scss */
.fa-css3-alt:before {
  content: "\f38b";
}

/* line 400, fa/scss/_icons.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 401, fa/scss/_icons.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 402, fa/scss/_icons.scss */
.fa-curling:before {
  content: "\f44a";
}

/* line 403, fa/scss/_icons.scss */
.fa-cut:before {
  content: "\f0c4";
}

/* line 404, fa/scss/_icons.scss */
.fa-cuttlefish:before {
  content: "\f38c";
}

/* line 405, fa/scss/_icons.scss */
.fa-d-and-d:before {
  content: "\f38d";
}

/* line 406, fa/scss/_icons.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 407, fa/scss/_icons.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 408, fa/scss/_icons.scss */
.fa-deaf:before {
  content: "\f2a4";
}

/* line 409, fa/scss/_icons.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 410, fa/scss/_icons.scss */
.fa-deploydog:before {
  content: "\f38e";
}

/* line 411, fa/scss/_icons.scss */
.fa-deskpro:before {
  content: "\f38f";
}

/* line 412, fa/scss/_icons.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 413, fa/scss/_icons.scss */
.fa-desktop-alt:before {
  content: "\f390";
}

/* line 414, fa/scss/_icons.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 415, fa/scss/_icons.scss */
.fa-diagnoses:before {
  content: "\f470";
}

/* line 416, fa/scss/_icons.scss */
.fa-diamond:before {
  content: "\f219";
}

/* line 417, fa/scss/_icons.scss */
.fa-dice:before {
  content: "\f522";
}

/* line 418, fa/scss/_icons.scss */
.fa-dice-five:before {
  content: "\f523";
}

/* line 419, fa/scss/_icons.scss */
.fa-dice-four:before {
  content: "\f524";
}

/* line 420, fa/scss/_icons.scss */
.fa-dice-one:before {
  content: "\f525";
}

/* line 421, fa/scss/_icons.scss */
.fa-dice-six:before {
  content: "\f526";
}

/* line 422, fa/scss/_icons.scss */
.fa-dice-three:before {
  content: "\f527";
}

/* line 423, fa/scss/_icons.scss */
.fa-dice-two:before {
  content: "\f528";
}

/* line 424, fa/scss/_icons.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 425, fa/scss/_icons.scss */
.fa-digital-ocean:before {
  content: "\f391";
}

/* line 426, fa/scss/_icons.scss */
.fa-digital-tachograph:before {
  content: "\f566";
}

/* line 427, fa/scss/_icons.scss */
.fa-diploma:before {
  content: "\f5ea";
}

/* line 428, fa/scss/_icons.scss */
.fa-directions:before {
  content: "\f5eb";
}

/* line 429, fa/scss/_icons.scss */
.fa-discord:before {
  content: "\f392";
}

/* line 430, fa/scss/_icons.scss */
.fa-discourse:before {
  content: "\f393";
}

/* line 431, fa/scss/_icons.scss */
.fa-divide:before {
  content: "\f529";
}

/* line 432, fa/scss/_icons.scss */
.fa-dizzy:before {
  content: "\f567";
}

/* line 433, fa/scss/_icons.scss */
.fa-dna:before {
  content: "\f471";
}

/* line 434, fa/scss/_icons.scss */
.fa-do-not-enter:before {
  content: "\f5ec";
}

/* line 435, fa/scss/_icons.scss */
.fa-dochub:before {
  content: "\f394";
}

/* line 436, fa/scss/_icons.scss */
.fa-docker:before {
  content: "\f395";
}

/* line 437, fa/scss/_icons.scss */
.fa-dollar-sign:before {
  content: "\f155";
}

/* line 438, fa/scss/_icons.scss */
.fa-dolly:before {
  content: "\f472";
}

/* line 439, fa/scss/_icons.scss */
.fa-dolly-empty:before {
  content: "\f473";
}

/* line 440, fa/scss/_icons.scss */
.fa-dolly-flatbed:before {
  content: "\f474";
}

/* line 441, fa/scss/_icons.scss */
.fa-dolly-flatbed-alt:before {
  content: "\f475";
}

/* line 442, fa/scss/_icons.scss */
.fa-dolly-flatbed-empty:before {
  content: "\f476";
}

/* line 443, fa/scss/_icons.scss */
.fa-donate:before {
  content: "\f4b9";
}

/* line 444, fa/scss/_icons.scss */
.fa-door-closed:before {
  content: "\f52a";
}

/* line 445, fa/scss/_icons.scss */
.fa-door-open:before {
  content: "\f52b";
}

/* line 446, fa/scss/_icons.scss */
.fa-dot-circle:before {
  content: "\f192";
}

/* line 447, fa/scss/_icons.scss */
.fa-dove:before {
  content: "\f4ba";
}

/* line 448, fa/scss/_icons.scss */
.fa-download:before {
  content: "\f019";
}

/* line 449, fa/scss/_icons.scss */
.fa-draft2digital:before {
  content: "\f396";
}

/* line 450, fa/scss/_icons.scss */
.fa-drafting-compass:before {
  content: "\f568";
}

/* line 451, fa/scss/_icons.scss */
.fa-draw-circle:before {
  content: "\f5ed";
}

/* line 452, fa/scss/_icons.scss */
.fa-draw-polygon:before {
  content: "\f5ee";
}

/* line 453, fa/scss/_icons.scss */
.fa-draw-square:before {
  content: "\f5ef";
}

/* line 454, fa/scss/_icons.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 455, fa/scss/_icons.scss */
.fa-dribbble-square:before {
  content: "\f397";
}

/* line 456, fa/scss/_icons.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 457, fa/scss/_icons.scss */
.fa-drum:before {
  content: "\f569";
}

/* line 458, fa/scss/_icons.scss */
.fa-drum-steelpan:before {
  content: "\f56a";
}

/* line 459, fa/scss/_icons.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 460, fa/scss/_icons.scss */
.fa-dumbbell:before {
  content: "\f44b";
}

/* line 461, fa/scss/_icons.scss */
.fa-dyalog:before {
  content: "\f399";
}

/* line 462, fa/scss/_icons.scss */
.fa-ear:before {
  content: "\f5f0";
}

/* line 463, fa/scss/_icons.scss */
.fa-earlybirds:before {
  content: "\f39a";
}

/* line 464, fa/scss/_icons.scss */
.fa-ebay:before {
  content: "\f4f4";
}

/* line 465, fa/scss/_icons.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 466, fa/scss/_icons.scss */
.fa-edit:before {
  content: "\f044";
}

/* line 467, fa/scss/_icons.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 468, fa/scss/_icons.scss */
.fa-elementor:before {
  content: "\f430";
}

/* line 469, fa/scss/_icons.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 470, fa/scss/_icons.scss */
.fa-ellipsis-h-alt:before {
  content: "\f39b";
}

/* line 471, fa/scss/_icons.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 472, fa/scss/_icons.scss */
.fa-ellipsis-v-alt:before {
  content: "\f39c";
}

/* line 473, fa/scss/_icons.scss */
.fa-ello:before {
  content: "\f5f1";
}

/* line 474, fa/scss/_icons.scss */
.fa-ember:before {
  content: "\f423";
}

/* line 475, fa/scss/_icons.scss */
.fa-empire:before {
  content: "\f1d1";
}

/* line 476, fa/scss/_icons.scss */
.fa-engine-warning:before {
  content: "\f5f2";
}

/* line 477, fa/scss/_icons.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 478, fa/scss/_icons.scss */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 479, fa/scss/_icons.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 480, fa/scss/_icons.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 481, fa/scss/_icons.scss */
.fa-equals:before {
  content: "\f52c";
}

/* line 482, fa/scss/_icons.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 483, fa/scss/_icons.scss */
.fa-erlang:before {
  content: "\f39d";
}

/* line 484, fa/scss/_icons.scss */
.fa-ethereum:before {
  content: "\f42e";
}

/* line 485, fa/scss/_icons.scss */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 486, fa/scss/_icons.scss */
.fa-euro-sign:before {
  content: "\f153";
}

/* line 487, fa/scss/_icons.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 488, fa/scss/_icons.scss */
.fa-exchange-alt:before {
  content: "\f362";
}

/* line 489, fa/scss/_icons.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 490, fa/scss/_icons.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 491, fa/scss/_icons.scss */
.fa-exclamation-square:before {
  content: "\f321";
}

/* line 492, fa/scss/_icons.scss */
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 493, fa/scss/_icons.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 494, fa/scss/_icons.scss */
.fa-expand-alt:before {
  content: "\f424";
}

/* line 495, fa/scss/_icons.scss */
.fa-expand-arrows:before {
  content: "\f31d";
}

/* line 496, fa/scss/_icons.scss */
.fa-expand-arrows-alt:before {
  content: "\f31e";
}

/* line 497, fa/scss/_icons.scss */
.fa-expand-wide:before {
  content: "\f320";
}

/* line 498, fa/scss/_icons.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 499, fa/scss/_icons.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 500, fa/scss/_icons.scss */
.fa-external-link-alt:before {
  content: "\f35d";
}

/* line 501, fa/scss/_icons.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 502, fa/scss/_icons.scss */
.fa-external-link-square-alt:before {
  content: "\f360";
}

/* line 503, fa/scss/_icons.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 504, fa/scss/_icons.scss */
.fa-eye-dropper:before {
  content: "\f1fb";
}

/* line 505, fa/scss/_icons.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 506, fa/scss/_icons.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 507, fa/scss/_icons.scss */
.fa-facebook-f:before {
  content: "\f39e";
}

/* line 508, fa/scss/_icons.scss */
.fa-facebook-messenger:before {
  content: "\f39f";
}

/* line 509, fa/scss/_icons.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 510, fa/scss/_icons.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 511, fa/scss/_icons.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 512, fa/scss/_icons.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 513, fa/scss/_icons.scss */
.fa-feather:before {
  content: "\f52d";
}

/* line 514, fa/scss/_icons.scss */
.fa-feather-alt:before {
  content: "\f56b";
}

/* line 515, fa/scss/_icons.scss */
.fa-female:before {
  content: "\f182";
}

/* line 516, fa/scss/_icons.scss */
.fa-field-hockey:before {
  content: "\f44c";
}

/* line 517, fa/scss/_icons.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 518, fa/scss/_icons.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 519, fa/scss/_icons.scss */
.fa-file-alt:before {
  content: "\f15c";
}

/* line 520, fa/scss/_icons.scss */
.fa-file-archive:before {
  content: "\f1c6";
}

/* line 521, fa/scss/_icons.scss */
.fa-file-audio:before {
  content: "\f1c7";
}

/* line 522, fa/scss/_icons.scss */
.fa-file-certificate:before {
  content: "\f5f3";
}

/* line 523, fa/scss/_icons.scss */
.fa-file-check:before {
  content: "\f316";
}

/* line 524, fa/scss/_icons.scss */
.fa-file-code:before {
  content: "\f1c9";
}

/* line 525, fa/scss/_icons.scss */
.fa-file-contract:before {
  content: "\f56c";
}

/* line 526, fa/scss/_icons.scss */
.fa-file-download:before {
  content: "\f56d";
}

/* line 527, fa/scss/_icons.scss */
.fa-file-edit:before {
  content: "\f31c";
}

/* line 528, fa/scss/_icons.scss */
.fa-file-excel:before {
  content: "\f1c3";
}

/* line 529, fa/scss/_icons.scss */
.fa-file-exclamation:before {
  content: "\f31a";
}

/* line 530, fa/scss/_icons.scss */
.fa-file-export:before {
  content: "\f56e";
}

/* line 531, fa/scss/_icons.scss */
.fa-file-image:before {
  content: "\f1c5";
}

/* line 532, fa/scss/_icons.scss */
.fa-file-import:before {
  content: "\f56f";
}

/* line 533, fa/scss/_icons.scss */
.fa-file-invoice:before {
  content: "\f570";
}

/* line 534, fa/scss/_icons.scss */
.fa-file-invoice-dollar:before {
  content: "\f571";
}

/* line 535, fa/scss/_icons.scss */
.fa-file-medical:before {
  content: "\f477";
}

/* line 536, fa/scss/_icons.scss */
.fa-file-medical-alt:before {
  content: "\f478";
}

/* line 537, fa/scss/_icons.scss */
.fa-file-minus:before {
  content: "\f318";
}

/* line 538, fa/scss/_icons.scss */
.fa-file-pdf:before {
  content: "\f1c1";
}

/* line 539, fa/scss/_icons.scss */
.fa-file-plus:before {
  content: "\f319";
}

/* line 540, fa/scss/_icons.scss */
.fa-file-powerpoint:before {
  content: "\f1c4";
}

/* line 541, fa/scss/_icons.scss */
.fa-file-prescription:before {
  content: "\f572";
}

/* line 542, fa/scss/_icons.scss */
.fa-file-signature:before {
  content: "\f573";
}

/* line 543, fa/scss/_icons.scss */
.fa-file-times:before {
  content: "\f317";
}

/* line 544, fa/scss/_icons.scss */
.fa-file-upload:before {
  content: "\f574";
}

/* line 545, fa/scss/_icons.scss */
.fa-file-video:before {
  content: "\f1c8";
}

/* line 546, fa/scss/_icons.scss */
.fa-file-word:before {
  content: "\f1c2";
}

/* line 547, fa/scss/_icons.scss */
.fa-fill:before {
  content: "\f575";
}

/* line 548, fa/scss/_icons.scss */
.fa-fill-drip:before {
  content: "\f576";
}

/* line 549, fa/scss/_icons.scss */
.fa-film:before {
  content: "\f008";
}

/* line 550, fa/scss/_icons.scss */
.fa-film-alt:before {
  content: "\f3a0";
}

/* line 551, fa/scss/_icons.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 552, fa/scss/_icons.scss */
.fa-fingerprint:before {
  content: "\f577";
}

/* line 553, fa/scss/_icons.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 554, fa/scss/_icons.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 555, fa/scss/_icons.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 556, fa/scss/_icons.scss */
.fa-first-aid:before {
  content: "\f479";
}

/* line 557, fa/scss/_icons.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 558, fa/scss/_icons.scss */
.fa-first-order-alt:before {
  content: "\f50a";
}

/* line 559, fa/scss/_icons.scss */
.fa-firstdraft:before {
  content: "\f3a1";
}

/* line 560, fa/scss/_icons.scss */
.fa-fish:before {
  content: "\f578";
}

/* line 561, fa/scss/_icons.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 562, fa/scss/_icons.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 563, fa/scss/_icons.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 564, fa/scss/_icons.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 565, fa/scss/_icons.scss */
.fa-flipboard:before {
  content: "\f44d";
}

/* line 566, fa/scss/_icons.scss */
.fa-flushed:before {
  content: "\f579";
}

/* line 567, fa/scss/_icons.scss */
.fa-fly:before {
  content: "\f417";
}

/* line 568, fa/scss/_icons.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 569, fa/scss/_icons.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 570, fa/scss/_icons.scss */
.fa-font:before {
  content: "\f031";
}

/* line 571, fa/scss/_icons.scss */
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 572, fa/scss/_icons.scss */
.fa-font-awesome-alt:before {
  content: "\f35c";
}

/* line 573, fa/scss/_icons.scss */
.fa-font-awesome-flag:before {
  content: "\f425";
}

/* line 574, fa/scss/_icons.scss */
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

/* line 575, fa/scss/_icons.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 576, fa/scss/_icons.scss */
.fa-fonticons-fi:before {
  content: "\f3a2";
}

/* line 577, fa/scss/_icons.scss */
.fa-football-ball:before {
  content: "\f44e";
}

/* line 578, fa/scss/_icons.scss */
.fa-football-helmet:before {
  content: "\f44f";
}

/* line 579, fa/scss/_icons.scss */
.fa-forklift:before {
  content: "\f47a";
}

/* line 580, fa/scss/_icons.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 581, fa/scss/_icons.scss */
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

/* line 582, fa/scss/_icons.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 583, fa/scss/_icons.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 584, fa/scss/_icons.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 585, fa/scss/_icons.scss */
.fa-fragile:before {
  content: "\f4bb";
}

/* line 586, fa/scss/_icons.scss */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 587, fa/scss/_icons.scss */
.fa-freebsd:before {
  content: "\f3a4";
}

/* line 588, fa/scss/_icons.scss */
.fa-frog:before {
  content: "\f52e";
}

/* line 589, fa/scss/_icons.scss */
.fa-frown:before {
  content: "\f119";
}

/* line 590, fa/scss/_icons.scss */
.fa-frown-open:before {
  content: "\f57a";
}

/* line 591, fa/scss/_icons.scss */
.fa-fulcrum:before {
  content: "\f50b";
}

/* line 592, fa/scss/_icons.scss */
.fa-futbol:before {
  content: "\f1e3";
}

/* line 593, fa/scss/_icons.scss */
.fa-galactic-republic:before {
  content: "\f50c";
}

/* line 594, fa/scss/_icons.scss */
.fa-galactic-senate:before {
  content: "\f50d";
}

/* line 595, fa/scss/_icons.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 596, fa/scss/_icons.scss */
.fa-gas-pump:before {
  content: "\f52f";
}

/* line 597, fa/scss/_icons.scss */
.fa-gas-pump-slash:before {
  content: "\f5f4";
}

/* line 598, fa/scss/_icons.scss */
.fa-gavel:before {
  content: "\f0e3";
}

/* line 599, fa/scss/_icons.scss */
.fa-gem:before {
  content: "\f3a5";
}

/* line 600, fa/scss/_icons.scss */
.fa-genderless:before {
  content: "\f22d";
}

/* line 601, fa/scss/_icons.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 602, fa/scss/_icons.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 603, fa/scss/_icons.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 604, fa/scss/_icons.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 605, fa/scss/_icons.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 606, fa/scss/_icons.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 607, fa/scss/_icons.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 608, fa/scss/_icons.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 609, fa/scss/_icons.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 610, fa/scss/_icons.scss */
.fa-gitkraken:before {
  content: "\f3a6";
}

/* line 611, fa/scss/_icons.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 612, fa/scss/_icons.scss */
.fa-gitter:before {
  content: "\f426";
}

/* line 613, fa/scss/_icons.scss */
.fa-glass-martini:before {
  content: "\f000";
}

/* line 614, fa/scss/_icons.scss */
.fa-glass-martini-alt:before {
  content: "\f57b";
}

/* line 615, fa/scss/_icons.scss */
.fa-glasses:before {
  content: "\f530";
}

/* line 616, fa/scss/_icons.scss */
.fa-glasses-alt:before {
  content: "\f5f5";
}

/* line 617, fa/scss/_icons.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 618, fa/scss/_icons.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 619, fa/scss/_icons.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 620, fa/scss/_icons.scss */
.fa-globe-africa:before {
  content: "\f57c";
}

/* line 621, fa/scss/_icons.scss */
.fa-globe-americas:before {
  content: "\f57d";
}

/* line 622, fa/scss/_icons.scss */
.fa-globe-asia:before {
  content: "\f57e";
}

/* line 623, fa/scss/_icons.scss */
.fa-globe-stand:before {
  content: "\f5f6";
}

/* line 624, fa/scss/_icons.scss */
.fa-gofore:before {
  content: "\f3a7";
}

/* line 625, fa/scss/_icons.scss */
.fa-golf-ball:before {
  content: "\f450";
}

/* line 626, fa/scss/_icons.scss */
.fa-golf-club:before {
  content: "\f451";
}

/* line 627, fa/scss/_icons.scss */
.fa-goodreads:before {
  content: "\f3a8";
}

/* line 628, fa/scss/_icons.scss */
.fa-goodreads-g:before {
  content: "\f3a9";
}

/* line 629, fa/scss/_icons.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 630, fa/scss/_icons.scss */
.fa-google-drive:before {
  content: "\f3aa";
}

/* line 631, fa/scss/_icons.scss */
.fa-google-play:before {
  content: "\f3ab";
}

/* line 632, fa/scss/_icons.scss */
.fa-google-plus:before {
  content: "\f2b3";
}

/* line 633, fa/scss/_icons.scss */
.fa-google-plus-g:before {
  content: "\f0d5";
}

/* line 634, fa/scss/_icons.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 635, fa/scss/_icons.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 636, fa/scss/_icons.scss */
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 637, fa/scss/_icons.scss */
.fa-gratipay:before {
  content: "\f184";
}

/* line 638, fa/scss/_icons.scss */
.fa-grav:before {
  content: "\f2d6";
}

/* line 639, fa/scss/_icons.scss */
.fa-greater-than:before {
  content: "\f531";
}

/* line 640, fa/scss/_icons.scss */
.fa-greater-than-equal:before {
  content: "\f532";
}

/* line 641, fa/scss/_icons.scss */
.fa-grimace:before {
  content: "\f57f";
}

/* line 642, fa/scss/_icons.scss */
.fa-grin:before {
  content: "\f580";
}

/* line 643, fa/scss/_icons.scss */
.fa-grin-alt:before {
  content: "\f581";
}

/* line 644, fa/scss/_icons.scss */
.fa-grin-beam:before {
  content: "\f582";
}

/* line 645, fa/scss/_icons.scss */
.fa-grin-beam-sweat:before {
  content: "\f583";
}

/* line 646, fa/scss/_icons.scss */
.fa-grin-hearts:before {
  content: "\f584";
}

/* line 647, fa/scss/_icons.scss */
.fa-grin-squint:before {
  content: "\f585";
}

/* line 648, fa/scss/_icons.scss */
.fa-grin-squint-tears:before {
  content: "\f586";
}

/* line 649, fa/scss/_icons.scss */
.fa-grin-stars:before {
  content: "\f587";
}

/* line 650, fa/scss/_icons.scss */
.fa-grin-tears:before {
  content: "\f588";
}

/* line 651, fa/scss/_icons.scss */
.fa-grin-tongue:before {
  content: "\f589";
}

/* line 652, fa/scss/_icons.scss */
.fa-grin-tongue-squint:before {
  content: "\f58a";
}

/* line 653, fa/scss/_icons.scss */
.fa-grin-tongue-wink:before {
  content: "\f58b";
}

/* line 654, fa/scss/_icons.scss */
.fa-grin-wink:before {
  content: "\f58c";
}

/* line 655, fa/scss/_icons.scss */
.fa-grip-horizontal:before {
  content: "\f58d";
}

/* line 656, fa/scss/_icons.scss */
.fa-grip-vertical:before {
  content: "\f58e";
}

/* line 657, fa/scss/_icons.scss */
.fa-gripfire:before {
  content: "\f3ac";
}

/* line 658, fa/scss/_icons.scss */
.fa-grunt:before {
  content: "\f3ad";
}

/* line 659, fa/scss/_icons.scss */
.fa-gulp:before {
  content: "\f3ae";
}

/* line 660, fa/scss/_icons.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 661, fa/scss/_icons.scss */
.fa-h1:before {
  content: "\f313";
}

/* line 662, fa/scss/_icons.scss */
.fa-h2:before {
  content: "\f314";
}

/* line 663, fa/scss/_icons.scss */
.fa-h3:before {
  content: "\f315";
}

/* line 664, fa/scss/_icons.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 665, fa/scss/_icons.scss */
.fa-hacker-news-square:before {
  content: "\f3af";
}

/* line 666, fa/scss/_icons.scss */
.fa-hackerrank:before {
  content: "\f5f7";
}

/* line 667, fa/scss/_icons.scss */
.fa-hand-heart:before {
  content: "\f4bc";
}

/* line 668, fa/scss/_icons.scss */
.fa-hand-holding:before {
  content: "\f4bd";
}

/* line 669, fa/scss/_icons.scss */
.fa-hand-holding-box:before {
  content: "\f47b";
}

/* line 670, fa/scss/_icons.scss */
.fa-hand-holding-heart:before {
  content: "\f4be";
}

/* line 671, fa/scss/_icons.scss */
.fa-hand-holding-seedling:before {
  content: "\f4bf";
}

/* line 672, fa/scss/_icons.scss */
.fa-hand-holding-usd:before {
  content: "\f4c0";
}

/* line 673, fa/scss/_icons.scss */
.fa-hand-holding-water:before {
  content: "\f4c1";
}

/* line 674, fa/scss/_icons.scss */
.fa-hand-lizard:before {
  content: "\f258";
}

/* line 675, fa/scss/_icons.scss */
.fa-hand-paper:before {
  content: "\f256";
}

/* line 676, fa/scss/_icons.scss */
.fa-hand-peace:before {
  content: "\f25b";
}

/* line 677, fa/scss/_icons.scss */
.fa-hand-point-down:before {
  content: "\f0a7";
}

/* line 678, fa/scss/_icons.scss */
.fa-hand-point-left:before {
  content: "\f0a5";
}

/* line 679, fa/scss/_icons.scss */
.fa-hand-point-right:before {
  content: "\f0a4";
}

/* line 680, fa/scss/_icons.scss */
.fa-hand-point-up:before {
  content: "\f0a6";
}

/* line 681, fa/scss/_icons.scss */
.fa-hand-pointer:before {
  content: "\f25a";
}

/* line 682, fa/scss/_icons.scss */
.fa-hand-receiving:before {
  content: "\f47c";
}

/* line 683, fa/scss/_icons.scss */
.fa-hand-rock:before {
  content: "\f255";
}

/* line 684, fa/scss/_icons.scss */
.fa-hand-scissors:before {
  content: "\f257";
}

/* line 685, fa/scss/_icons.scss */
.fa-hand-spock:before {
  content: "\f259";
}

/* line 686, fa/scss/_icons.scss */
.fa-hands:before {
  content: "\f4c2";
}

/* line 687, fa/scss/_icons.scss */
.fa-hands-heart:before {
  content: "\f4c3";
}

/* line 688, fa/scss/_icons.scss */
.fa-hands-helping:before {
  content: "\f4c4";
}

/* line 689, fa/scss/_icons.scss */
.fa-hands-usd:before {
  content: "\f4c5";
}

/* line 690, fa/scss/_icons.scss */
.fa-handshake:before {
  content: "\f2b5";
}

/* line 691, fa/scss/_icons.scss */
.fa-handshake-alt:before {
  content: "\f4c6";
}

/* line 692, fa/scss/_icons.scss */
.fa-hashtag:before {
  content: "\f292";
}

/* line 693, fa/scss/_icons.scss */
.fa-hdd:before {
  content: "\f0a0";
}

/* line 694, fa/scss/_icons.scss */
.fa-heading:before {
  content: "\f1dc";
}

/* line 695, fa/scss/_icons.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 696, fa/scss/_icons.scss */
.fa-headphones-alt:before {
  content: "\f58f";
}

/* line 697, fa/scss/_icons.scss */
.fa-headset:before {
  content: "\f590";
}

/* line 698, fa/scss/_icons.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 699, fa/scss/_icons.scss */
.fa-heart-circle:before {
  content: "\f4c7";
}

/* line 700, fa/scss/_icons.scss */
.fa-heart-rate:before {
  content: "\f5f8";
}

/* line 701, fa/scss/_icons.scss */
.fa-heart-square:before {
  content: "\f4c8";
}

/* line 702, fa/scss/_icons.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 703, fa/scss/_icons.scss */
.fa-helicopter:before {
  content: "\f533";
}

/* line 704, fa/scss/_icons.scss */
.fa-hexagon:before {
  content: "\f312";
}

/* line 705, fa/scss/_icons.scss */
.fa-highlighter:before {
  content: "\f591";
}

/* line 706, fa/scss/_icons.scss */
.fa-hips:before {
  content: "\f452";
}

/* line 707, fa/scss/_icons.scss */
.fa-hire-a-helper:before {
  content: "\f3b0";
}

/* line 708, fa/scss/_icons.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 709, fa/scss/_icons.scss */
.fa-hockey-puck:before {
  content: "\f453";
}

/* line 710, fa/scss/_icons.scss */
.fa-hockey-sticks:before {
  content: "\f454";
}

/* line 711, fa/scss/_icons.scss */
.fa-home:before {
  content: "\f015";
}

/* line 712, fa/scss/_icons.scss */
.fa-home-heart:before {
  content: "\f4c9";
}

/* line 713, fa/scss/_icons.scss */
.fa-hooli:before {
  content: "\f427";
}

/* line 714, fa/scss/_icons.scss */
.fa-hornbill:before {
  content: "\f592";
}

/* line 715, fa/scss/_icons.scss */
.fa-hospital:before {
  content: "\f0f8";
}

/* line 716, fa/scss/_icons.scss */
.fa-hospital-alt:before {
  content: "\f47d";
}

/* line 717, fa/scss/_icons.scss */
.fa-hospital-symbol:before {
  content: "\f47e";
}

/* line 718, fa/scss/_icons.scss */
.fa-hot-tub:before {
  content: "\f593";
}

/* line 719, fa/scss/_icons.scss */
.fa-hotel:before {
  content: "\f594";
}

/* line 720, fa/scss/_icons.scss */
.fa-hotjar:before {
  content: "\f3b1";
}

/* line 721, fa/scss/_icons.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 722, fa/scss/_icons.scss */
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 723, fa/scss/_icons.scss */
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 724, fa/scss/_icons.scss */
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 725, fa/scss/_icons.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 726, fa/scss/_icons.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 727, fa/scss/_icons.scss */
.fa-hubspot:before {
  content: "\f3b2";
}

/* line 728, fa/scss/_icons.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 729, fa/scss/_icons.scss */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 730, fa/scss/_icons.scss */
.fa-id-card:before {
  content: "\f2c2";
}

/* line 731, fa/scss/_icons.scss */
.fa-id-card-alt:before {
  content: "\f47f";
}

/* line 732, fa/scss/_icons.scss */
.fa-image:before {
  content: "\f03e";
}

/* line 733, fa/scss/_icons.scss */
.fa-images:before {
  content: "\f302";
}

/* line 734, fa/scss/_icons.scss */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 735, fa/scss/_icons.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 736, fa/scss/_icons.scss */
.fa-inbox-in:before {
  content: "\f310";
}

/* line 737, fa/scss/_icons.scss */
.fa-inbox-out:before {
  content: "\f311";
}

/* line 738, fa/scss/_icons.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 739, fa/scss/_icons.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 740, fa/scss/_icons.scss */
.fa-industry-alt:before {
  content: "\f3b3";
}

/* line 741, fa/scss/_icons.scss */
.fa-infinity:before {
  content: "\f534";
}

/* line 742, fa/scss/_icons.scss */
.fa-info:before {
  content: "\f129";
}

/* line 743, fa/scss/_icons.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 744, fa/scss/_icons.scss */
.fa-info-square:before {
  content: "\f30f";
}

/* line 745, fa/scss/_icons.scss */
.fa-inhaler:before {
  content: "\f5f9";
}

/* line 746, fa/scss/_icons.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 747, fa/scss/_icons.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 748, fa/scss/_icons.scss */
.fa-inventory:before {
  content: "\f480";
}

/* line 749, fa/scss/_icons.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 750, fa/scss/_icons.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 751, fa/scss/_icons.scss */
.fa-itunes:before {
  content: "\f3b4";
}

/* line 752, fa/scss/_icons.scss */
.fa-itunes-note:before {
  content: "\f3b5";
}

/* line 753, fa/scss/_icons.scss */
.fa-jack-o-lantern:before {
  content: "\f30e";
}

/* line 754, fa/scss/_icons.scss */
.fa-java:before {
  content: "\f4e4";
}

/* line 755, fa/scss/_icons.scss */
.fa-jedi-order:before {
  content: "\f50e";
}

/* line 756, fa/scss/_icons.scss */
.fa-jenkins:before {
  content: "\f3b6";
}

/* line 757, fa/scss/_icons.scss */
.fa-joget:before {
  content: "\f3b7";
}

/* line 758, fa/scss/_icons.scss */
.fa-joint:before {
  content: "\f595";
}

/* line 759, fa/scss/_icons.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 760, fa/scss/_icons.scss */
.fa-js:before {
  content: "\f3b8";
}

/* line 761, fa/scss/_icons.scss */
.fa-js-square:before {
  content: "\f3b9";
}

/* line 762, fa/scss/_icons.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 763, fa/scss/_icons.scss */
.fa-kaggle:before {
  content: "\f5fa";
}

/* line 764, fa/scss/_icons.scss */
.fa-key:before {
  content: "\f084";
}

/* line 765, fa/scss/_icons.scss */
.fa-keybase:before {
  content: "\f4f5";
}

/* line 766, fa/scss/_icons.scss */
.fa-keyboard:before {
  content: "\f11c";
}

/* line 767, fa/scss/_icons.scss */
.fa-keycdn:before {
  content: "\f3ba";
}

/* line 768, fa/scss/_icons.scss */
.fa-kickstarter:before {
  content: "\f3bb";
}

/* line 769, fa/scss/_icons.scss */
.fa-kickstarter-k:before {
  content: "\f3bc";
}

/* line 770, fa/scss/_icons.scss */
.fa-kidneys:before {
  content: "\f5fb";
}

/* line 771, fa/scss/_icons.scss */
.fa-kiss:before {
  content: "\f596";
}

/* line 772, fa/scss/_icons.scss */
.fa-kiss-beam:before {
  content: "\f597";
}

/* line 773, fa/scss/_icons.scss */
.fa-kiss-wink-heart:before {
  content: "\f598";
}

/* line 774, fa/scss/_icons.scss */
.fa-kiwi-bird:before {
  content: "\f535";
}

/* line 775, fa/scss/_icons.scss */
.fa-korvue:before {
  content: "\f42f";
}

/* line 776, fa/scss/_icons.scss */
.fa-lamp:before {
  content: "\f4ca";
}

/* line 777, fa/scss/_icons.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 778, fa/scss/_icons.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 779, fa/scss/_icons.scss */
.fa-laptop-code:before {
  content: "\f5fc";
}

/* line 780, fa/scss/_icons.scss */
.fa-laravel:before {
  content: "\f3bd";
}

/* line 781, fa/scss/_icons.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 782, fa/scss/_icons.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 783, fa/scss/_icons.scss */
.fa-laugh:before {
  content: "\f599";
}

/* line 784, fa/scss/_icons.scss */
.fa-laugh-beam:before {
  content: "\f59a";
}

/* line 785, fa/scss/_icons.scss */
.fa-laugh-squint:before {
  content: "\f59b";
}

/* line 786, fa/scss/_icons.scss */
.fa-laugh-wink:before {
  content: "\f59c";
}

/* line 787, fa/scss/_icons.scss */
.fa-layer-group:before {
  content: "\f5fd";
}

/* line 788, fa/scss/_icons.scss */
.fa-layer-minus:before {
  content: "\f5fe";
}

/* line 789, fa/scss/_icons.scss */
.fa-layer-plus:before {
  content: "\f5ff";
}

/* line 790, fa/scss/_icons.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 791, fa/scss/_icons.scss */
.fa-leaf-heart:before {
  content: "\f4cb";
}

/* line 792, fa/scss/_icons.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 793, fa/scss/_icons.scss */
.fa-lemon:before {
  content: "\f094";
}

/* line 794, fa/scss/_icons.scss */
.fa-less:before {
  content: "\f41d";
}

/* line 795, fa/scss/_icons.scss */
.fa-less-than:before {
  content: "\f536";
}

/* line 796, fa/scss/_icons.scss */
.fa-less-than-equal:before {
  content: "\f537";
}

/* line 797, fa/scss/_icons.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 798, fa/scss/_icons.scss */
.fa-level-down-alt:before {
  content: "\f3be";
}

/* line 799, fa/scss/_icons.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 800, fa/scss/_icons.scss */
.fa-level-up-alt:before {
  content: "\f3bf";
}

/* line 801, fa/scss/_icons.scss */
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 802, fa/scss/_icons.scss */
.fa-lightbulb:before {
  content: "\f0eb";
}

/* line 803, fa/scss/_icons.scss */
.fa-line:before {
  content: "\f3c0";
}

/* line 804, fa/scss/_icons.scss */
.fa-link:before {
  content: "\f0c1";
}

/* line 805, fa/scss/_icons.scss */
.fa-linkedin:before {
  content: "\f08c";
}

/* line 806, fa/scss/_icons.scss */
.fa-linkedin-in:before {
  content: "\f0e1";
}

/* line 807, fa/scss/_icons.scss */
.fa-linode:before {
  content: "\f2b8";
}

/* line 808, fa/scss/_icons.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 809, fa/scss/_icons.scss */
.fa-lips:before {
  content: "\f600";
}

/* line 810, fa/scss/_icons.scss */
.fa-lira-sign:before {
  content: "\f195";
}

/* line 811, fa/scss/_icons.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 812, fa/scss/_icons.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 813, fa/scss/_icons.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 814, fa/scss/_icons.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 815, fa/scss/_icons.scss */
.fa-location:before {
  content: "\f601";
}

/* line 816, fa/scss/_icons.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 817, fa/scss/_icons.scss */
.fa-location-circle:before {
  content: "\f602";
}

/* line 818, fa/scss/_icons.scss */
.fa-location-slash:before {
  content: "\f603";
}

/* line 819, fa/scss/_icons.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 820, fa/scss/_icons.scss */
.fa-lock-alt:before {
  content: "\f30d";
}

/* line 821, fa/scss/_icons.scss */
.fa-lock-open:before {
  content: "\f3c1";
}

/* line 822, fa/scss/_icons.scss */
.fa-lock-open-alt:before {
  content: "\f3c2";
}

/* line 823, fa/scss/_icons.scss */
.fa-long-arrow-alt-down:before {
  content: "\f309";
}

/* line 824, fa/scss/_icons.scss */
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

/* line 825, fa/scss/_icons.scss */
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

/* line 826, fa/scss/_icons.scss */
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

/* line 827, fa/scss/_icons.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 828, fa/scss/_icons.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 829, fa/scss/_icons.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 830, fa/scss/_icons.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 831, fa/scss/_icons.scss */
.fa-loveseat:before {
  content: "\f4cc";
}

/* line 832, fa/scss/_icons.scss */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 833, fa/scss/_icons.scss */
.fa-luchador:before {
  content: "\f455";
}

/* line 834, fa/scss/_icons.scss */
.fa-luggage-cart:before {
  content: "\f59d";
}

/* line 835, fa/scss/_icons.scss */
.fa-lungs:before {
  content: "\f604";
}

/* line 836, fa/scss/_icons.scss */
.fa-lyft:before {
  content: "\f3c3";
}

/* line 837, fa/scss/_icons.scss */
.fa-magento:before {
  content: "\f3c4";
}

/* line 838, fa/scss/_icons.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 839, fa/scss/_icons.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 840, fa/scss/_icons.scss */
.fa-mailchimp:before {
  content: "\f59e";
}

/* line 841, fa/scss/_icons.scss */
.fa-male:before {
  content: "\f183";
}

/* line 842, fa/scss/_icons.scss */
.fa-mandalorian:before {
  content: "\f50f";
}

/* line 843, fa/scss/_icons.scss */
.fa-map:before {
  content: "\f279";
}

/* line 844, fa/scss/_icons.scss */
.fa-map-marked:before {
  content: "\f59f";
}

/* line 845, fa/scss/_icons.scss */
.fa-map-marked-alt:before {
  content: "\f5a0";
}

/* line 846, fa/scss/_icons.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 847, fa/scss/_icons.scss */
.fa-map-marker-alt:before {
  content: "\f3c5";
}

/* line 848, fa/scss/_icons.scss */
.fa-map-marker-alt-slash:before {
  content: "\f605";
}

/* line 849, fa/scss/_icons.scss */
.fa-map-marker-check:before {
  content: "\f606";
}

/* line 850, fa/scss/_icons.scss */
.fa-map-marker-edit:before {
  content: "\f607";
}

/* line 851, fa/scss/_icons.scss */
.fa-map-marker-exclamation:before {
  content: "\f608";
}

/* line 852, fa/scss/_icons.scss */
.fa-map-marker-minus:before {
  content: "\f609";
}

/* line 853, fa/scss/_icons.scss */
.fa-map-marker-plus:before {
  content: "\f60a";
}

/* line 854, fa/scss/_icons.scss */
.fa-map-marker-question:before {
  content: "\f60b";
}

/* line 855, fa/scss/_icons.scss */
.fa-map-marker-slash:before {
  content: "\f60c";
}

/* line 856, fa/scss/_icons.scss */
.fa-map-marker-smile:before {
  content: "\f60d";
}

/* line 857, fa/scss/_icons.scss */
.fa-map-marker-times:before {
  content: "\f60e";
}

/* line 858, fa/scss/_icons.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 859, fa/scss/_icons.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 860, fa/scss/_icons.scss */
.fa-markdown:before {
  content: "\f60f";
}

/* line 861, fa/scss/_icons.scss */
.fa-marker:before {
  content: "\f5a1";
}

/* line 862, fa/scss/_icons.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 863, fa/scss/_icons.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 864, fa/scss/_icons.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 865, fa/scss/_icons.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 866, fa/scss/_icons.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 867, fa/scss/_icons.scss */
.fa-mastodon:before {
  content: "\f4f6";
}

/* line 868, fa/scss/_icons.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 869, fa/scss/_icons.scss */
.fa-medal:before {
  content: "\f5a2";
}

/* line 870, fa/scss/_icons.scss */
.fa-medapps:before {
  content: "\f3c6";
}

/* line 871, fa/scss/_icons.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 872, fa/scss/_icons.scss */
.fa-medium-m:before {
  content: "\f3c7";
}

/* line 873, fa/scss/_icons.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 874, fa/scss/_icons.scss */
.fa-medrt:before {
  content: "\f3c8";
}

/* line 875, fa/scss/_icons.scss */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 876, fa/scss/_icons.scss */
.fa-megaport:before {
  content: "\f5a3";
}

/* line 877, fa/scss/_icons.scss */
.fa-meh:before {
  content: "\f11a";
}

/* line 878, fa/scss/_icons.scss */
.fa-meh-blank:before {
  content: "\f5a4";
}

/* line 879, fa/scss/_icons.scss */
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

/* line 880, fa/scss/_icons.scss */
.fa-memory:before {
  content: "\f538";
}

/* line 881, fa/scss/_icons.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 882, fa/scss/_icons.scss */
.fa-microchip:before {
  content: "\f2db";
}

/* line 883, fa/scss/_icons.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 884, fa/scss/_icons.scss */
.fa-microphone-alt:before {
  content: "\f3c9";
}

/* line 885, fa/scss/_icons.scss */
.fa-microphone-alt-slash:before {
  content: "\f539";
}

/* line 886, fa/scss/_icons.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 887, fa/scss/_icons.scss */
.fa-microscope:before {
  content: "\f610";
}

/* line 888, fa/scss/_icons.scss */
.fa-microsoft:before {
  content: "\f3ca";
}

/* line 889, fa/scss/_icons.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 890, fa/scss/_icons.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 891, fa/scss/_icons.scss */
.fa-minus-hexagon:before {
  content: "\f307";
}

/* line 892, fa/scss/_icons.scss */
.fa-minus-octagon:before {
  content: "\f308";
}

/* line 893, fa/scss/_icons.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 894, fa/scss/_icons.scss */
.fa-mix:before {
  content: "\f3cb";
}

/* line 895, fa/scss/_icons.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 896, fa/scss/_icons.scss */
.fa-mizuni:before {
  content: "\f3cc";
}

/* line 897, fa/scss/_icons.scss */
.fa-mobile:before {
  content: "\f10b";
}

/* line 898, fa/scss/_icons.scss */
.fa-mobile-alt:before {
  content: "\f3cd";
}

/* line 899, fa/scss/_icons.scss */
.fa-mobile-android:before {
  content: "\f3ce";
}

/* line 900, fa/scss/_icons.scss */
.fa-mobile-android-alt:before {
  content: "\f3cf";
}

/* line 901, fa/scss/_icons.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 902, fa/scss/_icons.scss */
.fa-monero:before {
  content: "\f3d0";
}

/* line 903, fa/scss/_icons.scss */
.fa-money-bill:before {
  content: "\f0d6";
}

/* line 904, fa/scss/_icons.scss */
.fa-money-bill-alt:before {
  content: "\f3d1";
}

/* line 905, fa/scss/_icons.scss */
.fa-money-bill-wave:before {
  content: "\f53a";
}

/* line 906, fa/scss/_icons.scss */
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

/* line 907, fa/scss/_icons.scss */
.fa-money-check:before {
  content: "\f53c";
}

/* line 908, fa/scss/_icons.scss */
.fa-money-check-alt:before {
  content: "\f53d";
}

/* line 909, fa/scss/_icons.scss */
.fa-monitor-heart-rate:before {
  content: "\f611";
}

/* line 910, fa/scss/_icons.scss */
.fa-monument:before {
  content: "\f5a6";
}

/* line 911, fa/scss/_icons.scss */
.fa-moon:before {
  content: "\f186";
}

/* line 912, fa/scss/_icons.scss */
.fa-mortar-pestle:before {
  content: "\f5a7";
}

/* line 913, fa/scss/_icons.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 914, fa/scss/_icons.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 915, fa/scss/_icons.scss */
.fa-music:before {
  content: "\f001";
}

/* line 916, fa/scss/_icons.scss */
.fa-napster:before {
  content: "\f3d2";
}

/* line 917, fa/scss/_icons.scss */
.fa-neos:before {
  content: "\f612";
}

/* line 918, fa/scss/_icons.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 919, fa/scss/_icons.scss */
.fa-newspaper:before {
  content: "\f1ea";
}

/* line 920, fa/scss/_icons.scss */
.fa-nimblr:before {
  content: "\f5a8";
}

/* line 921, fa/scss/_icons.scss */
.fa-nintendo-switch:before {
  content: "\f418";
}

/* line 922, fa/scss/_icons.scss */
.fa-node:before {
  content: "\f419";
}

/* line 923, fa/scss/_icons.scss */
.fa-node-js:before {
  content: "\f3d3";
}

/* line 924, fa/scss/_icons.scss */
.fa-not-equal:before {
  content: "\f53e";
}

/* line 925, fa/scss/_icons.scss */
.fa-notes-medical:before {
  content: "\f481";
}

/* line 926, fa/scss/_icons.scss */
.fa-npm:before {
  content: "\f3d4";
}

/* line 927, fa/scss/_icons.scss */
.fa-ns8:before {
  content: "\f3d5";
}

/* line 928, fa/scss/_icons.scss */
.fa-nutritionix:before {
  content: "\f3d6";
}

/* line 929, fa/scss/_icons.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 930, fa/scss/_icons.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 931, fa/scss/_icons.scss */
.fa-octagon:before {
  content: "\f306";
}

/* line 932, fa/scss/_icons.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 933, fa/scss/_icons.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 934, fa/scss/_icons.scss */
.fa-oil-can:before {
  content: "\f613";
}

/* line 935, fa/scss/_icons.scss */
.fa-oil-temp:before {
  content: "\f614";
}

/* line 936, fa/scss/_icons.scss */
.fa-old-republic:before {
  content: "\f510";
}

/* line 937, fa/scss/_icons.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 938, fa/scss/_icons.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 939, fa/scss/_icons.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 940, fa/scss/_icons.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 941, fa/scss/_icons.scss */
.fa-osi:before {
  content: "\f41a";
}

/* line 942, fa/scss/_icons.scss */
.fa-outdent:before {
  content: "\f03b";
}

/* line 943, fa/scss/_icons.scss */
.fa-page4:before {
  content: "\f3d7";
}

/* line 944, fa/scss/_icons.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 945, fa/scss/_icons.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 946, fa/scss/_icons.scss */
.fa-paint-brush-alt:before {
  content: "\f5a9";
}

/* line 947, fa/scss/_icons.scss */
.fa-paint-roller:before {
  content: "\f5aa";
}

/* line 948, fa/scss/_icons.scss */
.fa-palette:before {
  content: "\f53f";
}

/* line 949, fa/scss/_icons.scss */
.fa-palfed:before {
  content: "\f3d8";
}

/* line 950, fa/scss/_icons.scss */
.fa-pallet:before {
  content: "\f482";
}

/* line 951, fa/scss/_icons.scss */
.fa-pallet-alt:before {
  content: "\f483";
}

/* line 952, fa/scss/_icons.scss */
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 953, fa/scss/_icons.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 954, fa/scss/_icons.scss */
.fa-parachute-box:before {
  content: "\f4cd";
}

/* line 955, fa/scss/_icons.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 956, fa/scss/_icons.scss */
.fa-parking:before {
  content: "\f540";
}

/* line 957, fa/scss/_icons.scss */
.fa-parking-circle:before {
  content: "\f615";
}

/* line 958, fa/scss/_icons.scss */
.fa-parking-circle-slash:before {
  content: "\f616";
}

/* line 959, fa/scss/_icons.scss */
.fa-parking-slash:before {
  content: "\f617";
}

/* line 960, fa/scss/_icons.scss */
.fa-passport:before {
  content: "\f5ab";
}

/* line 961, fa/scss/_icons.scss */
.fa-paste:before {
  content: "\f0ea";
}

/* line 962, fa/scss/_icons.scss */
.fa-patreon:before {
  content: "\f3d9";
}

/* line 963, fa/scss/_icons.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 964, fa/scss/_icons.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 965, fa/scss/_icons.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 966, fa/scss/_icons.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 967, fa/scss/_icons.scss */
.fa-pen:before {
  content: "\f304";
}

/* line 968, fa/scss/_icons.scss */
.fa-pen-alt:before {
  content: "\f305";
}

/* line 969, fa/scss/_icons.scss */
.fa-pen-fancy:before {
  content: "\f5ac";
}

/* line 970, fa/scss/_icons.scss */
.fa-pen-nib:before {
  content: "\f5ad";
}

/* line 971, fa/scss/_icons.scss */
.fa-pen-square:before {
  content: "\f14b";
}

/* line 972, fa/scss/_icons.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 973, fa/scss/_icons.scss */
.fa-pencil-alt:before {
  content: "\f303";
}

/* line 974, fa/scss/_icons.scss */
.fa-pencil-paintbrush:before {
  content: "\f618";
}

/* line 975, fa/scss/_icons.scss */
.fa-pencil-ruler:before {
  content: "\f5ae";
}

/* line 976, fa/scss/_icons.scss */
.fa-pennant:before {
  content: "\f456";
}

/* line 977, fa/scss/_icons.scss */
.fa-people-carry:before {
  content: "\f4ce";
}

/* line 978, fa/scss/_icons.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 979, fa/scss/_icons.scss */
.fa-percentage:before {
  content: "\f541";
}

/* line 980, fa/scss/_icons.scss */
.fa-periscope:before {
  content: "\f3da";
}

/* line 981, fa/scss/_icons.scss */
.fa-person-carry:before {
  content: "\f4cf";
}

/* line 982, fa/scss/_icons.scss */
.fa-person-dolly:before {
  content: "\f4d0";
}

/* line 983, fa/scss/_icons.scss */
.fa-person-dolly-empty:before {
  content: "\f4d1";
}

/* line 984, fa/scss/_icons.scss */
.fa-phabricator:before {
  content: "\f3db";
}

/* line 985, fa/scss/_icons.scss */
.fa-phoenix-framework:before {
  content: "\f3dc";
}

/* line 986, fa/scss/_icons.scss */
.fa-phoenix-squadron:before {
  content: "\f511";
}

/* line 987, fa/scss/_icons.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 988, fa/scss/_icons.scss */
.fa-phone-plus:before {
  content: "\f4d2";
}

/* line 989, fa/scss/_icons.scss */
.fa-phone-slash:before {
  content: "\f3dd";
}

/* line 990, fa/scss/_icons.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 991, fa/scss/_icons.scss */
.fa-phone-volume:before {
  content: "\f2a0";
}

/* line 992, fa/scss/_icons.scss */
.fa-php:before {
  content: "\f457";
}

/* line 993, fa/scss/_icons.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 994, fa/scss/_icons.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 995, fa/scss/_icons.scss */
.fa-pied-piper-hat:before {
  content: "\f4e5";
}

/* line 996, fa/scss/_icons.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 997, fa/scss/_icons.scss */
.fa-piggy-bank:before {
  content: "\f4d3";
}

/* line 998, fa/scss/_icons.scss */
.fa-pills:before {
  content: "\f484";
}

/* line 999, fa/scss/_icons.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 1000, fa/scss/_icons.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 1001, fa/scss/_icons.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 1002, fa/scss/_icons.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 1003, fa/scss/_icons.scss */
.fa-plane-alt:before {
  content: "\f3de";
}

/* line 1004, fa/scss/_icons.scss */
.fa-plane-arrival:before {
  content: "\f5af";
}

/* line 1005, fa/scss/_icons.scss */
.fa-plane-departure:before {
  content: "\f5b0";
}

/* line 1006, fa/scss/_icons.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 1007, fa/scss/_icons.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1008, fa/scss/_icons.scss */
.fa-playstation:before {
  content: "\f3df";
}

/* line 1009, fa/scss/_icons.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1010, fa/scss/_icons.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 1011, fa/scss/_icons.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 1012, fa/scss/_icons.scss */
.fa-plus-hexagon:before {
  content: "\f300";
}

/* line 1013, fa/scss/_icons.scss */
.fa-plus-octagon:before {
  content: "\f301";
}

/* line 1014, fa/scss/_icons.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 1015, fa/scss/_icons.scss */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 1016, fa/scss/_icons.scss */
.fa-poo:before {
  content: "\f2fe";
}

/* line 1017, fa/scss/_icons.scss */
.fa-poop:before {
  content: "\f619";
}

/* line 1018, fa/scss/_icons.scss */
.fa-portrait:before {
  content: "\f3e0";
}

/* line 1019, fa/scss/_icons.scss */
.fa-pound-sign:before {
  content: "\f154";
}

/* line 1020, fa/scss/_icons.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 1021, fa/scss/_icons.scss */
.fa-prescription:before {
  content: "\f5b1";
}

/* line 1022, fa/scss/_icons.scss */
.fa-prescription-bottle:before {
  content: "\f485";
}

/* line 1023, fa/scss/_icons.scss */
.fa-prescription-bottle-alt:before {
  content: "\f486";
}

/* line 1024, fa/scss/_icons.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 1025, fa/scss/_icons.scss */
.fa-procedures:before {
  content: "\f487";
}

/* line 1026, fa/scss/_icons.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 1027, fa/scss/_icons.scss */
.fa-project-diagram:before {
  content: "\f542";
}

/* line 1028, fa/scss/_icons.scss */
.fa-pushed:before {
  content: "\f3e1";
}

/* line 1029, fa/scss/_icons.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1030, fa/scss/_icons.scss */
.fa-python:before {
  content: "\f3e2";
}

/* line 1031, fa/scss/_icons.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1032, fa/scss/_icons.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 1033, fa/scss/_icons.scss */
.fa-question:before {
  content: "\f128";
}

/* line 1034, fa/scss/_icons.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 1035, fa/scss/_icons.scss */
.fa-question-square:before {
  content: "\f2fd";
}

/* line 1036, fa/scss/_icons.scss */
.fa-quidditch:before {
  content: "\f458";
}

/* line 1037, fa/scss/_icons.scss */
.fa-quinscape:before {
  content: "\f459";
}

/* line 1038, fa/scss/_icons.scss */
.fa-quora:before {
  content: "\f2c4";
}

/* line 1039, fa/scss/_icons.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 1040, fa/scss/_icons.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 1041, fa/scss/_icons.scss */
.fa-r-project:before {
  content: "\f4f7";
}

/* line 1042, fa/scss/_icons.scss */
.fa-racquet:before {
  content: "\f45a";
}

/* line 1043, fa/scss/_icons.scss */
.fa-ramp-loading:before {
  content: "\f4d4";
}

/* line 1044, fa/scss/_icons.scss */
.fa-random:before {
  content: "\f074";
}

/* line 1045, fa/scss/_icons.scss */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 1046, fa/scss/_icons.scss */
.fa-react:before {
  content: "\f41b";
}

/* line 1047, fa/scss/_icons.scss */
.fa-readme:before {
  content: "\f4d5";
}

/* line 1048, fa/scss/_icons.scss */
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1049, fa/scss/_icons.scss */
.fa-receipt:before {
  content: "\f543";
}

/* line 1050, fa/scss/_icons.scss */
.fa-rectangle-landscape:before {
  content: "\f2fa";
}

/* line 1051, fa/scss/_icons.scss */
.fa-rectangle-portrait:before {
  content: "\f2fb";
}

/* line 1052, fa/scss/_icons.scss */
.fa-rectangle-wide:before {
  content: "\f2fc";
}

/* line 1053, fa/scss/_icons.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1054, fa/scss/_icons.scss */
.fa-red-river:before {
  content: "\f3e3";
}

/* line 1055, fa/scss/_icons.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1056, fa/scss/_icons.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 1057, fa/scss/_icons.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1058, fa/scss/_icons.scss */
.fa-redo:before {
  content: "\f01e";
}

/* line 1059, fa/scss/_icons.scss */
.fa-redo-alt:before {
  content: "\f2f9";
}

/* line 1060, fa/scss/_icons.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 1061, fa/scss/_icons.scss */
.fa-rendact:before {
  content: "\f3e4";
}

/* line 1062, fa/scss/_icons.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 1063, fa/scss/_icons.scss */
.fa-repeat:before {
  content: "\f363";
}

/* line 1064, fa/scss/_icons.scss */
.fa-repeat-1:before {
  content: "\f365";
}

/* line 1065, fa/scss/_icons.scss */
.fa-repeat-1-alt:before {
  content: "\f366";
}

/* line 1066, fa/scss/_icons.scss */
.fa-repeat-alt:before {
  content: "\f364";
}

/* line 1067, fa/scss/_icons.scss */
.fa-reply:before {
  content: "\f3e5";
}

/* line 1068, fa/scss/_icons.scss */
.fa-reply-all:before {
  content: "\f122";
}

/* line 1069, fa/scss/_icons.scss */
.fa-replyd:before {
  content: "\f3e6";
}

/* line 1070, fa/scss/_icons.scss */
.fa-researchgate:before {
  content: "\f4f8";
}

/* line 1071, fa/scss/_icons.scss */
.fa-resolving:before {
  content: "\f3e7";
}

/* line 1072, fa/scss/_icons.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 1073, fa/scss/_icons.scss */
.fa-retweet-alt:before {
  content: "\f361";
}

/* line 1074, fa/scss/_icons.scss */
.fa-rev:before {
  content: "\f5b2";
}

/* line 1075, fa/scss/_icons.scss */
.fa-ribbon:before {
  content: "\f4d6";
}

/* line 1076, fa/scss/_icons.scss */
.fa-road:before {
  content: "\f018";
}

/* line 1077, fa/scss/_icons.scss */
.fa-robot:before {
  content: "\f544";
}

/* line 1078, fa/scss/_icons.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 1079, fa/scss/_icons.scss */
.fa-rocketchat:before {
  content: "\f3e8";
}

/* line 1080, fa/scss/_icons.scss */
.fa-rockrms:before {
  content: "\f3e9";
}

/* line 1081, fa/scss/_icons.scss */
.fa-route:before {
  content: "\f4d7";
}

/* line 1082, fa/scss/_icons.scss */
.fa-route-highway:before {
  content: "\f61a";
}

/* line 1083, fa/scss/_icons.scss */
.fa-route-interstate:before {
  content: "\f61b";
}

/* line 1084, fa/scss/_icons.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 1085, fa/scss/_icons.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1086, fa/scss/_icons.scss */
.fa-ruble-sign:before {
  content: "\f158";
}

/* line 1087, fa/scss/_icons.scss */
.fa-ruler:before {
  content: "\f545";
}

/* line 1088, fa/scss/_icons.scss */
.fa-ruler-combined:before {
  content: "\f546";
}

/* line 1089, fa/scss/_icons.scss */
.fa-ruler-horizontal:before {
  content: "\f547";
}

/* line 1090, fa/scss/_icons.scss */
.fa-ruler-triangle:before {
  content: "\f61c";
}

/* line 1091, fa/scss/_icons.scss */
.fa-ruler-vertical:before {
  content: "\f548";
}

/* line 1092, fa/scss/_icons.scss */
.fa-rupee-sign:before {
  content: "\f156";
}

/* line 1093, fa/scss/_icons.scss */
.fa-sad-cry:before {
  content: "\f5b3";
}

/* line 1094, fa/scss/_icons.scss */
.fa-sad-tear:before {
  content: "\f5b4";
}

/* line 1095, fa/scss/_icons.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 1096, fa/scss/_icons.scss */
.fa-sass:before {
  content: "\f41e";
}

/* line 1097, fa/scss/_icons.scss */
.fa-save:before {
  content: "\f0c7";
}

/* line 1098, fa/scss/_icons.scss */
.fa-scalpel:before {
  content: "\f61d";
}

/* line 1099, fa/scss/_icons.scss */
.fa-scalpel-path:before {
  content: "\f61e";
}

/* line 1100, fa/scss/_icons.scss */
.fa-scanner:before {
  content: "\f488";
}

/* line 1101, fa/scss/_icons.scss */
.fa-scanner-keyboard:before {
  content: "\f489";
}

/* line 1102, fa/scss/_icons.scss */
.fa-scanner-touchscreen:before {
  content: "\f48a";
}

/* line 1103, fa/scss/_icons.scss */
.fa-schlix:before {
  content: "\f3ea";
}

/* line 1104, fa/scss/_icons.scss */
.fa-school:before {
  content: "\f549";
}

/* line 1105, fa/scss/_icons.scss */
.fa-screwdriver:before {
  content: "\f54a";
}

/* line 1106, fa/scss/_icons.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 1107, fa/scss/_icons.scss */
.fa-scrubber:before {
  content: "\f2f8";
}

/* line 1108, fa/scss/_icons.scss */
.fa-search:before {
  content: "\f002";
}

/* line 1109, fa/scss/_icons.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 1110, fa/scss/_icons.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 1111, fa/scss/_icons.scss */
.fa-searchengin:before {
  content: "\f3eb";
}

/* line 1112, fa/scss/_icons.scss */
.fa-seedling:before {
  content: "\f4d8";
}

/* line 1113, fa/scss/_icons.scss */
.fa-sellcast:before {
  content: "\f2da";
}

/* line 1114, fa/scss/_icons.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1115, fa/scss/_icons.scss */
.fa-server:before {
  content: "\f233";
}

/* line 1116, fa/scss/_icons.scss */
.fa-servicestack:before {
  content: "\f3ec";
}

/* line 1117, fa/scss/_icons.scss */
.fa-shapes:before {
  content: "\f61f";
}

/* line 1118, fa/scss/_icons.scss */
.fa-share:before {
  content: "\f064";
}

/* line 1119, fa/scss/_icons.scss */
.fa-share-all:before {
  content: "\f367";
}

/* line 1120, fa/scss/_icons.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1121, fa/scss/_icons.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1122, fa/scss/_icons.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1123, fa/scss/_icons.scss */
.fa-shekel-sign:before {
  content: "\f20b";
}

/* line 1124, fa/scss/_icons.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 1125, fa/scss/_icons.scss */
.fa-shield-alt:before {
  content: "\f3ed";
}

/* line 1126, fa/scss/_icons.scss */
.fa-shield-check:before {
  content: "\f2f7";
}

/* line 1127, fa/scss/_icons.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 1128, fa/scss/_icons.scss */
.fa-shipping-fast:before {
  content: "\f48b";
}

/* line 1129, fa/scss/_icons.scss */
.fa-shipping-timed:before {
  content: "\f48c";
}

/* line 1130, fa/scss/_icons.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1131, fa/scss/_icons.scss */
.fa-shoe-prints:before {
  content: "\f54b";
}

/* line 1132, fa/scss/_icons.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 1133, fa/scss/_icons.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 1134, fa/scss/_icons.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 1135, fa/scss/_icons.scss */
.fa-shopware:before {
  content: "\f5b5";
}

/* line 1136, fa/scss/_icons.scss */
.fa-shower:before {
  content: "\f2cc";
}

/* line 1137, fa/scss/_icons.scss */
.fa-shuttle-van:before {
  content: "\f5b6";
}

/* line 1138, fa/scss/_icons.scss */
.fa-shuttlecock:before {
  content: "\f45b";
}

/* line 1139, fa/scss/_icons.scss */
.fa-sign:before {
  content: "\f4d9";
}

/* line 1140, fa/scss/_icons.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 1141, fa/scss/_icons.scss */
.fa-sign-in-alt:before {
  content: "\f2f6";
}

/* line 1142, fa/scss/_icons.scss */
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 1143, fa/scss/_icons.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 1144, fa/scss/_icons.scss */
.fa-sign-out-alt:before {
  content: "\f2f5";
}

/* line 1145, fa/scss/_icons.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 1146, fa/scss/_icons.scss */
.fa-signature:before {
  content: "\f5b7";
}

/* line 1147, fa/scss/_icons.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1148, fa/scss/_icons.scss */
.fa-sistrix:before {
  content: "\f3ee";
}

/* line 1149, fa/scss/_icons.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 1150, fa/scss/_icons.scss */
.fa-sith:before {
  content: "\f512";
}

/* line 1151, fa/scss/_icons.scss */
.fa-skeleton:before {
  content: "\f620";
}

/* line 1152, fa/scss/_icons.scss */
.fa-skull:before {
  content: "\f54c";
}

/* line 1153, fa/scss/_icons.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1154, fa/scss/_icons.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 1155, fa/scss/_icons.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 1156, fa/scss/_icons.scss */
.fa-slack-hash:before {
  content: "\f3ef";
}

/* line 1157, fa/scss/_icons.scss */
.fa-sliders-h:before {
  content: "\f1de";
}

/* line 1158, fa/scss/_icons.scss */
.fa-sliders-h-square:before {
  content: "\f3f0";
}

/* line 1159, fa/scss/_icons.scss */
.fa-sliders-v:before {
  content: "\f3f1";
}

/* line 1160, fa/scss/_icons.scss */
.fa-sliders-v-square:before {
  content: "\f3f2";
}

/* line 1161, fa/scss/_icons.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1162, fa/scss/_icons.scss */
.fa-smile:before {
  content: "\f118";
}

/* line 1163, fa/scss/_icons.scss */
.fa-smile-beam:before {
  content: "\f5b8";
}

/* line 1164, fa/scss/_icons.scss */
.fa-smile-plus:before {
  content: "\f5b9";
}

/* line 1165, fa/scss/_icons.scss */
.fa-smile-wink:before {
  content: "\f4da";
}

/* line 1166, fa/scss/_icons.scss */
.fa-smoking:before {
  content: "\f48d";
}

/* line 1167, fa/scss/_icons.scss */
.fa-smoking-ban:before {
  content: "\f54d";
}

/* line 1168, fa/scss/_icons.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 1169, fa/scss/_icons.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 1170, fa/scss/_icons.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 1171, fa/scss/_icons.scss */
.fa-snowflake:before {
  content: "\f2dc";
}

/* line 1172, fa/scss/_icons.scss */
.fa-solar-panel:before {
  content: "\f5ba";
}

/* line 1173, fa/scss/_icons.scss */
.fa-sort:before {
  content: "\f0dc";
}

/* line 1174, fa/scss/_icons.scss */
.fa-sort-alpha-down:before {
  content: "\f15d";
}

/* line 1175, fa/scss/_icons.scss */
.fa-sort-alpha-up:before {
  content: "\f15e";
}

/* line 1176, fa/scss/_icons.scss */
.fa-sort-amount-down:before {
  content: "\f160";
}

/* line 1177, fa/scss/_icons.scss */
.fa-sort-amount-up:before {
  content: "\f161";
}

/* line 1178, fa/scss/_icons.scss */
.fa-sort-down:before {
  content: "\f0dd";
}

/* line 1179, fa/scss/_icons.scss */
.fa-sort-numeric-down:before {
  content: "\f162";
}

/* line 1180, fa/scss/_icons.scss */
.fa-sort-numeric-up:before {
  content: "\f163";
}

/* line 1181, fa/scss/_icons.scss */
.fa-sort-up:before {
  content: "\f0de";
}

/* line 1182, fa/scss/_icons.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1183, fa/scss/_icons.scss */
.fa-spa:before {
  content: "\f5bb";
}

/* line 1184, fa/scss/_icons.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1185, fa/scss/_icons.scss */
.fa-spade:before {
  content: "\f2f4";
}

/* line 1186, fa/scss/_icons.scss */
.fa-speakap:before {
  content: "\f3f3";
}

/* line 1187, fa/scss/_icons.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 1188, fa/scss/_icons.scss */
.fa-spinner-third:before {
  content: "\f3f4";
}

/* line 1189, fa/scss/_icons.scss */
.fa-splotch:before {
  content: "\f5bc";
}

/* line 1190, fa/scss/_icons.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1191, fa/scss/_icons.scss */
.fa-spray-can:before {
  content: "\f5bd";
}

/* line 1192, fa/scss/_icons.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 1193, fa/scss/_icons.scss */
.fa-square-full:before {
  content: "\f45c";
}

/* line 1194, fa/scss/_icons.scss */
.fa-squarespace:before {
  content: "\f5be";
}

/* line 1195, fa/scss/_icons.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1196, fa/scss/_icons.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1197, fa/scss/_icons.scss */
.fa-stamp:before {
  content: "\f5bf";
}

/* line 1198, fa/scss/_icons.scss */
.fa-star:before {
  content: "\f005";
}

/* line 1199, fa/scss/_icons.scss */
.fa-star-exclamation:before {
  content: "\f2f3";
}

/* line 1200, fa/scss/_icons.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 1201, fa/scss/_icons.scss */
.fa-star-half-alt:before {
  content: "\f5c0";
}

/* line 1202, fa/scss/_icons.scss */
.fa-star-of-life:before {
  content: "\f621";
}

/* line 1203, fa/scss/_icons.scss */
.fa-staylinked:before {
  content: "\f3f5";
}

/* line 1204, fa/scss/_icons.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1205, fa/scss/_icons.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1206, fa/scss/_icons.scss */
.fa-steam-symbol:before {
  content: "\f3f6";
}

/* line 1207, fa/scss/_icons.scss */
.fa-steering-wheel:before {
  content: "\f622";
}

/* line 1208, fa/scss/_icons.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 1209, fa/scss/_icons.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 1210, fa/scss/_icons.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 1211, fa/scss/_icons.scss */
.fa-sticker-mule:before {
  content: "\f3f7";
}

/* line 1212, fa/scss/_icons.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1213, fa/scss/_icons.scss */
.fa-stomach:before {
  content: "\f623";
}

/* line 1214, fa/scss/_icons.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 1215, fa/scss/_icons.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 1216, fa/scss/_icons.scss */
.fa-stopwatch:before {
  content: "\f2f2";
}

/* line 1217, fa/scss/_icons.scss */
.fa-store:before {
  content: "\f54e";
}

/* line 1218, fa/scss/_icons.scss */
.fa-store-alt:before {
  content: "\f54f";
}

/* line 1219, fa/scss/_icons.scss */
.fa-strava:before {
  content: "\f428";
}

/* line 1220, fa/scss/_icons.scss */
.fa-stream:before {
  content: "\f550";
}

/* line 1221, fa/scss/_icons.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1222, fa/scss/_icons.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 1223, fa/scss/_icons.scss */
.fa-stripe:before {
  content: "\f429";
}

/* line 1224, fa/scss/_icons.scss */
.fa-stripe-s:before {
  content: "\f42a";
}

/* line 1225, fa/scss/_icons.scss */
.fa-stroopwafel:before {
  content: "\f551";
}

/* line 1226, fa/scss/_icons.scss */
.fa-studiovinari:before {
  content: "\f3f8";
}

/* line 1227, fa/scss/_icons.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1228, fa/scss/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1229, fa/scss/_icons.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1230, fa/scss/_icons.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 1231, fa/scss/_icons.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 1232, fa/scss/_icons.scss */
.fa-suitcase-rolling:before {
  content: "\f5c1";
}

/* line 1233, fa/scss/_icons.scss */
.fa-sun:before {
  content: "\f185";
}

/* line 1234, fa/scss/_icons.scss */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 1235, fa/scss/_icons.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1236, fa/scss/_icons.scss */
.fa-supple:before {
  content: "\f3f9";
}

/* line 1237, fa/scss/_icons.scss */
.fa-surprise:before {
  content: "\f5c2";
}

/* line 1238, fa/scss/_icons.scss */
.fa-swatchbook:before {
  content: "\f5c3";
}

/* line 1239, fa/scss/_icons.scss */
.fa-swimmer:before {
  content: "\f5c4";
}

/* line 1240, fa/scss/_icons.scss */
.fa-swimming-pool:before {
  content: "\f5c5";
}

/* line 1241, fa/scss/_icons.scss */
.fa-sync:before {
  content: "\f021";
}

/* line 1242, fa/scss/_icons.scss */
.fa-sync-alt:before {
  content: "\f2f1";
}

/* line 1243, fa/scss/_icons.scss */
.fa-syringe:before {
  content: "\f48e";
}

/* line 1244, fa/scss/_icons.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 1245, fa/scss/_icons.scss */
.fa-table-tennis:before {
  content: "\f45d";
}

/* line 1246, fa/scss/_icons.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 1247, fa/scss/_icons.scss */
.fa-tablet-alt:before {
  content: "\f3fa";
}

/* line 1248, fa/scss/_icons.scss */
.fa-tablet-android:before {
  content: "\f3fb";
}

/* line 1249, fa/scss/_icons.scss */
.fa-tablet-android-alt:before {
  content: "\f3fc";
}

/* line 1250, fa/scss/_icons.scss */
.fa-tablet-rugged:before {
  content: "\f48f";
}

/* line 1251, fa/scss/_icons.scss */
.fa-tablets:before {
  content: "\f490";
}

/* line 1252, fa/scss/_icons.scss */
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 1253, fa/scss/_icons.scss */
.fa-tachometer-alt:before {
  content: "\f3fd";
}

/* line 1254, fa/scss/_icons.scss */
.fa-tachometer-alt-average:before {
  content: "\f624";
}

/* line 1255, fa/scss/_icons.scss */
.fa-tachometer-alt-fast:before {
  content: "\f625";
}

/* line 1256, fa/scss/_icons.scss */
.fa-tachometer-alt-fastest:before {
  content: "\f626";
}

/* line 1257, fa/scss/_icons.scss */
.fa-tachometer-alt-slow:before {
  content: "\f627";
}

/* line 1258, fa/scss/_icons.scss */
.fa-tachometer-alt-slowest:before {
  content: "\f628";
}

/* line 1259, fa/scss/_icons.scss */
.fa-tachometer-average:before {
  content: "\f629";
}

/* line 1260, fa/scss/_icons.scss */
.fa-tachometer-fast:before {
  content: "\f62a";
}

/* line 1261, fa/scss/_icons.scss */
.fa-tachometer-fastest:before {
  content: "\f62b";
}

/* line 1262, fa/scss/_icons.scss */
.fa-tachometer-slow:before {
  content: "\f62c";
}

/* line 1263, fa/scss/_icons.scss */
.fa-tachometer-slowest:before {
  content: "\f62d";
}

/* line 1264, fa/scss/_icons.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 1265, fa/scss/_icons.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 1266, fa/scss/_icons.scss */
.fa-tape:before {
  content: "\f4db";
}

/* line 1267, fa/scss/_icons.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 1268, fa/scss/_icons.scss */
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1269, fa/scss/_icons.scss */
.fa-teamspeak:before {
  content: "\f4f9";
}

/* line 1270, fa/scss/_icons.scss */
.fa-teeth:before {
  content: "\f62e";
}

/* line 1271, fa/scss/_icons.scss */
.fa-teeth-open:before {
  content: "\f62f";
}

/* line 1272, fa/scss/_icons.scss */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 1273, fa/scss/_icons.scss */
.fa-telegram-plane:before {
  content: "\f3fe";
}

/* line 1274, fa/scss/_icons.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1275, fa/scss/_icons.scss */
.fa-tennis-ball:before {
  content: "\f45e";
}

/* line 1276, fa/scss/_icons.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 1277, fa/scss/_icons.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 1278, fa/scss/_icons.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 1279, fa/scss/_icons.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 1280, fa/scss/_icons.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 1281, fa/scss/_icons.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 1282, fa/scss/_icons.scss */
.fa-theater-masks:before {
  content: "\f630";
}

/* line 1283, fa/scss/_icons.scss */
.fa-themeco:before {
  content: "\f5c6";
}

/* line 1284, fa/scss/_icons.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 1285, fa/scss/_icons.scss */
.fa-thermometer:before {
  content: "\f491";
}

/* line 1286, fa/scss/_icons.scss */
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 1287, fa/scss/_icons.scss */
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 1288, fa/scss/_icons.scss */
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 1289, fa/scss/_icons.scss */
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 1290, fa/scss/_icons.scss */
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 1291, fa/scss/_icons.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1292, fa/scss/_icons.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1293, fa/scss/_icons.scss */
.fa-thumbtack:before {
  content: "\f08d";
}

/* line 1294, fa/scss/_icons.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 1295, fa/scss/_icons.scss */
.fa-ticket-alt:before {
  content: "\f3ff";
}

/* line 1296, fa/scss/_icons.scss */
.fa-times:before {
  content: "\f00d";
}

/* line 1297, fa/scss/_icons.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 1298, fa/scss/_icons.scss */
.fa-times-hexagon:before {
  content: "\f2ee";
}

/* line 1299, fa/scss/_icons.scss */
.fa-times-octagon:before {
  content: "\f2f0";
}

/* line 1300, fa/scss/_icons.scss */
.fa-times-square:before {
  content: "\f2d3";
}

/* line 1301, fa/scss/_icons.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 1302, fa/scss/_icons.scss */
.fa-tint-slash:before {
  content: "\f5c7";
}

/* line 1303, fa/scss/_icons.scss */
.fa-tire:before {
  content: "\f631";
}

/* line 1304, fa/scss/_icons.scss */
.fa-tire-flat:before {
  content: "\f632";
}

/* line 1305, fa/scss/_icons.scss */
.fa-tire-pressure-warning:before {
  content: "\f633";
}

/* line 1306, fa/scss/_icons.scss */
.fa-tire-rugged:before {
  content: "\f634";
}

/* line 1307, fa/scss/_icons.scss */
.fa-tired:before {
  content: "\f5c8";
}

/* line 1308, fa/scss/_icons.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1309, fa/scss/_icons.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1310, fa/scss/_icons.scss */
.fa-toolbox:before {
  content: "\f552";
}

/* line 1311, fa/scss/_icons.scss */
.fa-tooth:before {
  content: "\f5c9";
}

/* line 1312, fa/scss/_icons.scss */
.fa-toothbrush:before {
  content: "\f635";
}

/* line 1313, fa/scss/_icons.scss */
.fa-trade-federation:before {
  content: "\f513";
}

/* line 1314, fa/scss/_icons.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1315, fa/scss/_icons.scss */
.fa-traffic-cone:before {
  content: "\f636";
}

/* line 1316, fa/scss/_icons.scss */
.fa-traffic-light:before {
  content: "\f637";
}

/* line 1317, fa/scss/_icons.scss */
.fa-traffic-light-go:before {
  content: "\f638";
}

/* line 1318, fa/scss/_icons.scss */
.fa-traffic-light-slow:before {
  content: "\f639";
}

/* line 1319, fa/scss/_icons.scss */
.fa-traffic-light-stop:before {
  content: "\f63a";
}

/* line 1320, fa/scss/_icons.scss */
.fa-train:before {
  content: "\f238";
}

/* line 1321, fa/scss/_icons.scss */
.fa-transgender:before {
  content: "\f224";
}

/* line 1322, fa/scss/_icons.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1323, fa/scss/_icons.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1324, fa/scss/_icons.scss */
.fa-trash-alt:before {
  content: "\f2ed";
}

/* line 1325, fa/scss/_icons.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1326, fa/scss/_icons.scss */
.fa-tree-alt:before {
  content: "\f400";
}

/* line 1327, fa/scss/_icons.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 1328, fa/scss/_icons.scss */
.fa-triangle:before {
  content: "\f2ec";
}

/* line 1329, fa/scss/_icons.scss */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1330, fa/scss/_icons.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 1331, fa/scss/_icons.scss */
.fa-trophy-alt:before {
  content: "\f2eb";
}

/* line 1332, fa/scss/_icons.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 1333, fa/scss/_icons.scss */
.fa-truck-container:before {
  content: "\f4dc";
}

/* line 1334, fa/scss/_icons.scss */
.fa-truck-couch:before {
  content: "\f4dd";
}

/* line 1335, fa/scss/_icons.scss */
.fa-truck-loading:before {
  content: "\f4de";
}

/* line 1336, fa/scss/_icons.scss */
.fa-truck-monster:before {
  content: "\f63b";
}

/* line 1337, fa/scss/_icons.scss */
.fa-truck-moving:before {
  content: "\f4df";
}

/* line 1338, fa/scss/_icons.scss */
.fa-truck-pickup:before {
  content: "\f63c";
}

/* line 1339, fa/scss/_icons.scss */
.fa-truck-ramp:before {
  content: "\f4e0";
}

/* line 1340, fa/scss/_icons.scss */
.fa-tshirt:before {
  content: "\f553";
}

/* line 1341, fa/scss/_icons.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1342, fa/scss/_icons.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1343, fa/scss/_icons.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1344, fa/scss/_icons.scss */
.fa-tv:before {
  content: "\f26c";
}

/* line 1345, fa/scss/_icons.scss */
.fa-tv-retro:before {
  content: "\f401";
}

/* line 1346, fa/scss/_icons.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1347, fa/scss/_icons.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 1348, fa/scss/_icons.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 1349, fa/scss/_icons.scss */
.fa-typo3:before {
  content: "\f42b";
}

/* line 1350, fa/scss/_icons.scss */
.fa-uber:before {
  content: "\f402";
}

/* line 1351, fa/scss/_icons.scss */
.fa-uikit:before {
  content: "\f403";
}

/* line 1352, fa/scss/_icons.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 1353, fa/scss/_icons.scss */
.fa-umbrella-beach:before {
  content: "\f5ca";
}

/* line 1354, fa/scss/_icons.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 1355, fa/scss/_icons.scss */
.fa-undo:before {
  content: "\f0e2";
}

/* line 1356, fa/scss/_icons.scss */
.fa-undo-alt:before {
  content: "\f2ea";
}

/* line 1357, fa/scss/_icons.scss */
.fa-uniregistry:before {
  content: "\f404";
}

/* line 1358, fa/scss/_icons.scss */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 1359, fa/scss/_icons.scss */
.fa-university:before {
  content: "\f19c";
}

/* line 1360, fa/scss/_icons.scss */
.fa-unlink:before {
  content: "\f127";
}

/* line 1361, fa/scss/_icons.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 1362, fa/scss/_icons.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1363, fa/scss/_icons.scss */
.fa-untappd:before {
  content: "\f405";
}

/* line 1364, fa/scss/_icons.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 1365, fa/scss/_icons.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 1366, fa/scss/_icons.scss */
.fa-usd-circle:before {
  content: "\f2e8";
}

/* line 1367, fa/scss/_icons.scss */
.fa-usd-square:before {
  content: "\f2e9";
}

/* line 1368, fa/scss/_icons.scss */
.fa-user:before {
  content: "\f007";
}

/* line 1369, fa/scss/_icons.scss */
.fa-user-alt:before {
  content: "\f406";
}

/* line 1370, fa/scss/_icons.scss */
.fa-user-alt-slash:before {
  content: "\f4fa";
}

/* line 1371, fa/scss/_icons.scss */
.fa-user-astronaut:before {
  content: "\f4fb";
}

/* line 1372, fa/scss/_icons.scss */
.fa-user-check:before {
  content: "\f4fc";
}

/* line 1373, fa/scss/_icons.scss */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 1374, fa/scss/_icons.scss */
.fa-user-clock:before {
  content: "\f4fd";
}

/* line 1375, fa/scss/_icons.scss */
.fa-user-cog:before {
  content: "\f4fe";
}

/* line 1376, fa/scss/_icons.scss */
.fa-user-edit:before {
  content: "\f4ff";
}

/* line 1377, fa/scss/_icons.scss */
.fa-user-friends:before {
  content: "\f500";
}

/* line 1378, fa/scss/_icons.scss */
.fa-user-graduate:before {
  content: "\f501";
}

/* line 1379, fa/scss/_icons.scss */
.fa-user-lock:before {
  content: "\f502";
}

/* line 1380, fa/scss/_icons.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 1381, fa/scss/_icons.scss */
.fa-user-minus:before {
  content: "\f503";
}

/* line 1382, fa/scss/_icons.scss */
.fa-user-ninja:before {
  content: "\f504";
}

/* line 1383, fa/scss/_icons.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1384, fa/scss/_icons.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1385, fa/scss/_icons.scss */
.fa-user-shield:before {
  content: "\f505";
}

/* line 1386, fa/scss/_icons.scss */
.fa-user-slash:before {
  content: "\f506";
}

/* line 1387, fa/scss/_icons.scss */
.fa-user-tag:before {
  content: "\f507";
}

/* line 1388, fa/scss/_icons.scss */
.fa-user-tie:before {
  content: "\f508";
}

/* line 1389, fa/scss/_icons.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 1390, fa/scss/_icons.scss */
.fa-users:before {
  content: "\f0c0";
}

/* line 1391, fa/scss/_icons.scss */
.fa-users-class:before {
  content: "\f63d";
}

/* line 1392, fa/scss/_icons.scss */
.fa-users-cog:before {
  content: "\f509";
}

/* line 1393, fa/scss/_icons.scss */
.fa-ussunnah:before {
  content: "\f407";
}

/* line 1394, fa/scss/_icons.scss */
.fa-utensil-fork:before {
  content: "\f2e3";
}

/* line 1395, fa/scss/_icons.scss */
.fa-utensil-knife:before {
  content: "\f2e4";
}

/* line 1396, fa/scss/_icons.scss */
.fa-utensil-spoon:before {
  content: "\f2e5";
}

/* line 1397, fa/scss/_icons.scss */
.fa-utensils:before {
  content: "\f2e7";
}

/* line 1398, fa/scss/_icons.scss */
.fa-utensils-alt:before {
  content: "\f2e6";
}

/* line 1399, fa/scss/_icons.scss */
.fa-vaadin:before {
  content: "\f408";
}

/* line 1400, fa/scss/_icons.scss */
.fa-vector-square:before {
  content: "\f5cb";
}

/* line 1401, fa/scss/_icons.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 1402, fa/scss/_icons.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1403, fa/scss/_icons.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1404, fa/scss/_icons.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1405, fa/scss/_icons.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 1406, fa/scss/_icons.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 1407, fa/scss/_icons.scss */
.fa-vial:before {
  content: "\f492";
}

/* line 1408, fa/scss/_icons.scss */
.fa-vials:before {
  content: "\f493";
}

/* line 1409, fa/scss/_icons.scss */
.fa-viber:before {
  content: "\f409";
}

/* line 1410, fa/scss/_icons.scss */
.fa-video:before {
  content: "\f03d";
}

/* line 1411, fa/scss/_icons.scss */
.fa-video-plus:before {
  content: "\f4e1";
}

/* line 1412, fa/scss/_icons.scss */
.fa-video-slash:before {
  content: "\f4e2";
}

/* line 1413, fa/scss/_icons.scss */
.fa-vimeo:before {
  content: "\f40a";
}

/* line 1414, fa/scss/_icons.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1415, fa/scss/_icons.scss */
.fa-vimeo-v:before {
  content: "\f27d";
}

/* line 1416, fa/scss/_icons.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1417, fa/scss/_icons.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 1418, fa/scss/_icons.scss */
.fa-vnv:before {
  content: "\f40b";
}

/* line 1419, fa/scss/_icons.scss */
.fa-volleyball-ball:before {
  content: "\f45f";
}

/* line 1420, fa/scss/_icons.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 1421, fa/scss/_icons.scss */
.fa-volume-mute:before {
  content: "\f2e2";
}

/* line 1422, fa/scss/_icons.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 1423, fa/scss/_icons.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 1424, fa/scss/_icons.scss */
.fa-vuejs:before {
  content: "\f41f";
}

/* line 1425, fa/scss/_icons.scss */
.fa-walking:before {
  content: "\f554";
}

/* line 1426, fa/scss/_icons.scss */
.fa-wallet:before {
  content: "\f555";
}

/* line 1427, fa/scss/_icons.scss */
.fa-warehouse:before {
  content: "\f494";
}

/* line 1428, fa/scss/_icons.scss */
.fa-warehouse-alt:before {
  content: "\f495";
}

/* line 1429, fa/scss/_icons.scss */
.fa-watch:before {
  content: "\f2e1";
}

/* line 1430, fa/scss/_icons.scss */
.fa-watch-fitness:before {
  content: "\f63e";
}

/* line 1431, fa/scss/_icons.scss */
.fa-weebly:before {
  content: "\f5cc";
}

/* line 1432, fa/scss/_icons.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1433, fa/scss/_icons.scss */
.fa-weight:before {
  content: "\f496";
}

/* line 1434, fa/scss/_icons.scss */
.fa-weight-hanging:before {
  content: "\f5cd";
}

/* line 1435, fa/scss/_icons.scss */
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1436, fa/scss/_icons.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1437, fa/scss/_icons.scss */
.fa-whatsapp-square:before {
  content: "\f40c";
}

/* line 1438, fa/scss/_icons.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1439, fa/scss/_icons.scss */
.fa-whistle:before {
  content: "\f460";
}

/* line 1440, fa/scss/_icons.scss */
.fa-whmcs:before {
  content: "\f40d";
}

/* line 1441, fa/scss/_icons.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1442, fa/scss/_icons.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1443, fa/scss/_icons.scss */
.fa-window:before {
  content: "\f40e";
}

/* line 1444, fa/scss/_icons.scss */
.fa-window-alt:before {
  content: "\f40f";
}

/* line 1445, fa/scss/_icons.scss */
.fa-window-close:before {
  content: "\f410";
}

/* line 1446, fa/scss/_icons.scss */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 1447, fa/scss/_icons.scss */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 1448, fa/scss/_icons.scss */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 1449, fa/scss/_icons.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 1450, fa/scss/_icons.scss */
.fa-wine-glass:before {
  content: "\f4e3";
}

/* line 1451, fa/scss/_icons.scss */
.fa-wine-glass-alt:before {
  content: "\f5ce";
}

/* line 1452, fa/scss/_icons.scss */
.fa-wix:before {
  content: "\f5cf";
}

/* line 1453, fa/scss/_icons.scss */
.fa-wolf-pack-battalion:before {
  content: "\f514";
}

/* line 1454, fa/scss/_icons.scss */
.fa-won-sign:before {
  content: "\f159";
}

/* line 1455, fa/scss/_icons.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1456, fa/scss/_icons.scss */
.fa-wordpress-simple:before {
  content: "\f411";
}

/* line 1457, fa/scss/_icons.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 1458, fa/scss/_icons.scss */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 1459, fa/scss/_icons.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 1460, fa/scss/_icons.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 1461, fa/scss/_icons.scss */
.fa-x-ray:before {
  content: "\f497";
}

/* line 1462, fa/scss/_icons.scss */
.fa-xbox:before {
  content: "\f412";
}

/* line 1463, fa/scss/_icons.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 1464, fa/scss/_icons.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1465, fa/scss/_icons.scss */
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1466, fa/scss/_icons.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1467, fa/scss/_icons.scss */
.fa-yandex:before {
  content: "\f413";
}

/* line 1468, fa/scss/_icons.scss */
.fa-yandex-international:before {
  content: "\f414";
}

/* line 1469, fa/scss/_icons.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1470, fa/scss/_icons.scss */
.fa-yen-sign:before {
  content: "\f157";
}

/* line 1471, fa/scss/_icons.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 1472, fa/scss/_icons.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 1473, fa/scss/_icons.scss */
.fa-youtube-square:before {
  content: "\f431";
}

/* line 1474, fa/scss/_icons.scss */
.fa-zhihu:before {
  content: "\f63f";
}

/* line 4, fa/scss/_screen-reader.scss */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 48, fa/scss/_mixins.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Pro 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("../../fa/wf/fa-brands-400.eot");
  src: url("../../fa/wf/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../../fa/wf/fa-brands-400.woff2") format("woff2"), url("../../fa/wf/fa-brands-400.woff") format("woff"), url("../../fa/wf/fa-brands-400.ttf") format("truetype"), url("../../fa/wf/fa-brands-400.svg#fontawesome") format("svg");
}

/* line 19, fa/scss/brands.scss */
.fab {
  font-family: 'Font Awesome 5 Brands';
}

/*!
 * Font Awesome Pro 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  src: url("../../fa/wf/fa-solid-900.eot");
  src: url("../../fa/wf/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../../fa/wf/fa-solid-900.woff2") format("woff2"), url("../../fa/wf/fa-solid-900.woff") format("woff"), url("../../fa/wf/fa-solid-900.ttf") format("truetype"), url("../../fa/wf/fa-solid-900.svg#fontawesome") format("svg");
}

/* line 19, fa/scss/solid.scss */
.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* line 11, src/scss/normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, src/scss/normalize.scss */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 32, src/scss/normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 45, src/scss/normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 56, src/scss/normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 68, src/scss/normalize.scss */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 77, src/scss/normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 87, src/scss/normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 97, src/scss/normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 108, src/scss/normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 117, src/scss/normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 125, src/scss/normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 129, src/scss/normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 140, src/scss/normalize.scss */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 152, src/scss/normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 168, src/scss/normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 178, src/scss/normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 187, src/scss/normalize.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 198, src/scss/normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 210, src/scss/normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 221, src/scss/normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 232, src/scss/normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 245, src/scss/normalize.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 253, src/scss/normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 262, src/scss/normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 272, src/scss/normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 282, src/scss/normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 291, src/scss/normalize.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 300, src/scss/normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 312, src/scss/normalize.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 320, src/scss/normalize.scss */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 331, src/scss/normalize.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 339, src/scss/normalize.scss */
[hidden] {
  display: none;
}

/* line 14, src/scss/_var.scss */
body {
  color: #342F2C;
  background: #eeeeee;
}

/* line 19, src/scss/_var.scss */
.line {
  background: #F34349;
}

/* line 23, src/scss/_var.scss */
h1, h2, h3 {
  color: #342F2C;
}

/* line 27, src/scss/_var.scss */
.cap {
  color: #eeeeee;
  background: rgba(0, 0, 0, 0.5);
}

/* line 32, src/scss/_var.scss */
.col2 {
  background: #eeeeee;
}

/* line 36, src/scss/_var.scss */
a, a:visited {
  color: #f0131b;
}

/* line 38, src/scss/_var.scss */
a:hover, a:visited:hover {
  color: #F34349;
}

/* line 11, src/scss/app.scss */
body {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  height: 100vh;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* line 11, src/scss/app.scss */
  body {
    font-size: 14px;
  }
}

/* line 21, src/scss/app.scss */
.line {
  width: 100%;
  height: 5px;
}

/* line 26, src/scss/app.scss */
h1, h2, h3 {
  font-family: 'Crete Round', serif;
}

/* line 30, src/scss/app.scss */
a, a:visited {
  text-decoration: none;
}

/* line 33, src/scss/app.scss */
a:hover, a:visited:hover {
  text-decoration: none;
  transform: translateY(1px);
}

/* line 39, src/scss/app.scss */
main {
  height: 100vh;
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 39, src/scss/app.scss */
  main {
    text-align: left;
  }
}

/* line 50, src/scss/app.scss */
main .col1 {
  flex: 0 0 30%;
  order: 1;
  text-align: center;
  position: relative;
  background-image: url("../../img/tomm-bg.jpg");
  background-repeat: no-repeat;
  background-size: 700px;
  background-position: center right -150px;
  border-radius: 240px;
  width: 200px;
  max-width: 200px;
  height: 200px;
  max-height: 200px;
  display: block;
  margin: 10px auto;
}

/* line 68, src/scss/app.scss */
main .col1 .cap {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.5rem;
  padding: 0 0.625rem;
  border-radius: 0 2px 0 0;
  display: none;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* line 79, src/scss/app.scss */
  main .col1.bg {
    background-position: center right -19.5rem;
  }
}

@media all and (max-width: 320px) {
  /* line 50, src/scss/app.scss */
  main .col1 {
    max-width: 170px;
    background-position: center right -170px;
  }
}

/* line 90, src/scss/app.scss */
main .col2 {
  flex: 0 0 70%;
  order: 2;
}

/* line 93, src/scss/app.scss */
main .col2 .inner {
  padding: 1.25rem;
}

@media all and (max-width: 414px) {
  /* line 97, src/scss/app.scss */
  main .col2 .inner h1 {
    margin-top: 0;
  }
  /* line 101, src/scss/app.scss */
  main .col2 .inner h3 em {
    display: block;
  }
}

@media (min-width: 768px) {
  /* line 39, src/scss/app.scss */
  main {
    flex-direction: row;
  }
  /* line 111, src/scss/app.scss */
  main [class^="col"] {
    height: 100%;
  }
  /* line 114, src/scss/app.scss */
  main .col1 {
    flex: 0 0 60%;
    background-position: center right -12.5rem;
    background-size: cover;
    border-radius: initial;
    width: initial;
    max-width: initial;
    height: initial;
    max-height: initial;
    display: initial;
    margin: initial;
  }
  /* line 127, src/scss/app.scss */
  main .col1 .cap {
    font-size: 0.75rem;
    bottom: 0;
    top: initial;
    display: block;
  }
  /* line 134, src/scss/app.scss */
  main .col2 {
    flex: 0 0 40%;
  }
  /* line 136, src/scss/app.scss */
  main .col2 .inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

/* line 143, src/scss/app.scss */
.sf3logo {
  width: 15px;
  height: 15px;
}

/* line 148, src/scss/app.scss */
.social {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  /* line 148, src/scss/app.scss */
  .social {
    margin-left: -10px;
  }
}

/* line 157, src/scss/app.scss */
.social a {
  margin: 10px;
  font-size: 3em;
}

@media (min-width: 768px) {
  /* line 157, src/scss/app.scss */
  .social a {
    font-size: 1.875rem;
  }
}

@media all and (max-width: 414px) {
  /* line 148, src/scss/app.scss */
  .social {
    text-align: center;
    justify-content: center;
  }
  /* line 170, src/scss/app.scss */
  .social a {
    font-size: 2.3em;
  }
}

/* line 176, src/scss/app.scss */
.stats {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 10px;
}

/* line 181, src/scss/app.scss */
.stats .title {
  font-weight: 600;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* line 11, src/scss/normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, src/scss/normalize.scss */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 32, src/scss/normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 45, src/scss/normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 56, src/scss/normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 68, src/scss/normalize.scss */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 77, src/scss/normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 87, src/scss/normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 97, src/scss/normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 108, src/scss/normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 117, src/scss/normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 125, src/scss/normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 129, src/scss/normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 140, src/scss/normalize.scss */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 152, src/scss/normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 168, src/scss/normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 178, src/scss/normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 187, src/scss/normalize.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 198, src/scss/normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 210, src/scss/normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 221, src/scss/normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 232, src/scss/normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 245, src/scss/normalize.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 253, src/scss/normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 262, src/scss/normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 272, src/scss/normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 282, src/scss/normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 291, src/scss/normalize.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 300, src/scss/normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 312, src/scss/normalize.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 320, src/scss/normalize.scss */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 331, src/scss/normalize.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 339, src/scss/normalize.scss */
[hidden] {
  display: none;
}
