/*!
 * Font Awesome Free 5.11.2 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, sass/fontawesome/_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, sass/fontawesome/_larger.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 10, sass/fontawesome/_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, sass/fontawesome/_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, sass/fontawesome/_stacked.scss */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

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

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

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

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

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

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

/* line 7, sass/fontawesome/_icons.scss */
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

/* line 8, sass/fontawesome/_icons.scss */
.fa-ad:before {
  content: "\f641";
}

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

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

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

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

/* line 13, sass/fontawesome/_icons.scss */
.fa-adobe:before {
  content: "\f778";
}

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

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

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

/* line 17, sass/fontawesome/_icons.scss */
.fa-airbnb:before {
  content: "\f834";
}

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

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

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

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

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

/* line 23, sass/fontawesome/_icons.scss */
.fa-alipay:before {
  content: "\f642";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 44, sass/fontawesome/_icons.scss */
.fa-ankh:before {
  content: "\f644";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 68, sass/fontawesome/_icons.scss */
.fa-artstation:before {
  content: "\f77a";
}

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

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

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

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

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

/* line 74, sass/fontawesome/_icons.scss */
.fa-atlassian:before {
  content: "\f77b";
}

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

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

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

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

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

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

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

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

/* line 83, sass/fontawesome/_icons.scss */
.fa-baby:before {
  content: "\f77c";
}

/* line 84, sass/fontawesome/_icons.scss */
.fa-baby-carriage:before {
  content: "\f77d";
}

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

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

/* line 87, sass/fontawesome/_icons.scss */
.fa-bacon:before {
  content: "\f7e5";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 104, sass/fontawesome/_icons.scss */
.fa-battle-net:before {
  content: "\f835";
}

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

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

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

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

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

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

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

/* line 112, sass/fontawesome/_icons.scss */
.fa-bible:before {
  content: "\f647";
}

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

/* line 114, sass/fontawesome/_icons.scss */
.fa-biking:before {
  content: "\f84a";
}

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

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

/* line 117, sass/fontawesome/_icons.scss */
.fa-biohazard:before {
  content: "\f780";
}

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

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

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

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

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

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

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

/* line 125, sass/fontawesome/_icons.scss */
.fa-blender-phone:before {
  content: "\f6b6";
}

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

/* line 127, sass/fontawesome/_icons.scss */
.fa-blog:before {
  content: "\f781";
}

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

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

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

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

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

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

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

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

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

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

/* line 138, sass/fontawesome/_icons.scss */
.fa-book-dead:before {
  content: "\f6b7";
}

/* line 139, sass/fontawesome/_icons.scss */
.fa-book-medical:before {
  content: "\f7e6";
}

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

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

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

/* line 143, sass/fontawesome/_icons.scss */
.fa-bootstrap:before {
  content: "\f836";
}

/* line 144, sass/fontawesome/_icons.scss */
.fa-border-all:before {
  content: "\f84c";
}

/* line 145, sass/fontawesome/_icons.scss */
.fa-border-none:before {
  content: "\f850";
}

/* line 146, sass/fontawesome/_icons.scss */
.fa-border-style:before {
  content: "\f853";
}

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

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

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

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

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

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

/* line 153, sass/fontawesome/_icons.scss */
.fa-bread-slice:before {
  content: "\f7ec";
}

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

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

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

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

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

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

/* line 160, sass/fontawesome/_icons.scss */
.fa-buffer:before {
  content: "\f837";
}

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

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

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

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

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

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

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

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

/* line 169, sass/fontawesome/_icons.scss */
.fa-business-time:before {
  content: "\f64a";
}

/* line 170, sass/fontawesome/_icons.scss */
.fa-buy-n-large:before {
  content: "\f8a6";
}

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

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

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

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

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

/* line 176, sass/fontawesome/_icons.scss */
.fa-calendar-day:before {
  content: "\f783";
}

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

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

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

/* line 180, sass/fontawesome/_icons.scss */
.fa-calendar-week:before {
  content: "\f784";
}

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

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

/* line 183, sass/fontawesome/_icons.scss */
.fa-campground:before {
  content: "\f6bb";
}

/* line 184, sass/fontawesome/_icons.scss */
.fa-canadian-maple-leaf:before {
  content: "\f785";
}

/* line 185, sass/fontawesome/_icons.scss */
.fa-candy-cane:before {
  content: "\f786";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 201, sass/fontawesome/_icons.scss */
.fa-carrot:before {
  content: "\f787";
}

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

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

/* line 204, sass/fontawesome/_icons.scss */
.fa-cash-register:before {
  content: "\f788";
}

/* line 205, sass/fontawesome/_icons.scss */
.fa-cat:before {
  content: "\f6be";
}

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

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

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

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

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

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

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

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

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

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

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

/* line 217, sass/fontawesome/_icons.scss */
.fa-centos:before {
  content: "\f789";
}

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

/* line 219, sass/fontawesome/_icons.scss */
.fa-chair:before {
  content: "\f6c0";
}

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

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

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

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

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

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

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

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

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

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

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

/* line 231, sass/fontawesome/_icons.scss */
.fa-cheese:before {
  content: "\f7ef";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 250, sass/fontawesome/_icons.scss */
.fa-chromecast:before {
  content: "\f838";
}

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

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

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

/* line 254, sass/fontawesome/_icons.scss */
.fa-city:before {
  content: "\f64f";
}

/* line 255, sass/fontawesome/_icons.scss */
.fa-clinic-medical:before {
  content: "\f7f2";
}

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

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

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

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

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

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

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

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

/* line 264, sass/fontawesome/_icons.scss */
.fa-cloud-meatball:before {
  content: "\f73b";
}

/* line 265, sass/fontawesome/_icons.scss */
.fa-cloud-moon:before {
  content: "\f6c3";
}

/* line 266, sass/fontawesome/_icons.scss */
.fa-cloud-moon-rain:before {
  content: "\f73c";
}

/* line 267, sass/fontawesome/_icons.scss */
.fa-cloud-rain:before {
  content: "\f73d";
}

/* line 268, sass/fontawesome/_icons.scss */
.fa-cloud-showers-heavy:before {
  content: "\f740";
}

/* line 269, sass/fontawesome/_icons.scss */
.fa-cloud-sun:before {
  content: "\f6c4";
}

/* line 270, sass/fontawesome/_icons.scss */
.fa-cloud-sun-rain:before {
  content: "\f743";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 287, sass/fontawesome/_icons.scss */
.fa-comment-dollar:before {
  content: "\f651";
}

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

/* line 289, sass/fontawesome/_icons.scss */
.fa-comment-medical:before {
  content: "\f7f5";
}

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

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

/* line 292, sass/fontawesome/_icons.scss */
.fa-comments-dollar:before {
  content: "\f653";
}

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

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

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

/* line 296, sass/fontawesome/_icons.scss */
.fa-compress-arrows-alt:before {
  content: "\f78c";
}

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

/* line 298, sass/fontawesome/_icons.scss */
.fa-confluence:before {
  content: "\f78d";
}

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

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

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

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

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

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

/* line 305, sass/fontawesome/_icons.scss */
.fa-cotton-bureau:before {
  content: "\f89e";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 323, sass/fontawesome/_icons.scss */
.fa-critical-role:before {
  content: "\f6c9";
}

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

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

/* line 326, sass/fontawesome/_icons.scss */
.fa-cross:before {
  content: "\f654";
}

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

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

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

/* line 330, sass/fontawesome/_icons.scss */
.fa-crutch:before {
  content: "\f7f7";
}

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

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

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

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

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

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

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

/* line 338, sass/fontawesome/_icons.scss */
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

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

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

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

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

/* line 343, sass/fontawesome/_icons.scss */
.fa-democrat:before {
  content: "\f747";
}

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

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

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

/* line 347, sass/fontawesome/_icons.scss */
.fa-dev:before {
  content: "\f6cc";
}

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

/* line 349, sass/fontawesome/_icons.scss */
.fa-dharmachakra:before {
  content: "\f655";
}

/* line 350, sass/fontawesome/_icons.scss */
.fa-dhl:before {
  content: "\f790";
}

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

/* line 352, sass/fontawesome/_icons.scss */
.fa-diaspora:before {
  content: "\f791";
}

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

/* line 354, sass/fontawesome/_icons.scss */
.fa-dice-d20:before {
  content: "\f6cf";
}

/* line 355, sass/fontawesome/_icons.scss */
.fa-dice-d6:before {
  content: "\f6d1";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 373, sass/fontawesome/_icons.scss */
.fa-dog:before {
  content: "\f6d3";
}

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

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

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

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

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

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

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

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

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

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

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

/* line 385, sass/fontawesome/_icons.scss */
.fa-dragon:before {
  content: "\f6d5";
}

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

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

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

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

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

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

/* line 392, sass/fontawesome/_icons.scss */
.fa-drumstick-bite:before {
  content: "\f6d7";
}

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

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

/* line 395, sass/fontawesome/_icons.scss */
.fa-dumpster:before {
  content: "\f793";
}

/* line 396, sass/fontawesome/_icons.scss */
.fa-dumpster-fire:before {
  content: "\f794";
}

/* line 397, sass/fontawesome/_icons.scss */
.fa-dungeon:before {
  content: "\f6d9";
}

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

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

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

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

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

/* line 403, sass/fontawesome/_icons.scss */
.fa-egg:before {
  content: "\f7fb";
}

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

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

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

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

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

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

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

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

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

/* line 413, sass/fontawesome/_icons.scss */
.fa-envelope-open-text:before {
  content: "\f658";
}

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

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

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

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

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

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

/* line 420, sass/fontawesome/_icons.scss */
.fa-ethernet:before {
  content: "\f796";
}

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

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

/* line 423, sass/fontawesome/_icons.scss */
.fa-evernote:before {
  content: "\f839";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 440, sass/fontawesome/_icons.scss */
.fa-fan:before {
  content: "\f863";
}

/* line 441, sass/fontawesome/_icons.scss */
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

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

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

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

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

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

/* line 447, sass/fontawesome/_icons.scss */
.fa-fedex:before {
  content: "\f797";
}

/* line 448, sass/fontawesome/_icons.scss */
.fa-fedora:before {
  content: "\f798";
}

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

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

/* line 451, sass/fontawesome/_icons.scss */
.fa-figma:before {
  content: "\f799";
}

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

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

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

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

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

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

/* line 458, sass/fontawesome/_icons.scss */
.fa-file-csv:before {
  content: "\f6dd";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 481, sass/fontawesome/_icons.scss */
.fa-fire-alt:before {
  content: "\f7e4";
}

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

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

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

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

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

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

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

/* line 489, sass/fontawesome/_icons.scss */
.fa-fist-raised:before {
  content: "\f6de";
}

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

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

/* line 492, sass/fontawesome/_icons.scss */
.fa-flag-usa:before {
  content: "\f74d";
}

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

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

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

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

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

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

/* line 499, sass/fontawesome/_icons.scss */
.fa-folder-minus:before {
  content: "\f65d";
}

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

/* line 501, sass/fontawesome/_icons.scss */
.fa-folder-plus:before {
  content: "\f65e";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 521, sass/fontawesome/_icons.scss */
.fa-funnel-dollar:before {
  content: "\f662";
}

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

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

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

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

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

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

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

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

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

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

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

/* line 533, sass/fontawesome/_icons.scss */
.fa-ghost:before {
  content: "\f6e2";
}

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

/* line 535, sass/fontawesome/_icons.scss */
.fa-gifts:before {
  content: "\f79c";
}

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

/* line 537, sass/fontawesome/_icons.scss */
.fa-git-alt:before {
  content: "\f841";
}

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

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

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

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

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

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

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

/* line 545, sass/fontawesome/_icons.scss */
.fa-glass-cheers:before {
  content: "\f79f";
}

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

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

/* line 548, sass/fontawesome/_icons.scss */
.fa-glass-whiskey:before {
  content: "\f7a0";
}

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

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

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

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

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

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

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

/* line 556, sass/fontawesome/_icons.scss */
.fa-globe-europe:before {
  content: "\f7a2";
}

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

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

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

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

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

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

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

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

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

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

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

/* line 568, sass/fontawesome/_icons.scss */
.fa-gopuram:before {
  content: "\f664";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 589, sass/fontawesome/_icons.scss */
.fa-grip-lines:before {
  content: "\f7a4";
}

/* line 590, sass/fontawesome/_icons.scss */
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

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

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

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

/* line 594, sass/fontawesome/_icons.scss */
.fa-guitar:before {
  content: "\f7a6";
}

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

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

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

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

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

/* line 600, sass/fontawesome/_icons.scss */
.fa-hamburger:before {
  content: "\f805";
}

/* line 601, sass/fontawesome/_icons.scss */
.fa-hammer:before {
  content: "\f6e3";
}

/* line 602, sass/fontawesome/_icons.scss */
.fa-hamsa:before {
  content: "\f665";
}

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

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

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

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

/* line 607, sass/fontawesome/_icons.scss */
.fa-hand-middle-finger:before {
  content: "\f806";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 621, sass/fontawesome/_icons.scss */
.fa-hanukiah:before {
  content: "\f6e6";
}

/* line 622, sass/fontawesome/_icons.scss */
.fa-hard-hat:before {
  content: "\f807";
}

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

/* line 624, sass/fontawesome/_icons.scss */
.fa-hat-cowboy:before {
  content: "\f8c0";
}

/* line 625, sass/fontawesome/_icons.scss */
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

/* line 626, sass/fontawesome/_icons.scss */
.fa-hat-wizard:before {
  content: "\f6e8";
}

/* line 627, sass/fontawesome/_icons.scss */
.fa-haykal:before {
  content: "\f666";
}

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

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

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

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

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

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

/* line 634, sass/fontawesome/_icons.scss */
.fa-heart-broken:before {
  content: "\f7a9";
}

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

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

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

/* line 638, sass/fontawesome/_icons.scss */
.fa-hiking:before {
  content: "\f6ec";
}

/* line 639, sass/fontawesome/_icons.scss */
.fa-hippo:before {
  content: "\f6ed";
}

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

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

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

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

/* line 644, sass/fontawesome/_icons.scss */
.fa-holly-berry:before {
  content: "\f7aa";
}

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

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

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

/* line 648, sass/fontawesome/_icons.scss */
.fa-horse:before {
  content: "\f6f0";
}

/* line 649, sass/fontawesome/_icons.scss */
.fa-horse-head:before {
  content: "\f7ab";
}

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

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

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

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

/* line 654, sass/fontawesome/_icons.scss */
.fa-hotdog:before {
  content: "\f80f";
}

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

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

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

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

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

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

/* line 661, sass/fontawesome/_icons.scss */
.fa-house-damage:before {
  content: "\f6f1";
}

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

/* line 663, sass/fontawesome/_icons.scss */
.fa-hryvnia:before {
  content: "\f6f2";
}

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

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

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

/* line 667, sass/fontawesome/_icons.scss */
.fa-ice-cream:before {
  content: "\f810";
}

/* line 668, sass/fontawesome/_icons.scss */
.fa-icicles:before {
  content: "\f7ad";
}

/* line 669, sass/fontawesome/_icons.scss */
.fa-icons:before {
  content: "\f86d";
}

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

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

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

/* line 673, sass/fontawesome/_icons.scss */
.fa-igloo:before {
  content: "\f7ae";
}

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

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

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

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

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

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

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

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

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

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

/* line 684, sass/fontawesome/_icons.scss */
.fa-intercom:before {
  content: "\f7af";
}

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

/* line 686, sass/fontawesome/_icons.scss */
.fa-invision:before {
  content: "\f7b0";
}

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

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

/* line 689, sass/fontawesome/_icons.scss */
.fa-itch-io:before {
  content: "\f83a";
}

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

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

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

/* line 693, sass/fontawesome/_icons.scss */
.fa-jedi:before {
  content: "\f669";
}

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

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

/* line 696, sass/fontawesome/_icons.scss */
.fa-jira:before {
  content: "\f7b1";
}

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

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

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

/* line 700, sass/fontawesome/_icons.scss */
.fa-journal-whills:before {
  content: "\f66a";
}

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

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

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

/* line 704, sass/fontawesome/_icons.scss */
.fa-kaaba:before {
  content: "\f66b";
}

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

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

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

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

/* line 709, sass/fontawesome/_icons.scss */
.fa-keycdn:before {
  content: "\f3ba";
}

/* line 710, sass/fontawesome/_icons.scss */
.fa-khanda:before {
  content: "\f66d";
}

/* line 711, sass/fontawesome/_icons.scss */
.fa-kickstarter:before {
  content: "\f3bb";
}

/* line 712, sass/fontawesome/_icons.scss */
.fa-kickstarter-k:before {
  content: "\f3bc";
}

/* line 713, sass/fontawesome/_icons.scss */
.fa-kiss:before {
  content: "\f596";
}

/* line 714, sass/fontawesome/_icons.scss */
.fa-kiss-beam:before {
  content: "\f597";
}

/* line 715, sass/fontawesome/_icons.scss */
.fa-kiss-wink-heart:before {
  content: "\f598";
}

/* line 716, sass/fontawesome/_icons.scss */
.fa-kiwi-bird:before {
  content: "\f535";
}

/* line 717, sass/fontawesome/_icons.scss */
.fa-korvue:before {
  content: "\f42f";
}

/* line 718, sass/fontawesome/_icons.scss */
.fa-landmark:before {
  content: "\f66f";
}

/* line 719, sass/fontawesome/_icons.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 720, sass/fontawesome/_icons.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 721, sass/fontawesome/_icons.scss */
.fa-laptop-code:before {
  content: "\f5fc";
}

/* line 722, sass/fontawesome/_icons.scss */
.fa-laptop-medical:before {
  content: "\f812";
}

/* line 723, sass/fontawesome/_icons.scss */
.fa-laravel:before {
  content: "\f3bd";
}

/* line 724, sass/fontawesome/_icons.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 725, sass/fontawesome/_icons.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 726, sass/fontawesome/_icons.scss */
.fa-laugh:before {
  content: "\f599";
}

/* line 727, sass/fontawesome/_icons.scss */
.fa-laugh-beam:before {
  content: "\f59a";
}

/* line 728, sass/fontawesome/_icons.scss */
.fa-laugh-squint:before {
  content: "\f59b";
}

/* line 729, sass/fontawesome/_icons.scss */
.fa-laugh-wink:before {
  content: "\f59c";
}

/* line 730, sass/fontawesome/_icons.scss */
.fa-layer-group:before {
  content: "\f5fd";
}

/* line 731, sass/fontawesome/_icons.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 732, sass/fontawesome/_icons.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 733, sass/fontawesome/_icons.scss */
.fa-lemon:before {
  content: "\f094";
}

/* line 734, sass/fontawesome/_icons.scss */
.fa-less:before {
  content: "\f41d";
}

/* line 735, sass/fontawesome/_icons.scss */
.fa-less-than:before {
  content: "\f536";
}

/* line 736, sass/fontawesome/_icons.scss */
.fa-less-than-equal:before {
  content: "\f537";
}

/* line 737, sass/fontawesome/_icons.scss */
.fa-level-down-alt:before {
  content: "\f3be";
}

/* line 738, sass/fontawesome/_icons.scss */
.fa-level-up-alt:before {
  content: "\f3bf";
}

/* line 739, sass/fontawesome/_icons.scss */
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 740, sass/fontawesome/_icons.scss */
.fa-lightbulb:before {
  content: "\f0eb";
}

/* line 741, sass/fontawesome/_icons.scss */
.fa-line:before {
  content: "\f3c0";
}

/* line 742, sass/fontawesome/_icons.scss */
.fa-link:before {
  content: "\f0c1";
}

/* line 743, sass/fontawesome/_icons.scss */
.fa-linkedin:before {
  content: "\f08c";
}

/* line 744, sass/fontawesome/_icons.scss */
.fa-linkedin-in:before {
  content: "\f0e1";
}

/* line 745, sass/fontawesome/_icons.scss */
.fa-linode:before {
  content: "\f2b8";
}

/* line 746, sass/fontawesome/_icons.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 747, sass/fontawesome/_icons.scss */
.fa-lira-sign:before {
  content: "\f195";
}

/* line 748, sass/fontawesome/_icons.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 749, sass/fontawesome/_icons.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 750, sass/fontawesome/_icons.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 751, sass/fontawesome/_icons.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 752, sass/fontawesome/_icons.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 753, sass/fontawesome/_icons.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 754, sass/fontawesome/_icons.scss */
.fa-lock-open:before {
  content: "\f3c1";
}

/* line 755, sass/fontawesome/_icons.scss */
.fa-long-arrow-alt-down:before {
  content: "\f309";
}

/* line 756, sass/fontawesome/_icons.scss */
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

/* line 757, sass/fontawesome/_icons.scss */
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

/* line 758, sass/fontawesome/_icons.scss */
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

/* line 759, sass/fontawesome/_icons.scss */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 760, sass/fontawesome/_icons.scss */
.fa-luggage-cart:before {
  content: "\f59d";
}

/* line 761, sass/fontawesome/_icons.scss */
.fa-lyft:before {
  content: "\f3c3";
}

/* line 762, sass/fontawesome/_icons.scss */
.fa-magento:before {
  content: "\f3c4";
}

/* line 763, sass/fontawesome/_icons.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 764, sass/fontawesome/_icons.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 765, sass/fontawesome/_icons.scss */
.fa-mail-bulk:before {
  content: "\f674";
}

/* line 766, sass/fontawesome/_icons.scss */
.fa-mailchimp:before {
  content: "\f59e";
}

/* line 767, sass/fontawesome/_icons.scss */
.fa-male:before {
  content: "\f183";
}

/* line 768, sass/fontawesome/_icons.scss */
.fa-mandalorian:before {
  content: "\f50f";
}

/* line 769, sass/fontawesome/_icons.scss */
.fa-map:before {
  content: "\f279";
}

/* line 770, sass/fontawesome/_icons.scss */
.fa-map-marked:before {
  content: "\f59f";
}

/* line 771, sass/fontawesome/_icons.scss */
.fa-map-marked-alt:before {
  content: "\f5a0";
}

/* line 772, sass/fontawesome/_icons.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 773, sass/fontawesome/_icons.scss */
.fa-map-marker-alt:before {
  content: "\f3c5";
}

/* line 774, sass/fontawesome/_icons.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 775, sass/fontawesome/_icons.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 776, sass/fontawesome/_icons.scss */
.fa-markdown:before {
  content: "\f60f";
}

/* line 777, sass/fontawesome/_icons.scss */
.fa-marker:before {
  content: "\f5a1";
}

/* line 778, sass/fontawesome/_icons.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 779, sass/fontawesome/_icons.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 780, sass/fontawesome/_icons.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 781, sass/fontawesome/_icons.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 782, sass/fontawesome/_icons.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 783, sass/fontawesome/_icons.scss */
.fa-mask:before {
  content: "\f6fa";
}

/* line 784, sass/fontawesome/_icons.scss */
.fa-mastodon:before {
  content: "\f4f6";
}

/* line 785, sass/fontawesome/_icons.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 786, sass/fontawesome/_icons.scss */
.fa-mdb:before {
  content: "\f8ca";
}

/* line 787, sass/fontawesome/_icons.scss */
.fa-medal:before {
  content: "\f5a2";
}

/* line 788, sass/fontawesome/_icons.scss */
.fa-medapps:before {
  content: "\f3c6";
}

/* line 789, sass/fontawesome/_icons.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 790, sass/fontawesome/_icons.scss */
.fa-medium-m:before {
  content: "\f3c7";
}

/* line 791, sass/fontawesome/_icons.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 792, sass/fontawesome/_icons.scss */
.fa-medrt:before {
  content: "\f3c8";
}

/* line 793, sass/fontawesome/_icons.scss */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 794, sass/fontawesome/_icons.scss */
.fa-megaport:before {
  content: "\f5a3";
}

/* line 795, sass/fontawesome/_icons.scss */
.fa-meh:before {
  content: "\f11a";
}

/* line 796, sass/fontawesome/_icons.scss */
.fa-meh-blank:before {
  content: "\f5a4";
}

/* line 797, sass/fontawesome/_icons.scss */
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

/* line 798, sass/fontawesome/_icons.scss */
.fa-memory:before {
  content: "\f538";
}

/* line 799, sass/fontawesome/_icons.scss */
.fa-mendeley:before {
  content: "\f7b3";
}

/* line 800, sass/fontawesome/_icons.scss */
.fa-menorah:before {
  content: "\f676";
}

/* line 801, sass/fontawesome/_icons.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 802, sass/fontawesome/_icons.scss */
.fa-meteor:before {
  content: "\f753";
}

/* line 803, sass/fontawesome/_icons.scss */
.fa-microchip:before {
  content: "\f2db";
}

/* line 804, sass/fontawesome/_icons.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 805, sass/fontawesome/_icons.scss */
.fa-microphone-alt:before {
  content: "\f3c9";
}

/* line 806, sass/fontawesome/_icons.scss */
.fa-microphone-alt-slash:before {
  content: "\f539";
}

/* line 807, sass/fontawesome/_icons.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 808, sass/fontawesome/_icons.scss */
.fa-microscope:before {
  content: "\f610";
}

/* line 809, sass/fontawesome/_icons.scss */
.fa-microsoft:before {
  content: "\f3ca";
}

/* line 810, sass/fontawesome/_icons.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 811, sass/fontawesome/_icons.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 812, sass/fontawesome/_icons.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 813, sass/fontawesome/_icons.scss */
.fa-mitten:before {
  content: "\f7b5";
}

/* line 814, sass/fontawesome/_icons.scss */
.fa-mix:before {
  content: "\f3cb";
}

/* line 815, sass/fontawesome/_icons.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 816, sass/fontawesome/_icons.scss */
.fa-mizuni:before {
  content: "\f3cc";
}

/* line 817, sass/fontawesome/_icons.scss */
.fa-mobile:before {
  content: "\f10b";
}

/* line 818, sass/fontawesome/_icons.scss */
.fa-mobile-alt:before {
  content: "\f3cd";
}

/* line 819, sass/fontawesome/_icons.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 820, sass/fontawesome/_icons.scss */
.fa-monero:before {
  content: "\f3d0";
}

/* line 821, sass/fontawesome/_icons.scss */
.fa-money-bill:before {
  content: "\f0d6";
}

/* line 822, sass/fontawesome/_icons.scss */
.fa-money-bill-alt:before {
  content: "\f3d1";
}

/* line 823, sass/fontawesome/_icons.scss */
.fa-money-bill-wave:before {
  content: "\f53a";
}

/* line 824, sass/fontawesome/_icons.scss */
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

/* line 825, sass/fontawesome/_icons.scss */
.fa-money-check:before {
  content: "\f53c";
}

/* line 826, sass/fontawesome/_icons.scss */
.fa-money-check-alt:before {
  content: "\f53d";
}

/* line 827, sass/fontawesome/_icons.scss */
.fa-monument:before {
  content: "\f5a6";
}

/* line 828, sass/fontawesome/_icons.scss */
.fa-moon:before {
  content: "\f186";
}

/* line 829, sass/fontawesome/_icons.scss */
.fa-mortar-pestle:before {
  content: "\f5a7";
}

/* line 830, sass/fontawesome/_icons.scss */
.fa-mosque:before {
  content: "\f678";
}

/* line 831, sass/fontawesome/_icons.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 832, sass/fontawesome/_icons.scss */
.fa-mountain:before {
  content: "\f6fc";
}

/* line 833, sass/fontawesome/_icons.scss */
.fa-mouse:before {
  content: "\f8cc";
}

/* line 834, sass/fontawesome/_icons.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 835, sass/fontawesome/_icons.scss */
.fa-mug-hot:before {
  content: "\f7b6";
}

/* line 836, sass/fontawesome/_icons.scss */
.fa-music:before {
  content: "\f001";
}

/* line 837, sass/fontawesome/_icons.scss */
.fa-napster:before {
  content: "\f3d2";
}

/* line 838, sass/fontawesome/_icons.scss */
.fa-neos:before {
  content: "\f612";
}

/* line 839, sass/fontawesome/_icons.scss */
.fa-network-wired:before {
  content: "\f6ff";
}

/* line 840, sass/fontawesome/_icons.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 841, sass/fontawesome/_icons.scss */
.fa-newspaper:before {
  content: "\f1ea";
}

/* line 842, sass/fontawesome/_icons.scss */
.fa-nimblr:before {
  content: "\f5a8";
}

/* line 843, sass/fontawesome/_icons.scss */
.fa-node:before {
  content: "\f419";
}

/* line 844, sass/fontawesome/_icons.scss */
.fa-node-js:before {
  content: "\f3d3";
}

/* line 845, sass/fontawesome/_icons.scss */
.fa-not-equal:before {
  content: "\f53e";
}

/* line 846, sass/fontawesome/_icons.scss */
.fa-notes-medical:before {
  content: "\f481";
}

/* line 847, sass/fontawesome/_icons.scss */
.fa-npm:before {
  content: "\f3d4";
}

/* line 848, sass/fontawesome/_icons.scss */
.fa-ns8:before {
  content: "\f3d5";
}

/* line 849, sass/fontawesome/_icons.scss */
.fa-nutritionix:before {
  content: "\f3d6";
}

/* line 850, sass/fontawesome/_icons.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 851, sass/fontawesome/_icons.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 852, sass/fontawesome/_icons.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 853, sass/fontawesome/_icons.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 854, sass/fontawesome/_icons.scss */
.fa-oil-can:before {
  content: "\f613";
}

/* line 855, sass/fontawesome/_icons.scss */
.fa-old-republic:before {
  content: "\f510";
}

/* line 856, sass/fontawesome/_icons.scss */
.fa-om:before {
  content: "\f679";
}

/* line 857, sass/fontawesome/_icons.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 858, sass/fontawesome/_icons.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 859, sass/fontawesome/_icons.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 860, sass/fontawesome/_icons.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 861, sass/fontawesome/_icons.scss */
.fa-orcid:before {
  content: "\f8d2";
}

/* line 862, sass/fontawesome/_icons.scss */
.fa-osi:before {
  content: "\f41a";
}

/* line 863, sass/fontawesome/_icons.scss */
.fa-otter:before {
  content: "\f700";
}

/* line 864, sass/fontawesome/_icons.scss */
.fa-outdent:before {
  content: "\f03b";
}

/* line 865, sass/fontawesome/_icons.scss */
.fa-page4:before {
  content: "\f3d7";
}

/* line 866, sass/fontawesome/_icons.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 867, sass/fontawesome/_icons.scss */
.fa-pager:before {
  content: "\f815";
}

/* line 868, sass/fontawesome/_icons.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 869, sass/fontawesome/_icons.scss */
.fa-paint-roller:before {
  content: "\f5aa";
}

/* line 870, sass/fontawesome/_icons.scss */
.fa-palette:before {
  content: "\f53f";
}

/* line 871, sass/fontawesome/_icons.scss */
.fa-palfed:before {
  content: "\f3d8";
}

/* line 872, sass/fontawesome/_icons.scss */
.fa-pallet:before {
  content: "\f482";
}

/* line 873, sass/fontawesome/_icons.scss */
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 874, sass/fontawesome/_icons.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 875, sass/fontawesome/_icons.scss */
.fa-parachute-box:before {
  content: "\f4cd";
}

/* line 876, sass/fontawesome/_icons.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 877, sass/fontawesome/_icons.scss */
.fa-parking:before {
  content: "\f540";
}

/* line 878, sass/fontawesome/_icons.scss */
.fa-passport:before {
  content: "\f5ab";
}

/* line 879, sass/fontawesome/_icons.scss */
.fa-pastafarianism:before {
  content: "\f67b";
}

/* line 880, sass/fontawesome/_icons.scss */
.fa-paste:before {
  content: "\f0ea";
}

/* line 881, sass/fontawesome/_icons.scss */
.fa-patreon:before {
  content: "\f3d9";
}

/* line 882, sass/fontawesome/_icons.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 883, sass/fontawesome/_icons.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 884, sass/fontawesome/_icons.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 885, sass/fontawesome/_icons.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 886, sass/fontawesome/_icons.scss */
.fa-peace:before {
  content: "\f67c";
}

/* line 887, sass/fontawesome/_icons.scss */
.fa-pen:before {
  content: "\f304";
}

/* line 888, sass/fontawesome/_icons.scss */
.fa-pen-alt:before {
  content: "\f305";
}

/* line 889, sass/fontawesome/_icons.scss */
.fa-pen-fancy:before {
  content: "\f5ac";
}

/* line 890, sass/fontawesome/_icons.scss */
.fa-pen-nib:before {
  content: "\f5ad";
}

/* line 891, sass/fontawesome/_icons.scss */
.fa-pen-square:before {
  content: "\f14b";
}

/* line 892, sass/fontawesome/_icons.scss */
.fa-pencil-alt:before {
  content: "\f303";
}

/* line 893, sass/fontawesome/_icons.scss */
.fa-pencil-ruler:before {
  content: "\f5ae";
}

/* line 894, sass/fontawesome/_icons.scss */
.fa-penny-arcade:before {
  content: "\f704";
}

/* line 895, sass/fontawesome/_icons.scss */
.fa-people-carry:before {
  content: "\f4ce";
}

/* line 896, sass/fontawesome/_icons.scss */
.fa-pepper-hot:before {
  content: "\f816";
}

/* line 897, sass/fontawesome/_icons.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 898, sass/fontawesome/_icons.scss */
.fa-percentage:before {
  content: "\f541";
}

/* line 899, sass/fontawesome/_icons.scss */
.fa-periscope:before {
  content: "\f3da";
}

/* line 900, sass/fontawesome/_icons.scss */
.fa-person-booth:before {
  content: "\f756";
}

/* line 901, sass/fontawesome/_icons.scss */
.fa-phabricator:before {
  content: "\f3db";
}

/* line 902, sass/fontawesome/_icons.scss */
.fa-phoenix-framework:before {
  content: "\f3dc";
}

/* line 903, sass/fontawesome/_icons.scss */
.fa-phoenix-squadron:before {
  content: "\f511";
}

/* line 904, sass/fontawesome/_icons.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 905, sass/fontawesome/_icons.scss */
.fa-phone-alt:before {
  content: "\f879";
}

/* line 906, sass/fontawesome/_icons.scss */
.fa-phone-slash:before {
  content: "\f3dd";
}

/* line 907, sass/fontawesome/_icons.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 908, sass/fontawesome/_icons.scss */
.fa-phone-square-alt:before {
  content: "\f87b";
}

/* line 909, sass/fontawesome/_icons.scss */
.fa-phone-volume:before {
  content: "\f2a0";
}

/* line 910, sass/fontawesome/_icons.scss */
.fa-photo-video:before {
  content: "\f87c";
}

/* line 911, sass/fontawesome/_icons.scss */
.fa-php:before {
  content: "\f457";
}

/* line 912, sass/fontawesome/_icons.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 913, sass/fontawesome/_icons.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 914, sass/fontawesome/_icons.scss */
.fa-pied-piper-hat:before {
  content: "\f4e5";
}

/* line 915, sass/fontawesome/_icons.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 916, sass/fontawesome/_icons.scss */
.fa-piggy-bank:before {
  content: "\f4d3";
}

/* line 917, sass/fontawesome/_icons.scss */
.fa-pills:before {
  content: "\f484";
}

/* line 918, sass/fontawesome/_icons.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 919, sass/fontawesome/_icons.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 920, sass/fontawesome/_icons.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 921, sass/fontawesome/_icons.scss */
.fa-pizza-slice:before {
  content: "\f818";
}

/* line 922, sass/fontawesome/_icons.scss */
.fa-place-of-worship:before {
  content: "\f67f";
}

/* line 923, sass/fontawesome/_icons.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 924, sass/fontawesome/_icons.scss */
.fa-plane-arrival:before {
  content: "\f5af";
}

/* line 925, sass/fontawesome/_icons.scss */
.fa-plane-departure:before {
  content: "\f5b0";
}

/* line 926, sass/fontawesome/_icons.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 927, sass/fontawesome/_icons.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 928, sass/fontawesome/_icons.scss */
.fa-playstation:before {
  content: "\f3df";
}

/* line 929, sass/fontawesome/_icons.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 930, sass/fontawesome/_icons.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 931, sass/fontawesome/_icons.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 932, sass/fontawesome/_icons.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 933, sass/fontawesome/_icons.scss */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 934, sass/fontawesome/_icons.scss */
.fa-poll:before {
  content: "\f681";
}

/* line 935, sass/fontawesome/_icons.scss */
.fa-poll-h:before {
  content: "\f682";
}

/* line 936, sass/fontawesome/_icons.scss */
.fa-poo:before {
  content: "\f2fe";
}

/* line 937, sass/fontawesome/_icons.scss */
.fa-poo-storm:before {
  content: "\f75a";
}

/* line 938, sass/fontawesome/_icons.scss */
.fa-poop:before {
  content: "\f619";
}

/* line 939, sass/fontawesome/_icons.scss */
.fa-portrait:before {
  content: "\f3e0";
}

/* line 940, sass/fontawesome/_icons.scss */
.fa-pound-sign:before {
  content: "\f154";
}

/* line 941, sass/fontawesome/_icons.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 942, sass/fontawesome/_icons.scss */
.fa-pray:before {
  content: "\f683";
}

/* line 943, sass/fontawesome/_icons.scss */
.fa-praying-hands:before {
  content: "\f684";
}

/* line 944, sass/fontawesome/_icons.scss */
.fa-prescription:before {
  content: "\f5b1";
}

/* line 945, sass/fontawesome/_icons.scss */
.fa-prescription-bottle:before {
  content: "\f485";
}

/* line 946, sass/fontawesome/_icons.scss */
.fa-prescription-bottle-alt:before {
  content: "\f486";
}

/* line 947, sass/fontawesome/_icons.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 948, sass/fontawesome/_icons.scss */
.fa-procedures:before {
  content: "\f487";
}

/* line 949, sass/fontawesome/_icons.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 950, sass/fontawesome/_icons.scss */
.fa-project-diagram:before {
  content: "\f542";
}

/* line 951, sass/fontawesome/_icons.scss */
.fa-pushed:before {
  content: "\f3e1";
}

/* line 952, sass/fontawesome/_icons.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 953, sass/fontawesome/_icons.scss */
.fa-python:before {
  content: "\f3e2";
}

/* line 954, sass/fontawesome/_icons.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 955, sass/fontawesome/_icons.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 956, sass/fontawesome/_icons.scss */
.fa-question:before {
  content: "\f128";
}

/* line 957, sass/fontawesome/_icons.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 958, sass/fontawesome/_icons.scss */
.fa-quidditch:before {
  content: "\f458";
}

/* line 959, sass/fontawesome/_icons.scss */
.fa-quinscape:before {
  content: "\f459";
}

/* line 960, sass/fontawesome/_icons.scss */
.fa-quora:before {
  content: "\f2c4";
}

/* line 961, sass/fontawesome/_icons.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 962, sass/fontawesome/_icons.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 963, sass/fontawesome/_icons.scss */
.fa-quran:before {
  content: "\f687";
}

/* line 964, sass/fontawesome/_icons.scss */
.fa-r-project:before {
  content: "\f4f7";
}

/* line 965, sass/fontawesome/_icons.scss */
.fa-radiation:before {
  content: "\f7b9";
}

/* line 966, sass/fontawesome/_icons.scss */
.fa-radiation-alt:before {
  content: "\f7ba";
}

/* line 967, sass/fontawesome/_icons.scss */
.fa-rainbow:before {
  content: "\f75b";
}

/* line 968, sass/fontawesome/_icons.scss */
.fa-random:before {
  content: "\f074";
}

/* line 969, sass/fontawesome/_icons.scss */
.fa-raspberry-pi:before {
  content: "\f7bb";
}

/* line 970, sass/fontawesome/_icons.scss */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 971, sass/fontawesome/_icons.scss */
.fa-react:before {
  content: "\f41b";
}

/* line 972, sass/fontawesome/_icons.scss */
.fa-reacteurope:before {
  content: "\f75d";
}

/* line 973, sass/fontawesome/_icons.scss */
.fa-readme:before {
  content: "\f4d5";
}

/* line 974, sass/fontawesome/_icons.scss */
.fa-rebel:before {
  content: "\f1d0";
}

/* line 975, sass/fontawesome/_icons.scss */
.fa-receipt:before {
  content: "\f543";
}

/* line 976, sass/fontawesome/_icons.scss */
.fa-record-vinyl:before {
  content: "\f8d9";
}

/* line 977, sass/fontawesome/_icons.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 978, sass/fontawesome/_icons.scss */
.fa-red-river:before {
  content: "\f3e3";
}

/* line 979, sass/fontawesome/_icons.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 980, sass/fontawesome/_icons.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 981, sass/fontawesome/_icons.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 982, sass/fontawesome/_icons.scss */
.fa-redhat:before {
  content: "\f7bc";
}

/* line 983, sass/fontawesome/_icons.scss */
.fa-redo:before {
  content: "\f01e";
}

/* line 984, sass/fontawesome/_icons.scss */
.fa-redo-alt:before {
  content: "\f2f9";
}

/* line 985, sass/fontawesome/_icons.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 986, sass/fontawesome/_icons.scss */
.fa-remove-format:before {
  content: "\f87d";
}

/* line 987, sass/fontawesome/_icons.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 988, sass/fontawesome/_icons.scss */
.fa-reply:before {
  content: "\f3e5";
}

/* line 989, sass/fontawesome/_icons.scss */
.fa-reply-all:before {
  content: "\f122";
}

/* line 990, sass/fontawesome/_icons.scss */
.fa-replyd:before {
  content: "\f3e6";
}

/* line 991, sass/fontawesome/_icons.scss */
.fa-republican:before {
  content: "\f75e";
}

/* line 992, sass/fontawesome/_icons.scss */
.fa-researchgate:before {
  content: "\f4f8";
}

/* line 993, sass/fontawesome/_icons.scss */
.fa-resolving:before {
  content: "\f3e7";
}

/* line 994, sass/fontawesome/_icons.scss */
.fa-restroom:before {
  content: "\f7bd";
}

/* line 995, sass/fontawesome/_icons.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 996, sass/fontawesome/_icons.scss */
.fa-rev:before {
  content: "\f5b2";
}

/* line 997, sass/fontawesome/_icons.scss */
.fa-ribbon:before {
  content: "\f4d6";
}

/* line 998, sass/fontawesome/_icons.scss */
.fa-ring:before {
  content: "\f70b";
}

/* line 999, sass/fontawesome/_icons.scss */
.fa-road:before {
  content: "\f018";
}

/* line 1000, sass/fontawesome/_icons.scss */
.fa-robot:before {
  content: "\f544";
}

/* line 1001, sass/fontawesome/_icons.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 1002, sass/fontawesome/_icons.scss */
.fa-rocketchat:before {
  content: "\f3e8";
}

/* line 1003, sass/fontawesome/_icons.scss */
.fa-rockrms:before {
  content: "\f3e9";
}

/* line 1004, sass/fontawesome/_icons.scss */
.fa-route:before {
  content: "\f4d7";
}

/* line 1005, sass/fontawesome/_icons.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 1006, sass/fontawesome/_icons.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1007, sass/fontawesome/_icons.scss */
.fa-ruble-sign:before {
  content: "\f158";
}

/* line 1008, sass/fontawesome/_icons.scss */
.fa-ruler:before {
  content: "\f545";
}

/* line 1009, sass/fontawesome/_icons.scss */
.fa-ruler-combined:before {
  content: "\f546";
}

/* line 1010, sass/fontawesome/_icons.scss */
.fa-ruler-horizontal:before {
  content: "\f547";
}

/* line 1011, sass/fontawesome/_icons.scss */
.fa-ruler-vertical:before {
  content: "\f548";
}

/* line 1012, sass/fontawesome/_icons.scss */
.fa-running:before {
  content: "\f70c";
}

/* line 1013, sass/fontawesome/_icons.scss */
.fa-rupee-sign:before {
  content: "\f156";
}

/* line 1014, sass/fontawesome/_icons.scss */
.fa-sad-cry:before {
  content: "\f5b3";
}

/* line 1015, sass/fontawesome/_icons.scss */
.fa-sad-tear:before {
  content: "\f5b4";
}

/* line 1016, sass/fontawesome/_icons.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 1017, sass/fontawesome/_icons.scss */
.fa-salesforce:before {
  content: "\f83b";
}

/* line 1018, sass/fontawesome/_icons.scss */
.fa-sass:before {
  content: "\f41e";
}

/* line 1019, sass/fontawesome/_icons.scss */
.fa-satellite:before {
  content: "\f7bf";
}

/* line 1020, sass/fontawesome/_icons.scss */
.fa-satellite-dish:before {
  content: "\f7c0";
}

/* line 1021, sass/fontawesome/_icons.scss */
.fa-save:before {
  content: "\f0c7";
}

/* line 1022, sass/fontawesome/_icons.scss */
.fa-schlix:before {
  content: "\f3ea";
}

/* line 1023, sass/fontawesome/_icons.scss */
.fa-school:before {
  content: "\f549";
}

/* line 1024, sass/fontawesome/_icons.scss */
.fa-screwdriver:before {
  content: "\f54a";
}

/* line 1025, sass/fontawesome/_icons.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 1026, sass/fontawesome/_icons.scss */
.fa-scroll:before {
  content: "\f70e";
}

/* line 1027, sass/fontawesome/_icons.scss */
.fa-sd-card:before {
  content: "\f7c2";
}

/* line 1028, sass/fontawesome/_icons.scss */
.fa-search:before {
  content: "\f002";
}

/* line 1029, sass/fontawesome/_icons.scss */
.fa-search-dollar:before {
  content: "\f688";
}

/* line 1030, sass/fontawesome/_icons.scss */
.fa-search-location:before {
  content: "\f689";
}

/* line 1031, sass/fontawesome/_icons.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 1032, sass/fontawesome/_icons.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 1033, sass/fontawesome/_icons.scss */
.fa-searchengin:before {
  content: "\f3eb";
}

/* line 1034, sass/fontawesome/_icons.scss */
.fa-seedling:before {
  content: "\f4d8";
}

/* line 1035, sass/fontawesome/_icons.scss */
.fa-sellcast:before {
  content: "\f2da";
}

/* line 1036, sass/fontawesome/_icons.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1037, sass/fontawesome/_icons.scss */
.fa-server:before {
  content: "\f233";
}

/* line 1038, sass/fontawesome/_icons.scss */
.fa-servicestack:before {
  content: "\f3ec";
}

/* line 1039, sass/fontawesome/_icons.scss */
.fa-shapes:before {
  content: "\f61f";
}

/* line 1040, sass/fontawesome/_icons.scss */
.fa-share:before {
  content: "\f064";
}

/* line 1041, sass/fontawesome/_icons.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1042, sass/fontawesome/_icons.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1043, sass/fontawesome/_icons.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1044, sass/fontawesome/_icons.scss */
.fa-shekel-sign:before {
  content: "\f20b";
}

/* line 1045, sass/fontawesome/_icons.scss */
.fa-shield-alt:before {
  content: "\f3ed";
}

/* line 1046, sass/fontawesome/_icons.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 1047, sass/fontawesome/_icons.scss */
.fa-shipping-fast:before {
  content: "\f48b";
}

/* line 1048, sass/fontawesome/_icons.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1049, sass/fontawesome/_icons.scss */
.fa-shoe-prints:before {
  content: "\f54b";
}

/* line 1050, sass/fontawesome/_icons.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 1051, sass/fontawesome/_icons.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 1052, sass/fontawesome/_icons.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 1053, sass/fontawesome/_icons.scss */
.fa-shopware:before {
  content: "\f5b5";
}

/* line 1054, sass/fontawesome/_icons.scss */
.fa-shower:before {
  content: "\f2cc";
}

/* line 1055, sass/fontawesome/_icons.scss */
.fa-shuttle-van:before {
  content: "\f5b6";
}

/* line 1056, sass/fontawesome/_icons.scss */
.fa-sign:before {
  content: "\f4d9";
}

/* line 1057, sass/fontawesome/_icons.scss */
.fa-sign-in-alt:before {
  content: "\f2f6";
}

/* line 1058, sass/fontawesome/_icons.scss */
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 1059, sass/fontawesome/_icons.scss */
.fa-sign-out-alt:before {
  content: "\f2f5";
}

/* line 1060, sass/fontawesome/_icons.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 1061, sass/fontawesome/_icons.scss */
.fa-signature:before {
  content: "\f5b7";
}

/* line 1062, sass/fontawesome/_icons.scss */
.fa-sim-card:before {
  content: "\f7c4";
}

/* line 1063, sass/fontawesome/_icons.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1064, sass/fontawesome/_icons.scss */
.fa-sistrix:before {
  content: "\f3ee";
}

/* line 1065, sass/fontawesome/_icons.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 1066, sass/fontawesome/_icons.scss */
.fa-sith:before {
  content: "\f512";
}

/* line 1067, sass/fontawesome/_icons.scss */
.fa-skating:before {
  content: "\f7c5";
}

/* line 1068, sass/fontawesome/_icons.scss */
.fa-sketch:before {
  content: "\f7c6";
}

/* line 1069, sass/fontawesome/_icons.scss */
.fa-skiing:before {
  content: "\f7c9";
}

/* line 1070, sass/fontawesome/_icons.scss */
.fa-skiing-nordic:before {
  content: "\f7ca";
}

/* line 1071, sass/fontawesome/_icons.scss */
.fa-skull:before {
  content: "\f54c";
}

/* line 1072, sass/fontawesome/_icons.scss */
.fa-skull-crossbones:before {
  content: "\f714";
}

/* line 1073, sass/fontawesome/_icons.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1074, sass/fontawesome/_icons.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 1075, sass/fontawesome/_icons.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 1076, sass/fontawesome/_icons.scss */
.fa-slack-hash:before {
  content: "\f3ef";
}

/* line 1077, sass/fontawesome/_icons.scss */
.fa-slash:before {
  content: "\f715";
}

/* line 1078, sass/fontawesome/_icons.scss */
.fa-sleigh:before {
  content: "\f7cc";
}

/* line 1079, sass/fontawesome/_icons.scss */
.fa-sliders-h:before {
  content: "\f1de";
}

/* line 1080, sass/fontawesome/_icons.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1081, sass/fontawesome/_icons.scss */
.fa-smile:before {
  content: "\f118";
}

/* line 1082, sass/fontawesome/_icons.scss */
.fa-smile-beam:before {
  content: "\f5b8";
}

/* line 1083, sass/fontawesome/_icons.scss */
.fa-smile-wink:before {
  content: "\f4da";
}

/* line 1084, sass/fontawesome/_icons.scss */
.fa-smog:before {
  content: "\f75f";
}

/* line 1085, sass/fontawesome/_icons.scss */
.fa-smoking:before {
  content: "\f48d";
}

/* line 1086, sass/fontawesome/_icons.scss */
.fa-smoking-ban:before {
  content: "\f54d";
}

/* line 1087, sass/fontawesome/_icons.scss */
.fa-sms:before {
  content: "\f7cd";
}

/* line 1088, sass/fontawesome/_icons.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 1089, sass/fontawesome/_icons.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 1090, sass/fontawesome/_icons.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 1091, sass/fontawesome/_icons.scss */
.fa-snowboarding:before {
  content: "\f7ce";
}

/* line 1092, sass/fontawesome/_icons.scss */
.fa-snowflake:before {
  content: "\f2dc";
}

/* line 1093, sass/fontawesome/_icons.scss */
.fa-snowman:before {
  content: "\f7d0";
}

/* line 1094, sass/fontawesome/_icons.scss */
.fa-snowplow:before {
  content: "\f7d2";
}

/* line 1095, sass/fontawesome/_icons.scss */
.fa-socks:before {
  content: "\f696";
}

/* line 1096, sass/fontawesome/_icons.scss */
.fa-solar-panel:before {
  content: "\f5ba";
}

/* line 1097, sass/fontawesome/_icons.scss */
.fa-sort:before {
  content: "\f0dc";
}

/* line 1098, sass/fontawesome/_icons.scss */
.fa-sort-alpha-down:before {
  content: "\f15d";
}

/* line 1099, sass/fontawesome/_icons.scss */
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

/* line 1100, sass/fontawesome/_icons.scss */
.fa-sort-alpha-up:before {
  content: "\f15e";
}

/* line 1101, sass/fontawesome/_icons.scss */
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

/* line 1102, sass/fontawesome/_icons.scss */
.fa-sort-amount-down:before {
  content: "\f160";
}

/* line 1103, sass/fontawesome/_icons.scss */
.fa-sort-amount-down-alt:before {
  content: "\f884";
}

/* line 1104, sass/fontawesome/_icons.scss */
.fa-sort-amount-up:before {
  content: "\f161";
}

/* line 1105, sass/fontawesome/_icons.scss */
.fa-sort-amount-up-alt:before {
  content: "\f885";
}

/* line 1106, sass/fontawesome/_icons.scss */
.fa-sort-down:before {
  content: "\f0dd";
}

/* line 1107, sass/fontawesome/_icons.scss */
.fa-sort-numeric-down:before {
  content: "\f162";
}

/* line 1108, sass/fontawesome/_icons.scss */
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

/* line 1109, sass/fontawesome/_icons.scss */
.fa-sort-numeric-up:before {
  content: "\f163";
}

/* line 1110, sass/fontawesome/_icons.scss */
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

/* line 1111, sass/fontawesome/_icons.scss */
.fa-sort-up:before {
  content: "\f0de";
}

/* line 1112, sass/fontawesome/_icons.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1113, sass/fontawesome/_icons.scss */
.fa-sourcetree:before {
  content: "\f7d3";
}

/* line 1114, sass/fontawesome/_icons.scss */
.fa-spa:before {
  content: "\f5bb";
}

/* line 1115, sass/fontawesome/_icons.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1116, sass/fontawesome/_icons.scss */
.fa-speakap:before {
  content: "\f3f3";
}

/* line 1117, sass/fontawesome/_icons.scss */
.fa-speaker-deck:before {
  content: "\f83c";
}

/* line 1118, sass/fontawesome/_icons.scss */
.fa-spell-check:before {
  content: "\f891";
}

/* line 1119, sass/fontawesome/_icons.scss */
.fa-spider:before {
  content: "\f717";
}

/* line 1120, sass/fontawesome/_icons.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 1121, sass/fontawesome/_icons.scss */
.fa-splotch:before {
  content: "\f5bc";
}

/* line 1122, sass/fontawesome/_icons.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1123, sass/fontawesome/_icons.scss */
.fa-spray-can:before {
  content: "\f5bd";
}

/* line 1124, sass/fontawesome/_icons.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 1125, sass/fontawesome/_icons.scss */
.fa-square-full:before {
  content: "\f45c";
}

/* line 1126, sass/fontawesome/_icons.scss */
.fa-square-root-alt:before {
  content: "\f698";
}

/* line 1127, sass/fontawesome/_icons.scss */
.fa-squarespace:before {
  content: "\f5be";
}

/* line 1128, sass/fontawesome/_icons.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1129, sass/fontawesome/_icons.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1130, sass/fontawesome/_icons.scss */
.fa-stackpath:before {
  content: "\f842";
}

/* line 1131, sass/fontawesome/_icons.scss */
.fa-stamp:before {
  content: "\f5bf";
}

/* line 1132, sass/fontawesome/_icons.scss */
.fa-star:before {
  content: "\f005";
}

/* line 1133, sass/fontawesome/_icons.scss */
.fa-star-and-crescent:before {
  content: "\f699";
}

/* line 1134, sass/fontawesome/_icons.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 1135, sass/fontawesome/_icons.scss */
.fa-star-half-alt:before {
  content: "\f5c0";
}

/* line 1136, sass/fontawesome/_icons.scss */
.fa-star-of-david:before {
  content: "\f69a";
}

/* line 1137, sass/fontawesome/_icons.scss */
.fa-star-of-life:before {
  content: "\f621";
}

/* line 1138, sass/fontawesome/_icons.scss */
.fa-staylinked:before {
  content: "\f3f5";
}

/* line 1139, sass/fontawesome/_icons.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1140, sass/fontawesome/_icons.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1141, sass/fontawesome/_icons.scss */
.fa-steam-symbol:before {
  content: "\f3f6";
}

/* line 1142, sass/fontawesome/_icons.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 1143, sass/fontawesome/_icons.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 1144, sass/fontawesome/_icons.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 1145, sass/fontawesome/_icons.scss */
.fa-sticker-mule:before {
  content: "\f3f7";
}

/* line 1146, sass/fontawesome/_icons.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1147, sass/fontawesome/_icons.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 1148, sass/fontawesome/_icons.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 1149, sass/fontawesome/_icons.scss */
.fa-stopwatch:before {
  content: "\f2f2";
}

/* line 1150, sass/fontawesome/_icons.scss */
.fa-store:before {
  content: "\f54e";
}

/* line 1151, sass/fontawesome/_icons.scss */
.fa-store-alt:before {
  content: "\f54f";
}

/* line 1152, sass/fontawesome/_icons.scss */
.fa-strava:before {
  content: "\f428";
}

/* line 1153, sass/fontawesome/_icons.scss */
.fa-stream:before {
  content: "\f550";
}

/* line 1154, sass/fontawesome/_icons.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1155, sass/fontawesome/_icons.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 1156, sass/fontawesome/_icons.scss */
.fa-stripe:before {
  content: "\f429";
}

/* line 1157, sass/fontawesome/_icons.scss */
.fa-stripe-s:before {
  content: "\f42a";
}

/* line 1158, sass/fontawesome/_icons.scss */
.fa-stroopwafel:before {
  content: "\f551";
}

/* line 1159, sass/fontawesome/_icons.scss */
.fa-studiovinari:before {
  content: "\f3f8";
}

/* line 1160, sass/fontawesome/_icons.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1161, sass/fontawesome/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1162, sass/fontawesome/_icons.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1163, sass/fontawesome/_icons.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 1164, sass/fontawesome/_icons.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 1165, sass/fontawesome/_icons.scss */
.fa-suitcase-rolling:before {
  content: "\f5c1";
}

/* line 1166, sass/fontawesome/_icons.scss */
.fa-sun:before {
  content: "\f185";
}

/* line 1167, sass/fontawesome/_icons.scss */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 1168, sass/fontawesome/_icons.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1169, sass/fontawesome/_icons.scss */
.fa-supple:before {
  content: "\f3f9";
}

/* line 1170, sass/fontawesome/_icons.scss */
.fa-surprise:before {
  content: "\f5c2";
}

/* line 1171, sass/fontawesome/_icons.scss */
.fa-suse:before {
  content: "\f7d6";
}

/* line 1172, sass/fontawesome/_icons.scss */
.fa-swatchbook:before {
  content: "\f5c3";
}

/* line 1173, sass/fontawesome/_icons.scss */
.fa-swift:before {
  content: "\f8e1";
}

/* line 1174, sass/fontawesome/_icons.scss */
.fa-swimmer:before {
  content: "\f5c4";
}

/* line 1175, sass/fontawesome/_icons.scss */
.fa-swimming-pool:before {
  content: "\f5c5";
}

/* line 1176, sass/fontawesome/_icons.scss */
.fa-symfony:before {
  content: "\f83d";
}

/* line 1177, sass/fontawesome/_icons.scss */
.fa-synagogue:before {
  content: "\f69b";
}

/* line 1178, sass/fontawesome/_icons.scss */
.fa-sync:before {
  content: "\f021";
}

/* line 1179, sass/fontawesome/_icons.scss */
.fa-sync-alt:before {
  content: "\f2f1";
}

/* line 1180, sass/fontawesome/_icons.scss */
.fa-syringe:before {
  content: "\f48e";
}

/* line 1181, sass/fontawesome/_icons.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 1182, sass/fontawesome/_icons.scss */
.fa-table-tennis:before {
  content: "\f45d";
}

/* line 1183, sass/fontawesome/_icons.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 1184, sass/fontawesome/_icons.scss */
.fa-tablet-alt:before {
  content: "\f3fa";
}

/* line 1185, sass/fontawesome/_icons.scss */
.fa-tablets:before {
  content: "\f490";
}

/* line 1186, sass/fontawesome/_icons.scss */
.fa-tachometer-alt:before {
  content: "\f3fd";
}

/* line 1187, sass/fontawesome/_icons.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 1188, sass/fontawesome/_icons.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 1189, sass/fontawesome/_icons.scss */
.fa-tape:before {
  content: "\f4db";
}

/* line 1190, sass/fontawesome/_icons.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 1191, sass/fontawesome/_icons.scss */
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1192, sass/fontawesome/_icons.scss */
.fa-teamspeak:before {
  content: "\f4f9";
}

/* line 1193, sass/fontawesome/_icons.scss */
.fa-teeth:before {
  content: "\f62e";
}

/* line 1194, sass/fontawesome/_icons.scss */
.fa-teeth-open:before {
  content: "\f62f";
}

/* line 1195, sass/fontawesome/_icons.scss */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 1196, sass/fontawesome/_icons.scss */
.fa-telegram-plane:before {
  content: "\f3fe";
}

/* line 1197, sass/fontawesome/_icons.scss */
.fa-temperature-high:before {
  content: "\f769";
}

/* line 1198, sass/fontawesome/_icons.scss */
.fa-temperature-low:before {
  content: "\f76b";
}

/* line 1199, sass/fontawesome/_icons.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1200, sass/fontawesome/_icons.scss */
.fa-tenge:before {
  content: "\f7d7";
}

/* line 1201, sass/fontawesome/_icons.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 1202, sass/fontawesome/_icons.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 1203, sass/fontawesome/_icons.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 1204, sass/fontawesome/_icons.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 1205, sass/fontawesome/_icons.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 1206, sass/fontawesome/_icons.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 1207, sass/fontawesome/_icons.scss */
.fa-the-red-yeti:before {
  content: "\f69d";
}

/* line 1208, sass/fontawesome/_icons.scss */
.fa-theater-masks:before {
  content: "\f630";
}

/* line 1209, sass/fontawesome/_icons.scss */
.fa-themeco:before {
  content: "\f5c6";
}

/* line 1210, sass/fontawesome/_icons.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 1211, sass/fontawesome/_icons.scss */
.fa-thermometer:before {
  content: "\f491";
}

/* line 1212, sass/fontawesome/_icons.scss */
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 1213, sass/fontawesome/_icons.scss */
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 1214, sass/fontawesome/_icons.scss */
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 1215, sass/fontawesome/_icons.scss */
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 1216, sass/fontawesome/_icons.scss */
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 1217, sass/fontawesome/_icons.scss */
.fa-think-peaks:before {
  content: "\f731";
}

/* line 1218, sass/fontawesome/_icons.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1219, sass/fontawesome/_icons.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1220, sass/fontawesome/_icons.scss */
.fa-thumbtack:before {
  content: "\f08d";
}

/* line 1221, sass/fontawesome/_icons.scss */
.fa-ticket-alt:before {
  content: "\f3ff";
}

/* line 1222, sass/fontawesome/_icons.scss */
.fa-times:before {
  content: "\f00d";
}

/* line 1223, sass/fontawesome/_icons.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 1224, sass/fontawesome/_icons.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 1225, sass/fontawesome/_icons.scss */
.fa-tint-slash:before {
  content: "\f5c7";
}

/* line 1226, sass/fontawesome/_icons.scss */
.fa-tired:before {
  content: "\f5c8";
}

/* line 1227, sass/fontawesome/_icons.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1228, sass/fontawesome/_icons.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1229, sass/fontawesome/_icons.scss */
.fa-toilet:before {
  content: "\f7d8";
}

/* line 1230, sass/fontawesome/_icons.scss */
.fa-toilet-paper:before {
  content: "\f71e";
}

/* line 1231, sass/fontawesome/_icons.scss */
.fa-toolbox:before {
  content: "\f552";
}

/* line 1232, sass/fontawesome/_icons.scss */
.fa-tools:before {
  content: "\f7d9";
}

/* line 1233, sass/fontawesome/_icons.scss */
.fa-tooth:before {
  content: "\f5c9";
}

/* line 1234, sass/fontawesome/_icons.scss */
.fa-torah:before {
  content: "\f6a0";
}

/* line 1235, sass/fontawesome/_icons.scss */
.fa-torii-gate:before {
  content: "\f6a1";
}

/* line 1236, sass/fontawesome/_icons.scss */
.fa-tractor:before {
  content: "\f722";
}

/* line 1237, sass/fontawesome/_icons.scss */
.fa-trade-federation:before {
  content: "\f513";
}

/* line 1238, sass/fontawesome/_icons.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1239, sass/fontawesome/_icons.scss */
.fa-traffic-light:before {
  content: "\f637";
}

/* line 1240, sass/fontawesome/_icons.scss */
.fa-train:before {
  content: "\f238";
}

/* line 1241, sass/fontawesome/_icons.scss */
.fa-tram:before {
  content: "\f7da";
}

/* line 1242, sass/fontawesome/_icons.scss */
.fa-transgender:before {
  content: "\f224";
}

/* line 1243, sass/fontawesome/_icons.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1244, sass/fontawesome/_icons.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1245, sass/fontawesome/_icons.scss */
.fa-trash-alt:before {
  content: "\f2ed";
}

/* line 1246, sass/fontawesome/_icons.scss */
.fa-trash-restore:before {
  content: "\f829";
}

/* line 1247, sass/fontawesome/_icons.scss */
.fa-trash-restore-alt:before {
  content: "\f82a";
}

/* line 1248, sass/fontawesome/_icons.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1249, sass/fontawesome/_icons.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 1250, sass/fontawesome/_icons.scss */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1251, sass/fontawesome/_icons.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 1252, sass/fontawesome/_icons.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 1253, sass/fontawesome/_icons.scss */
.fa-truck-loading:before {
  content: "\f4de";
}

/* line 1254, sass/fontawesome/_icons.scss */
.fa-truck-monster:before {
  content: "\f63b";
}

/* line 1255, sass/fontawesome/_icons.scss */
.fa-truck-moving:before {
  content: "\f4df";
}

/* line 1256, sass/fontawesome/_icons.scss */
.fa-truck-pickup:before {
  content: "\f63c";
}

/* line 1257, sass/fontawesome/_icons.scss */
.fa-tshirt:before {
  content: "\f553";
}

/* line 1258, sass/fontawesome/_icons.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1259, sass/fontawesome/_icons.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1260, sass/fontawesome/_icons.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1261, sass/fontawesome/_icons.scss */
.fa-tv:before {
  content: "\f26c";
}

/* line 1262, sass/fontawesome/_icons.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1263, sass/fontawesome/_icons.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 1264, sass/fontawesome/_icons.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 1265, sass/fontawesome/_icons.scss */
.fa-typo3:before {
  content: "\f42b";
}

/* line 1266, sass/fontawesome/_icons.scss */
.fa-uber:before {
  content: "\f402";
}

/* line 1267, sass/fontawesome/_icons.scss */
.fa-ubuntu:before {
  content: "\f7df";
}

/* line 1268, sass/fontawesome/_icons.scss */
.fa-uikit:before {
  content: "\f403";
}

/* line 1269, sass/fontawesome/_icons.scss */
.fa-umbraco:before {
  content: "\f8e8";
}

/* line 1270, sass/fontawesome/_icons.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 1271, sass/fontawesome/_icons.scss */
.fa-umbrella-beach:before {
  content: "\f5ca";
}

/* line 1272, sass/fontawesome/_icons.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 1273, sass/fontawesome/_icons.scss */
.fa-undo:before {
  content: "\f0e2";
}

/* line 1274, sass/fontawesome/_icons.scss */
.fa-undo-alt:before {
  content: "\f2ea";
}

/* line 1275, sass/fontawesome/_icons.scss */
.fa-uniregistry:before {
  content: "\f404";
}

/* line 1276, sass/fontawesome/_icons.scss */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 1277, sass/fontawesome/_icons.scss */
.fa-university:before {
  content: "\f19c";
}

/* line 1278, sass/fontawesome/_icons.scss */
.fa-unlink:before {
  content: "\f127";
}

/* line 1279, sass/fontawesome/_icons.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 1280, sass/fontawesome/_icons.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1281, sass/fontawesome/_icons.scss */
.fa-untappd:before {
  content: "\f405";
}

/* line 1282, sass/fontawesome/_icons.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 1283, sass/fontawesome/_icons.scss */
.fa-ups:before {
  content: "\f7e0";
}

/* line 1284, sass/fontawesome/_icons.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 1285, sass/fontawesome/_icons.scss */
.fa-user:before {
  content: "\f007";
}

/* line 1286, sass/fontawesome/_icons.scss */
.fa-user-alt:before {
  content: "\f406";
}

/* line 1287, sass/fontawesome/_icons.scss */
.fa-user-alt-slash:before {
  content: "\f4fa";
}

/* line 1288, sass/fontawesome/_icons.scss */
.fa-user-astronaut:before {
  content: "\f4fb";
}

/* line 1289, sass/fontawesome/_icons.scss */
.fa-user-check:before {
  content: "\f4fc";
}

/* line 1290, sass/fontawesome/_icons.scss */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 1291, sass/fontawesome/_icons.scss */
.fa-user-clock:before {
  content: "\f4fd";
}

/* line 1292, sass/fontawesome/_icons.scss */
.fa-user-cog:before {
  content: "\f4fe";
}

/* line 1293, sass/fontawesome/_icons.scss */
.fa-user-edit:before {
  content: "\f4ff";
}

/* line 1294, sass/fontawesome/_icons.scss */
.fa-user-friends:before {
  content: "\f500";
}

/* line 1295, sass/fontawesome/_icons.scss */
.fa-user-graduate:before {
  content: "\f501";
}

/* line 1296, sass/fontawesome/_icons.scss */
.fa-user-injured:before {
  content: "\f728";
}

/* line 1297, sass/fontawesome/_icons.scss */
.fa-user-lock:before {
  content: "\f502";
}

/* line 1298, sass/fontawesome/_icons.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 1299, sass/fontawesome/_icons.scss */
.fa-user-minus:before {
  content: "\f503";
}

/* line 1300, sass/fontawesome/_icons.scss */
.fa-user-ninja:before {
  content: "\f504";
}

/* line 1301, sass/fontawesome/_icons.scss */
.fa-user-nurse:before {
  content: "\f82f";
}

/* line 1302, sass/fontawesome/_icons.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1303, sass/fontawesome/_icons.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1304, sass/fontawesome/_icons.scss */
.fa-user-shield:before {
  content: "\f505";
}

/* line 1305, sass/fontawesome/_icons.scss */
.fa-user-slash:before {
  content: "\f506";
}

/* line 1306, sass/fontawesome/_icons.scss */
.fa-user-tag:before {
  content: "\f507";
}

/* line 1307, sass/fontawesome/_icons.scss */
.fa-user-tie:before {
  content: "\f508";
}

/* line 1308, sass/fontawesome/_icons.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 1309, sass/fontawesome/_icons.scss */
.fa-users:before {
  content: "\f0c0";
}

/* line 1310, sass/fontawesome/_icons.scss */
.fa-users-cog:before {
  content: "\f509";
}

/* line 1311, sass/fontawesome/_icons.scss */
.fa-usps:before {
  content: "\f7e1";
}

/* line 1312, sass/fontawesome/_icons.scss */
.fa-ussunnah:before {
  content: "\f407";
}

/* line 1313, sass/fontawesome/_icons.scss */
.fa-utensil-spoon:before {
  content: "\f2e5";
}

/* line 1314, sass/fontawesome/_icons.scss */
.fa-utensils:before {
  content: "\f2e7";
}

/* line 1315, sass/fontawesome/_icons.scss */
.fa-vaadin:before {
  content: "\f408";
}

/* line 1316, sass/fontawesome/_icons.scss */
.fa-vector-square:before {
  content: "\f5cb";
}

/* line 1317, sass/fontawesome/_icons.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 1318, sass/fontawesome/_icons.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1319, sass/fontawesome/_icons.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1320, sass/fontawesome/_icons.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1321, sass/fontawesome/_icons.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 1322, sass/fontawesome/_icons.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 1323, sass/fontawesome/_icons.scss */
.fa-vial:before {
  content: "\f492";
}

/* line 1324, sass/fontawesome/_icons.scss */
.fa-vials:before {
  content: "\f493";
}

/* line 1325, sass/fontawesome/_icons.scss */
.fa-viber:before {
  content: "\f409";
}

/* line 1326, sass/fontawesome/_icons.scss */
.fa-video:before {
  content: "\f03d";
}

/* line 1327, sass/fontawesome/_icons.scss */
.fa-video-slash:before {
  content: "\f4e2";
}

/* line 1328, sass/fontawesome/_icons.scss */
.fa-vihara:before {
  content: "\f6a7";
}

/* line 1329, sass/fontawesome/_icons.scss */
.fa-vimeo:before {
  content: "\f40a";
}

/* line 1330, sass/fontawesome/_icons.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1331, sass/fontawesome/_icons.scss */
.fa-vimeo-v:before {
  content: "\f27d";
}

/* line 1332, sass/fontawesome/_icons.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1333, sass/fontawesome/_icons.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 1334, sass/fontawesome/_icons.scss */
.fa-vnv:before {
  content: "\f40b";
}

/* line 1335, sass/fontawesome/_icons.scss */
.fa-voicemail:before {
  content: "\f897";
}

/* line 1336, sass/fontawesome/_icons.scss */
.fa-volleyball-ball:before {
  content: "\f45f";
}

/* line 1337, sass/fontawesome/_icons.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 1338, sass/fontawesome/_icons.scss */
.fa-volume-mute:before {
  content: "\f6a9";
}

/* line 1339, sass/fontawesome/_icons.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 1340, sass/fontawesome/_icons.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 1341, sass/fontawesome/_icons.scss */
.fa-vote-yea:before {
  content: "\f772";
}

/* line 1342, sass/fontawesome/_icons.scss */
.fa-vr-cardboard:before {
  content: "\f729";
}

/* line 1343, sass/fontawesome/_icons.scss */
.fa-vuejs:before {
  content: "\f41f";
}

/* line 1344, sass/fontawesome/_icons.scss */
.fa-walking:before {
  content: "\f554";
}

/* line 1345, sass/fontawesome/_icons.scss */
.fa-wallet:before {
  content: "\f555";
}

/* line 1346, sass/fontawesome/_icons.scss */
.fa-warehouse:before {
  content: "\f494";
}

/* line 1347, sass/fontawesome/_icons.scss */
.fa-water:before {
  content: "\f773";
}

/* line 1348, sass/fontawesome/_icons.scss */
.fa-wave-square:before {
  content: "\f83e";
}

/* line 1349, sass/fontawesome/_icons.scss */
.fa-waze:before {
  content: "\f83f";
}

/* line 1350, sass/fontawesome/_icons.scss */
.fa-weebly:before {
  content: "\f5cc";
}

/* line 1351, sass/fontawesome/_icons.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1352, sass/fontawesome/_icons.scss */
.fa-weight:before {
  content: "\f496";
}

/* line 1353, sass/fontawesome/_icons.scss */
.fa-weight-hanging:before {
  content: "\f5cd";
}

/* line 1354, sass/fontawesome/_icons.scss */
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1355, sass/fontawesome/_icons.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1356, sass/fontawesome/_icons.scss */
.fa-whatsapp-square:before {
  content: "\f40c";
}

/* line 1357, sass/fontawesome/_icons.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1358, sass/fontawesome/_icons.scss */
.fa-whmcs:before {
  content: "\f40d";
}

/* line 1359, sass/fontawesome/_icons.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1360, sass/fontawesome/_icons.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1361, sass/fontawesome/_icons.scss */
.fa-wind:before {
  content: "\f72e";
}

/* line 1362, sass/fontawesome/_icons.scss */
.fa-window-close:before {
  content: "\f410";
}

/* line 1363, sass/fontawesome/_icons.scss */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 1364, sass/fontawesome/_icons.scss */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 1365, sass/fontawesome/_icons.scss */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 1366, sass/fontawesome/_icons.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 1367, sass/fontawesome/_icons.scss */
.fa-wine-bottle:before {
  content: "\f72f";
}

/* line 1368, sass/fontawesome/_icons.scss */
.fa-wine-glass:before {
  content: "\f4e3";
}

/* line 1369, sass/fontawesome/_icons.scss */
.fa-wine-glass-alt:before {
  content: "\f5ce";
}

/* line 1370, sass/fontawesome/_icons.scss */
.fa-wix:before {
  content: "\f5cf";
}

/* line 1371, sass/fontawesome/_icons.scss */
.fa-wizards-of-the-coast:before {
  content: "\f730";
}

/* line 1372, sass/fontawesome/_icons.scss */
.fa-wolf-pack-battalion:before {
  content: "\f514";
}

/* line 1373, sass/fontawesome/_icons.scss */
.fa-won-sign:before {
  content: "\f159";
}

/* line 1374, sass/fontawesome/_icons.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1375, sass/fontawesome/_icons.scss */
.fa-wordpress-simple:before {
  content: "\f411";
}

/* line 1376, sass/fontawesome/_icons.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 1377, sass/fontawesome/_icons.scss */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 1378, sass/fontawesome/_icons.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 1379, sass/fontawesome/_icons.scss */
.fa-wpressr:before {
  content: "\f3e4";
}

/* line 1380, sass/fontawesome/_icons.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 1381, sass/fontawesome/_icons.scss */
.fa-x-ray:before {
  content: "\f497";
}

/* line 1382, sass/fontawesome/_icons.scss */
.fa-xbox:before {
  content: "\f412";
}

/* line 1383, sass/fontawesome/_icons.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 1384, sass/fontawesome/_icons.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1385, sass/fontawesome/_icons.scss */
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1386, sass/fontawesome/_icons.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1387, sass/fontawesome/_icons.scss */
.fa-yammer:before {
  content: "\f840";
}

/* line 1388, sass/fontawesome/_icons.scss */
.fa-yandex:before {
  content: "\f413";
}

/* line 1389, sass/fontawesome/_icons.scss */
.fa-yandex-international:before {
  content: "\f414";
}

/* line 1390, sass/fontawesome/_icons.scss */
.fa-yarn:before {
  content: "\f7e3";
}

/* line 1391, sass/fontawesome/_icons.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1392, sass/fontawesome/_icons.scss */
.fa-yen-sign:before {
  content: "\f157";
}

/* line 1393, sass/fontawesome/_icons.scss */
.fa-yin-yang:before {
  content: "\f6ad";
}

/* line 1394, sass/fontawesome/_icons.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 1395, sass/fontawesome/_icons.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 1396, sass/fontawesome/_icons.scss */
.fa-youtube-square:before {
  content: "\f431";
}

/* line 1397, sass/fontawesome/_icons.scss */
.fa-zhihu:before {
  content: "\f63f";
}

/* line 4, sass/fontawesome/_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, sass/fontawesome/_mixins.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("https://use.fontawesome.com/releases/v5.11.2/webfonts/fa-solid-900.eot");
  src: url("https://use.fontawesome.com/releases/v5.11.2/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("https://use.fontawesome.com/releases/v5.11.2/webfonts/fa-solid-900.woff2") format("woff2"), url("https://use.fontawesome.com/releases/v5.11.2/webfonts/fa-solid-900.woff") format("woff"), url("https://use.fontawesome.com/releases/v5.11.2/webfonts/fa-solid-900.ttf") format("truetype"), url("https://use.fontawesome.com/releases/v5.11.2/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
/* line 20, sass/fontawesome/__solid.scss */
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/* line 1, sass/fontawesome/_shims_own.scss */
.fa-pen-square-o:before {
  content: "\f044";
}

/* line 2, sass/fontawesome/_shims_own.scss */
.fa.fa-sun-o:before {
  content: "\f185";
}

/* line 3, sass/fontawesome/_shims_own.scss */
.fa-address-card-o:before {
  content: "\f2bb";
}

/* line 5, sass/fontawesome/_shims_own.scss */
.fa-files-o:before {
  content: "\f0c5";
}

/* line 6, sass/fontawesome/_shims_own.scss */
.fa-sun-o:before {
  content: "\f185";
}

/* line 7, sass/fontawesome/_shims_own.scss */
.fa-envelope-o:before {
  content: "\f0e0";
}

/* line 8, sass/fontawesome/_shims_own.scss */
.fa-envelope-open-o:before {
  content: "\f2b6";
}

/* line 9, sass/fontawesome/_shims_own.scss */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 10, sass/fontawesome/_shims_own.scss */
.fa-picture-o:before {
  content: "\f03e";
}

/* line 11, sass/fontawesome/_shims_own.scss */
.fa-circle-o:before {
  content: "\f563";
}

/* line 12, sass/fontawesome/_shims_own.scss */
.fa-pagelines:before {
  content: "\f4c2";
}

/* line 15, sass/fontawesome/_shims_own.scss */
.fa.fa-facebook:before,
.fa.fa-twitter:before,
.fa.fa-instagram:before {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 21, sass/fontawesome/_shims_own.scss */
.fa.fa-facebook:before {
  content: "\f39e";
}

/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("https://use.fontawesome.com/releases/v5.11.2/webfonts/fa-brands-400.eot");
  src: url("https://use.fontawesome.com/releases/v5.11.2/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("https://use.fontawesome.com/releases/v5.11.2/webfonts/fa-brands-400.woff2") format("woff2"), url("https://use.fontawesome.com/releases/v5.11.2/webfonts/fa-brands-400.woff") format("woff"), url("https://use.fontawesome.com/releases/v5.11.2/webfonts/fa-brands-400.ttf") format("truetype"), url("https://use.fontawesome.com/releases/v5.11.2/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}
/* line 20, sass/fontawesome/__brands.scss */
.fab {
  font-family: 'Font Awesome 5 Brands';
}

/*3.125% = 10px;*/
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local("Open Sans Light Italic"), local("OpenSans-LightItalic"), url(https://fonts.gstatic.com/s/opensans/v15/PRmiXeptR36kaC0GEAetxko2lTMeWA_kmIyWrkNCwPc.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local("Open Sans SemiBold Italic"), local("OpenSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/opensans/v15/PRmiXeptR36kaC0GEAetxl2umOyRU7PgRiv8DXcgJjk.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v15/DXI1ORHCpsQm3Vp6mXoaTegdm0LZdjqr5-oayXSOefg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(https://fonts.gstatic.com/s/opensans/v15/MTP_ySUJH_bn48VBG8sNSugdm0LZdjqr5-oayXSOefg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* line 1, sass/_resets.scss */
a, abbr, acronym, address, article, aside, b, body, dd, dl, dt, em, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, label, legend, li, menu, nav, object, ol, output, p, pre, q, section, span, strong, summary, table, tbody, td, th, thead, tr, tt, ul, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 2, sass/_resets.scss */
html {
  line-height: 1;
}

/* line 3, sass/_resets.scss */
ul {
  list-style: none;
}

/* line 4, sass/_resets.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 5, sass/_resets.scss */
td, th {
  text-align: left;
  font-weight: 300;
  vertical-align: middle;
}

/* line 7, sass/_resets.scss */
a img {
  border: none;
}

/* line 8, sass/_resets.scss */
article, aside, footer, header, main, menu, nav, section {
  display: block;
}

/** {
    margin:0;
    padding:0;
    border:0;
    font:inherit;
    font-size:100%;
    vertical-align:baseline
}
ol,ul{
    list-style:none
}*/
/* Media Queries */
/* Box Sizing */
/* Font Sizing */
/* Vertical Align with FlexBox */
/*  UL with icon as list style */
/* Boxes Style Sheets Mobil */
/* line 103, sass/_mixins.scss */
.cnt_bx, .cnt_bx_no_flex, .sd_bx {
  margin: 0 auto;
}

/* line 124, sass/_mixins.scss */
.brd_bx {
  border: 3px solid #eee;
  padding: 1em;
}

/* Line Height */
/*@mixin calculateRem($size: 16, $base: 16 ){
    line-height: $heightValue + pt; //fallback for old browsers
    line-height: ($size / $base) * 1.05rem;
}

/* Background Color */
/* Truncate Text one or more Lines */
/* Text Trunicate */
/* Clearfix */
/* line 163, sass/_mixins.scss */
.fx_bx:after, .scndps .hddn_bx:after, .trs_txt_bx:after {
  content: "";
  display: table;
  clear: both;
}

/* line 170, sass/_mixins.scss */
.cnt_bx, .cnt_bx_no_flex, .sd_bx, .mltpl_bttn, .flt, .flt select, .fs_h1, .scndps .hddn_rght, .scndps .hddn_cntr, .scndps .hddn_bx:before, .fx_rght_bx, .jrns_bx, .chcks, main th, main td.tbl_txt.clspn, .trs_h2, .trs_txt .right, .trs_txt .left, .txt_bx .right, .txt_bx .left, .cmrcl_bx, .inf_bx, .cntr, h1, .h1, .txt_bx .h1, .vd_bx h3, .fs_down {
  text-align: center;
}

/* line 173, sass/_mixins.scss */
.scndps .fx_rght, dd, main td, .alignright {
  text-align: right;
}

/* line 176, sass/_mixins.scss */
.frm_bx, .flt_h2 a, .jrns_txt_bx, .txt_bx, .brd_bx, main td.tbl_txt, .alignleft, h1, .starttext h2 {
  text-align: left;
}

/* line 179, sass/_mixins.scss */
.hddn_icn {
  vertical-align: middle;
}

/* line 183, sass/_mixins.scss */
.button.bld, button.bld, input[type=submit].bld, .textbutton a.bld, .jrns_spcl, .jrns_h2, main th, .nv_bx h4, h1, .h1, .txt_bx .h1, strong, h2, h3, h4 {
  font-weight: 600;
}

/* line 191, sass/_mixins.scss */
.tckr_txt a:hover, .txt_bx a:not(.button), .trs_txt_bx a {
  text-decoration: underline;
}

/* line 194, sass/_mixins.scss */
a, .flt_h2 a, .fx_bx a, .tckr_txt a, .jrns_h2 a, #breadcrump li:last-child a, a > img {
  text-decoration: none;
}

/* line 197, sass/_mixins.scss */
.frm_bx ::placeholder, .flt_h2 a {
  font-style: italic;
}

/* line 200, sass/_mixins.scss */
.rrw:after {
  font-style: normal;
}

/* line 203, sass/_mixins.scss */
.rrw:after, .scndps .hddn_bx:before, .shw_txt.llps:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/*// --------------------------------------------------
// Flexbox SASS mixins
// The spec: http://www.w3.org/TR/css3-flexbox
// --------------------------------------------------

// Flexbox display*/
@keyframes slide-in {
  0% {
    transform: translateX(150%);
  }
  100% {
    transform: translateX(0%);
  }
}
@-webkit-keyframes slide-in {
  0% {
    -webkit-transform: translateX(150%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(-150%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(-150%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@keyframes slide-out-right {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(150%);
  }
}
@-webkit-keyframes slide-out-right {
  0% {
    -webkit-transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(150%);
  }
}
@keyframes slide-out-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-150%);
  }
}
@-webkit-keyframes slide-out-left {
  0% {
    -webkit-transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-150%);
  }
}
/* line 1, sass/_grid.scss */
.flex-bx {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-left: -30px;
}
/* line 9, sass/_grid.scss */
.flex-bx.no-mrgn {
  margin-left: 0;
}
/* line 12, sass/_grid.scss */
.flex-bx.flex-start {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
/* line 15, sass/_grid.scss */
.flex-bx.align-start {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
/* line 18, sass/_grid.scss */
.flex-bx.flex-nowrap {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (min-width: 1000px) {
  /* line 22, sass/_grid.scss */
  .flex-bx.flex-dsktp-nowrap {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media (min-width: 1400px) {
  /* line 27, sass/_grid.scss */
  .flex-bx.flex-big-nowrap {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

/* line 32, sass/_grid.scss */
.rcol {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding-left: 30px;
  min-width: 0;
 /*&.with-img {
    padding-left:0;
}*/
}
@media (min-width: 600px) {
  /* line 41, sass/_grid.scss */
  .rcol.with-img, .rcol.stretch {
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    -ms-align-self: stretch;
    align-self: stretch;
  }
  /* line 44, sass/_grid.scss */
  .rcol.stretch .section {
    height: 100%;
  }
}
/* line 48, sass/_grid.scss */
.rcol.owl-carousel {
  padding: 0;
  margin-left: 30px;
}
@media (min-width: 1000px) {
  /* line 53, sass/_grid.scss */
  .rcol.grow-1 {
    flex-grow: 1;
  }
}

@media (min-width: 600px) and (max-width: 999px) {
  /* line 63, sass/_grid.scss */
  .col-tblt-1 {
    -webkit-flex-basis: 8.33% !important;
    -moz-flex-basis: 8.33% !important;
    -ms-flex-preferred-size: 8.33% !important;
    flex-basis: 8.33% !important;
    max-width: 8.33% !important;
  }
}
@media (max-width: 600px) {
  /* line 69, sass/_grid.scss */
  .col-mbl-1 {
    -webkit-flex-basis: 8.33% !important;
    -moz-flex-basis: 8.33% !important;
    -ms-flex-preferred-size: 8.33% !important;
    flex-basis: 8.33% !important;
    max-width: 8.33% !important;
  }
}
@media (min-width: 600px) {
  /* line 76, sass/_grid.scss */
  .col-1 {
    -webkit-flex-basis: 8.33%;
    -moz-flex-basis: 8.33%;
    -ms-flex-preferred-size: 8.33%;
    flex-basis: 8.33%;
    max-width: 8.33%;
  }

  /* line 80, sass/_grid.scss */
  .order-1 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
@media (min-width: 1400px) {
  /* line 85, sass/_grid.scss */
  .col-big-1 {
    -webkit-flex-basis: 8.33% !important;
    -moz-flex-basis: 8.33% !important;
    -ms-flex-preferred-size: 8.33% !important;
    flex-basis: 8.33% !important;
    max-width: 8.33% !important;
  }
}
@media (min-width: 600px) and (max-width: 999px) {
  /* line 63, sass/_grid.scss */
  .col-tblt-2 {
    -webkit-flex-basis: 16.66% !important;
    -moz-flex-basis: 16.66% !important;
    -ms-flex-preferred-size: 16.66% !important;
    flex-basis: 16.66% !important;
    max-width: 16.66% !important;
  }
}
@media (max-width: 600px) {
  /* line 69, sass/_grid.scss */
  .col-mbl-2 {
    -webkit-flex-basis: 16.66% !important;
    -moz-flex-basis: 16.66% !important;
    -ms-flex-preferred-size: 16.66% !important;
    flex-basis: 16.66% !important;
    max-width: 16.66% !important;
  }
}
@media (min-width: 600px) {
  /* line 76, sass/_grid.scss */
  .col-2 {
    -webkit-flex-basis: 16.66%;
    -moz-flex-basis: 16.66%;
    -ms-flex-preferred-size: 16.66%;
    flex-basis: 16.66%;
    max-width: 16.66%;
  }

  /* line 80, sass/_grid.scss */
  .order-2 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
@media (min-width: 1400px) {
  /* line 85, sass/_grid.scss */
  .col-big-2 {
    -webkit-flex-basis: 16.66% !important;
    -moz-flex-basis: 16.66% !important;
    -ms-flex-preferred-size: 16.66% !important;
    flex-basis: 16.66% !important;
    max-width: 16.66% !important;
  }
}
@media (min-width: 600px) and (max-width: 999px) {
  /* line 63, sass/_grid.scss */
  .col-tblt-3 {
    -webkit-flex-basis: 25% !important;
    -moz-flex-basis: 25% !important;
    -ms-flex-preferred-size: 25% !important;
    flex-basis: 25% !important;
    max-width: 25% !important;
  }
}
@media (max-width: 600px) {
  /* line 69, sass/_grid.scss */
  .col-mbl-3 {
    -webkit-flex-basis: 25% !important;
    -moz-flex-basis: 25% !important;
    -ms-flex-preferred-size: 25% !important;
    flex-basis: 25% !important;
    max-width: 25% !important;
  }
}
@media (min-width: 600px) {
  /* line 76, sass/_grid.scss */
  .col-3 {
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  /* line 80, sass/_grid.scss */
  .order-3 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
}
@media (min-width: 1400px) {
  /* line 85, sass/_grid.scss */
  .col-big-3 {
    -webkit-flex-basis: 25% !important;
    -moz-flex-basis: 25% !important;
    -ms-flex-preferred-size: 25% !important;
    flex-basis: 25% !important;
    max-width: 25% !important;
  }
}
@media (min-width: 600px) and (max-width: 999px) {
  /* line 63, sass/_grid.scss */
  .col-tblt-4 {
    -webkit-flex-basis: 33.33% !important;
    -moz-flex-basis: 33.33% !important;
    -ms-flex-preferred-size: 33.33% !important;
    flex-basis: 33.33% !important;
    max-width: 33.33% !important;
  }
}
@media (max-width: 600px) {
  /* line 69, sass/_grid.scss */
  .col-mbl-4 {
    -webkit-flex-basis: 33.33% !important;
    -moz-flex-basis: 33.33% !important;
    -ms-flex-preferred-size: 33.33% !important;
    flex-basis: 33.33% !important;
    max-width: 33.33% !important;
  }
}
@media (min-width: 600px) {
  /* line 76, sass/_grid.scss */
  .col-4 {
    -webkit-flex-basis: 33.33%;
    -moz-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    max-width: 33.33%;
  }

  /* line 80, sass/_grid.scss */
  .order-4 {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
}
@media (min-width: 1400px) {
  /* line 85, sass/_grid.scss */
  .col-big-4 {
    -webkit-flex-basis: 33.33% !important;
    -moz-flex-basis: 33.33% !important;
    -ms-flex-preferred-size: 33.33% !important;
    flex-basis: 33.33% !important;
    max-width: 33.33% !important;
  }
}
@media (min-width: 600px) and (max-width: 999px) {
  /* line 63, sass/_grid.scss */
  .col-tblt-5 {
    -webkit-flex-basis: 41.66% !important;
    -moz-flex-basis: 41.66% !important;
    -ms-flex-preferred-size: 41.66% !important;
    flex-basis: 41.66% !important;
    max-width: 41.66% !important;
  }
}
@media (max-width: 600px) {
  /* line 69, sass/_grid.scss */
  .col-mbl-5 {
    -webkit-flex-basis: 41.66% !important;
    -moz-flex-basis: 41.66% !important;
    -ms-flex-preferred-size: 41.66% !important;
    flex-basis: 41.66% !important;
    max-width: 41.66% !important;
  }
}
@media (min-width: 600px) {
  /* line 76, sass/_grid.scss */
  .col-5 {
    -webkit-flex-basis: 41.66%;
    -moz-flex-basis: 41.66%;
    -ms-flex-preferred-size: 41.66%;
    flex-basis: 41.66%;
    max-width: 41.66%;
  }

  /* line 80, sass/_grid.scss */
  .order-5 {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
}
@media (min-width: 1400px) {
  /* line 85, sass/_grid.scss */
  .col-big-5 {
    -webkit-flex-basis: 41.66% !important;
    -moz-flex-basis: 41.66% !important;
    -ms-flex-preferred-size: 41.66% !important;
    flex-basis: 41.66% !important;
    max-width: 41.66% !important;
  }
}
@media (min-width: 600px) and (max-width: 999px) {
  /* line 63, sass/_grid.scss */
  .col-tblt-6 {
    -webkit-flex-basis: 50% !important;
    -moz-flex-basis: 50% !important;
    -ms-flex-preferred-size: 50% !important;
    flex-basis: 50% !important;
    max-width: 50% !important;
  }
}
@media (max-width: 600px) {
  /* line 69, sass/_grid.scss */
  .col-mbl-6 {
    -webkit-flex-basis: 50% !important;
    -moz-flex-basis: 50% !important;
    -ms-flex-preferred-size: 50% !important;
    flex-basis: 50% !important;
    max-width: 50% !important;
  }
}
@media (min-width: 600px) {
  /* line 76, sass/_grid.scss */
  .col-6 {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  /* line 80, sass/_grid.scss */
  .order-6 {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
}
@media (min-width: 1400px) {
  /* line 85, sass/_grid.scss */
  .col-big-6 {
    -webkit-flex-basis: 50% !important;
    -moz-flex-basis: 50% !important;
    -ms-flex-preferred-size: 50% !important;
    flex-basis: 50% !important;
    max-width: 50% !important;
  }
}
@media (min-width: 600px) and (max-width: 999px) {
  /* line 63, sass/_grid.scss */
  .col-tblt-7 {
    -webkit-flex-basis: 58.33% !important;
    -moz-flex-basis: 58.33% !important;
    -ms-flex-preferred-size: 58.33% !important;
    flex-basis: 58.33% !important;
    max-width: 58.33% !important;
  }
}
@media (max-width: 600px) {
  /* line 69, sass/_grid.scss */
  .col-mbl-7 {
    -webkit-flex-basis: 58.33% !important;
    -moz-flex-basis: 58.33% !important;
    -ms-flex-preferred-size: 58.33% !important;
    flex-basis: 58.33% !important;
    max-width: 58.33% !important;
  }
}
@media (min-width: 600px) {
  /* line 76, sass/_grid.scss */
  .col-7 {
    -webkit-flex-basis: 58.33%;
    -moz-flex-basis: 58.33%;
    -ms-flex-preferred-size: 58.33%;
    flex-basis: 58.33%;
    max-width: 58.33%;
  }

  /* line 80, sass/_grid.scss */
  .order-7 {
    -webkit-box-ordinal-group: 7;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }
}
@media (min-width: 1400px) {
  /* line 85, sass/_grid.scss */
  .col-big-7 {
    -webkit-flex-basis: 58.33% !important;
    -moz-flex-basis: 58.33% !important;
    -ms-flex-preferred-size: 58.33% !important;
    flex-basis: 58.33% !important;
    max-width: 58.33% !important;
  }
}
@media (min-width: 600px) and (max-width: 999px) {
  /* line 63, sass/_grid.scss */
  .col-tblt-8 {
    -webkit-flex-basis: 66.66% !important;
    -moz-flex-basis: 66.66% !important;
    -ms-flex-preferred-size: 66.66% !important;
    flex-basis: 66.66% !important;
    max-width: 66.66% !important;
  }
}
@media (max-width: 600px) {
  /* line 69, sass/_grid.scss */
  .col-mbl-8 {
    -webkit-flex-basis: 66.66% !important;
    -moz-flex-basis: 66.66% !important;
    -ms-flex-preferred-size: 66.66% !important;
    flex-basis: 66.66% !important;
    max-width: 66.66% !important;
  }
}
@media (min-width: 600px) {
  /* line 76, sass/_grid.scss */
  .col-8 {
    -webkit-flex-basis: 66.66%;
    -moz-flex-basis: 66.66%;
    -ms-flex-preferred-size: 66.66%;
    flex-basis: 66.66%;
    max-width: 66.66%;
  }

  /* line 80, sass/_grid.scss */
  .order-8 {
    -webkit-box-ordinal-group: 8;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }
}
@media (min-width: 1400px) {
  /* line 85, sass/_grid.scss */
  .col-big-8 {
    -webkit-flex-basis: 66.66% !important;
    -moz-flex-basis: 66.66% !important;
    -ms-flex-preferred-size: 66.66% !important;
    flex-basis: 66.66% !important;
    max-width: 66.66% !important;
  }
}
@media (min-width: 600px) and (max-width: 999px) {
  /* line 63, sass/_grid.scss */
  .col-tblt-9 {
    -webkit-flex-basis: 75% !important;
    -moz-flex-basis: 75% !important;
    -ms-flex-preferred-size: 75% !important;
    flex-basis: 75% !important;
    max-width: 75% !important;
  }
}
@media (max-width: 600px) {
  /* line 69, sass/_grid.scss */
  .col-mbl-9 {
    -webkit-flex-basis: 75% !important;
    -moz-flex-basis: 75% !important;
    -ms-flex-preferred-size: 75% !important;
    flex-basis: 75% !important;
    max-width: 75% !important;
  }
}
@media (min-width: 600px) {
  /* line 76, sass/_grid.scss */
  .col-9 {
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  /* line 80, sass/_grid.scss */
  .order-9 {
    -webkit-box-ordinal-group: 9;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }
}
@media (min-width: 1400px) {
  /* line 85, sass/_grid.scss */
  .col-big-9 {
    -webkit-flex-basis: 75% !important;
    -moz-flex-basis: 75% !important;
    -ms-flex-preferred-size: 75% !important;
    flex-basis: 75% !important;
    max-width: 75% !important;
  }
}
@media (min-width: 600px) and (max-width: 999px) {
  /* line 63, sass/_grid.scss */
  .col-tblt-10 {
    -webkit-flex-basis: 83.33% !important;
    -moz-flex-basis: 83.33% !important;
    -ms-flex-preferred-size: 83.33% !important;
    flex-basis: 83.33% !important;
    max-width: 83.33% !important;
  }
}
@media (max-width: 600px) {
  /* line 69, sass/_grid.scss */
  .col-mbl-10 {
    -webkit-flex-basis: 83.33% !important;
    -moz-flex-basis: 83.33% !important;
    -ms-flex-preferred-size: 83.33% !important;
    flex-basis: 83.33% !important;
    max-width: 83.33% !important;
  }
}
@media (min-width: 600px) {
  /* line 76, sass/_grid.scss */
  .col-10 {
    -webkit-flex-basis: 83.33%;
    -moz-flex-basis: 83.33%;
    -ms-flex-preferred-size: 83.33%;
    flex-basis: 83.33%;
    max-width: 83.33%;
  }

  /* line 80, sass/_grid.scss */
  .order-10 {
    -webkit-box-ordinal-group: 10;
    -moz-box-ordinal-group: 10;
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }
}
@media (min-width: 1400px) {
  /* line 85, sass/_grid.scss */
  .col-big-10 {
    -webkit-flex-basis: 83.33% !important;
    -moz-flex-basis: 83.33% !important;
    -ms-flex-preferred-size: 83.33% !important;
    flex-basis: 83.33% !important;
    max-width: 83.33% !important;
  }
}
@media (min-width: 600px) and (max-width: 999px) {
  /* line 63, sass/_grid.scss */
  .col-tblt-11 {
    -webkit-flex-basis: 91.66% !important;
    -moz-flex-basis: 91.66% !important;
    -ms-flex-preferred-size: 91.66% !important;
    flex-basis: 91.66% !important;
    max-width: 91.66% !important;
  }
}
@media (max-width: 600px) {
  /* line 69, sass/_grid.scss */
  .col-mbl-11 {
    -webkit-flex-basis: 91.66% !important;
    -moz-flex-basis: 91.66% !important;
    -ms-flex-preferred-size: 91.66% !important;
    flex-basis: 91.66% !important;
    max-width: 91.66% !important;
  }
}
@media (min-width: 600px) {
  /* line 76, sass/_grid.scss */
  .col-11 {
    -webkit-flex-basis: 91.66%;
    -moz-flex-basis: 91.66%;
    -ms-flex-preferred-size: 91.66%;
    flex-basis: 91.66%;
    max-width: 91.66%;
  }

  /* line 80, sass/_grid.scss */
  .order-11 {
    -webkit-box-ordinal-group: 11;
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }
}
@media (min-width: 1400px) {
  /* line 85, sass/_grid.scss */
  .col-big-11 {
    -webkit-flex-basis: 91.66% !important;
    -moz-flex-basis: 91.66% !important;
    -ms-flex-preferred-size: 91.66% !important;
    flex-basis: 91.66% !important;
    max-width: 91.66% !important;
  }
}
@media (min-width: 600px) and (max-width: 999px) {
  /* line 63, sass/_grid.scss */
  .col-tblt-12 {
    -webkit-flex-basis: 100% !important;
    -moz-flex-basis: 100% !important;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
}
@media (max-width: 600px) {
  /* line 69, sass/_grid.scss */
  .col-mbl-12 {
    -webkit-flex-basis: 100% !important;
    -moz-flex-basis: 100% !important;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
}
@media (min-width: 600px) {
  /* line 76, sass/_grid.scss */
  .col-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  /* line 80, sass/_grid.scss */
  .order-12 {
    -webkit-box-ordinal-group: 12;
    -moz-box-ordinal-group: 12;
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }
}
@media (min-width: 1400px) {
  /* line 85, sass/_grid.scss */
  .col-big-12 {
    -webkit-flex-basis: 100% !important;
    -moz-flex-basis: 100% !important;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
}
/*@include tablet {
    .tblt-no .col {
        @include flex-basis(100%);
        //flex-basis: 100% !important;
        max-width:100%;
        padding:0;
        margin-left: $gridMargin;
    }
    .col-1 {display:none}
}*/
/* line 1, sass/_hrefs.scss */
a {
  color: #002368;
}

/* line 5, sass/_hrefs.scss */
a.underline {
  text-decoration: underline;
}

/* line 8, sass/_hrefs.scss */
.rrw:after {
  content: '\f054';
  float: right;
  font-size: 1.1em;
}

/* line 15, sass/_hrefs.scss */
.rrw.opn:after {
  content: '\f078';
}

/* line 18, sass/_hrefs.scss */
.tggl-txt-clss {
  cursor: pointer;
}

/* BUttons */
/* line 22, sass/_hrefs.scss */
.button, button, input[type=submit], .textbutton a {
  padding: .2em 1.3em;
  background: #002368;
  color: #fff;
  border: none;
  cursor: pointer;
  text-decoration: none !important;
  position: relative;
  border: 2px solid #002368;
  display: inline-block;
  line-height: 1.8;
}
/* line 36, sass/_hrefs.scss */
.button.bglgr, button.bglgr, input[type=submit].bglgr, .textbutton a.bglgr {
  color: #000;
  border-color: #eee;
}
@media (min-width: 1000px) {
  /* line 36, sass/_hrefs.scss */
  .button.bglgr, button.bglgr, input[type=submit].bglgr, .textbutton a.bglgr {
    color: #fff;
    background: #002368;
    border-color: #002368;
  }
}
/* line 46, sass/_hrefs.scss */
.button.lght, button.lght, input[type=submit].lght, .textbutton a.lght {
  color: #686868;
  border: 1px solid #d4d4d4;
  background: #fff;
}
/* line 53, sass/_hrefs.scss */
.button.bgdgr, button.bgdgr, input[type=submit].bgdgr, .textbutton a.bgdgr {
  border-color: #686868;
  padding: .5em 1.3em;
}
/* line 61, sass/_hrefs.scss */
.button:hover, button:hover, input[type=submit]:hover, .textbutton a:hover {
  background: none;
  transition: all .3s;
  color: #002368;
}
/* line 65, sass/_hrefs.scss */
.button:hover .wht, .button:hover .fs_h1, .button:hover .fx_bx a, .fx_bx .button:hover a, .button:hover .fx_cntr, button:hover .wht, button:hover .fs_h1, button:hover .fx_bx a, .fx_bx button:hover a, button:hover .fx_cntr, input[type=submit]:hover .wht, input[type=submit]:hover .fs_h1, input[type=submit]:hover .fx_bx a, .fx_bx input[type=submit]:hover a, input[type=submit]:hover .fx_cntr, .textbutton a:hover .wht, .textbutton a:hover .fs_h1, .textbutton a:hover .fx_bx a, .fx_bx .textbutton a:hover a, .textbutton a:hover .fx_cntr {
  color: #7e7e7e;
}
/* line 69, sass/_hrefs.scss */
.button.bgred, button.bgred, input[type=submit].bgred, .textbutton a.bgred {
  border-color: #c52e0c;
}
/* line 71, sass/_hrefs.scss */
.button.bgred:hover, button.bgred:hover, input[type=submit].bgred:hover, .textbutton a.bgred:hover {
  color: #c52e0c;
}

/* line 77, sass/_hrefs.scss */
.bgblue .button:hover {
  border-color: #fff;
  color: #fff;
}

/* line 81, sass/_hrefs.scss */
a.wht:hover, a.fs_h1:hover, .fx_bx a:hover, a.fx_cntr:hover {
  color: #7e7e7e;
}

/* line 85, sass/_hrefs.scss */
.txt_bx button {
  margin-bottom: .3em;
}

/* line 88, sass/_hrefs.scss */
.mltpl_bttn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

/* line 93, sass/_hrefs.scss */
.details > a {
  text-decoration: none !important;
  color: #c52e0c;
}
/* line 96, sass/_hrefs.scss */
.details > a:before {
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  display: inline-block;
  width: 1.3em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* line 2, sass/_form.scss */
label {
  display: block;
  font-weight: 600;
}

/* line 6, sass/_form.scss */
.required label::after {
  content: ' *';
}

/* line 11, sass/_form.scss */
input, select, textarea {
  font-family: "Open Sans", sans-serif;
  background: #fff;
  max-width: 100%;
}

/* line 17, sass/_form.scss */
select {
  background-color: white;
  background-image: url(/img/tmpl/arrow.png);
  background-position: right;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
}
/* line 28, sass/_form.scss */
select::-ms-expand {
  display: none;
}

/* line 32, sass/_form.scss */
.flt {
  background: #eee;
  padding: 1.5em 4% 0.3em;
  /*.select:after {
  		content:'\f0d7';
  		@extend %symbol; 
  		font-size:1.3em;
  		position:absolute;
  		bottom:.45em;
  		right:.4em;
  		z-index:9;
  		pointer-events: none;
  }*/
}
/* line 36, sass/_form.scss */
.flt.hdmbl {
  border-bottom: 5px solid #fff;
}
/* line 39, sass/_form.scss */
.flt input[type=text], .flt select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
/* line 45, sass/_form.scss */
.flt label {
  padding-bottom: .8em;
  color: #002368;
}
/* line 54, sass/_form.scss */
.flt select {
  border: none;
  width: 100%;
  position: relative;
  padding: .7em 2.5em .7em .5em;
}
/* line 61, sass/_form.scss */
.flt .padd {
  padding: .5em 1.5em .7em .5em;
}
/* line 65, sass/_form.scss */
.flt .checkbox {
  margin: 0 .3em;
}
/* line 67, sass/_form.scss */
.flt .checkbox label {
  font-weight: 400;
}
/* line 82, sass/_form.scss */
.flt .input {
  margin-right: 4vw;
}
@media (min-width: 600px) and (max-width: 999px) {
  /* line 32, sass/_form.scss */
  .flt {
    text-align: left;
  }
}
@media (min-width: 1000px) {
  /* line 32, sass/_form.scss */
  .flt {
    background: transparent;
    border: none !important;
  }
}

/* line 97, sass/_form.scss */
.input {
  display: block;
  margin: 0 0 .7em 0;
  position: relative;
  max-width: 100%;
}
@media (min-width: 600px) {
  /* line 97, sass/_form.scss */
  .input {
    display: inline-block;
  }
}

/* line 106, sass/_form.scss */
.checkbox {
  display: inline-block;
  padding: .28em 0 .19em;
}
/* line 109, sass/_form.scss */
.checkbox label {
  display: inline;
  padding: 0;
}
/* line 113, sass/_form.scss */
.checkbox input[type=checkbox] {
  background: #fff;
  outline: none;
  margin-right: .4em;
}

/* line 122, sass/_form.scss */
.frm_h {
  background: #686868;
  color: #fff;
  margin: 0 -4%;
  padding: 0.5em 4% !important;
}
@media (min-width: 1000px) {
  /* line 122, sass/_form.scss */
  .frm_h {
    text-align: left;
    margin: 0 0;
  }
}

/* line 134, sass/_form.scss */
.frm_bx {
  margin: 1em auto 0;
}
/* line 138, sass/_form.scss */
.frm_bx .frm {
  padding: 1em 4%;
  margin: 0 -4%;
}
/* line 143, sass/_form.scss */
.frm_bx input, .frm_bx textarea, .frm_bx select {
  font-size: 16px;
  font-size: 1rem;
  background-color: #f8f8f8;
}
/* line 147, sass/_form.scss */
.frm_bx .text input, .frm_bx .email input, .frm_bx .number input, .frm_bx .tel input, .frm_bx textarea, .frm_bx select, .frm_bx .password input {
  border: 1px solid #d4d4d4;
  padding: .3em;
}
/* line 151, sass/_form.scss */
.frm_bx select {
  padding-right: 1.4em;
  min-width: 70%;
}
/* line 155, sass/_form.scss */
.frm_bx label {
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 162, sass/_form.scss */
.frm_bx .flx .number {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 166, sass/_form.scss */
.frm_bx .flx .number label {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  padding-left: 1em;
}
/* line 171, sass/_form.scss */
.frm_bx input[type=number] {
  width: 70px;
}
/* line 175, sass/_form.scss */
.frm_bx .radio label, .frm_bx .checkbox label {
  display: inline-block;
  margin-right: 1em;
}
@media (min-width: 600px) {
  /* line 181, sass/_form.scss */
  .frm_bx .input {
    margin: 0 1em 1em 0;
  }
}
@media (min-width: 1000px) {
  /* line 188, sass/_form.scss */
  .frm_bx .frm {
    margin: 0 0 3em;
  }
  /* line 192, sass/_form.scss */
  .frm_bx .brk:after {
    content: "\A";
    white-space: pre;
  }
  /* line 196, sass/_form.scss */
  .frm_bx select {
    min-width: 200px;
  }
  /* line 200, sass/_form.scss */
  .frm_bx .flx .nwrp {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  /* line 204, sass/_form.scss */
  .frm_bx button {
    padding: 0.5em 4%;
  }
}
/* line 210, sass/_form.scss */
.frm_bx .ui-datepicker-trigger {
  border: none;
  background: none;
  padding: 0;
  margin-left: -1.75em;
  margin-right: .5em;
  width: 1.25em;
  color: #686868;
}

/* line 221, sass/_form.scss */
#suchen {
  position: absolute;
  right: 0;
  z-index: 200;
  max-width: 100%;
  background: #fff;
  padding: .5em .7em;
  border-bottom: 2px solid #eee;
  border-left: 2px solid #eee;
  font-size: 16px;
  font-size: 1rem;
}
/* line 231, sass/_form.scss */
#suchen input {
  padding: .3em;
  background-color: #fff;
  border: none;
  font-size: 1em;
  max-width: 90%;
}

/* line 242, sass/_form.scss */
.error-message {
  color: #c52e0c;
  font-size: 14px;
  font-size: 0.875rem;
}

/* line 247, sass/_form.scss */
.error label {
  color: #c52e0c;
}
/* line 250, sass/_form.scss */
.error input, .error textarea {
  box-shadow: 0 0 2px #c52e0c;
  border-color: #c52e0c !important;
}

/* line 3, sass/_fullscreen.scss */
.fs_bx {
  height: 100vh;
  background: #000;
  position: relative;
  z-index: 99;
}

/* line 10, sass/_fullscreen.scss */
.fs_bgimg {
  height: 88vh;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
  overflow: hidden;
}
@media (min-width: 1000px) {
  /* line 10, sass/_fullscreen.scss */
  .fs_bgimg {
    height: 100vh;
  }
}

/* line 23, sass/_fullscreen.scss */
.fs_bgimg span {
  height: 100%;
  display: block;
  opacity: 0;
  color: transparent;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 70%;
  background-attachment: scroll;
  background-size: cover;
  animation: imageAnimation 36s linear infinite 0s;
}
@media (min-width: 1000px) {
  /* line 36, sass/_fullscreen.scss */
  .fs_bgimg span:before, .fs_bgimg span:after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 8rem;
  }
  /* line 45, sass/_fullscreen.scss */
  .fs_bgimg span:after {
    background: #fff;
    opacity: .6;
  }
  /* line 49, sass/_fullscreen.scss */
  .fs_bgimg span:before {
    filter: blur(8px);
    background-repeat: no-repeat;
    background-position: 50% 70%;
    background-attachment: scroll;
    background-size: cover;
  }
}

/* line 59, sass/_fullscreen.scss */
.fs_flt_bx {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 12vh;
  background: #fff;
  /*@extend %center_f;*/
}
@media (min-width: 1000px) {
  /* line 59, sass/_fullscreen.scss */
  .fs_flt_bx {
    display: flex;
    align-items: center;
    height: 8rem;
    justify-content: center;
    text-align: center;
    background: transparent;
  }
}

/* line 74, sass/_fullscreen.scss */
.flt_h2 a {
  color: #002368;
  display: block;
  padding: 4.3vh 4%;
  font-size: 16px;
  font-size: 1rem;
  background: #fff;
  letter-spacing: 1px;
}
/* line 84, sass/_fullscreen.scss */
.flt_h2 a.sml {
  padding: 0.7em 4%;
}

/* line 89, sass/_fullscreen.scss */
.fs_h1 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.4;
  font-weight: 600;
  z-index: 2;
}
@media (min-width: 1000px) {
  /* line 89, sass/_fullscreen.scss */
  .fs_h1 {
    /*font-size:2.4em;*/
    font-size: 40px;
    font-size: 2.5rem;
  }
}

/* line 102, sass/_fullscreen.scss */
.fs_h1 .slg {
  position: absolute;
  margin-bottom: 5vh;
  bottom: 12vh;
  z-index: 2;
  right: 0;
  left: 0;
  opacity: 0;
  animation: titleAnimation 18s ease-in-out infinite 1s;
}
@media (min-width: 1000px) {
  /* line 102, sass/_fullscreen.scss */
  .fs_h1 .slg {
    bottom: 8rem;
  }
}

/* line 115, sass/_fullscreen.scss */
.fs_h1 .slg span {
  opacity: 0;
  text-shadow: 1px 1px  20px #000;
  animation: fadein 18s linear 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  3% {
    opacity: 1;
    animation-timing-function: ease-out;
    /*transform: scale(1);*/
  }
  17% {
    opacity: 1;
    /*transform: scale(1.05);*/
  }
  25% {
    opacity: 1;
    /*transform: scale(1.05);*/
  }
  30% {
    opacity: 0;
    /*transform: scale(1.05);*/
  }
  100% {
    opacity: 0;
  }
}
@keyframes titleAnimation {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  48% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/* line 142, sass/_fullscreen.scss */
.fs_bgimg.img1 span {
  background-image: url("https://img.meso-berlin.de/imagestore/crop_600_800/reisen-spezialist/fernreise/reise-motorrad.jpg");
  opacity: 1;
}
@media (min-width: 600px) {
  /* line 142, sass/_fullscreen.scss */
  .fs_bgimg.img1 span {
    background-image: url("https://img.meso-berlin.de/imagestore/auto_1700_/reisen-spezialist/fernreise/reise-motorrad.jpg");
  }
}
@media (min-width: 1000px) {
  /* line 149, sass/_fullscreen.scss */
  .fs_bgimg.img1 span:before {
    background-image: url("https://img.meso-berlin.de/imagestore/auto_1700_/reisen-spezialist/fernreise/reise-motorrad.jpg");
  }
}

/* line 155, sass/_fullscreen.scss */
.fs_bgimg.img2 span {
  animation-delay: 9s;
  background-image: url("https://img.meso-berlin.de/imagestore/crop_600_800/reisen-spezialist/fernreise/reise-motorrad-motorradreisen.jpg");
}
@media (min-width: 600px) {
  /* line 155, sass/_fullscreen.scss */
  .fs_bgimg.img2 span {
    background-image: url("https://img.meso-berlin.de/imagestore/auto_1700_/reisen-spezialist/fernreise/reise-motorrad-motorradreisen.jpg");
  }
}
@media (min-width: 1000px) {
  /* line 162, sass/_fullscreen.scss */
  .fs_bgimg.img2 span:before {
    background-image: url("https://img.meso-berlin.de/imagestore/auto_1700_/reisen-spezialist/fernreise/reise-motorrad-motorradreisen.jpg");
  }
}

/* line 167, sass/_fullscreen.scss */
.fs_bgimg.img3 span {
  animation-delay: 18s;
  background-image: url("https://img.meso-berlin.de/imagestore/crop_600_800/reisen-spezialist/usa/westen/usa-monument-valley-sonnenuntergang-aussicht.jpg");
}
@media (min-width: 600px) {
  /* line 167, sass/_fullscreen.scss */
  .fs_bgimg.img3 span {
    background-image: url("https://img.meso-berlin.de/imagestore/auto_1700_/reisen-spezialist/usa/westen/usa-monument-valley-sonnenuntergang-aussicht.jpg");
  }
}
@media (min-width: 1000px) {
  /* line 174, sass/_fullscreen.scss */
  .fs_bgimg.img3 span:before {
    background-image: url("https://img.meso-berlin.de/imagestore/auto_1700_/reisen-spezialist/usa/westen/usa-monument-valley-sonnenuntergang-aussicht.jpg");
  }
}

/* line 179, sass/_fullscreen.scss */
.fs_bgimg.img4 span {
  animation-delay: 27s;
  background-image: url("https://img.meso-berlin.de/imagestore/crop_600_800/reisen-spezialist/fernreise/motorrad-motorradreise.jpg");
}
@media (min-width: 600px) {
  /* line 179, sass/_fullscreen.scss */
  .fs_bgimg.img4 span {
    background-image: url("https://img.meso-berlin.de/imagestore/auto_1700_/reisen-spezialist/fernreise/motorrad-motorradreise.jpg");
  }
}
@media (min-width: 1000px) {
  /* line 186, sass/_fullscreen.scss */
  .fs_bgimg.img4 span:before {
    background-image: url("https://img.meso-berlin.de/imagestore/auto_1700_/reisen-spezialist/fernreise/motorrad-motorradreise.jpg");
  }
}

/* line 191, sass/_fullscreen.scss */
.fs_bgimg.img5 span {
  animation-delay: 36s;
  background-image: url("https://img.meso-berlin.de/imagestore/crop_600_800/reisen-spezialist/fernreise/reise-motorrad-motorradreise.jpg");
}
@media (min-width: 600px) {
  /* line 191, sass/_fullscreen.scss */
  .fs_bgimg.img5 span {
    background-image: url("https://img.meso-berlin.de/imagestore/auto_1700_/reisen-spezialist/fernreise/reise-motorrad-motorradreise.jpg");
  }
}
@media (min-width: 1000px) {
  /* line 198, sass/_fullscreen.scss */
  .fs_bgimg.img5 span:before {
    background-image: url("https://img.meso-berlin.de/imagestore/auto_1700_/reisen-spezialist/fernreise/reise-motorrad-motorradreise.jpg");
  }
}

/* line 203, sass/_fullscreen.scss */
.fs_h1 .slg:nth-child(2) {
  animation-delay: 9s;
}

/* line 206, sass/_fullscreen.scss */
.fs_h1 .slg:nth-child(1) span:nth-child(2) {
  animation-delay: 3s;
}

/* line 209, sass/_fullscreen.scss */
.fs_h1 .slg:nth-child(1) span:nth-child(3) {
  animation-delay: 6s;
}

/* line 212, sass/_fullscreen.scss */
.fs_h1 .slg:nth-child(2) span:nth-child(1) {
  animation-delay: 9s;
}

/* line 215, sass/_fullscreen.scss */
.fs_h1 .slg:nth-child(2) span:nth-child(2) {
  animation-delay: 12s;
}

/* line 218, sass/_fullscreen.scss */
.fs_h1 .slg:nth-child(2) span:nth-child(3) {
  animation-delay: 15s;
}

/*Logo BX */
/* line 5, sass/_fixed_line.scss */
header {
  position: absolute;
  top: 0;
  z-index: 202;
  height: 20vh;
  width: 100%;
}
/* line 12, sass/_fixed_line.scss */
header.frstpg {
  background: rgba(0, 0, 0, 0.4);
}
@media (min-width: 600px) {
  /* line 16, sass/_fixed_line.scss */
  header.frstpg {
    background: transparent;
  }
  /* line 19, sass/_fixed_line.scss */
  header img {
    filter: drop-shadow(0px 0 1px rgba(0, 0, 0, 0.4));
  }
}
/* line 26, sass/_fixed_line.scss */
header .lg_bx {
  height: 20vh;
  max-height: 135px;
  margin-left: 4%;
}
@media (min-width: 1000px) {
  /* line 26, sass/_fixed_line.scss */
  header .lg_bx {
    height: 135px;
    background: none;
  }
}
/* line 37, sass/_fixed_line.scss */
header img {
  height: 100%;
}

/* line 42, sass/_fixed_line.scss */
.fx_bx {
  background: transparent;
}

/* line 52, sass/_fixed_line.scss */
.fx_ul {
  display: inline-block;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 30%;
  -moz-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}
@media (min-width: 1000px) {
  /* line 52, sass/_fixed_line.scss */
  .fx_ul {
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
}
/* line 62, sass/_fixed_line.scss */
.fx_ul li {
  display: inline;
}
/* line 66, sass/_fixed_line.scss */
.fx_ul a {
  padding: .6em .5em;
  margin-right: 2px;
  background: #7e7e7e;
}
@media (min-width: 1000px) {
  /* line 66, sass/_fixed_line.scss */
  .fx_ul a {
    padding: .9em .8em;
  }
}
/* line 76, sass/_fixed_line.scss */
.fx_ul a.mblnv {
  display: inline-block;
}

/* line 85, sass/_fixed_line.scss */
.fx_cntr {
  display: none;
}

/*After Scroll */
/* line 95, sass/_fixed_line.scss */
.fxps {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

/* line 104, sass/_fixed_line.scss */
.scndps {
  width: 100%;
  z-index: 60;
  /*position:relative;*/
}
/* line 108, sass/_fixed_line.scss */
.scndps.ndx {
  z-index: -1;
  margin-top: -2.4em;
}
/* line 111, sass/_fixed_line.scss */
.scndps.ndx.fxps {
  margin: 0;
  z-index: 100;
}
/* line 120, sass/_fixed_line.scss */
.scndps .fx_bx {
  background: #686868;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify;
}
/* line 125, sass/_fixed_line.scss */
.scndps .fx_ul a {
  background: #7e7e7e;
}
@media (min-width: 1000px) {
  /* line 128, sass/_fixed_line.scss */
  .scndps .fx_ul a.cl-phone {
    display: none;
  }
  /* line 131, sass/_fixed_line.scss */
  .scndps .fx_ul a.bgred {
    background: #c52e0c;
  }
}
@media (min-width: 600px) {
  /* line 104, sass/_fixed_line.scss */
  .scndps {
    z-index: 60;
  }
  /* line 145, sass/_fixed_line.scss */
  .scndps.ndx {
    z-index: 60;
    margin: 0;
  }
  /* line 150, sass/_fixed_line.scss */
  .scndps .fx_cntr {
    display: block;
    text-align: center;
  }
  /* line 153, sass/_fixed_line.scss */
  .scndps .fx_cntr span {
    display: block;
    padding: 0.2em 0;
  }
  /* line 158, sass/_fixed_line.scss */
  .scndps .fx_ul a {
    display: inline-block;
  }
}
@media (min-width: 600px) and (max-width: 999px) {
  /* line 164, sass/_fixed_line.scss */
  .scndps .fx_cntr {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  /* line 166, sass/_fixed_line.scss */
  .scndps .fx_cntr span {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
/* line 177, sass/_fixed_line.scss */
.scndps .hddn_bx {
  background: #eee;
  position: relative;
  padding: 1% 4%;
  box-shadow: 2px 0 3px #7e7e7e;
}
/* line 185, sass/_fixed_line.scss */
.scndps .hddn_bx:before {
  content: '\f0d8';
  position: absolute;
  font-size: 2.5em;
  left: 0;
  line-height: .4;
  bottom: 0;
  width: 100%;
  color: #686868;
  cursor: pointer;
}
/* line 203, sass/_fixed_line.scss */
.scndps .hddn_bx.cls {
  padding: .3% 4% 0;
  background: #fff;
}
/* line 206, sass/_fixed_line.scss */
.scndps .hddn_bx.cls * {
  display: none;
}
/* line 209, sass/_fixed_line.scss */
.scndps .hddn_bx.cls:before {
  content: '\f0d7';
  bottom: -.35em;
  color: #686868;
}
@media (min-width: 600px) {
  /* line 177, sass/_fixed_line.scss */
  .scndps .hddn_bx {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
@media (min-width: 600px) and (max-width: 999px) {
  /* line 177, sass/_fixed_line.scss */
  .scndps .hddn_bx {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 224, sass/_fixed_line.scss */
  .scndps .hddn_bx .hddn_lft, .scndps .hddn_bx .hddn_cntr {
    width: 50%;
  }
  /* line 227, sass/_fixed_line.scss */
  .scndps .hddn_bx .hddn_rght {
    width: 100%;
  }
}
@media (min-width: 1000px) {
  /* line 234, sass/_fixed_line.scss */
  .scndps .hddn_bx > div {
    width: 33%;
  }
  /* line 238, sass/_fixed_line.scss */
  .scndps .hddn_bx .hddn_rght {
    text-align: right;
  }
}

/* line 249, sass/_fixed_line.scss */
.frstps .fx_bx {
  position: absolute;
  top: 2vh;
  right: 4%;
}
@media (min-width: 600px) {
  /* line 255, sass/_fixed_line.scss */
  .frstps .fx_ul a {
    display: none;
  }
  /* line 257, sass/_fixed_line.scss */
  .frstps .fx_ul a.dsktp {
    display: inline-block;
    background: rgba(0, 0, 0, 0.4);
  }
}

/* line 268, sass/_fixed_line.scss */
.tckr_bx {
  padding: 0 0 1.5em 0;
}

/* line 271, sass/_fixed_line.scss */
.br_bx {
  background: #fff;
  padding: .3em 1em;
  line-height: 1.5;
}

/* line 277, sass/_fixed_line.scss */
.tckr_sl_bx {
  clear: both;
  padding: .5em 0 .8em;
}

/* line 281, sass/_fixed_line.scss */
.tckr_img {
  float: left;
  margin-right: 1em;
}

/* line 285, sass/_fixed_line.scss */
.tckr_txt {
  line-height: 1.4;
}
/* line 288, sass/_fixed_line.scss */
.tckr_txt a {
  color: #000;
}

/* line 297, sass/_fixed_line.scss */
.hddn_icn {
  padding: 2%;
  margin: 1.5em 2.3% 0 0;
  display: inline-block;
}
/* line 302, sass/_fixed_line.scss */
.hddn_icn.button {
  border: 1px solid #7e7e7e;
  border-radius: 2px;
  color: #686868;
  padding: .3em .7em;
  background: transparent;
}
/* line 308, sass/_fixed_line.scss */
.hddn_icn.button span {
  font-weight: 600;
}
/* line 312, sass/_fixed_line.scss */
.hddn_icn:hover, .hddn_icn.button:hover {
  background: #fff;
}

/*
* Fixed Right Side Bx 
*/
/* line 321, sass/_fixed_line.scss */
.fx_rght_bx {
  padding: 0.5em 4%;
  background: #eee;
}
@media (min-width: 600px) {
  /* line 321, sass/_fixed_line.scss */
  .fx_rght_bx {
    position: fixed;
    padding: 0;
    right: 0;
    bottom: 5%;
    z-index: 50;
  }
  /* line 332, sass/_fixed_line.scss */
  .fx_rght_bx .shariff {
    padding: .3em;
  }
  /* line 335, sass/_fixed_line.scss */
  .fx_rght_bx #socialshare.shariff .orientation-vertical {
    min-width: 30px;
    width: 30px;
  }
}

/* line 342, sass/_fixed_line.scss */
.fx_rght_hrf {
  display: block;
  padding: .5em 0 .7em;
  color: #fff;
  background: #686868;
}
/* line 348, sass/_fixed_line.scss */
.fx_rght_hrf:hover {
  background: #002368;
}

/* line 2, sass/_journeys.scss */
.jrns_bx {
  margin: 0 auto;
}
/* line 7, sass/_journeys.scss */
.jrns_bx .pdd {
  margin: 2em 0;
  display: inline-block;
}
/* line 12, sass/_journeys.scss */
.jrns_bx.sld {
  overflow: hidden;
  white-space: nowrap;
}
@media (min-width: 600px) and (max-width: 999px) {
  /* line 2, sass/_journeys.scss */
  .jrns_bx {
    padding: 1em 2%;
  }
}

/* line 21, sass/_journeys.scss */
.jrns_sl_bx {
  position: relative;
  margin: 1em auto;
  max-width: 96%;
  white-space: normal;
}
/* line 27, sass/_journeys.scss */
.jrns_sl_bx.sld {
  display: inline-block;
  width: 330px;
}
@media (min-width: 600px) and (max-width: 999px) {
  /* line 21, sass/_journeys.scss */
  .jrns_sl_bx {
    display: inline-block;
    width: 330px;
    margin: 1em 2%;
  }
  /* line 36, sass/_journeys.scss */
  .jrns_sl_bx.dbl {
    display: inline-block;
    min-width: 330px;
    width: 45%;
  }
}
@media (min-width: 1000px) {
  /* line 43, sass/_journeys.scss */
  .jrns_sl_bx.ndx {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    max-width: 1400px;
    width: 96%;
  }
  /* line 49, sass/_journeys.scss */
  .jrns_sl_bx.stff_ndx {
    margin: 1em 2%;
    vertical-align: top;
  }
  /* line 53, sass/_journeys.scss */
  .jrns_sl_bx.dbl {
    display: inline-block;
    max-width: 500px;
    min-width: 330px;
    width: 45%;
  }
}

/* line 62, sass/_journeys.scss */
.jrns_img_bx {
  position: relative;
}
/* line 64, sass/_journeys.scss */
.jrns_img_bx img {
  width: 100%;
}

@media (min-width: 1000px) {
  /* line 69, sass/_journeys.scss */
  .ndx .jrns_img_bx {
    -webkit-flex-basis: 31.5%;
    -moz-flex-basis: 31.5%;
    -ms-flex-preferred-size: 31.5%;
    flex-basis: 31.5%;
    max-width: 31.5%;
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    -ms-align-self: stretch;
    align-self: stretch;
  }
  /* line 73, sass/_journeys.scss */
  .ndx .jrns_img_bx img {
    object-fit: cover;
    height: 100%;
    object-position: center center;
  }
}
/* line 81, sass/_journeys.scss */
.jrns_spcl {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  padding: .7em 1.2em;
  font-size: 13px;
  font-size: 0.8125rem;
}

@media (min-width: 1000px) {
  /* line 92, sass/_journeys.scss */
  .ndx .jrns_spcl {
    left: auto;
    right: 0;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
/* line 98, sass/_journeys.scss */
.jrns_prc_bx {
  position: absolute;
  top: 2%;
  right: 4%;
  background: #002368;
  color: #fff;
  padding: .3em .5em;
  line-height: 1.2;
  z-index: 1;
}
/* line 107, sass/_journeys.scss */
.jrns_prc_bx .blck {
  display: block;
}
/* line 111, sass/_journeys.scss */
.jrns_prc_bx.dtl {
  top: auto;
  bottom: 1px;
  left: 0;
  right: auto;
  padding-left: 4%;
  z-index: 201;
}

/* line 123, sass/_journeys.scss */
.jrns_bttn {
  display: none;
}

/* line 126, sass/_journeys.scss */
.jrns_prc_bx.hddmbltbl {
  display: none;
}

@media (min-width: 1000px) {
  /* line 130, sass/_journeys.scss */
  .jrns_rght_bx {
    -webkit-flex-basis: 14.5%;
    -moz-flex-basis: 14.5%;
    -ms-flex-preferred-size: 14.5%;
    flex-basis: 14.5%;
    margin-left: 3%;
    width: 14.5%;
  }

  /* line 137, sass/_journeys.scss */
  .ndx .jrns_prc_bx {
    background: #fff;
    display: block;
    position: static;
    color: #002368;
  }
  /* line 143, sass/_journeys.scss */
  .ndx .jrns_prc_bx .blck {
    display: inline;
  }
  /* line 147, sass/_journeys.scss */
  .ndx .jrns_prc_bx.dtl {
    background: #eee;
    margin: .7em 0 1em 0;
    width: 100%;
    display: block !important;
  }

  /* line 155, sass/_journeys.scss */
  .jrns_bttn {
    display: block;
  }
  /* line 157, sass/_journeys.scss */
  .jrns_bttn a {
    display: block;
    margin-top: 1em;
    padding: .7em 0;
  }
}
/* line 165, sass/_journeys.scss */
.jrns_txt_bx {
  padding: 0.5em 4%;
  background: #fff;
  line-height: 1.6;
}

@media (min-width: 1000px) {
  /* line 172, sass/_journeys.scss */
  .ndx .jrns_txt_bx {
    -webkit-flex-basis: 51%;
    -moz-flex-basis: 51%;
    -ms-flex-preferred-size: 51%;
    flex-basis: 51%;
    max-width: 51%;
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    -ms-align-self: stretch;
    align-self: stretch;
    padding-bottom: .5em;
  }
}
/* line 179, sass/_journeys.scss */
.jrns_sbttl {
  overflow: hidden;
  text-overflow: ellipsis;
  height: 3.2em;
  margin: 0;
}
/* line 144, sass/_mixins.scss */
.jrns_sbttl:after {
  content: '...';
}
/* line 182, sass/_journeys.scss */
.jrns_sbttl:after {
  display: none;
}

/* line 187, sass/_journeys.scss */
.jrns_h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 95%;
  margin: .4em 0 .7em;
}
/* line 192, sass/_journeys.scss */
.jrns_h2 span {
  vertical-align: top;
  white-space: nowrap;
}
/* line 196, sass/_journeys.scss */
.jrns_h2 a {
  color: #000;
}
/* line 199, sass/_journeys.scss */
.jrns_h2 a.rrw:after {
  color: #c52e0c;
  position: absolute;
  right: 4%;
}
/* line 206, sass/_journeys.scss */
.jrns_h2.stff {
  font-size: 20px;
  font-size: 1.25rem;
}
/* line 208, sass/_journeys.scss */
.jrns_h2.stff a {
  color: #002368;
}
/* line 212, sass/_journeys.scss */
.jrns_h2.auto {
  white-space: normal;
}

@media (min-width: 1000px) {
  /* line 217, sass/_journeys.scss */
  .ndx .jrns_h2 {
    font-size: 20px;
    font-size: 1.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 3.2em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: normal;
    margin: 1.5em 0 .7em;
  }
  /* line 144, sass/_mixins.scss */
  .ndx .jrns_h2:after {
    content: '...';
  }
  /* line 224, sass/_journeys.scss */
  .ndx .jrns_h2:after {
    display: none;
  }
  /* line 227, sass/_journeys.scss */
  .ndx .jrns_h2 a {
    color: #002368;
    display: block;
    vertical-align: middle;
  }
  /* line 232, sass/_journeys.scss */
  .ndx .jrns_h2 a:hover {
    text-decoration: underline;
  }
  /* line 235, sass/_journeys.scss */
  .ndx .jrns_h2 a:after {
    display: none;
  }
}
/* line 241, sass/_journeys.scss */
.jrns_txt {
  font-size: 14px;
  font-size: 0.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 6.4em;
}
/* line 144, sass/_mixins.scss */
.jrns_txt:after {
  content: '...';
}
/* line 244, sass/_journeys.scss */
.jrns_txt.ln-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  height: 9.6em;
}
/* line 144, sass/_mixins.scss */
.jrns_txt.ln-3:after {
  content: '...';
}
/* line 247, sass/_journeys.scss */
.jrns_txt.ln-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  height: 8em;
}
/* line 144, sass/_mixins.scss */
.jrns_txt.ln-2:after {
  content: '...';
}
/* line 249, sass/_journeys.scss */
.jrns_txt.ln-2:after {
  display: none;
}
/* line 253, sass/_journeys.scss */
.jrns_txt.auto {
  height: auto;
}
/* line 257, sass/_journeys.scss */
.jrns_txt.no-ellipse:after {
  display: none;
}

@media (min-width: 1000px) {
  /* line 264, sass/_journeys.scss */
  .ndx .jrns_txt {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 3.2em;
  }
  /* line 144, sass/_mixins.scss */
  .ndx .jrns_txt:after {
    content: '...';
  }
  /* line 267, sass/_journeys.scss */
  .ndx .jrns_txt.ln-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 4.8em;
  }
  /* line 144, sass/_mixins.scss */
  .ndx .jrns_txt.ln-3:after {
    content: '...';
  }
}
/* line 274, sass/_journeys.scss */
.jrns_ul {
  margin: 0.5em -4% 0;
  /*&:before {
  	content:'\f0da';
  	@extend %symbol;
  	display:inline-block;
  	padding-right:.7em;
  }*/
}
/* line 276, sass/_journeys.scss */
.jrns_ul.nohrf li {
  display: block;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0.5em 4% 0;
  border-top: 2px solid #eee;
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 90, sass/_mixins.scss */
.jrns_ul.nohrf li:before {
  content: "\f0da";
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  display: inline-block;
  width: 1.3em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color: #002368;
}
/* line 283, sass/_journeys.scss */
.jrns_ul a, .jrns_ul .hrf {
  display: block;
  position: relative;
  border-top: 2px solid #eee;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0.5em 4% 0;
  font-size: 16px;
  font-size: 1rem;
}
/* line 90, sass/_mixins.scss */
.jrns_ul a:before, .jrns_ul .hrf:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  display: inline-block;
  width: 2em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color: #002368;
}
/* line 290, sass/_journeys.scss */
.jrns_ul a:hover, .jrns_ul .hrf:hover {
  background: #eee;
}

/* line 1, sass/_icons.scss */
.icn {
  background: url("/img/tmpl/sprites.png") no-repeat 0 0;
  display: inline-block;
}

/* line 5, sass/_icons.scss */
.icn-prvnxprt {
  width: 60px;
  height: 46px;
}

/* line 10, sass/_icons.scss */
.cyt {
  color: #ff0000;
}

/* line 13, sass/_icons.scss */
.cfb {
  color: #3B5998;
}

/* line 16, sass/_icons.scss */
.cig {
  color: #000;
}

/* line 20, sass/_icons.scss */
.icn-fa:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  display: inline-block;
  width: 1.3em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  padding-right: .6em;
}

/* line 26, sass/_icons.scss */
.icn-prgrph:before {
  content: '\00a7';
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

/* line 32, sass/_icons.scss */
.airline-logos {
  vertical-align: middle;
  text-align: center;
}
@media (min-width: 1000px) {
  /* line 32, sass/_icons.scss */
  .airline-logos {
    text-align: left;
  }
}
/* line 41, sass/_icons.scss */
.airline-logos img {
  display: inline-block;
  margin: .3em .5em;
  vertical-align: middle;
  max-height: 40px;
  max-width: 100%;
  width: auto;
}
/* line 48, sass/_icons.scss */
.airline-logos img:first-child {
  margin-left: 0;
}
/* line 51, sass/_icons.scss */
.airline-logos img:last-child {
  margin-right: 0;
}

/* line 1, sass/_content.scss */
.lh-txt {
  line-height: 1.8;
}

/* line 4, sass/_content.scss */
.cnt_bx, .cnt_bx_no_flex {
  padding: 1em 4%;
  line-height: 1.8;
}
@media (min-width: 600px) and (max-width: 999px) {
  /* line 13, sass/_content.scss */
  .cnt_bx.mrgntp, .cnt_bx_no_flex.mrgntp {
    padding-top: 2em;
  }
}
@media (min-width: 1000px) {
  /* line 4, sass/_content.scss */
  .cnt_bx, .cnt_bx_no_flex {
    max-width: 1512px;
  }
  /* line 21, sass/_content.scss */
  .cnt_bx.mrgntp, .cnt_bx_no_flex.mrgntp {
    padding-top: 3em;
  }
}
/* line 27, sass/_content.scss */
.cnt_bx .sld_bx, .cnt_bx_no_flex .sld_bx {
  margin-bottom: 1em;
}
/* line 30, sass/_content.scss */
.cnt_bx strong, .cnt_bx_no_flex strong {
  color: #686868;
}

/* line 36, sass/_content.scss */
.txt_bx {
  background: #fff;
  /*img {
  	width:100%;
  }*/
}
/* line 41, sass/_content.scss */
.txt_bx h2 {
  padding: .8em 0 .7em;
  font-size: 18px;
  font-size: 1.125rem;
  clear: both;
}
/* line 45, sass/_content.scss */
.txt_bx h2:first-child {
  padding-top: 0;
}
@media (min-width: 1000px) {
  /* line 41, sass/_content.scss */
  .txt_bx h2 {
    font-size: 20px;
    font-size: 1.25rem;
    padding-top: 1.8em;
  }
}
/* line 54, sass/_content.scss */
.txt_bx h3 {
  padding: .4em 0 .3em;
  clear: both;
}
/* line 58, sass/_content.scss */
.txt_bx td {
  border: none;
}
@media (min-width: 1000px) {
  /* line 36, sass/_content.scss */
  .txt_bx {
    max-width: 950px;
    line-height: 2;
    padding-right: 4%;
    -webkit-flex-basis: 70%;
    -moz-flex-basis: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
  }
  /* line 68, sass/_content.scss */
  .txt_bx.rght {
    padding-right: 0;
    padding-left: 8%;
  }
  /* line 73, sass/_content.scss */
  .txt_bx.ttl {
    margin: 0 auto;
    padding-right: 0;
  }
  /* line 78, sass/_content.scss */
  .txt_bx.ttl.fancybox-content {
    padding-right: 4%;
  }
  /* line 83, sass/_content.scss */
  .txt_bx.hlf {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  /* line 87, sass/_content.scss */
  .txt_bx table {
    width: auto;
  }
}
/* line 92, sass/_content.scss */
.txt_bx .trnct {
  overflow: hidden;
  text-overflow: ellipsis;
  height: 3.6em;
}
/* line 144, sass/_mixins.scss */
.txt_bx .trnct:after {
  content: '...';
}
/* line 94, sass/_content.scss */
.txt_bx .trnct:after {
  display: none;
}
/* line 97, sass/_content.scss */
.txt_bx .trnct.auto {
  height: auto;
}
@media (min-width: 600px) {
  /* line 92, sass/_content.scss */
  .txt_bx .trnct {
    height: auto;
  }
}
/* line 111, sass/_content.scss */
.txt_bx a.extern:before, .txt_bx a.in_sd_bx:before {
  content: "\f35d";
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  display: inline-block;
  width: 1.5em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* line 125, sass/_content.scss */
.cnt_bx .txt_bx, .cnt_bx .sd_bx {
  padding-left: 0;
}
@media (min-width: 1000px) {
  /* line 124, sass/_content.scss */
  .cnt_bx {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -ms-flex-pack: justify;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 130, sass/_content.scss */
  .cnt_bx .txt_bx {
    max-width: 70%;
  }
  /* line 136, sass/_content.scss */
  .cnt_bx.cntr {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}

/* line 141, sass/_content.scss */
#ajxcnt {
  max-width: 950px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}

/* line 147, sass/_content.scss */
.shw_txt {
  cursor: pointer;
}
/* line 149, sass/_content.scss */
.shw_txt.llps:after {
  content: '... \f101';
}
@media (min-width: 600px) {
  /* line 147, sass/_content.scss */
  .shw_txt {
    cursor: auto;
  }
  /* line 156, sass/_content.scss */
  .shw_txt.llps:after {
    display: none;
  }
}

/* line 165, sass/_content.scss */
.sd_bx .lg_img {
  padding: 2em;
  display: inline-block;
  min-width: 155px;
}
/* line 170, sass/_content.scss */
.sd_bx > div {
  margin-bottom: 2em;
}
@media (min-width: 1000px) {
  /* line 163, sass/_content.scss */
  .sd_bx {
    margin: 0;
    max-width: 30%;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 0 0 0 4%;
    /*> div {
    	margin:0;
    }*/
  }
  /* line 179, sass/_content.scss */
  .sd_bx.lft {
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
    padding-left: 0 4%;
  }
  /* line 183, sass/_content.scss */
  .sd_bx .lg_img {
    padding: 0;
  }
}
@media (min-width: 600px) and (max-width: 999px) {
  /* line 163, sass/_content.scss */
  .sd_bx {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -ms-flex-pack: justify;
  }
}

/* line 201, sass/_content.scss */
.brd_bx {
  padding-bottom: 0;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 600px) and (max-width: 999px) {
  /* line 201, sass/_content.scss */
  .brd_bx {
    width: 48%;
  }
}
@media (min-width: 600px) {
  /* line 213, sass/_content.scss */
  .brd_bx.flx {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    max-width: 1400px;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 219, sass/_content.scss */
  .brd_bx.flx > * {
    -webkit-flex-basis: 42%;
    -moz-flex-basis: 42%;
    -ms-flex-preferred-size: 42%;
    flex-basis: 42%;
    margin: 0 4%;
  }
}

/* line 227, sass/_content.scss */
.brd_ul {
  padding: .4em 0 0;
}
/* line 232, sass/_content.scss */
.brd_ul a, .brd_ul span {
  padding: .3em 2em .4em 3.4em;
  display: block;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  color: #000;
  margin: 0 -1.2em;
}
/* line 90, sass/_mixins.scss */
.brd_ul a:before, .brd_ul span:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  display: inline-block;
  width: 1.2em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color: #002368;
  position: absolute;
  left: 1em;
}
/* line 238, sass/_content.scss */
.brd_ul a:before, .brd_ul span:before {
  left: 1.2em;
}
/* line 241, sass/_content.scss */
.brd_ul a.bgblue, .brd_ul span.bgblue {
  color: #fff;
  font-weight: 600;
  padding-top: .8em;
  padding-bottom: .8em;
}
/* line 246, sass/_content.scss */
.brd_ul a.bgblue:before, .brd_ul span.bgblue:before {
  color: #eee;
}
/* line 249, sass/_content.scss */
.brd_ul a.bgblue:hover, .brd_ul span.bgblue:hover {
  background: #c52e0c;
}
/* line 255, sass/_content.scss */
.brd_ul a:hover {
  background: #eee;
}
/* line 258, sass/_content.scss */
.brd_ul span {
  font-size: 16px;
  font-size: 1rem;
}

/* line 264, sass/_content.scss */
#breadcrump {
  display: none;
}
@media (min-width: 1000px) {
  /* line 264, sass/_content.scss */
  #breadcrump {
    font-size: 13.5px;
    font-size: 0.84375rem;
    margin: .7em 0 1.5em;
    display: block;
    line-height: 1;
  }
}

@media (min-width: 1000px) {
  /* line 278, sass/_content.scss */
  .brdcrmp {
    display: inline;
  }
  /* line 280, sass/_content.scss */
  .brdcrmp li {
    display: inline-block;
  }
  /* line 284, sass/_content.scss */
  .brdcrmp a {
    padding: .2em .2em;
    display: inline-block;
  }
  /* line 287, sass/_content.scss */
  .brdcrmp a.sprt:before {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    display: inline-block;
    width: 0.8em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    text-decoration: none;
  }
  /* line 291, sass/_content.scss */
  .brdcrmp a.ln:before {
    content: '/';
    display: inline-block;
    width: .8em;
  }
  /* line 296, sass/_content.scss */
  .brdcrmp a:hover {
    color: #c52e0c;
    text-decoration: none;
  }
}
/* line 303, sass/_content.scss */
.col {
  margin: 1em 0 1.5em 2em;
}
/* line 305, sass/_content.scss */
.col li {
  padding: 0 0 .5em 1em;
}

/* line 312, sass/_content.scss */
dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
  padding: 0.6em 4%;
}

/* line 318, sass/_content.scss */
dd, dt {
  border-bottom: 2px solid #eee;
  margin-bottom: .5em;
}

/* line 322, sass/_content.scss */
dd {
  width: 30%;
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
}

/* line 327, sass/_content.scss */
dt {
  width: 70%;
}

/* line 330, sass/_content.scss */
.cul {
  margin-bottom: 1em;
}
/* line 332, sass/_content.scss */
.cul li {
  display: block;
  position: relative;
  padding-left: 2.3em;
}
/* line 90, sass/_mixins.scss */
.cul li:before {
  content: "\f0da";
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  display: inline-block;
  width: 1.3em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color: #002368;
  position: absolute;
  left: 1em;
}

/* line 338, sass/_content.scss */
.chcks {
  margin: 0.5em -4% 1em;
  background: #eee;
  padding: 0.7em 4%;
}
/* line 344, sass/_content.scss */
.chcks li {
  padding: .7em 0;
  background: #fff;
}
@media (min-width: 1000px) {
  /* line 338, sass/_content.scss */
  .chcks {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -ms-flex-pack: justify;
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 0 2em;
  }
  /* line 355, sass/_content.scss */
  .chcks li {
    background: transparent;
  }
}

/* line 364, sass/_content.scss */
main table {
  width: 100%;
  border: 2px solid #d4d4d4 !important;
  margin: .7em 0;
}
/* line 369, sass/_content.scss */
main .tbl {
  overflow-x: auto;
}
/* line 372, sass/_content.scss */
main .cntr .tbl {
  text-align: center;
}
/* line 375, sass/_content.scss */
main th {
  background: #002368;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
}
/* line 381, sass/_content.scss */
main th.brdclr {
  border-right-color: #002368;
}
/* line 384, sass/_content.scss */
main th.stwdth {
  width: 5em;
}
/* line 388, sass/_content.scss */
main .bgpr th {
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 391, sass/_content.scss */
main tr:nth-child(even) td {
  background: #eee;
}
/* line 396, sass/_content.scss */
main td.tbl_txt {
  min-width: 150px;
}
/* line 404, sass/_content.scss */
main th, main td {
  border-left: 2px solid #d4d4d4;
  border-right: 2px solid #d4d4d4;
  padding: .2em .3em;
}
/* line 410, sass/_content.scss */
main td.alamo span {
  display: none;
}
@media (min-width: 1000px) {
  /* line 416, sass/_content.scss */
  main :not(.jrns_bx) th, main :not(.jrns_bx) td {
    padding: .5em 1em;
  }
  /* line 420, sass/_content.scss */
  main td.clspn {
    font-weight: 600;
    color: #686868;
  }
}

/* line 428, sass/_content.scss */
.column2 > div {
  column-count: 1;
  vertical-align: top;
}
/* line 431, sass/_content.scss */
.column2 > div .checkbox {
  display: block;
}
@media (min-width: 600px) and (max-width: 999px) {
  /* line 428, sass/_content.scss */
  .column2 > div {
    column-count: 2;
  }
}
@media (min-width: 1000px) {
  /* line 428, sass/_content.scss */
  .column2 > div {
    column-count: 3;
  }
}

/* line 442, sass/_content.scss */
.img-bx-h-300 {
  height: 350px;
  position: relative;
}
/* line 445, sass/_content.scss */
.img-bx-h-300 img {
  object-fit: cover;
  height: 100%;
  object-position: center center;
  width: 100%;
}

/* line 1, sass/_tours.scss */
.trs_bx {
  padding: 1em 4%;
  line-height: 1.8;
  margin: 0 auto;
}
@media (min-width: 1000px) {
  /* line 1, sass/_tours.scss */
  .trs_bx {
    max-width: 1050px;
    min-width: 40%;
  }
}

/* line 12, sass/_tours.scss */
.trs_h2 {
  margin-top: 2em;
  font-size: 22px;
  font-size: 1.375rem;
}

/* line 17, sass/_tours.scss */
.trs_h {
  padding: .6em 1.5em .6em .6em;
  margin: 1em 0 .2em;
  cursor: pointer;
  position: relative;
}
/* line 23, sass/_tours.scss */
.trs_h:after {
  margin-right: -.6em;
}
@media (min-width: 1000px) {
  /* line 17, sass/_tours.scss */
  .trs_h {
    padding: .6em 2.5em .6em 1.6em;
  }
}

/* line 32, sass/_tours.scss */
.trs_txt_bx {
  padding: .6em;
  display: none;
}
@media (min-width: 600px) {
  /* line 32, sass/_tours.scss */
  .trs_txt_bx {
    text-align: left;
  }
}
@media (min-width: 1000px) {
  /* line 32, sass/_tours.scss */
  .trs_txt_bx {
    padding: .8em 1.6em;
  }
}
/* line 45, sass/_tours.scss */
.trs_txt_bx hr {
  border-top: 4px solid #eee;
}

@media (min-width: 600px) {
  /* line 55, sass/_tours.scss */
  .trs_txt .right, .txt_bx .right {
    float: right;
    margin: 0 0 .5em 1em;
  }
  /* line 61, sass/_tours.scss */
  .trs_txt .left, .txt_bx .left {
    float: left;
    margin: 0 1em .5em 0;
  }
}

/* line 69, sass/_tours.scss */
.trs_xtr {
  color: #686868;
}

/* line 75, sass/_tours.scss */
.trs_ln span {
  padding: 0 1.5em 0.5em 0;
  display: inline-block;
}
/* line 79, sass/_tours.scss */
.trs_ln i {
  color: #002368;
}
/* line 82, sass/_tours.scss */
.trs_ln .red i {
  color: #c52e0c;
}
/* line 85, sass/_tours.scss */
.trs_ln .gr a, .trs_ln .gr i {
  color: #686868;
}

/*footer {
	margin-top:2em;
}*/
/* line 8, sass/_footer.scss */
.cmrcl_bx .hddn_icn {
  margin: 0;
  padding: .5em 1.5em;
}

/* line 15, sass/_footer.scss */
.inf_bx {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify;
  background: #686868;
  color: #fff;
  padding: 0.5em 4% 1em;
}
/* line 27, sass/_footer.scss */
.inf_bx .lg_bx {
  min-width: 100px;
  max-width: 150px;
  width: 70%;
  margin-right: 4%;
  display: inline-block;
}
/* line 35, sass/_footer.scss */
.inf_bx .icns {
  width: 100%;
}
@media (min-width: 1000px) {
  /* line 35, sass/_footer.scss */
  .inf_bx .icns {
    width: 20%;
  }
}
/* line 41, sass/_footer.scss */
.inf_bx .hddn_icn {
  vertical-align: top;
}

/* line 46, sass/_footer.scss */
.cntct {
  line-height: 1.8;
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
}
/* line 50, sass/_footer.scss */
.cntct span {
  display: block;
}
/* line 54, sass/_footer.scss */
.cntct a {
  color: #fff;
  margin-right: .5em;
}
/* line 58, sass/_footer.scss */
.cntct table {
  width: 100%;
}
/* line 61, sass/_footer.scss */
.cntct th {
  padding-top: .3em;
}
/* line 64, sass/_footer.scss */
.cntct th, .cntct td {
  display: block;
}
@media (min-width: 600px) {
  /* line 69, sass/_footer.scss */
  .cntct span {
    display: inline;
  }
}
@media (min-width: 600px) and (max-width: 999px) {
  /* line 75, sass/_footer.scss */
  .cntct tr {
    display: inline-block;
    width: 49%;
    vertical-align: top;
  }
  /* line 80, sass/_footer.scss */
  .cntct th, .cntct td {
    text-align: center;
  }
  /* line 83, sass/_footer.scss */
  .cntct td.hdmbl {
    display: block;
  }
}
@media (min-width: 1000px) {
  /* line 46, sass/_footer.scss */
  .cntct {
    width: 80%;
    text-align: left;
  }
  /* line 90, sass/_footer.scss */
  .cntct table {
    max-width: 1100px;
  }
  /* line 93, sass/_footer.scss */
  .cntct th, .cntct td {
    display: table-cell;
    padding: .3em 1.5em 0 0;
  }
}

/* line 102, sass/_footer.scss */
.nv_bx {
  position: relative;
}
/* line 105, sass/_footer.scss */
.nv_bx h4 {
  font-size: 18px;
  font-size: 1.125rem;
  background: #eee;
  padding: 1em 4%;
  position: relative;
  border-bottom: 1px solid #d4d4d4;
  cursor: pointer;
}
/* line 113, sass/_footer.scss */
.nv_bx h4:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  display: inline-block;
  width: 2em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color: #c52e0c;
  font-size: 1.1em;
}
/* line 118, sass/_footer.scss */
.nv_bx h4:after {
  color: #c52e0c;
}
@media (min-width: 600px) and (max-width: 999px) {
  /* line 102, sass/_footer.scss */
  .nv_bx {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 1000px) {
  /* line 102, sass/_footer.scss */
  .nv_bx {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 2em;
  }
  /* line 130, sass/_footer.scss */
  .nv_bx h4 {
    background: none;
    font-size: 20px;
    font-size: 1.25rem;
    text-align: center;
    color: #002368;
  }
  /* line 134, sass/_footer.scss */
  .nv_bx h4:after, .nv_bx h4:before {
    display: none;
  }
}

/* line 141, sass/_footer.scss */
.nv_hrf {
  padding: 1.3em 1.8em 1.3em 4%;
  font-size: 14px;
  font-size: 0.875rem;
  border-bottom: 1px solid #eee;
  display: block;
  color: #000;
  line-height: 1.5;
  position: relative;
  background: #fff;
  cursor: pointer;
}
/* line 151, sass/_footer.scss */
.nv_hrf.nv-2 {
  padding-left: 8%;
}
/* line 154, sass/_footer.scss */
.nv_hrf.nv-3 {
  padding-left: 12%;
}
/* line 158, sass/_footer.scss */
.nv_hrf:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  display: inline-block;
  width: 1.3em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color: #002368;
  font-size: 1.3em;
  text-align: center;
  margin-right: .8em;
  float: left;
  line-height: 1.2;
}
/* line 168, sass/_footer.scss */
.nv_hrf:after {
  position: absolute;
  top: 1.2em;
  right: 4%;
  color: #999;
}
/* line 175, sass/_footer.scss */
.nv_hrf:hover, .nv_hrf.ctv {
  background: #eee;
  z-index: 20;
}
/* line 180, sass/_footer.scss */
.nv_hrf.mg:before {
  display: none;
}

/* line 185, sass/_footer.scss */
.bgmg {
  display: inline-block;
  background-position: left center;
  background-size: cover;
  margin-right: 1em;
  width: 5em;
}

/* line 193, sass/_footer.scss */
.nv_sl_bx.last {
  margin-bottom: 10em;
}

@media (min-width: 600px) {
  /* line 197, sass/_footer.scss */
  .nv_bx h4 {
    border: none;
  }

  /* line 201, sass/_footer.scss */
  .nv_sl_bx {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    margin: 0 2%;
    max-width: 96%;
  }

  /* line 209, sass/_footer.scss */
  .nv-1 {
    display: block;
  }

  /* line 212, sass/_footer.scss */
  .lv-1.nomg {
    border: 2px solid #eee;
  }

  /* line 216, sass/_footer.scss */
  .wthmg {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -ms-flex-pack: justify;
  }
  /* line 220, sass/_footer.scss */
  .wthmg > li {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    margin: .5em 0;
  }
  /* line 224, sass/_footer.scss */
  .wthmg .nv_hrf {
    border: 1px solid #d4d4d4;
    padding: 4%;
    font-weight: 600;
  }
  /* line 228, sass/_footer.scss */
  .wthmg .nv_hrf:hover {
    color: #686868;
  }
  /* line 232, sass/_footer.scss */
  .wthmg .nv_hrf:after {
    top: auto;
  }
  /* line 238, sass/_footer.scss */
  .wthmg .bgmg {
    display: block;
    width: auto;
    height: 70px;
    margin: -1% -2% .5em;
  }
}
@media (min-width: 600px) and (max-width: 999px) {
  /* line 247, sass/_footer.scss */
  .nv_sl_bx {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: .5em 2%;
  }
  /* line 250, sass/_footer.scss */
  .nv_sl_bx ~ .nv_sl_bx {
    -webkit-flex-basis: 45%;
    -moz-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }
}
@media (min-width: 1000px) {
  /* line 256, sass/_footer.scss */
  .nv_sl_bx {
    -webkit-flex-basis: 30%;
    -moz-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }

  /* line 259, sass/_footer.scss */
  .nv > li > ul {
    position: relative;
    z-index: 30;
  }

  /* line 264, sass/_footer.scss */
  .wthmg li {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    position: relative;
  }
  /* line 269, sass/_footer.scss */
  .wthmg li > ul {
    position: absolute;
    top: 0;
    left: 100%;
    padding-left: 6%;
  }
  /* line 274, sass/_footer.scss */
  .wthmg li > ul .nv_hrf {
    width: 15em;
  }

  /* line 280, sass/_footer.scss */
  .lv-3.wthmg {
    width: 210%;
  }

  /* line 283, sass/_footer.scss */
  .nv_cls {
    margin: 0 auto;
    cursor: pointer;
  }

  /* line 288, sass/_footer.scss */
  .fxt {
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
    text-align: center;
  }
}
/* line 1, sass/_main.scss */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 300;
}

/* line 8, sass/_main.scss */
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
}

/* line 14, sass/_main.scss */
img, iframe {
  max-width: 100%;
}

/* line 17, sass/_main.scss */
img {
  height: auto;
}

/* line 20, sass/_main.scss */
.cnt {
  margin: 0 auto;
  min-width: 320px;
  max-width: 1600px;
  padding: 0 4%;
}

/* line 26, sass/_main.scss */
.brdrtp {
  border-top: 4px solid #686868;
}

/* line 29, sass/_main.scss */
.pdtp {
  padding-top: .5em;
}

/* line 32, sass/_main.scss */
.pdbttm {
  padding-bottom: 1em;
}

/* line 44, sass/_main.scss */
.nwrp {
  white-space: nowrap;
}

/* line 47, sass/_main.scss */
h1, .h1, .txt_bx .h1 {
  color: #002368;
  padding: 2em 0 1em;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 600px) {
  /* line 47, sass/_main.scss */
  h1, .h1, .txt_bx .h1 {
    font-weight: 300;
    font-size: 36px;
    font-size: 2.25rem;
  }
}

/* line 59, sass/_main.scss */
.h1 {
  padding-left: 4%;
  padding-right: 4%;
}
/* line 62, sass/_main.scss */
.h1.nmrgn {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 67, sass/_main.scss */
.details .h1 {
  padding: 1.5em 0 .5em;
}

/* line 70, sass/_main.scss */
.st_hght {
  height: 2em;
}

/* line 74, sass/_main.scss */
p {
  margin: .4em 0 1em;
}

/* line 78, sass/_main.scss */
em {
  font-style: italic;
}

/*Colors*/
/* line 82, sass/_main.scss */
.wht, .fs_h1, .fx_bx a, .fx_cntr {
  color: #fff;
}

/* line 85, sass/_main.scss */
.red {
  color: #c52e0c;
}

/* line 88, sass/_main.scss */
.blue {
  color: #002368;
}

/* line 91, sass/_main.scss */
.gr {
  color: #686868;
}

/* line 94, sass/_main.scss */
.bgwht {
  background: #fff;
}

/* line 97, sass/_main.scss */
.bgdgr {
  background: #686868;
}

/* line 100, sass/_main.scss */
.bglgr {
  background: #eee;
}

/* line 103, sass/_main.scss */
.bgblue {
  background: #002368;
}

/* line 106, sass/_main.scss */
.bgred {
  background: #c52e0c;
}

/*.bg_white {
	background-color:#fff;
}
.bg_red {
	background-color:$cRed;
}
.bg_blue {
	background-color:$cBlue;
}
%bg_gray {
	background-color:$cDarkGray;
}*/
/* line 125, sass/_main.scss */
.vd_bx h3 {
  padding-bottom: 1em;
}

/* line 129, sass/_main.scss */
a > img {
  position: relative;
}
/* line 132, sass/_main.scss */
a > img:hover {
  filter: brightness(80%);
  -webkit-filter: brightness(80%);
  -moz-filter: brightness(80%);
  transition: .2s all;
}

/* line 140, sass/_main.scss */
hr {
  border: none;
  border-top: 1px solid #999;
  margin: 2em 0 1em;
  padding: 0;
  clear: both;
}

/* FontSizes */
/* line 148, sass/_main.scss */
.xs_f, .scndps .hddn_bx, .tckr_txt {
  font-size: 12px;
  font-size: 0.75rem;
}

/* line 151, sass/_main.scss */
.s_f, .flt input, .flt select, .flt textarea, .flt .padd {
  font-size: 14px;
  font-size: 0.875rem;
}

/* line 154, sass/_main.scss */
.def_f, .button, button, input[type=submit], .textbutton a {
  font-size: 1em;
}

/* line 157, sass/_main.scss */
.m_f {
  font-size: 18px;
  font-size: 1.125rem;
}

/* line 160, sass/_main.scss */
.l_f {
  font-size: 20px;
  font-size: 1.25rem;
}

/* line 163, sass/_main.scss */
.xl_f, .fx_cntr {
  font-size: 24px;
  font-size: 1.5rem;
}

/* line 166, sass/_main.scss */
.xxl_f {
  font-size: 27px;
  font-size: 1.6875rem;
}

/* line 169, sass/_main.scss */
.d-block {
  display: block;
}

/* Hidden Inline / Block Mobil */
@media (max-width: 600px) {
  /* line 175, sass/_main.scss */
  .hdmbl, td.hdmbl {
    display: none;
  }
}
/*@include desktop { 
	.hdmbl {
		display:block !important;
	}	
	span.hdmbl {
		display:inline !important;
	}
}
@include tablet { 
	.hdmbl.tbl_shw {
		display:block !important;
	}
	span.hdmbl.tbl_shw {
		display:inline !important;
	}
}*/
@media (max-width: 800px) {
  /* line 197, sass/_main.scss */
  .hddsmllscrn {
    display: none;
  }
}
@media (min-width: 1000px) {
  /* line 201, sass/_main.scss */
  .hddsktp {
    display: none;
  }
}

@media (min-width: 600px) {
  /* line 206, sass/_main.scss */
  .hdtbldsktp {
    display: none;
  }
}

/* line 211, sass/_main.scss */
.owl-nav .disabled {
  opacity: .2;
}

/* line 214, sass/_main.scss */
.fancybox-caption {
  text-align: center;
}

/* line 217, sass/_main.scss */
.ui-tooltip {
  font: 300 1em 'Open Sans' !important;
  white-space: pre-line;
}

/* line 221, sass/_main.scss */
.w-100 {
  width: 100%;
}

/* old code */
/* line 2, sass/_bike.content.scss */
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  /*background: #fff url('../img/layout/body-bg.jpg') top left repeat-x;*/
  margin: 0;
  padding: 0 0 50px 0;
  min-height: 100%;
  font-size: 16px;
  background: #fff url("/img/bike/silouette.png") no-repeat center bottom;
  background-size: 100% auto;
}

/*#body,*/
/* line 17, sass/_bike.content.scss */
#header > h3, .navbox {
  /*background: #4d555c url("../img/bike/rightbox_background.jpg") repeat-y
  	798px 0;
  	border-style: solid;
  border-width: 0 0 0 1px;
  border-color: #000; 
  */
  text-align: left;
  margin: 0 auto;
  position: relative;
  min-width: 360px;
  max-width: 1200px;
}

@media (min-width: 1000px) {
  /* line 31, sass/_bike.content.scss */
  .fs_bgimg span:before, .fs_bgimg span:after {
    height: 0px;
  }
}
/* line 35, sass/_bike.content.scss */
#body {
  min-height: 100%;
  font-size: 1.1em;
  line-height: 1.7;
  padding-top: 2em;
}
/* line 40, sass/_bike.content.scss */
#body.firstsite {
  padding-top: 0;
}
@media (min-width: 1000px) {
  /* line 35, sass/_bike.content.scss */
  #body {
    padding-top: 6em;
  }
}

/* */
/* line 47, sass/_bike.content.scss */
#content .right {
  float: right;
  margin: .5em 0 .5em .5em;
}

/* line 52, sass/_bike.content.scss */
.title {
  color: #ededed;
  font-size: 1.05rem;
  font-weight: 300;
  font-style: italic;
  display: inline-block;
  padding-left: 15px;
}

/* line 60, sass/_bike.content.scss */
.header {
  line-height: 1.1;
}

/* line 64, sass/_bike.content.scss */
.header h3 {
  font-size: 30px;
  font-size: 1.6rem;
  font-weight: 600;
  padding: .2em 0;
  /*width: 270px;
  float: left;*/
  color: #fff;
}

/*#header p   { color: #fff; font-size: 1.05em; font-style: italic; background-color: #000; margin: 0px; padding: 8px 0 5px 150px; height: 13px }*/
/* line 75, sass/_bike.content.scss */
.navbox {
  padding: 1.7em 0 1.5em 53px;
}

/* line 80, sass/_bike.content.scss */
h1, .starttext h2 {
  color: #c52e0c;
  font-weight: 600;
  font-size: 23px;
  font-size: 1.4375rem;
  padding: 0;
}
@media (min-width: 600px) and (max-width: 999px) {
  /* line 80, sass/_bike.content.scss */
  h1, .starttext h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (min-width: 1000px) {
  /* line 80, sass/_bike.content.scss */
  h1, .starttext h2 {
    font-size: 2em;
  }
}

/* line 95, sass/_bike.content.scss */
#fx .fx_ul a {
  background: rgba(0, 0, 0, 0.2) !important;
  border: none;
  height: 100%;
  vertical-align: top;
}
/* line 101, sass/_bike.content.scss */
#fx .fx_ul a:before {
  color: #eee;
}
@media (min-width: 1000px) {
  /* line 95, sass/_bike.content.scss */
  #fx .fx_ul a {
    padding-top: 1.5em;
  }
}

/* line 109, sass/_bike.content.scss */
.sd_bx > div {
  margin-bottom: .5em;
}

@media (min-width: 1000px) {
  /* line 112, sass/_bike.content.scss */
  .sd_bx {
    width: 25%;
  }
}

/* line 118, sass/_bike.content.scss */
.ndx .jrns_h2 a {
  color: #c52e0c;
}

/* line 121, sass/_bike.content.scss */
.stcky_tp {
  position: sticky;
  top: 0;
}

/* line 125, sass/_bike.content.scss */
.fs_bgimg {
  height: 100vh;
}

/* line 128, sass/_bike.content.scss */
.fs_h1 {
  font-size: 30px;
  font-size: 1.875rem;
}
@media (min-width: 1000px) {
  /* line 128, sass/_bike.content.scss */
  .fs_h1 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

/* line 134, sass/_bike.content.scss */
.fs_down {
  position: absolute;
  bottom: 2.5em;
  z-index: 100;
  left: 0;
  right: 0;
}
/* line 141, sass/_bike.content.scss */
.fs_down a {
  color: #fff;
}

/* line 145, sass/_bike.content.scss */
.lght {
  color: #eee;
}

/* line 148, sass/_bike.content.scss */
.gif_img {
  height: 50px;
  width: auto;
  vertical-align: bottom;
  display: none;
}
@media (min-width: 1200px) {
  /* line 148, sass/_bike.content.scss */
  .gif_img {
    display: inline-block !important;
  }
}

/*
.mainmenu {
	margin: 0;
	margin-left: 0;
	padding: 0;
}

.mainmenu li {
	display:inline-block;
	margin-right: 30px;
	padding: 4px 0px;
	text-align: center;
	list-style-type: none;
}

.mainmenu li.first {
	margin-left: 0
}

.mainmenu a {
	color: #000;
	background: #e8e8e8;
	border: 1px solid #bbb;
	padding: 4px 15px;
	margin-bottom: 18px;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe),
		to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: linear-gradient(top, #fefefe, #dcdcdc);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.mainmenu a:hover,.mainmenu a:focus,.mainmenu .selected a {
	text-decoration: none;
	color: #fff;
	background: #c52e0c;
	background-image: -moz-linear-gradient(top, #e44622, #a03118);
	background-image: -ms-linear-gradient(top, #e44622, #c43c35);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e44622),
		to(#a03118));
	background-image: -webkit-linear-gradient(top, #e44622, #a03118);
	background-image: -o-linear-gradient(top, #e44622, #a03118);
	background-image: linear-gradient(top, #e44622, #a03118);
}
#content {
	border-top: 5px solid #c52e0c;
	color: #000;
	background-color: #fff;
	margin: 15px 0 0 30px;
	padding: 15px 25px 180px;
	width: 685px;
	min-height: 555px;
	position: relative;
	clear: left;
	float: left
}
.airline #content {
	background-color: transparent;
	margin: 0;
	padding: 0;
	width: auto;
	min-height: 0px;
}

#content.starttext {
	background: transparent;
	width: 630px;
	font-size: 0.95em;
	border-top: none;
	padding-top: 4px;
}

.starttext	.block {
	margin-bottom: 20px;
	padding: 4px 13px 4px 18px;
	height: 268px
}

.starttext	.halfblock {
	padding: 4px 13px 4px 18px;
	width: 270px;
	height: 205px;
	margin-bottom: 20px;
}

#rightbox {
	float: right;
	color: #d3d1d1;
	font-size: 0.95em;
	margin-top: 7px;
	padding: 0px 0 150px 20px;
	width: 185px;
}

#rightbox h2 {
	color: #e2e2e2;
	font-size: 1.6em;
	margin-top: 0;
	margin-bottom: 0
}

.print {
	display: none
}
.rblock {
	padding: 0.8em 0.4em 1.2em 0.1em;
	border-bottom: 1px solid #000;
}

.rblock.first {
	border-top: 5px solid #c52e0c;
	margin-top: 0px;
	padding-top: 0.5em;
}

.rblock .overtitle {
	color: #d3d1d1;
}

.info strong,#rightbox .info strong a {
	font-weight: 600;
	font-size: 1.05em;
	color: #fff;
}
.number.info strong {color:#c52e0c}
#rightbox .info strong a:hover {
	text-decoration: underline;
}

.bgwhite {
	background: #f4f6f8;
	color: #000;
	padding: 0.2em;
}

.bgwhite .gray,.gray {
	color: #494949;
}

#rightbox .bgwhite strong,#rightbox .bgwhite .info a {
	color: #c52e0c;
}

#rightbox p {
	margin: 0.5em 0;
}

.margintop {
	margin-top: 0.8em;
}

.marginxltop {
	margin-top: 1.5em;
}

.marginbottom,#footer .marginbottom {
	margin-bottom: 0.7em;
}

.marginxlbottom {
	margin-bottom: 1.5em;
}

.smallfont {
	font-size: 0.9em;
}

.xsmallfont {
	font-size: 0.8em;
}

.bigfont {
	font-size: 1.1em
}

.xbigfont,.abpreis {
	font-size: 1.5em
}

.white {
	background: #fff;
}

.blue {
	background-color: #91a7bb
}

.extrainfos {
	margin-top: 0.3em;
	font-size: 0.9em;
	color: #727272
}

.details div,.paddingtop {
	padding-top: 0.2px
}

#wohin-reisen,#region-eingrenzen {
	position: absolute;
	width: 300px;
	top: 0px;
	left: 220px;
	text-align: center;
	padding: 0.3em;
	background-color: #fff;
	border-bottom: 1px solid #b8b8b8;
	border-left: 1px solid #b8b8b8;
	border-right: 1px solid #b8b8b8;
	outline: 3px solid #fff;
}

#region-eingrenzen {
	width: 430px;
	top: 0px;
	left: 550px;
	font-size: 0.9em
}

.preview {
	width: 340px;
	border: 1px solid #b8b8b8;
	font-size: 0.9em;
	margin-right: 10px;
	color: #575757;
	margin-bottom: 15px;
	float: left;
} 
.preview.whole_row {
	width: 690px;
}

.preview h2,.preview h3,.starttext .preview h2 {
	padding: 0.2em 10px;
	margin: 0;
	font-size: 1.08em;
	font-weight: 300
}

.preview h3 {
	font-size: 1.2em;
	font-weight: 600;
	padding: 0
}

.preview ul {
	margin: 0;
	padding: 0;
}

.preview ul li {
	list-style-type: none;
	padding-bottom: 0.3em;
}

.preview p {
	margin: 0 0 3px;
}

.info_block {
	margin-right: 170px
}

hr {
	font-size: 1px;
	line-height: 1px;
	display: block;
	margin-top: 0;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 0;
	height: 1px;
	clear: both;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #cdcdcd;
	border-left: 0
}

.content_block {
	font-size: 0.9em;
	min-height: 100px;
}

.text_block {
	padding: 5px;
	font-size: 1.1em;
}

.image_block {
	width: 165px;
	height: 100px;
	float: left
}

.infolist {
	width: 150px;
	float: right;
	min-height: 90px;
	margin-left: 10px;
	padding: 5px;
	background: #f9f9f9;
}

.hotels .preview:nth-child(even) {
	background: #f9f9f9;
}

.hotels .preview {
	outline: none;
	border: none;
	border-top: 2px solid #b8b8b8;
	margin-bottom: 1em;
}

.hotels .content_block {
	min-height: 70px
}

.hotels .image_block {
	width: 120px;
	height: 70px;
	float: left
}

.hotels .infolist {
	min-height: 50px;
	padding-left: 10px;
	background: transparent;
}

.staffs .image_block {
	width: 200px;
	height: 190px;
	float: left
}

.staffs .infolist {
	min-height: 180px;
}

#footer .block {
	padding: 0 25px
}

.details h2,.halfwidth {
	width: 275px;
}

.border {
	border: 1px solid #b8b8b8;
	padding: 1px 30px 8px;
}

.printline {
	position: absolute;
	bottom: 0;
}

h1,.starttext h2 {
	color: #c52e0c;
	font-size: 1.7em;
	font-weight: 300;
	margin-top: 0.3em;
}

h2 {
	font-size: 1.3em;
	font-weight: 600;
}

h3 {
	margin: 1.3em 0 0.3em;
	font-size: 1.15em;
	color: #575757
}

h4 {
	font-size: 1.2em;
	color: #969696;
}

.starttext h2 {
	margin-bottom: 0.2em;
}

.undertitle {
	color: #7d7767;
	font-size: 1em;
	margin: 0
}

.overtitle {
	font-size: 0.8em;
	color: #575757;
}

strong {
	color: #575757;
}

.left {
	float: left
}

.right {
	float: right
}

.xleft {
	margin-right: 25px;
	margin-bottom: 0;
	float: left
}

.clear {
	clear: both
}

.nomargin {
	margin: 0
}

.showno {
	display: none
}

.ankertop {
	font-size: 11px;
	background-image: url("/image/arrow_top.jpg");
	background-repeat: no-repeat;
	display: block;
	margin-top: 0;
	margin-bottom: 2px;
	padding-top: 0;
	padding-left: 15px;
	float: right;
	clear: both
}

#rightbox form input[type=text] {
	width: 90%
}
//Listen

.kontaktmenu {
	margin: 0;
	position: absolute;
	top: 32px;
	padding: 0
}

.kontaktmenu li {
	font-size: 0.9em;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0
}

#rightbox .kontaktmenu a {
	color: #fff
}

#rightbox .kontaktmenu a:hover,.rightbox .kontaktmenu a:focus,#rightbox .kontaktmenu .selected a
	{
	color: #fff;
	text-decoration: underline;
}

ul li {
	list-style-type: square;
	padding-bottom: 0.5em;
}

.bggray {
	background: #dedede;
}

.marker li {
	list-style-type: none;
	margin: 10px 0 0;
	padding-left: 30px;
}

.marker {
	margin: 18px 0 0;
	padding: 0.3em;
	width: 350px;
	background: #f9f9f9;
}

table.termine,table.pricelist {
	margin-bottom: 10px;
	width: 95%;
	border: solid 1px #9b9b9b;
	border-collapse: collapse;
}

table.termine th {
	text-align: center;
	padding: 0.4em 0.4em 0.7em;
}

.alignright,table.termine th.alignright {
	text-align: right
}

.alignleft,table.termine th.alignleft {
	text-align: left
}

table.termine td {
	text-align: left;
	padding: 0.3em;
}

table.termine td.airline.price {
	text-align: center;
}

table.termine th.airline {
	font-weight: 300
}

table.termine tr {
	background: #fff
}

table.termine tr:nth-child(even) {
	background: #ededed;
}

table.termine td.price {
	min-width: 30px;
	text-align: right;
}

table.termine.bigtable {
	font-size: 0.9em;
	margin-top: 10px;
	outline: 10px solid #fff;
}

table.termine.bigtable th {
	font-weight: 300;
}

table.pricelist {
	border: none
}

table.pricelist td {
	border-bottom: 1px solid #9b9b9b;
	padding: 0.3em 0;
}

.column1 {
	width: 45%;
	float: left;
	clear: left
}

.column2 {
	width: 45%;
	float: right
}
// LINKS 
a {
	color: #c52e0c;
	text-decoration: none
}

a:hover,a:focus {
	text-decoration: underline;
	color: #000;
}

#rightbox a {
	color: #fff
}

#rightbox a:hover,#rightbox a:focus {
	text-decoration: underline;
}



.ankertop a {
	color: #4d555c
}

a.grey {
	color: #7b7b7b
}

a.grey:hover {
	color: #8c4b14
}

a.lightgrey {
	color: #f6f8ff
}

a.lightgrey:hover {
	color: #fff4d2
}

.preview h2 a {
	color: #fff;
}

.swingopen,.swingclose {
	display: block;
	background: #fff url('../img/layout/arrow-bottom.gif') 95% center
		no-repeat;
}

.swingopen {
	background-image: url('../img/layout/arrow-right.gif')
}

.button a {
	padding: 3px 7px 5px;
	background: #fff;
	color: #000;
	border-right: 1px solid #b8b8b8;
	border-left: 1px solid #ededed;
	border-top: 1px solid #b8b8b8;
	display: block;
	border-bottom: 0;
}

.preview h2,.termine th,.button a,.button a.swingclose {
	color: #fff;
	background: #c52e0c url('../img/bike/red-bg.gif') top left repeat-x;
	text-decoration: none;
	border-right: 1px solid #b14015;
	border-left: 1px solid #bf3508;
	border-top: 1px solid #b14015;
}

.button a:hover,.button a:focus,.button a.swingopen {
	background: #747474;
}

.hotels .swingopen,.staffs .swingopen {
	display: inline;
	background: url('../img/bike/arrow-right-red.gif') left center no-repeat;
	padding: 0 20px 0 12px;
}

#rightbox .swingopen {
	background: transparent url('../img/bike/arrow-right.gif') 90% center
		no-repeat;
}

#rightbox .swingclose {
	background: transparent url('../img/bike/arrow-bottom.gif') 90% center
		no-repeat;
}

.textbutton a {
	padding: 0.05em 0.7em;
	background: #c52e0c;
	color: #fff;
	border-right: 2px solid #832104;
	border-left: 2px solid #bf3508;
	border-top: 2px solid #bf3508;
	border-bottom: 2px solid #832104;
}

.textbutton a:hover,.textbutton a:focus {
	background: #575757;
	text-decoration: none;
	border-right: 2px solid #343434;
	border-left: 2px solid #8e8e8e;
	border-top: 2px solid #8e8e8e;
	border-bottom: 2px solid #343434;
}

.titlelink {
	font-size: 0.9em;
	background-color: #fff;
	margin: 0.7em -13px 0 0;
	padding: 5px 20px 5px 7px;
	width: 30%;
	float: right
}

.hotels .swingclose,.staffs .swingclose {
	display: inline;
	background: url('../img/bike/arrow-bottom-red.gif') left center
		no-repeat;
	padding: 0 20px 0 12px;
}

// FLUGFORMULAR
.datepicker {
	float: left;
}

.ui-datepicker-trigger {
	cursor: pointer;
	margin-left: -1.3em;
	padding-top: 0.5em;
}

.gabelflug {
	display: none;
	clear: both;
}

// BILDER 
.button_search {
	background: transparent url(/img/layout/buttons.png) no-repeat 0 0;
	width: 30px;
	height: 30px;
	display: inline-block;
	cursor: pointer;
}

.logo {
	margin-top: 5px;
	margin-bottom: 12px
}

a img {
	border-width: 0
}

.animation {
	margin-top: 12px;
	margin-bottom: -2px;
	padding-bottom: 0
}

.background1 {
	background-image: url("../img/bike/biker_bg.jpg");
	background-repeat: no-repeat;
	background-position: 0 bottom
}

.background2 {
	background-image: url("../img/bike/harley.jpg");
	background-repeat: no-repeat;
	background-position: 13px bottom
}

.silouette {
	position: absolute;
	bottom: 0
}

.icons {
	width: 30px;
	height: 40px;
	padding: 5px 5px 0 0;
}

.icons.small {
	height: auto;
	padding-top: 0px;
}

.icons.twolines {
	padding-top: 20px
}

.fly {
	background: url('../img/layout/plain.jpg') top left no-repeat;
	padding-left: 30px
}

.traveltype {
	background-image: url('../img/layout/reiseart.jpg');
	background-repeat: no-repeat;
	padding-left: 30px
}

.accomodation {
	background-image: url('../img/layout/hotel.jpg');
	background-repeat: no-repeat;
	padding-left: 30px
}

.twopersons {
	background-image: url('../img/layout/twopersons.jpg');
	background-repeat: no-repeat;
	padding-left: 30px
}

.image_block img {
	width: 150px;
	height: 100px;
}

.hotels .image_block img {
	width: 105px;
	height: 70px;
}

.staffs .image_block img {
	width: 175px;
	height: 190px;
}

.bigimageline {
	border: 1px solid #d3d3d3;
	width: 100%;
	text-align: center;
	padding: 2px 0;
}

.bigimageline div {
	width: 230px;
	margin: 0;
	height: 153px;
	display: inline;
	padding: 0;
	position: relative;
}

.bigimageline img {
	border: 1px solid #fff;
}

.bigimageline span {
	font-size: 0.70em;
	padding: 0.1em;
	color: #000;
	position: absolute;
	bottom: 10px;
	right: 5px;
	background: url('../img/layout/transparent.png') repeat 0 0;
}
//Formulare 
form input[type=text],form input[type=email],form input[type=number],form select,form textarea
	{
	font-family: 'PT Sans', Verdana, sans-serif;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #D3D3D3;
	padding: 5px;
}

.feld {
	width: 90%
}

.mfeld {
	width: 50%;
}

.msfeld {
	width: 40%;
}

.sfeld {
	width: 30%;
}

.xsfeld {
	width: 15%;
}

.input,.select,.checkbox {
	display: inline-block;
	margin: 0.2em 1em 0.2em 0;
	float: left;
}

.input label {
	position: absolute;
	padding: 0.4em 0.2em 0;
	margin-left: 0.3em;
	color: #999;
	font-size: 1em;
}

select option.first {
	color: #999;
}

.input input,.input textarea,.input select {
	position: relative;
	margin: 0;
	border-width: 1px;
	background: transparent;
	font: inherit;
}

#newsletter .input input {
	background: #fff;
}

form select {
	margin-bottom: 7px
}

.filter form {
	width: auto;
	border-top: 1px solid #b7b7b7;
	padding: 15px 10px 0;
	background: #fff;
}

form .submit input,.textbutton a {
	font-family: Verdana, sans-serif;
	background-color: #a2310b;
	background: -moz-linear-gradient(top, #a2310b, #bf370b); 
	background: -webkit-gradient(linear, left top, left bottom, #a2310b, #bf370b);
	background: -webkit-linear-gradient(top, #a2310b, #bf370b);
	background: -o-linear-gradient(top, #a2310b, #bf370b);
	background: -ms-linear-gradient(top, #a2310b, #bf370b); 
	background: linear-gradient(to bottom, #a2310b, #bf370b);
	cursor: pointer;
	border: 1px solid #d5e6f7;
	color: #fff;
	padding: 0.35em 0.4em;
	border-color: #9b3413;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 0px 1px 0.5px #c87349;
	box-shadow: inset 0 1px 0px 0px #c87349, 0px 0.5px 0px 0.5px #dddddd;
	-webkit-box-shadow: inset 0 1px 0px 0px #c87349, 0px 0.5px 0px 0.5px
		#dddddd;
	-moz-box-shadow: inset 0 1px 0px 0px #c87349, 0px 0.5px 0px 0.5px
		#dddddd;
	margin-top: 0.2em;
}
/*form .submit input[type=submit] {background:#747474;margin:0;cursor:pointer;border-color: #747474;color: #fff;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;padding: 3px 12px;}*/
/*
form .submit input[type=submit]:hover {
	background: #cd491f;
	border-color: #a4320d;
}

.buchung {
	border: 4px solid #ebebeb;
	padding: 0.8em;
	font-size: 0.9em;
}

.buchungh {
	background-color: #ebebeb;
	padding: 0.5em;
	margin-bottom: 0;
}

.buchung textarea {
	
}

.buchung p {
	border-bottom: 4px solid #ebebeb;
	clear: both;
	margin-top: 10px;
	padding-top: 10px;
}

.buchung strong {
	color: #a4320d;
}

.buchung .submit {
	clear: both;
	float: right;
	font-size: 1.2em;
}

label {
	display: block;
	font-size: 1em;
	margin-bottom: 3px;
}

form .required label:after {
	color: #a4320d;
	content: '*';
	display: inline;
}

div.checkbox label {
	display: inline;
	padding-left: 10px;
}
// Form errors 
form .error {
	background: #FFDACC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: 300;
}

form .error-message {
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
	border: none;
	background: none;
	margin: 0;
	padding-left: 4px;
	padding-right: 0;
}

form .error,form .error-message {
	color: #9E2424;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}

// Notices and Errors 
.message {
	clear: both;
	color: #fff;
	font-size: 1em;
	font-weight: 600;
	margin: 0 0 1em 0;
	padding: 5px;
}

.success,.message,.cake-error,.cake-debug,.notice,p.error,.error-message
	{
	background: #ffcc00;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -ms-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00),
		to(#E6B800));
	background-image: -webkit-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -o-linear-gradient(top, #ffcc00, #E6B800);
	background-image: linear-gradient(top, #ffcc00, #E6B800);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 18px;
	padding: 7px 14px;
	color: #404040;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.success,.message,.cake-error,p.error,.error-message {
	clear: both;
	color: #fff;
	background: #c43c35;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b),
		to(#c43c35));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

.success {
	clear: both;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background: #3B8230;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B),
		to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -ms-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -o-linear-gradient(top, #76BF6B, #3B8230);
	background-image: linear-gradient(top, #76BF6B, #3B8230);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

p.error {
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}

p.error em {
	font-weight: 600;
	line-height: 140%;
}

.notice {
	color: #000;
	display: block;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}

.success {
	color: #fff;
}
.icons .phone {
	background: transparent url(/img/layout/buttons.png) no-repeat 0 -90px;
	width: 30px;
	height: 30px;
	display: inline-block;
	cursor: pointer;
	margin-top: 7px;
}

.icons .mail {
	background: transparent url(/img/layout/buttons.png) no-repeat 0 -120px;
	width: 30px;
	height: 30px;
	display: inline-block;
	cursor: pointer;
	margin-top: 7px;
}
/*Cookie Advice*/
/*.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:600}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:600;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-banner .cc-btn:last-child{min-width:140px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{-ms-flex:1;flex:1}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}}.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}*/
/*PLUGIN Cookie Request*/
/* line 2, sass/_cookie_request.scss */
.cookie-request {
  position: fixed;
  width: 500px;
  max-width: 90%;
  max-height: 90%;
  overflow-y: auto;
  left: 0;
  right: 0;
  bottom: -100%;
  margin: 0 auto;
  z-index: 1999;
  background: #fff;
  padding: 1em;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  text-align: center;
  opacity: 0;
  display: none;
  line-height: 1.2;
}
/* line 21, sass/_cookie_request.scss */
.cookie-request .textbutton {
  padding: 0;
}
/* line 24, sass/_cookie_request.scss */
.cookie-request h3 {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 0.5em 0 0.6em;
}

/* line 29, sass/_cookie_request.scss */
.cookie-text {
  color: #686868;
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
}

/* line 34, sass/_cookie_request.scss */
.cookie-decision {
  display: block;
  position: relative;
}
/* line 38, sass/_cookie_request.scss */
.cookie-decision.dark {
  padding: 1em 0;
  font-weight: 600;
}
/* line 42, sass/_cookie_request.scss */
.cookie-decision:hover:before {
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 52, sass/_cookie_request.scss */
.cookie-decision.light {
  background: #eee;
  color: #686868;
  border: none;
}

/* line 61, sass/_cookie_request.scss */
a.light {
  color: #9e9e9e;
  border: none;
}

/* line 66, sass/_cookie_request.scss */
.icon-square {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: lightgray;
  text-align: center;
}

/* line 73, sass/_cookie_request.scss */
.cookie-set:hover .icon-square {
  background: #002368;
}

/* line 76, sass/_cookie_request.scss */
.active .icon-square, .icon-square.disabled {
  background: #002368;
}
/* line 78, sass/_cookie_request.scss */
.active .icon-square:after, .icon-square.disabled:after {
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  display: inline-block;
  width: 1.3em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color: #fff;
}

/* line 83, sass/_cookie_request.scss */
.icon-square.disabled:after {
  color: #7e7e7e;
}

/* line 86, sass/_cookie_request.scss */
.icon-square.disabled {
  background: #eee;
}

/* line 89, sass/_cookie_request.scss */
.alignleft {
  text-align: left;
}

/* line 92, sass/_cookie_request.scss */
.vtop {
  vertical-align: top;
}

/* line 95, sass/_cookie_request.scss */
.pointer {
  cursor: pointer;
}

/* line 99, sass/_cookie_request.scss */
.video-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
/* line 103, sass/_cookie_request.scss */
.video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* line 110, sass/_cookie_request.scss */
.no-cookie {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  vertical-align: middle;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
/* line 124, sass/_cookie_request.scss */
.no-cookie > button {
  background: rgba(0, 0, 0, 0.7);
  border-color: #fff;
  margin: 0 1em;
}
/* line 128, sass/_cookie_request.scss */
.no-cookie > button:hover {
  background: rgba(255, 255, 255, 0.7);
}
/* line 132, sass/_cookie_request.scss */
.no-cookie.extern:before {
  display: none !important;
}
