/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/* line 4, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_core.scss */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

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

/* line 11, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_larger.scss */
.fa-xs {
  font-size: .75em;
}

/* line 15, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_larger.scss */
.fa-sm {
  font-size: .875em;
}

/* line 20, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_larger.scss */
.fa-1x {
  font-size: 1em;
}

/* line 20, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 20, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 20, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 20, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 20, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_larger.scss */
.fa-6x {
  font-size: 6em;
}

/* line 20, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_larger.scss */
.fa-7x {
  font-size: 7em;
}

/* line 20, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_larger.scss */
.fa-8x {
  font-size: 8em;
}

/* line 20, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_larger.scss */
.fa-9x {
  font-size: 9em;
}

/* line 20, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_larger.scss */
.fa-10x {
  font-size: 10em;
}

/* line 3, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_fixed-width.scss */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* line 4, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_list.scss */
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
/* line 9, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_list.scss */
.fa-ul > li {
  position: relative;
}

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

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

/* line 10, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_bordered-pulled.scss */
.fa-pull-left {
  float: left;
}

/* line 11, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_bordered-pulled.scss */
.fa-pull-right {
  float: right;
}

/* line 18, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_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, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_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, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_animated.scss */
.fa-spin {
  animation: fa-spin 2s infinite linear;
}

/* line 8, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_animated.scss */
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* line 4, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_rotated-flipped.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

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

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

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

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

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

/* line 16, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

/* line 4, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_stacked.scss */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

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

/* line 21, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 25, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 29, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_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, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 5, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-accessible-icon:before {
  content: "\f368";
}

/* line 6, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-accusoft:before {
  content: "\f369";
}

/* line 7, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

/* line 8, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-ad:before {
  content: "\f641";
}

/* line 9, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 10, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-address-card:before {
  content: "\f2bb";
}

/* line 11, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 12, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 13, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-adversal:before {
  content: "\f36a";
}

/* line 14, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-affiliatetheme:before {
  content: "\f36b";
}

/* line 15, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-air-freshener:before {
  content: "\f5d0";
}

/* line 16, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-airbnb:before {
  content: "\f834";
}

/* line 17, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-algolia:before {
  content: "\f36c";
}

/* line 18, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 19, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 20, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 21, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 22, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-alipay:before {
  content: "\f642";
}

/* line 23, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-allergies:before {
  content: "\f461";
}

/* line 24, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 25, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-amazon-pay:before {
  content: "\f42c";
}

/* line 26, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 27, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 28, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-amilia:before {
  content: "\f36d";
}

/* line 29, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 30, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 31, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 32, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 33, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 34, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 35, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 36, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 37, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 38, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 39, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 40, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-angry:before {
  content: "\f556";
}

/* line 41, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-angrycreative:before {
  content: "\f36e";
}

/* line 42, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-angular:before {
  content: "\f420";
}

/* line 43, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-ankh:before {
  content: "\f644";
}

/* line 44, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-app-store:before {
  content: "\f36f";
}

/* line 45, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-app-store-ios:before {
  content: "\f370";
}

/* line 46, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-apper:before {
  content: "\f371";
}

/* line 47, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 48, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-apple-alt:before {
  content: "\f5d1";
}

/* line 49, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-apple-pay:before {
  content: "\f415";
}

/* line 50, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 51, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-archway:before {
  content: "\f557";
}

/* line 52, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

/* line 53, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

/* line 54, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

/* line 55, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

/* line 56, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 57, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 58, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 59, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 60, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 61, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 62, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 63, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 64, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 65, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-arrows-alt-h:before {
  content: "\f337";
}

/* line 66, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-arrows-alt-v:before {
  content: "\f338";
}

/* line 67, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-artstation:before {
  content: "\f77a";
}

/* line 68, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 69, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 70, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-asymmetrik:before {
  content: "\f372";
}

/* line 71, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 72, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-atlas:before {
  content: "\f558";
}

/* line 73, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-atlassian:before {
  content: "\f77b";
}

/* line 74, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-atom:before {
  content: "\f5d2";
}

/* line 75, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-audible:before {
  content: "\f373";
}

/* line 76, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 77, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-autoprefixer:before {
  content: "\f41c";
}

/* line 78, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-avianex:before {
  content: "\f374";
}

/* line 79, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-aviato:before {
  content: "\f421";
}

/* line 80, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-award:before {
  content: "\f559";
}

/* line 81, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-aws:before {
  content: "\f375";
}

/* line 82, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-baby:before {
  content: "\f77c";
}

/* line 83, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-baby-carriage:before {
  content: "\f77d";
}

/* line 84, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-backspace:before {
  content: "\f55a";
}

/* line 85, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 86, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-bacon:before {
  content: "\f7e5";
}

/* line 87, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-bacteria:before {
  content: "\e059";
}

/* line 88, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-bacterium:before {
  content: "\e05a";
}

/* line 89, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-bahai:before {
  content: "\f666";
}

/* line 90, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 91, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-balance-scale-left:before {
  content: "\f515";
}

/* line 92, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-balance-scale-right:before {
  content: "\f516";
}

/* line 93, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 94, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-band-aid:before {
  content: "\f462";
}

/* line 95, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 96, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 97, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-bars:before {
  content: "\f0c9";
}

/* line 98, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-baseball-ball:before {
  content: "\f433";
}

/* line 99, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-basketball-ball:before {
  content: "\f434";
}

/* line 100, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-bath:before {
  content: "\f2cd";
}

/* line 101, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-battery-empty:before {
  content: "\f244";
}

/* line 102, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-battery-full:before {
  content: "\f240";
}

/* line 103, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-battery-half:before {
  content: "\f242";
}

/* line 104, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 105, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 106, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-battle-net:before {
  content: "\f835";
}

/* line 107, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-bed:before {
  content: "\f236";
}

/* line 108, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 109, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 110, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 111, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 112, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 113, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-bezier-curve:before {
  content: "\f55b";
}

/* line 114, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-bible:before {
  content: "\f647";
}

/* line 115, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 116, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-biking:before {
  content: "\f84a";
}

/* line 117, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-bimobject:before {
  content: "\f378";
}

/* line 118, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 119, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-biohazard:before {
  content: "\f780";
}

/* line 120, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 121, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 122, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-bitcoin:before {
  content: "\f379";
}

/* line 123, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-bity:before {
  content: "\f37a";
}

/* line 124, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 125, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-blackberry:before {
  content: "\f37b";
}

/* line 126, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-blender:before {
  content: "\f517";
}

/* line 127, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-blender-phone:before {
  content: "\f6b6";
}

/* line 128, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-blind:before {
  content: "\f29d";
}

/* line 129, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-blog:before {
  content: "\f781";
}

/* line 130, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-blogger:before {
  content: "\f37c";
}

/* line 131, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-blogger-b:before {
  content: "\f37d";
}

/* line 132, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 133, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 134, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 135, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-bolt:before {
  content: "\f0e7";
}

/* line 136, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 137, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-bone:before {
  content: "\f5d7";
}

/* line 138, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-bong:before {
  content: "\f55c";
}

/* line 139, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 140, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-book-dead:before {
  content: "\f6b7";
}

/* line 141, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-book-medical:before {
  content: "\f7e6";
}

/* line 142, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-book-open:before {
  content: "\f518";
}

/* line 143, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-book-reader:before {
  content: "\f5da";
}

/* line 144, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 145, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-bootstrap:before {
  content: "\f836";
}

/* line 146, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-border-all:before {
  content: "\f84c";
}

/* line 147, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-border-none:before {
  content: "\f850";
}

/* line 148, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-border-style:before {
  content: "\f853";
}

/* line 149, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-bowling-ball:before {
  content: "\f436";
}

/* line 150, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-box:before {
  content: "\f466";
}

/* line 151, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-box-open:before {
  content: "\f49e";
}

/* line 152, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-box-tissue:before {
  content: "\e05b";
}

/* line 153, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-boxes:before {
  content: "\f468";
}

/* line 154, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-braille:before {
  content: "\f2a1";
}

/* line 155, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-brain:before {
  content: "\f5dc";
}

/* line 156, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-bread-slice:before {
  content: "\f7ec";
}

/* line 157, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 158, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-briefcase-medical:before {
  content: "\f469";
}

/* line 159, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-broadcast-tower:before {
  content: "\f519";
}

/* line 160, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-broom:before {
  content: "\f51a";
}

/* line 161, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-brush:before {
  content: "\f55d";
}

/* line 162, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-btc:before {
  content: "\f15a";
}

/* line 163, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-buffer:before {
  content: "\f837";
}

/* line 164, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 165, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 166, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 167, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 168, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-burn:before {
  content: "\f46a";
}

/* line 169, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-buromobelexperte:before {
  content: "\f37f";
}

/* line 170, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 171, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-bus-alt:before {
  content: "\f55e";
}

/* line 172, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-business-time:before {
  content: "\f64a";
}

/* line 173, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-buy-n-large:before {
  content: "\f8a6";
}

/* line 174, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 175, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 176, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-calendar:before {
  content: "\f133";
}

/* line 177, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-calendar-alt:before {
  content: "\f073";
}

/* line 178, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-calendar-check:before {
  content: "\f274";
}

/* line 179, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-calendar-day:before {
  content: "\f783";
}

/* line 180, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-calendar-minus:before {
  content: "\f272";
}

/* line 181, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-calendar-plus:before {
  content: "\f271";
}

/* line 182, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-calendar-times:before {
  content: "\f273";
}

/* line 183, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-calendar-week:before {
  content: "\f784";
}

/* line 184, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 185, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 186, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-campground:before {
  content: "\f6bb";
}

/* line 187, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-canadian-maple-leaf:before {
  content: "\f785";
}

/* line 188, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-candy-cane:before {
  content: "\f786";
}

/* line 189, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-cannabis:before {
  content: "\f55f";
}

/* line 190, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-capsules:before {
  content: "\f46b";
}

/* line 191, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-car:before {
  content: "\f1b9";
}

/* line 192, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-car-alt:before {
  content: "\f5de";
}

/* line 193, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-car-battery:before {
  content: "\f5df";
}

/* line 194, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-car-crash:before {
  content: "\f5e1";
}

/* line 195, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-car-side:before {
  content: "\f5e4";
}

/* line 196, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-caravan:before {
  content: "\f8ff";
}

/* line 197, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 198, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 199, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 200, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-caret-square-down:before {
  content: "\f150";
}

/* line 201, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-caret-square-left:before {
  content: "\f191";
}

/* line 202, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-caret-square-right:before {
  content: "\f152";
}

/* line 203, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-caret-square-up:before {
  content: "\f151";
}

/* line 204, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 205, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-carrot:before {
  content: "\f787";
}

/* line 206, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 207, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 208, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-cash-register:before {
  content: "\f788";
}

/* line 209, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-cat:before {
  content: "\f6be";
}

/* line 210, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-cc-amazon-pay:before {
  content: "\f42d";
}

/* line 211, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 212, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-cc-apple-pay:before {
  content: "\f416";
}

/* line 213, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 214, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 215, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 216, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 217, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 218, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 219, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 220, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-centercode:before {
  content: "\f380";
}

/* line 221, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-centos:before {
  content: "\f789";
}

/* line 222, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 223, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-chair:before {
  content: "\f6c0";
}

/* line 224, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-chalkboard:before {
  content: "\f51b";
}

/* line 225, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-chalkboard-teacher:before {
  content: "\f51c";
}

/* line 226, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-charging-station:before {
  content: "\f5e7";
}

/* line 227, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-chart-area:before {
  content: "\f1fe";
}

/* line 228, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-chart-bar:before {
  content: "\f080";
}

/* line 229, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-chart-line:before {
  content: "\f201";
}

/* line 230, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-chart-pie:before {
  content: "\f200";
}

/* line 231, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 232, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 233, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-check-double:before {
  content: "\f560";
}

/* line 234, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 235, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-cheese:before {
  content: "\f7ef";
}

/* line 236, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-chess:before {
  content: "\f439";
}

/* line 237, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-chess-bishop:before {
  content: "\f43a";
}

/* line 238, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-chess-board:before {
  content: "\f43c";
}

/* line 239, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-chess-king:before {
  content: "\f43f";
}

/* line 240, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-chess-knight:before {
  content: "\f441";
}

/* line 241, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-chess-pawn:before {
  content: "\f443";
}

/* line 242, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-chess-queen:before {
  content: "\f445";
}

/* line 243, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-chess-rook:before {
  content: "\f447";
}

/* line 244, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 245, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 246, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 247, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 248, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 249, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 250, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 251, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 252, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 253, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 254, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-chromecast:before {
  content: "\f838";
}

/* line 255, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-church:before {
  content: "\f51d";
}

/* line 256, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 257, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-circle-notch:before {
  content: "\f1ce";
}

/* line 258, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-city:before {
  content: "\f64f";
}

/* line 259, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-clinic-medical:before {
  content: "\f7f2";
}

/* line 260, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-clipboard:before {
  content: "\f328";
}

/* line 261, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-clipboard-check:before {
  content: "\f46c";
}

/* line 262, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-clipboard-list:before {
  content: "\f46d";
}

/* line 263, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-clock:before {
  content: "\f017";
}

/* line 264, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 265, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-closed-captioning:before {
  content: "\f20a";
}

/* line 266, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 267, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-cloud-download-alt:before {
  content: "\f381";
}

/* line 268, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-cloud-meatball:before {
  content: "\f73b";
}

/* line 269, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-cloud-moon:before {
  content: "\f6c3";
}

/* line 270, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-cloud-moon-rain:before {
  content: "\f73c";
}

/* line 271, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-cloud-rain:before {
  content: "\f73d";
}

/* line 272, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-cloud-showers-heavy:before {
  content: "\f740";
}

/* line 273, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-cloud-sun:before {
  content: "\f6c4";
}

/* line 274, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-cloud-sun-rain:before {
  content: "\f743";
}

/* line 275, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-cloud-upload-alt:before {
  content: "\f382";
}

/* line 276, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-cloudflare:before {
  content: "\e07d";
}

/* line 277, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-cloudscale:before {
  content: "\f383";
}

/* line 278, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-cloudsmith:before {
  content: "\f384";
}

/* line 279, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-cloudversify:before {
  content: "\f385";
}

/* line 280, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-cocktail:before {
  content: "\f561";
}

/* line 281, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-code:before {
  content: "\f121";
}

/* line 282, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-code-branch:before {
  content: "\f126";
}

/* line 283, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 284, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 285, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 286, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-cog:before {
  content: "\f013";
}

/* line 287, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-cogs:before {
  content: "\f085";
}

/* line 288, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-coins:before {
  content: "\f51e";
}

/* line 289, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 290, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 291, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-comment-alt:before {
  content: "\f27a";
}

/* line 292, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-comment-dollar:before {
  content: "\f651";
}

/* line 293, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-comment-dots:before {
  content: "\f4ad";
}

/* line 294, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-comment-medical:before {
  content: "\f7f5";
}

/* line 295, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-comment-slash:before {
  content: "\f4b3";
}

/* line 296, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 297, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-comments-dollar:before {
  content: "\f653";
}

/* line 298, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-compact-disc:before {
  content: "\f51f";
}

/* line 299, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 300, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 301, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-compress-alt:before {
  content: "\f422";
}

/* line 302, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-compress-arrows-alt:before {
  content: "\f78c";
}

/* line 303, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-concierge-bell:before {
  content: "\f562";
}

/* line 304, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-confluence:before {
  content: "\f78d";
}

/* line 305, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 306, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 307, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-cookie:before {
  content: "\f563";
}

/* line 308, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-cookie-bite:before {
  content: "\f564";
}

/* line 309, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-copy:before {
  content: "\f0c5";
}

/* line 310, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 311, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-cotton-bureau:before {
  content: "\f89e";
}

/* line 312, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-couch:before {
  content: "\f4b8";
}

/* line 313, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-cpanel:before {
  content: "\f388";
}

/* line 314, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 315, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-creative-commons-by:before {
  content: "\f4e7";
}

/* line 316, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-creative-commons-nc:before {
  content: "\f4e8";
}

/* line 317, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

/* line 318, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

/* line 319, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-creative-commons-nd:before {
  content: "\f4eb";
}

/* line 320, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-creative-commons-pd:before {
  content: "\f4ec";
}

/* line 321, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

/* line 322, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-creative-commons-remix:before {
  content: "\f4ee";
}

/* line 323, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-creative-commons-sa:before {
  content: "\f4ef";
}

/* line 324, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

/* line 325, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

/* line 326, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-creative-commons-share:before {
  content: "\f4f2";
}

/* line 327, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-creative-commons-zero:before {
  content: "\f4f3";
}

/* line 328, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 329, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-critical-role:before {
  content: "\f6c9";
}

/* line 330, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 331, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-crop-alt:before {
  content: "\f565";
}

/* line 332, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-cross:before {
  content: "\f654";
}

/* line 333, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 334, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-crow:before {
  content: "\f520";
}

/* line 335, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-crown:before {
  content: "\f521";
}

/* line 336, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-crutch:before {
  content: "\f7f7";
}

/* line 337, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 338, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-css3-alt:before {
  content: "\f38b";
}

/* line 339, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 340, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 341, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-cut:before {
  content: "\f0c4";
}

/* line 342, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-cuttlefish:before {
  content: "\f38c";
}

/* line 343, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-d-and-d:before {
  content: "\f38d";
}

/* line 344, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

/* line 345, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-dailymotion:before {
  content: "\e052";
}

/* line 346, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 347, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 348, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-deaf:before {
  content: "\f2a4";
}

/* line 349, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-deezer:before {
  content: "\e077";
}

/* line 350, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 351, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-democrat:before {
  content: "\f747";
}

/* line 352, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-deploydog:before {
  content: "\f38e";
}

/* line 353, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-deskpro:before {
  content: "\f38f";
}

/* line 354, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 355, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-dev:before {
  content: "\f6cc";
}

/* line 356, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 357, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-dharmachakra:before {
  content: "\f655";
}

/* line 358, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-dhl:before {
  content: "\f790";
}

/* line 359, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-diagnoses:before {
  content: "\f470";
}

/* line 360, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-diaspora:before {
  content: "\f791";
}

/* line 361, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-dice:before {
  content: "\f522";
}

/* line 362, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-dice-d20:before {
  content: "\f6cf";
}

/* line 363, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-dice-d6:before {
  content: "\f6d1";
}

/* line 364, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-dice-five:before {
  content: "\f523";
}

/* line 365, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-dice-four:before {
  content: "\f524";
}

/* line 366, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-dice-one:before {
  content: "\f525";
}

/* line 367, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-dice-six:before {
  content: "\f526";
}

/* line 368, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-dice-three:before {
  content: "\f527";
}

/* line 369, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-dice-two:before {
  content: "\f528";
}

/* line 370, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 371, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-digital-ocean:before {
  content: "\f391";
}

/* line 372, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-digital-tachograph:before {
  content: "\f566";
}

/* line 373, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-directions:before {
  content: "\f5eb";
}

/* line 374, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-discord:before {
  content: "\f392";
}

/* line 375, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-discourse:before {
  content: "\f393";
}

/* line 376, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-disease:before {
  content: "\f7fa";
}

/* line 377, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-divide:before {
  content: "\f529";
}

/* line 378, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-dizzy:before {
  content: "\f567";
}

/* line 379, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-dna:before {
  content: "\f471";
}

/* line 380, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-dochub:before {
  content: "\f394";
}

/* line 381, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-docker:before {
  content: "\f395";
}

/* line 382, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-dog:before {
  content: "\f6d3";
}

/* line 383, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-dollar-sign:before {
  content: "\f155";
}

/* line 384, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-dolly:before {
  content: "\f472";
}

/* line 385, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-dolly-flatbed:before {
  content: "\f474";
}

/* line 386, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-donate:before {
  content: "\f4b9";
}

/* line 387, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-door-closed:before {
  content: "\f52a";
}

/* line 388, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-door-open:before {
  content: "\f52b";
}

/* line 389, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-dot-circle:before {
  content: "\f192";
}

/* line 390, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-dove:before {
  content: "\f4ba";
}

/* line 391, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-download:before {
  content: "\f019";
}

/* line 392, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-draft2digital:before {
  content: "\f396";
}

/* line 393, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-drafting-compass:before {
  content: "\f568";
}

/* line 394, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-dragon:before {
  content: "\f6d5";
}

/* line 395, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-draw-polygon:before {
  content: "\f5ee";
}

/* line 396, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 397, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-dribbble-square:before {
  content: "\f397";
}

/* line 398, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 399, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-drum:before {
  content: "\f569";
}

/* line 400, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-drum-steelpan:before {
  content: "\f56a";
}

/* line 401, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-drumstick-bite:before {
  content: "\f6d7";
}

/* line 402, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 403, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-dumbbell:before {
  content: "\f44b";
}

/* line 404, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-dumpster:before {
  content: "\f793";
}

/* line 405, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-dumpster-fire:before {
  content: "\f794";
}

/* line 406, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-dungeon:before {
  content: "\f6d9";
}

/* line 407, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-dyalog:before {
  content: "\f399";
}

/* line 408, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-earlybirds:before {
  content: "\f39a";
}

/* line 409, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-ebay:before {
  content: "\f4f4";
}

/* line 410, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 411, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-edge-legacy:before {
  content: "\e078";
}

/* line 412, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-edit:before {
  content: "\f044";
}

/* line 413, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-egg:before {
  content: "\f7fb";
}

/* line 414, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 415, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-elementor:before {
  content: "\f430";
}

/* line 416, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 417, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 418, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-ello:before {
  content: "\f5f1";
}

/* line 419, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-ember:before {
  content: "\f423";
}

/* line 420, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-empire:before {
  content: "\f1d1";
}

/* line 421, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 422, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 423, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-envelope-open-text:before {
  content: "\f658";
}

/* line 424, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 425, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 426, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-equals:before {
  content: "\f52c";
}

/* line 427, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 428, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-erlang:before {
  content: "\f39d";
}

/* line 429, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-ethereum:before {
  content: "\f42e";
}

/* line 430, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-ethernet:before {
  content: "\f796";
}

/* line 431, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 432, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-euro-sign:before {
  content: "\f153";
}

/* line 433, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-evernote:before {
  content: "\f839";
}

/* line 434, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-exchange-alt:before {
  content: "\f362";
}

/* line 435, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 436, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 437, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 438, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 439, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-expand-alt:before {
  content: "\f424";
}

/* line 440, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-expand-arrows-alt:before {
  content: "\f31e";
}

/* line 441, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 442, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-external-link-alt:before {
  content: "\f35d";
}

/* line 443, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-external-link-square-alt:before {
  content: "\f360";
}

/* line 444, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 445, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-eye-dropper:before {
  content: "\f1fb";
}

/* line 446, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 447, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 448, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-facebook-f:before {
  content: "\f39e";
}

/* line 449, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-facebook-messenger:before {
  content: "\f39f";
}

/* line 450, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 451, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-fan:before {
  content: "\f863";
}

/* line 452, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

/* line 453, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 454, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 455, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-faucet:before {
  content: "\e005";
}

/* line 456, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 457, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-feather:before {
  content: "\f52d";
}

/* line 458, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-feather-alt:before {
  content: "\f56b";
}

/* line 459, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-fedex:before {
  content: "\f797";
}

/* line 460, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-fedora:before {
  content: "\f798";
}

/* line 461, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-female:before {
  content: "\f182";
}

/* line 462, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 463, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-figma:before {
  content: "\f799";
}

/* line 464, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 465, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-file-alt:before {
  content: "\f15c";
}

/* line 466, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-file-archive:before {
  content: "\f1c6";
}

/* line 467, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-file-audio:before {
  content: "\f1c7";
}

/* line 468, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-file-code:before {
  content: "\f1c9";
}

/* line 469, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-file-contract:before {
  content: "\f56c";
}

/* line 470, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-file-csv:before {
  content: "\f6dd";
}

/* line 471, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-file-download:before {
  content: "\f56d";
}

/* line 472, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-file-excel:before {
  content: "\f1c3";
}

/* line 473, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-file-export:before {
  content: "\f56e";
}

/* line 474, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-file-image:before {
  content: "\f1c5";
}

/* line 475, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-file-import:before {
  content: "\f56f";
}

/* line 476, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-file-invoice:before {
  content: "\f570";
}

/* line 477, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-file-invoice-dollar:before {
  content: "\f571";
}

/* line 478, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-file-medical:before {
  content: "\f477";
}

/* line 479, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-file-medical-alt:before {
  content: "\f478";
}

/* line 480, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-file-pdf:before {
  content: "\f1c1";
}

/* line 481, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-file-powerpoint:before {
  content: "\f1c4";
}

/* line 482, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-file-prescription:before {
  content: "\f572";
}

/* line 483, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-file-signature:before {
  content: "\f573";
}

/* line 484, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-file-upload:before {
  content: "\f574";
}

/* line 485, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-file-video:before {
  content: "\f1c8";
}

/* line 486, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-file-word:before {
  content: "\f1c2";
}

/* line 487, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-fill:before {
  content: "\f575";
}

/* line 488, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-fill-drip:before {
  content: "\f576";
}

/* line 489, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-film:before {
  content: "\f008";
}

/* line 490, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 491, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-fingerprint:before {
  content: "\f577";
}

/* line 492, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 493, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-fire-alt:before {
  content: "\f7e4";
}

/* line 494, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 495, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 496, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-firefox-browser:before {
  content: "\e007";
}

/* line 497, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-first-aid:before {
  content: "\f479";
}

/* line 498, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 499, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-first-order-alt:before {
  content: "\f50a";
}

/* line 500, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-firstdraft:before {
  content: "\f3a1";
}

/* line 501, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-fish:before {
  content: "\f578";
}

/* line 502, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-fist-raised:before {
  content: "\f6de";
}

/* line 503, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 504, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 505, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-flag-usa:before {
  content: "\f74d";
}

/* line 506, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 507, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 508, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-flipboard:before {
  content: "\f44d";
}

/* line 509, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-flushed:before {
  content: "\f579";
}

/* line 510, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-fly:before {
  content: "\f417";
}

/* line 511, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 512, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-folder-minus:before {
  content: "\f65d";
}

/* line 513, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 514, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-folder-plus:before {
  content: "\f65e";
}

/* line 515, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-font:before {
  content: "\f031";
}

/* line 516, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 517, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-font-awesome-alt:before {
  content: "\f35c";
}

/* line 518, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-font-awesome-flag:before {
  content: "\f425";
}

/* line 519, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

/* line 520, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 521, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-fonticons-fi:before {
  content: "\f3a2";
}

/* line 522, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-football-ball:before {
  content: "\f44e";
}

/* line 523, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 524, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

/* line 525, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 526, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 527, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 528, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 529, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-freebsd:before {
  content: "\f3a4";
}

/* line 530, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-frog:before {
  content: "\f52e";
}

/* line 531, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-frown:before {
  content: "\f119";
}

/* line 532, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-frown-open:before {
  content: "\f57a";
}

/* line 533, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-fulcrum:before {
  content: "\f50b";
}

/* line 534, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-funnel-dollar:before {
  content: "\f662";
}

/* line 535, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-futbol:before {
  content: "\f1e3";
}

/* line 536, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-galactic-republic:before {
  content: "\f50c";
}

/* line 537, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-galactic-senate:before {
  content: "\f50d";
}

/* line 538, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 539, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-gas-pump:before {
  content: "\f52f";
}

/* line 540, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-gavel:before {
  content: "\f0e3";
}

/* line 541, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-gem:before {
  content: "\f3a5";
}

/* line 542, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-genderless:before {
  content: "\f22d";
}

/* line 543, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 544, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 545, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 546, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-ghost:before {
  content: "\f6e2";
}

/* line 547, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 548, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-gifts:before {
  content: "\f79c";
}

/* line 549, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 550, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-git-alt:before {
  content: "\f841";
}

/* line 551, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 552, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 553, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 554, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 555, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-gitkraken:before {
  content: "\f3a6";
}

/* line 556, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 557, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-gitter:before {
  content: "\f426";
}

/* line 558, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-glass-cheers:before {
  content: "\f79f";
}

/* line 559, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-glass-martini:before {
  content: "\f000";
}

/* line 560, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-glass-martini-alt:before {
  content: "\f57b";
}

/* line 561, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-glass-whiskey:before {
  content: "\f7a0";
}

/* line 562, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-glasses:before {
  content: "\f530";
}

/* line 563, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 564, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 565, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 566, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-globe-africa:before {
  content: "\f57c";
}

/* line 567, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-globe-americas:before {
  content: "\f57d";
}

/* line 568, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-globe-asia:before {
  content: "\f57e";
}

/* line 569, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-globe-europe:before {
  content: "\f7a2";
}

/* line 570, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-gofore:before {
  content: "\f3a7";
}

/* line 571, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-golf-ball:before {
  content: "\f450";
}

/* line 572, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-goodreads:before {
  content: "\f3a8";
}

/* line 573, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-goodreads-g:before {
  content: "\f3a9";
}

/* line 574, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 575, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-google-drive:before {
  content: "\f3aa";
}

/* line 576, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-google-pay:before {
  content: "\e079";
}

/* line 577, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-google-play:before {
  content: "\f3ab";
}

/* line 578, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-google-plus:before {
  content: "\f2b3";
}

/* line 579, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-google-plus-g:before {
  content: "\f0d5";
}

/* line 580, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 581, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 582, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-gopuram:before {
  content: "\f664";
}

/* line 583, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 584, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-gratipay:before {
  content: "\f184";
}

/* line 585, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-grav:before {
  content: "\f2d6";
}

/* line 586, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-greater-than:before {
  content: "\f531";
}

/* line 587, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-greater-than-equal:before {
  content: "\f532";
}

/* line 588, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-grimace:before {
  content: "\f57f";
}

/* line 589, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-grin:before {
  content: "\f580";
}

/* line 590, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-grin-alt:before {
  content: "\f581";
}

/* line 591, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-grin-beam:before {
  content: "\f582";
}

/* line 592, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-grin-beam-sweat:before {
  content: "\f583";
}

/* line 593, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-grin-hearts:before {
  content: "\f584";
}

/* line 594, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-grin-squint:before {
  content: "\f585";
}

/* line 595, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-grin-squint-tears:before {
  content: "\f586";
}

/* line 596, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-grin-stars:before {
  content: "\f587";
}

/* line 597, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-grin-tears:before {
  content: "\f588";
}

/* line 598, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-grin-tongue:before {
  content: "\f589";
}

/* line 599, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-grin-tongue-squint:before {
  content: "\f58a";
}

/* line 600, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-grin-tongue-wink:before {
  content: "\f58b";
}

/* line 601, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-grin-wink:before {
  content: "\f58c";
}

/* line 602, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-grip-horizontal:before {
  content: "\f58d";
}

/* line 603, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-grip-lines:before {
  content: "\f7a4";
}

/* line 604, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

/* line 605, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-grip-vertical:before {
  content: "\f58e";
}

/* line 606, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-gripfire:before {
  content: "\f3ac";
}

/* line 607, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-grunt:before {
  content: "\f3ad";
}

/* line 608, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-guilded:before {
  content: "\e07e";
}

/* line 609, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-guitar:before {
  content: "\f7a6";
}

/* line 610, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-gulp:before {
  content: "\f3ae";
}

/* line 611, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 612, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 613, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-hacker-news-square:before {
  content: "\f3af";
}

/* line 614, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-hackerrank:before {
  content: "\f5f7";
}

/* line 615, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-hamburger:before {
  content: "\f805";
}

/* line 616, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-hammer:before {
  content: "\f6e3";
}

/* line 617, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-hamsa:before {
  content: "\f665";
}

/* line 618, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-hand-holding:before {
  content: "\f4bd";
}

/* line 619, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-hand-holding-heart:before {
  content: "\f4be";
}

/* line 620, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-hand-holding-medical:before {
  content: "\e05c";
}

/* line 621, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-hand-holding-usd:before {
  content: "\f4c0";
}

/* line 622, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-hand-holding-water:before {
  content: "\f4c1";
}

/* line 623, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-hand-lizard:before {
  content: "\f258";
}

/* line 624, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-hand-middle-finger:before {
  content: "\f806";
}

/* line 625, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-hand-paper:before {
  content: "\f256";
}

/* line 626, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-hand-peace:before {
  content: "\f25b";
}

/* line 627, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-hand-point-down:before {
  content: "\f0a7";
}

/* line 628, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-hand-point-left:before {
  content: "\f0a5";
}

/* line 629, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-hand-point-right:before {
  content: "\f0a4";
}

/* line 630, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-hand-point-up:before {
  content: "\f0a6";
}

/* line 631, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-hand-pointer:before {
  content: "\f25a";
}

/* line 632, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-hand-rock:before {
  content: "\f255";
}

/* line 633, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-hand-scissors:before {
  content: "\f257";
}

/* line 634, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-hand-sparkles:before {
  content: "\e05d";
}

/* line 635, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-hand-spock:before {
  content: "\f259";
}

/* line 636, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-hands:before {
  content: "\f4c2";
}

/* line 637, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-hands-helping:before {
  content: "\f4c4";
}

/* line 638, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-hands-wash:before {
  content: "\e05e";
}

/* line 639, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-handshake:before {
  content: "\f2b5";
}

/* line 640, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-handshake-alt-slash:before {
  content: "\e05f";
}

/* line 641, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-handshake-slash:before {
  content: "\e060";
}

/* line 642, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-hanukiah:before {
  content: "\f6e6";
}

/* line 643, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-hard-hat:before {
  content: "\f807";
}

/* line 644, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-hashtag:before {
  content: "\f292";
}

/* line 645, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-hat-cowboy:before {
  content: "\f8c0";
}

/* line 646, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

/* line 647, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-hat-wizard:before {
  content: "\f6e8";
}

/* line 648, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-hdd:before {
  content: "\f0a0";
}

/* line 649, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-head-side-cough:before {
  content: "\e061";
}

/* line 650, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-head-side-cough-slash:before {
  content: "\e062";
}

/* line 651, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-head-side-mask:before {
  content: "\e063";
}

/* line 652, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-head-side-virus:before {
  content: "\e064";
}

/* line 653, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-heading:before {
  content: "\f1dc";
}

/* line 654, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 655, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-headphones-alt:before {
  content: "\f58f";
}

/* line 656, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-headset:before {
  content: "\f590";
}

/* line 657, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 658, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-heart-broken:before {
  content: "\f7a9";
}

/* line 659, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 660, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-helicopter:before {
  content: "\f533";
}

/* line 661, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-highlighter:before {
  content: "\f591";
}

/* line 662, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-hiking:before {
  content: "\f6ec";
}

/* line 663, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-hippo:before {
  content: "\f6ed";
}

/* line 664, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-hips:before {
  content: "\f452";
}

/* line 665, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-hire-a-helper:before {
  content: "\f3b0";
}

/* line 666, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 667, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-hive:before {
  content: "\e07f";
}

/* line 668, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-hockey-puck:before {
  content: "\f453";
}

/* line 669, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-holly-berry:before {
  content: "\f7aa";
}

/* line 670, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-home:before {
  content: "\f015";
}

/* line 671, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-hooli:before {
  content: "\f427";
}

/* line 672, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-hornbill:before {
  content: "\f592";
}

/* line 673, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-horse:before {
  content: "\f6f0";
}

/* line 674, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-horse-head:before {
  content: "\f7ab";
}

/* line 675, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-hospital:before {
  content: "\f0f8";
}

/* line 676, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-hospital-alt:before {
  content: "\f47d";
}

/* line 677, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-hospital-symbol:before {
  content: "\f47e";
}

/* line 678, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-hospital-user:before {
  content: "\f80d";
}

/* line 679, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-hot-tub:before {
  content: "\f593";
}

/* line 680, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-hotdog:before {
  content: "\f80f";
}

/* line 681, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-hotel:before {
  content: "\f594";
}

/* line 682, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-hotjar:before {
  content: "\f3b1";
}

/* line 683, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 684, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 685, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 686, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 687, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-house-damage:before {
  content: "\f6f1";
}

/* line 688, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-house-user:before {
  content: "\e065";
}

/* line 689, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 690, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-hryvnia:before {
  content: "\f6f2";
}

/* line 691, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 692, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-hubspot:before {
  content: "\f3b2";
}

/* line 693, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 694, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-ice-cream:before {
  content: "\f810";
}

/* line 695, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-icicles:before {
  content: "\f7ad";
}

/* line 696, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-icons:before {
  content: "\f86d";
}

/* line 697, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 698, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-id-card:before {
  content: "\f2c2";
}

/* line 699, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-id-card-alt:before {
  content: "\f47f";
}

/* line 700, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-ideal:before {
  content: "\e013";
}

/* line 701, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-igloo:before {
  content: "\f7ae";
}

/* line 702, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-image:before {
  content: "\f03e";
}

/* line 703, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-images:before {
  content: "\f302";
}

/* line 704, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 705, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 706, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 707, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 708, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-infinity:before {
  content: "\f534";
}

/* line 709, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-info:before {
  content: "\f129";
}

/* line 710, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 711, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-innosoft:before {
  content: "\e080";
}

/* line 712, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 713, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-instagram-square:before {
  content: "\e055";
}

/* line 714, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-instalod:before {
  content: "\e081";
}

/* line 715, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-intercom:before {
  content: "\f7af";
}

/* line 716, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 717, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-invision:before {
  content: "\f7b0";
}

/* line 718, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 719, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 720, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-itch-io:before {
  content: "\f83a";
}

/* line 721, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-itunes:before {
  content: "\f3b4";
}

/* line 722, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-itunes-note:before {
  content: "\f3b5";
}

/* line 723, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-java:before {
  content: "\f4e4";
}

/* line 724, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-jedi:before {
  content: "\f669";
}

/* line 725, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-jedi-order:before {
  content: "\f50e";
}

/* line 726, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-jenkins:before {
  content: "\f3b6";
}

/* line 727, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-jira:before {
  content: "\f7b1";
}

/* line 728, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-joget:before {
  content: "\f3b7";
}

/* line 729, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-joint:before {
  content: "\f595";
}

/* line 730, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 731, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-journal-whills:before {
  content: "\f66a";
}

/* line 732, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-js:before {
  content: "\f3b8";
}

/* line 733, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-js-square:before {
  content: "\f3b9";
}

/* line 734, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 735, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-kaaba:before {
  content: "\f66b";
}

/* line 736, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-kaggle:before {
  content: "\f5fa";
}

/* line 737, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-key:before {
  content: "\f084";
}

/* line 738, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-keybase:before {
  content: "\f4f5";
}

/* line 739, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-keyboard:before {
  content: "\f11c";
}

/* line 740, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-keycdn:before {
  content: "\f3ba";
}

/* line 741, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-khanda:before {
  content: "\f66d";
}

/* line 742, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-kickstarter:before {
  content: "\f3bb";
}

/* line 743, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-kickstarter-k:before {
  content: "\f3bc";
}

/* line 744, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-kiss:before {
  content: "\f596";
}

/* line 745, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-kiss-beam:before {
  content: "\f597";
}

/* line 746, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-kiss-wink-heart:before {
  content: "\f598";
}

/* line 747, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-kiwi-bird:before {
  content: "\f535";
}

/* line 748, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-korvue:before {
  content: "\f42f";
}

/* line 749, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-landmark:before {
  content: "\f66f";
}

/* line 750, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 751, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 752, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-laptop-code:before {
  content: "\f5fc";
}

/* line 753, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-laptop-house:before {
  content: "\e066";
}

/* line 754, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-laptop-medical:before {
  content: "\f812";
}

/* line 755, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-laravel:before {
  content: "\f3bd";
}

/* line 756, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 757, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 758, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-laugh:before {
  content: "\f599";
}

/* line 759, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-laugh-beam:before {
  content: "\f59a";
}

/* line 760, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-laugh-squint:before {
  content: "\f59b";
}

/* line 761, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-laugh-wink:before {
  content: "\f59c";
}

/* line 762, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-layer-group:before {
  content: "\f5fd";
}

/* line 763, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 764, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 765, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-lemon:before {
  content: "\f094";
}

/* line 766, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-less:before {
  content: "\f41d";
}

/* line 767, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-less-than:before {
  content: "\f536";
}

/* line 768, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-less-than-equal:before {
  content: "\f537";
}

/* line 769, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-level-down-alt:before {
  content: "\f3be";
}

/* line 770, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-level-up-alt:before {
  content: "\f3bf";
}

/* line 771, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 772, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-lightbulb:before {
  content: "\f0eb";
}

/* line 773, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-line:before {
  content: "\f3c0";
}

/* line 774, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-link:before {
  content: "\f0c1";
}

/* line 775, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-linkedin:before {
  content: "\f08c";
}

/* line 776, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-linkedin-in:before {
  content: "\f0e1";
}

/* line 777, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-linode:before {
  content: "\f2b8";
}

/* line 778, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 779, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-lira-sign:before {
  content: "\f195";
}

/* line 780, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 781, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 782, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 783, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 784, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 785, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 786, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-lock-open:before {
  content: "\f3c1";
}

/* line 787, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-long-arrow-alt-down:before {
  content: "\f309";
}

/* line 788, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

/* line 789, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

/* line 790, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

/* line 791, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 792, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-luggage-cart:before {
  content: "\f59d";
}

/* line 793, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-lungs:before {
  content: "\f604";
}

/* line 794, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-lungs-virus:before {
  content: "\e067";
}

/* line 795, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-lyft:before {
  content: "\f3c3";
}

/* line 796, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-magento:before {
  content: "\f3c4";
}

/* line 797, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 798, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 799, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-mail-bulk:before {
  content: "\f674";
}

/* line 800, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-mailchimp:before {
  content: "\f59e";
}

/* line 801, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-male:before {
  content: "\f183";
}

/* line 802, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-mandalorian:before {
  content: "\f50f";
}

/* line 803, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-map:before {
  content: "\f279";
}

/* line 804, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-map-marked:before {
  content: "\f59f";
}

/* line 805, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-map-marked-alt:before {
  content: "\f5a0";
}

/* line 806, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 807, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-map-marker-alt:before {
  content: "\f3c5";
}

/* line 808, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 809, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 810, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-markdown:before {
  content: "\f60f";
}

/* line 811, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-marker:before {
  content: "\f5a1";
}

/* line 812, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 813, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 814, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 815, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 816, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 817, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-mask:before {
  content: "\f6fa";
}

/* line 818, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-mastodon:before {
  content: "\f4f6";
}

/* line 819, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 820, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-mdb:before {
  content: "\f8ca";
}

/* line 821, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-medal:before {
  content: "\f5a2";
}

/* line 822, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-medapps:before {
  content: "\f3c6";
}

/* line 823, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 824, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-medium-m:before {
  content: "\f3c7";
}

/* line 825, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 826, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-medrt:before {
  content: "\f3c8";
}

/* line 827, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 828, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-megaport:before {
  content: "\f5a3";
}

/* line 829, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-meh:before {
  content: "\f11a";
}

/* line 830, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-meh-blank:before {
  content: "\f5a4";
}

/* line 831, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

/* line 832, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-memory:before {
  content: "\f538";
}

/* line 833, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-mendeley:before {
  content: "\f7b3";
}

/* line 834, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-menorah:before {
  content: "\f676";
}

/* line 835, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 836, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-meteor:before {
  content: "\f753";
}

/* line 837, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-microblog:before {
  content: "\e01a";
}

/* line 838, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-microchip:before {
  content: "\f2db";
}

/* line 839, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 840, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-microphone-alt:before {
  content: "\f3c9";
}

/* line 841, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-microphone-alt-slash:before {
  content: "\f539";
}

/* line 842, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 843, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-microscope:before {
  content: "\f610";
}

/* line 844, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-microsoft:before {
  content: "\f3ca";
}

/* line 845, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 846, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 847, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 848, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-mitten:before {
  content: "\f7b5";
}

/* line 849, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-mix:before {
  content: "\f3cb";
}

/* line 850, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 851, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-mixer:before {
  content: "\e056";
}

/* line 852, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-mizuni:before {
  content: "\f3cc";
}

/* line 853, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-mobile:before {
  content: "\f10b";
}

/* line 854, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-mobile-alt:before {
  content: "\f3cd";
}

/* line 855, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 856, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-monero:before {
  content: "\f3d0";
}

/* line 857, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-money-bill:before {
  content: "\f0d6";
}

/* line 858, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-money-bill-alt:before {
  content: "\f3d1";
}

/* line 859, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-money-bill-wave:before {
  content: "\f53a";
}

/* line 860, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

/* line 861, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-money-check:before {
  content: "\f53c";
}

/* line 862, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-money-check-alt:before {
  content: "\f53d";
}

/* line 863, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-monument:before {
  content: "\f5a6";
}

/* line 864, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-moon:before {
  content: "\f186";
}

/* line 865, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-mortar-pestle:before {
  content: "\f5a7";
}

/* line 866, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-mosque:before {
  content: "\f678";
}

/* line 867, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 868, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-mountain:before {
  content: "\f6fc";
}

/* line 869, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-mouse:before {
  content: "\f8cc";
}

/* line 870, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 871, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-mug-hot:before {
  content: "\f7b6";
}

/* line 872, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-music:before {
  content: "\f001";
}

/* line 873, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-napster:before {
  content: "\f3d2";
}

/* line 874, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-neos:before {
  content: "\f612";
}

/* line 875, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-network-wired:before {
  content: "\f6ff";
}

/* line 876, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 877, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-newspaper:before {
  content: "\f1ea";
}

/* line 878, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-nimblr:before {
  content: "\f5a8";
}

/* line 879, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-node:before {
  content: "\f419";
}

/* line 880, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-node-js:before {
  content: "\f3d3";
}

/* line 881, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-not-equal:before {
  content: "\f53e";
}

/* line 882, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-notes-medical:before {
  content: "\f481";
}

/* line 883, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-npm:before {
  content: "\f3d4";
}

/* line 884, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-ns8:before {
  content: "\f3d5";
}

/* line 885, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-nutritionix:before {
  content: "\f3d6";
}

/* line 886, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 887, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 888, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-octopus-deploy:before {
  content: "\e082";
}

/* line 889, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 890, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 891, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-oil-can:before {
  content: "\f613";
}

/* line 892, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-old-republic:before {
  content: "\f510";
}

/* line 893, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-om:before {
  content: "\f679";
}

/* line 894, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 895, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 896, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 897, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 898, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-orcid:before {
  content: "\f8d2";
}

/* line 899, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-osi:before {
  content: "\f41a";
}

/* line 900, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-otter:before {
  content: "\f700";
}

/* line 901, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-outdent:before {
  content: "\f03b";
}

/* line 902, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-page4:before {
  content: "\f3d7";
}

/* line 903, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 904, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-pager:before {
  content: "\f815";
}

/* line 905, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 906, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-paint-roller:before {
  content: "\f5aa";
}

/* line 907, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-palette:before {
  content: "\f53f";
}

/* line 908, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-palfed:before {
  content: "\f3d8";
}

/* line 909, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-pallet:before {
  content: "\f482";
}

/* line 910, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 911, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 912, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-parachute-box:before {
  content: "\f4cd";
}

/* line 913, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 914, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-parking:before {
  content: "\f540";
}

/* line 915, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-passport:before {
  content: "\f5ab";
}

/* line 916, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-pastafarianism:before {
  content: "\f67b";
}

/* line 917, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-paste:before {
  content: "\f0ea";
}

/* line 918, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-patreon:before {
  content: "\f3d9";
}

/* line 919, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 920, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 921, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 922, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 923, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-peace:before {
  content: "\f67c";
}

/* line 924, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-pen:before {
  content: "\f304";
}

/* line 925, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-pen-alt:before {
  content: "\f305";
}

/* line 926, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-pen-fancy:before {
  content: "\f5ac";
}

/* line 927, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-pen-nib:before {
  content: "\f5ad";
}

/* line 928, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-pen-square:before {
  content: "\f14b";
}

/* line 929, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-pencil-alt:before {
  content: "\f303";
}

/* line 930, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-pencil-ruler:before {
  content: "\f5ae";
}

/* line 931, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-penny-arcade:before {
  content: "\f704";
}

/* line 932, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-people-arrows:before {
  content: "\e068";
}

/* line 933, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-people-carry:before {
  content: "\f4ce";
}

/* line 934, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-pepper-hot:before {
  content: "\f816";
}

/* line 935, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-perbyte:before {
  content: "\e083";
}

/* line 936, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 937, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-percentage:before {
  content: "\f541";
}

/* line 938, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-periscope:before {
  content: "\f3da";
}

/* line 939, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-person-booth:before {
  content: "\f756";
}

/* line 940, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-phabricator:before {
  content: "\f3db";
}

/* line 941, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-phoenix-framework:before {
  content: "\f3dc";
}

/* line 942, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-phoenix-squadron:before {
  content: "\f511";
}

/* line 943, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 944, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-phone-alt:before {
  content: "\f879";
}

/* line 945, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-phone-slash:before {
  content: "\f3dd";
}

/* line 946, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 947, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-phone-square-alt:before {
  content: "\f87b";
}

/* line 948, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-phone-volume:before {
  content: "\f2a0";
}

/* line 949, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-photo-video:before {
  content: "\f87c";
}

/* line 950, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-php:before {
  content: "\f457";
}

/* line 951, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 952, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 953, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-pied-piper-hat:before {
  content: "\f4e5";
}

/* line 954, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 955, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-pied-piper-square:before {
  content: "\e01e";
}

/* line 956, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-piggy-bank:before {
  content: "\f4d3";
}

/* line 957, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-pills:before {
  content: "\f484";
}

/* line 958, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 959, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 960, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 961, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-pizza-slice:before {
  content: "\f818";
}

/* line 962, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-place-of-worship:before {
  content: "\f67f";
}

/* line 963, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 964, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-plane-arrival:before {
  content: "\f5af";
}

/* line 965, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-plane-departure:before {
  content: "\f5b0";
}

/* line 966, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-plane-slash:before {
  content: "\e069";
}

/* line 967, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 968, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 969, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-playstation:before {
  content: "\f3df";
}

/* line 970, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 971, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 972, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 973, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 974, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 975, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-poll:before {
  content: "\f681";
}

/* line 976, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-poll-h:before {
  content: "\f682";
}

/* line 977, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-poo:before {
  content: "\f2fe";
}

/* line 978, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-poo-storm:before {
  content: "\f75a";
}

/* line 979, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-poop:before {
  content: "\f619";
}

/* line 980, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-portrait:before {
  content: "\f3e0";
}

/* line 981, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-pound-sign:before {
  content: "\f154";
}

/* line 982, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 983, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-pray:before {
  content: "\f683";
}

/* line 984, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-praying-hands:before {
  content: "\f684";
}

/* line 985, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-prescription:before {
  content: "\f5b1";
}

/* line 986, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-prescription-bottle:before {
  content: "\f485";
}

/* line 987, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-prescription-bottle-alt:before {
  content: "\f486";
}

/* line 988, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 989, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-procedures:before {
  content: "\f487";
}

/* line 990, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 991, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-project-diagram:before {
  content: "\f542";
}

/* line 992, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-pump-medical:before {
  content: "\e06a";
}

/* line 993, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-pump-soap:before {
  content: "\e06b";
}

/* line 994, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-pushed:before {
  content: "\f3e1";
}

/* line 995, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 996, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-python:before {
  content: "\f3e2";
}

/* line 997, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 998, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 999, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-question:before {
  content: "\f128";
}

/* line 1000, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 1001, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-quidditch:before {
  content: "\f458";
}

/* line 1002, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-quinscape:before {
  content: "\f459";
}

/* line 1003, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-quora:before {
  content: "\f2c4";
}

/* line 1004, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 1005, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 1006, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-quran:before {
  content: "\f687";
}

/* line 1007, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-r-project:before {
  content: "\f4f7";
}

/* line 1008, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-radiation:before {
  content: "\f7b9";
}

/* line 1009, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-radiation-alt:before {
  content: "\f7ba";
}

/* line 1010, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-rainbow:before {
  content: "\f75b";
}

/* line 1011, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-random:before {
  content: "\f074";
}

/* line 1012, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-raspberry-pi:before {
  content: "\f7bb";
}

/* line 1013, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 1014, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-react:before {
  content: "\f41b";
}

/* line 1015, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-reacteurope:before {
  content: "\f75d";
}

/* line 1016, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-readme:before {
  content: "\f4d5";
}

/* line 1017, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1018, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-receipt:before {
  content: "\f543";
}

/* line 1019, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-record-vinyl:before {
  content: "\f8d9";
}

/* line 1020, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1021, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-red-river:before {
  content: "\f3e3";
}

/* line 1022, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1023, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 1024, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1025, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-redhat:before {
  content: "\f7bc";
}

/* line 1026, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-redo:before {
  content: "\f01e";
}

/* line 1027, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-redo-alt:before {
  content: "\f2f9";
}

/* line 1028, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 1029, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-remove-format:before {
  content: "\f87d";
}

/* line 1030, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 1031, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-reply:before {
  content: "\f3e5";
}

/* line 1032, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-reply-all:before {
  content: "\f122";
}

/* line 1033, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-replyd:before {
  content: "\f3e6";
}

/* line 1034, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-republican:before {
  content: "\f75e";
}

/* line 1035, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-researchgate:before {
  content: "\f4f8";
}

/* line 1036, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-resolving:before {
  content: "\f3e7";
}

/* line 1037, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-restroom:before {
  content: "\f7bd";
}

/* line 1038, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 1039, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-rev:before {
  content: "\f5b2";
}

/* line 1040, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-ribbon:before {
  content: "\f4d6";
}

/* line 1041, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-ring:before {
  content: "\f70b";
}

/* line 1042, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-road:before {
  content: "\f018";
}

/* line 1043, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-robot:before {
  content: "\f544";
}

/* line 1044, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 1045, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-rocketchat:before {
  content: "\f3e8";
}

/* line 1046, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-rockrms:before {
  content: "\f3e9";
}

/* line 1047, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-route:before {
  content: "\f4d7";
}

/* line 1048, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 1049, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1050, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-ruble-sign:before {
  content: "\f158";
}

/* line 1051, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-ruler:before {
  content: "\f545";
}

/* line 1052, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-ruler-combined:before {
  content: "\f546";
}

/* line 1053, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-ruler-horizontal:before {
  content: "\f547";
}

/* line 1054, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-ruler-vertical:before {
  content: "\f548";
}

/* line 1055, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-running:before {
  content: "\f70c";
}

/* line 1056, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-rupee-sign:before {
  content: "\f156";
}

/* line 1057, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-rust:before {
  content: "\e07a";
}

/* line 1058, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-sad-cry:before {
  content: "\f5b3";
}

/* line 1059, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-sad-tear:before {
  content: "\f5b4";
}

/* line 1060, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 1061, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-salesforce:before {
  content: "\f83b";
}

/* line 1062, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-sass:before {
  content: "\f41e";
}

/* line 1063, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-satellite:before {
  content: "\f7bf";
}

/* line 1064, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-satellite-dish:before {
  content: "\f7c0";
}

/* line 1065, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-save:before {
  content: "\f0c7";
}

/* line 1066, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-schlix:before {
  content: "\f3ea";
}

/* line 1067, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-school:before {
  content: "\f549";
}

/* line 1068, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-screwdriver:before {
  content: "\f54a";
}

/* line 1069, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 1070, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-scroll:before {
  content: "\f70e";
}

/* line 1071, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-sd-card:before {
  content: "\f7c2";
}

/* line 1072, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-search:before {
  content: "\f002";
}

/* line 1073, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-search-dollar:before {
  content: "\f688";
}

/* line 1074, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-search-location:before {
  content: "\f689";
}

/* line 1075, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 1076, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 1077, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-searchengin:before {
  content: "\f3eb";
}

/* line 1078, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-seedling:before {
  content: "\f4d8";
}

/* line 1079, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-sellcast:before {
  content: "\f2da";
}

/* line 1080, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1081, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-server:before {
  content: "\f233";
}

/* line 1082, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-servicestack:before {
  content: "\f3ec";
}

/* line 1083, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-shapes:before {
  content: "\f61f";
}

/* line 1084, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-share:before {
  content: "\f064";
}

/* line 1085, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1086, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1087, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1088, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-shekel-sign:before {
  content: "\f20b";
}

/* line 1089, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-shield-alt:before {
  content: "\f3ed";
}

/* line 1090, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-shield-virus:before {
  content: "\e06c";
}

/* line 1091, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 1092, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-shipping-fast:before {
  content: "\f48b";
}

/* line 1093, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1094, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-shoe-prints:before {
  content: "\f54b";
}

/* line 1095, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-shopify:before {
  content: "\e057";
}

/* line 1096, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 1097, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 1098, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 1099, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-shopware:before {
  content: "\f5b5";
}

/* line 1100, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-shower:before {
  content: "\f2cc";
}

/* line 1101, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-shuttle-van:before {
  content: "\f5b6";
}

/* line 1102, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-sign:before {
  content: "\f4d9";
}

/* line 1103, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-sign-in-alt:before {
  content: "\f2f6";
}

/* line 1104, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 1105, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-sign-out-alt:before {
  content: "\f2f5";
}

/* line 1106, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 1107, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-signature:before {
  content: "\f5b7";
}

/* line 1108, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-sim-card:before {
  content: "\f7c4";
}

/* line 1109, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1110, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-sink:before {
  content: "\e06d";
}

/* line 1111, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-sistrix:before {
  content: "\f3ee";
}

/* line 1112, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 1113, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-sith:before {
  content: "\f512";
}

/* line 1114, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-skating:before {
  content: "\f7c5";
}

/* line 1115, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-sketch:before {
  content: "\f7c6";
}

/* line 1116, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-skiing:before {
  content: "\f7c9";
}

/* line 1117, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-skiing-nordic:before {
  content: "\f7ca";
}

/* line 1118, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-skull:before {
  content: "\f54c";
}

/* line 1119, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-skull-crossbones:before {
  content: "\f714";
}

/* line 1120, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1121, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 1122, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 1123, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-slack-hash:before {
  content: "\f3ef";
}

/* line 1124, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-slash:before {
  content: "\f715";
}

/* line 1125, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-sleigh:before {
  content: "\f7cc";
}

/* line 1126, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-sliders-h:before {
  content: "\f1de";
}

/* line 1127, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1128, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-smile:before {
  content: "\f118";
}

/* line 1129, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-smile-beam:before {
  content: "\f5b8";
}

/* line 1130, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-smile-wink:before {
  content: "\f4da";
}

/* line 1131, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-smog:before {
  content: "\f75f";
}

/* line 1132, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-smoking:before {
  content: "\f48d";
}

/* line 1133, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-smoking-ban:before {
  content: "\f54d";
}

/* line 1134, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-sms:before {
  content: "\f7cd";
}

/* line 1135, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 1136, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 1137, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 1138, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-snowboarding:before {
  content: "\f7ce";
}

/* line 1139, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-snowflake:before {
  content: "\f2dc";
}

/* line 1140, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-snowman:before {
  content: "\f7d0";
}

/* line 1141, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-snowplow:before {
  content: "\f7d2";
}

/* line 1142, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-soap:before {
  content: "\e06e";
}

/* line 1143, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-socks:before {
  content: "\f696";
}

/* line 1144, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-solar-panel:before {
  content: "\f5ba";
}

/* line 1145, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-sort:before {
  content: "\f0dc";
}

/* line 1146, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-sort-alpha-down:before {
  content: "\f15d";
}

/* line 1147, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

/* line 1148, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-sort-alpha-up:before {
  content: "\f15e";
}

/* line 1149, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

/* line 1150, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-sort-amount-down:before {
  content: "\f160";
}

/* line 1151, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-sort-amount-down-alt:before {
  content: "\f884";
}

/* line 1152, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-sort-amount-up:before {
  content: "\f161";
}

/* line 1153, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-sort-amount-up-alt:before {
  content: "\f885";
}

/* line 1154, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-sort-down:before {
  content: "\f0dd";
}

/* line 1155, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-sort-numeric-down:before {
  content: "\f162";
}

/* line 1156, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

/* line 1157, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-sort-numeric-up:before {
  content: "\f163";
}

/* line 1158, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

/* line 1159, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-sort-up:before {
  content: "\f0de";
}

/* line 1160, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1161, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-sourcetree:before {
  content: "\f7d3";
}

/* line 1162, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-spa:before {
  content: "\f5bb";
}

/* line 1163, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1164, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-speakap:before {
  content: "\f3f3";
}

/* line 1165, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-speaker-deck:before {
  content: "\f83c";
}

/* line 1166, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-spell-check:before {
  content: "\f891";
}

/* line 1167, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-spider:before {
  content: "\f717";
}

/* line 1168, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 1169, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-splotch:before {
  content: "\f5bc";
}

/* line 1170, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1171, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-spray-can:before {
  content: "\f5bd";
}

/* line 1172, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 1173, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-square-full:before {
  content: "\f45c";
}

/* line 1174, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-square-root-alt:before {
  content: "\f698";
}

/* line 1175, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-squarespace:before {
  content: "\f5be";
}

/* line 1176, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1177, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1178, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-stackpath:before {
  content: "\f842";
}

/* line 1179, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-stamp:before {
  content: "\f5bf";
}

/* line 1180, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-star:before {
  content: "\f005";
}

/* line 1181, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-star-and-crescent:before {
  content: "\f699";
}

/* line 1182, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 1183, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-star-half-alt:before {
  content: "\f5c0";
}

/* line 1184, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-star-of-david:before {
  content: "\f69a";
}

/* line 1185, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-star-of-life:before {
  content: "\f621";
}

/* line 1186, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-staylinked:before {
  content: "\f3f5";
}

/* line 1187, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1188, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1189, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-steam-symbol:before {
  content: "\f3f6";
}

/* line 1190, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 1191, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 1192, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 1193, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-sticker-mule:before {
  content: "\f3f7";
}

/* line 1194, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1195, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 1196, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 1197, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-stopwatch:before {
  content: "\f2f2";
}

/* line 1198, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-stopwatch-20:before {
  content: "\e06f";
}

/* line 1199, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-store:before {
  content: "\f54e";
}

/* line 1200, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-store-alt:before {
  content: "\f54f";
}

/* line 1201, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-store-alt-slash:before {
  content: "\e070";
}

/* line 1202, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-store-slash:before {
  content: "\e071";
}

/* line 1203, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-strava:before {
  content: "\f428";
}

/* line 1204, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-stream:before {
  content: "\f550";
}

/* line 1205, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1206, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 1207, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-stripe:before {
  content: "\f429";
}

/* line 1208, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-stripe-s:before {
  content: "\f42a";
}

/* line 1209, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-stroopwafel:before {
  content: "\f551";
}

/* line 1210, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-studiovinari:before {
  content: "\f3f8";
}

/* line 1211, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1212, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1213, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1214, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 1215, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 1216, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-suitcase-rolling:before {
  content: "\f5c1";
}

/* line 1217, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-sun:before {
  content: "\f185";
}

/* line 1218, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 1219, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1220, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-supple:before {
  content: "\f3f9";
}

/* line 1221, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-surprise:before {
  content: "\f5c2";
}

/* line 1222, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-suse:before {
  content: "\f7d6";
}

/* line 1223, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-swatchbook:before {
  content: "\f5c3";
}

/* line 1224, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-swift:before {
  content: "\f8e1";
}

/* line 1225, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-swimmer:before {
  content: "\f5c4";
}

/* line 1226, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-swimming-pool:before {
  content: "\f5c5";
}

/* line 1227, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-symfony:before {
  content: "\f83d";
}

/* line 1228, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-synagogue:before {
  content: "\f69b";
}

/* line 1229, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-sync:before {
  content: "\f021";
}

/* line 1230, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-sync-alt:before {
  content: "\f2f1";
}

/* line 1231, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-syringe:before {
  content: "\f48e";
}

/* line 1232, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 1233, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-table-tennis:before {
  content: "\f45d";
}

/* line 1234, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 1235, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-tablet-alt:before {
  content: "\f3fa";
}

/* line 1236, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-tablets:before {
  content: "\f490";
}

/* line 1237, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-tachometer-alt:before {
  content: "\f3fd";
}

/* line 1238, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 1239, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 1240, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-tape:before {
  content: "\f4db";
}

/* line 1241, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 1242, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1243, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-teamspeak:before {
  content: "\f4f9";
}

/* line 1244, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-teeth:before {
  content: "\f62e";
}

/* line 1245, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-teeth-open:before {
  content: "\f62f";
}

/* line 1246, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 1247, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-telegram-plane:before {
  content: "\f3fe";
}

/* line 1248, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-temperature-high:before {
  content: "\f769";
}

/* line 1249, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-temperature-low:before {
  content: "\f76b";
}

/* line 1250, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1251, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-tenge:before {
  content: "\f7d7";
}

/* line 1252, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 1253, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 1254, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 1255, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 1256, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 1257, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 1258, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-the-red-yeti:before {
  content: "\f69d";
}

/* line 1259, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-theater-masks:before {
  content: "\f630";
}

/* line 1260, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-themeco:before {
  content: "\f5c6";
}

/* line 1261, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 1262, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-thermometer:before {
  content: "\f491";
}

/* line 1263, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 1264, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 1265, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 1266, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 1267, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 1268, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-think-peaks:before {
  content: "\f731";
}

/* line 1269, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1270, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1271, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-thumbtack:before {
  content: "\f08d";
}

/* line 1272, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-ticket-alt:before {
  content: "\f3ff";
}

/* line 1273, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-tiktok:before {
  content: "\e07b";
}

/* line 1274, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-times:before {
  content: "\f00d";
}

/* line 1275, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 1276, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 1277, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-tint-slash:before {
  content: "\f5c7";
}

/* line 1278, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-tired:before {
  content: "\f5c8";
}

/* line 1279, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1280, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1281, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-toilet:before {
  content: "\f7d8";
}

/* line 1282, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-toilet-paper:before {
  content: "\f71e";
}

/* line 1283, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-toilet-paper-slash:before {
  content: "\e072";
}

/* line 1284, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-toolbox:before {
  content: "\f552";
}

/* line 1285, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-tools:before {
  content: "\f7d9";
}

/* line 1286, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-tooth:before {
  content: "\f5c9";
}

/* line 1287, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-torah:before {
  content: "\f6a0";
}

/* line 1288, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-torii-gate:before {
  content: "\f6a1";
}

/* line 1289, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-tractor:before {
  content: "\f722";
}

/* line 1290, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-trade-federation:before {
  content: "\f513";
}

/* line 1291, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1292, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-traffic-light:before {
  content: "\f637";
}

/* line 1293, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-trailer:before {
  content: "\e041";
}

/* line 1294, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-train:before {
  content: "\f238";
}

/* line 1295, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-tram:before {
  content: "\f7da";
}

/* line 1296, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-transgender:before {
  content: "\f224";
}

/* line 1297, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1298, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1299, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-trash-alt:before {
  content: "\f2ed";
}

/* line 1300, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-trash-restore:before {
  content: "\f829";
}

/* line 1301, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-trash-restore-alt:before {
  content: "\f82a";
}

/* line 1302, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1303, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 1304, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1305, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 1306, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 1307, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-truck-loading:before {
  content: "\f4de";
}

/* line 1308, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-truck-monster:before {
  content: "\f63b";
}

/* line 1309, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-truck-moving:before {
  content: "\f4df";
}

/* line 1310, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-truck-pickup:before {
  content: "\f63c";
}

/* line 1311, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-tshirt:before {
  content: "\f553";
}

/* line 1312, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1313, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1314, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1315, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-tv:before {
  content: "\f26c";
}

/* line 1316, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1317, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 1318, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 1319, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-typo3:before {
  content: "\f42b";
}

/* line 1320, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-uber:before {
  content: "\f402";
}

/* line 1321, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-ubuntu:before {
  content: "\f7df";
}

/* line 1322, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-uikit:before {
  content: "\f403";
}

/* line 1323, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-umbraco:before {
  content: "\f8e8";
}

/* line 1324, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 1325, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-umbrella-beach:before {
  content: "\f5ca";
}

/* line 1326, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-uncharted:before {
  content: "\e084";
}

/* line 1327, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 1328, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-undo:before {
  content: "\f0e2";
}

/* line 1329, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-undo-alt:before {
  content: "\f2ea";
}

/* line 1330, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-uniregistry:before {
  content: "\f404";
}

/* line 1331, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-unity:before {
  content: "\e049";
}

/* line 1332, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 1333, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-university:before {
  content: "\f19c";
}

/* line 1334, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-unlink:before {
  content: "\f127";
}

/* line 1335, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 1336, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1337, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-unsplash:before {
  content: "\e07c";
}

/* line 1338, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-untappd:before {
  content: "\f405";
}

/* line 1339, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 1340, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-ups:before {
  content: "\f7e0";
}

/* line 1341, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 1342, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-user:before {
  content: "\f007";
}

/* line 1343, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-user-alt:before {
  content: "\f406";
}

/* line 1344, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-user-alt-slash:before {
  content: "\f4fa";
}

/* line 1345, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-user-astronaut:before {
  content: "\f4fb";
}

/* line 1346, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-user-check:before {
  content: "\f4fc";
}

/* line 1347, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 1348, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-user-clock:before {
  content: "\f4fd";
}

/* line 1349, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-user-cog:before {
  content: "\f4fe";
}

/* line 1350, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-user-edit:before {
  content: "\f4ff";
}

/* line 1351, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-user-friends:before {
  content: "\f500";
}

/* line 1352, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-user-graduate:before {
  content: "\f501";
}

/* line 1353, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-user-injured:before {
  content: "\f728";
}

/* line 1354, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-user-lock:before {
  content: "\f502";
}

/* line 1355, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 1356, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-user-minus:before {
  content: "\f503";
}

/* line 1357, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-user-ninja:before {
  content: "\f504";
}

/* line 1358, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-user-nurse:before {
  content: "\f82f";
}

/* line 1359, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1360, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1361, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-user-shield:before {
  content: "\f505";
}

/* line 1362, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-user-slash:before {
  content: "\f506";
}

/* line 1363, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-user-tag:before {
  content: "\f507";
}

/* line 1364, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-user-tie:before {
  content: "\f508";
}

/* line 1365, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 1366, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-users:before {
  content: "\f0c0";
}

/* line 1367, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-users-cog:before {
  content: "\f509";
}

/* line 1368, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-users-slash:before {
  content: "\e073";
}

/* line 1369, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-usps:before {
  content: "\f7e1";
}

/* line 1370, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-ussunnah:before {
  content: "\f407";
}

/* line 1371, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-utensil-spoon:before {
  content: "\f2e5";
}

/* line 1372, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-utensils:before {
  content: "\f2e7";
}

/* line 1373, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-vaadin:before {
  content: "\f408";
}

/* line 1374, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-vector-square:before {
  content: "\f5cb";
}

/* line 1375, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 1376, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1377, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1378, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-vest:before {
  content: "\e085";
}

/* line 1379, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-vest-patches:before {
  content: "\e086";
}

/* line 1380, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1381, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 1382, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 1383, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-vial:before {
  content: "\f492";
}

/* line 1384, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-vials:before {
  content: "\f493";
}

/* line 1385, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-viber:before {
  content: "\f409";
}

/* line 1386, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-video:before {
  content: "\f03d";
}

/* line 1387, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-video-slash:before {
  content: "\f4e2";
}

/* line 1388, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-vihara:before {
  content: "\f6a7";
}

/* line 1389, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-vimeo:before {
  content: "\f40a";
}

/* line 1390, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1391, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-vimeo-v:before {
  content: "\f27d";
}

/* line 1392, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1393, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-virus:before {
  content: "\e074";
}

/* line 1394, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-virus-slash:before {
  content: "\e075";
}

/* line 1395, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-viruses:before {
  content: "\e076";
}

/* line 1396, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 1397, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-vnv:before {
  content: "\f40b";
}

/* line 1398, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-voicemail:before {
  content: "\f897";
}

/* line 1399, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-volleyball-ball:before {
  content: "\f45f";
}

/* line 1400, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 1401, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-volume-mute:before {
  content: "\f6a9";
}

/* line 1402, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 1403, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 1404, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-vote-yea:before {
  content: "\f772";
}

/* line 1405, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-vr-cardboard:before {
  content: "\f729";
}

/* line 1406, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-vuejs:before {
  content: "\f41f";
}

/* line 1407, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-walking:before {
  content: "\f554";
}

/* line 1408, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-wallet:before {
  content: "\f555";
}

/* line 1409, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-warehouse:before {
  content: "\f494";
}

/* line 1410, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-watchman-monitoring:before {
  content: "\e087";
}

/* line 1411, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-water:before {
  content: "\f773";
}

/* line 1412, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-wave-square:before {
  content: "\f83e";
}

/* line 1413, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-waze:before {
  content: "\f83f";
}

/* line 1414, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-weebly:before {
  content: "\f5cc";
}

/* line 1415, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1416, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-weight:before {
  content: "\f496";
}

/* line 1417, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-weight-hanging:before {
  content: "\f5cd";
}

/* line 1418, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1419, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1420, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-whatsapp-square:before {
  content: "\f40c";
}

/* line 1421, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1422, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-whmcs:before {
  content: "\f40d";
}

/* line 1423, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1424, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1425, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-wind:before {
  content: "\f72e";
}

/* line 1426, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-window-close:before {
  content: "\f410";
}

/* line 1427, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 1428, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 1429, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 1430, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 1431, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-wine-bottle:before {
  content: "\f72f";
}

/* line 1432, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-wine-glass:before {
  content: "\f4e3";
}

/* line 1433, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-wine-glass-alt:before {
  content: "\f5ce";
}

/* line 1434, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-wix:before {
  content: "\f5cf";
}

/* line 1435, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-wizards-of-the-coast:before {
  content: "\f730";
}

/* line 1436, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-wodu:before {
  content: "\e088";
}

/* line 1437, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-wolf-pack-battalion:before {
  content: "\f514";
}

/* line 1438, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-won-sign:before {
  content: "\f159";
}

/* line 1439, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1440, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-wordpress-simple:before {
  content: "\f411";
}

/* line 1441, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 1442, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 1443, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 1444, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-wpressr:before {
  content: "\f3e4";
}

/* line 1445, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 1446, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-x-ray:before {
  content: "\f497";
}

/* line 1447, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-xbox:before {
  content: "\f412";
}

/* line 1448, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 1449, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1450, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1451, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1452, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-yammer:before {
  content: "\f840";
}

/* line 1453, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-yandex:before {
  content: "\f413";
}

/* line 1454, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-yandex-international:before {
  content: "\f414";
}

/* line 1455, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-yarn:before {
  content: "\f7e3";
}

/* line 1456, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1457, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-yen-sign:before {
  content: "\f157";
}

/* line 1458, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-yin-yang:before {
  content: "\f6ad";
}

/* line 1459, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 1460, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 1461, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-youtube-square:before {
  content: "\f431";
}

/* line 1462, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_icons.scss */
.fa-zhihu:before {
  content: "\f63f";
}

/* line 4, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_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 47, ../../../../assets/sass/lego/fonts/awesome/stylesheets/_mixins.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
