@charset "UTF-8";

/*
 * Font Awesome Free 5.12.0
*/

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

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

.fa-xs {
    font-size: 0.75em;
}

.fa-sm {
    font-size: 0.875em;
}

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

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

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

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

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

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

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

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

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

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

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

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}
.fa-ul > li {
    position: relative;
}

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

.fa-border {
    border: solid 0.08em #eee;
    border-radius: 0.1em;
    padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

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

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

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

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

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

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
    content: "\f26e";
}

.fa-accessible-icon:before {
    content: "\f368";
}

.fa-accusoft:before {
    content: "\f369";
}

.fa-acquisitions-incorporated:before {
    content: "\f6af";
}

.fa-ad:before {
    content: "\f641";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-card:before {
    content: "\f2bb";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-adn:before {
    content: "\f170";
}

.fa-adobe:before {
    content: "\f778";
}

.fa-adversal:before {
    content: "\f36a";
}

.fa-affiliatetheme:before {
    content: "\f36b";
}

.fa-air-freshener:before {
    content: "\f5d0";
}

.fa-airbnb:before {
    content: "\f834";
}

.fa-algolia:before {
    content: "\f36c";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-alipay:before {
    content: "\f642";
}

.fa-allergies:before {
    content: "\f461";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-amazon-pay:before {
    content: "\f42c";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-amilia:before {
    content: "\f36d";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-android:before {
    content: "\f17b";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angry:before {
    content: "\f556";
}

.fa-angrycreative:before {
    content: "\f36e";
}

.fa-angular:before {
    content: "\f420";
}

.fa-ankh:before {
    content: "\f644";
}

.fa-app-store:before {
    content: "\f36f";
}

.fa-app-store-ios:before {
    content: "\f370";
}

.fa-apper:before {
    content: "\f371";
}

.fa-apple:before {
    content: "\f179";
}

.fa-apple-alt:before {
    content: "\f5d1";
}

.fa-apple-pay:before {
    content: "\f415";
}

.fa-archive:before {
    content: "\f187";
}

.fa-archway:before {
    content: "\f557";
}

.fa-arrow-alt-circle-down:before {
    content: "\f358";
}

.fa-arrow-alt-circle-left:before {
    content: "\f359";
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-arrows-alt-h:before {
    content: "\f337";
}

.fa-arrows-alt-v:before {
    content: "\f338";
}

.fa-artstation:before {
    content: "\f77a";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-asymmetrik:before {
    content: "\f372";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-atlas:before {
    content: "\f558";
}

.fa-atlassian:before {
    content: "\f77b";
}

.fa-atom:before {
    content: "\f5d2";
}

.fa-audible:before {
    content: "\f373";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-autoprefixer:before {
    content: "\f41c";
}

.fa-avianex:before {
    content: "\f374";
}

.fa-aviato:before {
    content: "\f421";
}

.fa-award:before {
    content: "\f559";
}

.fa-aws:before {
    content: "\f375";
}

.fa-baby:before {
    content: "\f77c";
}

.fa-baby-carriage:before {
    content: "\f77d";
}

.fa-backspace:before {
    content: "\f55a";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-bacon:before {
    content: "\f7e5";
}

.fa-bahai:before {
    content: "\f666";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-balance-scale-left:before {
    content: "\f515";
}

.fa-balance-scale-right:before {
    content: "\f516";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-band-aid:before {
    content: "\f462";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-barcode:before {
    content: "\f02a";
}

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

.fa-baseball-ball:before {
    content: "\f433";
}

.fa-basketball-ball:before {
    content: "\f434";
}

.fa-bath:before {
    content: "\f2cd";
}

.fa-battery-empty:before {
    content: "\f244";
}

.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battle-net:before {
    content: "\f835";
}

.fa-bed:before {
    content: "\f236";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

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

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

.fa-bezier-curve:before {
    content: "\f55b";
}

.fa-bible:before {
    content: "\f647";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-biking:before {
    content: "\f84a";
}

.fa-bimobject:before {
    content: "\f378";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-biohazard:before {
    content: "\f780";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitcoin:before {
    content: "\f379";
}

.fa-bity:before {
    content: "\f37a";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-blackberry:before {
    content: "\f37b";
}

.fa-blender:before {
    content: "\f517";
}

.fa-blender-phone:before {
    content: "\f6b6";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-blog:before {
    content: "\f781";
}

.fa-blogger:before {
    content: "\f37c";
}

.fa-blogger-b:before {
    content: "\f37d";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-bold:before {
    content: "\f032";
}

.fa-bolt:before {
    content: "\f0e7";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-bone:before {
    content: "\f5d7";
}

.fa-bong:before {
    content: "\f55c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-book-dead:before {
    content: "\f6b7";
}

.fa-book-medical:before {
    content: "\f7e6";
}

.fa-book-open:before {
    content: "\f518";
}

.fa-book-reader:before {
    content: "\f5da";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-bootstrap:before {
    content: "\f836";
}

.fa-border-all:before {
    content: "\f84c";
}

.fa-border-none:before {
    content: "\f850";
}

.fa-border-style:before {
    content: "\f853";
}

.fa-bowling-ball:before {
    content: "\f436";
}

.fa-box:before {
    content: "\f466";
}

.fa-box-open:before {
    content: "\f49e";
}

.fa-boxes:before {
    content: "\f468";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-brain:before {
    content: "\f5dc";
}

.fa-bread-slice:before {
    content: "\f7ec";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-briefcase-medical:before {
    content: "\f469";
}

.fa-broadcast-tower:before {
    content: "\f519";
}

.fa-broom:before {
    content: "\f51a";
}

.fa-brush:before {
    content: "\f55d";
}

.fa-btc:before {
    content: "\f15a";
}

.fa-buffer:before {
    content: "\f837";
}

.fa-bug:before {
    content: "\f188";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-burn:before {
    content: "\f46a";
}

.fa-buromobelexperte:before {
    content: "\f37f";
}

.fa-bus:before {
    content: "\f207";
}

.fa-bus-alt:before {
    content: "\f55e";
}

.fa-business-time:before {
    content: "\f64a";
}

.fa-buy-n-large:before {
    content: "\f8a6";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-calculator:before {
    content: "\f1ec";
}

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

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

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

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

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

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

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

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

.fa-camera:before {
    content: "\f030";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-campground:before {
    content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
    content: "\f785";
}

.fa-candy-cane:before {
    content: "\f786";
}

.fa-cannabis:before {
    content: "\f55f";
}

.fa-capsules:before {
    content: "\f46b";
}

.fa-car:before {
    content: "\f1b9";
}

.fa-car-alt:before {
    content: "\f5de";
}

.fa-car-battery:before {
    content: "\f5df";
}

.fa-car-crash:before {
    content: "\f5e1";
}

.fa-car-side:before {
    content: "\f5e4";
}

.fa-caravan:before {
    content: "\f8ff";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-caret-square-down:before {
    content: "\f150";
}

.fa-caret-square-left:before {
    content: "\f191";
}

.fa-caret-square-right:before {
    content: "\f152";
}

.fa-caret-square-up:before {
    content: "\f151";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-carrot:before {
    content: "\f787";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cash-register:before {
    content: "\f788";
}

.fa-cat:before {
    content: "\f6be";
}

.fa-cc-amazon-pay:before {
    content: "\f42d";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-apple-pay:before {
    content: "\f416";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

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

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

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-centercode:before {
    content: "\f380";
}

.fa-centos:before {
    content: "\f789";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-chair:before {
    content: "\f6c0";
}

.fa-chalkboard:before {
    content: "\f51b";
}

.fa-chalkboard-teacher:before {
    content: "\f51c";
}

.fa-charging-station:before {
    content: "\f5e7";
}

.fa-chart-area:before {
    content: "\f1fe";
}

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

.fa-chart-line:before {
    content: "\f201";
}

.fa-chart-pie:before {
    content: "\f200";
}

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

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

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

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

.fa-cheese:before {
    content: "\f7ef";
}

.fa-chess:before {
    content: "\f439";
}

.fa-chess-bishop:before {
    content: "\f43a";
}

.fa-chess-board:before {
    content: "\f43c";
}

.fa-chess-king:before {
    content: "\f43f";
}

.fa-chess-knight:before {
    content: "\f441";
}

.fa-chess-pawn:before {
    content: "\f443";
}

.fa-chess-queen:before {
    content: "\f445";
}

.fa-chess-rook:before {
    content: "\f447";
}

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

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

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

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

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

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

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

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

.fa-child:before {
    content: "\f1ae";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-chromecast:before {
    content: "\f838";
}

.fa-church:before {
    content: "\f51d";
}

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

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

.fa-city:before {
    content: "\f64f";
}

.fa-clinic-medical:before {
    content: "\f7f2";
}

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

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

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

.fa-clock:before {
    content: "\f017";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-closed-captioning:before {
    content: "\f20a";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-cloud-download-alt:before {
    content: "\f381";
}

.fa-cloud-meatball:before {
    content: "\f73b";
}

.fa-cloud-moon:before {
    content: "\f6c3";
}

.fa-cloud-moon-rain:before {
    content: "\f73c";
}

.fa-cloud-rain:before {
    content: "\f73d";
}

.fa-cloud-showers-heavy:before {
    content: "\f740";
}

.fa-cloud-sun:before {
    content: "\f6c4";
}

.fa-cloud-sun-rain:before {
    content: "\f743";
}

.fa-cloud-upload-alt:before {
    content: "\f382";
}

.fa-cloudscale:before {
    content: "\f383";
}

.fa-cloudsmith:before {
    content: "\f384";
}

.fa-cloudversify:before {
    content: "\f385";
}

.fa-cocktail:before {
    content: "\f561";
}

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

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

.fa-codepen:before {
    content: "\f1cb";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-coffee:before {
    content: "\f0f4";
}

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

.fa-cogs:before {
    content: "\f085";
}

.fa-coins:before {
    content: "\f51e";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-comment:before {
    content: "\f075";
}

.fa-comment-alt:before {
    content: "\f27a";
}

.fa-comment-dollar:before {
    content: "\f651";
}

.fa-comment-dots:before {
    content: "\f4ad";
}

.fa-comment-medical:before {
    content: "\f7f5";
}

.fa-comment-slash:before {
    content: "\f4b3";
}

.fa-comments:before {
    content: "\f086";
}

.fa-comments-dollar:before {
    content: "\f653";
}

.fa-compact-disc:before {
    content: "\f51f";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-compress:before {
    content: "\f066";
}

.fa-compress-alt:before {
    content: "\f422";
}

.fa-compress-arrows-alt:before {
    content: "\f78c";
}

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

.fa-confluence:before {
    content: "\f78d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-contao:before {
    content: "\f26d";
}

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

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

.fa-copy:before {
    content: "\f0c5";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-cotton-bureau:before {
    content: "\f89e";
}

.fa-couch:before {
    content: "\f4b8";
}

.fa-cpanel:before {
    content: "\f388";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-creative-commons-by:before {
    content: "\f4e7";
}

.fa-creative-commons-nc:before {
    content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea";
}

.fa-creative-commons-nd:before {
    content: "\f4eb";
}

.fa-creative-commons-pd:before {
    content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed";
}

.fa-creative-commons-remix:before {
    content: "\f4ee";
}

.fa-creative-commons-sa:before {
    content: "\f4ef";
}

.fa-creative-commons-sampling:before {
    content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1";
}

.fa-creative-commons-share:before {
    content: "\f4f2";
}

.fa-creative-commons-zero:before {
    content: "\f4f3";
}

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

.fa-critical-role:before {
    content: "\f6c9";
}

.fa-crop:before {
    content: "\f125";
}

.fa-crop-alt:before {
    content: "\f565";
}

.fa-cross:before {
    content: "\f654";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-crow:before {
    content: "\f520";
}

.fa-crown:before {
    content: "\f521";
}

.fa-crutch:before {
    content: "\f7f7";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-css3-alt:before {
    content: "\f38b";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-cut:before {
    content: "\f0c4";
}

.fa-cuttlefish:before {
    content: "\f38c";
}

.fa-d-and-d:before {
    content: "\f38d";
}

.fa-d-and-d-beyond:before {
    content: "\f6ca";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-deaf:before {
    content: "\f2a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-democrat:before {
    content: "\f747";
}

.fa-deploydog:before {
    content: "\f38e";
}

.fa-deskpro:before {
    content: "\f38f";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-dev:before {
    content: "\f6cc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-dharmachakra:before {
    content: "\f655";
}

.fa-dhl:before {
    content: "\f790";
}

.fa-diagnoses:before {
    content: "\f470";
}

.fa-diaspora:before {
    content: "\f791";
}

.fa-dice:before {
    content: "\f522";
}

.fa-dice-d20:before {
    content: "\f6cf";
}

.fa-dice-d6:before {
    content: "\f6d1";
}

.fa-dice-five:before {
    content: "\f523";
}

.fa-dice-four:before {
    content: "\f524";
}

.fa-dice-one:before {
    content: "\f525";
}

.fa-dice-six:before {
    content: "\f526";
}

.fa-dice-three:before {
    content: "\f527";
}

.fa-dice-two:before {
    content: "\f528";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-digital-ocean:before {
    content: "\f391";
}

.fa-digital-tachograph:before {
    content: "\f566";
}

.fa-directions:before {
    content: "\f5eb";
}

.fa-discord:before {
    content: "\f392";
}

.fa-discourse:before {
    content: "\f393";
}

.fa-divide:before {
    content: "\f529";
}

.fa-dizzy:before {
    content: "\f567";
}

.fa-dna:before {
    content: "\f471";
}

.fa-dochub:before {
    content: "\f394";
}

.fa-docker:before {
    content: "\f395";
}

.fa-dog:before {
    content: "\f6d3";
}

.fa-dollar-sign:before {
    content: "\f155";
}

.fa-dolly:before {
    content: "\f472";
}

.fa-dolly-flatbed:before {
    content: "\f474";
}

.fa-donate:before {
    content: "\f4b9";
}

.fa-door-closed:before {
    content: "\f52a";
}

.fa-door-open:before {
    content: "\f52b";
}

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

.fa-dove:before {
    content: "\f4ba";
}

.fa-download:before {
    content: "\f019";
}

.fa-draft2digital:before {
    content: "\f396";
}

.fa-drafting-compass:before {
    content: "\f568";
}

.fa-dragon:before {
    content: "\f6d5";
}

.fa-draw-polygon:before {
    content: "\f5ee";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-dribbble-square:before {
    content: "\f397";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-drum:before {
    content: "\f569";
}

.fa-drum-steelpan:before {
    content: "\f56a";
}

.fa-drumstick-bite:before {
    content: "\f6d7";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-dumbbell:before {
    content: "\f44b";
}

.fa-dumpster:before {
    content: "\f793";
}

.fa-dumpster-fire:before {
    content: "\f794";
}

.fa-dungeon:before {
    content: "\f6d9";
}

.fa-dyalog:before {
    content: "\f399";
}

.fa-earlybirds:before {
    content: "\f39a";
}

.fa-ebay:before {
    content: "\f4f4";
}

.fa-edge:before {
    content: "\f282";
}

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

.fa-egg:before {
    content: "\f7fb";
}

.fa-eject:before {
    content: "\f052";
}

.fa-elementor:before {
    content: "\f430";
}

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

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-ello:before {
    content: "\f5f1";
}

.fa-ember:before {
    content: "\f423";
}

.fa-empire:before {
    content: "\f1d1";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-open-text:before {
    content: "\f658";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-envira:before {
    content: "\f299";
}

.fa-equals:before {
    content: "\f52c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-erlang:before {
    content: "\f39d";
}

.fa-ethereum:before {
    content: "\f42e";
}

.fa-ethernet:before {
    content: "\f796";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-euro-sign:before {
    content: "\f153";
}

.fa-evernote:before {
    content: "\f839";
}

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

.fa-exclamation:before {
    content: "\f12a";
}

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

.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-expand:before {
    content: "\f065";
}

.fa-expand-alt:before {
    content: "\f424";
}

.fa-expand-arrows-alt:before {
    content: "\f31e";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

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

.fa-external-link-square-alt:before {
    content: "\f360";
}

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

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

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

.fa-facebook:before {
    content: "\f09a";
}

.fa-facebook-f:before {
    content: "\f39e";
}

.fa-facebook-messenger:before {
    content: "\f39f";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-fan:before {
    content: "\f863";
}

.fa-fantasy-flight-games:before {
    content: "\f6dc";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-feather:before {
    content: "\f52d";
}

.fa-feather-alt:before {
    content: "\f56b";
}

.fa-fedex:before {
    content: "\f797";
}

.fa-fedora:before {
    content: "\f798";
}

.fa-female:before {
    content: "\f182";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-figma:before {
    content: "\f799";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-alt:before {
    content: "\f15c";
}

.fa-file-archive:before {
    content: "\f1c6";
}

.fa-file-audio:before {
    content: "\f1c7";
}

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

.fa-file-contract:before {
    content: "\f56c";
}

.fa-file-csv:before {
    content: "\f6dd";
}

.fa-file-download:before {
    content: "\f56d";
}

.fa-file-excel:before {
    content: "\f1c3";
}

.fa-file-export:before {
    content: "\f56e";
}

.fa-file-image:before {
    content: "\f1c5";
}

.fa-file-import:before {
    content: "\f56f";
}

.fa-file-invoice:before {
    content: "\f570";
}

.fa-file-invoice-dollar:before {
    content: "\f571";
}

.fa-file-medical:before {
    content: "\f477";
}

.fa-file-medical-alt:before {
    content: "\f478";
}

.fa-file-pdf:before {
    content: "\f1c1";
}

.fa-file-powerpoint:before {
    content: "\f1c4";
}

.fa-file-prescription:before {
    content: "\f572";
}

.fa-file-signature:before {
    content: "\f573";
}

.fa-file-upload:before {
    content: "\f574";
}

.fa-file-video:before {
    content: "\f1c8";
}

.fa-file-word:before {
    content: "\f1c2";
}

.fa-fill:before {
    content: "\f575";
}

.fa-fill-drip:before {
    content: "\f576";
}

.fa-film:before {
    content: "\f008";
}

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

.fa-fingerprint:before {
    content: "\f577";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-fire-alt:before {
    content: "\f7e4";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-firefox:before {
    content: "\f269";
}

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

.fa-first-aid:before {
    content: "\f479";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-first-order-alt:before {
    content: "\f50a";
}

.fa-firstdraft:before {
    content: "\f3a1";
}

.fa-fish:before {
    content: "\f578";
}

.fa-fist-raised:before {
    content: "\f6de";
}

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

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-flag-usa:before {
    content: "\f74d";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-flipboard:before {
    content: "\f44d";
}

.fa-flushed:before {
    content: "\f579";
}

.fa-fly:before {
    content: "\f417";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-minus:before {
    content: "\f65d";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-folder-plus:before {
    content: "\f65e";
}

.fa-font:before {
    content: "\f031";
}

.fa-font-awesome:before {
    content: "\f2b4";
}

.fa-font-awesome-alt:before {
    content: "\f35c";
}

.fa-font-awesome-flag:before {
    content: "\f425";
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-fonticons-fi:before {
    content: "\f3a2";
}

.fa-football-ball:before {
    content: "\f44e";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-fort-awesome-alt:before {
    content: "\f3a3";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-freebsd:before {
    content: "\f3a4";
}

.fa-frog:before {
    content: "\f52e";
}

.fa-frown:before {
    content: "\f119";
}

.fa-frown-open:before {
    content: "\f57a";
}

.fa-fulcrum:before {
    content: "\f50b";
}

.fa-funnel-dollar:before {
    content: "\f662";
}

.fa-futbol:before {
    content: "\f1e3";
}

.fa-galactic-republic:before {
    content: "\f50c";
}

.fa-galactic-senate:before {
    content: "\f50d";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-gas-pump:before {
    content: "\f52f";
}

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

.fa-gem:before {
    content: "\f3a5";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-gg:before {
    content: "\f260";
}

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

.fa-ghost:before {
    content: "\f6e2";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-gifts:before {
    content: "\f79c";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-git-alt:before {
    content: "\f841";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-github:before {
    content: "\f09b";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-gitkraken:before {
    content: "\f3a6";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-gitter:before {
    content: "\f426";
}

.fa-glass-cheers:before {
    content: "\f79f";
}

.fa-glass-martini:before {
    content: "\f000";
}

.fa-glass-martini-alt:before {
    content: "\f57b";
}

.fa-glass-whiskey:before {
    content: "\f7a0";
}

.fa-glasses:before {
    content: "\f530";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

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

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

.fa-globe-americas:before {
    content: "\f57d";
}

.fa-globe-asia:before {
    content: "\f57e";
}

.fa-globe-europe:before {
    content: "\f7a2";
}

.fa-gofore:before {
    content: "\f3a7";
}

.fa-golf-ball:before {
    content: "\f450";
}

.fa-goodreads:before {
    content: "\f3a8";
}

.fa-goodreads-g:before {
    content: "\f3a9";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-google-drive:before {
    content: "\f3aa";
}

.fa-google-play:before {
    content: "\f3ab";
}

.fa-google-plus:before {
    content: "\f2b3";
}

.fa-google-plus-g:before {
    content: "\f0d5";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-gopuram:before {
    content: "\f664";
}

.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-gratipay:before {
    content: "\f184";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-greater-than:before {
    content: "\f531";
}

.fa-greater-than-equal:before {
    content: "\f532";
}

.fa-grimace:before {
    content: "\f57f";
}

.fa-grin:before {
    content: "\f580";
}

.fa-grin-alt:before {
    content: "\f581";
}

.fa-grin-beam:before {
    content: "\f582";
}

.fa-grin-beam-sweat:before {
    content: "\f583";
}

.fa-grin-hearts:before {
    content: "\f584";
}

.fa-grin-squint:before {
    content: "\f585";
}

.fa-grin-squint-tears:before {
    content: "\f586";
}

.fa-grin-stars:before {
    content: "\f587";
}

.fa-grin-tears:before {
    content: "\f588";
}

.fa-grin-tongue:before {
    content: "\f589";
}

.fa-grin-tongue-squint:before {
    content: "\f58a";
}

.fa-grin-tongue-wink:before {
    content: "\f58b";
}

.fa-grin-wink:before {
    content: "\f58c";
}

.fa-grip-horizontal:before {
    content: "\f58d";
}

.fa-grip-lines:before {
    content: "\f7a4";
}

.fa-grip-lines-vertical:before {
    content: "\f7a5";
}

.fa-grip-vertical:before {
    content: "\f58e";
}

.fa-gripfire:before {
    content: "\f3ac";
}

.fa-grunt:before {
    content: "\f3ad";
}

.fa-guitar:before {
    content: "\f7a6";
}

.fa-gulp:before {
    content: "\f3ae";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-hacker-news-square:before {
    content: "\f3af";
}

.fa-hackerrank:before {
    content: "\f5f7";
}

.fa-hamburger:before {
    content: "\f805";
}

.fa-hammer:before {
    content: "\f6e3";
}

.fa-hamsa:before {
    content: "\f665";
}

.fa-hand-holding:before {
    content: "\f4bd";
}

.fa-hand-holding-heart:before {
    content: "\f4be";
}

.fa-hand-holding-usd:before {
    content: "\f4c0";
}

.fa-hand-lizard:before {
    content: "\f258";
}

.fa-hand-middle-finger:before {
    content: "\f806";
}

.fa-hand-paper:before {
    content: "\f256";
}

.fa-hand-peace:before {
    content: "\f25b";
}

.fa-hand-point-down:before {
    content: "\f0a7";
}

.fa-hand-point-left:before {
    content: "\f0a5";
}

.fa-hand-point-right:before {
    content: "\f0a4";
}

.fa-hand-point-up:before {
    content: "\f0a6";
}

.fa-hand-pointer:before {
    content: "\f25a";
}

.fa-hand-rock:before {
    content: "\f255";
}

.fa-hand-scissors:before {
    content: "\f257";
}

.fa-hand-spock:before {
    content: "\f259";
}

.fa-hands:before {
    content: "\f4c2";
}

.fa-hands-helping:before {
    content: "\f4c4";
}

.fa-handshake:before {
    content: "\f2b5";
}

.fa-hanukiah:before {
    content: "\f6e6";
}

.fa-hard-hat:before {
    content: "\f807";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-hat-cowboy:before {
    content: "\f8c0";
}

.fa-hat-cowboy-side:before {
    content: "\f8c1";
}

.fa-hat-wizard:before {
    content: "\f6e8";
}

.fa-hdd:before {
    content: "\f0a0";
}

.fa-heading:before {
    content: "\f1dc";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-headphones-alt:before {
    content: "\f58f";
}

.fa-headset:before {
    content: "\f590";
}

.fa-heart:before {
    content: "\f004";
}

.fa-heart-broken:before {
    content: "\f7a9";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-helicopter:before {
    content: "\f533";
}

.fa-highlighter:before {
    content: "\f591";
}

.fa-hiking:before {
    content: "\f6ec";
}

.fa-hippo:before {
    content: "\f6ed";
}

.fa-hips:before {
    content: "\f452";
}

.fa-hire-a-helper:before {
    content: "\f3b0";
}

.fa-history:before {
    content: "\f1da";
}

.fa-hockey-puck:before {
    content: "\f453";
}

.fa-holly-berry:before {
    content: "\f7aa";
}

.fa-home:before {
    content: "\f015";
}

.fa-hooli:before {
    content: "\f427";
}

.fa-hornbill:before {
    content: "\f592";
}

.fa-horse:before {
    content: "\f6f0";
}

.fa-horse-head:before {
    content: "\f7ab";
}

.fa-hospital:before {
    content: "\f0f8";
}

.fa-hospital-alt:before {
    content: "\f47d";
}

.fa-hospital-symbol:before {
    content: "\f47e";
}

.fa-hot-tub:before {
    content: "\f593";
}

.fa-hotdog:before {
    content: "\f80f";
}

.fa-hotel:before {
    content: "\f594";
}

.fa-hotjar:before {
    content: "\f3b1";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-start:before {
    content: "\f251";
}

.fa-house-damage:before {
    content: "\f6f1";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-hryvnia:before {
    content: "\f6f2";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-hubspot:before {
    content: "\f3b2";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-ice-cream:before {
    content: "\f810";
}

.fa-icicles:before {
    content: "\f7ad";
}

.fa-icons:before {
    content: "\f86d";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-id-card:before {
    content: "\f2c2";
}

.fa-id-card-alt:before {
    content: "\f47f";
}

.fa-ideal:before {
    content: "\f913";
}

.fa-igloo:before {
    content: "\f7ae";
}

.fa-image:before {
    content: "\f03e";
}

.fa-images:before {
    content: "\f302";
}

.fa-imdb:before {
    content: "\f2d8";
}

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

.fa-indent:before {
    content: "\f03c";
}

.fa-industry:before {
    content: "\f275";
}

.fa-infinity:before {
    content: "\f534";
}

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

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

.fa-instagram:before {
    content: "\f16d";
}

.fa-intercom:before {
    content: "\f7af";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-invision:before {
    content: "\f7b0";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-italic:before {
    content: "\f033";
}

.fa-itch-io:before {
    content: "\f83a";
}

.fa-itunes:before {
    content: "\f3b4";
}

.fa-itunes-note:before {
    content: "\f3b5";
}

.fa-java:before {
    content: "\f4e4";
}

.fa-jedi:before {
    content: "\f669";
}

.fa-jedi-order:before {
    content: "\f50e";
}

.fa-jenkins:before {
    content: "\f3b6";
}

.fa-jira:before {
    content: "\f7b1";
}

.fa-joget:before {
    content: "\f3b7";
}

.fa-joint:before {
    content: "\f595";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-journal-whills:before {
    content: "\f66a";
}

.fa-js:before {
    content: "\f3b8";
}

.fa-js-square:before {
    content: "\f3b9";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-kaaba:before {
    content: "\f66b";
}

.fa-kaggle:before {
    content: "\f5fa";
}

.fa-key:before {
    content: "\f084";
}

.fa-keybase:before {
    content: "\f4f5";
}

.fa-keyboard:before {
    content: "\f11c";
}

.fa-keycdn:before {
    content: "\f3ba";
}

.fa-khanda:before {
    content: "\f66d";
}

.fa-kickstarter:before {
    content: "\f3bb";
}

.fa-kickstarter-k:before {
    content: "\f3bc";
}

.fa-kiss:before {
    content: "\f596";
}

.fa-kiss-beam:before {
    content: "\f597";
}

.fa-kiss-wink-heart:before {
    content: "\f598";
}

.fa-kiwi-bird:before {
    content: "\f535";
}

.fa-korvue:before {
    content: "\f42f";
}

.fa-landmark:before {
    content: "\f66f";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-laptop:before {
    content: "\f109";
}

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

.fa-laptop-medical:before {
    content: "\f812";
}

.fa-laravel:before {
    content: "\f3bd";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-laugh:before {
    content: "\f599";
}

.fa-laugh-beam:before {
    content: "\f59a";
}

.fa-laugh-squint:before {
    content: "\f59b";
}

.fa-laugh-wink:before {
    content: "\f59c";
}

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

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

.fa-leanpub:before {
    content: "\f212";
}

.fa-lemon:before {
    content: "\f094";
}

.fa-less:before {
    content: "\f41d";
}

.fa-less-than:before {
    content: "\f536";
}

.fa-less-than-equal:before {
    content: "\f537";
}

.fa-level-down-alt:before {
    content: "\f3be";
}

.fa-level-up-alt:before {
    content: "\f3bf";
}

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

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

.fa-line:before {
    content: "\f3c0";
}

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

.fa-linkedin:before {
    content: "\f08c";
}

.fa-linkedin-in:before {
    content: "\f0e1";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-lira-sign:before {
    content: "\f195";
}

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

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

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

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

.fa-location-arrow:before {
    content: "\f124";
}

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

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

.fa-long-arrow-alt-down:before {
    content: "\f309";
}

.fa-long-arrow-alt-left:before {
    content: "\f30a";
}

.fa-long-arrow-alt-right:before {
    content: "\f30b";
}

.fa-long-arrow-alt-up:before {
    content: "\f30c";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-luggage-cart:before {
    content: "\f59d";
}

.fa-lyft:before {
    content: "\f3c3";
}

.fa-magento:before {
    content: "\f3c4";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-mail-bulk:before {
    content: "\f674";
}

.fa-mailchimp:before {
    content: "\f59e";
}

.fa-male:before {
    content: "\f183";
}

.fa-mandalorian:before {
    content: "\f50f";
}

.fa-map:before {
    content: "\f279";
}

.fa-map-marked:before {
    content: "\f59f";
}

.fa-map-marked-alt:before {
    content: "\f5a0";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-map-marker-alt:before {
    content: "\f3c5";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-markdown:before {
    content: "\f60f";
}

.fa-marker:before {
    content: "\f5a1";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mask:before {
    content: "\f6fa";
}

.fa-mastodon:before {
    content: "\f4f6";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-mdb:before {
    content: "\f8ca";
}

.fa-medal:before {
    content: "\f5a2";
}

.fa-medapps:before {
    content: "\f3c6";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-medium-m:before {
    content: "\f3c7";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-medrt:before {
    content: "\f3c8";
}

.fa-meetup:before {
    content: "\f2e0";
}

.fa-megaport:before {
    content: "\f5a3";
}

.fa-meh:before {
    content: "\f11a";
}

.fa-meh-blank:before {
    content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5";
}

.fa-memory:before {
    content: "\f538";
}

.fa-mendeley:before {
    content: "\f7b3";
}

.fa-menorah:before {
    content: "\f676";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-meteor:before {
    content: "\f753";
}

.fa-microblog:before {
    content: "\f91a";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-alt:before {
    content: "\f3c9";
}

.fa-microphone-alt-slash:before {
    content: "\f539";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-microscope:before {
    content: "\f610";
}

.fa-microsoft:before {
    content: "\f3ca";
}

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

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

.fa-minus-square:before {
    content: "\f146";
}

.fa-mitten:before {
    content: "\f7b5";
}

.fa-mix:before {
    content: "\f3cb";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-mizuni:before {
    content: "\f3cc";
}

.fa-mobile:before {
    content: "\f10b";
}

.fa-mobile-alt:before {
    content: "\f3cd";
}

.fa-modx:before {
    content: "\f285";
}

.fa-monero:before {
    content: "\f3d0";
}

.fa-money-bill:before {
    content: "\f0d6";
}

.fa-money-bill-alt:before {
    content: "\f3d1";
}

.fa-money-bill-wave:before {
    content: "\f53a";
}

.fa-money-bill-wave-alt:before {
    content: "\f53b";
}

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

.fa-money-check-alt:before {
    content: "\f53d";
}

.fa-monument:before {
    content: "\f5a6";
}

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

.fa-mortar-pestle:before {
    content: "\f5a7";
}

.fa-mosque:before {
    content: "\f678";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-mountain:before {
    content: "\f6fc";
}

.fa-mouse:before {
    content: "\f8cc";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-mug-hot:before {
    content: "\f7b6";
}

.fa-music:before {
    content: "\f001";
}

.fa-napster:before {
    content: "\f3d2";
}

.fa-neos:before {
    content: "\f612";
}

.fa-network-wired:before {
    content: "\f6ff";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-newspaper:before {
    content: "\f1ea";
}

.fa-nimblr:before {
    content: "\f5a8";
}

.fa-node:before {
    content: "\f419";
}

.fa-node-js:before {
    content: "\f3d3";
}

.fa-not-equal:before {
    content: "\f53e";
}

.fa-notes-medical:before {
    content: "\f481";
}

.fa-npm:before {
    content: "\f3d4";
}

.fa-ns8:before {
    content: "\f3d5";
}

.fa-nutritionix:before {
    content: "\f3d6";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-oil-can:before {
    content: "\f613";
}

.fa-old-republic:before {
    content: "\f510";
}

.fa-om:before {
    content: "\f679";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-orcid:before {
    content: "\f8d2";
}

.fa-osi:before {
    content: "\f41a";
}

.fa-otter:before {
    content: "\f700";
}

.fa-outdent:before {
    content: "\f03b";
}

.fa-page4:before {
    content: "\f3d7";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-pager:before {
    content: "\f815";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-paint-roller:before {
    content: "\f5aa";
}

.fa-palette:before {
    content: "\f53f";
}

.fa-palfed:before {
    content: "\f3d8";
}

.fa-pallet:before {
    content: "\f482";
}

.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-parachute-box:before {
    content: "\f4cd";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-parking:before {
    content: "\f540";
}

.fa-passport:before {
    content: "\f5ab";
}

.fa-pastafarianism:before {
    content: "\f67b";
}

.fa-paste:before {
    content: "\f0ea";
}

.fa-patreon:before {
    content: "\f3d9";
}

.fa-pause:before {
    content: "\f04c";
}

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

.fa-paw:before {
    content: "\f1b0";
}

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

.fa-peace:before {
    content: "\f67c";
}

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

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

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

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

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

.fa-pencil-alt:before {
    content: "\f303";
}

.fa-pencil-ruler:before {
    content: "\f5ae";
}

.fa-penny-arcade:before {
    content: "\f704";
}

.fa-people-carry:before {
    content: "\f4ce";
}

.fa-pepper-hot:before {
    content: "\f816";
}

.fa-percent:before {
    content: "\f295";
}

.fa-percentage:before {
    content: "\f541";
}

.fa-periscope:before {
    content: "\f3da";
}

.fa-person-booth:before {
    content: "\f756";
}

.fa-phabricator:before {
    content: "\f3db";
}

.fa-phoenix-framework:before {
    content: "\f3dc";
}

.fa-phoenix-squadron:before {
    content: "\f511";
}

.fa-phone:before {
    content: "\f095";
}

.fa-phone-alt:before {
    content: "\f879";
}

.fa-phone-slash:before {
    content: "\f3dd";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-phone-square-alt:before {
    content: "\f87b";
}

.fa-phone-volume:before {
    content: "\f2a0";
}

.fa-photo-video:before {
    content: "\f87c";
}

.fa-php:before {
    content: "\f457";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-pied-piper-hat:before {
    content: "\f4e5";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-pied-piper-square:before {
    content: "\f91e";
}

.fa-piggy-bank:before {
    content: "\f4d3";
}

.fa-pills:before {
    content: "\f484";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-pizza-slice:before {
    content: "\f818";
}

.fa-place-of-worship:before {
    content: "\f67f";
}

.fa-plane:before {
    content: "\f072";
}

.fa-plane-arrival:before {
    content: "\f5af";
}

.fa-plane-departure:before {
    content: "\f5b0";
}

.fa-play:before {
    content: "\f04b";
}

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

.fa-playstation:before {
    content: "\f3df";
}

.fa-plug:before {
    content: "\f1e6";
}

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

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

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-poll:before {
    content: "\f681";
}

.fa-poll-h:before {
    content: "\f682";
}

.fa-poo:before {
    content: "\f2fe";
}

.fa-poo-storm:before {
    content: "\f75a";
}

.fa-poop:before {
    content: "\f619";
}

.fa-portrait:before {
    content: "\f3e0";
}

.fa-pound-sign:before {
    content: "\f154";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-pray:before {
    content: "\f683";
}

.fa-praying-hands:before {
    content: "\f684";
}

.fa-prescription:before {
    content: "\f5b1";
}

.fa-prescription-bottle:before {
    content: "\f485";
}

.fa-prescription-bottle-alt:before {
    content: "\f486";
}

.fa-print:before {
    content: "\f02f";
}

.fa-procedures:before {
    content: "\f487";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-project-diagram:before {
    content: "\f542";
}

.fa-pushed:before {
    content: "\f3e1";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-python:before {
    content: "\f3e2";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-question:before {
    content: "\f128";
}

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

.fa-quidditch:before {
    content: "\f458";
}

.fa-quinscape:before {
    content: "\f459";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-quran:before {
    content: "\f687";
}

.fa-r-project:before {
    content: "\f4f7";
}

.fa-radiation:before {
    content: "\f7b9";
}

.fa-radiation-alt:before {
    content: "\f7ba";
}

.fa-rainbow:before {
    content: "\f75b";
}

.fa-random:before {
    content: "\f074";
}

.fa-raspberry-pi:before {
    content: "\f7bb";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-react:before {
    content: "\f41b";
}

.fa-reacteurope:before {
    content: "\f75d";
}

.fa-readme:before {
    content: "\f4d5";
}

.fa-rebel:before {
    content: "\f1d0";
}

.fa-receipt:before {
    content: "\f543";
}

.fa-record-vinyl:before {
    content: "\f8d9";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-red-river:before {
    content: "\f3e3";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-redhat:before {
    content: "\f7bc";
}

.fa-redo:before {
    content: "\f01e";
}

.fa-redo-alt:before {
    content: "\f2f9";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-remove-format:before {
    content: "\f87d";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-reply:before {
    content: "\f3e5";
}

.fa-reply-all:before {
    content: "\f122";
}

.fa-replyd:before {
    content: "\f3e6";
}

.fa-republican:before {
    content: "\f75e";
}

.fa-researchgate:before {
    content: "\f4f8";
}

.fa-resolving:before {
    content: "\f3e7";
}

.fa-restroom:before {
    content: "\f7bd";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-rev:before {
    content: "\f5b2";
}

.fa-ribbon:before {
    content: "\f4d6";
}

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

.fa-road:before {
    content: "\f018";
}

.fa-robot:before {
    content: "\f544";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-rocketchat:before {
    content: "\f3e8";
}

.fa-rockrms:before {
    content: "\f3e9";
}

.fa-route:before {
    content: "\f4d7";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-ruble-sign:before {
    content: "\f158";
}

.fa-ruler:before {
    content: "\f545";
}

.fa-ruler-combined:before {
    content: "\f546";
}

.fa-ruler-horizontal:before {
    content: "\f547";
}

.fa-ruler-vertical:before {
    content: "\f548";
}

.fa-running:before {
    content: "\f70c";
}

.fa-rupee-sign:before {
    content: "\f156";
}

.fa-sad-cry:before {
    content: "\f5b3";
}

.fa-sad-tear:before {
    content: "\f5b4";
}

.fa-safari:before {
    content: "\f267";
}

.fa-salesforce:before {
    content: "\f83b";
}

.fa-sass:before {
    content: "\f41e";
}

.fa-satellite:before {
    content: "\f7bf";
}

.fa-satellite-dish:before {
    content: "\f7c0";
}

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

.fa-schlix:before {
    content: "\f3ea";
}

.fa-school:before {
    content: "\f549";
}

.fa-screwdriver:before {
    content: "\f54a";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-scroll:before {
    content: "\f70e";
}

.fa-sd-card:before {
    content: "\f7c2";
}

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

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

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

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

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

.fa-searchengin:before {
    content: "\f3eb";
}

.fa-seedling:before {
    content: "\f4d8";
}

.fa-sellcast:before {
    content: "\f2da";
}

.fa-sellsy:before {
    content: "\f213";
}

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

.fa-servicestack:before {
    content: "\f3ec";
}

.fa-shapes:before {
    content: "\f61f";
}

.fa-share:before {
    content: "\f064";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-shekel-sign:before {
    content: "\f20b";
}

.fa-shield-alt:before {
    content: "\f3ed";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-shipping-fast:before {
    content: "\f48b";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-shoe-prints:before {
    content: "\f54b";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-shopware:before {
    content: "\f5b5";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-shuttle-van:before {
    content: "\f5b6";
}

.fa-sign:before {
    content: "\f4d9";
}

.fa-sign-in-alt:before {
    content: "\f2f6";
}

.fa-sign-language:before {
    content: "\f2a7";
}

.fa-sign-out-alt:before {
    content: "\f2f5";
}

.fa-signal:before {
    content: "\f012";
}

.fa-signature:before {
    content: "\f5b7";
}

.fa-sim-card:before {
    content: "\f7c4";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-sistrix:before {
    content: "\f3ee";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-sith:before {
    content: "\f512";
}

.fa-skating:before {
    content: "\f7c5";
}

.fa-sketch:before {
    content: "\f7c6";
}

.fa-skiing:before {
    content: "\f7c9";
}

.fa-skiing-nordic:before {
    content: "\f7ca";
}

.fa-skull:before {
    content: "\f54c";
}

.fa-skull-crossbones:before {
    content: "\f714";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-slack:before {
    content: "\f198";
}

.fa-slack-hash:before {
    content: "\f3ef";
}

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

.fa-sleigh:before {
    content: "\f7cc";
}

.fa-sliders-h:before {
    content: "\f1de";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-smile:before {
    content: "\f118";
}

.fa-smile-beam:before {
    content: "\f5b8";
}

.fa-smile-wink:before {
    content: "\f4da";
}

.fa-smog:before {
    content: "\f75f";
}

.fa-smoking:before {
    content: "\f48d";
}

.fa-smoking-ban:before {
    content: "\f54d";
}

.fa-sms:before {
    content: "\f7cd";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-snowboarding:before {
    content: "\f7ce";
}

.fa-snowflake:before {
    content: "\f2dc";
}

.fa-snowman:before {
    content: "\f7d0";
}

.fa-snowplow:before {
    content: "\f7d2";
}

.fa-socks:before {
    content: "\f696";
}

.fa-solar-panel:before {
    content: "\f5ba";
}

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

.fa-sort-alpha-down:before {
    content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
    content: "\f881";
}

.fa-sort-alpha-up:before {
    content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
    content: "\f882";
}

.fa-sort-amount-down:before {
    content: "\f160";
}

.fa-sort-amount-down-alt:before {
    content: "\f884";
}

.fa-sort-amount-up:before {
    content: "\f161";
}

.fa-sort-amount-up-alt:before {
    content: "\f885";
}

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

.fa-sort-numeric-down:before {
    content: "\f162";
}

.fa-sort-numeric-down-alt:before {
    content: "\f886";
}

.fa-sort-numeric-up:before {
    content: "\f163";
}

.fa-sort-numeric-up-alt:before {
    content: "\f887";
}

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

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-sourcetree:before {
    content: "\f7d3";
}

.fa-spa:before {
    content: "\f5bb";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-speakap:before {
    content: "\f3f3";
}

.fa-speaker-deck:before {
    content: "\f83c";
}

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

.fa-spider:before {
    content: "\f717";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-splotch:before {
    content: "\f5bc";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-spray-can:before {
    content: "\f5bd";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-square-full:before {
    content: "\f45c";
}

.fa-square-root-alt:before {
    content: "\f698";
}

.fa-squarespace:before {
    content: "\f5be";
}

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

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-stackpath:before {
    content: "\f842";
}

.fa-stamp:before {
    content: "\f5bf";
}

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

.fa-star-and-crescent:before {
    content: "\f699";
}

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

.fa-star-half-alt:before {
    content: "\f5c0";
}

.fa-star-of-david:before {
    content: "\f69a";
}

.fa-star-of-life:before {
    content: "\f621";
}

.fa-staylinked:before {
    content: "\f3f5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-steam-symbol:before {
    content: "\f3f6";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-sticker-mule:before {
    content: "\f3f7";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-stop:before {
    content: "\f04d";
}

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

.fa-stopwatch:before {
    content: "\f2f2";
}

.fa-store:before {
    content: "\f54e";
}

.fa-store-alt:before {
    content: "\f54f";
}

.fa-strava:before {
    content: "\f428";
}

.fa-stream:before {
    content: "\f550";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

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

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

.fa-stroopwafel:before {
    content: "\f551";
}

.fa-studiovinari:before {
    content: "\f3f8";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

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

.fa-subscript:before {
    content: "\f12c";
}

.fa-subway:before {
    content: "\f239";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-suitcase-rolling:before {
    content: "\f5c1";
}

.fa-sun:before {
    content: "\f185";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-supple:before {
    content: "\f3f9";
}

.fa-surprise:before {
    content: "\f5c2";
}

.fa-suse:before {
    content: "\f7d6";
}

.fa-swatchbook:before {
    content: "\f5c3";
}

.fa-swift:before {
    content: "\f8e1";
}

.fa-swimmer:before {
    content: "\f5c4";
}

.fa-swimming-pool:before {
    content: "\f5c5";
}

.fa-symfony:before {
    content: "\f83d";
}

.fa-synagogue:before {
    content: "\f69b";
}

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

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

.fa-syringe:before {
    content: "\f48e";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-table-tennis:before {
    content: "\f45d";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-tablet-alt:before {
    content: "\f3fa";
}

.fa-tablets:before {
    content: "\f490";
}

.fa-tachometer-alt:before {
    content: "\f3fd";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-tape:before {
    content: "\f4db";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-taxi:before {
    content: "\f1ba";
}

.fa-teamspeak:before {
    content: "\f4f9";
}

.fa-teeth:before {
    content: "\f62e";
}

.fa-teeth-open:before {
    content: "\f62f";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-telegram-plane:before {
    content: "\f3fe";
}

.fa-temperature-high:before {
    content: "\f769";
}

.fa-temperature-low:before {
    content: "\f76b";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-tenge:before {
    content: "\f7d7";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-large:before {
    content: "\f009";
}

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

.fa-the-red-yeti:before {
    content: "\f69d";
}

.fa-theater-masks:before {
    content: "\f630";
}

.fa-themeco:before {
    content: "\f5c6";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-thermometer:before {
    content: "\f491";
}

.fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-thermometer-full:before {
    content: "\f2c7";
}

.fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-think-peaks:before {
    content: "\f731";
}

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

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

.fa-thumbtack:before {
    content: "\f08d";
}

.fa-ticket-alt:before {
    content: "\f3ff";
}

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

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

.fa-tint:before {
    content: "\f043";
}

.fa-tint-slash:before {
    content: "\f5c7";
}

.fa-tired:before {
    content: "\f5c8";
}

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

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

.fa-toilet:before {
    content: "\f7d8";
}

.fa-toilet-paper:before {
    content: "\f71e";
}

.fa-toolbox:before {
    content: "\f552";
}

.fa-tools:before {
    content: "\f7d9";
}

.fa-tooth:before {
    content: "\f5c9";
}

.fa-torah:before {
    content: "\f6a0";
}

.fa-torii-gate:before {
    content: "\f6a1";
}

.fa-tractor:before {
    content: "\f722";
}

.fa-trade-federation:before {
    content: "\f513";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-traffic-light:before {
    content: "\f637";
}

.fa-trailer:before {
    content: "\f941";
}

.fa-train:before {
    content: "\f238";
}

.fa-tram:before {
    content: "\f7da";
}

.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

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

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

.fa-trash-restore:before {
    content: "\f829";
}

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

.fa-tree:before {
    content: "\f1bb";
}

.fa-trello:before {
    content: "\f181";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-truck-loading:before {
    content: "\f4de";
}

.fa-truck-monster:before {
    content: "\f63b";
}

.fa-truck-moving:before {
    content: "\f4df";
}

.fa-truck-pickup:before {
    content: "\f63c";
}

.fa-tshirt:before {
    content: "\f553";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-tv:before {
    content: "\f26c";
}

.fa-twitch:before {
    content: "\f1e8";
}

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

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

.fa-typo3:before {
    content: "\f42b";
}

.fa-uber:before {
    content: "\f402";
}

.fa-ubuntu:before {
    content: "\f7df";
}

.fa-uikit:before {
    content: "\f403";
}

.fa-umbraco:before {
    content: "\f8e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-umbrella-beach:before {
    content: "\f5ca";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-undo:before {
    content: "\f0e2";
}

.fa-undo-alt:before {
    content: "\f2ea";
}

.fa-uniregistry:before {
    content: "\f404";
}

.fa-unity:before {
    content: "\f949";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-university:before {
    content: "\f19c";
}

.fa-unlink:before {
    content: "\f127";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-untappd:before {
    content: "\f405";
}

.fa-upload:before {
    content: "\f093";
}

.fa-ups:before {
    content: "\f7e0";
}

.fa-usb:before {
    content: "\f287";
}

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

.fa-user-alt:before {
    content: "\f406";
}

.fa-user-alt-slash:before {
    content: "\f4fa";
}

.fa-user-astronaut:before {
    content: "\f4fb";
}

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

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

.fa-user-clock:before {
    content: "\f4fd";
}

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

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

.fa-user-friends:before {
    content: "\f500";
}

.fa-user-graduate:before {
    content: "\f501";
}

.fa-user-injured:before {
    content: "\f728";
}

.fa-user-lock:before {
    content: "\f502";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-user-minus:before {
    content: "\f503";
}

.fa-user-ninja:before {
    content: "\f504";
}

.fa-user-nurse:before {
    content: "\f82f";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-user-shield:before {
    content: "\f505";
}

.fa-user-slash:before {
    content: "\f506";
}

.fa-user-tag:before {
    content: "\f507";
}

.fa-user-tie:before {
    content: "\f508";
}

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

.fa-users:before {
    content: "\f0c0";
}

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

.fa-usps:before {
    content: "\f7e1";
}

.fa-ussunnah:before {
    content: "\f407";
}

.fa-utensil-spoon:before {
    content: "\f2e5";
}

.fa-utensils:before {
    content: "\f2e7";
}

.fa-vaadin:before {
    content: "\f408";
}

.fa-vector-square:before {
    content: "\f5cb";
}

.fa-venus:before {
    content: "\f221";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-vial:before {
    content: "\f492";
}

.fa-vials:before {
    content: "\f493";
}

.fa-viber:before {
    content: "\f409";
}

.fa-video:before {
    content: "\f03d";
}

.fa-video-slash:before {
    content: "\f4e2";
}

.fa-vihara:before {
    content: "\f6a7";
}

.fa-vimeo:before {
    content: "\f40a";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-vimeo-v:before {
    content: "\f27d";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-vk:before {
    content: "\f189";
}

.fa-vnv:before {
    content: "\f40b";
}

.fa-voicemail:before {
    content: "\f897";
}

.fa-volleyball-ball:before {
    content: "\f45f";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-mute:before {
    content: "\f6a9";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-vote-yea:before {
    content: "\f772";
}

.fa-vr-cardboard:before {
    content: "\f729";
}

.fa-vuejs:before {
    content: "\f41f";
}

.fa-walking:before {
    content: "\f554";
}

.fa-wallet:before {
    content: "\f555";
}

.fa-warehouse:before {
    content: "\f494";
}

.fa-water:before {
    content: "\f773";
}

.fa-wave-square:before {
    content: "\f83e";
}

.fa-waze:before {
    content: "\f83f";
}

.fa-weebly:before {
    content: "\f5cc";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-weight:before {
    content: "\f496";
}

.fa-weight-hanging:before {
    content: "\f5cd";
}

.fa-weixin:before {
    content: "\f1d7";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-whatsapp-square:before {
    content: "\f40c";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-whmcs:before {
    content: "\f40d";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-wind:before {
    content: "\f72e";
}

.fa-window-close:before {
    content: "\f410";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-wine-bottle:before {
    content: "\f72f";
}

.fa-wine-glass:before {
    content: "\f4e3";
}

.fa-wine-glass-alt:before {
    content: "\f5ce";
}

.fa-wix:before {
    content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
    content: "\f730";
}

.fa-wolf-pack-battalion:before {
    content: "\f514";
}

.fa-won-sign:before {
    content: "\f159";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-wordpress-simple:before {
    content: "\f411";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-wpressr:before {
    content: "\f3e4";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-x-ray:before {
    content: "\f497";
}

.fa-xbox:before {
    content: "\f412";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-y-combinator:before {
    content: "\f23b";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-yammer:before {
    content: "\f840";
}

.fa-yandex:before {
    content: "\f413";
}

.fa-yandex-international:before {
    content: "\f414";
}

.fa-yarn:before {
    content: "\f7e3";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-yen-sign:before {
    content: "\f157";
}

.fa-yin-yang:before {
    content: "\f6ad";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-youtube-square:before {
    content: "\f431";
}

.fa-zhihu:before {
    content: "\f63f";
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url("../fonts/fa-brands-400.eot");
    src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"),
        url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
    font-family: "Font Awesome 5 Brands";
}
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url("../fonts/fa-regular-400.eot");
    src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"),
        url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url("../fonts/fa-solid-900.eot");
    src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"),
        url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}

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

@font-face {
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MaterialIcons-Regular.eot);
    src: local("Material Icons"), local("MaterialIcons-Regular"), url(../fonts/MaterialIcons-Regular.woff2) format("woff2"), url(../fonts/MaterialIcons-Regular.woff) format("woff"), url(../fonts/MaterialIcons-Regular.ttf) format("truetype");
}

.material-icons {
    font-family: "Material Icons";
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga";
}

@font-face {
    font-family: "rubicon";
    src: url(../fonts/rubicon.eot?fzv6fp);
    src: url(../fonts/rubicon.eot?fzv6fp#iefix) format("embedded-opentype"), url(../fonts/rubicon.ttf?fzv6fp) format("truetype"), url(../fonts/rubicon.woff?fzv6fp) format("woff"), url(../fonts/rubicon.svg?fzv6fp#rubicon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
[class*=" wpb-icon-"],
[class^="wpb-icon-"] {
    font-family: "rubicon";
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.wpb-icon-info:before {
    content: "\e91e";
}
.wpb-icon-comment:before {
    content: "\e91d";
}
.wpb-icon-gift-voucher:before {
    content: "\e91c";
}
.wpb-icon-left-arrow:before {
    content: "\e91a";
}
.wpb-icon-right-arrow:before {
    content: "\e91b";
}
.wpb-icon-chat:before {
    content: "\e919";
}
.wpb-icon-content-writing:before {
    content: "\e918";
}
.wpb-icon-levels:before {
    content: "\e917";
}
.wpb-icon-play-video:before {
    content: "\e912";
}
.wpb-icon-d-design:before {
    content: "\e911";
}
.wpb-icon-login1:before {
    content: "\e915";
}
.wpb-icon-user2:before {
    content: "\e916";
}
.wpb-icon-large-paper-bag-empty:before {
    content: "\e914";
}
.wpb-icon-ruler:before {
    content: "\e913";
}
.wpb-icon-shopping-cart:before {
    content: "\e912";
}
.wpb-icon-mail:before {
    content: "\e90e";
}
.wpb-icon-lock:before {
    content: "\e90f";
}
.wpb-icon-user1:before {
    content: "\e910";
}
.wpb-icon-login:before {
    content: "\e911";
}
.wpb-icon-circular:before {
    content: "\e90d";
}
.wpb-icon-shop:before {
    content: "\e907";
}
.wpb-icon-menu-vertical:before {
    content: "\e908";
}
.wpb-icon-menu:before {
    content: "\e909";
}
.wpb-icon-heart:before {
    content: "\e90a";
}
.wpb-icon-magnifying-glass:before {
    content: "\e90b";
}
.wpb-icon-user:before {
    content: "\e90c";
}
.wpb-icon-shield2:before {
    content: "\e900";
}
.wpb-icon-delivery:before {
    content: "\e901";
}
.wpb-icon-refund:before {
    content: "\e902";
}
.wpb-icon-plane:before {
    content: "\e903";
}
.wpb-icon-ship-car:before {
    content: "\e904";
}
.wpb-icon-sticker:before {
    content: "\e905";
}
.wpb-icon-security-on:before {
    content: "\e906";
}
.la,
.lab,
.lad,
.lal,
.lar,
.las {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.la-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -0.0667em;
}
.la-xs {
    font-size: 0.75em;
}
.la-sm {
    font-size: 0.875em;
}
.la-1x {
    font-size: 1em;
}
.la-2x {
    font-size: 2em;
}
.la-3x {
    font-size: 3em;
}
.la-4x {
    font-size: 4em;
}
.la-5x {
    font-size: 5em;
}
.la-6x {
    font-size: 6em;
}
.la-7x {
    font-size: 7em;
}
.la-8x {
    font-size: 8em;
}
.la-9x {
    font-size: 9em;
}
.la-10x {
    font-size: 10em;
}
.la-fw {
    text-align: center;
    width: 1.25em;
}
.la-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}
.la-ul > li {
    position: relative;
}
.la-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}
.la-border {
    border: solid 0.08em #eee;
    border-radius: 0.1em;
    padding: 0.2em 0.25em 0.15em;
}
.la-pull-left {
    float: left;
}
.la-pull-right {
    float: right;
}
.la.la-pull-left,
.lab.la-pull-left,
.lal.la-pull-left,
.lar.la-pull-left,
.las.la-pull-left {
    margin-right: 0.3em;
}
.la.la-pull-right,
.lab.la-pull-right,
.lal.la-pull-right,
.lar.la-pull-right,
.las.la-pull-right {
    margin-left: 0.3em;
}
.la-spin {
    -webkit-animation: la-spin 2s infinite linear;
    animation: la-spin 2s infinite linear;
}
.la-pulse {
    -webkit-animation: la-spin 1s infinite steps(8);
    animation: la-spin 1s infinite steps(8);
}
@-webkit-keyframes la-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes la-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.la-rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.la-rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.la-rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.la-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.la-flip-vertical {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}
.la-flip-both,
.la-flip-horizontal.la-flip-vertical {
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}
:root .la-flip-both,
:root .la-flip-horizontal,
:root .la-flip-vertical,
:root .la-rotate-180,
:root .la-rotate-270,
:root .la-rotate-90 {
    -webkit-filter: none;
    filter: none;
}
.la-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em;
}
.la-stack-1x,
.la-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.la-stack-1x {
    line-height: inherit;
}
.la-stack-2x {
    font-size: 2em;
}
.la-inverse {
    color: #fff;
}
.la-500px:before {
    content: "\f26e";
}
.la-accessible-icon:before {
    content: "\f368";
}
.la-accusoft:before {
    content: "\f369";
}
.la-acquisitions-incorporated:before {
    content: "\f6af";
}
.la-ad:before {
    content: "\f641";
}
.la-address-book:before {
    content: "\f2b9";
}
.la-address-card:before {
    content: "\f2bb";
}
.la-adjust:before {
    content: "\f042";
}
.la-adn:before {
    content: "\f170";
}
.la-adobe:before {
    content: "\f778";
}
.la-adversal:before {
    content: "\f36a";
}
.la-affiliatetheme:before {
    content: "\f36b";
}
.la-air-freshener:before {
    content: "\f5d0";
}
.la-airbnb:before {
    content: "\f834";
}
.la-algolia:before {
    content: "\f36c";
}
.la-align-center:before {
    content: "\f037";
}
.la-align-justify:before {
    content: "\f039";
}
.la-align-left:before {
    content: "\f036";
}
.la-align-right:before {
    content: "\f038";
}
.la-alipay:before {
    content: "\f642";
}
.la-allergies:before {
    content: "\f461";
}
.la-amazon:before {
    content: "\f270";
}
.la-amazon-pay:before {
    content: "\f42c";
}
.la-ambulance:before {
    content: "\f0f9";
}
.la-american-sign-language-interpreting:before {
    content: "\f2a3";
}
.la-amilia:before {
    content: "\f36d";
}
.la-anchor:before {
    content: "\f13d";
}
.la-android:before {
    content: "\f17b";
}
.la-angellist:before {
    content: "\f209";
}
.la-angle-double-down:before {
    content: "\f103";
}
.la-angle-double-left:before {
    content: "\f100";
}
.la-angle-double-right:before {
    content: "\f101";
}
.la-angle-double-up:before {
    content: "\f102";
}
.la-angle-down:before {
    content: "\f107";
}
.la-angle-left:before {
    content: "\f104";
}
.la-angle-right:before {
    content: "\f105";
}
.la-angle-up:before {
    content: "\f106";
}
.la-angry:before {
    content: "\f556";
}
.la-angrycreative:before {
    content: "\f36e";
}
.la-angular:before {
    content: "\f420";
}
.la-ankh:before {
    content: "\f644";
}
.la-app-store:before {
    content: "\f36f";
}
.la-app-store-ios:before {
    content: "\f370";
}
.la-apper:before {
    content: "\f371";
}
.la-apple:before {
    content: "\f179";
}
.la-apple-alt:before {
    content: "\f5d1";
}
.la-apple-pay:before {
    content: "\f415";
}
.la-archive:before {
    content: "\f187";
}
.la-archway:before {
    content: "\f557";
}
.la-arrow-alt-circle-down:before {
    content: "\f358";
}
.la-arrow-alt-circle-left:before {
    content: "\f359";
}
.la-arrow-alt-circle-right:before {
    content: "\f35a";
}
.la-arrow-alt-circle-up:before {
    content: "\f35b";
}
.la-arrow-circle-down:before {
    content: "\f0ab";
}
.la-arrow-circle-left:before {
    content: "\f0a8";
}
.la-arrow-circle-right:before {
    content: "\f0a9";
}
.la-arrow-circle-up:before {
    content: "\f0aa";
}
.la-arrow-down:before {
    content: "\f063";
}
.la-arrow-left:before {
    content: "\f060";
}
.la-arrow-right:before {
    content: "\f061";
}
.la-arrow-up:before {
    content: "\f062";
}
.la-arrows-alt:before {
    content: "\f0b2";
}
.la-arrows-alt-h:before {
    content: "\f337";
}
.la-arrows-alt-v:before {
    content: "\f338";
}
.la-artstation:before {
    content: "\f77a";
}
.la-assistive-listening-systems:before {
    content: "\f2a2";
}
.la-asterisk:before {
    content: "\f069";
}
.la-asymmetrik:before {
    content: "\f372";
}
.la-at:before {
    content: "\f1fa";
}
.la-atlas:before {
    content: "\f558";
}
.la-atlassian:before {
    content: "\f77b";
}
.la-atom:before {
    content: "\f5d2";
}
.la-audible:before {
    content: "\f373";
}
.la-audio-description:before {
    content: "\f29e";
}
.la-autoprefixer:before {
    content: "\f41c";
}
.la-avianex:before {
    content: "\f374";
}
.la-aviato:before {
    content: "\f421";
}
.la-award:before {
    content: "\f559";
}
.la-aws:before {
    content: "\f375";
}
.la-baby:before {
    content: "\f77c";
}
.la-baby-carriage:before {
    content: "\f77d";
}
.la-backspace:before {
    content: "\f55a";
}
.la-backward:before {
    content: "\f04a";
}
.la-bacon:before {
    content: "\f7e5";
}
.la-balance-scale:before {
    content: "\f24e";
}
.la-balance-scale-left:before {
    content: "\f515";
}
.la-balance-scale-right:before {
    content: "\f516";
}
.la-ban:before {
    content: "\f05e";
}
.la-band-aid:before {
    content: "\f462";
}
.la-bandcamp:before {
    content: "\f2d5";
}
.la-barcode:before {
    content: "\f02a";
}
.la-bars:before {
    content: "\f0c9";
}
.la-baseball-ball:before {
    content: "\f433";
}
.la-basketball-ball:before {
    content: "\f434";
}
.la-bath:before {
    content: "\f2cd";
}
.la-battery-empty:before {
    content: "\f244";
}
.la-battery-full:before {
    content: "\f240";
}
.la-battery-half:before {
    content: "\f242";
}
.la-battery-quarter:before {
    content: "\f243";
}
.la-battery-three-quarters:before {
    content: "\f241";
}
.la-battle-net:before {
    content: "\f835";
}
.la-bed:before {
    content: "\f236";
}
.la-beer:before {
    content: "\f0fc";
}
.la-behance:before {
    content: "\f1b4";
}
.la-behance-square:before {
    content: "\f1b5";
}
.la-bell:before {
    content: "\f0f3";
}
.la-bell-slash:before {
    content: "\f1f6";
}
.la-bezier-curve:before {
    content: "\f55b";
}
.la-bible:before {
    content: "\f647";
}
.la-bicycle:before {
    content: "\f206";
}
.la-biking:before {
    content: "\f84a";
}
.la-bimobject:before {
    content: "\f378";
}
.la-binoculars:before {
    content: "\f1e5";
}
.la-biohazard:before {
    content: "\f780";
}
.la-birthday-cake:before {
    content: "\f1fd";
}
.la-bitbucket:before {
    content: "\f171";
}
.la-bitcoin:before {
    content: "\f379";
}
.la-bity:before {
    content: "\f37a";
}
.la-black-tie:before {
    content: "\f27e";
}
.la-blackberry:before {
    content: "\f37b";
}
.la-blender:before {
    content: "\f517";
}
.la-blender-phone:before {
    content: "\f6b6";
}
.la-blind:before {
    content: "\f29d";
}
.la-blog:before {
    content: "\f781";
}
.la-blogger:before {
    content: "\f37c";
}
.la-blogger-b:before {
    content: "\f37d";
}
.la-bluetooth:before {
    content: "\f293";
}
.la-bluetooth-b:before {
    content: "\f294";
}
.la-bold:before {
    content: "\f032";
}
.la-bolt:before {
    content: "\f0e7";
}
.la-bomb:before {
    content: "\f1e2";
}
.la-bone:before {
    content: "\f5d7";
}
.la-bong:before {
    content: "\f55c";
}
.la-book:before {
    content: "\f02d";
}
.la-book-dead:before {
    content: "\f6b7";
}
.la-book-medical:before {
    content: "\f7e6";
}
.la-book-open:before {
    content: "\f518";
}
.la-book-reader:before {
    content: "\f5da";
}
.la-bookmark:before {
    content: "\f02e";
}
.la-bootstrap:before {
    content: "\f836";
}
.la-border-all:before {
    content: "\f84c";
}
.la-border-none:before {
    content: "\f850";
}
.la-border-style:before {
    content: "\f853";
}
.la-bowling-ball:before {
    content: "\f436";
}
.la-box:before {
    content: "\f466";
}
.la-box-open:before {
    content: "\f49e";
}
.la-boxes:before {
    content: "\f468";
}
.la-braille:before {
    content: "\f2a1";
}
.la-brain:before {
    content: "\f5dc";
}
.la-bread-slice:before {
    content: "\f7ec";
}
.la-briefcase:before {
    content: "\f0b1";
}
.la-briefcase-medical:before {
    content: "\f469";
}
.la-broadcast-tower:before {
    content: "\f519";
}
.la-broom:before {
    content: "\f51a";
}
.la-brush:before {
    content: "\f55d";
}
.la-btc:before {
    content: "\f15a";
}
.la-buffer:before {
    content: "\f837";
}
.la-bug:before {
    content: "\f188";
}
.la-building:before {
    content: "\f1ad";
}
.la-bullhorn:before {
    content: "\f0a1";
}
.la-bullseye:before {
    content: "\f140";
}
.la-burn:before {
    content: "\f46a";
}
.la-buromobelexperte:before {
    content: "\f37f";
}
.la-bus:before {
    content: "\f207";
}
.la-bus-alt:before {
    content: "\f55e";
}
.la-business-time:before {
    content: "\f64a";
}
.la-buy-n-large:before {
    content: "\f8a6";
}
.la-buysellads:before {
    content: "\f20d";
}
.la-calculator:before {
    content: "\f1ec";
}
.la-calendar:before {
    content: "\f133";
}
.la-calendar-alt:before {
    content: "\f073";
}
.la-calendar-check:before {
    content: "\f274";
}
.la-calendar-day:before {
    content: "\f783";
}
.la-calendar-minus:before {
    content: "\f272";
}
.la-calendar-plus:before {
    content: "\f271";
}
.la-calendar-times:before {
    content: "\f273";
}
.la-calendar-week:before {
    content: "\f784";
}
.la-camera:before {
    content: "\f030";
}
.la-camera-retro:before {
    content: "\f083";
}
.la-campground:before {
    content: "\f6bb";
}
.la-canadian-maple-leaf:before {
    content: "\f785";
}
.la-candy-cane:before {
    content: "\f786";
}
.la-cannabis:before {
    content: "\f55f";
}
.la-capsules:before {
    content: "\f46b";
}
.la-car:before {
    content: "\f1b9";
}
.la-car-alt:before {
    content: "\f5de";
}
.la-car-battery:before {
    content: "\f5df";
}
.la-car-crash:before {
    content: "\f5e1";
}
.la-car-side:before {
    content: "\f5e4";
}
.la-caret-down:before {
    content: "\f0d7";
}
.la-caret-left:before {
    content: "\f0d9";
}
.la-caret-right:before {
    content: "\f0da";
}
.la-caret-square-down:before {
    content: "\f150";
}
.la-caret-square-left:before {
    content: "\f191";
}
.la-caret-square-right:before {
    content: "\f152";
}
.la-caret-square-up:before {
    content: "\f151";
}
.la-caret-up:before {
    content: "\f0d8";
}
.la-carrot:before {
    content: "\f787";
}
.la-cart-arrow-down:before {
    content: "\f218";
}
.la-cart-plus:before {
    content: "\f217";
}
.la-cash-register:before {
    content: "\f788";
}
.la-cat:before {
    content: "\f6be";
}
.la-cc-amazon-pay:before {
    content: "\f42d";
}
.la-cc-amex:before {
    content: "\f1f3";
}
.la-cc-apple-pay:before {
    content: "\f416";
}
.la-cc-diners-club:before {
    content: "\f24c";
}
.la-cc-discover:before {
    content: "\f1f2";
}
.la-cc-jcb:before {
    content: "\f24b";
}
.la-cc-mastercard:before {
    content: "\f1f1";
}
.la-cc-paypal:before {
    content: "\f1f4";
}
.la-cc-stripe:before {
    content: "\f1f5";
}
.la-cc-visa:before {
    content: "\f1f0";
}
.la-centercode:before {
    content: "\f380";
}
.la-centos:before {
    content: "\f789";
}
.la-certificate:before {
    content: "\f0a3";
}
.la-chair:before {
    content: "\f6c0";
}
.la-chalkboard:before {
    content: "\f51b";
}
.la-chalkboard-teacher:before {
    content: "\f51c";
}
.la-charging-station:before {
    content: "\f5e7";
}
.la-chart-area:before {
    content: "\f1fe";
}
.la-chart-bar:before {
    content: "\f080";
}
.la-chart-line:before {
    content: "\f201";
}
.la-chart-pie:before {
    content: "\f200";
}
.la-check:before {
    content: "\f00c";
}
.la-check-circle:before {
    content: "\f058";
}
.la-check-double:before {
    content: "\f560";
}
.la-check-square:before {
    content: "\f14a";
}
.la-cheese:before {
    content: "\f7ef";
}
.la-chess:before {
    content: "\f439";
}
.la-chess-bishop:before {
    content: "\f43a";
}
.la-chess-board:before {
    content: "\f43c";
}
.la-chess-king:before {
    content: "\f43f";
}
.la-chess-knight:before {
    content: "\f441";
}
.la-chess-pawn:before {
    content: "\f443";
}
.la-chess-queen:before {
    content: "\f445";
}
.la-chess-rook:before {
    content: "\f447";
}
.la-chevron-circle-down:before {
    content: "\f13a";
}
.la-chevron-circle-left:before {
    content: "\f137";
}
.la-chevron-circle-right:before {
    content: "\f138";
}
.la-chevron-circle-up:before {
    content: "\f139";
}
.la-chevron-down:before {
    content: "\f078";
}
.la-chevron-left:before {
    content: "\f053";
}
.la-chevron-right:before {
    content: "\f054";
}
.la-chevron-up:before {
    content: "\f077";
}
.la-child:before {
    content: "\f1ae";
}
.la-chrome:before {
    content: "\f268";
}
.la-chromecast:before {
    content: "\f838";
}
.la-church:before {
    content: "\f51d";
}
.la-circle:before {
    content: "\f111";
}
.la-circle-notch:before {
    content: "\f1ce";
}
.la-city:before {
    content: "\f64f";
}
.la-clinic-medical:before {
    content: "\f7f2";
}
.la-clipboard:before {
    content: "\f328";
}
.la-clipboard-check:before {
    content: "\f46c";
}
.la-clipboard-list:before {
    content: "\f46d";
}
.la-clock:before {
    content: "\f017";
}
.la-clone:before {
    content: "\f24d";
}
.la-closed-captioning:before {
    content: "\f20a";
}
.la-cloud:before {
    content: "\f0c2";
}
.la-cloud-download-alt:before {
    content: "\f381";
}
.la-cloud-meatball:before {
    content: "\f73b";
}
.la-cloud-moon:before {
    content: "\f6c3";
}
.la-cloud-moon-rain:before {
    content: "\f73c";
}
.la-cloud-rain:before {
    content: "\f73d";
}
.la-cloud-showers-heavy:before {
    content: "\f740";
}
.la-cloud-sun:before {
    content: "\f6c4";
}
.la-cloud-sun-rain:before {
    content: "\f743";
}
.la-cloud-upload-alt:before {
    content: "\f382";
}
.la-cloudscale:before {
    content: "\f383";
}
.la-cloudsmith:before {
    content: "\f384";
}
.la-cloudversify:before {
    content: "\f385";
}
.la-cocktail:before {
    content: "\f561";
}
.la-code:before {
    content: "\f121";
}
.la-code-branch:before {
    content: "\f126";
}
.la-codepen:before {
    content: "\f1cb";
}
.la-codiepie:before {
    content: "\f284";
}
.la-coffee:before {
    content: "\f0f4";
}
.la-cog:before {
    content: "\f013";
}
.la-cogs:before {
    content: "\f085";
}
.la-coins:before {
    content: "\f51e";
}
.la-columns:before {
    content: "\f0db";
}
.la-comment:before {
    content: "\f075";
}
.la-comment-alt:before {
    content: "\f27a";
}
.la-comment-dollar:before {
    content: "\f651";
}
.la-comment-dots:before {
    content: "\f4ad";
}
.la-comment-medical:before {
    content: "\f7f5";
}
.la-comment-slash:before {
    content: "\f4b3";
}
.la-comments:before {
    content: "\f086";
}
.la-comments-dollar:before {
    content: "\f653";
}
.la-compact-disc:before {
    content: "\f51f";
}
.la-compass:before {
    content: "\f14e";
}
.la-compress:before {
    content: "\f066";
}
.la-compress-arrows-alt:before {
    content: "\f78c";
}
.la-concierge-bell:before {
    content: "\f562";
}
.la-confluence:before {
    content: "\f78d";
}
.la-connectdevelop:before {
    content: "\f20e";
}
.la-contao:before {
    content: "\f26d";
}
.la-cookie:before {
    content: "\f563";
}
.la-cookie-bite:before {
    content: "\f564";
}
.la-copy:before {
    content: "\f0c5";
}
.la-copyright:before {
    content: "\f1f9";
}
.la-cotton-bureau:before {
    content: "\f89e";
}
.la-couch:before {
    content: "\f4b8";
}
.la-cpanel:before {
    content: "\f388";
}
.la-creative-commons:before {
    content: "\f25e";
}
.la-creative-commons-by:before {
    content: "\f4e7";
}
.la-creative-commons-nc:before {
    content: "\f4e8";
}
.la-creative-commons-nc-eu:before {
    content: "\f4e9";
}
.la-creative-commons-nc-jp:before {
    content: "\f4ea";
}
.la-creative-commons-nd:before {
    content: "\f4eb";
}
.la-creative-commons-pd:before {
    content: "\f4ec";
}
.la-creative-commons-pd-alt:before {
    content: "\f4ed";
}
.la-creative-commons-remix:before {
    content: "\f4ee";
}
.la-creative-commons-sa:before {
    content: "\f4ef";
}
.la-creative-commons-sampling:before {
    content: "\f4f0";
}
.la-creative-commons-sampling-plus:before {
    content: "\f4f1";
}
.la-creative-commons-share:before {
    content: "\f4f2";
}
.la-creative-commons-zero:before {
    content: "\f4f3";
}
.la-credit-card:before {
    content: "\f09d";
}
.la-critical-role:before {
    content: "\f6c9";
}
.la-crop:before {
    content: "\f125";
}
.la-crop-alt:before {
    content: "\f565";
}
.la-cross:before {
    content: "\f654";
}
.la-crosshairs:before {
    content: "\f05b";
}
.la-crow:before {
    content: "\f520";
}
.la-crown:before {
    content: "\f521";
}
.la-crutch:before {
    content: "\f7f7";
}
.la-css3:before {
    content: "\f13c";
}
.la-css3-alt:before {
    content: "\f38b";
}
.la-cube:before {
    content: "\f1b2";
}
.la-cubes:before {
    content: "\f1b3";
}
.la-cut:before {
    content: "\f0c4";
}
.la-cuttlefish:before {
    content: "\f38c";
}
.la-d-and-d:before {
    content: "\f38d";
}
.la-d-and-d-beyond:before {
    content: "\f6ca";
}
.la-dashcube:before {
    content: "\f210";
}
.la-database:before {
    content: "\f1c0";
}
.la-deaf:before {
    content: "\f2a4";
}
.la-delicious:before {
    content: "\f1a5";
}
.la-democrat:before {
    content: "\f747";
}
.la-deploydog:before {
    content: "\f38e";
}
.la-deskpro:before {
    content: "\f38f";
}
.la-desktop:before {
    content: "\f108";
}
.la-dev:before {
    content: "\f6cc";
}
.la-deviantart:before {
    content: "\f1bd";
}
.la-dharmachakra:before {
    content: "\f655";
}
.la-dhl:before {
    content: "\f790";
}
.la-diagnoses:before {
    content: "\f470";
}
.la-diaspora:before {
    content: "\f791";
}
.la-dice:before {
    content: "\f522";
}
.la-dice-d20:before {
    content: "\f6cf";
}
.la-dice-d6:before {
    content: "\f6d1";
}
.la-dice-five:before {
    content: "\f523";
}
.la-dice-four:before {
    content: "\f524";
}
.la-dice-one:before {
    content: "\f525";
}
.la-dice-six:before {
    content: "\f526";
}
.la-dice-three:before {
    content: "\f527";
}
.la-dice-two:before {
    content: "\f528";
}
.la-digg:before {
    content: "\f1a6";
}
.la-digital-ocean:before {
    content: "\f391";
}
.la-digital-tachograph:before {
    content: "\f566";
}
.la-directions:before {
    content: "\f5eb";
}
.la-discord:before {
    content: "\f392";
}
.la-discourse:before {
    content: "\f393";
}
.la-divide:before {
    content: "\f529";
}
.la-dizzy:before {
    content: "\f567";
}
.la-dna:before {
    content: "\f471";
}
.la-dochub:before {
    content: "\f394";
}
.la-docker:before {
    content: "\f395";
}
.la-dog:before {
    content: "\f6d3";
}
.la-dollar-sign:before {
    content: "\f155";
}
.la-dolly:before {
    content: "\f472";
}
.la-dolly-flatbed:before {
    content: "\f474";
}
.la-donate:before {
    content: "\f4b9";
}
.la-door-closed:before {
    content: "\f52a";
}
.la-door-open:before {
    content: "\f52b";
}
.la-dot-circle:before {
    content: "\f192";
}
.la-dove:before {
    content: "\f4ba";
}
.la-download:before {
    content: "\f019";
}
.la-draft2digital:before {
    content: "\f396";
}
.la-drafting-compass:before {
    content: "\f568";
}
.la-dragon:before {
    content: "\f6d5";
}
.la-draw-polygon:before {
    content: "\f5ee";
}
.la-dribbble:before {
    content: "\f17d";
}
.la-dribbble-square:before {
    content: "\f397";
}
.la-dropbox:before {
    content: "\f16b";
}
.la-drum:before {
    content: "\f569";
}
.la-drum-steelpan:before {
    content: "\f56a";
}
.la-drumstick-bite:before {
    content: "\f6d7";
}
.la-drupal:before {
    content: "\f1a9";
}
.la-dumbbell:before {
    content: "\f44b";
}
.la-dumpster:before {
    content: "\f793";
}
.la-dumpster-fire:before {
    content: "\f794";
}
.la-dungeon:before {
    content: "\f6d9";
}
.la-dyalog:before {
    content: "\f399";
}
.la-earlybirds:before {
    content: "\f39a";
}
.la-ebay:before {
    content: "\f4f4";
}
.la-edge:before {
    content: "\f282";
}
.la-edit:before {
    content: "\f044";
}
.la-egg:before {
    content: "\f7fb";
}
.la-eject:before {
    content: "\f052";
}
.la-elementor:before {
    content: "\f430";
}
.la-ellipsis-h:before {
    content: "\f141";
}
.la-ellipsis-v:before {
    content: "\f142";
}
.la-ello:before {
    content: "\f5f1";
}
.la-ember:before {
    content: "\f423";
}
.la-empire:before {
    content: "\f1d1";
}
.la-envelope:before {
    content: "\f0e0";
}
.la-envelope-open:before {
    content: "\f2b6";
}
.la-envelope-open-text:before {
    content: "\f658";
}
.la-envelope-square:before {
    content: "\f199";
}
.la-envira:before {
    content: "\f299";
}
.la-equals:before {
    content: "\f52c";
}
.la-eraser:before {
    content: "\f12d";
}
.la-erlang:before {
    content: "\f39d";
}
.la-ethereum:before {
    content: "\f42e";
}
.la-ethernet:before {
    content: "\f796";
}
.la-etsy:before {
    content: "\f2d7";
}
.la-euro-sign:before {
    content: "\f153";
}
.la-evernote:before {
    content: "\f839";
}
.la-exchange-alt:before {
    content: "\f362";
}
.la-exclamation:before {
    content: "\f12a";
}
.la-exclamation-circle:before {
    content: "\f06a";
}
.la-exclamation-triangle:before {
    content: "\f071";
}
.la-expand:before {
    content: "\f065";
}
.la-expand-arrows-alt:before {
    content: "\f31e";
}
.la-expeditedssl:before {
    content: "\f23e";
}
.la-external-link-alt:before {
    content: "\f35d";
}
.la-external-link-square-alt:before {
    content: "\f360";
}
.la-eye:before {
    content: "\f06e";
}
.la-eye-dropper:before {
    content: "\f1fb";
}
.la-eye-slash:before {
    content: "\f070";
}
.la-facebook:before {
    content: "\f09a";
}
.la-facebook-f:before {
    content: "\f39e";
}
.la-facebook-messenger:before {
    content: "\f39f";
}
.la-facebook-square:before {
    content: "\f082";
}
.la-fan:before {
    content: "\f863";
}
.la-fantasy-flight-games:before {
    content: "\f6dc";
}
.la-fast-backward:before {
    content: "\f049";
}
.la-fast-forward:before {
    content: "\f050";
}
.la-fax:before {
    content: "\f1ac";
}
.la-feather:before {
    content: "\f52d";
}
.la-feather-alt:before {
    content: "\f56b";
}
.la-fedex:before {
    content: "\f797";
}
.la-fedora:before {
    content: "\f798";
}
.la-female:before {
    content: "\f182";
}
.la-fighter-jet:before {
    content: "\f0fb";
}
.la-figma:before {
    content: "\f799";
}
.la-file:before {
    content: "\f15b";
}
.la-file-alt:before {
    content: "\f15c";
}
.la-file-archive:before {
    content: "\f1c6";
}
.la-file-audio:before {
    content: "\f1c7";
}
.la-file-code:before {
    content: "\f1c9";
}
.la-file-contract:before {
    content: "\f56c";
}
.la-file-csv:before {
    content: "\f6dd";
}
.la-file-download:before {
    content: "\f56d";
}
.la-file-excel:before {
    content: "\f1c3";
}
.la-file-export:before {
    content: "\f56e";
}
.la-file-image:before {
    content: "\f1c5";
}
.la-file-import:before {
    content: "\f56f";
}
.la-file-invoice:before {
    content: "\f570";
}
.la-file-invoice-dollar:before {
    content: "\f571";
}
.la-file-medical:before {
    content: "\f477";
}
.la-file-medical-alt:before {
    content: "\f478";
}
.la-file-pdf:before {
    content: "\f1c1";
}
.la-file-powerpoint:before {
    content: "\f1c4";
}
.la-file-prescription:before {
    content: "\f572";
}
.la-file-signature:before {
    content: "\f573";
}
.la-file-upload:before {
    content: "\f574";
}
.la-file-video:before {
    content: "\f1c8";
}
.la-file-word:before {
    content: "\f1c2";
}
.la-fill:before {
    content: "\f575";
}
.la-fill-drip:before {
    content: "\f576";
}
.la-film:before {
    content: "\f008";
}
.la-filter:before {
    content: "\f0b0";
}
.la-fingerprint:before {
    content: "\f577";
}
.la-fire:before {
    content: "\f06d";
}
.la-fire-alt:before {
    content: "\f7e4";
}
.la-fire-extinguisher:before {
    content: "\f134";
}
.la-firefox:before {
    content: "\f269";
}
.la-first-aid:before {
    content: "\f479";
}
.la-first-order:before {
    content: "\f2b0";
}
.la-first-order-alt:before {
    content: "\f50a";
}
.la-firstdraft:before {
    content: "\f3a1";
}
.la-fish:before {
    content: "\f578";
}
.la-fist-raised:before {
    content: "\f6de";
}
.la-flag:before {
    content: "\f024";
}
.la-flag-checkered:before {
    content: "\f11e";
}
.la-flag-usa:before {
    content: "\f74d";
}
.la-flask:before {
    content: "\f0c3";
}
.la-flickr:before {
    content: "\f16e";
}
.la-flipboard:before {
    content: "\f44d";
}
.la-flushed:before {
    content: "\f579";
}
.la-fly:before {
    content: "\f417";
}
.la-folder:before {
    content: "\f07b";
}
.la-folder-minus:before {
    content: "\f65d";
}
.la-folder-open:before {
    content: "\f07c";
}
.la-folder-plus:before {
    content: "\f65e";
}
.la-font:before {
    content: "\f031";
}
.la-font-awesome:before {
    content: "\f2b4";
}
.la-font-awesome-alt:before {
    content: "\f35c";
}
.la-font-awesome-flag:before {
    content: "\f425";
}
.la-font-awesome-logo-full:before {
    content: "\f4e6";
}
.la-fonticons:before {
    content: "\f280";
}
.la-fonticons-fi:before {
    content: "\f3a2";
}
.la-football-ball:before {
    content: "\f44e";
}
.la-fort-awesome:before {
    content: "\f286";
}
.la-fort-awesome-alt:before {
    content: "\f3a3";
}
.la-forumbee:before {
    content: "\f211";
}
.la-forward:before {
    content: "\f04e";
}
.la-foursquare:before {
    content: "\f180";
}
.la-free-code-camp:before {
    content: "\f2c5";
}
.la-freebsd:before {
    content: "\f3a4";
}
.la-frog:before {
    content: "\f52e";
}
.la-frown:before {
    content: "\f119";
}
.la-frown-open:before {
    content: "\f57a";
}
.la-fulcrum:before {
    content: "\f50b";
}
.la-funnel-dollar:before {
    content: "\f662";
}
.la-futbol:before {
    content: "\f1e3";
}
.la-galactic-republic:before {
    content: "\f50c";
}
.la-galactic-senate:before {
    content: "\f50d";
}
.la-gamepad:before {
    content: "\f11b";
}
.la-gas-pump:before {
    content: "\f52f";
}
.la-gavel:before {
    content: "\f0e3";
}
.la-gem:before {
    content: "\f3a5";
}
.la-genderless:before {
    content: "\f22d";
}
.la-get-pocket:before {
    content: "\f265";
}
.la-gg:before {
    content: "\f260";
}
.la-gg-circle:before {
    content: "\f261";
}
.la-ghost:before {
    content: "\f6e2";
}
.la-gift:before {
    content: "\f06b";
}
.la-gifts:before {
    content: "\f79c";
}
.la-git:before {
    content: "\f1d3";
}
.la-git-alt:before {
    content: "\f841";
}
.la-git-square:before {
    content: "\f1d2";
}
.la-github:before {
    content: "\f09b";
}
.la-github-alt:before {
    content: "\f113";
}
.la-github-square:before {
    content: "\f092";
}
.la-gitkraken:before {
    content: "\f3a6";
}
.la-gitlab:before {
    content: "\f296";
}
.la-gitter:before {
    content: "\f426";
}
.la-glass-cheers:before {
    content: "\f79f";
}
.la-glass-martini:before {
    content: "\f000";
}
.la-glass-martini-alt:before {
    content: "\f57b";
}
.la-glass-whiskey:before {
    content: "\f7a0";
}
.la-glasses:before {
    content: "\f530";
}
.la-glide:before {
    content: "\f2a5";
}
.la-glide-g:before {
    content: "\f2a6";
}
.la-globe:before {
    content: "\f0ac";
}
.la-globe-africa:before {
    content: "\f57c";
}
.la-globe-americas:before {
    content: "\f57d";
}
.la-globe-asia:before {
    content: "\f57e";
}
.la-globe-europe:before {
    content: "\f7a2";
}
.la-gofore:before {
    content: "\f3a7";
}
.la-golf-ball:before {
    content: "\f450";
}
.la-goodreads:before {
    content: "\f3a8";
}
.la-goodreads-g:before {
    content: "\f3a9";
}
.la-google:before {
    content: "\f1a0";
}
.la-google-drive:before {
    content: "\f3aa";
}
.la-google-play:before {
    content: "\f3ab";
}
.la-google-plus:before {
    content: "\f2b3";
}
.la-google-plus-g:before {
    content: "\f0d5";
}
.la-google-plus-square:before {
    content: "\f0d4";
}
.la-google-wallet:before {
    content: "\f1ee";
}
.la-gopuram:before {
    content: "\f664";
}
.la-graduation-cap:before {
    content: "\f19d";
}
.la-gratipay:before {
    content: "\f184";
}
.la-grav:before {
    content: "\f2d6";
}
.la-greater-than:before {
    content: "\f531";
}
.la-greater-than-equal:before {
    content: "\f532";
}
.la-grimace:before {
    content: "\f57f";
}
.la-grin:before {
    content: "\f580";
}
.la-grin-alt:before {
    content: "\f581";
}
.la-grin-beam:before {
    content: "\f582";
}
.la-grin-beam-sweat:before {
    content: "\f583";
}
.la-grin-hearts:before {
    content: "\f584";
}
.la-grin-squint:before {
    content: "\f585";
}
.la-grin-squint-tears:before {
    content: "\f586";
}
.la-grin-stars:before {
    content: "\f587";
}
.la-grin-tears:before {
    content: "\f588";
}
.la-grin-tongue:before {
    content: "\f589";
}
.la-grin-tongue-squint:before {
    content: "\f58a";
}
.la-grin-tongue-wink:before {
    content: "\f58b";
}
.la-grin-wink:before {
    content: "\f58c";
}
.la-grip-horizontal:before {
    content: "\f58d";
}
.la-grip-lines:before {
    content: "\f7a4";
}
.la-grip-lines-vertical:before {
    content: "\f7a5";
}
.la-grip-vertical:before {
    content: "\f58e";
}
.la-gripfire:before {
    content: "\f3ac";
}
.la-grunt:before {
    content: "\f3ad";
}
.la-guitar:before {
    content: "\f7a6";
}
.la-gulp:before {
    content: "\f3ae";
}
.la-h-square:before {
    content: "\f0fd";
}
.la-hacker-news:before {
    content: "\f1d4";
}
.la-hacker-news-square:before {
    content: "\f3af";
}
.la-hackerrank:before {
    content: "\f5f7";
}
.la-hamburger:before {
    content: "\f805";
}
.la-hammer:before {
    content: "\f6e3";
}
.la-hamsa:before {
    content: "\f665";
}
.la-hand-holding:before {
    content: "\f4bd";
}
.la-hand-holding-heart:before {
    content: "\f4be";
}
.la-hand-holding-usd:before {
    content: "\f4c0";
}
.la-hand-lizard:before {
    content: "\f258";
}
.la-hand-middle-finger:before {
    content: "\f806";
}
.la-hand-paper:before {
    content: "\f256";
}
.la-hand-peace:before {
    content: "\f25b";
}
.la-hand-point-down:before {
    content: "\f0a7";
}
.la-hand-point-left:before {
    content: "\f0a5";
}
.la-hand-point-right:before {
    content: "\f0a4";
}
.la-hand-point-up:before {
    content: "\f0a6";
}
.la-hand-pointer:before {
    content: "\f25a";
}
.la-hand-rock:before {
    content: "\f255";
}
.la-hand-scissors:before {
    content: "\f257";
}
.la-hand-spock:before {
    content: "\f259";
}
.la-hands:before {
    content: "\f4c2";
}
.la-hands-helping:before {
    content: "\f4c4";
}
.la-handshake:before {
    content: "\f2b5";
}
.la-hanukiah:before {
    content: "\f6e6";
}
.la-hard-hat:before {
    content: "\f807";
}
.la-hashtag:before {
    content: "\f292";
}
.la-hat-cowboy:before {
    content: "\f8c0";
}
.la-hat-cowboy-side:before {
    content: "\f8c1";
}
.la-hat-wizard:before {
    content: "\f6e8";
}
.la-haykal:before {
    content: "\f666";
}
.la-hdd:before {
    content: "\f0a0";
}
.la-heading:before {
    content: "\f1dc";
}
.la-headphones:before {
    content: "\f025";
}
.la-headphones-alt:before {
    content: "\f58f";
}
.la-headset:before {
    content: "\f590";
}
.la-heart:before {
    content: "\f004";
}
.la-heart-broken:before {
    content: "\f7a9";
}
.la-heartbeat:before {
    content: "\f21e";
}
.la-helicopter:before {
    content: "\f533";
}
.la-highlighter:before {
    content: "\f591";
}
.la-hiking:before {
    content: "\f6ec";
}
.la-hippo:before {
    content: "\f6ed";
}
.la-hips:before {
    content: "\f452";
}
.la-hire-a-helper:before {
    content: "\f3b0";
}
.la-history:before {
    content: "\f1da";
}
.la-hockey-puck:before {
    content: "\f453";
}
.la-holly-berry:before {
    content: "\f7aa";
}
.la-home:before {
    content: "\f015";
}
.la-hooli:before {
    content: "\f427";
}
.la-hornbill:before {
    content: "\f592";
}
.la-horse:before {
    content: "\f6f0";
}
.la-horse-head:before {
    content: "\f7ab";
}
.la-hospital:before {
    content: "\f0f8";
}
.la-hospital-alt:before {
    content: "\f47d";
}
.la-hospital-symbol:before {
    content: "\f47e";
}
.la-hot-tub:before {
    content: "\f593";
}
.la-hotdog:before {
    content: "\f80f";
}
.la-hotel:before {
    content: "\f594";
}
.la-hotjar:before {
    content: "\f3b1";
}
.la-hourglass:before {
    content: "\f254";
}
.la-hourglass-end:before {
    content: "\f253";
}
.la-hourglass-half:before {
    content: "\f252";
}
.la-hourglass-start:before {
    content: "\f251";
}
.la-house-damage:before {
    content: "\f6f1";
}
.la-houzz:before {
    content: "\f27c";
}
.la-hryvnia:before {
    content: "\f6f2";
}
.la-html5:before {
    content: "\f13b";
}
.la-hubspot:before {
    content: "\f3b2";
}
.la-i-cursor:before {
    content: "\f246";
}
.la-ice-cream:before {
    content: "\f810";
}
.la-icicles:before {
    content: "\f7ad";
}
.la-icons:before {
    content: "\f86d";
}
.la-id-badge:before {
    content: "\f2c1";
}
.la-id-card:before {
    content: "\f2c2";
}
.la-id-card-alt:before {
    content: "\f47f";
}
.la-igloo:before {
    content: "\f7ae";
}
.la-image:before {
    content: "\f03e";
}
.la-images:before {
    content: "\f302";
}
.la-imdb:before {
    content: "\f2d8";
}
.la-inbox:before {
    content: "\f01c";
}
.la-indent:before {
    content: "\f03c";
}
.la-industry:before {
    content: "\f275";
}
.la-infinity:before {
    content: "\f534";
}
.la-info:before {
    content: "\f129";
}
.la-info-circle:before {
    content: "\f05a";
}
.la-instagram:before {
    content: "\f16d";
}
.la-intercom:before {
    content: "\f7af";
}
.la-internet-explorer:before {
    content: "\f26b";
}
.la-invision:before {
    content: "\f7b0";
}
.la-ioxhost:before {
    content: "\f208";
}
.la-italic:before {
    content: "\f033";
}
.la-itch-io:before {
    content: "\f83a";
}
.la-itunes:before {
    content: "\f3b4";
}
.la-itunes-note:before {
    content: "\f3b5";
}
.la-java:before {
    content: "\f4e4";
}
.la-jedi:before {
    content: "\f669";
}
.la-jedi-order:before {
    content: "\f50e";
}
.la-jenkins:before {
    content: "\f3b6";
}
.la-jira:before {
    content: "\f7b1";
}
.la-joget:before {
    content: "\f3b7";
}
.la-joint:before {
    content: "\f595";
}
.la-joomla:before {
    content: "\f1aa";
}
.la-journal-whills:before {
    content: "\f66a";
}
.la-js:before {
    content: "\f3b8";
}
.la-js-square:before {
    content: "\f3b9";
}
.la-jsfiddle:before {
    content: "\f1cc";
}
.la-kaaba:before {
    content: "\f66b";
}
.la-kaggle:before {
    content: "\f5fa";
}
.la-key:before {
    content: "\f084";
}
.la-keybase:before {
    content: "\f4f5";
}
.la-keyboard:before {
    content: "\f11c";
}
.la-keycdn:before {
    content: "\f3ba";
}
.la-khanda:before {
    content: "\f66d";
}
.la-kickstarter:before {
    content: "\f3bb";
}
.la-kickstarter-k:before {
    content: "\f3bc";
}
.la-kiss:before {
    content: "\f596";
}
.la-kiss-beam:before {
    content: "\f597";
}
.la-kiss-wink-heart:before {
    content: "\f598";
}
.la-kiwi-bird:before {
    content: "\f535";
}
.la-korvue:before {
    content: "\f42f";
}
.la-landmark:before {
    content: "\f66f";
}
.la-language:before {
    content: "\f1ab";
}
.la-laptop:before {
    content: "\f109";
}
.la-laptop-code:before {
    content: "\f5fc";
}
.la-laptop-medical:before {
    content: "\f812";
}
.la-laravel:before {
    content: "\f3bd";
}
.la-lastfm:before {
    content: "\f202";
}
.la-lastfm-square:before {
    content: "\f203";
}
.la-laugh:before {
    content: "\f599";
}
.la-laugh-beam:before {
    content: "\f59a";
}
.la-laugh-squint:before {
    content: "\f59b";
}
.la-laugh-wink:before {
    content: "\f59c";
}
.la-layer-group:before {
    content: "\f5fd";
}
.la-leaf:before {
    content: "\f06c";
}
.la-leanpub:before {
    content: "\f212";
}
.la-lemon:before {
    content: "\f094";
}
.la-less:before {
    content: "\f41d";
}
.la-less-than:before {
    content: "\f536";
}
.la-less-than-equal:before {
    content: "\f537";
}
.la-level-down-alt:before {
    content: "\f3be";
}
.la-level-up-alt:before {
    content: "\f3bf";
}
.la-life-ring:before {
    content: "\f1cd";
}
.la-lightbulb:before {
    content: "\f0eb";
}
.la-line:before {
    content: "\f3c0";
}
.la-link:before {
    content: "\f0c1";
}
.la-linkedin:before {
    content: "\f08c";
}
.la-linkedin-in:before {
    content: "\f0e1";
}
.la-linode:before {
    content: "\f2b8";
}
.la-linux:before {
    content: "\f17c";
}
.la-lira-sign:before {
    content: "\f195";
}
.la-list:before {
    content: "\f03a";
}
.la-list-alt:before {
    content: "\f022";
}
.la-list-ol:before {
    content: "\f0cb";
}
.la-list-ul:before {
    content: "\f0ca";
}
.la-location-arrow:before {
    content: "\f124";
}
.la-lock:before {
    content: "\f023";
}
.la-lock-open:before {
    content: "\f3c1";
}
.la-long-arrow-alt-down:before {
    content: "\f309";
}
.la-long-arrow-alt-left:before {
    content: "\f30a";
}
.la-long-arrow-alt-right:before {
    content: "\f30b";
}
.la-long-arrow-alt-up:before {
    content: "\f30c";
}
.la-low-vision:before {
    content: "\f2a8";
}
.la-luggage-cart:before {
    content: "\f59d";
}
.la-lyft:before {
    content: "\f3c3";
}
.la-magento:before {
    content: "\f3c4";
}
.la-magic:before {
    content: "\f0d0";
}
.la-magnet:before {
    content: "\f076";
}
.la-mail-bulk:before {
    content: "\f674";
}
.la-mailchimp:before {
    content: "\f59e";
}
.la-male:before {
    content: "\f183";
}
.la-mandalorian:before {
    content: "\f50f";
}
.la-map:before {
    content: "\f279";
}
.la-map-marked:before {
    content: "\f59f";
}
.la-map-marked-alt:before {
    content: "\f5a0";
}
.la-map-marker:before {
    content: "\f041";
}
.la-map-marker-alt:before {
    content: "\f3c5";
}
.la-map-pin:before {
    content: "\f276";
}
.la-map-signs:before {
    content: "\f277";
}
.la-markdown:before {
    content: "\f60f";
}
.la-marker:before {
    content: "\f5a1";
}
.la-mars:before {
    content: "\f222";
}
.la-mars-double:before {
    content: "\f227";
}
.la-mars-stroke:before {
    content: "\f229";
}
.la-mars-stroke-h:before {
    content: "\f22b";
}
.la-mars-stroke-v:before {
    content: "\f22a";
}
.la-mask:before {
    content: "\f6fa";
}
.la-mastodon:before {
    content: "\f4f6";
}
.la-maxcdn:before {
    content: "\f136";
}
.la-mdb:before {
    content: "\f8ca";
}
.la-medal:before {
    content: "\f5a2";
}
.la-medapps:before {
    content: "\f3c6";
}
.la-medium:before {
    content: "\f23a";
}
.la-medium-m:before {
    content: "\f3c7";
}
.la-medkit:before {
    content: "\f0fa";
}
.la-medrt:before {
    content: "\f3c8";
}
.la-meetup:before {
    content: "\f2e0";
}
.la-megaport:before {
    content: "\f5a3";
}
.la-meh:before {
    content: "\f11a";
}
.la-meh-blank:before {
    content: "\f5a4";
}
.la-meh-rolling-eyes:before {
    content: "\f5a5";
}
.la-memory:before {
    content: "\f538";
}
.la-mendeley:before {
    content: "\f7b3";
}
.la-menorah:before {
    content: "\f676";
}
.la-mercury:before {
    content: "\f223";
}
.la-meteor:before {
    content: "\f753";
}
.la-microchip:before {
    content: "\f2db";
}
.la-microphone:before {
    content: "\f130";
}
.la-microphone-alt:before {
    content: "\f3c9";
}
.la-microphone-alt-slash:before {
    content: "\f539";
}
.la-microphone-slash:before {
    content: "\f131";
}
.la-microscope:before {
    content: "\f610";
}
.la-microsoft:before {
    content: "\f3ca";
}
.la-minus:before {
    content: "\f068";
}
.la-minus-circle:before {
    content: "\f056";
}
.la-minus-square:before {
    content: "\f146";
}
.la-mitten:before {
    content: "\f7b5";
}
.la-mix:before {
    content: "\f3cb";
}
.la-mixcloud:before {
    content: "\f289";
}
.la-mizuni:before {
    content: "\f3cc";
}
.la-mobile:before {
    content: "\f10b";
}
.la-mobile-alt:before {
    content: "\f3cd";
}
.la-modx:before {
    content: "\f285";
}
.la-monero:before {
    content: "\f3d0";
}
.la-money-bill:before {
    content: "\f0d6";
}
.la-money-bill-alt:before {
    content: "\f3d1";
}
.la-money-bill-wave:before {
    content: "\f53a";
}
.la-money-bill-wave-alt:before {
    content: "\f53b";
}
.la-money-check:before {
    content: "\f53c";
}
.la-money-check-alt:before {
    content: "\f53d";
}
.la-monument:before {
    content: "\f5a6";
}
.la-moon:before {
    content: "\f186";
}
.la-mortar-pestle:before {
    content: "\f5a7";
}
.la-mosque:before {
    content: "\f678";
}
.la-motorcycle:before {
    content: "\f21c";
}
.la-mountain:before {
    content: "\f6fc";
}
.la-mouse:before {
    content: "\f8cc";
}
.la-mouse-pointer:before {
    content: "\f245";
}
.la-mug-hot:before {
    content: "\f7b6";
}
.la-music:before {
    content: "\f001";
}
.la-napster:before {
    content: "\f3d2";
}
.la-neos:before {
    content: "\f612";
}
.la-network-wired:before {
    content: "\f6ff";
}
.la-neuter:before {
    content: "\f22c";
}
.la-newspaper:before {
    content: "\f1ea";
}
.la-nimblr:before {
    content: "\f5a8";
}
.la-node:before {
    content: "\f419";
}
.la-node-js:before {
    content: "\f3d3";
}
.la-not-equal:before {
    content: "\f53e";
}
.la-notes-medical:before {
    content: "\f481";
}
.la-npm:before {
    content: "\f3d4";
}
.la-ns8:before {
    content: "\f3d5";
}
.la-nutritionix:before {
    content: "\f3d6";
}
.la-object-group:before {
    content: "\f247";
}
.la-object-ungroup:before {
    content: "\f248";
}
.la-odnoklassniki:before {
    content: "\f263";
}
.la-odnoklassniki-square:before {
    content: "\f264";
}
.la-oil-can:before {
    content: "\f613";
}
.la-old-republic:before {
    content: "\f510";
}
.la-om:before {
    content: "\f679";
}
.la-opencart:before {
    content: "\f23d";
}
.la-openid:before {
    content: "\f19b";
}
.la-opera:before {
    content: "\f26a";
}
.la-optin-monster:before {
    content: "\f23c";
}
.la-orcid:before {
    content: "\f8d2";
}
.la-osi:before {
    content: "\f41a";
}
.la-otter:before {
    content: "\f700";
}
.la-outdent:before {
    content: "\f03b";
}
.la-page4:before {
    content: "\f3d7";
}
.la-pagelines:before {
    content: "\f18c";
}
.la-pager:before {
    content: "\f815";
}
.la-paint-brush:before {
    content: "\f1fc";
}
.la-paint-roller:before {
    content: "\f5aa";
}
.la-palette:before {
    content: "\f53f";
}
.la-palfed:before {
    content: "\f3d8";
}
.la-pallet:before {
    content: "\f482";
}
.la-paper-plane:before {
    content: "\f1d8";
}
.la-paperclip:before {
    content: "\f0c6";
}
.la-parachute-box:before {
    content: "\f4cd";
}
.la-paragraph:before {
    content: "\f1dd";
}
.la-parking:before {
    content: "\f540";
}
.la-passport:before {
    content: "\f5ab";
}
.la-pastafarianism:before {
    content: "\f67b";
}
.la-paste:before {
    content: "\f0ea";
}
.la-patreon:before {
    content: "\f3d9";
}
.la-pause:before {
    content: "\f04c";
}
.la-pause-circle:before {
    content: "\f28b";
}
.la-paw:before {
    content: "\f1b0";
}
.la-paypal:before {
    content: "\f1ed";
}
.la-peace:before {
    content: "\f67c";
}
.la-pen:before {
    content: "\f304";
}
.la-pen-alt:before {
    content: "\f305";
}
.la-pen-fancy:before {
    content: "\f5ac";
}
.la-pen-nib:before {
    content: "\f5ad";
}
.la-pen-square:before {
    content: "\f14b";
}
.la-pencil-alt:before {
    content: "\f303";
}
.la-pencil-ruler:before {
    content: "\f5ae";
}
.la-penny-arcade:before {
    content: "\f704";
}
.la-people-carry:before {
    content: "\f4ce";
}
.la-pepper-hot:before {
    content: "\f816";
}
.la-percent:before {
    content: "\f295";
}
.la-percentage:before {
    content: "\f541";
}
.la-periscope:before {
    content: "\f3da";
}
.la-person-booth:before {
    content: "\f756";
}
.la-phabricator:before {
    content: "\f3db";
}
.la-phoenix-framework:before {
    content: "\f3dc";
}
.la-phoenix-squadron:before {
    content: "\f511";
}
.la-phone:before {
    content: "\f095";
}
.la-phone-alt:before {
    content: "\f879";
}
.la-phone-slash:before {
    content: "\f3dd";
}
.la-phone-square:before {
    content: "\f098";
}
.la-phone-square-alt:before {
    content: "\f87b";
}
.la-phone-volume:before {
    content: "\f2a0";
}
.la-photo-video:before {
    content: "\f87c";
}
.la-php:before {
    content: "\f457";
}
.la-pied-piper:before {
    content: "\f2ae";
}
.la-pied-piper-alt:before {
    content: "\f1a8";
}
.la-pied-piper-hat:before {
    content: "\f4e5";
}
.la-pied-piper-pp:before {
    content: "\f1a7";
}
.la-piggy-bank:before {
    content: "\f4d3";
}
.la-pills:before {
    content: "\f484";
}
.la-pinterest:before {
    content: "\f0d2";
}
.la-pinterest-p:before {
    content: "\f231";
}
.la-pinterest-square:before {
    content: "\f0d3";
}
.la-pizza-slice:before {
    content: "\f818";
}
.la-place-of-worship:before {
    content: "\f67f";
}
.la-plane:before {
    content: "\f072";
}
.la-plane-arrival:before {
    content: "\f5af";
}
.la-plane-departure:before {
    content: "\f5b0";
}
.la-play:before {
    content: "\f04b";
}
.la-play-circle:before {
    content: "\f144";
}
.la-playstation:before {
    content: "\f3df";
}
.la-plug:before {
    content: "\f1e6";
}
.la-plus:before {
    content: "\f067";
}
.la-plus-circle:before {
    content: "\f055";
}
.la-plus-square:before {
    content: "\f0fe";
}
.la-podcast:before {
    content: "\f2ce";
}
.la-poll:before {
    content: "\f681";
}
.la-poll-h:before {
    content: "\f682";
}
.la-poo:before {
    content: "\f2fe";
}
.la-poo-storm:before {
    content: "\f75a";
}
.la-poop:before {
    content: "\f619";
}
.la-portrait:before {
    content: "\f3e0";
}
.la-pound-sign:before {
    content: "\f154";
}
.la-power-off:before {
    content: "\f011";
}
.la-pray:before {
    content: "\f683";
}
.la-praying-hands:before {
    content: "\f684";
}
.la-prescription:before {
    content: "\f5b1";
}
.la-prescription-bottle:before {
    content: "\f485";
}
.la-prescription-bottle-alt:before {
    content: "\f486";
}
.la-print:before {
    content: "\f02f";
}
.la-procedures:before {
    content: "\f487";
}
.la-product-hunt:before {
    content: "\f288";
}
.la-project-diagram:before {
    content: "\f542";
}
.la-pushed:before {
    content: "\f3e1";
}
.la-puzzle-piece:before {
    content: "\f12e";
}
.la-python:before {
    content: "\f3e2";
}
.la-qq:before {
    content: "\f1d6";
}
.la-qrcode:before {
    content: "\f029";
}
.la-question:before {
    content: "\f128";
}
.la-question-circle:before {
    content: "\f059";
}
.la-quidditch:before {
    content: "\f458";
}
.la-quinscape:before {
    content: "\f459";
}
.la-quora:before {
    content: "\f2c4";
}
.la-quote-left:before {
    content: "\f10d";
}
.la-quote-right:before {
    content: "\f10e";
}
.la-quran:before {
    content: "\f687";
}
.la-r-project:before {
    content: "\f4f7";
}
.la-radiation:before {
    content: "\f7b9";
}
.la-radiation-alt:before {
    content: "\f7ba";
}
.la-rainbow:before {
    content: "\f75b";
}
.la-random:before {
    content: "\f074";
}
.la-raspberry-pi:before {
    content: "\f7bb";
}
.la-ravelry:before {
    content: "\f2d9";
}
.la-react:before {
    content: "\f41b";
}
.la-reacteurope:before {
    content: "\f75d";
}
.la-readme:before {
    content: "\f4d5";
}
.la-rebel:before {
    content: "\f1d0";
}
.la-receipt:before {
    content: "\f543";
}
.la-record-vinyl:before {
    content: "\f8d9";
}
.la-recycle:before {
    content: "\f1b8";
}
.la-red-river:before {
    content: "\f3e3";
}
.la-reddit:before {
    content: "\f1a1";
}
.la-reddit-alien:before {
    content: "\f281";
}
.la-reddit-square:before {
    content: "\f1a2";
}
.la-redhat:before {
    content: "\f7bc";
}
.la-redo:before {
    content: "\f01e";
}
.la-redo-alt:before {
    content: "\f2f9";
}
.la-registered:before {
    content: "\f25d";
}
.la-remove-format:before {
    content: "\f87d";
}
.la-renren:before {
    content: "\f18b";
}
.la-reply:before {
    content: "\f3e5";
}
.la-reply-all:before {
    content: "\f122";
}
.la-replyd:before {
    content: "\f3e6";
}
.la-republican:before {
    content: "\f75e";
}
.la-researchgate:before {
    content: "\f4f8";
}
.la-resolving:before {
    content: "\f3e7";
}
.la-restroom:before {
    content: "\f7bd";
}
.la-retweet:before {
    content: "\f079";
}
.la-rev:before {
    content: "\f5b2";
}
.la-ribbon:before {
    content: "\f4d6";
}
.la-ring:before {
    content: "\f70b";
}
.la-road:before {
    content: "\f018";
}
.la-robot:before {
    content: "\f544";
}
.la-rocket:before {
    content: "\f135";
}
.la-rocketchat:before {
    content: "\f3e8";
}
.la-rockrms:before {
    content: "\f3e9";
}
.la-route:before {
    content: "\f4d7";
}
.la-rss:before {
    content: "\f09e";
}
.la-rss-square:before {
    content: "\f143";
}
.la-ruble-sign:before {
    content: "\f158";
}
.la-ruler:before {
    content: "\f545";
}
.la-ruler-combined:before {
    content: "\f546";
}
.la-ruler-horizontal:before {
    content: "\f547";
}
.la-ruler-vertical:before {
    content: "\f548";
}
.la-running:before {
    content: "\f70c";
}
.la-rupee-sign:before {
    content: "\f156";
}
.la-sad-cry:before {
    content: "\f5b3";
}
.la-sad-tear:before {
    content: "\f5b4";
}
.la-safari:before {
    content: "\f267";
}
.la-salesforce:before {
    content: "\f83b";
}
.la-sass:before {
    content: "\f41e";
}
.la-satellite:before {
    content: "\f7bf";
}
.la-satellite-dish:before {
    content: "\f7c0";
}
.la-save:before {
    content: "\f0c7";
}
.la-schlix:before {
    content: "\f3ea";
}
.la-school:before {
    content: "\f549";
}
.la-screwdriver:before {
    content: "\f54a";
}
.la-scribd:before {
    content: "\f28a";
}
.la-scroll:before {
    content: "\f70e";
}
.la-sd-card:before {
    content: "\f7c2";
}
.la-search:before {
    content: "\f002";
}
.la-search-dollar:before {
    content: "\f688";
}
.la-search-location:before {
    content: "\f689";
}
.la-search-minus:before {
    content: "\f010";
}
.la-search-plus:before {
    content: "\f00e";
}
.la-searchengin:before {
    content: "\f3eb";
}
.la-seedling:before {
    content: "\f4d8";
}
.la-sellcast:before {
    content: "\f2da";
}
.la-sellsy:before {
    content: "\f213";
}
.la-server:before {
    content: "\f233";
}
.la-servicestack:before {
    content: "\f3ec";
}
.la-shapes:before {
    content: "\f61f";
}
.la-share:before {
    content: "\f064";
}
.la-share-alt:before {
    content: "\f1e0";
}
.la-share-alt-square:before {
    content: "\f1e1";
}
.la-share-square:before {
    content: "\f14d";
}
.la-shekel-sign:before {
    content: "\f20b";
}
.la-shield-alt:before {
    content: "\f3ed";
}
.la-ship:before {
    content: "\f21a";
}
.la-shipping-fast:before {
    content: "\f48b";
}
.la-shirtsinbulk:before {
    content: "\f214";
}
.la-shoe-prints:before {
    content: "\f54b";
}
.la-shopping-bag:before {
    content: "\f290";
}
.la-shopping-basket:before {
    content: "\f291";
}
.la-shopping-cart:before {
    content: "\f07a";
}
.la-shopware:before {
    content: "\f5b5";
}
.la-shower:before {
    content: "\f2cc";
}
.la-shuttle-van:before {
    content: "\f5b6";
}
.la-sign:before {
    content: "\f4d9";
}
.la-sign-in-alt:before {
    content: "\f2f6";
}
.la-sign-language:before {
    content: "\f2a7";
}
.la-sign-out-alt:before {
    content: "\f2f5";
}
.la-signal:before {
    content: "\f012";
}
.la-signature:before {
    content: "\f5b7";
}
.la-sim-card:before {
    content: "\f7c4";
}
.la-simplybuilt:before {
    content: "\f215";
}
.la-sistrix:before {
    content: "\f3ee";
}
.la-sitemap:before {
    content: "\f0e8";
}
.la-sith:before {
    content: "\f512";
}
.la-skating:before {
    content: "\f7c5";
}
.la-sketch:before {
    content: "\f7c6";
}
.la-skiing:before {
    content: "\f7c9";
}
.la-skiing-nordic:before {
    content: "\f7ca";
}
.la-skull:before {
    content: "\f54c";
}
.la-skull-crossbones:before {
    content: "\f714";
}
.la-skyatlas:before {
    content: "\f216";
}
.la-skype:before {
    content: "\f17e";
}
.la-slack:before {
    content: "\f198";
}
.la-slack-hash:before {
    content: "\f3ef";
}
.la-slash:before {
    content: "\f715";
}
.la-sleigh:before {
    content: "\f7cc";
}
.la-sliders-h:before {
    content: "\f1de";
}
.la-slideshare:before {
    content: "\f1e7";
}
.la-smile:before {
    content: "\f118";
}
.la-smile-beam:before {
    content: "\f5b8";
}
.la-smile-wink:before {
    content: "\f4da";
}
.la-smog:before {
    content: "\f75f";
}
.la-smoking:before {
    content: "\f48d";
}
.la-smoking-ban:before {
    content: "\f54d";
}
.la-sms:before {
    content: "\f7cd";
}
.la-snapchat:before {
    content: "\f2ab";
}
.la-snapchat-ghost:before {
    content: "\f2ac";
}
.la-snapchat-square:before {
    content: "\f2ad";
}
.la-snowboarding:before {
    content: "\f7ce";
}
.la-snowflake:before {
    content: "\f2dc";
}
.la-snowman:before {
    content: "\f7d0";
}
.la-snowplow:before {
    content: "\f7d2";
}
.la-socks:before {
    content: "\f696";
}
.la-solar-panel:before {
    content: "\f5ba";
}
.la-sort:before {
    content: "\f0dc";
}
.la-sort-alpha-down:before {
    content: "\f15d";
}
.la-sort-alpha-down-alt:before {
    content: "\f881";
}
.la-sort-alpha-up:before {
    content: "\f15e";
}
.la-sort-alpha-up-alt:before {
    content: "\f882";
}
.la-sort-amount-down:before {
    content: "\f160";
}
.la-sort-amount-down-alt:before {
    content: "\f884";
}
.la-sort-amount-up:before {
    content: "\f161";
}
.la-sort-amount-up-alt:before {
    content: "\f885";
}
.la-sort-down:before {
    content: "\f0dd";
}
.la-sort-numeric-down:before {
    content: "\f162";
}
.la-sort-numeric-down-alt:before {
    content: "\f886";
}
.la-sort-numeric-up:before {
    content: "\f163";
}
.la-sort-numeric-up-alt:before {
    content: "\f887";
}
.la-sort-up:before {
    content: "\f0de";
}
.la-soundcloud:before {
    content: "\f1be";
}
.la-sourcetree:before {
    content: "\f7d3";
}
.la-spa:before {
    content: "\f5bb";
}
.la-space-shuttle:before {
    content: "\f197";
}
.la-speakap:before {
    content: "\f3f3";
}
.la-speaker-deck:before {
    content: "\f83c";
}
.la-spell-check:before {
    content: "\f891";
}
.la-spider:before {
    content: "\f717";
}
.la-spinner:before {
    content: "\f110";
}
.la-splotch:before {
    content: "\f5bc";
}
.la-spotify:before {
    content: "\f1bc";
}
.la-spray-can:before {
    content: "\f5bd";
}
.la-square:before {
    content: "\f0c8";
}
.la-square-full:before {
    content: "\f45c";
}
.la-square-root-alt:before {
    content: "\f698";
}
.la-squarespace:before {
    content: "\f5be";
}
.la-stack-exchange:before {
    content: "\f18d";
}
.la-stack-overflow:before {
    content: "\f16c";
}
.la-stackpath:before {
    content: "\f842";
}
.la-stamp:before {
    content: "\f5bf";
}
.la-star:before {
    content: "\f005";
}
.la-star-and-crescent:before {
    content: "\f699";
}
.la-star-half:before {
    content: "\f089";
}
.la-star-half-alt:before {
    content: "\f5c0";
}
.la-star-of-david:before {
    content: "\f69a";
}
.la-star-of-life:before {
    content: "\f621";
}
.la-staylinked:before {
    content: "\f3f5";
}
.la-steam:before {
    content: "\f1b6";
}
.la-steam-square:before {
    content: "\f1b7";
}
.la-steam-symbol:before {
    content: "\f3f6";
}
.la-step-backward:before {
    content: "\f048";
}
.la-step-forward:before {
    content: "\f051";
}
.la-stethoscope:before {
    content: "\f0f1";
}
.la-sticker-mule:before {
    content: "\f3f7";
}
.la-sticky-note:before {
    content: "\f249";
}
.la-stop:before {
    content: "\f04d";
}
.la-stop-circle:before {
    content: "\f28d";
}
.la-stopwatch:before {
    content: "\f2f2";
}
.la-store:before {
    content: "\f54e";
}
.la-store-alt:before {
    content: "\f54f";
}
.la-strava:before {
    content: "\f428";
}
.la-stream:before {
    content: "\f550";
}
.la-street-view:before {
    content: "\f21d";
}
.la-strikethrough:before {
    content: "\f0cc";
}
.la-stripe:before {
    content: "\f429";
}
.la-stripe-s:before {
    content: "\f42a";
}
.la-stroopwafel:before {
    content: "\f551";
}
.la-studiovinari:before {
    content: "\f3f8";
}
.la-stumbleupon:before {
    content: "\f1a4";
}
.la-stumbleupon-circle:before {
    content: "\f1a3";
}
.la-subscript:before {
    content: "\f12c";
}
.la-subway:before {
    content: "\f239";
}
.la-suitcase:before {
    content: "\f0f2";
}
.la-suitcase-rolling:before {
    content: "\f5c1";
}
.la-sun:before {
    content: "\f185";
}
.la-superpowers:before {
    content: "\f2dd";
}
.la-superscript:before {
    content: "\f12b";
}
.la-supple:before {
    content: "\f3f9";
}
.la-surprise:before {
    content: "\f5c2";
}
.la-suse:before {
    content: "\f7d6";
}
.la-swatchbook:before {
    content: "\f5c3";
}
.la-swift:before {
    content: "\f8e1";
}
.la-swimmer:before {
    content: "\f5c4";
}
.la-swimming-pool:before {
    content: "\f5c5";
}
.la-symfony:before {
    content: "\f83d";
}
.la-synagogue:before {
    content: "\f69b";
}
.la-sync:before {
    content: "\f021";
}
.la-sync-alt:before {
    content: "\f2f1";
}
.la-syringe:before {
    content: "\f48e";
}
.la-table:before {
    content: "\f0ce";
}
.la-table-tennis:before {
    content: "\f45d";
}
.la-tablet:before {
    content: "\f10a";
}
.la-tablet-alt:before {
    content: "\f3fa";
}
.la-tablets:before {
    content: "\f490";
}
.la-tachometer-alt:before {
    content: "\f3fd";
}
.la-tag:before {
    content: "\f02b";
}
.la-tags:before {
    content: "\f02c";
}
.la-tape:before {
    content: "\f4db";
}
.la-tasks:before {
    content: "\f0ae";
}
.la-taxi:before {
    content: "\f1ba";
}
.la-teamspeak:before {
    content: "\f4f9";
}
.la-teeth:before {
    content: "\f62e";
}
.la-teeth-open:before {
    content: "\f62f";
}
.la-telegram:before {
    content: "\f2c6";
}
.la-telegram-plane:before {
    content: "\f3fe";
}
.la-temperature-high:before {
    content: "\f769";
}
.la-temperature-low:before {
    content: "\f76b";
}
.la-tencent-weibo:before {
    content: "\f1d5";
}
.la-tenge:before {
    content: "\f7d7";
}
.la-terminal:before {
    content: "\f120";
}
.la-text-height:before {
    content: "\f034";
}
.la-text-width:before {
    content: "\f035";
}
.la-th:before {
    content: "\f00a";
}
.la-th-large:before {
    content: "\f009";
}
.la-th-list:before {
    content: "\f00b";
}
.la-the-red-yeti:before {
    content: "\f69d";
}
.la-theater-masks:before {
    content: "\f630";
}
.la-themeco:before {
    content: "\f5c6";
}
.la-themeisle:before {
    content: "\f2b2";
}
.la-thermometer:before {
    content: "\f491";
}
.la-thermometer-empty:before {
    content: "\f2cb";
}
.la-thermometer-full:before {
    content: "\f2c7";
}
.la-thermometer-half:before {
    content: "\f2c9";
}
.la-thermometer-quarter:before {
    content: "\f2ca";
}
.la-thermometer-three-quarters:before {
    content: "\f2c8";
}
.la-think-peaks:before {
    content: "\f731";
}
.la-thumbs-down:before {
    content: "\f165";
}
.la-thumbs-up:before {
    content: "\f164";
}
.la-thumbtack:before {
    content: "\f08d";
}
.la-ticket-alt:before {
    content: "\f3ff";
}
.la-times:before {
    content: "\f00d";
}
.la-times-circle:before {
    content: "\f057";
}
.la-tint:before {
    content: "\f043";
}
.la-tint-slash:before {
    content: "\f5c7";
}
.la-tired:before {
    content: "\f5c8";
}
.la-toggle-off:before {
    content: "\f204";
}
.la-toggle-on:before {
    content: "\f205";
}
.la-toilet:before {
    content: "\f7d8";
}
.la-toilet-paper:before {
    content: "\f71e";
}
.la-toolbox:before {
    content: "\f552";
}
.la-tools:before {
    content: "\f7d9";
}
.la-tooth:before {
    content: "\f5c9";
}
.la-torah:before {
    content: "\f6a0";
}
.la-torii-gate:before {
    content: "\f6a1";
}
.la-tractor:before {
    content: "\f722";
}
.la-trade-federation:before {
    content: "\f513";
}
.la-trademark:before {
    content: "\f25c";
}
.la-traffic-light:before {
    content: "\f637";
}
.la-train:before {
    content: "\f238";
}
.la-tram:before {
    content: "\f7da";
}
.la-transgender:before {
    content: "\f224";
}
.la-transgender-alt:before {
    content: "\f225";
}
.la-trash:before {
    content: "\f1f8";
}
.la-trash-alt:before {
    content: "\f2ed";
}
.la-trash-restore:before {
    content: "\f829";
}
.la-trash-restore-alt:before {
    content: "\f82a";
}
.la-tree:before {
    content: "\f1bb";
}
.la-trello:before {
    content: "\f181";
}
.la-tripadvisor:before {
    content: "\f262";
}
.la-trophy:before {
    content: "\f091";
}
.la-truck:before {
    content: "\f0d1";
}
.la-truck-loading:before {
    content: "\f4de";
}
.la-truck-monster:before {
    content: "\f63b";
}
.la-truck-moving:before {
    content: "\f4df";
}
.la-truck-pickup:before {
    content: "\f63c";
}
.la-tshirt:before {
    content: "\f553";
}
.la-tty:before {
    content: "\f1e4";
}
.la-tumblr:before {
    content: "\f173";
}
.la-tumblr-square:before {
    content: "\f174";
}
.la-tv:before {
    content: "\f26c";
}
.la-twitch:before {
    content: "\f1e8";
}
.la-twitter:before {
    content: "\f099";
}
.la-twitter-square:before {
    content: "\f081";
}
.la-typo3:before {
    content: "\f42b";
}
.la-uber:before {
    content: "\f402";
}
.la-ubuntu:before {
    content: "\f7df";
}
.la-uikit:before {
    content: "\f403";
}
.la-umbraco:before {
    content: "\f8e8";
}
.la-umbrella:before {
    content: "\f0e9";
}
.la-umbrella-beach:before {
    content: "\f5ca";
}
.la-underline:before {
    content: "\f0cd";
}
.la-undo:before {
    content: "\f0e2";
}
.la-undo-alt:before {
    content: "\f2ea";
}
.la-uniregistry:before {
    content: "\f404";
}
.la-universal-access:before {
    content: "\f29a";
}
.la-university:before {
    content: "\f19c";
}
.la-unlink:before {
    content: "\f127";
}
.la-unlock:before {
    content: "\f09c";
}
.la-unlock-alt:before {
    content: "\f13e";
}
.la-untappd:before {
    content: "\f405";
}
.la-upload:before {
    content: "\f093";
}
.la-ups:before {
    content: "\f7e0";
}
.la-usb:before {
    content: "\f287";
}
.la-user:before {
    content: "\f007";
}
.la-user-alt:before {
    content: "\f406";
}
.la-user-alt-slash:before {
    content: "\f4fa";
}
.la-user-astronaut:before {
    content: "\f4fb";
}
.la-user-check:before {
    content: "\f4fc";
}
.la-user-circle:before {
    content: "\f2bd";
}
.la-user-clock:before {
    content: "\f4fd";
}
.la-user-cog:before {
    content: "\f4fe";
}
.la-user-edit:before {
    content: "\f4ff";
}
.la-user-friends:before {
    content: "\f500";
}
.la-user-graduate:before {
    content: "\f501";
}
.la-user-injured:before {
    content: "\f728";
}
.la-user-lock:before {
    content: "\f502";
}
.la-user-md:before {
    content: "\f0f0";
}
.la-user-minus:before {
    content: "\f503";
}
.la-user-ninja:before {
    content: "\f504";
}
.la-user-nurse:before {
    content: "\f82f";
}
.la-user-plus:before {
    content: "\f234";
}
.la-user-secret:before {
    content: "\f21b";
}
.la-user-shield:before {
    content: "\f505";
}
.la-user-slash:before {
    content: "\f506";
}
.la-user-tag:before {
    content: "\f507";
}
.la-user-tie:before {
    content: "\f508";
}
.la-user-times:before {
    content: "\f235";
}
.la-users:before {
    content: "\f0c0";
}
.la-users-cog:before {
    content: "\f509";
}
.la-usps:before {
    content: "\f7e1";
}
.la-ussunnah:before {
    content: "\f407";
}
.la-utensil-spoon:before {
    content: "\f2e5";
}
.la-utensils:before {
    content: "\f2e7";
}
.la-vaadin:before {
    content: "\f408";
}
.la-vector-square:before {
    content: "\f5cb";
}
.la-venus:before {
    content: "\f221";
}
.la-venus-double:before {
    content: "\f226";
}
.la-venus-mars:before {
    content: "\f228";
}
.la-viacoin:before {
    content: "\f237";
}
.la-viadeo:before {
    content: "\f2a9";
}
.la-viadeo-square:before {
    content: "\f2aa";
}
.la-vial:before {
    content: "\f492";
}
.la-vials:before {
    content: "\f493";
}
.la-viber:before {
    content: "\f409";
}
.la-video:before {
    content: "\f03d";
}
.la-video-slash:before {
    content: "\f4e2";
}
.la-vihara:before {
    content: "\f6a7";
}
.la-vimeo:before {
    content: "\f40a";
}
.la-vimeo-square:before {
    content: "\f194";
}
.la-vimeo-v:before {
    content: "\f27d";
}
.la-vine:before {
    content: "\f1ca";
}
.la-vk:before {
    content: "\f189";
}
.la-vnv:before {
    content: "\f40b";
}
.la-voicemail:before {
    content: "\f897";
}
.la-volleyball-ball:before {
    content: "\f45f";
}
.la-volume-down:before {
    content: "\f027";
}
.la-volume-mute:before {
    content: "\f6a9";
}
.la-volume-off:before {
    content: "\f026";
}
.la-volume-up:before {
    content: "\f028";
}
.la-vote-yea:before {
    content: "\f772";
}
.la-vr-cardboard:before {
    content: "\f729";
}
.la-vuejs:before {
    content: "\f41f";
}
.la-walking:before {
    content: "\f554";
}
.la-wallet:before {
    content: "\f555";
}
.la-warehouse:before {
    content: "\f494";
}
.la-water:before {
    content: "\f773";
}
.la-wave-square:before {
    content: "\f83e";
}
.la-waze:before {
    content: "\f83f";
}
.la-weebly:before {
    content: "\f5cc";
}
.la-weibo:before {
    content: "\f18a";
}
.la-weight:before {
    content: "\f496";
}
.la-weight-hanging:before {
    content: "\f5cd";
}
.la-weixin:before {
    content: "\f1d7";
}
.la-whatsapp:before {
    content: "\f232";
}
.la-whatsapp-square:before {
    content: "\f40c";
}
.la-wheelchair:before {
    content: "\f193";
}
.la-whmcs:before {
    content: "\f40d";
}
.la-wifi:before {
    content: "\f1eb";
}
.la-wikipedia-w:before {
    content: "\f266";
}
.la-wind:before {
    content: "\f72e";
}
.la-window-close:before {
    content: "\f410";
}
.la-window-maximize:before {
    content: "\f2d0";
}
.la-window-minimize:before {
    content: "\f2d1";
}
.la-window-restore:before {
    content: "\f2d2";
}
.la-windows:before {
    content: "\f17a";
}
.la-wine-bottle:before {
    content: "\f72f";
}
.la-wine-glass:before {
    content: "\f4e3";
}
.la-wine-glass-alt:before {
    content: "\f5ce";
}
.la-wix:before {
    content: "\f5cf";
}
.la-wizards-of-the-coast:before {
    content: "\f730";
}
.la-wolf-pack-battalion:before {
    content: "\f514";
}
.la-won-sign:before {
    content: "\f159";
}
.la-wordpress:before {
    content: "\f19a";
}
.la-wordpress-simple:before {
    content: "\f411";
}
.la-wpbeginner:before {
    content: "\f297";
}
.la-wpexplorer:before {
    content: "\f2de";
}
.la-wpforms:before {
    content: "\f298";
}
.la-wpressr:before {
    content: "\f3e4";
}
.la-wrench:before {
    content: "\f0ad";
}
.la-x-ray:before {
    content: "\f497";
}
.la-xbox:before {
    content: "\f412";
}
.la-xing:before {
    content: "\f168";
}
.la-xing-square:before {
    content: "\f169";
}
.la-y-combinator:before {
    content: "\f23b";
}
.la-yahoo:before {
    content: "\f19e";
}
.la-yammer:before {
    content: "\f840";
}
.la-yandex:before {
    content: "\f413";
}
.la-yandex-international:before {
    content: "\f414";
}
.la-yarn:before {
    content: "\f7e3";
}
.la-yelp:before {
    content: "\f1e9";
}
.la-yen-sign:before {
    content: "\f157";
}
.la-yin-yang:before {
    content: "\f6ad";
}
.la-yoast:before {
    content: "\f2b1";
}
.la-youtube:before {
    content: "\f167";
}
.la-youtube-square:before {
    content: "\f431";
}
.la-zhihu:before {
    content: "\f63f";
}
.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
@font-face {
    font-family: "Line Awesome Brands";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(../fonts/la-brands-400.eot);
    src: url(../fonts/la-brands-400.eot?#iefix) format("embedded-opentype"), url(../fonts/la-brands-400.woff2) format("woff2"), url(../fonts/la-brands-400.woff) format("woff"), url(../fonts/la-brands-400.ttf) format("truetype"),
        url(../fonts/la-brands-400.svg#lineawesome) format("svg");
}
.lab {
    font-family: "Line Awesome Brands";
}
@font-face {
    font-family: "Line Awesome Free";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(../fonts/la-regular-400.eot);
    src: url(../fonts/la-regular-400.eot?#iefix) format("embedded-opentype"), url(../fonts/la-regular-400.woff2) format("woff2"), url(../fonts/la-regular-400.woff) format("woff"), url(../fonts/la-regular-400.ttf) format("truetype"),
        url(../fonts/la-regular-400.svg#lineawesome) format("svg");
}
.lar {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
@font-face {
    font-family: "Line Awesome Free";
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(../fonts/la-solid-900.eot);
    src: url(../fonts/la-solid-900.eot?#iefix) format("embedded-opentype"), url(../fonts/la-solid-900.woff2) format("woff2"), url(../fonts/la-solid-900.woff) format("woff"), url(../fonts/la-solid-900.ttf) format("truetype"),
        url(../fonts/la-solid-900.svg#lineawesome) format("svg");
}
.la,
.las {
    font-family: "Line Awesome Free";
    font-weight: 900;
}
.la.la-glass:before {
    content: "\f000";
}
.la.la-meetup {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-star-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-star-o:before {
    content: "\f005";
}
.la.la-remove:before {
    content: "\f00d";
}
.la.la-close:before {
    content: "\f00d";
}
.la.la-gear:before {
    content: "\f013";
}
.la.la-trash-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-trash-o:before {
    content: "\f2ed";
}
.la.la-file-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-file-o:before {
    content: "\f15b";
}
.la.la-clock-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-clock-o:before {
    content: "\f017";
}
.la.la-arrow-circle-o-down {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-arrow-circle-o-down:before {
    content: "\f358";
}
.la.la-arrow-circle-o-up {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-arrow-circle-o-up:before {
    content: "\f35b";
}
.la.la-play-circle-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-play-circle-o:before {
    content: "\f144";
}
.la.la-repeat:before {
    content: "\f01e";
}
.la.la-rotate-right:before {
    content: "\f01e";
}
.la.la-refresh:before {
    content: "\f021";
}
.la.la-list-alt {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-dedent:before {
    content: "\f03b";
}
.la.la-video-camera:before {
    content: "\f03d";
}
.la.la-picture-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-picture-o:before {
    content: "\f03e";
}
.la.la-photo {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-photo:before {
    content: "\f03e";
}
.la.la-image {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-image:before {
    content: "\f03e";
}
.la.la-pencil:before {
    content: "\f303";
}
.la.la-map-marker:before {
    content: "\f3c5";
}
.la.la-pencil-square-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-pencil-square-o:before {
    content: "\f044";
}
.la.la-share-square-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-share-square-o:before {
    content: "\f14d";
}
.la.la-check-square-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-check-square-o:before {
    content: "\f14a";
}
.la.la-arrows:before {
    content: "\f0b2";
}
.la.la-times-circle-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-times-circle-o:before {
    content: "\f057";
}
.la.la-check-circle-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-check-circle-o:before {
    content: "\f058";
}
.la.la-mail-forward:before {
    content: "\f064";
}
.la.la-eye {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-eye-slash {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-warning:before {
    content: "\f071";
}
.la.la-calendar:before {
    content: "\f073";
}
.la.la-arrows-v:before {
    content: "\f338";
}
.la.la-arrows-h:before {
    content: "\f337";
}
.la.la-bar-chart {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-bar-chart:before {
    content: "\f080";
}
.la.la-bar-chart-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-bar-chart-o:before {
    content: "\f080";
}
.la.la-twitter-square {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-facebook-square {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-gears:before {
    content: "\f085";
}
.la.la-thumbs-o-up {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-thumbs-o-up:before {
    content: "\f164";
}
.la.la-thumbs-o-down {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-thumbs-o-down:before {
    content: "\f165";
}
.la.la-heart-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-heart-o:before {
    content: "\f004";
}
.la.la-sign-out:before {
    content: "\f2f5";
}
.la.la-linkedin-square {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-linkedin-square:before {
    content: "\f08c";
}
.la.la-thumb-tack:before {
    content: "\f08d";
}
.la.la-external-link:before {
    content: "\f35d";
}
.la.la-sign-in:before {
    content: "\f2f6";
}
.la.la-github-square {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-lemon-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-lemon-o:before {
    content: "\f094";
}
.la.la-square-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-square-o:before {
    content: "\f0c8";
}
.la.la-bookmark-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-bookmark-o:before {
    content: "\f02e";
}
.la.la-twitter {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-facebook {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-facebook:before {
    content: "\f39e";
}
.la.la-facebook-f {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-facebook-f:before {
    content: "\f39e";
}
.la.la-github {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-credit-card {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-feed:before {
    content: "\f09e";
}
.la.la-hdd-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-hdd-o:before {
    content: "\f0a0";
}
.la.la-hand-o-right {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-hand-o-right:before {
    content: "\f0a4";
}
.la.la-hand-o-left {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-hand-o-left:before {
    content: "\f0a5";
}
.la.la-hand-o-up {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-hand-o-up:before {
    content: "\f0a6";
}
.la.la-hand-o-down {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-hand-o-down:before {
    content: "\f0a7";
}
.la.la-arrows-alt:before {
    content: "\f31e";
}
.la.la-group:before {
    content: "\f0c0";
}
.la.la-chain:before {
    content: "\f0c1";
}
.la.la-scissors:before {
    content: "\f0c4";
}
.la.la-files-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-files-o:before {
    content: "\f0c5";
}
.la.la-floppy-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-floppy-o:before {
    content: "\f0c7";
}
.la.la-navicon:before {
    content: "\f0c9";
}
.la.la-reorder:before {
    content: "\f0c9";
}
.la.la-pinterest {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-pinterest-square {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-google-plus-square {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-google-plus {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-google-plus:before {
    content: "\f0d5";
}
.la.la-money {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-money:before {
    content: "\f3d1";
}
.la.la-unsorted:before {
    content: "\f0dc";
}
.la.la-sort-desc:before {
    content: "\f0dd";
}
.la.la-sort-asc:before {
    content: "\f0de";
}
.la.la-linkedin {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-linkedin:before {
    content: "\f0e1";
}
.la.la-rotate-left:before {
    content: "\f0e2";
}
.la.la-legal:before {
    content: "\f0e3";
}
.la.la-tachometer:before {
    content: "\f3fd";
}
.la.la-dashboard:before {
    content: "\f3fd";
}
.la.la-comment-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-comment-o:before {
    content: "\f075";
}
.la.la-comments-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-comments-o:before {
    content: "\f086";
}
.la.la-flash:before {
    content: "\f0e7";
}
.la.la-clipboard {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-paste {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-paste:before {
    content: "\f328";
}
.la.la-lightbulb-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-lightbulb-o:before {
    content: "\f0eb";
}
.la.la-exchange:before {
    content: "\f362";
}
.la.la-cloud-download:before {
    content: "\f381";
}
.la.la-cloud-upload:before {
    content: "\f382";
}
.la.la-bell-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-bell-o:before {
    content: "\f0f3";
}
.la.la-cutlery:before {
    content: "\f2e7";
}
.la.la-file-text-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-file-text-o:before {
    content: "\f15c";
}
.la.la-building-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-building-o:before {
    content: "\f1ad";
}
.la.la-hospital-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-hospital-o:before {
    content: "\f0f8";
}
.la.la-tablet:before {
    content: "\f3fa";
}
.la.la-mobile:before {
    content: "\f3cd";
}
.la.la-mobile-phone:before {
    content: "\f3cd";
}
.la.la-circle-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-circle-o:before {
    content: "\f111";
}
.la.la-mail-reply:before {
    content: "\f3e5";
}
.la.la-github-alt {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-folder-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-folder-o:before {
    content: "\f07b";
}
.la.la-folder-open-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-folder-open-o:before {
    content: "\f07c";
}
.la.la-smile-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-smile-o:before {
    content: "\f118";
}
.la.la-frown-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-frown-o:before {
    content: "\f119";
}
.la.la-meh-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-meh-o:before {
    content: "\f11a";
}
.la.la-keyboard-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-keyboard-o:before {
    content: "\f11c";
}
.la.la-flag-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-flag-o:before {
    content: "\f024";
}
.la.la-mail-reply-all:before {
    content: "\f122";
}
.la.la-star-half-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-star-half-o:before {
    content: "\f089";
}
.la.la-star-half-empty {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-star-half-empty:before {
    content: "\f089";
}
.la.la-star-half-full {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-star-half-full:before {
    content: "\f089";
}
.la.la-code-fork:before {
    content: "\f126";
}
.la.la-chain-broken:before {
    content: "\f127";
}
.la.la-shield:before {
    content: "\f3ed";
}
.la.la-calendar-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-calendar-o:before {
    content: "\f133";
}
.la.la-maxcdn {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-html5 {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-css3 {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-ticket:before {
    content: "\f3ff";
}
.la.la-minus-square-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-minus-square-o:before {
    content: "\f146";
}
.la.la-level-up:before {
    content: "\f3bf";
}
.la.la-level-down:before {
    content: "\f3be";
}
.la.la-pencil-square:before {
    content: "\f14b";
}
.la.la-external-link-square:before {
    content: "\f360";
}
.la.la-compass {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-caret-square-o-down {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-caret-square-o-down:before {
    content: "\f150";
}
.la.la-toggle-down {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-toggle-down:before {
    content: "\f150";
}
.la.la-caret-square-o-up {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-caret-square-o-up:before {
    content: "\f151";
}
.la.la-toggle-up {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-toggle-up:before {
    content: "\f151";
}
.la.la-caret-square-o-right {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-caret-square-o-right:before {
    content: "\f152";
}
.la.la-toggle-right {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-toggle-right:before {
    content: "\f152";
}
.la.la-eur:before {
    content: "\f153";
}
.la.la-euro:before {
    content: "\f153";
}
.la.la-gbp:before {
    content: "\f154";
}
.la.la-usd:before {
    content: "\f155";
}
.la.la-dollar:before {
    content: "\f155";
}
.la.la-inr:before {
    content: "\f156";
}
.la.la-rupee:before {
    content: "\f156";
}
.la.la-jpy:before {
    content: "\f157";
}
.la.la-cny:before {
    content: "\f157";
}
.la.la-rmb:before {
    content: "\f157";
}
.la.la-yen:before {
    content: "\f157";
}
.la.la-rub:before {
    content: "\f158";
}
.la.la-ruble:before {
    content: "\f158";
}
.la.la-rouble:before {
    content: "\f158";
}
.la.la-krw:before {
    content: "\f159";
}
.la.la-won:before {
    content: "\f159";
}
.la.la-btc {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-bitcoin {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-bitcoin:before {
    content: "\f15a";
}
.la.la-file-text:before {
    content: "\f15c";
}
.la.la-sort-alpha-asc:before {
    content: "\f15d";
}
.la.la-sort-alpha-desc:before {
    content: "\f881";
}
.la.la-sort-amount-asc:before {
    content: "\f160";
}
.la.la-sort-amount-desc:before {
    content: "\f884";
}
.la.la-sort-numeric-asc:before {
    content: "\f162";
}
.la.la-sort-numeric-desc:before {
    content: "\f886";
}
.la.la-youtube-square {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-youtube {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-xing {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-xing-square {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-youtube-play {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-youtube-play:before {
    content: "\f167";
}
.la.la-dropbox {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-stack-overflow {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-instagram {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-flickr {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-adn {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-bitbucket {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-bitbucket-square {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-bitbucket-square:before {
    content: "\f171";
}
.la.la-tumblr {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-tumblr-square {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-long-arrow-down:before {
    content: "\f309";
}
.la.la-long-arrow-up:before {
    content: "\f30c";
}
.la.la-long-arrow-left:before {
    content: "\f30a";
}
.la.la-long-arrow-right:before {
    content: "\f30b";
}
.la.la-apple {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-windows {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-android {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-linux {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-dribbble {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-skype {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-foursquare {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-trello {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-gratipay {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-gittip {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-gittip:before {
    content: "\f184";
}
.la.la-sun-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-sun-o:before {
    content: "\f185";
}
.la.la-moon-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-moon-o:before {
    content: "\f186";
}
.la.la-vk {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-weibo {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-renren {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-pagelines {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-stack-exchange {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-arrow-circle-o-right {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-arrow-circle-o-right:before {
    content: "\f35a";
}
.la.la-arrow-circle-o-left {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-arrow-circle-o-left:before {
    content: "\f359";
}
.la.la-caret-square-o-left {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-caret-square-o-left:before {
    content: "\f191";
}
.la.la-toggle-left {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-toggle-left:before {
    content: "\f191";
}
.la.la-dot-circle-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-dot-circle-o:before {
    content: "\f192";
}
.la.la-vimeo-square {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-try:before {
    content: "\f195";
}
.la.la-turkish-lira:before {
    content: "\f195";
}
.la.la-plus-square-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-plus-square-o:before {
    content: "\f0fe";
}
.la.la-slack {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-wordpress {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-openid {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-institution:before {
    content: "\f19c";
}
.la.la-bank:before {
    content: "\f19c";
}
.la.la-mortar-board:before {
    content: "\f19d";
}
.la.la-yahoo {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-google {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-reddit {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-reddit-square {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-stumbleupon-circle {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-stumbleupon {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-delicious {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-digg {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-pied-piper-pp {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-pied-piper-alt {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-drupal {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-joomla {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-spoon:before {
    content: "\f2e5";
}
.la.la-behance {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-behance-square {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-steam {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-steam-square {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-automobile:before {
    content: "\f1b9";
}
.la.la-cab:before {
    content: "\f1ba";
}
.la.la-envelope-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-envelope-o:before {
    content: "\f0e0";
}
.la.la-deviantart {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-soundcloud {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-file-pdf-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-file-pdf-o:before {
    content: "\f1c1";
}
.la.la-file-word-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-file-word-o:before {
    content: "\f1c2";
}
.la.la-file-excel-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-file-excel-o:before {
    content: "\f1c3";
}
.la.la-file-powerpoint-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-file-powerpoint-o:before {
    content: "\f1c4";
}
.la.la-file-image-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-file-image-o:before {
    content: "\f1c5";
}
.la.la-file-photo-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-file-photo-o:before {
    content: "\f1c5";
}
.la.la-file-picture-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-file-picture-o:before {
    content: "\f1c5";
}
.la.la-file-archive-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-file-archive-o:before {
    content: "\f1c6";
}
.la.la-file-zip-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-file-zip-o:before {
    content: "\f1c6";
}
.la.la-file-audio-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-file-audio-o:before {
    content: "\f1c7";
}
.la.la-file-sound-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-file-sound-o:before {
    content: "\f1c7";
}
.la.la-file-video-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-file-video-o:before {
    content: "\f1c8";
}
.la.la-file-movie-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-file-movie-o:before {
    content: "\f1c8";
}
.la.la-file-code-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-file-code-o:before {
    content: "\f1c9";
}
.la.la-vine {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-codepen {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-jsfiddle {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-life-ring {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-life-bouy {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-life-bouy:before {
    content: "\f1cd";
}
.la.la-life-buoy {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-life-buoy:before {
    content: "\f1cd";
}
.la.la-life-saver {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-life-saver:before {
    content: "\f1cd";
}
.la.la-support {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-support:before {
    content: "\f1cd";
}
.la.la-circle-o-notch:before {
    content: "\f1ce";
}
.la.la-rebel {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-ra {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-ra:before {
    content: "\f1d0";
}
.la.la-resistance {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-resistance:before {
    content: "\f1d0";
}
.la.la-empire {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-ge {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-ge:before {
    content: "\f1d1";
}
.la.la-git-square {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-git {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-hacker-news {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-y-combinator-square {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-y-combinator-square:before {
    content: "\f1d4";
}
.la.la-yc-square {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-yc-square:before {
    content: "\f1d4";
}
.la.la-tencent-weibo {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-qq {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-weixin {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-wechat {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-wechat:before {
    content: "\f1d7";
}
.la.la-send:before {
    content: "\f1d8";
}
.la.la-paper-plane-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-paper-plane-o:before {
    content: "\f1d8";
}
.la.la-send-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-send-o:before {
    content: "\f1d8";
}
.la.la-circle-thin {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-circle-thin:before {
    content: "\f111";
}
.la.la-header:before {
    content: "\f1dc";
}
.la.la-sliders:before {
    content: "\f1de";
}
.la.la-futbol-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-futbol-o:before {
    content: "\f1e3";
}
.la.la-soccer-ball-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-soccer-ball-o:before {
    content: "\f1e3";
}
.la.la-slideshare {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-twitch {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-yelp {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-newspaper-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-newspaper-o:before {
    content: "\f1ea";
}
.la.la-paypal {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-google-wallet {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-cc-visa {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-cc-mastercard {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-cc-discover {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-cc-amex {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-cc-paypal {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-cc-stripe {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-bell-slash-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-bell-slash-o:before {
    content: "\f1f6";
}
.la.la-trash:before {
    content: "\f2ed";
}
.la.la-copyright {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-eyedropper:before {
    content: "\f1fb";
}
.la.la-area-chart:before {
    content: "\f1fe";
}
.la.la-pie-chart:before {
    content: "\f200";
}
.la.la-line-chart:before {
    content: "\f201";
}
.la.la-lastfm {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-lastfm-square {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-ioxhost {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-angellist {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-cc {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-cc:before {
    content: "\f20a";
}
.la.la-ils:before {
    content: "\f20b";
}
.la.la-shekel:before {
    content: "\f20b";
}
.la.la-sheqel:before {
    content: "\f20b";
}
.la.la-meanpath {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-meanpath:before {
    content: "\f2b4";
}
.la.la-buysellads {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-connectdevelop {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-dashcube {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-forumbee {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-leanpub {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-sellsy {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-shirtsinbulk {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-simplybuilt {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-skyatlas {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-diamond {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-diamond:before {
    content: "\f3a5";
}
.la.la-intersex:before {
    content: "\f224";
}
.la.la-facebook-official {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-facebook-official:before {
    content: "\f09a";
}
.la.la-pinterest-p {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-whatsapp {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-hotel:before {
    content: "\f236";
}
.la.la-viacoin {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-medium {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-y-combinator {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-yc {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-yc:before {
    content: "\f23b";
}
.la.la-optin-monster {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-opencart {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-expeditedssl {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-battery-4:before {
    content: "\f240";
}
.la.la-battery:before {
    content: "\f240";
}
.la.la-battery-3:before {
    content: "\f241";
}
.la.la-battery-2:before {
    content: "\f242";
}
.la.la-battery-1:before {
    content: "\f243";
}
.la.la-battery-0:before {
    content: "\f244";
}
.la.la-object-group {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-object-ungroup {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-sticky-note-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-sticky-note-o:before {
    content: "\f249";
}
.la.la-cc-jcb {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-cc-diners-club {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-clone {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-hourglass-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-hourglass-o:before {
    content: "\f254";
}
.la.la-hourglass-1:before {
    content: "\f251";
}
.la.la-hourglass-2:before {
    content: "\f252";
}
.la.la-hourglass-3:before {
    content: "\f253";
}
.la.la-hand-rock-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-hand-rock-o:before {
    content: "\f255";
}
.la.la-hand-grab-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-hand-grab-o:before {
    content: "\f255";
}
.la.la-hand-paper-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-hand-paper-o:before {
    content: "\f256";
}
.la.la-hand-stop-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-hand-stop-o:before {
    content: "\f256";
}
.la.la-hand-scissors-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-hand-scissors-o:before {
    content: "\f257";
}
.la.la-hand-lizard-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-hand-lizard-o:before {
    content: "\f258";
}
.la.la-hand-spock-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-hand-spock-o:before {
    content: "\f259";
}
.la.la-hand-pointer-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-hand-pointer-o:before {
    content: "\f25a";
}
.la.la-hand-peace-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-hand-peace-o:before {
    content: "\f25b";
}
.la.la-registered {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-creative-commons {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-gg {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-gg-circle {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-tripadvisor {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-odnoklassniki {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-odnoklassniki-square {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-get-pocket {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-wikipedia-w {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-safari {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-chrome {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-firefox {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-opera {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-internet-explorer {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-television:before {
    content: "\f26c";
}
.la.la-contao {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-500px {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-amazon {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-calendar-plus-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-calendar-plus-o:before {
    content: "\f271";
}
.la.la-calendar-minus-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-calendar-minus-o:before {
    content: "\f272";
}
.la.la-calendar-times-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-calendar-times-o:before {
    content: "\f273";
}
.la.la-calendar-check-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-calendar-check-o:before {
    content: "\f274";
}
.la.la-map-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-map-o:before {
    content: "\f279";
}
.la.la-commenting:before {
    content: "\f4ad";
}
.la.la-commenting-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-commenting-o:before {
    content: "\f4ad";
}
.la.la-houzz {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-vimeo {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-vimeo:before {
    content: "\f27d";
}
.la.la-black-tie {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-fonticons {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-reddit-alien {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-edge {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-credit-card-alt:before {
    content: "\f09d";
}
.la.la-codiepie {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-modx {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-fort-awesome {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-usb {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-product-hunt {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-mixcloud {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-scribd {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-pause-circle-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-pause-circle-o:before {
    content: "\f28b";
}
.la.la-stop-circle-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-stop-circle-o:before {
    content: "\f28d";
}
.la.la-bluetooth {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-bluetooth-b {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-gitlab {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-wpbeginner {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-wpforms {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-envira {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-wheelchair-alt {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-wheelchair-alt:before {
    content: "\f368";
}
.la.la-question-circle-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-question-circle-o:before {
    content: "\f059";
}
.la.la-volume-control-phone:before {
    content: "\f2a0";
}
.la.la-asl-interpreting:before {
    content: "\f2a3";
}
.la.la-deafness:before {
    content: "\f2a4";
}
.la.la-hard-of-hearing:before {
    content: "\f2a4";
}
.la.la-glide {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-glide-g {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-signing:before {
    content: "\f2a7";
}
.la.la-viadeo {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-viadeo-square {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-snapchat {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-snapchat-ghost {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-snapchat-square {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-pied-piper {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-first-order {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-yoast {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-themeisle {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-google-plus-official {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-google-plus-official:before {
    content: "\f2b3";
}
.la.la-google-plus-circle {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-google-plus-circle:before {
    content: "\f2b3";
}
.la.la-font-awesome {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-fa {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-fa:before {
    content: "\f2b4";
}
.la.la-handshake-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-handshake-o:before {
    content: "\f2b5";
}
.la.la-envelope-open-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-envelope-open-o:before {
    content: "\f2b6";
}
.la.la-linode {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-address-book-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-address-book-o:before {
    content: "\f2b9";
}
.la.la-vcard:before {
    content: "\f2bb";
}
.la.la-address-card-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-address-card-o:before {
    content: "\f2bb";
}
.la.la-vcard-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-vcard-o:before {
    content: "\f2bb";
}
.la.la-user-circle-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-user-circle-o:before {
    content: "\f2bd";
}
.la.la-user-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-user-o:before {
    content: "\f007";
}
.la.la-id-badge {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-drivers-license:before {
    content: "\f2c2";
}
.la.la-id-card-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-id-card-o:before {
    content: "\f2c2";
}
.la.la-drivers-license-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-drivers-license-o:before {
    content: "\f2c2";
}
.la.la-quora {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-free-code-camp {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-telegram {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-thermometer-4:before {
    content: "\f2c7";
}
.la.la-thermometer:before {
    content: "\f2c7";
}
.la.la-thermometer-3:before {
    content: "\f2c8";
}
.la.la-thermometer-2:before {
    content: "\f2c9";
}
.la.la-thermometer-1:before {
    content: "\f2ca";
}
.la.la-thermometer-0:before {
    content: "\f2cb";
}
.la.la-bathtub:before {
    content: "\f2cd";
}
.la.la-s15:before {
    content: "\f2cd";
}
.la.la-window-maximize {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-window-restore {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-times-rectangle:before {
    content: "\f410";
}
.la.la-window-close-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-window-close-o:before {
    content: "\f410";
}
.la.la-times-rectangle-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-times-rectangle-o:before {
    content: "\f410";
}
.la.la-bandcamp {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-grav {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-etsy {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-imdb {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-ravelry {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-eercast {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-eercast:before {
    content: "\f2da";
}
.la.la-snowflake-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-snowflake-o:before {
    content: "\f2dc";
}
.la.la-superpowers {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-wpexplorer {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-spotify {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
@font-face {
    font-family: "ElegantIcons";
    src: url(../fonts/ElegantIcons.eot);
    src: url(../fonts/ElegantIcons.eot?#iefix) format("embedded-opentype"), url(../fonts/ElegantIcons.woff) format("woff"), url(../fonts/ElegantIcons.ttf) format("truetype"), url(../fonts/ElegantIcons.svg#ElegantIcons) format("svg");
    font-weight: 400;
    font-style: normal;
}
[data-icon]:before {
    font-family: "ElegantIcons";
    content: attr(data-icon);
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.arrow-up-down,
.arrow_back,
.arrow_carrot-2down,
.arrow_carrot-2down_alt2,
.arrow_carrot-2dwnn_alt,
.arrow_carrot-2left,
.arrow_carrot-2left_alt,
.arrow_carrot-2left_alt2,
.arrow_carrot-2right,
.arrow_carrot-2right_alt,
.arrow_carrot-2right_alt2,
.arrow_carrot-2up,
.arrow_carrot-2up_alt,
.arrow_carrot-2up_alt2,
.arrow_carrot-down,
.arrow_carrot-down_alt,
.arrow_carrot-down_alt2,
.arrow_carrot-left,
.arrow_carrot-left_alt,
.arrow_carrot-left_alt2,
.arrow_carrot-right,
.arrow_carrot-right_alt,
.arrow_carrot-right_alt2,
.arrow_carrot-up,
.arrow_carrot-up_alt2,
.arrow_carrot_up_alt,
.arrow_condense,
.arrow_condense_alt,
.arrow_down,
.arrow_down_alt,
.arrow_expand,
.arrow_expand_alt,
.arrow_expand_alt2,
.arrow_expand_alt3,
.arrow_left,
.arrow_left-down,
.arrow_left-down_alt,
.arrow_left-right,
.arrow_left-right_alt,
.arrow_left-up,
.arrow_left-up_alt,
.arrow_left_alt,
.arrow_move,
.arrow_right,
.arrow_right-down,
.arrow_right-down_alt,
.arrow_right-up,
.arrow_right-up_alt,
.arrow_right_alt,
.arrow_triangle-down,
.arrow_triangle-down_alt,
.arrow_triangle-down_alt2,
.arrow_triangle-left,
.arrow_triangle-left_alt,
.arrow_triangle-left_alt2,
.arrow_triangle-right,
.arrow_triangle-right_alt,
.arrow_triangle-right_alt2,
.arrow_triangle-up,
.arrow_triangle-up_alt,
.arrow_triangle-up_alt2,
.arrow_up,
.arrow_up-down_alt,
.arrow_up_alt,
.icon_adjust-horiz,
.icon_adjust-vert,
.icon_archive,
.icon_archive_alt,
.icon_bag,
.icon_bag_alt,
.icon_balance,
.icon_blocked,
.icon_book,
.icon_book_alt,
.icon_box-checked,
.icon_box-empty,
.icon_box-selected,
.icon_briefcase,
.icon_briefcase_alt,
.icon_building,
.icon_building_alt,
.icon_calculator_alt,
.icon_calendar,
.icon_calulator,
.icon_camera,
.icon_camera_alt,
.icon_cart,
.icon_cart_alt,
.icon_chat,
.icon_chat_alt,
.icon_check,
.icon_check_alt,
.icon_check_alt2,
.icon_circle-empty,
.icon_circle-slelected,
.icon_clipboard,
.icon_clock,
.icon_clock_alt,
.icon_close,
.icon_close_alt,
.icon_close_alt2,
.icon_cloud,
.icon_cloud-download,
.icon_cloud-download_alt,
.icon_cloud-upload,
.icon_cloud-upload_alt,
.icon_cloud_alt,
.icon_cog,
.icon_cogs,
.icon_comment,
.icon_comment_alt,
.icon_compass,
.icon_compass_alt,
.icon_cone,
.icon_cone_alt,
.icon_contacts,
.icon_contacts_alt,
.icon_creditcard,
.icon_currency,
.icon_currency_alt,
.icon_cursor,
.icon_cursor_alt,
.icon_datareport,
.icon_datareport_alt,
.icon_desktop,
.icon_dislike,
.icon_dislike_alt,
.icon_document,
.icon_document_alt,
.icon_documents,
.icon_documents_alt,
.icon_download,
.icon_drawer,
.icon_drawer_alt,
.icon_drive,
.icon_drive_alt,
.icon_easel,
.icon_easel_alt,
.icon_error-circle,
.icon_error-circle_alt,
.icon_error-oct,
.icon_error-oct_alt,
.icon_error-triangle,
.icon_error-triangle_alt,
.icon_film,
.icon_floppy,
.icon_floppy_alt,
.icon_flowchart,
.icon_flowchart_alt,
.icon_folder,
.icon_folder-add,
.icon_folder-add_alt,
.icon_folder-alt,
.icon_folder-open,
.icon_folder-open_alt,
.icon_folder_download,
.icon_folder_upload,
.icon_genius,
.icon_gift,
.icon_gift_alt,
.icon_globe,
.icon_globe-2,
.icon_globe_alt,
.icon_grid-2x2,
.icon_grid-3x3,
.icon_group,
.icon_headphones,
.icon_heart,
.icon_heart_alt,
.icon_hourglass,
.icon_house,
.icon_house_alt,
.icon_id,
.icon_id-2,
.icon_id-2_alt,
.icon_id_alt,
.icon_image,
.icon_images,
.icon_info,
.icon_info_alt,
.icon_key,
.icon_key_alt,
.icon_laptop,
.icon_lifesaver,
.icon_lightbulb,
.icon_lightbulb_alt,
.icon_like,
.icon_like_alt,
.icon_link,
.icon_link_alt,
.icon_loading,
.icon_lock,
.icon_lock-open,
.icon_lock-open_alt,
.icon_lock_alt,
.icon_mail,
.icon_mail_alt,
.icon_map,
.icon_map_alt,
.icon_menu,
.icon_menu-circle_alt,
.icon_menu-circle_alt2,
.icon_menu-square_alt,
.icon_menu-square_alt2,
.icon_mic,
.icon_mic_alt,
.icon_minus-06,
.icon_minus-box,
.icon_minus_alt,
.icon_minus_alt2,
.icon_mobile,
.icon_mug,
.icon_mug_alt,
.icon_music,
.icon_ol,
.icon_paperclip,
.icon_pause,
.icon_pause_alt,
.icon_pause_alt2,
.icon_pencil,
.icon_pencil-edit,
.icon_pencil-edit_alt,
.icon_pencil_alt,
.icon_pens,
.icon_pens_alt,
.icon_percent,
.icon_percent_alt,
.icon_phone,
.icon_piechart,
.icon_pin,
.icon_pin_alt,
.icon_plus,
.icon_plus-box,
.icon_plus_alt,
.icon_plus_alt2,
.icon_printer,
.icon_printer-alt,
.icon_profile,
.icon_pushpin,
.icon_pushpin_alt,
.icon_puzzle,
.icon_puzzle_alt,
.icon_question,
.icon_question_alt,
.icon_question_alt2,
.icon_quotations,
.icon_quotations_alt,
.icon_quotations_alt2,
.icon_refresh,
.icon_ribbon,
.icon_ribbon_alt,
.icon_rook,
.icon_search,
.icon_search-2,
.icon_search_alt,
.icon_shield,
.icon_shield_alt,
.icon_star,
.icon_star-half,
.icon_star-half_alt,
.icon_star_alt,
.icon_stop,
.icon_stop_alt,
.icon_stop_alt2,
.icon_table,
.icon_tablet,
.icon_tag,
.icon_tag_alt,
.icon_tags,
.icon_tags_alt,
.icon_target,
.icon_tool,
.icon_toolbox,
.icon_toolbox_alt,
.icon_tools,
.icon_trash,
.icon_trash_alt,
.icon_ul,
.icon_upload,
.icon_vol-mute,
.icon_vol-mute_alt,
.icon_volume-high,
.icon_volume-high_alt,
.icon_volume-low,
.icon_volume-low_alt,
.icon_wallet,
.icon_wallet_alt,
.icon_zoom-in,
.icon_zoom-in_alt,
.icon_zoom-out,
.icon_zoom-out_alt,
.social_blogger,
.social_blogger_circle,
.social_blogger_square,
.social_delicious,
.social_delicious_circle,
.social_delicious_square,
.social_deviantart,
.social_deviantart_circle,
.social_deviantart_square,
.social_dribbble,
.social_dribbble_circle,
.social_dribbble_square,
.social_facebook,
.social_facebook_circle,
.social_facebook_square,
.social_flickr,
.social_flickr_circle,
.social_flickr_square,
.social_googledrive,
.social_googledrive_alt2,
.social_googledrive_square,
.social_googleplus,
.social_googleplus_circle,
.social_googleplus_square,
.social_instagram,
.social_instagram_circle,
.social_instagram_square,
.social_linkedin,
.social_linkedin_circle,
.social_linkedin_square,
.social_myspace,
.social_myspace_circle,
.social_myspace_square,
.social_picassa,
.social_picassa_circle,
.social_picassa_square,
.social_pinterest,
.social_pinterest_circle,
.social_pinterest_square,
.social_rss,
.social_rss_circle,
.social_rss_square,
.social_share,
.social_share_circle,
.social_share_square,
.social_skype,
.social_skype_circle,
.social_skype_square,
.social_spotify,
.social_spotify_circle,
.social_spotify_square,
.social_stumbleupon_circle,
.social_stumbleupon_square,
.social_tumbleupon,
.social_tumblr,
.social_tumblr_circle,
.social_tumblr_square,
.social_twitter,
.social_twitter_circle,
.social_twitter_square,
.social_vimeo,
.social_vimeo_circle,
.social_vimeo_square,
.social_wordpress,
.social_wordpress_circle,
.social_wordpress_square,
.social_youtube,
.social_youtube_circle,
.social_youtube_square {
    font-family: ElegantIcons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.arrow_up:before {
    content: "\21";
}
.arrow_down:before {
    content: "\22";
}
.arrow_left:before {
    content: "\23";
}
.arrow_right:before {
    content: "\24";
}
.arrow_left-up:before {
    content: "\25";
}
.arrow_right-up:before {
    content: "\26";
}
.arrow_right-down:before {
    content: "\27";
}
.arrow_left-down:before {
    content: "\28";
}
.arrow-up-down:before {
    content: "\29";
}
.arrow_up-down_alt:before {
    content: "\2a";
}
.arrow_left-right_alt:before {
    content: "\2b";
}
.arrow_left-right:before {
    content: "\2c";
}
.arrow_expand_alt2:before {
    content: "\2d";
}
.arrow_expand_alt:before {
    content: "\2e";
}
.arrow_condense:before {
    content: "\2f";
}
.arrow_expand:before {
    content: "\30";
}
.arrow_move:before {
    content: "\31";
}
.arrow_carrot-up:before {
    content: "\32";
}
.arrow_carrot-down:before {
    content: "\33";
}
.arrow_carrot-left:before {
    content: "\34";
}
.arrow_carrot-right:before {
    content: "\35";
}
.arrow_carrot-2up:before {
    content: "\36";
}
.arrow_carrot-2down:before {
    content: "\37";
}
.arrow_carrot-2left:before {
    content: "\38";
}
.arrow_carrot-2right:before {
    content: "\39";
}
.arrow_carrot-up_alt2:before {
    content: "\3a";
}
.arrow_carrot-down_alt2:before {
    content: "\3b";
}
.arrow_carrot-left_alt2:before {
    content: "\3c";
}
.arrow_carrot-right_alt2:before {
    content: "\3d";
}
.arrow_carrot-2up_alt2:before {
    content: "\3e";
}
.arrow_carrot-2down_alt2:before {
    content: "\3f";
}
.arrow_carrot-2left_alt2:before {
    content: "\40";
}
.arrow_carrot-2right_alt2:before {
    content: "\41";
}
.arrow_triangle-up:before {
    content: "\42";
}
.arrow_triangle-down:before {
    content: "\43";
}
.arrow_triangle-left:before {
    content: "\44";
}
.arrow_triangle-right:before {
    content: "\45";
}
.arrow_triangle-up_alt2:before {
    content: "\46";
}
.arrow_triangle-down_alt2:before {
    content: "\47";
}
.arrow_triangle-left_alt2:before {
    content: "\48";
}
.arrow_triangle-right_alt2:before {
    content: "\49";
}
.arrow_back:before {
    content: "\4a";
}
.icon_minus-06:before {
    content: "\4b";
}
.icon_plus:before {
    content: "\4c";
}
.icon_close:before {
    content: "\4d";
}
.icon_check:before {
    content: "\4e";
}
.icon_minus_alt2:before {
    content: "\4f";
}
.icon_plus_alt2:before {
    content: "\50";
}
.icon_close_alt2:before {
    content: "\51";
}
.icon_check_alt2:before {
    content: "\52";
}
.icon_zoom-out_alt:before {
    content: "\53";
}
.icon_zoom-in_alt:before {
    content: "\54";
}
.icon_search:before {
    content: "\55";
}
.icon_box-empty:before {
    content: "\56";
}
.icon_box-selected:before {
    content: "\57";
}
.icon_minus-box:before {
    content: "\58";
}
.icon_plus-box:before {
    content: "\59";
}
.icon_box-checked:before {
    content: "\5a";
}
.icon_circle-empty:before {
    content: "\5b";
}
.icon_circle-slelected:before {
    content: "\5c";
}
.icon_stop_alt2:before {
    content: "\5d";
}
.icon_stop:before {
    content: "\5e";
}
.icon_pause_alt2:before {
    content: "\5f";
}
.icon_pause:before {
    content: "\60";
}
.icon_menu:before {
    content: "\61";
}
.icon_menu-square_alt2:before {
    content: "\62";
}
.icon_menu-circle_alt2:before {
    content: "\63";
}
.icon_ul:before {
    content: "\64";
}
.icon_ol:before {
    content: "\65";
}
.icon_adjust-horiz:before {
    content: "\66";
}
.icon_adjust-vert:before {
    content: "\67";
}
.icon_document_alt:before {
    content: "\68";
}
.icon_documents_alt:before {
    content: "\69";
}
.icon_pencil:before {
    content: "\6a";
}
.icon_pencil-edit_alt:before {
    content: "\6b";
}
.icon_pencil-edit:before {
    content: "\6c";
}
.icon_folder-alt:before {
    content: "\6d";
}
.icon_folder-open_alt:before {
    content: "\6e";
}
.icon_folder-add_alt:before {
    content: "\6f";
}
.icon_info_alt:before {
    content: "\70";
}
.icon_error-oct_alt:before {
    content: "\71";
}
.icon_error-circle_alt:before {
    content: "\72";
}
.icon_error-triangle_alt:before {
    content: "\73";
}
.icon_question_alt2:before {
    content: "\74";
}
.icon_question:before {
    content: "\75";
}
.icon_comment_alt:before {
    content: "\76";
}
.icon_chat_alt:before {
    content: "\77";
}
.icon_vol-mute_alt:before {
    content: "\78";
}
.icon_volume-low_alt:before {
    content: "\79";
}
.icon_volume-high_alt:before {
    content: "\7a";
}
.icon_quotations:before {
    content: "\7b";
}
.icon_quotations_alt2:before {
    content: "\7c";
}
.icon_clock_alt:before {
    content: "\7d";
}
.icon_lock_alt:before {
    content: "\7e";
}
.icon_lock-open_alt:before {
    content: "\e000";
}
.icon_key_alt:before {
    content: "\e001";
}
.icon_cloud_alt:before {
    content: "\e002";
}
.icon_cloud-upload_alt:before {
    content: "\e003";
}
.icon_cloud-download_alt:before {
    content: "\e004";
}
.icon_image:before {
    content: "\e005";
}
.icon_images:before {
    content: "\e006";
}
.icon_lightbulb_alt:before {
    content: "\e007";
}
.icon_gift_alt:before {
    content: "\e008";
}
.icon_house_alt:before {
    content: "\e009";
}
.icon_genius:before {
    content: "\e00a";
}
.icon_mobile:before {
    content: "\e00b";
}
.icon_tablet:before {
    content: "\e00c";
}
.icon_laptop:before {
    content: "\e00d";
}
.icon_desktop:before {
    content: "\e00e";
}
.icon_camera_alt:before {
    content: "\e00f";
}
.icon_mail_alt:before {
    content: "\e010";
}
.icon_cone_alt:before {
    content: "\e011";
}
.icon_ribbon_alt:before {
    content: "\e012";
}
.icon_bag_alt:before {
    content: "\e013";
}
.icon_creditcard:before {
    content: "\e014";
}
.icon_cart_alt:before {
    content: "\e015";
}
.icon_paperclip:before {
    content: "\e016";
}
.icon_tag_alt:before {
    content: "\e017";
}
.icon_tags_alt:before {
    content: "\e018";
}
.icon_trash_alt:before {
    content: "\e019";
}
.icon_cursor_alt:before {
    content: "\e01a";
}
.icon_mic_alt:before {
    content: "\e01b";
}
.icon_compass_alt:before {
    content: "\e01c";
}
.icon_pin_alt:before {
    content: "\e01d";
}
.icon_pushpin_alt:before {
    content: "\e01e";
}
.icon_map_alt:before {
    content: "\e01f";
}
.icon_drawer_alt:before {
    content: "\e020";
}
.icon_toolbox_alt:before {
    content: "\e021";
}
.icon_book_alt:before {
    content: "\e022";
}
.icon_calendar:before {
    content: "\e023";
}
.icon_film:before {
    content: "\e024";
}
.icon_table:before {
    content: "\e025";
}
.icon_contacts_alt:before {
    content: "\e026";
}
.icon_headphones:before {
    content: "\e027";
}
.icon_lifesaver:before {
    content: "\e028";
}
.icon_piechart:before {
    content: "\e029";
}
.icon_refresh:before {
    content: "\e02a";
}
.icon_link_alt:before {
    content: "\e02b";
}
.icon_link:before {
    content: "\e02c";
}
.icon_loading:before {
    content: "\e02d";
}
.icon_blocked:before {
    content: "\e02e";
}
.icon_archive_alt:before {
    content: "\e02f";
}
.icon_heart_alt:before {
    content: "\e030";
}
.icon_star_alt:before {
    content: "\e031";
}
.icon_star-half_alt:before {
    content: "\e032";
}
.icon_star:before {
    content: "\e033";
}
.icon_star-half:before {
    content: "\e034";
}
.icon_tools:before {
    content: "\e035";
}
.icon_tool:before {
    content: "\e036";
}
.icon_cog:before {
    content: "\e037";
}
.icon_cogs:before {
    content: "\e038";
}
.arrow_up_alt:before {
    content: "\e039";
}
.arrow_down_alt:before {
    content: "\e03a";
}
.arrow_left_alt:before {
    content: "\e03b";
}
.arrow_right_alt:before {
    content: "\e03c";
}
.arrow_left-up_alt:before {
    content: "\e03d";
}
.arrow_right-up_alt:before {
    content: "\e03e";
}
.arrow_right-down_alt:before {
    content: "\e03f";
}
.arrow_left-down_alt:before {
    content: "\e040";
}
.arrow_condense_alt:before {
    content: "\e041";
}
.arrow_expand_alt3:before {
    content: "\e042";
}
.arrow_carrot_up_alt:before {
    content: "\e043";
}
.arrow_carrot-down_alt:before {
    content: "\e044";
}
.arrow_carrot-left_alt:before {
    content: "\e045";
}
.arrow_carrot-right_alt:before {
    content: "\e046";
}
.arrow_carrot-2up_alt:before {
    content: "\e047";
}
.arrow_carrot-2dwnn_alt:before {
    content: "\e048";
}
.arrow_carrot-2left_alt:before {
    content: "\e049";
}
.arrow_carrot-2right_alt:before {
    content: "\e04a";
}
.arrow_triangle-up_alt:before {
    content: "\e04b";
}
.arrow_triangle-down_alt:before {
    content: "\e04c";
}
.arrow_triangle-left_alt:before {
    content: "\e04d";
}
.arrow_triangle-right_alt:before {
    content: "\e04e";
}
.icon_minus_alt:before {
    content: "\e04f";
}
.icon_plus_alt:before {
    content: "\e050";
}
.icon_close_alt:before {
    content: "\e051";
}
.icon_check_alt:before {
    content: "\e052";
}
.icon_zoom-out:before {
    content: "\e053";
}
.icon_zoom-in:before {
    content: "\e054";
}
.icon_stop_alt:before {
    content: "\e055";
}
.icon_menu-square_alt:before {
    content: "\e056";
}
.icon_menu-circle_alt:before {
    content: "\e057";
}
.icon_document:before {
    content: "\e058";
}
.icon_documents:before {
    content: "\e059";
}
.icon_pencil_alt:before {
    content: "\e05a";
}
.icon_folder:before {
    content: "\e05b";
}
.icon_folder-open:before {
    content: "\e05c";
}
.icon_folder-add:before {
    content: "\e05d";
}
.icon_folder_upload:before {
    content: "\e05e";
}
.icon_folder_download:before {
    content: "\e05f";
}
.icon_info:before {
    content: "\e060";
}
.icon_error-circle:before {
    content: "\e061";
}
.icon_error-oct:before {
    content: "\e062";
}
.icon_error-triangle:before {
    content: "\e063";
}
.icon_question_alt:before {
    content: "\e064";
}
.icon_comment:before {
    content: "\e065";
}
.icon_chat:before {
    content: "\e066";
}
.icon_vol-mute:before {
    content: "\e067";
}
.icon_volume-low:before {
    content: "\e068";
}
.icon_volume-high:before {
    content: "\e069";
}
.icon_quotations_alt:before {
    content: "\e06a";
}
.icon_clock:before {
    content: "\e06b";
}
.icon_lock:before {
    content: "\e06c";
}
.icon_lock-open:before {
    content: "\e06d";
}
.icon_key:before {
    content: "\e06e";
}
.icon_cloud:before {
    content: "\e06f";
}
.icon_cloud-upload:before {
    content: "\e070";
}
.icon_cloud-download:before {
    content: "\e071";
}
.icon_lightbulb:before {
    content: "\e072";
}
.icon_gift:before {
    content: "\e073";
}
.icon_house:before {
    content: "\e074";
}
.icon_camera:before {
    content: "\e075";
}
.icon_mail:before {
    content: "\e076";
}
.icon_cone:before {
    content: "\e077";
}
.icon_ribbon:before {
    content: "\e078";
}
.icon_bag:before {
    content: "\e079";
}
.icon_cart:before {
    content: "\e07a";
}
.icon_tag:before {
    content: "\e07b";
}
.icon_tags:before {
    content: "\e07c";
}
.icon_trash:before {
    content: "\e07d";
}
.icon_cursor:before {
    content: "\e07e";
}
.icon_mic:before {
    content: "\e07f";
}
.icon_compass:before {
    content: "\e080";
}
.icon_pin:before {
    content: "\e081";
}
.icon_pushpin:before {
    content: "\e082";
}
.icon_map:before {
    content: "\e083";
}
.icon_drawer:before {
    content: "\e084";
}
.icon_toolbox:before {
    content: "\e085";
}
.icon_book:before {
    content: "\e086";
}
.icon_contacts:before {
    content: "\e087";
}
.icon_archive:before {
    content: "\e088";
}
.icon_heart:before {
    content: "\e089";
}
.icon_profile:before {
    content: "\e08a";
}
.icon_group:before {
    content: "\e08b";
}
.icon_grid-2x2:before {
    content: "\e08c";
}
.icon_grid-3x3:before {
    content: "\e08d";
}
.icon_music:before {
    content: "\e08e";
}
.icon_pause_alt:before {
    content: "\e08f";
}
.icon_phone:before {
    content: "\e090";
}
.icon_upload:before {
    content: "\e091";
}
.icon_download:before {
    content: "\e092";
}
.social_facebook:before {
    content: "\e093";
}
.social_twitter:before {
    content: "\e094";
}
.social_pinterest:before {
    content: "\e095";
}
.social_googleplus:before {
    content: "\e096";
}
.social_tumblr:before {
    content: "\e097";
}
.social_tumbleupon:before {
    content: "\e098";
}
.social_wordpress:before {
    content: "\e099";
}
.social_instagram:before {
    content: "\e09a";
}
.social_dribbble:before {
    content: "\e09b";
}
.social_vimeo:before {
    content: "\e09c";
}
.social_linkedin:before {
    content: "\e09d";
}
.social_rss:before {
    content: "\e09e";
}
.social_deviantart:before {
    content: "\e09f";
}
.social_share:before {
    content: "\e0a0";
}
.social_myspace:before {
    content: "\e0a1";
}
.social_skype:before {
    content: "\e0a2";
}
.social_youtube:before {
    content: "\e0a3";
}
.social_picassa:before {
    content: "\e0a4";
}
.social_googledrive:before {
    content: "\e0a5";
}
.social_flickr:before {
    content: "\e0a6";
}
.social_blogger:before {
    content: "\e0a7";
}
.social_spotify:before {
    content: "\e0a8";
}
.social_delicious:before {
    content: "\e0a9";
}
.social_facebook_circle:before {
    content: "\e0aa";
}
.social_twitter_circle:before {
    content: "\e0ab";
}
.social_pinterest_circle:before {
    content: "\e0ac";
}
.social_googleplus_circle:before {
    content: "\e0ad";
}
.social_tumblr_circle:before {
    content: "\e0ae";
}
.social_stumbleupon_circle:before {
    content: "\e0af";
}
.social_wordpress_circle:before {
    content: "\e0b0";
}
.social_instagram_circle:before {
    content: "\e0b1";
}
.social_dribbble_circle:before {
    content: "\e0b2";
}
.social_vimeo_circle:before {
    content: "\e0b3";
}
.social_linkedin_circle:before {
    content: "\e0b4";
}
.social_rss_circle:before {
    content: "\e0b5";
}
.social_deviantart_circle:before {
    content: "\e0b6";
}
.social_share_circle:before {
    content: "\e0b7";
}
.social_myspace_circle:before {
    content: "\e0b8";
}
.social_skype_circle:before {
    content: "\e0b9";
}
.social_youtube_circle:before {
    content: "\e0ba";
}
.social_picassa_circle:before {
    content: "\e0bb";
}
.social_googledrive_alt2:before {
    content: "\e0bc";
}
.social_flickr_circle:before {
    content: "\e0bd";
}
.social_blogger_circle:before {
    content: "\e0be";
}
.social_spotify_circle:before {
    content: "\e0bf";
}
.social_delicious_circle:before {
    content: "\e0c0";
}
.social_facebook_square:before {
    content: "\e0c1";
}
.social_twitter_square:before {
    content: "\e0c2";
}
.social_pinterest_square:before {
    content: "\e0c3";
}
.social_googleplus_square:before {
    content: "\e0c4";
}
.social_tumblr_square:before {
    content: "\e0c5";
}
.social_stumbleupon_square:before {
    content: "\e0c6";
}
.social_wordpress_square:before {
    content: "\e0c7";
}
.social_instagram_square:before {
    content: "\e0c8";
}
.social_dribbble_square:before {
    content: "\e0c9";
}
.social_vimeo_square:before {
    content: "\e0ca";
}
.social_linkedin_square:before {
    content: "\e0cb";
}
.social_rss_square:before {
    content: "\e0cc";
}
.social_deviantart_square:before {
    content: "\e0cd";
}
.social_share_square:before {
    content: "\e0ce";
}
.social_myspace_square:before {
    content: "\e0cf";
}
.social_skype_square:before {
    content: "\e0d0";
}
.social_youtube_square:before {
    content: "\e0d1";
}
.social_picassa_square:before {
    content: "\e0d2";
}
.social_googledrive_square:before {
    content: "\e0d3";
}
.social_flickr_square:before {
    content: "\e0d4";
}
.social_blogger_square:before {
    content: "\e0d5";
}
.social_spotify_square:before {
    content: "\e0d6";
}
.social_delicious_square:before {
    content: "\e0d7";
}
.icon_printer:before {
    content: "\e103";
}
.icon_calulator:before {
    content: "\e0ee";
}
.icon_building:before {
    content: "\e0ef";
}
.icon_floppy:before {
    content: "\e0e8";
}
.icon_drive:before {
    content: "\e0ea";
}
.icon_search-2:before {
    content: "\e101";
}
.icon_id:before {
    content: "\e107";
}
.icon_id-2:before {
    content: "\e108";
}
.icon_puzzle:before {
    content: "\e102";
}
.icon_like:before {
    content: "\e106";
}
.icon_dislike:before {
    content: "\e0eb";
}
.icon_mug:before {
    content: "\e105";
}
.icon_currency:before {
    content: "\e0ed";
}
.icon_wallet:before {
    content: "\e100";
}
.icon_pens:before {
    content: "\e104";
}
.icon_easel:before {
    content: "\e0e9";
}
.icon_flowchart:before {
    content: "\e109";
}
.icon_datareport:before {
    content: "\e0ec";
}
.icon_briefcase:before {
    content: "\e0fe";
}
.icon_shield:before {
    content: "\e0f6";
}
.icon_percent:before {
    content: "\e0fb";
}
.icon_globe:before {
    content: "\e0e2";
}
.icon_globe-2:before {
    content: "\e0e3";
}
.icon_target:before {
    content: "\e0f5";
}
.icon_hourglass:before {
    content: "\e0e1";
}
.icon_balance:before {
    content: "\e0ff";
}
.icon_rook:before {
    content: "\e0f8";
}
.icon_printer-alt:before {
    content: "\e0fa";
}
.icon_calculator_alt:before {
    content: "\e0e7";
}
.icon_building_alt:before {
    content: "\e0fd";
}
.icon_floppy_alt:before {
    content: "\e0e4";
}
.icon_drive_alt:before {
    content: "\e0e5";
}
.icon_search_alt:before {
    content: "\e0f7";
}
.icon_id_alt:before {
    content: "\e0e0";
}
.icon_id-2_alt:before {
    content: "\e0fc";
}
.icon_puzzle_alt:before {
    content: "\e0f9";
}
.icon_like_alt:before {
    content: "\e0dd";
}
.icon_dislike_alt:before {
    content: "\e0f1";
}
.icon_mug_alt:before {
    content: "\e0dc";
}
.icon_currency_alt:before {
    content: "\e0f3";
}
.icon_wallet_alt:before {
    content: "\e0d8";
}
.icon_pens_alt:before {
    content: "\e0db";
}
.icon_easel_alt:before {
    content: "\e0f0";
}
.icon_flowchart_alt:before {
    content: "\e0df";
}
.icon_datareport_alt:before {
    content: "\e0f2";
}
.icon_briefcase_alt:before {
    content: "\e0f4";
}
.icon_shield_alt:before {
    content: "\e0d9";
}
.icon_percent_alt:before {
    content: "\e0da";
}
.icon_globe_alt:before {
    content: "\e0de";
}
.icon_clipboard:before {
    content: "\e0e6";
}
.glyph {
    float: left;
    text-align: center;
    padding: 0.75em;
    margin: 0.4em 1.5em 0.75em 0;
    width: 6em;
    text-shadow: none;
}
.glyph_big {
    font-size: 128px;
    color: #59c5dc;
    float: left;
    margin-right: 20px;
}
.glyph div {
    padding-bottom: 10px;
}
.glyph input {
    font-family: consolas, monospace;
    font-size: 12px;
    width: 100%;
    text-align: center;
    border: 0;
    box-shadow: 0 0 0 1px #ccc;
    padding: 0.2em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.centered {
    margin-left: auto;
    margin-right: auto;
}
.glyph .fs1 {
    font-size: 2em;
}
.lang-rtl * {
    direction: rtl !important;
}
.lang-rtl main {
    text-align: right !important;
}

.swal2-popup.swal2-toast {
    flex-direction: row;
    align-items: center;
    width: auto;
    padding: 0.625em;
    overflow: hidden;
    box-shadow: 0 0 0.625em #d9d9d9;
}

.swal2-popup.swal2-toast .swal2-header {
    flex-direction: row;
}

.swal2-popup.swal2-toast .swal2-title {
    flex-grow: 1;
    justify-content: flex-start;
    margin: 0 0.6em;
    font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-footer {
    margin: 0.5em 0 0;
    padding: 0.5em 0 0;
    font-size: 0.8em;
}

.swal2-popup.swal2-toast .swal2-close {
    position: static;
    width: 0.8em;
    height: 0.8em;
    line-height: 0.8;
}

.swal2-popup.swal2-toast .swal2-content {
    justify-content: flex-start;
    font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-icon {
    width: 2em;
    min-width: 2em;
    height: 2em;
    margin: 0;
}

.swal2-popup.swal2-toast .swal2-icon::before {
    display: flex;
    align-items: center;
    font-size: 2em;
    font-weight: 600;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-popup.swal2-toast .swal2-icon::before {
        font-size: 0.25em;
    }
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
    width: 2em;
    height: 2em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
    top: 0.875em;
    width: 1.375em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="left"] {
    left: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="right"] {
    right: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-actions {
    flex-basis: auto !important;
    width: auto;
    height: auto;
    margin: 0 0.3125em;
}

.swal2-popup.swal2-toast .swal2-styled {
    margin: 0 0.3125em;
    padding: 0.3125em 0.625em;
    font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-styled:focus {
    box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em rgba(50, 100, 150, 0.4);
}
.swal2-popup.swal2-toast .swal2-success {
    border-color: #a5dc86;
}
.swal2-popup.swal2-toast .swal2-success [class^="swal2-success-circular-line"] {
    position: absolute;
    width: 1.6em;
    height: 3em;
    transform: rotate(45deg);
    border-radius: 50%;
}
.swal2-popup.swal2-toast .swal2-success [class^="swal2-success-circular-line"][class$="left"] {
    top: -0.8em;
    left: -0.5em;
    transform: rotate(-45deg);
    transform-origin: 2em 2em;
    border-radius: 4em 0 0 4em;
}
.swal2-popup.swal2-toast .swal2-success [class^="swal2-success-circular-line"][class$="right"] {
    top: -0.25em;
    left: 0.9375em;
    transform-origin: 0 1.5em;
    border-radius: 0 4em 4em 0;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
    width: 2em;
    height: 2em;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
    top: 0;
    left: 0.4375em;
    width: 0.4375em;
    height: 2.6875em;
}
.swal2-popup.swal2-toast .swal2-success [class^="swal2-success-line"] {
    height: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-success [class^="swal2-success-line"][class$="tip"] {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
}
.swal2-popup.swal2-toast .swal2-success [class^="swal2-success-line"][class$="long"] {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
}
.swal2-popup.swal2-toast.swal2-show {
    -webkit-animation: swal2-toast-show 0.5s;
    animation: swal2-toast-show 0.5s;
}
.swal2-popup.swal2-toast.swal2-hide {
    -webkit-animation: swal2-toast-hide 0.1s forwards;
    animation: swal2-toast-hide 0.1s forwards;
}
.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
    -webkit-animation: swal2-toast-animate-success-line-tip 0.75s;
    animation: swal2-toast-animate-success-line-tip 0.75s;
}
.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
    -webkit-animation: swal2-toast-animate-success-line-long 0.75s;
    animation: swal2-toast-animate-success-line-long 0.75s;
}
.swal2-container {
    display: flex;
    position: fixed;
    z-index: 2060;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0.625em;
    overflow-x: hidden;
    transition: background-color 0.1s;
    background-color: transparent;
    -webkit-overflow-scrolling: touch;
}
.swal2-container.swal2-top {
    align-items: flex-start;
}
.swal2-container.swal2-top-left,
.swal2-container.swal2-top-start {
    align-items: flex-start;
    justify-content: flex-start;
}
.swal2-container.swal2-top-end,
.swal2-container.swal2-top-right {
    align-items: flex-start;
    justify-content: flex-end;
}
.swal2-container.swal2-center {
    align-items: center;
}
.swal2-container.swal2-center-left,
.swal2-container.swal2-center-start {
    align-items: center;
    justify-content: flex-start;
}
.swal2-container.swal2-center-end,
.swal2-container.swal2-center-right {
    align-items: center;
    justify-content: flex-end;
}
.swal2-container.swal2-bottom {
    align-items: flex-end;
}
.swal2-container.swal2-bottom-left,
.swal2-container.swal2-bottom-start {
    align-items: flex-end;
    justify-content: flex-start;
}
.swal2-container.swal2-bottom-end,
.swal2-container.swal2-bottom-right {
    align-items: flex-end;
    justify-content: flex-end;
}
.swal2-container.swal2-bottom-end > :first-child,
.swal2-container.swal2-bottom-left > :first-child,
.swal2-container.swal2-bottom-right > :first-child,
.swal2-container.swal2-bottom-start > :first-child,
.swal2-container.swal2-bottom > :first-child {
    margin-top: auto;
}
.swal2-container.swal2-grow-fullscreen > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-self: stretch;
    justify-content: center;
}
.swal2-container.swal2-grow-row > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-content: center;
    justify-content: center;
}
.swal2-container.swal2-grow-column {
    flex: 1;
    flex-direction: column;
}
.swal2-container.swal2-grow-column.swal2-bottom,
.swal2-container.swal2-grow-column.swal2-center,
.swal2-container.swal2-grow-column.swal2-top {
    align-items: center;
}
.swal2-container.swal2-grow-column.swal2-bottom-left,
.swal2-container.swal2-grow-column.swal2-bottom-start,
.swal2-container.swal2-grow-column.swal2-center-left,
.swal2-container.swal2-grow-column.swal2-center-start,
.swal2-container.swal2-grow-column.swal2-top-left,
.swal2-container.swal2-grow-column.swal2-top-start {
    align-items: flex-start;
}
.swal2-container.swal2-grow-column.swal2-bottom-end,
.swal2-container.swal2-grow-column.swal2-bottom-right,
.swal2-container.swal2-grow-column.swal2-center-end,
.swal2-container.swal2-grow-column.swal2-center-right,
.swal2-container.swal2-grow-column.swal2-top-end,
.swal2-container.swal2-grow-column.swal2-top-right {
    align-items: flex-end;
}
.swal2-container.swal2-grow-column > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-content: center;
    justify-content: center;
}
.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)
    > .swal2-modal {
    margin: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-container .swal2-modal {
        margin: 0 !important;
    }
}
.swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, 0.4);
}
.swal2-popup {
    display: none;
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    width: 32em;
    max-width: 100%;
    padding: 1.25em;
    border: none;
    border-radius: 0.3125em;
    background: #fff;
    font-family: inherit;
    font-size: 1rem;
}
.swal2-popup:focus {
    outline: 0;
}
.swal2-popup.swal2-loading {
    overflow-y: hidden;
}
.swal2-header {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0 0 0.4em;
    padding: 0;
    color: #595959;
    font-size: 1.875em;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
}
.swal2-actions {
    display: flex;
    z-index: 1;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 1.25em auto 0;
}
.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
    opacity: 0.4;
}
.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.swal2-actions:not(.swal2-loading) .swal2-styled:active {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
    box-sizing: border-box;
    width: 2.5em;
    height: 2.5em;
    margin: 0.46875em;
    padding: 0;
    -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border: 0.25em solid transparent;
    border-radius: 100%;
    border-color: transparent;
    background-color: transparent !important;
    color: transparent;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
    margin-right: 30px;
    margin-left: 30px;
}
.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border: 3px solid #999;
    border-radius: 50%;
    border-right-color: transparent;
    box-shadow: 1px 1px 1px #fff;
}
.swal2-styled {
    margin: 0.3125em;
    padding: 0.625em 2em;
    box-shadow: none;
    font-weight: 500;
}
.swal2-styled:not([disabled]) {
    cursor: pointer;
}
.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #3085d6;
    color: #fff;
    font-size: 1.0625em;
}
.swal2-styled.swal2-cancel {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #aaa;
    color: #fff;
    font-size: 1.0625em;
}
.swal2-styled:focus {
    outline: 0;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
}
.swal2-styled::-moz-focus-inner {
    border: 0;
}
.swal2-footer {
    justify-content: center;
    margin: 1.25em 0 0;
    padding: 1em 0 0;
    border-top: 1px solid #eee;
    color: #545454;
    font-size: 1em;
}
.swal2-image {
    max-width: 100%;
    margin: 1.25em auto;
}
.swal2-close {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    justify-content: center;
    width: 1.2em;
    height: 1.2em;
    padding: 0;
    overflow: hidden;
    transition: color 0.1s ease-out;
    border: none;
    border-radius: 0;
    outline: initial;
    background: 0 0;
    color: #ccc;
    font-family: serif;
    font-size: 2.5em;
    line-height: 1.2;
    cursor: pointer;
}
.swal2-close:hover {
    transform: none;
    background: 0 0;
    color: #f27474;
}
.swal2-content {
    z-index: 1;
    justify-content: center;
    margin: 0;
    padding: 0;
    color: #545454;
    font-size: 1.125em;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    word-wrap: break-word;
}
.swal2-checkbox,
.swal2-file,
.swal2-input,
.swal2-radio,
.swal2-select,
.swal2-textarea {
    margin: 1em auto;
}
.swal2-file,
.swal2-input,
.swal2-textarea {
    box-sizing: border-box;
    width: 100%;
    transition: border-color 0.3s, box-shadow 0.3s;
    border: 1px solid #d9d9d9;
    border-radius: 0.1875em;
    background: inherit;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
    color: inherit;
    font-size: 1.125em;
}
.swal2-file.swal2-inputerror,
.swal2-input.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
    border-color: #f27474 !important;
    box-shadow: 0 0 2px #f27474 !important;
}
.swal2-file:focus,
.swal2-input:focus,
.swal2-textarea:focus {
    border: 1px solid #b4dbed;
    outline: 0;
    box-shadow: 0 0 3px #c4e6f5;
}
.swal2-file::-webkit-input-placeholder,
.swal2-input::-webkit-input-placeholder,
.swal2-textarea::-webkit-input-placeholder {
    color: #ccc;
}
.swal2-file::-moz-placeholder,
.swal2-input::-moz-placeholder,
.swal2-textarea::-moz-placeholder {
    color: #ccc;
}
.swal2-file:-ms-input-placeholder,
.swal2-input:-ms-input-placeholder,
.swal2-textarea:-ms-input-placeholder {
    color: #ccc;
}
.swal2-file::-ms-input-placeholder,
.swal2-input::-ms-input-placeholder,
.swal2-textarea::-ms-input-placeholder {
    color: #ccc;
}
.swal2-file::placeholder,
.swal2-input::placeholder,
.swal2-textarea::placeholder {
    color: #ccc;
}
.swal2-range {
    margin: 1em auto;
    background: inherit;
}
.swal2-range input {
    width: 80%;
}
.swal2-range output {
    width: 20%;
    color: inherit;
    font-weight: 600;
    text-align: center;
}
.swal2-range input,
.swal2-range output {
    height: 2.625em;
    padding: 0;
    font-size: 1.125em;
    line-height: 2.625em;
}
.swal2-input {
    height: 2.625em;
    padding: 0 0.75em;
}
.swal2-input[type="number"] {
    max-width: 10em;
}
.swal2-file {
    background: inherit;
    font-size: 1.125em;
}
.swal2-textarea {
    height: 6.75em;
    padding: 0.75em;
}
.swal2-select {
    min-width: 50%;
    max-width: 100%;
    padding: 0.375em 0.625em;
    background: inherit;
    color: inherit;
    font-size: 1.125em;
}
.swal2-checkbox,
.swal2-radio {
    align-items: center;
    justify-content: center;
    background: inherit;
    color: inherit;
}
.swal2-checkbox label,
.swal2-radio label {
    margin: 0 0.6em;
    font-size: 1.125em;
}
.swal2-checkbox input,
.swal2-radio input {
    margin: 0 0.4em;
}
.swal2-validation-message {
    display: none;
    align-items: center;
    justify-content: center;
    padding: 0.625em;
    overflow: hidden;
    background: #f0f0f0;
    color: #666;
    font-size: 1em;
    font-weight: 300;
}
.swal2-validation-message::before {
    content: "!";
    display: inline-block;
    width: 1.5em;
    min-width: 1.5em;
    height: 1.5em;
    margin: 0 0.625em;
    border-radius: 50%;
    background-color: #f27474;
    color: #fff;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center;
}
.swal2-icon {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 1.25em auto 1.875em;
    border: 0.25em solid transparent;
    border-radius: 50%;
    font-family: inherit;
    line-height: 5em;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.swal2-icon::before {
    display: flex;
    align-items: center;
    height: 92%;
    font-size: 3.75em;
}
.swal2-icon.swal2-error {
    border-color: #f27474;
}
.swal2-icon.swal2-error .swal2-x-mark {
    position: relative;
    flex-grow: 1;
}
.swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
    display: block;
    position: absolute;
    top: 2.3125em;
    width: 2.9375em;
    height: 0.3125em;
    border-radius: 0.125em;
    background-color: #f27474;
}
.swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="left"] {
    left: 1.0625em;
    transform: rotate(45deg);
}
.swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="right"] {
    right: 1em;
    transform: rotate(-45deg);
}
.swal2-icon.swal2-warning {
    border-color: #facea8;
    color: #f8bb86;
}
.swal2-icon.swal2-warning::before {
    content: "!";
}
.swal2-icon.swal2-info {
    border-color: #9de0f6;
    color: #3fc3ee;
}
.swal2-icon.swal2-info::before {
    content: "i";
}
.swal2-icon.swal2-question {
    border-color: #c9dae1;
    color: #87adbd;
}
.swal2-icon.swal2-question::before {
    content: "?";
}
.swal2-icon.swal2-question.swal2-arabic-question-mark::before {
    content: "؟";
}
.swal2-icon.swal2-success {
    border-color: #a5dc86;
}
.swal2-icon.swal2-success [class^="swal2-success-circular-line"] {
    position: absolute;
    width: 3.75em;
    height: 7.5em;
    transform: rotate(45deg);
    border-radius: 50%;
}
.swal2-icon.swal2-success [class^="swal2-success-circular-line"][class$="left"] {
    top: -0.4375em;
    left: -2.0635em;
    transform: rotate(-45deg);
    transform-origin: 3.75em 3.75em;
    border-radius: 7.5em 0 0 7.5em;
}
.swal2-icon.swal2-success [class^="swal2-success-circular-line"][class$="right"] {
    top: -0.6875em;
    left: 1.875em;
    transform: rotate(-45deg);
    transform-origin: 0 3.75em;
    border-radius: 0 7.5em 7.5em 0;
}
.swal2-icon.swal2-success .swal2-success-ring {
    position: absolute;
    z-index: 2;
    top: -0.25em;
    left: -0.25em;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    border: 0.25em solid rgba(165, 220, 134, 0.3);
    border-radius: 50%;
}
.swal2-icon.swal2-success .swal2-success-fix {
    position: absolute;
    z-index: 1;
    top: 0.5em;
    left: 1.625em;
    width: 0.4375em;
    height: 5.625em;
    transform: rotate(-45deg);
}
.swal2-icon.swal2-success [class^="swal2-success-line"] {
    display: block;
    position: absolute;
    z-index: 2;
    height: 0.3125em;
    border-radius: 0.125em;
    background-color: #a5dc86;
}
.swal2-icon.swal2-success [class^="swal2-success-line"][class$="tip"] {
    top: 2.875em;
    left: 0.875em;
    width: 1.5625em;
    transform: rotate(45deg);
}
.swal2-icon.swal2-success [class^="swal2-success-line"][class$="long"] {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
    transform: rotate(-45deg);
}
.swal2-progress-steps {
    align-items: center;
    margin: 0 0 1.25em;
    padding: 0;
    background: inherit;
    font-weight: 600;
}
.swal2-progress-steps li {
    display: inline-block;
    position: relative;
}
.swal2-progress-steps .swal2-progress-step {
    z-index: 20;
    width: 2em;
    height: 2em;
    border-radius: 2em;
    background: #3085d6;
    color: #fff;
    line-height: 2em;
    text-align: center;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
    background: #3085d6;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
    background: #add8e6;
    color: #fff;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
    background: #add8e6;
}
.swal2-progress-steps .swal2-progress-step-line {
    z-index: 10;
    width: 2.5em;
    height: 0.4em;
    margin: 0 -1px;
    background: #3085d6;
}
[class^="swal2"] {
    -webkit-tap-highlight-color: transparent;
}
.swal2-show {
    -webkit-animation: swal2-show 0.3s;
    animation: swal2-show 0.3s;
}
.swal2-show.swal2-noanimation {
    -webkit-animation: none;
    animation: none;
}
.swal2-hide {
    -webkit-animation: swal2-hide 0.15s forwards;
    animation: swal2-hide 0.15s forwards;
}
.swal2-hide.swal2-noanimation {
    -webkit-animation: none;
    animation: none;
}
.swal2-rtl .swal2-close {
    right: auto;
    left: 0;
}
.swal2-animate-success-icon .swal2-success-line-tip {
    -webkit-animation: swal2-animate-success-line-tip 0.75s;
    animation: swal2-animate-success-line-tip 0.75s;
}
.swal2-animate-success-icon .swal2-success-line-long {
    -webkit-animation: swal2-animate-success-line-long 0.75s;
    animation: swal2-animate-success-line-long 0.75s;
}
.swal2-animate-success-icon .swal2-success-circular-line-right {
    -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
    animation: swal2-rotate-success-circular-line 4.25s ease-in;
}
.swal2-animate-error-icon {
    -webkit-animation: swal2-animate-error-icon 0.5s;
    animation: swal2-animate-error-icon 0.5s;
}
.swal2-animate-error-icon .swal2-x-mark {
    -webkit-animation: swal2-animate-error-x-mark 0.5s;
    animation: swal2-animate-error-x-mark 0.5s;
}
@supports (-ms-accelerator: true) {
    .swal2-range input {
        width: 100% !important;
    }
    .swal2-range output {
        display: none;
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-range input {
        width: 100% !important;
    }
    .swal2-range output {
        display: none;
    }
}
@-moz-document url-prefix() {
    .swal2-close:focus {
        outline: 2px solid rgba(50, 100, 150, 0.4);
    }
}
@-webkit-keyframes swal2-toast-show {
    0% {
        transform: translateY(-0.625em) rotateZ(2deg);
    }
    33% {
        transform: translateY(0) rotateZ(-2deg);
    }
    66% {
        transform: translateY(0.3125em) rotateZ(2deg);
    }
    100% {
        transform: translateY(0) rotateZ(0);
    }
}
@keyframes swal2-toast-show {
    0% {
        transform: translateY(-0.625em) rotateZ(2deg);
    }
    33% {
        transform: translateY(0) rotateZ(-2deg);
    }
    66% {
        transform: translateY(0.3125em) rotateZ(2deg);
    }
    100% {
        transform: translateY(0) rotateZ(0);
    }
}
@-webkit-keyframes swal2-toast-hide {
    100% {
        transform: rotateZ(1deg);
        opacity: 0;
    }
}
@keyframes swal2-toast-hide {
    100% {
        transform: rotateZ(1deg);
        opacity: 0;
    }
}
@-webkit-keyframes swal2-toast-animate-success-line-tip {
    0% {
        top: 0.5625em;
        left: 0.0625em;
        width: 0;
    }
    54% {
        top: 0.125em;
        left: 0.125em;
        width: 0;
    }
    70% {
        top: 0.625em;
        left: -0.25em;
        width: 1.625em;
    }
    84% {
        top: 1.0625em;
        left: 0.75em;
        width: 0.5em;
    }
    100% {
        top: 1.125em;
        left: 0.1875em;
        width: 0.75em;
    }
}
@keyframes swal2-toast-animate-success-line-tip {
    0% {
        top: 0.5625em;
        left: 0.0625em;
        width: 0;
    }
    54% {
        top: 0.125em;
        left: 0.125em;
        width: 0;
    }
    70% {
        top: 0.625em;
        left: -0.25em;
        width: 1.625em;
    }
    84% {
        top: 1.0625em;
        left: 0.75em;
        width: 0.5em;
    }
    100% {
        top: 1.125em;
        left: 0.1875em;
        width: 0.75em;
    }
}
@-webkit-keyframes swal2-toast-animate-success-line-long {
    0% {
        top: 1.625em;
        right: 1.375em;
        width: 0;
    }
    65% {
        top: 1.25em;
        right: 0.9375em;
        width: 0;
    }
    84% {
        top: 0.9375em;
        right: 0;
        width: 1.125em;
    }
    100% {
        top: 0.9375em;
        right: 0.1875em;
        width: 1.375em;
    }
}
@keyframes swal2-toast-animate-success-line-long {
    0% {
        top: 1.625em;
        right: 1.375em;
        width: 0;
    }
    65% {
        top: 1.25em;
        right: 0.9375em;
        width: 0;
    }
    84% {
        top: 0.9375em;
        right: 0;
        width: 1.125em;
    }
    100% {
        top: 0.9375em;
        right: 0.1875em;
        width: 1.375em;
    }
}
@-webkit-keyframes swal2-show {
    0% {
        transform: scale(0.7);
    }
    45% {
        transform: scale(1.05);
    }
    80% {
        transform: scale(0.95);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes swal2-show {
    0% {
        transform: scale(0.7);
    }
    45% {
        transform: scale(1.05);
    }
    80% {
        transform: scale(0.95);
    }
    100% {
        transform: scale(1);
    }
}
@-webkit-keyframes swal2-hide {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0.5);
        opacity: 0;
    }
}
@keyframes swal2-hide {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0.5);
        opacity: 0;
    }
}
@-webkit-keyframes swal2-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: 0.0625em;
        width: 0;
    }
    54% {
        top: 1.0625em;
        left: 0.125em;
        width: 0;
    }
    70% {
        top: 2.1875em;
        left: -0.375em;
        width: 3.125em;
    }
    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em;
    }
    100% {
        top: 2.8125em;
        left: 0.875em;
        width: 1.5625em;
    }
}
@keyframes swal2-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: 0.0625em;
        width: 0;
    }
    54% {
        top: 1.0625em;
        left: 0.125em;
        width: 0;
    }
    70% {
        top: 2.1875em;
        left: -0.375em;
        width: 3.125em;
    }
    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em;
    }
    100% {
        top: 2.8125em;
        left: 0.875em;
        width: 1.5625em;
    }
}
@-webkit-keyframes swal2-animate-success-line-long {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0;
    }
    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0;
    }
    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em;
    }
    100% {
        top: 2.375em;
        right: 0.5em;
        width: 2.9375em;
    }
}
@keyframes swal2-animate-success-line-long {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0;
    }
    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0;
    }
    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em;
    }
    100% {
        top: 2.375em;
        right: 0.5em;
        width: 2.9375em;
    }
}
@-webkit-keyframes swal2-rotate-success-circular-line {
    0% {
        transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
    }
}
@keyframes swal2-rotate-success-circular-line {
    0% {
        transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
    }
}
@-webkit-keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        transform: scale(0.4);
        opacity: 0;
    }
    50% {
        margin-top: 1.625em;
        transform: scale(0.4);
        opacity: 0;
    }
    80% {
        margin-top: -0.375em;
        transform: scale(1.15);
    }
    100% {
        margin-top: 0;
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        transform: scale(0.4);
        opacity: 0;
    }
    50% {
        margin-top: 1.625em;
        transform: scale(0.4);
        opacity: 0;
    }
    80% {
        margin-top: -0.375em;
        transform: scale(1.15);
    }
    100% {
        margin-top: 0;
        transform: scale(1);
        opacity: 1;
    }
}
@-webkit-keyframes swal2-animate-error-icon {
    0% {
        transform: rotateX(100deg);
        opacity: 0;
    }
    100% {
        transform: rotateX(0);
        opacity: 1;
    }
}
@keyframes swal2-animate-error-icon {
    0% {
        transform: rotateX(100deg);
        opacity: 0;
    }
    100% {
        transform: rotateX(0);
        opacity: 1;
    }
}
@-webkit-keyframes swal2-rotate-loading {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes swal2-rotate-loading {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow: hidden;
}
body.swal2-height-auto {
    height: auto !important;
}
body.swal2-no-backdrop .swal2-shown {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    max-width: calc(100% - 0.625em * 2);
    background-color: transparent;
}
body.swal2-no-backdrop .swal2-shown > .swal2-modal {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
body.swal2-no-backdrop .swal2-shown.swal2-top {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
body.swal2-no-backdrop .swal2-shown.swal2-top-left,
body.swal2-no-backdrop .swal2-shown.swal2-top-start {
    top: 0;
    left: 0;
}
body.swal2-no-backdrop .swal2-shown.swal2-top-end,
body.swal2-no-backdrop .swal2-shown.swal2-top-right {
    top: 0;
    right: 0;
}
body.swal2-no-backdrop .swal2-shown.swal2-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
body.swal2-no-backdrop .swal2-shown.swal2-center-left,
body.swal2-no-backdrop .swal2-shown.swal2-center-start {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
body.swal2-no-backdrop .swal2-shown.swal2-center-end,
body.swal2-no-backdrop .swal2-shown.swal2-center-right {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
body.swal2-no-backdrop .swal2-shown.swal2-bottom {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
body.swal2-no-backdrop .swal2-shown.swal2-bottom-left,
body.swal2-no-backdrop .swal2-shown.swal2-bottom-start {
    bottom: 0;
    left: 0;
}
body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,
body.swal2-no-backdrop .swal2-shown.swal2-bottom-right {
    right: 0;
    bottom: 0;
}
@media print {
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
        overflow-y: scroll !important;
    }
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden="true"] {
        display: none;
    }
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
        position: static !important;
    }
}
body.swal2-toast-shown .swal2-container {
    background-color: transparent;
}
body.swal2-toast-shown .swal2-container.swal2-shown {
    background-color: transparent;
}
body.swal2-toast-shown .swal2-container.swal2-top {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-top-end,
body.swal2-toast-shown .swal2-container.swal2-top-right {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
}
body.swal2-toast-shown .swal2-container.swal2-top-left,
body.swal2-toast-shown .swal2-container.swal2-top-start {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-center-left,
body.swal2-toast-shown .swal2-container.swal2-center-start {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-center {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%);
}
body.swal2-toast-shown .swal2-container.swal2-center-end,
body.swal2-toast-shown .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-left,
body.swal2-toast-shown .swal2-container.swal2-bottom-start {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-bottom {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-end,
body.swal2-toast-shown .swal2-container.swal2-bottom-right {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
}
body.swal2-toast-column .swal2-toast {
    flex-direction: column;
    align-items: stretch;
}
body.swal2-toast-column .swal2-toast .swal2-actions {
    flex: 1;
    align-self: stretch;
    height: 2.2em;
    margin-top: 0.3125em;
}
body.swal2-toast-column .swal2-toast .swal2-loading {
    justify-content: center;
}
body.swal2-toast-column .swal2-toast .swal2-input {
    height: 2em;
    margin: 0.3125em auto;
    font-size: 1em;
}
body.swal2-toast-column .swal2-toast .swal2-validation-message {
    font-size: 1em;
}

.toast-title {
    font-weight: 600;
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.toast-message a,
.toast-message label {
    color: #fff;
}

.toast-message a:hover {
    color: #ccc;
    text-decoration: none;
}

.toast-close-button {
    position: relative;
    right: -0.3em;
    top: -0.3em;
    float: right;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    line-height: 1;
}

.toast-close-button:focus,
.toast-close-button:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
}

.rtl .toast-close-button {
    left: -0.3em;
    float: left;
    right: 0.3em;
}

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}
.toast-top-center {
    top: 0;
    right: 0;
    width: 100%;
}
.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%;
}
.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%;
}
.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%;
}
.toast-top-left {
    top: 12px;
    left: 12px;
}
.toast-top-right {
    top: 12px;
    right: 12px;
}
.toast-bottom-right {
    right: 12px;
    bottom: 12px;
}
.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}
#toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none;
}

#toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#toast-container > div {
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999;
    -webkit-box-shadow: 0 0 12px #999;
    box-shadow: 0 0 12px #999;
    color: #fff;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
}

#toast-container > div.rtl {
    direction: rtl;
    padding: 15px 50px 15px 15px;
    background-position: right 15px center;
}

#toast-container > div:hover {
    -moz-box-shadow: 0 0 12px #000;
    -webkit-box-shadow: 0 0 12px #000;
    box-shadow: 0 0 12px #000;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer;
}

#toast-container > .toast-info {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}

#toast-container > .toast-error {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}

#toast-container > .toast-success {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}

#toast-container > .toast-warning {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}

#toast-container.toast-bottom-center > div,
#toast-container.toast-top-center > div {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

#toast-container.toast-bottom-full-width > div,
#toast-container.toast-top-full-width > div {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}

.toast {
    background-color: #030303;
}

.toast-success {
    background-color: #51a351;
}

.toast-error {
    background-color: #bd362f;
}

.toast-info {
    background-color: #2f96b4;
}

.toast-warning {
    background-color: #f89406;
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
}

@media all and (max-width: 240px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 11em;
    }
    #toast-container > div.rtl {
        padding: 8px 50px 8px 8px;
    }
    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }
    #toast-container .rtl .toast-close-button {
        left: -0.2em;
        right: 0.2em;
    }
}

@media all and (min-width: 241px) and (max-width: 480px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em;
    }
    #toast-container > div.rtl {
        padding: 8px 50px 8px 8px;
    }
    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }
    #toast-container .rtl .toast-close-button {
        left: -0.2em;
        right: 0.2em;
    }
}

@media all and (min-width: 481px) and (max-width: 768px) {
    #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em;
    }
    #toast-container > div.rtl {
        padding: 15px 50px 15px 15px;
    }
}

/*
 * Summernote v0.8.12
*/

@font-face {
    font-family: "summernote";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(../fonts/summernote.eot);
    src: url(../fonts/summernote.eot?#iefix) format("embedded-opentype"), url(../fonts/summernote.woff2) format("woff2"), url(../fonts/summernote.woff) format("woff"), url(../fonts/summernote.ttf) format("truetype");
}

[class^="note-icon"]:before,
[class*=" note-icon"]:before {
    display: inline-block;
    font: normal normal normal 11px/1 summernote;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.note-icon-fw {
    text-align: center;
    width: 1.25em;
}

.note-icon-border {
    border: solid 0.08em #eee;
    border-radius: 0.1em;
    padding: 0.2em 0.25em 0.15em;
}

.note-icon-pull-left {
    float: left;
}

.note-icon-pull-right {
    float: right;
}

.note-icon.note-icon-pull-left {
    margin-right: 0.3em;
}

.note-icon.note-icon-pull-right {
    margin-left: 0.3em;
}

.note-icon-align::before {
    content: "\ea01";
}

.note-icon-align-center::before {
    content: "\ea02";
}

.note-icon-align-indent::before {
    content: "\ea03";
}

.note-icon-align-justify::before {
    content: "\ea04";
}

.note-icon-align-left::before {
    content: "\ea05";
}

.note-icon-align-outdent::before {
    content: "\ea06";
}

.note-icon-align-right::before {
    content: "\ea07";
}

.note-icon-arrow-circle-down::before {
    content: "\ea08";
}

.note-icon-arrow-circle-left::before {
    content: "\ea09";
}

.note-icon-arrow-circle-right::before {
    content: "\ea0a";
}

.note-icon-arrow-circle-up::before {
    content: "\ea0b";
}

.note-icon-arrows-alt::before {
    content: "\ea0c";
}

.note-icon-arrows-h::before {
    content: "\ea0d";
}

.note-icon-arrows-v::before {
    content: "\ea0e";
}

.note-icon-bold::before {
    content: "\ea0f";
}

.note-icon-caret::before {
    content: "\ea10";
}

.note-icon-chain-broken::before {
    content: "\ea11";
}

.note-icon-circle::before {
    content: "\ea12";
}

.note-icon-close::before {
    content: "\ea13";
}

.note-icon-code::before {
    content: "\ea14";
}

.note-icon-col-after::before {
    content: "\ea15";
}

.note-icon-col-before::before {
    content: "\ea16";
}

.note-icon-col-remove::before {
    content: "\ea17";
}

.note-icon-eraser::before {
    content: "\ea18";
}

.note-icon-float-left::before {
    content: "\ea19";
}

.note-icon-float-none::before {
    content: "\ea1a";
}

.note-icon-float-right::before {
    content: "\ea1b";
}

.note-icon-font::before {
    content: "\ea1c";
}

.note-icon-frame::before {
    content: "\ea1d";
}

.note-icon-italic::before {
    content: "\ea1e";
}

.note-icon-link::before {
    content: "\ea1f";
}

.note-icon-magic::before {
    content: "\ea20";
}

.note-icon-menu-check::before {
    content: "\ea21";
}

.note-icon-minus::before {
    content: "\ea22";
}

.note-icon-orderedlist::before {
    content: "\ea23";
}

.note-icon-pencil::before {
    content: "\ea24";
}

.note-icon-picture::before {
    content: "\ea25";
}

.note-icon-question::before {
    content: "\ea26";
}

.note-icon-redo::before {
    content: "\ea27";
}

.note-icon-rollback::before {
    content: "\ea28";
}

.note-icon-row-above::before {
    content: "\ea29";
}

.note-icon-row-below::before {
    content: "\ea2a";
}

.note-icon-row-remove::before {
    content: "\ea2b";
}

.note-icon-special-character::before {
    content: "\ea2c";
}

.note-icon-square::before {
    content: "\ea2d";
}

.note-icon-strikethrough::before {
    content: "\ea2e";
}

.note-icon-subscript::before {
    content: "\ea2f";
}

.note-icon-summernote::before {
    content: "\ea30";
}

.note-icon-superscript::before {
    content: "\ea31";
}

.note-icon-table::before {
    content: "\ea32";
}

.note-icon-text-height::before {
    content: "\ea33";
}

.note-icon-trash::before {
    content: "\ea34";
}

.note-icon-underline::before {
    content: "\ea35";
}

.note-icon-undo::before {
    content: "\ea36";
}

.note-icon-unorderedlist::before {
    content: "\ea37";
}

.note-icon-video::before {
    content: "\ea38";
}

/* Theme Variables
 ------------------------------------------ */
/* Layout
 ------------------------------------------ */
.note-editor {
    position: relative;
}

.note-editor .note-dropzone {
    position: absolute;
    display: none;
    z-index: 100;
    color: lightskyblue;
    background-color: #fff;
    opacity: 0.95;
    pointer-events: none;
}

.note-editor .note-dropzone .note-dropzone-message {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
}

.note-editor .note-dropzone.hover {
    color: #098ddf;
}

.note-editor.dragover .note-dropzone {
    display: table;
}

.note-editor .note-editing-area {
    position: relative;
}

.note-editor .note-editing-area .note-editable {
    outline: none;
}

.note-editor .note-editing-area .note-editable sup {
    vertical-align: super;
}

.note-editor .note-editing-area .note-editable sub {
    vertical-align: sub;
}

.note-editor .note-editing-area .note-editable img.note-float-left {
    margin-right: 10px;
}

.note-editor .note-editing-area .note-editable img.note-float-right {
    margin-left: 10px;
}

/* Frame mode layout
 ------------------------------------------ */
.note-editor.note-frame {
    border: 1px solid #a9a9a9;
}

.note-editor.note-frame.codeview .note-editing-area .note-editable {
    display: none;
}

.note-editor.note-frame.codeview .note-editing-area .note-codable {
    display: block;
}

.note-editor.note-frame .note-editing-area {
    overflow: hidden;
}

.note-editor.note-frame .note-editing-area .note-editable {
    background-color: #fff;
    color: #000;
    padding: 10px;
    overflow: auto;
    word-wrap: break-word;
}

.note-editor.note-frame .note-editing-area .note-editable[contenteditable="false"] {
    background-color: #e5e5e5;
}

.note-editor.note-frame .note-editing-area .note-codable {
    display: none;
    width: 100%;
    padding: 10px;
    border: none;
    box-shadow: none;
    font-family: Menlo, Monaco, monospace, sans-serif;
    font-size: 14px;
    color: #ccc;
    background-color: #222;
    resize: none;
    outline: none;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    margin-bottom: 0;
}

.note-editor.note-frame.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    z-index: 3000;
}

.note-editor.note-frame.fullscreen .note-editable {
    background-color: #fff;
}

.note-editor.note-frame.fullscreen .note-resizebar {
    display: none;
}

.note-editor.note-frame .note-status-output {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
    height: 20px;
    margin-bottom: 0;
    color: #000;
    border: 0;
    border-top: 1px solid #e2e2e2;
}

.note-editor.note-frame .note-status-output:empty {
    height: 0;
    border-top: 0 solid transparent;
}

.note-editor.note-frame .note-status-output .pull-right {
    float: right !important;
}

.note-editor.note-frame .note-status-output .text-muted {
    color: #777;
}

.note-editor.note-frame .note-status-output .text-primary {
    color: #286090;
}

.note-editor.note-frame .note-status-output .text-success {
    color: #3c763d;
}

.note-editor.note-frame .note-status-output .text-info {
    color: #31708f;
}

.note-editor.note-frame .note-status-output .text-warning {
    color: #8a6d3b;
}

.note-editor.note-frame .note-status-output .text-danger {
    color: #a94442;
}

.note-editor.note-frame .note-status-output .alert {
    margin: -7px 0 0 0;
    padding: 7px 10px 2px 10px;
    border-radius: 0;
    color: #000;
    background-color: #f5f5f5;
}

.note-editor.note-frame .note-status-output .alert .note-icon {
    margin-right: 5px;
}

.note-editor.note-frame .note-status-output .alert-success {
    color: #3c763d !important;
    background-color: #dff0d8 !important;
}

.note-editor.note-frame .note-status-output .alert-info {
    color: #31708f !important;
    background-color: #d9edf7 !important;
}

.note-editor.note-frame .note-status-output .alert-warning {
    color: #8a6d3b !important;
    background-color: #fcf8e3 !important;
}

.note-editor.note-frame .note-status-output .alert-danger {
    color: #a94442 !important;
    background-color: #f2dede !important;
}

.note-editor.note-frame .note-statusbar {
    background-color: #f5f5f5;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: 1px solid #ddd;
}

.note-editor.note-frame .note-statusbar .note-resizebar {
    padding-top: 1px;
    height: 9px;
    width: 100%;
    cursor: ns-resize;
}

.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
    width: 20px;
    margin: 1px auto;
    border-top: 1px solid #a9a9a9;
}

.note-editor.note-frame .note-statusbar.locked .note-resizebar {
    cursor: default;
}

.note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar {
    display: none;
}

.note-editor.note-frame .note-placeholder {
    padding: 10px;
}

/* Popover
 ------------------------------------------ */
.note-popover.popover {
    display: none;
    max-width: none;
}
.note-popover.popover .popover-content a {
    display: inline-block;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.note-popover.popover .arrow {
    left: 20px !important;
}

/* Popover and Toolbar (Button container)
 ------------------------------------------ */
.note-toolbar {
    position: relative;
}

.note-popover .popover-content,
.note-toolbar {
    margin: 0;
    padding: 0 0 5px 5px;
}
.note-popover .popover-content > .note-btn-group,
.note-toolbar > .note-btn-group {
    margin-top: 5px;
    margin-left: 0;
    margin-right: 5px;
}
.note-popover .popover-content .note-btn-group .note-table,
.note-toolbar .note-btn-group .note-table {
    min-width: 0;
    padding: 5px;
}
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker,
.note-toolbar .note-btn-group .note-table .note-dimension-picker {
    font-size: 18px;
}
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher,
.note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
    position: absolute !important;
    z-index: 3;
    width: 10em;
    height: 10em;
    cursor: pointer;
}
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted,
.note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
    position: relative !important;
    z-index: 1;
    width: 5em;
    height: 5em;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC")
        repeat;
}
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted,
.note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
    position: absolute !important;
    z-index: 2;
    width: 1em;
    height: 1em;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC")
        repeat;
}
.note-popover .popover-content .note-style .dropdown-style blockquote,
.note-popover .popover-content .note-style .dropdown-style pre,
.note-toolbar .note-style .dropdown-style blockquote,
.note-toolbar .note-style .dropdown-style pre {
    margin: 0;
    padding: 5px 10px;
}
.note-popover .popover-content .note-style .dropdown-style h1,
.note-popover .popover-content .note-style .dropdown-style h2,
.note-popover .popover-content .note-style .dropdown-style h3,
.note-popover .popover-content .note-style .dropdown-style h4,
.note-popover .popover-content .note-style .dropdown-style h5,
.note-popover .popover-content .note-style .dropdown-style h6,
.note-popover .popover-content .note-style .dropdown-style p,
.note-toolbar .note-style .dropdown-style h1,
.note-toolbar .note-style .dropdown-style h2,
.note-toolbar .note-style .dropdown-style h3,
.note-toolbar .note-style .dropdown-style h4,
.note-toolbar .note-style .dropdown-style h5,
.note-toolbar .note-style .dropdown-style h6,
.note-toolbar .note-style .dropdown-style p {
    margin: 0;
    padding: 0;
}
.note-popover .popover-content .note-color-all .note-dropdown-menu,
.note-toolbar .note-color-all .note-dropdown-menu {
    min-width: 337px;
}
.note-popover .popover-content .note-color .dropdown-toggle,
.note-toolbar .note-color .dropdown-toggle {
    width: 20px;
    padding-left: 5px;
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette,
.note-toolbar .note-color .note-dropdown-menu .note-palette {
    display: inline-block;
    margin: 0;
    width: 160px;
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette:first-child,
.note-toolbar .note-color .note-dropdown-menu .note-palette:first-child {
    margin: 0 5px;
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-palette-title,
.note-toolbar .note-color .note-dropdown-menu .note-palette .note-palette-title {
    font-size: 12px;
    margin: 2px 7px;
    text-align: center;
    border-bottom: 1px solid #eee;
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select,
.note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset,
.note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select {
    font-size: 11px;
    margin: 3px;
    padding: 0 3px;
    cursor: pointer;
    border-radius: 5px;
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-row,
.note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-row {
    height: 20px;
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,
.note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset:hover {
    background: #eee;
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select-btn,
.note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select-btn {
    display: none;
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn,
.note-toolbar .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn {
    border: 1px solid #eee;
}
.note-popover .popover-content .note-para .note-dropdown-menu,
.note-toolbar .note-para .note-dropdown-menu {
    min-width: 216px;
    padding: 5px;
}
.note-popover .popover-content .note-para .note-dropdown-menu > div:first-child,
.note-toolbar .note-para .note-dropdown-menu > div:first-child {
    margin-right: 5px;
}
.note-popover .popover-content .note-dropdown-menu,
.note-toolbar .note-dropdown-menu {
    min-width: 160px;
}
.note-popover .popover-content .note-dropdown-menu.right,
.note-toolbar .note-dropdown-menu.right {
    right: 0;
    left: auto;
}
.note-popover .popover-content .note-dropdown-menu.right::before,
.note-toolbar .note-dropdown-menu.right::before {
    right: 9px;
    left: auto !important;
}
.note-popover .popover-content .note-dropdown-menu.right::after,
.note-toolbar .note-dropdown-menu.right::after {
    right: 10px;
    left: auto !important;
}
.note-popover .popover-content .note-dropdown-menu.note-check a i,
.note-toolbar .note-dropdown-menu.note-check a i {
    color: deepskyblue;
    visibility: hidden;
}
.note-popover .popover-content .note-dropdown-menu.note-check a.checked i,
.note-toolbar .note-dropdown-menu.note-check a.checked i {
    visibility: visible;
}
.note-popover .popover-content .note-fontsize-10,
.note-toolbar .note-fontsize-10 {
    font-size: 10px;
}
.note-popover .popover-content .note-color-palette,
.note-toolbar .note-color-palette {
    line-height: 1;
}
.note-popover .popover-content .note-color-palette div .note-color-btn,
.note-toolbar .note-color-palette div .note-color-btn {
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    border: 1px solid #fff;
}
.note-popover .popover-content .note-color-palette div .note-color-btn:hover,
.note-toolbar .note-color-palette div .note-color-btn:hover {
    border: 1px solid #000;
}

/* Dialog
 ------------------------------------------ */
.note-dialog > div {
    display: none;
}
.note-dialog .form-group {
    margin-left: 0;
    margin-right: 0;
}
.note-dialog .note-modal-form {
    margin: 0;
}
.note-dialog .note-image-dialog .note-dropzone {
    min-height: 100px;
    font-size: 30px;
    line-height: 4;
    color: lightgray;
    text-align: center;
    border: 4px dashed lightgray;
    margin-bottom: 10px;
}
@-moz-document url-prefix() {
    .note-dialog .note-image-input {
        height: auto;
    }
}

/* Placeholder
 ------------------------------------------ */
.note-placeholder {
    position: absolute;
    display: none;
    color: gray;
}

/* Handle
 ------------------------------------------ */
.note-handle .note-control-selection {
    position: absolute;
    display: none;
    border: 1px solid #000;
}
.note-handle .note-control-selection > div {
    position: absolute;
}
.note-handle .note-control-selection .note-control-selection-bg {
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-opacity: 0.3;
    -khtml-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    filter: alpha(opacity=30);
}
.note-handle .note-control-selection .note-control-handle,
.note-handle .note-control-selection .note-control-sizing,
.note-handle .note-control-selection .note-control-holder {
    width: 7px;
    height: 7px;
    border: 1px solid #000;
}
.note-handle .note-control-selection .note-control-sizing {
    background-color: #000;
}
.note-handle .note-control-selection .note-control-nw {
    top: -5px;
    left: -5px;
    border-right: none;
    border-bottom: none;
}
.note-handle .note-control-selection .note-control-ne {
    top: -5px;
    right: -5px;
    border-bottom: none;
    border-left: none;
}
.note-handle .note-control-selection .note-control-sw {
    bottom: -5px;
    left: -5px;
    border-top: none;
    border-right: none;
}
.note-handle .note-control-selection .note-control-se {
    right: -5px;
    bottom: -5px;
    cursor: se-resize;
}
.note-handle .note-control-selection .note-control-se.note-control-holder {
    cursor: default;
    border-top: none;
    border-left: none;
}
.note-handle .note-control-selection .note-control-selection-info {
    right: 0;
    bottom: 0;
    padding: 5px;
    margin: 5px;
    color: #fff;
    background-color: #000;
    font-size: 12px;
    border-radius: 5px;
    -webkit-opacity: 0.7;
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    filter: alpha(opacity=70);
}

.note-hint-popover {
    min-width: 100px;
    padding: 2px;
}
.note-hint-popover .popover-content {
    padding: 3px;
    max-height: 150px;
    overflow: auto;
}
.note-hint-popover .popover-content .note-hint-group .note-hint-item {
    display: block !important;
    padding: 3px;
}
.note-hint-popover .popover-content .note-hint-group .note-hint-item.active,
.note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.4;
    color: white;
    white-space: nowrap;
    text-decoration: none;
    background-color: #428bca;
    outline: 0;
    cursor: pointer;
}

.note-btn {
    background: #fff;
    border-color: #dae0e5;
    padding: 0.25rem 0.65rem;
}

/*
 *  Owl Carousel - Core
*/

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    max-width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-nav [class*="owl-"],
.owl-carousel button.owl-dot {
    background-color: #fff;
    color: inherit;
    border: none;
    padding: 0;
    font-size: 20px;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
    /**
    This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
    calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/*
 *  Owl Carousel - Default theme
*/

.owl-theme .owl-nav {
    margin-top: 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0;
    margin-top: -15px;
    color: #cc9966;
    font-size: 16px;
    line-height: 1;
    padding: 0;
    border: 0.1rem solid #ebebeb;
    background: transparent;
    cursor: pointer;
    border-radius: 50px;
    transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*="owl-"]:not(.disabled):hover {
    color: #fff;
    border-color: #cc9966;
    background: #cc9966;
    text-decoration: none;
}
.owl-theme .owl-nav .disabled {
    opacity: 0.8;
    cursor: default;
}
.owl-theme .owl-nav .owl-prev {
    left: -50px;
}
.owl-theme .owl-nav .owl-next {
    right: -50px;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}
.owl-theme .owl-dots {
    line-height: 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 6px;
    border: 0.1rem solid #d7d7d7;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: all 0.3s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot:hover span {
    border-color: #cccccc;
    background: #cccccc;
}
.owl-theme .owl-dots .owl-dot.active span {
    width: 18px;
    border-color: #cccccc;
    background: #cccccc;
}
.owl-theme.owl-light .owl-nav [class*="owl-"] {
    border-color: #b7b7b7;
}
.owl-theme.owl-light .owl-nav [class*="owl-"]:not(.disabled):hover {
    border-color: #cc9966;
}
.owl-theme.owl-light .owl-dots .owl-dot:hover span {
    border-color: #cc9966;
    background: #cc9966;
}
.owl-theme.owl-light .owl-dots .owl-dot.active span {
    border-color: #cc9966;
    background: #cc9966;
}
.owl-theme.owl-nav-inside .owl-nav .owl-prev {
    left: 30px;
}
.owl-theme.owl-nav-inside .owl-nav .owl-next {
    right: 30px;
}
.owl-theme.owl-nav-inside .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
}

/*
 *  Owl Carousel - Simple theme
*/

.owl-simple .owl-nav {
    margin-top: 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-simple .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin: 0;
    margin-top: -21px;
    color: #cccccc;
    font-size: 30px;
    line-height: 1;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    border-radius: 50px;
    transition: all 0.3s ease;
}
.owl-simple .owl-nav [class*="owl-"] i {
    margin-top: 0.1rem;
}
.owl-simple .owl-nav [class*="owl-"]:not(.disabled):hover {
    color: #cc9966;
    background: transparent;
    text-decoration: none;
}
.owl-simple .owl-nav .disabled {
    opacity: 0.7;
    cursor: default;
}
.owl-simple .owl-nav .owl-prev {
    left: -50px;
}
.owl-simple .owl-nav .owl-next {
    right: -50px;
}
.owl-simple .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}
.owl-simple .owl-dots {
    line-height: 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-simple .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-simple .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 6px;
    border: 0.1rem solid #d7d7d7;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: all 0.3s ease;
    border-radius: 30px;
}
.owl-simple .owl-dots .owl-dot:hover span {
    border-color: #cccccc;
    background: #cccccc;
}
.owl-simple .owl-dots .owl-dot.active span {
    width: 18px;
    border-color: #cccccc;
    background: #cccccc;
}
.owl-simple.owl-light .owl-nav [class*="owl-"] {
    color: #fff;
}
.owl-simple.owl-light .owl-dots .owl-dot:hover span {
    border-color: #cc9966;
    background: #cc9966;
}
.owl-simple.owl-light .owl-dots .owl-dot.active span {
    border-color: #cc9966;
    background: #cc9966;
}
.owl-simple.owl-light.owl-nav-inside .owl-dots .owl-dot.active span {
    border-color: #f8f8f8;
    background: #f8f8f8;
}
.owl-simple.owl-dark .owl-nav [class*="owl-"] {
    color: #666666;
}
.owl-simple.owl-dark .owl-dots .owl-dot span {
    border-color: #666666;
}
.owl-simple.owl-dark .owl-dots .owl-dot:hover span,
.owl-simple.owl-dark .owl-dots .owl-dot.active span {
    border-color: #666666;
    background: #666666;
}
.owl-simple.owl-nav-inside .owl-nav .owl-prev {
    left: 18px;
}
.owl-simple.owl-nav-inside .owl-nav .owl-next {
    right: 18px;
}
.owl-simple.owl-nav-inside .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
}

/*
 *  Owl Carousel
*/

.owl-full .owl-nav {
    margin-top: 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-full .owl-nav [class*="owl-"] {
    position: absolute;
    top: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 100%;
    margin: 0;
    color: #cc9966;
    font-size: 20px;
    line-height: 1;
    padding: 0;
    text-align: center;
    border: none;
    background: rgba(255, 255, 255, 0.75);
    cursor: pointer;
    border-radius: 0;
    transition: all 0.3s ease;
}
.owl-full .owl-nav [class*="owl-"] i {
    margin-top: 0.1rem;
}
.owl-full .owl-nav [class*="owl-"]:hover,
.owl-full .owl-nav [class*="owl-"]:focus {
    color: #cc9966;
    background: white;
    text-decoration: none;
    outline: none !important;
}
.owl-full .owl-nav [class*="owl-"]:before {
    content: "";
    display: block;
    width: 10px;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    border-radius: 20px 0 0 20px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("../images/prev-arrow.png");
}
.owl-full .owl-nav .disabled {
    opacity: 0;
    pointer-events: none;
    cursor: default;
}
.owl-full .owl-nav .owl-prev {
    left: 0;
}
.owl-full .owl-nav .owl-next {
    right: 0;
}
.owl-full .owl-nav .owl-next:before {
    left: auto;
    right: 100%;
    background-image: url("../images/next-arrow.png");
}
.owl-full.carousel-with-shadow .owl-stage-outer {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}
.owl-full.carousel-with-shadow .owl-nav [class*="owl-"] {
    height: calc(100% - 20px);
}
.owl-full .owl-nav.disabled + .owl-dots {
    margin-top: 0;
}
.owl-full .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4rem;
    line-height: 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-full .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-full .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 6px;
    border: 0.1rem solid #cc9966;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: all 0.3s ease;
    border-radius: 30px;
}
.owl-full .owl-dots .owl-dot:hover span {
    border-color: #cc9966;
    background: #cc9966;
}
.owl-full .owl-dots .owl-dot.active span {
    width: 18px;
    border-color: #cc9966;
    background: #cc9966;
}
.owl-full.owl-nav-dark .owl-nav [class*="owl-"] {
    color: #333;
}
.owl-full.owl-nav-dark .owl-nav [class*="owl-"]:hover,
.owl-full.owl-nav-dark .owl-nav [class*="owl-"]:focus {
    color: #cc9966;
    background: white;
}
.bg-light .owl-full .owl-nav [class*="owl-"]:hover,
.bg-light .owl-full .owl-nav [class*="owl-"]:focus {
    background: #f8f8f8;
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1442;
    overflow: hidden;
    position: fixed;
    opacity: 0;
    background: #333333;
    transition: opacity 0.55s ease;
}

.mfp-ready.mfp-bg {
    opacity: 0.9;
}

.mfp-removing.mfp-ready.mfp-bg {
    opacity: 0;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1443;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1445;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1444;
}
.mfp-preloader a {
    color: #ccc;
}
.mfp-preloader a:hover {
    color: #fff;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1446;
    box-shadow: none;
    touch-action: manipulation;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 6rem;
    height: 5.2rem;
    font: normal normal 2.6rem/1 "icomoon";
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.6;
    padding: 0;
    color: #fff;
    transition: all 0.35s ease;
}
.mfp-close span {
    display: none;
}
.mfp-close:before {
    content: "\f00d";
}
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}
.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder,
.mfp-iframe-holder,
.mfp-ajax-holder {
    opacity: 0;
    transition: 0.5s ease;
    transition-property: transform, opacity;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close,
.mfp-ajax-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    outline: none !important;
    display: none;
}

.mfp-ready .mfp-image-holder,
.mfp-ready .mfp-iframe-holder,
.mfp-ready .mfp-ajax-holder,
.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-removing .mfp-image-holder,
.mfp-removing .mfp-iframe-holder,
.mfp-removing .mfp-ajax-holder,
.mfp-removing .mfp-container {
    opacity: 0;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    opacity: 0.6;
    margin: 0;
    top: 50%;
    margin-top: -50px;
    font-family: "icomoon";
    color: #fff;
    font-weight: normal;
    font-size: 3.2rem;
    line-height: 1;
    padding: 0;
    width: 64px;
    height: 100px;
    transition: all 0.35s ease;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:before {
    content: "\f104";
}

.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:before {
    content: "\f105";
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 1060px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    font-size: 13px;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /*
* Remove all paddings around the image on small screen
*/

    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

/*
 * Simple fade transition,
*/

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.9;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.flag {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 11px;
    background: url("../images/flags.png") no-repeat;
}

.flag.flag-gu {
    background-position: -96px -55px;
}

.flag.flag-mn {
    background-position: -208px -88px;
}

.flag.flag-va {
    background-position: -48px -154px;
}

.flag.flag-tibet {
    background-position: -32px -143px;
}

.flag.flag-fo {
    background-position: -64px -44px;
}

.flag.flag-th {
    background-position: -16px -143px;
}

.flag.flag-tr {
    background-position: -144px -143px;
}

.flag.flag-tl {
    background-position: -80px -143px;
}

.flag.flag-kz {
    background-position: -144px -77px;
}

.flag.flag-zm {
    background-position: -16px -165px;
}

.flag.flag-uz {
    background-position: -32px -154px;
}

.flag.flag-dk {
    background-position: -64px -33px;
}

.flag.flag-scotland {
    background-position: -176px -121px;
}

.flag.flag-gi {
    background-position: -224px -44px;
}

.flag.flag-gy {
    background-position: -128px -55px;
}

.flag.flag-bj {
    background-position: -112px -11px;
}

.flag.flag-fr {
    background-position: -80px -44px;
}

.flag.flag-mo {
    background-position: -224px -88px;
}

.flag.flag-ir {
    background-position: -112px -66px;
}

.flag.flag-io {
    background-position: -80px -66px;
}

.flag.flag-tm {
    background-position: -96px -143px;
}

.flag.flag-ch {
    background-position: -96px -22px;
}

.flag.flag-mt {
    background-position: -32px -99px;
}

.flag.flag-nl {
    background-position: -240px -99px;
}

.flag.flag-gp {
    background-position: -16px -55px;
}

.flag.flag-im {
    background-position: -48px -66px;
}

.flag.flag-tv {
    background-position: -176px -143px;
}

.flag.flag-mu {
    background-position: -48px -99px;
}

.flag.flag-pe {
    background-position: -96px -110px;
}

.flag.flag-vi {
    background-position: -112px -154px;
}

.flag.flag-hn {
    background-position: -176px -55px;
}

.flag.flag-ss {
    background-position: -128px -132px;
}

.flag.flag-ae {
    background-position: -16px 0;
}

.flag.flag-td {
    background-position: -240px -132px;
}

.flag.flag-pw {
    background-position: 0 -121px;
}

.flag.flag-nu {
    background-position: -32px -110px;
}

.flag.flag-bt {
    background-position: -208px -11px;
}

.flag.flag-ms {
    background-position: -16px -99px;
}

.flag.flag-cv {
    background-position: -240px -22px;
}

.flag.flag-es {
    background-position: -224px -33px;
}

.flag.flag-mh {
    background-position: -144px -88px;
}

.flag.flag-la {
    background-position: -160px -77px;
}

.flag.flag-vn {
    background-position: -128px -154px;
}

.flag.flag-py {
    background-position: -16px -121px;
}

.flag.flag-br {
    background-position: -176px -11px;
}

.flag.flag-ye {
    background-position: -224px -154px;
}

.flag.flag-ie {
    background-position: 0 -66px;
}

.flag.flag-gh {
    background-position: -208px -44px;
}

.flag.flag-cg {
    background-position: -80px -22px;
}

.flag.flag-cu {
    background-position: -224px -22px;
}

.flag.flag-hu {
    background-position: -224px -55px;
}

.flag.flag-sg {
    background-position: -224px -121px;
}

.flag.flag-at {
    background-position: -176px 0;
}

.flag.flag-lk {
    background-position: -224px -77px;
}

.flag.flag-vu {
    background-position: -144px -154px;
}

.flag.flag-bo {
    background-position: -160px -11px;
}

.flag.flag-jo {
    background-position: -208px -66px;
}

.flag.flag-er {
    background-position: -208px -33px;
}

.flag.flag-za {
    background-position: -256px -154px;
}

.flag.flag-rs {
    background-position: -80px -121px;
}

.flag.flag-nr {
    background-position: -16px -110px;
}

.flag.flag-ls {
    background-position: -256px -77px;
}

.flag.flag-jm {
    background-position: -192px -66px;
}

.flag.flag-tz {
    background-position: -208px -143px;
}

.flag.flag-ki {
    background-position: -16px -77px;
}

.flag.flag-sj {
    background-position: 0 -132px;
}

.flag.flag-cz {
    background-position: -16px -33px;
}

.flag.flag-pg {
    background-position: -128px -110px;
}

.flag.flag-lv {
    background-position: -32px -88px;
}

.flag.flag-do {
    background-position: -96px -33px;
}

.flag.flag-lu {
    background-position: -16px -88px;
}

.flag.flag-no {
    background-position: -256px -99px;
}

.flag.flag-kw {
    background-position: -112px -77px;
}

.flag.flag-mx {
    background-position: -96px -99px;
}

.flag.flag-yt {
    background-position: -240px -154px;
}

.flag.flag-ly {
    background-position: -48px -88px;
}

.flag.flag-cy {
    background-position: 0 -33px;
}

.flag.flag-ph {
    background-position: -144px -110px;
}

.flag.flag-my {
    background-position: -112px -99px;
}

.flag.flag-sm {
    background-position: -48px -132px;
}

.flag.flag-et {
    background-position: -240px -33px;
}

.flag.flag-ru {
    background-position: -96px -121px;
}

.flag.flag-tj {
    background-position: -48px -143px;
}

.flag.flag-ai {
    background-position: -64px 0;
}

.flag.flag-pl {
    background-position: -176px -110px;
}

.flag.flag-kp {
    background-position: -64px -77px;
}

.flag.flag-uy {
    background-position: -16px -154px;
}

.flag.flag-gb {
    background-position: -112px -44px;
}

.flag.flag-gs {
    background-position: -64px -55px;
}

.flag.flag-kurdistan {
    background-position: -96px -77px;
}

.flag.flag-rw {
    background-position: -112px -121px;
}

.flag.flag-ec {
    background-position: -128px -33px;
}

.flag.flag-mm {
    background-position: -192px -88px;
}

.flag.flag-pa {
    background-position: -80px -110px;
}

.flag.flag-wales {
    background-position: -160px -154px;
}

.flag.flag-kg {
    background-position: -256px -66px;
}

.flag.flag-ve {
    background-position: -80px -154px;
}

.flag.flag-tk {
    background-position: -64px -143px;
}

.flag.flag-ca {
    background-position: -16px -22px;
}

.flag.flag-is {
    background-position: -128px -66px;
}

.flag.flag-ke {
    background-position: -240px -66px;
}

.flag.flag-ro {
    background-position: -64px -121px;
}

.flag.flag-gq {
    background-position: -32px -55px;
}

.flag.flag-pt {
    background-position: -256px -110px;
}

.flag.flag-tf {
    background-position: -256px -132px;
}

.flag.flag-ad {
    background-position: 0 0;
}

.flag.flag-sk {
    background-position: -16px -132px;
}

.flag.flag-pm {
    background-position: -192px -110px;
}

.flag.flag-om {
    background-position: -64px -110px;
}

.flag.flag-an {
    background-position: -112px 0;
}

.flag.flag-ws {
    background-position: -192px -154px;
}

.flag.flag-sh {
    background-position: -240px -121px;
}

.flag.flag-mp {
    background-position: -240px -88px;
}

.flag.flag-gt {
    background-position: -80px -55px;
}

.flag.flag-cf {
    background-position: -64px -22px;
}

.flag.flag-zanzibar {
    background-position: 0 -165px;
}

.flag.flag-mw {
    background-position: -80px -99px;
}

.flag.flag-catalonia {
    background-position: -32px -22px;
}

.flag.flag-ug {
    background-position: -240px -143px;
}

.flag.flag-je {
    background-position: -176px -66px;
}

.flag.flag-km {
    background-position: -32px -77px;
}

.flag.flag-in {
    background-position: -64px -66px;
}

.flag.flag-bf {
    background-position: -48px -11px;
}

.flag.flag-mc {
    background-position: -80px -88px;
}

.flag.flag-sy {
    background-position: -192px -132px;
}

.flag.flag-sn {
    background-position: -64px -132px;
}

.flag.flag-kr {
    background-position: -80px -77px;
}

.flag.flag-eu {
    background-position: -256px -33px;
}

.flag.flag-bn {
    background-position: -144px -11px;
}

.flag.flag-st {
    background-position: -144px -132px;
}

.flag.flag-england {
    background-position: -192px -33px;
}

.flag.flag-lc {
    background-position: -192px -77px;
}

.flag.flag-dm {
    background-position: -80px -33px;
}

.flag.flag-be {
    background-position: -32px -11px;
}

.flag.flag-ni {
    background-position: -224px -99px;
}

.flag.flag-ua {
    background-position: -224px -143px;
}

.flag.flag-mz {
    background-position: -128px -99px;
}

.flag.flag-pf {
    background-position: -112px -110px;
}

.flag.flag-tn {
    background-position: -112px -143px;
}

.flag.flag-ee {
    background-position: -144px -33px;
}

.flag.flag-xk {
    background-position: -208px -154px;
}

.flag.flag-sx {
    background-position: -176px -132px;
}

.flag.flag-sd {
    background-position: -192px -121px;
}

.flag.flag-gd {
    background-position: -128px -44px;
}

.flag.flag-ci {
    background-position: -112px -22px;
}

.flag.flag-sz {
    background-position: -208px -132px;
}

.flag.flag-cl {
    background-position: -144px -22px;
}

.flag.flag-fi {
    background-position: 0 -44px;
}

.flag.flag-ga {
    background-position: -96px -44px;
}

.flag.flag-jp {
    background-position: -224px -66px;
}

.flag.flag-de {
    background-position: -32px -33px;
}

.flag.flag-np {
    background-position: 0 -110px;
}

.flag.flag-re {
    background-position: -48px -121px;
}

.flag.flag-bg {
    background-position: -64px -11px;
}

.flag.flag-sc {
    background-position: -160px -121px;
}

.flag.flag-ng {
    background-position: -208px -99px;
}

.flag.flag-qa {
    background-position: -32px -121px;
}

.flag.flag-mk {
    background-position: -160px -88px;
}

.flag.flag-aw {
    background-position: -208px 0;
}

.flag.flag-kn {
    background-position: -48px -77px;
}

.flag.flag-al {
    background-position: -80px 0;
}

.flag.flag-bw {
    background-position: -240px -11px;
}

.flag.flag-um {
    background-position: -256px -143px;
}

.flag.flag-ky {
    background-position: -128px -77px;
}

.flag.flag-tt {
    background-position: -160px -143px;
}

.flag.flag-so {
    background-position: -80px -132px;
}

.flag.flag-lt {
    background-position: 0 -88px;
}

.flag.flag-by {
    background-position: -256px -11px;
}

.flag.flag-bb {
    background-position: 0 -11px;
}

.flag.flag-us {
    background-position: 0 -154px;
}

.flag.flag-md {
    background-position: -96px -88px;
}

.flag.flag-ag {
    background-position: -48px 0;
}

.flag.flag-hm {
    background-position: -160px -55px;
}

.flag.flag-as {
    background-position: -160px 0;
}

.flag.flag-eg {
    background-position: -160px -33px;
}

.flag.flag-sv {
    background-position: -160px -132px;
}

.flag.flag-sl {
    background-position: -32px -132px;
}

.flag.flag-fk {
    background-position: -32px -44px;
}

.flag.flag-am {
    background-position: -96px 0;
}

.flag.flag-ck {
    background-position: -128px -22px;
}

.flag.flag-tw {
    background-position: -192px -143px;
}

.flag.flag-kh {
    background-position: 0 -77px;
}

.flag.flag-to {
    background-position: -128px -143px;
}

.flag.flag-se {
    background-position: -208px -121px;
}

.flag.flag-cd {
    background-position: -48px -22px;
}

.flag.flag-pn {
    background-position: -208px -110px;
}

.flag.flag-gr {
    background-position: -48px -55px;
}

.flag.flag-id {
    background-position: -256px -55px;
}

.flag.flag-vc {
    background-position: -64px -154px;
}

.flag.flag-somaliland {
    background-position: -96px -132px;
}

.flag.flag-bi {
    background-position: -96px -11px;
}

.flag.flag-pk {
    background-position: -160px -110px;
}

.flag.flag-pr {
    background-position: -224px -110px;
}

.flag.flag-bd {
    background-position: -16px -11px;
}

.flag.flag-co {
    background-position: -192px -22px;
}

.flag.flag-fm {
    background-position: -48px -44px;
}

.flag.flag-bm {
    background-position: -128px -11px;
}

.flag.flag-ar {
    background-position: -144px 0;
}

.flag.flag-bv {
    background-position: -224px -11px;
}

.flag.flag-sb {
    background-position: -144px -121px;
}

.flag.flag-mq {
    background-position: -256px -88px;
}

.flag.flag-eh {
    background-position: -176px -33px;
}

.flag.flag-bh {
    background-position: -80px -11px;
}

.flag.flag-it {
    background-position: -144px -66px;
}

.flag.flag-hr {
    background-position: -192px -55px;
}

.flag.flag-sa {
    background-position: -128px -121px;
}

.flag.flag-mv {
    background-position: -64px -99px;
}

.flag.flag-mg {
    background-position: -128px -88px;
}

.flag.flag-dz {
    background-position: -112px -33px;
}

.flag.flag-gg {
    background-position: -192px -44px;
}

.flag.flag-gm {
    background-position: -256px -44px;
}

.flag.flag-af {
    background-position: -32px 0;
}

.flag.flag-li {
    background-position: -208px -77px;
}

.flag.flag-sr {
    background-position: -112px -132px;
}

.flag.flag-vg {
    background-position: -96px -154px;
}

.flag.flag-cr {
    background-position: -208px -22px;
}

.flag.flag-tc {
    background-position: -224px -132px;
}

.flag.flag-ao {
    background-position: -128px 0;
}

.flag.flag-ma {
    background-position: -64px -88px;
}

.flag.flag-mr {
    background-position: 0 -99px;
}

.flag.flag-gn {
    background-position: 0 -55px;
}

.flag.flag-ne {
    background-position: -176px -99px;
}

.flag.flag-nf {
    background-position: -192px -99px;
}
. flag.flag-wf {
    background-position: -176px -154px;
}
. flag.flag-hk {
    background-position: -144px -55px;
}

.flag.flag-gf {
    background-position: -160px -44px;
}

.flag.flag-ps {
    background-position: -240px -110px;
}

.flag.flag-ic {
    background-position: -240px -55px;
}

.flag.flag-cw {
    background-position: -256px -22px;
}

.flag.flag-ml {
    background-position: -176px -88px;
}

.flag.flag-ax {
    background-position: -224px 0;
}

.flag.flag-gl {
    background-position: -240px -44px;
}

.flag.flag-dj {
    background-position: -48px -33px;
}

.flag.flag-cn {
    background-position: -176px -22px;
}

.flag.flag-ht {
    background-position: -208px -55px;
}

.flag.flag-lr {
    background-position: -240px -77px;
}

.flag.flag-tg {
    background-position: 0 -143px;
}

.flag.flag-ba {
    background-position: -256px 0;
}

.flag.flag-ge {
    background-position: -144px -44px;
}

.flag.flag-bz {
    background-position: 0 -22px;
}

.flag.flag-au {
    background-position: -192px 0;
}

.flag.flag-iq {
    background-position: -96px -66px;
}

.flag.flag-cm {
    background-position: -160px -22px;
}

.flag.flag-gw {
    background-position: -112px -55px;
}

.flag.flag-az {
    background-position: -240px 0;
}

.flag.flag-na {
    background-position: -144px -99px;
}

.flag.flag-fj {
    background-position: -16px -44px;
}

.flag.flag-zw {
    background-position: -32px -165px;
}

.flag.flag-bs {
    background-position: -192px -11px;
}

.flag.flag-il {
    background-position: -16px -66px;
}

.flag.flag-nz {
    background-position: -48px -110px;
}

.flag.flag-me {
    background-position: -112px -88px;
}

.flag.flag-si {
    background-position: -256px -121px;
}

.flag.flag-nc {
    background-position: -160px -99px;
}

.flag.flag-lb {
    background-position: -176px -77px;
}

/* awesome notifications  */

@keyframes awn-fade-in {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes awn-fade-out {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes awn-slide-right {
    0% {
        opacity: 0;
        left: 100%;
    }
    to {
        opacity: 1;
        left: 0;
    }
}
@keyframes awn-slide-left {
    0% {
        opacity: 0;
        right: 100%;
    }
    to {
        opacity: 1;
        right: 0;
    }
}
@keyframes awn-bar {
    0% {
        right: 100%;
    }
    to {
        right: 0;
    }
}
.awn-popup-loading-dots,
.awn-popup-loading-dots:after,
.awn-popup-loading-dots:before {
    border-radius: 50%;
    width: 6px;
    height: 6px;
    animation-fill-mode: both;
    background: #fff;
    animation: awn-loading-dots 1s ease-in-out infinite;
}
.awn-popup-loading-dots {
    position: relative;
    margin-left: 24px;
    display: inline-block;
    color: #fff;
    animation-delay: -0.16s;
}
.awn-popup-loading-dots:after,
.awn-popup-loading-dots:before {
    content: "";
    position: absolute;
    top: 0;
}
.awn-popup-loading-dots:before {
    left: -16px;
    animation-delay: -0.32s;
}
.awn-popup-loading-dots:after {
    left: 16px;
}
@keyframes awn-loading-dots {
    0%,
    80%,
    to {
        box-shadow: 0 0 0 0;
    }
    40% {
        box-shadow: 0 0 0 2px;
    }
}
#awn-popup-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99999;
    opacity: 0;
    animation-name: awn-fade-in;
    animation-timing-function: ease-out;
    animation-fill-mode: both;
}
#awn-popup-wrapper.awn-hiding {
    animation-name: awn-fade-out;
}
#awn-popup-wrapper .awn-popup-body {
    position: relative;
    border-radius: 6px;
    word-break: break-word;
    background: #fff;
    padding: 24px;
    min-width: 320px;
    font-size: 14px;
    max-width: 500px;
}
#awn-popup-wrapper .awn-popup-body.awn-popup-confirm {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#awn-popup-wrapper .awn-popup-body.awn-popup-confirm .fa {
    font-size: 44px;
    color: #c26700;
}
#awn-popup-wrapper .awn-popup-body.awn-popup-async-block {
    background: transparent;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
#awn-popup-wrapper .awn-popup-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 8px;
}
#awn-popup-wrapper .awn-buttons {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}
#awn-popup-wrapper .awn-buttons .awn-btn {
    border-radius: 4px;
    border: 0;
    font-weight: 700;
    transition: background 0.2s linear;
    font-size: 14px;
    width: 45%;
    line-height: 32px;
    color: #fff;
}
#awn-popup-wrapper .awn-buttons-1 .awn-btn {
    width: 100%;
}
#awn-popup-wrapper .awn-buttons .awn-btn-success {
    background: #40871d;
}
#awn-popup-wrapper .awn-buttons .awn-btn-success:hover {
    background: #367218;
}
#awn-popup-wrapper .awn-buttons .awn-btn-cancel {
    background: #1c76a6;
}
#awn-popup-wrapper .awn-buttons .awn-btn-cancel:hover {
    background: #186690;
}
#awn-toast-container {
    position: fixed;
    z-index: 99998;
    bottom: 24px;
    right: 24px;
    box-sizing: border-box;
}
#awn-toast-container.awn-top-left,
#awn-toast-container.awn-top-right {
    top: 24px;
    bottom: auto;
}
#awn-toast-container.awn-top-left .awn-toast:first-child,
#awn-toast-container.awn-top-right .awn-toast:first-child {
    margin-top: 16px;
}
#awn-toast-container.awn-bottom-left,
#awn-toast-container.awn-top-left {
    left: 24px;
    right: auto;
}
#awn-toast-container.awn-bottom-left .awn-toast,
#awn-toast-container.awn-top-left .awn-toast {
    right: 100%;
    animation-name: awn-slide-left;
}
#awn-toast-container.awn-bottom-left .awn-toast.awn-hiding,
#awn-toast-container.awn-top-left .awn-toast.awn-hiding {
    right: 0;
}
#awn-toast-container.awn-bottom-right .awn-toast,
#awn-toast-container.awn-top-right .awn-toast {
    left: 100%;
    animation-name: awn-slide-right;
}
#awn-toast-container.awn-bottom-right .awn-toast.awn-hiding,
#awn-toast-container.awn-top-right .awn-toast.awn-hiding {
    left: 0;
}
.awn-toast {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    opacity: 0;
    width: 320px;
    background: #ebebeb;
    margin-top: 16px;
    border-radius: 6px;
    color: grey;
    font-size: 14px;
    animation-timing-function: linear;
    animation-fill-mode: both;
}
.awn-toast-content {
    word-break: break-word;
}
.awn-toast-label {
    display: block;
    text-transform: uppercase;
    color: grey;
    font-size: 18px;
}
.awn-toast-icon {
    position: absolute;
    right: 16px;
    top: 6px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.awn-toast-icon .fa {
    font-size: 44px;
    color: grey;
}
.awn-toast-wrapper {
    padding: 22px 88px 16px 16px;
    border: 2px solid #d1d1d1;
    border-radius: 6px;
}
.awn-toast-progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
}
.awn-toast-progress-bar:after {
    content: " ";
    background: grey;
    position: absolute;
    width: 100%;
    right: 100%;
    top: 0;
    height: 6px;
    animation-name: awn-bar;
    animation-duration: inherit;
    animation-timing-function: linear;
    animation-fill-mode: both;
}
.awn-toast.awn-toast-progress-bar-paused .awn-toast-progress-bar:after {
    animation-play-state: paused;
}
.awn-toast.awn-hiding {
    animation-name: awn-fade-out !important;
}
.awn-toast.awn-toast-success {
    background: #dff8d3;
    color: #40871d;
}
.awn-toast.awn-toast-success .awn-toast-wrapper {
    border-color: #a7d590;
}
.awn-toast.awn-toast-success .fa,
.awn-toast.awn-toast-success b {
    color: #40871d;
}
.awn-toast.awn-toast-success .awn-toast-progress-bar:after {
    background: #40871d;
}
.awn-toast.awn-toast-info {
    background: #d3ebf8;
    color: #1c76a6;
}
.awn-toast.awn-toast-info .awn-toast-wrapper {
    border-color: #9fd3ef;
}
.awn-toast.awn-toast-info .fa,
.awn-toast.awn-toast-info b {
    color: #1c76a6;
}
.awn-toast.awn-toast-info .awn-toast-progress-bar:after {
    background: #1c76a6;
}
.awn-toast.awn-toast-alert {
    background: #f8d5d3;
    color: #a92019;
}
.awn-toast.awn-toast-alert .awn-toast-wrapper {
    border-color: #f0a29d;
}
.awn-toast.awn-toast-alert .fa,
.awn-toast.awn-toast-alert b {
    color: #a92019;
}
.awn-toast.awn-toast-alert .awn-toast-progress-bar:after {
    background: #a92019;
}
.awn-toast.awn-toast-warning {
    background: #ffe7cc;
    color: #c26700;
}
.awn-toast.awn-toast-warning .awn-toast-wrapper {
    border-color: #ffc480;
}
.awn-toast.awn-toast-warning .fa,
.awn-toast.awn-toast-warning b {
    color: #c26700;
}
.awn-toast.awn-toast-warning .awn-toast-progress-bar:after {
    background: #c26700;
}
[class^="awn-"] {
    box-sizing: border-box;
}
.morris-hover {
    position: absolute;
    z-index: 1000;
}
.morris-hover.morris-default-style {
    border-radius: 10px;
    padding: 6px;
    color: #666;
    background: rgba(255, 255, 255, 0.8);
    border: solid 2px rgba(230, 230, 230, 0.8);
    font-family: sans-serif;
    font-size: 12px;
    text-align: center;
}
.morris-hover.morris-default-style .morris-hover-row-label {
    font-weight: bold;
    margin: 0.25em 0;
}
.morris-hover.morris-default-style .morris-hover-point {
    white-space: nowrap;
    margin: 0.1em 0;
}

body.compensate-for-scrollbar {
    overflow: hidden;
}
.fancybox-active {
    height: auto;
}
.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}
.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}
.fancybox-container * {
    box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}
.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
    opacity: 0.9;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    visibility: hidden;
    z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}
.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fancybox-toolbar {
    right: 0;
    top: 0;
}
.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}
.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}
.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block;
}
.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}
.fancybox-slide--image:before {
    display: none;
}
.fancybox-slide--html {
    padding: 6px;
}
.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
    cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}
.fancybox-spaceball {
    z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}
.fancybox-slide--video .fancybox-content {
    background: #000;
}
.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}
.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}
.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}
.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color 0.2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc;
}
.fancybox-button:hover {
    color: #fff;
}
.fancybox-button:focus {
    outline: none;
}
.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}
.fancybox-button div {
    height: 100%;
}
.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}
.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none;
}
.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}
.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: 0.8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}
.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}
.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}
.fancybox-navigation .fancybox-button div {
    padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}
.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}
@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}
.fancybox-caption--separate {
    margin-top: -50px;
}
.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}
.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}
.fancybox-loading {
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}
@keyframes a {
    to {
        transform: rotate(1turn);
    }
}
.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1);
}
@media (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }
    .fancybox-slide--image {
        padding: 6px 0;
    }
    .fancybox-close-small {
        right: -6px;
    }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }
    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }
    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}
.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px;
}
.fancybox-share p {
    margin: 0;
    padding: 0;
}
.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff;
}
.fancybox-share__button:hover {
    text-decoration: none;
}
.fancybox-share__button--fb {
    background: #3b5998;
}
.fancybox-share__button--fb:hover {
    background: #344e86;
}
.fancybox-share__button--pt {
    background: #bd081d;
}
.fancybox-share__button--pt:hover {
    background: #aa0719;
}
.fancybox-share__button--tw {
    background: #1da1f2;
}
.fancybox-share__button--tw:hover {
    background: #0d95e8;
}
.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}
.fancybox-share__button svg path {
    fill: #fff;
}
.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}
.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}
.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}
.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}
.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}
.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
    opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1;
}
@media (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
}

.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes jello {
    11.1% {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes jello {
    11.1% {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;

    transform-origin: center;
}

@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInStable {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    33.333% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    66.666666% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes zoomInStable {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    33.333% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    66.666666% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.zoomInStable {
    -webkit-animation-name: zoomInStable;
    animation-name: zoomInStable;
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    100% {
        opacity: 0;
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    100% {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

@keyframes anime {
    from {
        opacity: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
    }
    to {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -moz-transform: scaleY(1);
    }
}

@-webkit-keyframes anime {
    from {
        opacity: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
    }
    to {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -moz-transform: scaleY(1);
    }
}

@-moz-keyframes anime {
    from {
        opacity: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
    }
    to {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -moz-transform: scaleY(1);
    }
}

@-o-keyframes anime {
    from {
        opacity: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
    }
    to {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -moz-transform: scaleY(1);
    }
}

@-ms-keyframes anime {
    from {
        opacity: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
    }
    to {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -moz-transform: scaleY(1);
    }
}

@keyframes float-bob {
    0% {
        -webkit-transform: translateX(-430px);
        transform: translateX(-430px);
    }

    50% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(-430px);
        transform: translateX(-430px);
    }
}

@-webkit-keyframes zoom-fade {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes zoom-fade {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.banner .parallax-container div img,
.fullwidth-video-section .play-link .icon-box {
    animation-name: zoom-fade;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;

    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;

    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    -o-animation-name: zoom-fade;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon.eot?10si43");
    src: url("../fonts/icomoon.eot?10si43#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?10si43") format("truetype"), url("../fonts/icomoon.woff?10si43") format("woff"),
        url("../fonts/icomoon.svg?10si43#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    cursor: pointer;
    opacity: 0.9;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:hover,
[class*=" icon-"]:hover {
    opacity: 1;
}

.icon-asterisk:before {
    content: "\f069";
}
.icon-plus:before {
    content: "\f067";
}
.icon-question:before {
    content: "\f128";
}
.icon-minus:before {
    content: "\f068";
}
.icon-glass:before {
    content: "\f000";
}
.icon-music:before {
    content: "\f001";
}
.icon-search:before {
    content: "\f002";
}
.icon-envelope-o:before {
    content: "\f003";
}
.icon-heart:before {
    content: "\f004";
}
.icon-star:before {
    content: "\f005";
}
.icon-star-o:before {
    content: "\f006";
}
.icon-user:before {
    content: "\f007";
}
.icon-film:before {
    content: "\f008";
}
.icon-th-large:before {
    content: "\f009";
}
.icon-th:before {
    content: "\f00a";
}
.icon-th-list:before {
    content: "\f00b";
}
.icon-check:before {
    content: "\f00c";
}
.icon-close:before {
    content: "\f00d";
}
.icon-remove:before {
    content: "\f00d";
}
.icon-times:before {
    content: "\f00d";
}
.icon-search-plus:before {
    content: "\f00e";
}
.icon-search-minus:before {
    content: "\f010";
}
.icon-power-off:before {
    content: "\f011";
}
.icon-signal:before {
    content: "\f012";
}
.icon-cog:before {
    content: "\f013";
}
.icon-gear:before {
    content: "\f013";
}
.icon-trash-o:before {
    content: "\f014";
}
.icon-home:before {
    content: "\f015";
}
.icon-file-o:before {
    content: "\f016";
}
.icon-clock-o:before {
    content: "\f017";
}
.icon-road:before {
    content: "\f018";
}
.icon-download:before {
    content: "\f019";
}
.icon-arrow-circle-o-down:before {
    content: "\f01a";
}
.icon-arrow-circle-o-up:before {
    content: "\f01b";
}
.icon-inbox:before {
    content: "\f01c";
}
.icon-play-circle-o:before {
    content: "\f01d";
}
.icon-repeat:before {
    content: "\f01e";
}
.icon-rotate-right:before {
    content: "\f01e";
}
.icon-refresh:before {
    content: "\f021";
}
.icon-list-alt:before {
    content: "\f022";
}
.icon-lock:before {
    content: "\f023";
}
.icon-flag:before {
    content: "\f024";
}
.icon-headphones:before {
    content: "\f025";
}
.icon-volume-off:before {
    content: "\f026";
}
.icon-volume-down:before {
    content: "\f027";
}
.icon-volume-up:before {
    content: "\f028";
}
.icon-qrcode:before {
    content: "\f029";
}
.icon-barcode:before {
    content: "\f02a";
}
.icon-tag:before {
    content: "\f02b";
}
.icon-tags:before {
    content: "\f02c";
}
.icon-book:before {
    content: "\f02d";
}
.icon-bookmark:before {
    content: "\f02e";
}
.icon-print:before {
    content: "\f02f";
}
.icon-camera:before {
    content: "\f030";
}
.icon-font:before {
    content: "\f031";
}
.icon-bold:before {
    content: "\f032";
}
.icon-italic:before {
    content: "\f033";
}
.icon-text-height:before {
    content: "\f034";
}
.icon-text-width:before {
    content: "\f035";
}
.icon-align-left:before {
    content: "\f036";
}
.icon-align-center:before {
    content: "\f037";
}
.icon-align-right:before {
    content: "\f038";
}
.icon-align-justify:before {
    content: "\f039";
}
.icon-list:before {
    content: "\f03a";
}
.icon-dedent:before {
    content: "\f03b";
}
.icon-outdent:before {
    content: "\f03b";
}
.icon-indent:before {
    content: "\f03c";
}
.icon-video-camera:before {
    content: "\f03d";
}
.icon-image:before {
    content: "\f03e";
}
.icon-photo:before {
    content: "\f03e";
}
.icon-picture-o:before {
    content: "\f03e";
}
.icon-pencil:before {
    content: "\f040";
}
.icon-map-marker:before {
    content: "\f041";
}
.icon-adjust:before {
    content: "\f042";
}
.icon-tint:before {
    content: "\f043";
}
.icon-edit:before {
    content: "\f044";
}
.icon-pencil-square-o:before {
    content: "\f044";
}
.icon-share-square-o:before {
    content: "\f045";
}
.icon-check-square-o:before {
    content: "\f046";
}
.icon-arrows:before {
    content: "\f047";
}
.icon-step-backward:before {
    content: "\f048";
}
.icon-fast-backward:before {
    content: "\f049";
}
.icon-backward:before {
    content: "\f04a";
}
.icon-play:before {
    content: "\f04b";
}
.icon-pause:before {
    content: "\f04c";
}
.icon-stop:before {
    content: "\f04d";
}
.icon-forward:before {
    content: "\f04e";
}
.icon-fast-forward:before {
    content: "\f050";
}
.icon-step-forward:before {
    content: "\f051";
}
.icon-eject:before {
    content: "\f052";
}
.icon-chevron-left:before {
    content: "\f053";
}
.icon-chevron-right:before {
    content: "\f054";
}
.icon-plus-circle:before {
    content: "\f055";
}
.icon-minus-circle:before {
    content: "\f056";
}
.icon-times-circle:before {
    content: "\f057";
}
.icon-check-circle:before {
    content: "\f058";
}
.icon-question-circle:before {
    content: "\f059";
}
.icon-info-circle:before {
    content: "\f05a";
}
.icon-crosshairs:before {
    content: "\f05b";
}
.icon-times-circle-o:before {
    content: "\f05c";
}
.icon-check-circle-o:before {
    content: "\f05d";
}
.icon-ban:before {
    content: "\f05e";
}
.icon-arrow-left:before {
    content: "\f060";
}
.icon-arrow-right:before {
    content: "\f061";
}
.icon-arrow-up:before {
    content: "\f062";
}
.icon-arrow-down:before {
    content: "\f063";
}
.icon-mail-forward:before {
    content: "\f064";
}
.icon-share:before {
    content: "\f064";
}
.icon-expand:before {
    content: "\f065";
}
.icon-compress:before {
    content: "\f066";
}
.icon-exclamation-circle:before {
    content: "\f06a";
}
.icon-gift:before {
    content: "\f06b";
}
.icon-leaf:before {
    content: "\f06c";
}
.icon-fire:before {
    content: "\f06d";
}
.icon-eye:before {
    content: "\f06e";
}
.icon-eye-slash:before {
    content: "\f070";
}
.icon-exclamation-triangle:before {
    content: "\f071";
}
.icon-warning:before {
    content: "\f071";
}
.icon-plane:before {
    content: "\f072";
}
.icon-calendar:before {
    content: "\f073";
}
.icon-random:before {
    content: "\f074";
}
.icon-comment:before {
    content: "\f075";
}
.icon-magnet:before {
    content: "\f076";
}
.icon-chevron-up:before {
    content: "\f077";
}
.icon-chevron-down:before {
    content: "\f078";
}
.icon-retweet:before {
    content: "\f079";
}
.icon-shopping-cart:before {
    content: "\f07a";
}
.icon-folder:before {
    content: "\f07b";
}
.icon-folder-open:before {
    content: "\f07c";
}
.icon-arrows-v:before {
    content: "\f07d";
}
.icon-arrows-h:before {
    content: "\f07e";
}
.icon-bar-chart:before {
    content: "\f080";
}
.icon-bar-chart-o:before {
    content: "\f080";
}
.icon-twitter-square:before {
    content: "\f081";
}
.icon-facebook-square:before {
    content: "\f082";
}
.icon-camera-retro:before {
    content: "\f083";
}
.icon-key:before {
    content: "\f084";
}
.icon-cogs:before {
    content: "\f085";
}
.icon-gears:before {
    content: "\f085";
}
.icon-comments:before {
    content: "\f086";
}
.icon-thumbs-o-up:before {
    content: "\f087";
}
.icon-thumbs-o-down:before {
    content: "\f088";
}
.icon-star-half:before {
    content: "\f089";
}
.icon-heart-o:before {
    content: "\f08a";
}
.icon-sign-out:before {
    content: "\f08b";
}
.icon-linkedin-square:before {
    content: "\f08c";
}
.icon-thumb-tack:before {
    content: "\f08d";
}
.icon-external-link:before {
    content: "\f08e";
}
.icon-sign-in:before {
    content: "\f090";
}
.icon-trophy:before {
    content: "\f091";
}
.icon-github-square:before {
    content: "\f092";
}
.icon-upload:before {
    content: "\f093";
}
.icon-lemon-o:before {
    content: "\f094";
}
.icon-phone:before {
    content: "\f095";
}
.icon-square-o:before {
    content: "\f096";
}
.icon-bookmark-o:before {
    content: "\f097";
}
.icon-phone-square:before {
    content: "\f098";
}
.icon-twitter:before {
    content: "\f099";
}
.icon-facebook:before {
    content: "\f09a";
}
.icon-facebook-f:before {
    content: "\f09a";
}
.icon-github:before {
    content: "\f09b";
}
.icon-unlock:before {
    content: "\f09c";
}
.icon-credit-card:before {
    content: "\f09d";
}
.icon-feed:before {
    content: "\f09e";
}
.icon-rss:before {
    content: "\f09e";
}
.icon-hdd-o:before {
    content: "\f0a0";
}
.icon-bullhorn:before {
    content: "\f0a1";
}
.icon-bell-o:before {
    content: "\f0a2";
}
.icon-certificate:before {
    content: "\f0a3";
}
.icon-hand-o-right:before {
    content: "\f0a4";
}
.icon-hand-o-left:before {
    content: "\f0a5";
}
.icon-hand-o-up:before {
    content: "\f0a6";
}
.icon-hand-o-down:before {
    content: "\f0a7";
}
.icon-arrow-circle-left:before {
    content: "\f0a8";
}
.icon-arrow-circle-right:before {
    content: "\f0a9";
}
.icon-arrow-circle-up:before {
    content: "\f0aa";
}
.icon-arrow-circle-down:before {
    content: "\f0ab";
}
.icon-globe:before {
    content: "\f0ac";
}
.icon-wrench:before {
    content: "\f0ad";
}
.icon-tasks:before {
    content: "\f0ae";
}
.icon-filter:before {
    content: "\f0b0";
}
.icon-briefcase:before {
    content: "\f0b1";
}
.icon-arrows-alt:before {
    content: "\f0b2";
}
.icon-group:before {
    content: "\f0c0";
}
.icon-users:before {
    content: "\f0c0";
}
.icon-chain:before {
    content: "\f0c1";
}
.icon-link:before {
    content: "\f0c1";
}
.icon-cloud:before {
    content: "\f0c2";
}
.icon-flask:before {
    content: "\f0c3";
}
.icon-cut:before {
    content: "\f0c4";
}
.icon-scissors:before {
    content: "\f0c4";
}
.icon-copy:before {
    content: "\f0c5";
}
.icon-files-o:before {
    content: "\f0c5";
}
.icon-paperclip:before {
    content: "\f0c6";
}
.icon-floppy-o:before {
    content: "\f0c7";
}
.icon-save:before {
    content: "\f0c7";
}
.icon-square:before {
    content: "\f0c8";
}
.icon-bars:before {
    content: "\f0c9";
}
.icon-navicon:before {
    content: "\f0c9";
}
.icon-reorder:before {
    content: "\f0c9";
}
.icon-list-ul:before {
    content: "\f0ca";
}
.icon-list-ol:before {
    content: "\f0cb";
}
.icon-strikethrough:before {
    content: "\f0cc";
}
.icon-underline:before {
    content: "\f0cd";
}
.icon-table:before {
    content: "\f0ce";
}
.icon-magic:before {
    content: "\f0d0";
}
.icon-truck:before {
    content: "\f0d1";
}
.icon-pinterest:before {
    content: "\f0d2";
}
.icon-pinterest-square:before {
    content: "\f0d3";
}
.icon-google-plus-square:before {
    content: "\f0d4";
}
.icon-google-plus:before {
    content: "\f0d5";
}
.icon-money:before {
    content: "\f0d6";
}
.icon-caret-down:before {
    content: "\f0d7";
}
.icon-caret-up:before {
    content: "\f0d8";
}
.icon-caret-left:before {
    content: "\f0d9";
}
.icon-caret-right:before {
    content: "\f0da";
}
.icon-columns:before {
    content: "\f0db";
}
.icon-sort:before {
    content: "\f0dc";
}
.icon-unsorted:before {
    content: "\f0dc";
}
.icon-sort-desc:before {
    content: "\f0dd";
}
.icon-sort-down:before {
    content: "\f0dd";
}
.icon-sort-asc:before {
    content: "\f0de";
}
.icon-sort-up:before {
    content: "\f0de";
}
.icon-envelope:before {
    content: "\f0e0";
}
.icon-linkedin:before {
    content: "\f0e1";
}
.icon-rotate-left:before {
    content: "\f0e2";
}
.icon-undo:before {
    content: "\f0e2";
}
.icon-gavel:before {
    content: "\f0e3";
}
.icon-legal:before {
    content: "\f0e3";
}
.icon-dashboard:before {
    content: "\f0e4";
}
.icon-tachometer:before {
    content: "\f0e4";
}
.icon-comment-o:before {
    content: "\f0e5";
}
.icon-comments-o:before {
    content: "\f0e6";
}
.icon-bolt:before {
    content: "\f0e7";
}
.icon-flash:before {
    content: "\f0e7";
}
.icon-sitemap:before {
    content: "\f0e8";
}
.icon-umbrella:before {
    content: "\f0e9";
}
.icon-clipboard:before {
    content: "\f0ea";
}
.icon-paste:before {
    content: "\f0ea";
}
.icon-lightbulb-o:before {
    content: "\f0eb";
}
.icon-exchange:before {
    content: "\f0ec";
}
.icon-cloud-download:before {
    content: "\f0ed";
}
.icon-cloud-upload:before {
    content: "\f0ee";
}
.icon-user-md:before {
    content: "\f0f0";
}
.icon-stethoscope:before {
    content: "\f0f1";
}
.icon-suitcase:before {
    content: "\f0f2";
}
.icon-bell:before {
    content: "\f0f3";
}
.icon-coffee:before {
    content: "\f0f4";
}
.icon-cutlery:before {
    content: "\f0f5";
}
.icon-file-text-o:before {
    content: "\f0f6";
}
.icon-building-o:before {
    content: "\f0f7";
}
.icon-hospital-o:before {
    content: "\f0f8";
}
.icon-ambulance:before {
    content: "\f0f9";
}
.icon-medkit:before {
    content: "\f0fa";
}
.icon-fighter-jet:before {
    content: "\f0fb";
}
.icon-beer:before {
    content: "\f0fc";
}
.icon-h-square:before {
    content: "\f0fd";
}
.icon-plus-square:before {
    content: "\f0fe";
}
.icon-angle-double-left:before {
    content: "\f100";
}
.icon-angle-double-right:before {
    content: "\f101";
}
.icon-angle-double-up:before {
    content: "\f102";
}
.icon-angle-double-down:before {
    content: "\f103";
}
.icon-angle-left:before {
    content: "\f104";
}
.icon-angle-right:before {
    content: "\f105";
}
.icon-angle-up:before {
    content: "\f106";
}
.icon-angle-down:before {
    content: "\f107";
}
.icon-desktop:before {
    content: "\f108";
}
.icon-laptop:before {
    content: "\f109";
}
.icon-tablet:before {
    content: "\f10a";
}
.icon-mobile:before {
    content: "\f10b";
}
.icon-mobile-phone:before {
    content: "\f10b";
}
.icon-circle-o:before {
    content: "\f10c";
}
.icon-quote-left:before {
    content: "\f10d";
}
.icon-quote-right:before {
    content: "\f10e";
}
.icon-spinner:before {
    content: "\f110";
}
.icon-circle:before {
    content: "\f111";
}
.icon-mail-reply:before {
    content: "\f112";
}
.icon-reply:before {
    content: "\f112";
}
.icon-github-alt:before {
    content: "\f113";
}
.icon-folder-o:before {
    content: "\f114";
}
.icon-folder-open-o:before {
    content: "\f115";
}
.icon-smile-o:before {
    content: "\f118";
}
.icon-frown-o:before {
    content: "\f119";
}
.icon-meh-o:before {
    content: "\f11a";
}
.icon-gamepad:before {
    content: "\f11b";
}
.icon-keyboard-o:before {
    content: "\f11c";
}
.icon-flag-o:before {
    content: "\f11d";
}
.icon-flag-checkered:before {
    content: "\f11e";
}
.icon-terminal:before {
    content: "\f120";
}
.icon-code:before {
    content: "\f121";
}
.icon-mail-reply-all:before {
    content: "\f122";
}
.icon-reply-all:before {
    content: "\f122";
}
.icon-star-half-empty:before {
    content: "\f123";
}
.icon-star-half-full:before {
    content: "\f123";
}
.icon-star-half-o:before {
    content: "\f123";
}
.icon-location-arrow:before {
    content: "\f124";
}
.icon-crop:before {
    content: "\f125";
}
.icon-code-fork:before {
    content: "\f126";
}
.icon-chain-broken:before {
    content: "\f127";
}
.icon-unlink:before {
    content: "\f127";
}
.icon-info:before {
    content: "\f129";
}
.icon-exclamation:before {
    content: "\f12a";
}
.icon-superscript:before {
    content: "\f12b";
}
.icon-subscript:before {
    content: "\f12c";
}
.icon-eraser:before {
    content: "\f12d";
}
.icon-puzzle-piece:before {
    content: "\f12e";
}
.icon-microphone:before {
    content: "\f130";
}
.icon-microphone-slash:before {
    content: "\f131";
}
.icon-shield:before {
    content: "\f132";
}
.icon-calendar-o:before {
    content: "\f133";
}
.icon-fire-extinguisher:before {
    content: "\f134";
}
.icon-rocket:before {
    content: "\f135";
}
.icon-maxcdn:before {
    content: "\f136";
}
.icon-chevron-circle-left:before {
    content: "\f137";
}
.icon-chevron-circle-right:before {
    content: "\f138";
}
.icon-chevron-circle-up:before {
    content: "\f139";
}
.icon-chevron-circle-down:before {
    content: "\f13a";
}
.icon-html5:before {
    content: "\f13b";
}
.icon-css3:before {
    content: "\f13c";
}
.icon-anchor:before {
    content: "\f13d";
}
.icon-unlock-alt:before {
    content: "\f13e";
}
.icon-bullseye:before {
    content: "\f140";
}
.icon-ellipsis-h:before {
    content: "\f141";
}
.icon-ellipsis-v:before {
    content: "\f142";
}
.icon-rss-square:before {
    content: "\f143";
}
.icon-play-circle:before {
    content: "\f144";
}
.icon-ticket:before {
    content: "\f145";
}
.icon-minus-square:before {
    content: "\f146";
}
.icon-minus-square-o:before {
    content: "\f147";
}
.icon-level-up:before {
    content: "\f148";
}
.icon-level-down:before {
    content: "\f149";
}
.icon-check-square:before {
    content: "\f14a";
}
.icon-pencil-square:before {
    content: "\f14b";
}
.icon-external-link-square:before {
    content: "\f14c";
}
.icon-share-square:before {
    content: "\f14d";
}
.icon-compass:before {
    content: "\f14e";
}
.icon-caret-square-o-down:before {
    content: "\f150";
}
.icon-toggle-down:before {
    content: "\f150";
}
.icon-caret-square-o-up:before {
    content: "\f151";
}
.icon-toggle-up:before {
    content: "\f151";
}
.icon-caret-square-o-right:before {
    content: "\f152";
}
.icon-toggle-right:before {
    content: "\f152";
}
.icon-eur:before {
    content: "\f153";
}
.icon-euro:before {
    content: "\f153";
}
.icon-gbp:before {
    content: "\f154";
}
.icon-dollar:before {
    content: "\f155";
}
.icon-usd:before {
    content: "\f155";
}
.icon-inr:before {
    content: "\f156";
}
.icon-rupee:before {
    content: "\f156";
}
.icon-cny:before {
    content: "\f157";
}
.icon-jpy:before {
    content: "\f157";
}
.icon-rmb:before {
    content: "\f157";
}
.icon-yen:before {
    content: "\f157";
}
.icon-rouble:before {
    content: "\f158";
}
.icon-rub:before {
    content: "\f158";
}
.icon-ruble:before {
    content: "\f158";
}
.icon-krw:before {
    content: "\f159";
}
.icon-won:before {
    content: "\f159";
}
.icon-bitcoin:before {
    content: "\f15a";
}
.icon-btc:before {
    content: "\f15a";
}
.icon-file:before {
    content: "\f15b";
}
.icon-file-text:before {
    content: "\f15c";
}
.icon-sort-alpha-asc:before {
    content: "\f15d";
}
.icon-sort-alpha-desc:before {
    content: "\f15e";
}
.icon-sort-amount-asc:before {
    content: "\f160";
}
.icon-sort-amount-desc:before {
    content: "\f161";
}
.icon-sort-numeric-asc:before {
    content: "\f162";
}
.icon-sort-numeric-desc:before {
    content: "\f163";
}
.icon-thumbs-up:before {
    content: "\f164";
}
.icon-thumbs-down:before {
    content: "\f165";
}
.icon-youtube-square:before {
    content: "\f166";
}
.icon-youtube:before {
    content: "\f167";
}
.icon-xing:before {
    content: "\f168";
}
.icon-xing-square:before {
    content: "\f169";
}
.icon-youtube-play:before {
    content: "\f16a";
}
.icon-dropbox:before {
    content: "\f16b";
}
.icon-stack-overflow:before {
    content: "\f16c";
}
.icon-instagram:before {
    content: "\f16d";
}
.icon-flickr:before {
    content: "\f16e";
}
.icon-adn:before {
    content: "\f170";
}
.icon-bitbucket:before {
    content: "\f171";
}
.icon-bitbucket-square:before {
    content: "\f172";
}
.icon-tumblr:before {
    content: "\f173";
}
.icon-tumblr-square:before {
    content: "\f174";
}
.icon-long-arrow-down:before {
    content: "\f175";
}
.icon-long-arrow-up:before {
    content: "\f176";
}
.icon-long-arrow-left:before {
    content: "\f177";
}
.icon-long-arrow-right:before {
    content: "\f178";
}
.icon-apple:before {
    content: "\f179";
}
.icon-windows:before {
    content: "\f17a";
}
.icon-android:before {
    content: "\f17b";
}
.icon-linux:before {
    content: "\f17c";
}
.icon-dribbble:before {
    content: "\f17d";
}
.icon-skype:before {
    content: "\f17e";
}
.icon-foursquare:before {
    content: "\f180";
}
.icon-trello:before {
    content: "\f181";
}
.icon-female:before {
    content: "\f182";
}
.icon-male:before {
    content: "\f183";
}
.icon-gittip:before {
    content: "\f184";
}
.icon-gratipay:before {
    content: "\f184";
}
.icon-sun-o:before {
    content: "\f185";
}
.icon-moon-o:before {
    content: "\f186";
}
.icon-archive:before {
    content: "\f187";
}
.icon-bug:before {
    content: "\f188";
}
.icon-vk:before {
    content: "\f189";
}
.icon-weibo:before {
    content: "\f18a";
}
.icon-renren:before {
    content: "\f18b";
}
.icon-pagelines:before {
    content: "\f18c";
}
.icon-stack-exchange:before {
    content: "\f18d";
}
.icon-arrow-circle-o-right:before {
    content: "\f18e";
}
.icon-arrow-circle-o-left:before {
    content: "\f190";
}
.icon-caret-square-o-left:before {
    content: "\f191";
}
.icon-toggle-left:before {
    content: "\f191";
}
.icon-dot-circle-o:before {
    content: "\f192";
}
.icon-wheelchair:before {
    content: "\f193";
}
.icon-vimeo-square:before {
    content: "\f194";
}
.icon-try:before {
    content: "\f195";
}
.icon-turkish-lira:before {
    content: "\f195";
}
.icon-plus-square-o:before {
    content: "\f196";
}
.icon-space-shuttle:before {
    content: "\f197";
}
.icon-slack:before {
    content: "\f198";
}
.icon-envelope-square:before {
    content: "\f199";
}
.icon-wordpress:before {
    content: "\f19a";
}
.icon-openid:before {
    content: "\f19b";
}
.icon-bank:before {
    content: "\f19c";
}
.icon-institution:before {
    content: "\f19c";
}
.icon-university:before {
    content: "\f19c";
}
.icon-graduation-cap:before {
    content: "\f19d";
}
.icon-mortar-board:before {
    content: "\f19d";
}
.icon-yahoo:before {
    content: "\f19e";
}
.icon-google:before {
    content: "\f1a0";
}
.icon-reddit:before {
    content: "\f1a1";
}
.icon-reddit-square:before {
    content: "\f1a2";
}
.icon-stumbleupon-circle:before {
    content: "\f1a3";
}
.icon-stumbleupon:before {
    content: "\f1a4";
}
.icon-delicious:before {
    content: "\f1a5";
}
.icon-digg:before {
    content: "\f1a6";
}
.icon-pied-piper-pp:before {
    content: "\f1a7";
}
.icon-pied-piper-alt:before {
    content: "\f1a8";
}
.icon-drupal:before {
    content: "\f1a9";
}
.icon-joomla:before {
    content: "\f1aa";
}
.icon-language:before {
    content: "\f1ab";
}
.icon-fax:before {
    content: "\f1ac";
}
.icon-building:before {
    content: "\f1ad";
}
.icon-child:before {
    content: "\f1ae";
}
.icon-paw:before {
    content: "\f1b0";
}
.icon-spoon:before {
    content: "\f1b1";
}
.icon-cube:before {
    content: "\f1b2";
}
.icon-cubes:before {
    content: "\f1b3";
}
.icon-behance:before {
    content: "\f1b4";
}
.icon-behance-square:before {
    content: "\f1b5";
}
.icon-steam:before {
    content: "\f1b6";
}
.icon-steam-square:before {
    content: "\f1b7";
}
.icon-recycle:before {
    content: "\f1b8";
}
.icon-automobile:before {
    content: "\f1b9";
}
.icon-car:before {
    content: "\f1b9";
}
.icon-cab:before {
    content: "\f1ba";
}
.icon-taxi:before {
    content: "\f1ba";
}
.icon-tree:before {
    content: "\f1bb";
}
.icon-spotify:before {
    content: "\f1bc";
}
.icon-deviantart:before {
    content: "\f1bd";
}
.icon-soundcloud:before {
    content: "\f1be";
}
.icon-database:before {
    content: "\f1c0";
}
.icon-file-pdf-o:before {
    content: "\f1c1";
}
.icon-file-word-o:before {
    content: "\f1c2";
}
.icon-file-excel-o:before {
    content: "\f1c3";
}
.icon-file-powerpoint-o:before {
    content: "\f1c4";
}
.icon-file-image-o:before {
    content: "\f1c5";
}
.icon-file-photo-o:before {
    content: "\f1c5";
}
.icon-file-picture-o:before {
    content: "\f1c5";
}
.icon-file-archive-o:before {
    content: "\f1c6";
}
.icon-file-zip-o:before {
    content: "\f1c6";
}
.icon-file-audio-o:before {
    content: "\f1c7";
}
.icon-file-sound-o:before {
    content: "\f1c7";
}
.icon-file-movie-o:before {
    content: "\f1c8";
}
.icon-file-video-o:before {
    content: "\f1c8";
}
.icon-file-code-o:before {
    content: "\f1c9";
}
.icon-vine:before {
    content: "\f1ca";
}
.icon-codepen:before {
    content: "\f1cb";
}
.icon-jsfiddle:before {
    content: "\f1cc";
}
.icon-life-bouy:before {
    content: "\f1cd";
}
.icon-life-buoy:before {
    content: "\f1cd";
}
.icon-life-ring:before {
    content: "\f1cd";
}
.icon-life-saver:before {
    content: "\f1cd";
}
.icon-support:before {
    content: "\f1cd";
}
.icon-circle-o-notch:before {
    content: "\f1ce";
}
.icon-ra:before {
    content: "\f1d0";
}
.icon-rebel:before {
    content: "\f1d0";
}
.icon-resistance:before {
    content: "\f1d0";
}
.icon-empire:before {
    content: "\f1d1";
}
.icon-ge:before {
    content: "\f1d1";
}
.icon-git-square:before {
    content: "\f1d2";
}
.icon-git:before {
    content: "\f1d3";
}
.icon-hacker-news:before {
    content: "\f1d4";
}
.icon-y-combinator-square:before {
    content: "\f1d4";
}
.icon-yc-square:before {
    content: "\f1d4";
}
.icon-tencent-weibo:before {
    content: "\f1d5";
}
.icon-qq:before {
    content: "\f1d6";
}
.icon-wechat:before {
    content: "\f1d7";
}
.icon-weixin:before {
    content: "\f1d7";
}
.icon-paper-plane:before {
    content: "\f1d8";
}
.icon-send:before {
    content: "\f1d8";
}
.icon-paper-plane-o:before {
    content: "\f1d9";
}
.icon-send-o:before {
    content: "\f1d9";
}
.icon-history:before {
    content: "\f1da";
}
.icon-circle-thin:before {
    content: "\f1db";
}
.icon-header:before {
    content: "\f1dc";
}
.icon-paragraph:before {
    content: "\f1dd";
}
.icon-sliders:before {
    content: "\f1de";
}
.icon-share-alt:before {
    content: "\f1e0";
}
.icon-share-alt-square:before {
    content: "\f1e1";
}
.icon-bomb:before {
    content: "\f1e2";
}
.icon-futbol-o:before {
    content: "\f1e3";
}
.icon-soccer-ball-o:before {
    content: "\f1e3";
}
.icon-tty:before {
    content: "\f1e4";
}
.icon-binoculars:before {
    content: "\f1e5";
}
.icon-plug:before {
    content: "\f1e6";
}
.icon-slideshare:before {
    content: "\f1e7";
}
.icon-twitch:before {
    content: "\f1e8";
}
.icon-yelp:before {
    content: "\f1e9";
}
.icon-newspaper-o:before {
    content: "\f1ea";
}
.icon-wifi:before {
    content: "\f1eb";
}
.icon-calculator:before {
    content: "\f1ec";
}
.icon-paypal:before {
    content: "\f1ed";
}
.icon-google-wallet:before {
    content: "\f1ee";
}
.icon-cc-visa:before {
    content: "\f1f0";
}
.icon-cc-mastercard:before {
    content: "\f1f1";
}
.icon-cc-discover:before {
    content: "\f1f2";
}
.icon-cc-amex:before {
    content: "\f1f3";
}
.icon-cc-paypal:before {
    content: "\f1f4";
}
.icon-cc-stripe:before {
    content: "\f1f5";
}
.icon-bell-slash:before {
    content: "\f1f6";
}
.icon-bell-slash-o:before {
    content: "\f1f7";
}
.icon-trash:before {
    content: "\f1f8";
}
.icon-copyright:before {
    content: "\f1f9";
}
.icon-at:before {
    content: "\f1fa";
}
.icon-eyedropper:before {
    content: "\f1fb";
}
.icon-paint-brush:before {
    content: "\f1fc";
}
.icon-birthday-cake:before {
    content: "\f1fd";
}
.icon-area-chart:before {
    content: "\f1fe";
}
.icon-pie-chart:before {
    content: "\f200";
}
.icon-line-chart:before {
    content: "\f201";
}
.icon-lastfm:before {
    content: "\f202";
}
.icon-lastfm-square:before {
    content: "\f203";
}
.icon-toggle-off:before {
    content: "\f204";
}
.icon-toggle-on:before {
    content: "\f205";
}
.icon-bicycle:before {
    content: "\f206";
}
.icon-bus:before {
    content: "\f207";
}
.icon-ioxhost:before {
    content: "\f208";
}
.icon-angellist:before {
    content: "\f209";
}
.icon-cc:before {
    content: "\f20a";
}
.icon-ils:before {
    content: "\f20b";
}
.icon-shekel:before {
    content: "\f20b";
}
.icon-sheqel:before {
    content: "\f20b";
}
.icon-meanpath:before {
    content: "\f20c";
}
.icon-buysellads:before {
    content: "\f20d";
}
.icon-connectdevelop:before {
    content: "\f20e";
}
.icon-dashcube:before {
    content: "\f210";
}
.icon-forumbee:before {
    content: "\f211";
}
.icon-leanpub:before {
    content: "\f212";
}
.icon-sellsy:before {
    content: "\f213";
}
.icon-shirtsinbulk:before {
    content: "\f214";
}
.icon-simplybuilt:before {
    content: "\f215";
}
.icon-skyatlas:before {
    content: "\f216";
}
.icon-cart-plus:before {
    content: "\f217";
}
.icon-cart-arrow-down:before {
    content: "\f218";
}
.icon-diamond:before {
    content: "\f219";
}
.icon-ship:before {
    content: "\f21a";
}
.icon-user-secret:before {
    content: "\f21b";
}
.icon-motorcycle:before {
    content: "\f21c";
}
.icon-street-view:before {
    content: "\f21d";
}
.icon-heartbeat:before {
    content: "\f21e";
}
.icon-venus:before {
    content: "\f221";
}
.icon-mars:before {
    content: "\f222";
}
.icon-mercury:before {
    content: "\f223";
}
.icon-intersex:before {
    content: "\f224";
}
.icon-transgender:before {
    content: "\f224";
}
.icon-transgender-alt:before {
    content: "\f225";
}
.icon-venus-double:before {
    content: "\f226";
}
.icon-mars-double:before {
    content: "\f227";
}
.icon-venus-mars:before {
    content: "\f228";
}
.icon-mars-stroke:before {
    content: "\f229";
}
.icon-mars-stroke-v:before {
    content: "\f22a";
}
.icon-mars-stroke-h:before {
    content: "\f22b";
}
.icon-neuter:before {
    content: "\f22c";
}
.icon-genderless:before {
    content: "\f22d";
}
.icon-facebook-official:before {
    content: "\f230";
}
.icon-pinterest-p:before {
    content: "\f231";
}
.icon-whatsapp:before {
    content: "\f232";
}
.icon-server:before {
    content: "\f233";
}
.icon-user-plus:before {
    content: "\f234";
}
.icon-user-times:before {
    content: "\f235";
}
.icon-bed:before {
    content: "\f236";
}
.icon-hotel:before {
    content: "\f236";
}
.icon-viacoin:before {
    content: "\f237";
}
.icon-train:before {
    content: "\f238";
}
.icon-subway:before {
    content: "\f239";
}
.icon-medium:before {
    content: "\f23a";
}
.icon-y-combinator:before {
    content: "\f23b";
}
.icon-yc:before {
    content: "\f23b";
}
.icon-optin-monster:before {
    content: "\f23c";
}
.icon-opencart:before {
    content: "\f23d";
}
.icon-expeditedssl:before {
    content: "\f23e";
}
.icon-battery:before {
    content: "\f240";
}
.icon-battery-4:before {
    content: "\f240";
}
.icon-battery-full:before {
    content: "\f240";
}
.icon-battery-3:before {
    content: "\f241";
}
.icon-battery-three-quarters:before {
    content: "\f241";
}
.icon-battery-2:before {
    content: "\f242";
}
.icon-battery-half:before {
    content: "\f242";
}
.icon-battery-1:before {
    content: "\f243";
}
.icon-battery-quarter:before {
    content: "\f243";
}
.icon-battery-0:before {
    content: "\f244";
}
.icon-battery-empty:before {
    content: "\f244";
}
.icon-mouse-pointer:before {
    content: "\f245";
}
.icon-i-cursor:before {
    content: "\f246";
}
.icon-object-group:before {
    content: "\f247";
}
.icon-object-ungroup:before {
    content: "\f248";
}
.icon-sticky-note:before {
    content: "\f249";
}
.icon-sticky-note-o:before {
    content: "\f24a";
}
.icon-cc-jcb:before {
    content: "\f24b";
}
.icon-cc-diners-club:before {
    content: "\f24c";
}
.icon-clone:before {
    content: "\f24d";
}
.icon-balance-scale:before {
    content: "\f24e";
}
.icon-hourglass-o:before {
    content: "\f250";
}
.icon-hourglass-1:before {
    content: "\f251";
}
.icon-hourglass-start:before {
    content: "\f251";
}
.icon-hourglass-2:before {
    content: "\f252";
}
.icon-hourglass-half:before {
    content: "\f252";
}
.icon-hourglass-3:before {
    content: "\f253";
}
.icon-hourglass-end:before {
    content: "\f253";
}
.icon-hourglass:before {
    content: "\f254";
}
.icon-hand-grab-o:before {
    content: "\f255";
}
.icon-hand-rock-o:before {
    content: "\f255";
}
.icon-hand-paper-o:before {
    content: "\f256";
}
.icon-hand-stop-o:before {
    content: "\f256";
}
.icon-hand-scissors-o:before {
    content: "\f257";
}
.icon-hand-lizard-o:before {
    content: "\f258";
}
.icon-hand-spock-o:before {
    content: "\f259";
}
.icon-hand-pointer-o:before {
    content: "\f25a";
}
.icon-hand-peace-o:before {
    content: "\f25b";
}
.icon-trademark:before {
    content: "\f25c";
}
.icon-registered:before {
    content: "\f25d";
}
.icon-creative-commons:before {
    content: "\f25e";
}
.icon-gg:before {
    content: "\f260";
}
.icon-gg-circle:before {
    content: "\f261";
}
.icon-tripadvisor:before {
    content: "\f262";
}
.icon-odnoklassniki:before {
    content: "\f263";
}
.icon-odnoklassniki-square:before {
    content: "\f264";
}
.icon-get-pocket:before {
    content: "\f265";
}
.icon-wikipedia-w:before {
    content: "\f266";
}
.icon-safari:before {
    content: "\f267";
}
.icon-chrome:before {
    content: "\f268";
}
.icon-firefox:before {
    content: "\f269";
}
.icon-opera:before {
    content: "\f26a";
}
.icon-internet-explorer:before {
    content: "\f26b";
}
.icon-television:before {
    content: "\f26c";
}
.icon-tv:before {
    content: "\f26c";
}
.icon-contao:before {
    content: "\f26d";
}
.icon-500px:before {
    content: "\f26e";
}
.icon-amazon:before {
    content: "\f270";
}
.icon-calendar-plus-o:before {
    content: "\f271";
}
.icon-calendar-minus-o:before {
    content: "\f272";
}
.icon-calendar-times-o:before {
    content: "\f273";
}
.icon-calendar-check-o:before {
    content: "\f274";
}
.icon-industry:before {
    content: "\f275";
}
.icon-map-pin:before {
    content: "\f276";
}
.icon-map-signs:before {
    content: "\f277";
}
.icon-map-o:before {
    content: "\f278";
}
.icon-map:before {
    content: "\f279";
}
.icon-commenting:before {
    content: "\f27a";
}
.icon-commenting-o:before {
    content: "\f27b";
}
.icon-houzz:before {
    content: "\f27c";
}
.icon-vimeo:before {
    content: "\f27d";
}
.icon-black-tie:before {
    content: "\f27e";
}
.icon-fonticons:before {
    content: "\f280";
}
.icon-reddit-alien:before {
    content: "\f281";
}
.icon-edge:before {
    content: "\f282";
}
.icon-credit-card-alt:before {
    content: "\f283";
}
.icon-codiepie:before {
    content: "\f284";
}
.icon-modx:before {
    content: "\f285";
}
.icon-fort-awesome:before {
    content: "\f286";
}
.icon-usb:before {
    content: "\f287";
}
.icon-product-hunt:before {
    content: "\f288";
}
.icon-mixcloud:before {
    content: "\f289";
}
.icon-scribd:before {
    content: "\f28a";
}
.icon-pause-circle:before {
    content: "\f28b";
}
.icon-pause-circle-o:before {
    content: "\f28c";
}
.icon-stop-circle:before {
    content: "\f28d";
}
.icon-stop-circle-o:before {
    content: "\f28e";
}
.icon-shopping-bag:before {
    content: "\f290";
}
.icon-shopping-basket:before {
    content: "\f291";
}
.icon-hashtag:before {
    content: "\f292";
}
.icon-bluetooth:before {
    content: "\f293";
}
.icon-bluetooth-b:before {
    content: "\f294";
}
.icon-percent:before {
    content: "\f295";
}
.icon-gitlab:before {
    content: "\f296";
}
.icon-wpbeginner:before {
    content: "\f297";
}
.icon-wpforms:before {
    content: "\f298";
}
.icon-envira:before {
    content: "\f299";
}
.icon-universal-access:before {
    content: "\f29a";
}
.icon-wheelchair-alt:before {
    content: "\f29b";
}
.icon-question-circle-o:before {
    content: "\f29c";
}
.icon-blind:before {
    content: "\f29d";
}
.icon-audio-description:before {
    content: "\f29e";
}
.icon-volume-control-phone:before {
    content: "\f2a0";
}
.icon-braille:before {
    content: "\f2a1";
}
.icon-assistive-listening-systems:before {
    content: "\f2a2";
}
.icon-american-sign-language-interpreting:before {
    content: "\f2a3";
}
.icon-asl-interpreting:before {
    content: "\f2a3";
}
.icon-deaf:before {
    content: "\f2a4";
}
.icon-deafness:before {
    content: "\f2a4";
}
.icon-hard-of-hearing:before {
    content: "\f2a4";
}
.icon-glide:before {
    content: "\f2a5";
}
.icon-glide-g:before {
    content: "\f2a6";
}
.icon-sign-language:before {
    content: "\f2a7";
}
.icon-signing:before {
    content: "\f2a7";
}
.icon-low-vision:before {
    content: "\f2a8";
}
.icon-viadeo:before {
    content: "\f2a9";
}
.icon-viadeo-square:before {
    content: "\f2aa";
}
.icon-snapchat:before {
    content: "\f2ab";
}
.icon-snapchat-ghost:before {
    content: "\f2ac";
}
.icon-snapchat-square:before {
    content: "\f2ad";
}
.icon-pied-piper:before {
    content: "\f2ae";
}
.icon-first-order:before {
    content: "\f2b0";
}
.icon-yoast:before {
    content: "\f2b1";
}
.icon-themeisle:before {
    content: "\f2b2";
}
.icon-google-plus-circle:before {
    content: "\f2b3";
}
.icon-google-plus-official:before {
    content: "\f2b3";
}
.icon-fa:before {
    content: "\f2b4";
}
.icon-font-awesome:before {
    content: "\f2b4";
}
.icon-handshake-o:before {
    content: "\f2b5";
}
.icon-envelope-open:before {
    content: "\f2b6";
}
.icon-envelope-open-o:before {
    content: "\f2b7";
}
.icon-linode:before {
    content: "\f2b8";
}
.icon-address-book:before {
    content: "\f2b9";
}
.icon-address-book-o:before {
    content: "\f2ba";
}
.icon-address-card:before {
    content: "\f2bb";
}
.icon-vcard:before {
    content: "\f2bb";
}
.icon-address-card-o:before {
    content: "\f2bc";
}
.icon-vcard-o:before {
    content: "\f2bc";
}
.icon-user-circle:before {
    content: "\f2bd";
}
.icon-user-circle-o:before {
    content: "\f2be";
}
.icon-user-o:before {
    content: "\f2c0";
}
.icon-id-badge:before {
    content: "\f2c1";
}
.icon-drivers-license:before {
    content: "\f2c2";
}
.icon-id-card:before {
    content: "\f2c2";
}
.icon-drivers-license-o:before {
    content: "\f2c3";
}
.icon-id-card-o:before {
    content: "\f2c3";
}
.icon-quora:before {
    content: "\f2c4";
}
.icon-free-code-camp:before {
    content: "\f2c5";
}
.icon-telegram:before {
    content: "\f2c6";
}
.icon-thermometer:before {
    content: "\f2c7";
}
.icon-thermometer-4:before {
    content: "\f2c7";
}
.icon-thermometer-full:before {
    content: "\f2c7";
}
.icon-thermometer-3:before {
    content: "\f2c8";
}
.icon-thermometer-three-quarters:before {
    content: "\f2c8";
}
.icon-thermometer-2:before {
    content: "\f2c9";
}
.icon-thermometer-half:before {
    content: "\f2c9";
}
.icon-thermometer-1:before {
    content: "\f2ca";
}
.icon-thermometer-quarter:before {
    content: "\f2ca";
}
.icon-thermometer-0:before {
    content: "\f2cb";
}
.icon-thermometer-empty:before {
    content: "\f2cb";
}
.icon-shower:before {
    content: "\f2cc";
}
.icon-bath:before {
    content: "\f2cd";
}
.icon-bathtub:before {
    content: "\f2cd";
}
.icon-s15:before {
    content: "\f2cd";
}
.icon-podcast:before {
    content: "\f2ce";
}
.icon-window-maximize:before {
    content: "\f2d0";
}
.icon-window-minimize:before {
    content: "\f2d1";
}
.icon-window-restore:before {
    content: "\f2d2";
}
.icon-times-rectangle:before {
    content: "\f2d3";
}
.icon-window-close:before {
    content: "\f2d3";
}
.icon-times-rectangle-o:before {
    content: "\f2d4";
}
.icon-window-close-o:before {
    content: "\f2d4";
}
.icon-bandcamp:before {
    content: "\f2d5";
}
.icon-grav:before {
    content: "\f2d6";
}
.icon-etsy:before {
    content: "\f2d7";
}
.icon-imdb:before {
    content: "\f2d8";
}
.icon-ravelry:before {
    content: "\f2d9";
}
.icon-eercast:before {
    content: "\f2da";
}
.icon-microchip:before {
    content: "\f2db";
}
.icon-snowflake-o:before {
    content: "\f2dc";
}
.icon-superpowers:before {
    content: "\f2dd";
}
.icon-wpexplorer:before {
    content: "\f2de";
}
.icon-meetup:before {
    content: "\f2e0";
}
.icon-3d_rotation:before {
    content: "\e84d";
}
.icon-ac_unit:before {
    content: "\eb3b";
}
.icon-alarm:before {
    content: "\e855";
}
.icon-access_alarms:before {
    content: "\e191";
}
.icon-schedule:before {
    content: "\e8b5";
}
.icon-accessibility:before {
    content: "\e84e";
}
.icon-accessible:before {
    content: "\e914";
}
.icon-account_balance:before {
    content: "\e84f";
}
.icon-account_balance_wallet:before {
    content: "\e850";
}
.icon-account_box:before {
    content: "\e851";
}
.icon-account_circle:before {
    content: "\e853";
}
.icon-adb:before {
    content: "\e60e";
}
.icon-add:before {
    content: "\e145";
}
.icon-add_a_photo:before {
    content: "\e439";
}
.icon-alarm_add:before {
    content: "\e856";
}
.icon-add_alert:before {
    content: "\e003";
}
.icon-add_box:before {
    content: "\e146";
}
.icon-add_circle:before {
    content: "\e147";
}
.icon-control_point:before {
    content: "\e3ba";
}
.icon-add_location:before {
    content: "\e567";
}
.icon-add_shopping_cart:before {
    content: "\e854";
}
.icon-queue:before {
    content: "\e03c";
}
.icon-add_to_queue:before {
    content: "\e05c";
}
.icon-adjust2:before {
    content: "\e39e";
}
.icon-airline_seat_flat:before {
    content: "\e630";
}
.icon-airline_seat_flat_angled:before {
    content: "\e631";
}
.icon-airline_seat_individual_suite:before {
    content: "\e632";
}
.icon-airline_seat_legroom_extra:before {
    content: "\e633";
}
.icon-airline_seat_legroom_normal:before {
    content: "\e634";
}
.icon-airline_seat_legroom_reduced:before {
    content: "\e635";
}
.icon-airline_seat_recline_extra:before {
    content: "\e636";
}
.icon-airline_seat_recline_normal:before {
    content: "\e637";
}
.icon-flight:before {
    content: "\e539";
}
.icon-airplanemode_inactive:before {
    content: "\e194";
}
.icon-airplay:before {
    content: "\e055";
}
.icon-airport_shuttle:before {
    content: "\eb3c";
}
.icon-alarm_off:before {
    content: "\e857";
}
.icon-alarm_on:before {
    content: "\e858";
}
.icon-album:before {
    content: "\e019";
}
.icon-all_inclusive:before {
    content: "\eb3d";
}
.icon-all_out:before {
    content: "\e90b";
}
.icon-android2:before {
    content: "\e859";
}
.icon-announcement:before {
    content: "\e85a";
}
.icon-apps:before {
    content: "\e5c3";
}
.icon-archive2:before {
    content: "\e149";
}
.icon-arrow_back:before {
    content: "\e5c4";
}
.icon-arrow_downward:before {
    content: "\e5db";
}
.icon-arrow_drop_down:before {
    content: "\e5c5";
}
.icon-arrow_drop_down_circle:before {
    content: "\e5c6";
}
.icon-arrow_drop_up:before {
    content: "\e5c7";
}
.icon-arrow_forward:before {
    content: "\e5c8";
}
.icon-arrow_upward:before {
    content: "\e5d8";
}
.icon-art_track:before {
    content: "\e060";
}
.icon-aspect_ratio:before {
    content: "\e85b";
}
.icon-poll:before {
    content: "\e801";
}
.icon-assignment:before {
    content: "\e85d";
}
.icon-assignment_ind:before {
    content: "\e85e";
}
.icon-assignment_late:before {
    content: "\e85f";
}
.icon-assignment_return:before {
    content: "\e860";
}
.icon-assignment_returned:before {
    content: "\e861";
}
.icon-assignment_turned_in:before {
    content: "\e862";
}
.icon-assistant:before {
    content: "\e39f";
}
.icon-flag2:before {
    content: "\e153";
}
.icon-attach_file:before {
    content: "\e226";
}
.icon-attach_money:before {
    content: "\e227";
}
.icon-attachment:before {
    content: "\e2bc";
}
.icon-audiotrack:before {
    content: "\e3a1";
}
.icon-autorenew:before {
    content: "\e863";
}
.icon-av_timer:before {
    content: "\e01b";
}
.icon-backspace:before {
    content: "\e14a";
}
.icon-cloud_upload:before {
    content: "\e2c3";
}
.icon-battery_alert:before {
    content: "\e19c";
}
.icon-battery_charging_full:before {
    content: "\e1a3";
}
.icon-battery_std:before {
    content: "\e1a5";
}
.icon-battery_unknown:before {
    content: "\e1a6";
}
.icon-beach_access:before {
    content: "\eb3e";
}
.icon-beenhere:before {
    content: "\e52d";
}
.icon-block:before {
    content: "\e14b";
}
.icon-bluetooth2:before {
    content: "\e1a7";
}
.icon-bluetooth_searching:before {
    content: "\e1aa";
}
.icon-bluetooth_connected:before {
    content: "\e1a8";
}
.icon-bluetooth_disabled:before {
    content: "\e1a9";
}
.icon-blur_circular:before {
    content: "\e3a2";
}
.icon-blur_linear:before {
    content: "\e3a3";
}
.icon-blur_off:before {
    content: "\e3a4";
}
.icon-blur_on:before {
    content: "\e3a5";
}
.icon-class:before {
    content: "\e86e";
}
.icon-turned_in:before {
    content: "\e8e6";
}
.icon-turned_in_not:before {
    content: "\e8e7";
}
.icon-border_all:before {
    content: "\e228";
}
.icon-border_bottom:before {
    content: "\e229";
}
.icon-border_clear:before {
    content: "\e22a";
}
.icon-border_color:before {
    content: "\e22b";
}
.icon-border_horizontal:before {
    content: "\e22c";
}
.icon-border_inner:before {
    content: "\e22d";
}
.icon-border_left:before {
    content: "\e22e";
}
.icon-border_outer:before {
    content: "\e22f";
}
.icon-border_right:before {
    content: "\e230";
}
.icon-border_style:before {
    content: "\e231";
}
.icon-border_top:before {
    content: "\e232";
}
.icon-border_vertical:before {
    content: "\e233";
}
.icon-branding_watermark:before {
    content: "\e06b";
}
.icon-brightness_1:before {
    content: "\e3a6";
}
.icon-brightness_2:before {
    content: "\e3a7";
}
.icon-brightness_3:before {
    content: "\e3a8";
}
.icon-brightness_4:before {
    content: "\e3a9";
}
.icon-brightness_low:before {
    content: "\e1ad";
}
.icon-brightness_medium:before {
    content: "\e1ae";
}
.icon-brightness_high:before {
    content: "\e1ac";
}
.icon-brightness_auto:before {
    content: "\e1ab";
}
.icon-broken_image:before {
    content: "\e3ad";
}
.icon-brush:before {
    content: "\e3ae";
}
.icon-bubble_chart:before {
    content: "\e6dd";
}
.icon-bug_report:before {
    content: "\e868";
}
.icon-build:before {
    content: "\e869";
}
.icon-burst_mode:before {
    content: "\e43c";
}
.icon-domain:before {
    content: "\e7ee";
}
.icon-business_center:before {
    content: "\eb3f";
}
.icon-cached:before {
    content: "\e86a";
}
.icon-cake:before {
    content: "\e7e9";
}
.icon-phone2:before {
    content: "\e0cd";
}
.icon-call_end:before {
    content: "\e0b1";
}
.icon-call_made:before {
    content: "\e0b2";
}
.icon-merge_type:before {
    content: "\e252";
}
.icon-call_missed:before {
    content: "\e0b4";
}
.icon-call_missed_outgoing:before {
    content: "\e0e4";
}
.icon-call_received:before {
    content: "\e0b5";
}
.icon-call_split:before {
    content: "\e0b6";
}
.icon-call_to_action:before {
    content: "\e06c";
}
.icon-camera2:before {
    content: "\e3af";
}
.icon-photo_camera:before {
    content: "\e412";
}
.icon-camera_enhance:before {
    content: "\e8fc";
}
.icon-camera_front:before {
    content: "\e3b1";
}
.icon-camera_rear:before {
    content: "\e3b2";
}
.icon-camera_roll:before {
    content: "\e3b3";
}
.icon-cancel:before {
    content: "\e5c9";
}
.icon-redeem:before {
    content: "\e8b1";
}
.icon-card_membership:before {
    content: "\e8f7";
}
.icon-card_travel:before {
    content: "\e8f8";
}
.icon-casino:before {
    content: "\eb40";
}
.icon-cast:before {
    content: "\e307";
}
.icon-cast_connected:before {
    content: "\e308";
}
.icon-center_focus_strong:before {
    content: "\e3b4";
}
.icon-center_focus_weak:before {
    content: "\e3b5";
}
.icon-change_history:before {
    content: "\e86b";
}
.icon-chat:before {
    content: "\e0b7";
}
.icon-chat_bubble:before {
    content: "\e0ca";
}
.icon-chat_bubble_outline:before {
    content: "\e0cb";
}
.icon-check2:before {
    content: "\e5ca";
}
.icon-check_box:before {
    content: "\e834";
}
.icon-check_box_outline_blank:before {
    content: "\e835";
}
.icon-check_circle:before {
    content: "\e86c";
}
.icon-navigate_before:before {
    content: "\e408";
}
.icon-navigate_next:before {
    content: "\e409";
}
.icon-child_care:before {
    content: "\eb41";
}
.icon-child_friendly:before {
    content: "\eb42";
}
.icon-chrome_reader_mode:before {
    content: "\e86d";
}
.icon-close2:before {
    content: "\e5cd";
}
.icon-clear_all:before {
    content: "\e0b8";
}
.icon-closed_caption:before {
    content: "\e01c";
}
.icon-wb_cloudy:before {
    content: "\e42d";
}
.icon-cloud_circle:before {
    content: "\e2be";
}
.icon-cloud_done:before {
    content: "\e2bf";
}
.icon-cloud_download:before {
    content: "\e2c0";
}
.icon-cloud_off:before {
    content: "\e2c1";
}
.icon-cloud_queue:before {
    content: "\e2c2";
}
.icon-code2:before {
    content: "\e86f";
}
.icon-photo_library:before {
    content: "\e413";
}
.icon-collections_bookmark:before {
    content: "\e431";
}
.icon-palette:before {
    content: "\e40a";
}
.icon-colorize:before {
    content: "\e3b8";
}
.icon-comment2:before {
    content: "\e0b9";
}
.icon-compare:before {
    content: "\e3b9";
}
.icon-compare_arrows:before {
    content: "\e915";
}
.icon-laptop2:before {
    content: "\e31e";
}
.icon-confirmation_number:before {
    content: "\e638";
}
.icon-contact_mail:before {
    content: "\e0d0";
}
.icon-contact_phone:before {
    content: "\e0cf";
}
.icon-contacts:before {
    content: "\e0ba";
}
.icon-content_copy:before {
    content: "\e14d";
}
.icon-content_cut:before {
    content: "\e14e";
}
.icon-content_paste:before {
    content: "\e14f";
}
.icon-control_point_duplicate:before {
    content: "\e3bb";
}
.icon-copyright2:before {
    content: "\e90c";
}
.icon-mode_edit:before {
    content: "\e254";
}
.icon-create_new_folder:before {
    content: "\e2cc";
}
.icon-payment:before {
    content: "\e8a1";
}
.icon-crop2:before {
    content: "\e3be";
}
.icon-crop_16_9:before {
    content: "\e3bc";
}
.icon-crop_3_2:before {
    content: "\e3bd";
}
.icon-crop_landscape:before {
    content: "\e3c3";
}
.icon-crop_7_5:before {
    content: "\e3c0";
}
.icon-crop_din:before {
    content: "\e3c1";
}
.icon-crop_free:before {
    content: "\e3c2";
}
.icon-crop_original:before {
    content: "\e3c4";
}
.icon-crop_portrait:before {
    content: "\e3c5";
}
.icon-crop_rotate:before {
    content: "\e437";
}
.icon-crop_square:before {
    content: "\e3c6";
}
.icon-dashboard2:before {
    content: "\e871";
}
.icon-data_usage:before {
    content: "\e1af";
}
.icon-date_range:before {
    content: "\e916";
}
.icon-dehaze:before {
    content: "\e3c7";
}
.icon-delete:before {
    content: "\e872";
}
.icon-delete_forever:before {
    content: "\e92b";
}
.icon-delete_sweep:before {
    content: "\e16c";
}
.icon-description:before {
    content: "\e873";
}
.icon-desktop_mac:before {
    content: "\e30b";
}
.icon-desktop_windows:before {
    content: "\e30c";
}
.icon-details:before {
    content: "\e3c8";
}
.icon-developer_board:before {
    content: "\e30d";
}
.icon-developer_mode:before {
    content: "\e1b0";
}
.icon-device_hub:before {
    content: "\e335";
}
.icon-phonelink:before {
    content: "\e326";
}
.icon-devices_other:before {
    content: "\e337";
}
.icon-dialer_sip:before {
    content: "\e0bb";
}
.icon-dialpad:before {
    content: "\e0bc";
}
.icon-directions:before {
    content: "\e52e";
}
.icon-directions_bike:before {
    content: "\e52f";
}
.icon-directions_boat:before {
    content: "\e532";
}
.icon-directions_bus:before {
    content: "\e530";
}
.icon-directions_car:before {
    content: "\e531";
}
.icon-directions_railway:before {
    content: "\e534";
}
.icon-directions_run:before {
    content: "\e566";
}
.icon-directions_transit:before {
    content: "\e535";
}
.icon-directions_walk:before {
    content: "\e536";
}
.icon-disc_full:before {
    content: "\e610";
}
.icon-dns:before {
    content: "\e875";
}
.icon-not_interested:before {
    content: "\e033";
}
.icon-do_not_disturb_alt:before {
    content: "\e611";
}
.icon-do_not_disturb_off:before {
    content: "\e643";
}
.icon-remove_circle:before {
    content: "\e15c";
}
.icon-dock:before {
    content: "\e30e";
}
.icon-done:before {
    content: "\e876";
}
.icon-done_all:before {
    content: "\e877";
}
.icon-donut_large:before {
    content: "\e917";
}
.icon-donut_small:before {
    content: "\e918";
}
.icon-drafts:before {
    content: "\e151";
}
.icon-drag_handle:before {
    content: "\e25d";
}
.icon-time_to_leave:before {
    content: "\e62c";
}
.icon-dvr:before {
    content: "\e1b2";
}
.icon-edit_location:before {
    content: "\e568";
}
.icon-eject2:before {
    content: "\e8fb";
}
.icon-markunread:before {
    content: "\e159";
}
.icon-enhanced_encryption:before {
    content: "\e63f";
}
.icon-equalizer:before {
    content: "\e01d";
}
.icon-error:before {
    content: "\e000";
}
.icon-error_outline:before {
    content: "\e001";
}
.icon-euro_symbol:before {
    content: "\e926";
}
.icon-ev_station:before {
    content: "\e56d";
}
.icon-insert_invitation:before {
    content: "\e24f";
}
.icon-event_available:before {
    content: "\e614";
}
.icon-event_busy:before {
    content: "\e615";
}
.icon-event_note:before {
    content: "\e616";
}
.icon-event_seat:before {
    content: "\e903";
}
.icon-exit_to_app:before {
    content: "\e879";
}
.icon-expand_less:before {
    content: "\e5ce";
}
.icon-expand_more:before {
    content: "\e5cf";
}
.icon-explicit:before {
    content: "\e01e";
}
.icon-explore:before {
    content: "\e87a";
}
.icon-exposure:before {
    content: "\e3ca";
}
.icon-exposure_neg_1:before {
    content: "\e3cb";
}
.icon-exposure_neg_2:before {
    content: "\e3cc";
}
.icon-exposure_plus_1:before {
    content: "\e3cd";
}
.icon-exposure_plus_2:before {
    content: "\e3ce";
}
.icon-exposure_zero:before {
    content: "\e3cf";
}
.icon-extension:before {
    content: "\e87b";
}
.icon-face:before {
    content: "\e87c";
}
.icon-fast_forward:before {
    content: "\e01f";
}
.icon-fast_rewind:before {
    content: "\e020";
}
.icon-favorite:before {
    content: "\e87d";
}
.icon-favorite_border:before {
    content: "\e87e";
}
.icon-featured_play_list:before {
    content: "\e06d";
}
.icon-featured_video:before {
    content: "\e06e";
}
.icon-sms_failed:before {
    content: "\e626";
}
.icon-fiber_dvr:before {
    content: "\e05d";
}
.icon-fiber_manual_record:before {
    content: "\e061";
}
.icon-fiber_new:before {
    content: "\e05e";
}
.icon-fiber_pin:before {
    content: "\e06a";
}
.icon-fiber_smart_record:before {
    content: "\e062";
}
.icon-get_app:before {
    content: "\e884";
}
.icon-file_upload:before {
    content: "\e2c6";
}
.icon-filter2:before {
    content: "\e3d3";
}
.icon-filter_1:before {
    content: "\e3d0";
}
.icon-filter_2:before {
    content: "\e3d1";
}
.icon-filter_3:before {
    content: "\e3d2";
}
.icon-filter_4:before {
    content: "\e3d4";
}
.icon-filter_5:before {
    content: "\e3d5";
}
.icon-filter_6:before {
    content: "\e3d6";
}
.icon-filter_7:before {
    content: "\e3d7";
}
.icon-filter_8:before {
    content: "\e3d8";
}
.icon-filter_9:before {
    content: "\e3d9";
}
.icon-filter_9_plus:before {
    content: "\e3da";
}
.icon-filter_b_and_w:before {
    content: "\e3db";
}
.icon-filter_center_focus:before {
    content: "\e3dc";
}
.icon-filter_drama:before {
    content: "\e3dd";
}
.icon-filter_frames:before {
    content: "\e3de";
}
.icon-terrain:before {
    content: "\e564";
}
.icon-filter_list:before {
    content: "\e152";
}
.icon-filter_none:before {
    content: "\e3e0";
}
.icon-filter_tilt_shift:before {
    content: "\e3e2";
}
.icon-filter_vintage:before {
    content: "\e3e3";
}
.icon-find_in_page:before {
    content: "\e880";
}
.icon-find_replace:before {
    content: "\e881";
}
.icon-fingerprint:before {
    content: "\e90d";
}
.icon-first_page:before {
    content: "\e5dc";
}
.icon-fitness_center:before {
    content: "\eb43";
}
.icon-flare:before {
    content: "\e3e4";
}
.icon-flash_auto:before {
    content: "\e3e5";
}
.icon-flash_off:before {
    content: "\e3e6";
}
.icon-flash_on:before {
    content: "\e3e7";
}
.icon-flight_land:before {
    content: "\e904";
}
.icon-flight_takeoff:before {
    content: "\e905";
}
.icon-flip:before {
    content: "\e3e8";
}
.icon-flip_to_back:before {
    content: "\e882";
}
.icon-flip_to_front:before {
    content: "\e883";
}
.icon-folder2:before {
    content: "\e2c7";
}
.icon-folder_open:before {
    content: "\e2c8";
}
.icon-folder_shared:before {
    content: "\e2c9";
}
.icon-folder_special:before {
    content: "\e617";
}
.icon-font_download:before {
    content: "\e167";
}
.icon-format_align_center:before {
    content: "\e234";
}
.icon-format_align_justify:before {
    content: "\e235";
}
.icon-format_align_left:before {
    content: "\e236";
}
.icon-format_align_right:before {
    content: "\e237";
}
.icon-format_bold:before {
    content: "\e238";
}
.icon-format_clear:before {
    content: "\e239";
}
.icon-format_color_fill:before {
    content: "\e23a";
}
.icon-format_color_reset:before {
    content: "\e23b";
}
.icon-format_color_text:before {
    content: "\e23c";
}
.icon-format_indent_decrease:before {
    content: "\e23d";
}
.icon-format_indent_increase:before {
    content: "\e23e";
}
.icon-format_italic:before {
    content: "\e23f";
}
.icon-format_line_spacing:before {
    content: "\e240";
}
.icon-format_list_bulleted:before {
    content: "\e241";
}
.icon-format_list_numbered:before {
    content: "\e242";
}
.icon-format_paint:before {
    content: "\e243";
}
.icon-format_quote:before {
    content: "\e244";
}
.icon-format_shapes:before {
    content: "\e25e";
}
.icon-format_size:before {
    content: "\e245";
}
.icon-format_strikethrough:before {
    content: "\e246";
}
.icon-format_textdirection_l_to_r:before {
    content: "\e247";
}
.icon-format_textdirection_r_to_l:before {
    content: "\e248";
}
.icon-format_underlined:before {
    content: "\e249";
}
.icon-question_answer:before {
    content: "\e8af";
}
.icon-forward2:before {
    content: "\e154";
}
.icon-forward_10:before {
    content: "\e056";
}
.icon-forward_30:before {
    content: "\e057";
}
.icon-forward_5:before {
    content: "\e058";
}
.icon-free_breakfast:before {
    content: "\eb44";
}
.icon-fullscreen:before {
    content: "\e5d0";
}
.icon-fullscreen_exit:before {
    content: "\e5d1";
}
.icon-functions:before {
    content: "\e24a";
}
.icon-g_translate:before {
    content: "\e927";
}
.icon-games:before {
    content: "\e021";
}
.icon-gavel2:before {
    content: "\e90e";
}
.icon-gesture:before {
    content: "\e155";
}
.icon-gif:before {
    content: "\e908";
}
.icon-goat:before {
    content: "\e900";
}
.icon-golf_course:before {
    content: "\eb45";
}
.icon-my_location:before {
    content: "\e55c";
}
.icon-location_searching:before {
    content: "\e1b7";
}
.icon-location_disabled:before {
    content: "\e1b6";
}
.icon-star2:before {
    content: "\e838";
}
.icon-gradient:before {
    content: "\e3e9";
}
.icon-grain:before {
    content: "\e3ea";
}
.icon-graphic_eq:before {
    content: "\e1b8";
}
.icon-grid_off:before {
    content: "\e3eb";
}
.icon-grid_on:before {
    content: "\e3ec";
}
.icon-people:before {
    content: "\e7fb";
}
.icon-group_add:before {
    content: "\e7f0";
}
.icon-group_work:before {
    content: "\e886";
}
.icon-hd:before {
    content: "\e052";
}
.icon-hdr_off:before {
    content: "\e3ed";
}
.icon-hdr_on:before {
    content: "\e3ee";
}
.icon-hdr_strong:before {
    content: "\e3f1";
}
.icon-hdr_weak:before {
    content: "\e3f2";
}
.icon-headset:before {
    content: "\e310";
}
.icon-headset_mic:before {
    content: "\e311";
}
.icon-healing:before {
    content: "\e3f3";
}
.icon-hearing:before {
    content: "\e023";
}
.icon-help:before {
    content: "\e887";
}
.icon-help_outline:before {
    content: "\e8fd";
}
.icon-high_quality:before {
    content: "\e024";
}
.icon-highlight:before {
    content: "\e25f";
}
.icon-highlight_off:before {
    content: "\e888";
}
.icon-restore:before {
    content: "\e8b3";
}
.icon-home2:before {
    content: "\e88a";
}
.icon-hot_tub:before {
    content: "\eb46";
}
.icon-local_hotel:before {
    content: "\e549";
}
.icon-hourglass_empty:before {
    content: "\e88b";
}
.icon-hourglass_full:before {
    content: "\e88c";
}
.icon-http:before {
    content: "\e902";
}
.icon-lock2:before {
    content: "\e897";
}
.icon-photo2:before {
    content: "\e410";
}
.icon-image_aspect_ratio:before {
    content: "\e3f5";
}
.icon-import_contacts:before {
    content: "\e0e0";
}
.icon-import_export:before {
    content: "\e0c3";
}
.icon-important_devices:before {
    content: "\e912";
}
.icon-inbox2:before {
    content: "\e156";
}
.icon-indeterminate_check_box:before {
    content: "\e909";
}
.icon-info2:before {
    content: "\e88e";
}
.icon-info_outline:before {
    content: "\e88f";
}
.icon-input:before {
    content: "\e890";
}
.icon-insert_comment:before {
    content: "\e24c";
}
.icon-insert_drive_file:before {
    content: "\e24d";
}
.icon-tag_faces:before {
    content: "\e420";
}
.icon-link2:before {
    content: "\e157";
}
.icon-invert_colors:before {
    content: "\e891";
}
.icon-invert_colors_off:before {
    content: "\e0c4";
}
.icon-iso:before {
    content: "\e3f6";
}
.icon-keyboard:before {
    content: "\e312";
}
.icon-keyboard_arrow_down:before {
    content: "\e313";
}
.icon-keyboard_arrow_left:before {
    content: "\e314";
}
.icon-keyboard_arrow_right:before {
    content: "\e315";
}
.icon-keyboard_arrow_up:before {
    content: "\e316";
}
.icon-keyboard_backspace:before {
    content: "\e317";
}
.icon-keyboard_capslock:before {
    content: "\e318";
}
.icon-keyboard_hide:before {
    content: "\e31a";
}
.icon-keyboard_return:before {
    content: "\e31b";
}
.icon-keyboard_tab:before {
    content: "\e31c";
}
.icon-keyboard_voice:before {
    content: "\e31d";
}
.icon-kitchen:before {
    content: "\eb47";
}
.icon-label:before {
    content: "\e892";
}
.icon-label_outline:before {
    content: "\e893";
}
.icon-language2:before {
    content: "\e894";
}
.icon-laptop_chromebook:before {
    content: "\e31f";
}
.icon-laptop_mac:before {
    content: "\e320";
}
.icon-laptop_windows:before {
    content: "\e321";
}
.icon-last_page:before {
    content: "\e5dd";
}
.icon-open_in_new:before {
    content: "\e89e";
}
.icon-layers:before {
    content: "\e53b";
}
.icon-layers_clear:before {
    content: "\e53c";
}
.icon-leak_add:before {
    content: "\e3f8";
}
.icon-leak_remove:before {
    content: "\e3f9";
}
.icon-lens:before {
    content: "\e3fa";
}
.icon-library_books:before {
    content: "\e02f";
}
.icon-library_music:before {
    content: "\e030";
}
.icon-lightbulb_outline:before {
    content: "\e90f";
}
.icon-line_style:before {
    content: "\e919";
}
.icon-line_weight:before {
    content: "\e91a";
}
.icon-linear_scale:before {
    content: "\e260";
}
.icon-linked_camera:before {
    content: "\e438";
}
.icon-list2:before {
    content: "\e896";
}
.icon-live_help:before {
    content: "\e0c6";
}
.icon-live_tv:before {
    content: "\e639";
}
.icon-local_play:before {
    content: "\e553";
}
.icon-local_airport:before {
    content: "\e53d";
}
.icon-local_atm:before {
    content: "\e53e";
}
.icon-local_bar:before {
    content: "\e540";
}
.icon-local_cafe:before {
    content: "\e541";
}
.icon-local_car_wash:before {
    content: "\e542";
}
.icon-local_convenience_store:before {
    content: "\e543";
}
.icon-restaurant_menu:before {
    content: "\e561";
}
.icon-local_drink:before {
    content: "\e544";
}
.icon-local_florist:before {
    content: "\e545";
}
.icon-local_gas_station:before {
    content: "\e546";
}
.icon-shopping_cart:before {
    content: "\e8cc";
}
.icon-local_hospital:before {
    content: "\e548";
}
.icon-local_laundry_service:before {
    content: "\e54a";
}
.icon-local_library:before {
    content: "\e54b";
}
.icon-local_mall:before {
    content: "\e54c";
}
.icon-theaters:before {
    content: "\e8da";
}
.icon-local_offer:before {
    content: "\e54e";
}
.icon-local_parking:before {
    content: "\e54f";
}
.icon-local_pharmacy:before {
    content: "\e550";
}
.icon-local_pizza:before {
    content: "\e552";
}
.icon-print2:before {
    content: "\e8ad";
}
.icon-local_shipping:before {
    content: "\e558";
}
.icon-local_taxi:before {
    content: "\e559";
}
.icon-location_city:before {
    content: "\e7f1";
}
.icon-location_off:before {
    content: "\e0c7";
}
.icon-room:before {
    content: "\e8b4";
}
.icon-lock_open:before {
    content: "\e898";
}
.icon-lock_outline:before {
    content: "\e899";
}
.icon-looks:before {
    content: "\e3fc";
}
.icon-looks_3:before {
    content: "\e3fb";
}
.icon-looks_4:before {
    content: "\e3fd";
}
.icon-looks_5:before {
    content: "\e3fe";
}
.icon-looks_6:before {
    content: "\e3ff";
}
.icon-looks_one:before {
    content: "\e400";
}
.icon-looks_two:before {
    content: "\e401";
}
.icon-sync:before {
    content: "\e627";
}
.icon-loupe:before {
    content: "\e402";
}
.icon-low_priority:before {
    content: "\e16d";
}
.icon-loyalty:before {
    content: "\e89a";
}
.icon-mail_outline:before {
    content: "\e0e1";
}
.icon-map2:before {
    content: "\e55b";
}
.icon-markunread_mailbox:before {
    content: "\e89b";
}
.icon-memory:before {
    content: "\e322";
}
.icon-menu:before {
    content: "\e5d2";
}
.icon-message:before {
    content: "\e0c9";
}
.icon-mic:before {
    content: "\e029";
}
.icon-mic_none:before {
    content: "\e02a";
}
.icon-mic_off:before {
    content: "\e02b";
}
.icon-mms:before {
    content: "\e618";
}
.icon-mode_comment:before {
    content: "\e253";
}
.icon-monetization_on:before {
    content: "\e263";
}
.icon-money_off:before {
    content: "\e25c";
}
.icon-monochrome_photos:before {
    content: "\e403";
}
.icon-mood_bad:before {
    content: "\e7f3";
}
.icon-more:before {
    content: "\e619";
}
.icon-more_horiz:before {
    content: "\e5d3";
}
.icon-more_vert:before {
    content: "\e5d4";
}
.icon-motorcycle2:before {
    content: "\e91b";
}
.icon-mouse:before {
    content: "\e323";
}
.icon-move_to_inbox:before {
    content: "\e168";
}
.icon-movie_creation:before {
    content: "\e404";
}
.icon-movie_filter:before {
    content: "\e43a";
}
.icon-multiline_chart:before {
    content: "\e6df";
}
.icon-music_note:before {
    content: "\e405";
}
.icon-music_video:before {
    content: "\e063";
}
.icon-nature:before {
    content: "\e406";
}
.icon-nature_people:before {
    content: "\e407";
}
.icon-navigation:before {
    content: "\e55d";
}
.icon-near_me:before {
    content: "\e569";
}
.icon-network_cell:before {
    content: "\e1b9";
}
.icon-network_check:before {
    content: "\e640";
}
.icon-network_locked:before {
    content: "\e61a";
}
.icon-network_wifi:before {
    content: "\e1ba";
}
.icon-new_releases:before {
    content: "\e031";
}
.icon-next_week:before {
    content: "\e16a";
}
.icon-nfc:before {
    content: "\e1bb";
}
.icon-no_encryption:before {
    content: "\e641";
}
.icon-signal_cellular_no_sim:before {
    content: "\e1ce";
}
.icon-note:before {
    content: "\e06f";
}
.icon-note_add:before {
    content: "\e89c";
}
.icon-notifications:before {
    content: "\e7f4";
}
.icon-notifications_active:before {
    content: "\e7f7";
}
.icon-notifications_none:before {
    content: "\e7f5";
}
.icon-notifications_off:before {
    content: "\e7f6";
}
.icon-notifications_paused:before {
    content: "\e7f8";
}
.icon-offline_pin:before {
    content: "\e90a";
}
.icon-ondemand_video:before {
    content: "\e63a";
}
.icon-opacity:before {
    content: "\e91c";
}
.icon-open_in_browser:before {
    content: "\e89d";
}
.icon-open_with:before {
    content: "\e89f";
}
.icon-pages:before {
    content: "\e7f9";
}
.icon-pageview:before {
    content: "\e8a0";
}
.icon-pan_tool:before {
    content: "\e925";
}
.icon-panorama:before {
    content: "\e40b";
}
.icon-radio_button_unchecked:before {
    content: "\e836";
}
.icon-panorama_horizontal:before {
    content: "\e40d";
}
.icon-panorama_vertical:before {
    content: "\e40e";
}
.icon-panorama_wide_angle:before {
    content: "\e40f";
}
.icon-party_mode:before {
    content: "\e7fa";
}
.icon-pause2:before {
    content: "\e034";
}
.icon-pause_circle_filled:before {
    content: "\e035";
}
.icon-pause_circle_outline:before {
    content: "\e036";
}
.icon-people_outline:before {
    content: "\e7fc";
}
.icon-perm_camera_mic:before {
    content: "\e8a2";
}
.icon-perm_contact_calendar:before {
    content: "\e8a3";
}
.icon-perm_data_setting:before {
    content: "\e8a4";
}
.icon-perm_device_information:before {
    content: "\e8a5";
}
.icon-person_outline:before {
    content: "\e7ff";
}
.icon-perm_media:before {
    content: "\e8a7";
}
.icon-perm_phone_msg:before {
    content: "\e8a8";
}
.icon-perm_scan_wifi:before {
    content: "\e8a9";
}
.icon-person:before {
    content: "\e7fd";
}
.icon-person_add:before {
    content: "\e7fe";
}
.icon-person_pin:before {
    content: "\e55a";
}
.icon-person_pin_circle:before {
    content: "\e56a";
}
.icon-personal_video:before {
    content: "\e63b";
}
.icon-pets:before {
    content: "\e91d";
}
.icon-phone_android:before {
    content: "\e324";
}
.icon-phone_bluetooth_speaker:before {
    content: "\e61b";
}
.icon-phone_forwarded:before {
    content: "\e61c";
}
.icon-phone_in_talk:before {
    content: "\e61d";
}
.icon-phone_iphone:before {
    content: "\e325";
}
.icon-phone_locked:before {
    content: "\e61e";
}
.icon-phone_missed:before {
    content: "\e61f";
}
.icon-phone_paused:before {
    content: "\e620";
}
.icon-phonelink_erase:before {
    content: "\e0db";
}
.icon-phonelink_lock:before {
    content: "\e0dc";
}
.icon-phonelink_off:before {
    content: "\e327";
}
.icon-phonelink_ring:before {
    content: "\e0dd";
}
.icon-phonelink_setup:before {
    content: "\e0de";
}
.icon-photo_album:before {
    content: "\e411";
}
.icon-photo_filter:before {
    content: "\e43b";
}
.icon-photo_size_select_actual:before {
    content: "\e432";
}
.icon-photo_size_select_large:before {
    content: "\e433";
}
.icon-photo_size_select_small:before {
    content: "\e434";
}
.icon-picture_as_pdf:before {
    content: "\e415";
}
.icon-picture_in_picture:before {
    content: "\e8aa";
}
.icon-picture_in_picture_alt:before {
    content: "\e911";
}
.icon-pie_chart:before {
    content: "\e6c4";
}
.icon-pie_chart_outlined:before {
    content: "\e6c5";
}
.icon-pin_drop:before {
    content: "\e55e";
}
.icon-play_arrow:before {
    content: "\e037";
}
.icon-play_circle_filled:before {
    content: "\e038";
}
.icon-play_circle_outline:before {
    content: "\e039";
}
.icon-play_for_work:before {
    content: "\e906";
}
.icon-playlist_add:before {
    content: "\e03b";
}
.icon-playlist_add_check:before {
    content: "\e065";
}
.icon-playlist_play:before {
    content: "\e05f";
}
.icon-plus_one:before {
    content: "\e800";
}
.icon-polymer:before {
    content: "\e8ab";
}
.icon-pool:before {
    content: "\eb48";
}
.icon-portable_wifi_off:before {
    content: "\e0ce";
}
.icon-portrait:before {
    content: "\e416";
}
.icon-power:before {
    content: "\e63c";
}
.icon-power_input:before {
    content: "\e336";
}
.icon-power_settings_new:before {
    content: "\e8ac";
}
.icon-pregnant_woman:before {
    content: "\e91e";
}
.icon-present_to_all:before {
    content: "\e0df";
}
.icon-priority_high:before {
    content: "\e645";
}
.icon-public:before {
    content: "\e80b";
}
.icon-publish:before {
    content: "\e255";
}
.icon-queue_music:before {
    content: "\e03d";
}
.icon-queue_play_next:before {
    content: "\e066";
}
.icon-radio:before {
    content: "\e03e";
}
.icon-radio_button_checked:before {
    content: "\e837";
}
.icon-rate_review:before {
    content: "\e560";
}
.icon-receipt:before {
    content: "\e8b0";
}
.icon-recent_actors:before {
    content: "\e03f";
}
.icon-record_voice_over:before {
    content: "\e91f";
}
.icon-redo:before {
    content: "\e15a";
}
.icon-refresh2:before {
    content: "\e5d5";
}
.icon-remove2:before {
    content: "\e15b";
}
.icon-remove_circle_outline:before {
    content: "\e15d";
}
.icon-remove_from_queue:before {
    content: "\e067";
}
.icon-visibility:before {
    content: "\e8f4";
}
.icon-remove_shopping_cart:before {
    content: "\e928";
}
.icon-reorder2:before {
    content: "\e8fe";
}
.icon-repeat2:before {
    content: "\e040";
}
.icon-repeat_one:before {
    content: "\e041";
}
.icon-replay:before {
    content: "\e042";
}
.icon-replay_10:before {
    content: "\e059";
}
.icon-replay_30:before {
    content: "\e05a";
}
.icon-replay_5:before {
    content: "\e05b";
}
.icon-reply2:before {
    content: "\e15e";
}
.icon-reply_all:before {
    content: "\e15f";
}
.icon-report:before {
    content: "\e160";
}
.icon-warning2:before {
    content: "\e002";
}
.icon-restaurant:before {
    content: "\e56c";
}
.icon-restore_page:before {
    content: "\e929";
}
.icon-ring_volume:before {
    content: "\e0d1";
}
.icon-room_service:before {
    content: "\eb49";
}
.icon-rotate_90_degrees_ccw:before {
    content: "\e418";
}
.icon-rotate_left:before {
    content: "\e419";
}
.icon-rotate_right:before {
    content: "\e41a";
}
.icon-rounded_corner:before {
    content: "\e920";
}
.icon-router:before {
    content: "\e328";
}
.icon-rowing:before {
    content: "\e921";
}
.icon-rss_feed:before {
    content: "\e0e5";
}
.icon-rv_hookup:before {
    content: "\e642";
}
.icon-satellite:before {
    content: "\e562";
}
.icon-save2:before {
    content: "\e161";
}
.icon-scanner:before {
    content: "\e329";
}
.icon-school:before {
    content: "\e80c";
}
.icon-screen_lock_landscape:before {
    content: "\e1be";
}
.icon-screen_lock_portrait:before {
    content: "\e1bf";
}
.icon-screen_lock_rotation:before {
    content: "\e1c0";
}
.icon-screen_rotation:before {
    content: "\e1c1";
}
.icon-screen_share:before {
    content: "\e0e2";
}
.icon-sd_storage:before {
    content: "\e1c2";
}
.icon-search2:before {
    content: "\e8b6";
}
.icon-security:before {
    content: "\e32a";
}
.icon-select_all:before {
    content: "\e162";
}
.icon-send2:before {
    content: "\e163";
}
.icon-sentiment_dissatisfied:before {
    content: "\e811";
}
.icon-sentiment_neutral:before {
    content: "\e812";
}
.icon-sentiment_satisfied:before {
    content: "\e813";
}
.icon-sentiment_very_dissatisfied:before {
    content: "\e814";
}
.icon-sentiment_very_satisfied:before {
    content: "\e815";
}
.icon-settings:before {
    content: "\e8b8";
}
.icon-settings_applications:before {
    content: "\e8b9";
}
.icon-settings_backup_restore:before {
    content: "\e8ba";
}
.icon-settings_bluetooth:before {
    content: "\e8bb";
}
.icon-settings_brightness:before {
    content: "\e8bd";
}
.icon-settings_cell:before {
    content: "\e8bc";
}
.icon-settings_ethernet:before {
    content: "\e8be";
}
.icon-settings_input_antenna:before {
    content: "\e8bf";
}
.icon-settings_input_composite:before {
    content: "\e8c1";
}
.icon-settings_input_hdmi:before {
    content: "\e8c2";
}
.icon-settings_input_svideo:before {
    content: "\e8c3";
}
.icon-settings_overscan:before {
    content: "\e8c4";
}
.icon-settings_phone:before {
    content: "\e8c5";
}
.icon-settings_power:before {
    content: "\e8c6";
}
.icon-settings_remote:before {
    content: "\e8c7";
}
.icon-settings_system_daydream:before {
    content: "\e1c3";
}
.icon-settings_voice:before {
    content: "\e8c8";
}
.icon-share2:before {
    content: "\e80d";
}
.icon-shop:before {
    content: "\e8c9";
}
.icon-shop_two:before {
    content: "\e8ca";
}
.icon-shopping_basket:before {
    content: "\e8cb";
}
.icon-short_text:before {
    content: "\e261";
}
.icon-show_chart:before {
    content: "\e6e1";
}
.icon-shuffle:before {
    content: "\e043";
}
.icon-signal_cellular_4_bar:before {
    content: "\e1c8";
}
.icon-signal_cellular_connected_no_internet_4_bar:before {
    content: "\e1cd";
}
.icon-signal_cellular_null:before {
    content: "\e1cf";
}
.icon-signal_cellular_off:before {
    content: "\e1d0";
}
.icon-signal_wifi_4_bar:before {
    content: "\e1d8";
}
.icon-signal_wifi_4_bar_lock:before {
    content: "\e1d9";
}
.icon-signal_wifi_off:before {
    content: "\e1da";
}
.icon-sim_card:before {
    content: "\e32b";
}
.icon-sim_card_alert:before {
    content: "\e624";
}
.icon-skip_next:before {
    content: "\e044";
}
.icon-skip_previous:before {
    content: "\e045";
}
.icon-slideshow:before {
    content: "\e41b";
}
.icon-slow_motion_video:before {
    content: "\e068";
}
.icon-stay_primary_portrait:before {
    content: "\e0d6";
}
.icon-smoke_free:before {
    content: "\eb4a";
}
.icon-smoking_rooms:before {
    content: "\eb4b";
}
.icon-textsms:before {
    content: "\e0d8";
}
.icon-snooze:before {
    content: "\e046";
}
.icon-sort2:before {
    content: "\e164";
}
.icon-sort_by_alpha:before {
    content: "\e053";
}
.icon-spa:before {
    content: "\eb4c";
}
.icon-space_bar:before {
    content: "\e256";
}
.icon-speaker:before {
    content: "\e32d";
}
.icon-speaker_group:before {
    content: "\e32e";
}
.icon-speaker_notes:before {
    content: "\e8cd";
}
.icon-speaker_notes_off:before {
    content: "\e92a";
}
.icon-speaker_phone:before {
    content: "\e0d2";
}
.icon-spellcheck:before {
    content: "\e8ce";
}
.icon-star_border:before {
    content: "\e83a";
}
.icon-star_half:before {
    content: "\e839";
}
.icon-stars:before {
    content: "\e8d0";
}
.icon-stay_primary_landscape:before {
    content: "\e0d5";
}
.icon-stop2:before {
    content: "\e047";
}
.icon-stop_screen_share:before {
    content: "\e0e3";
}
.icon-storage:before {
    content: "\e1db";
}
.icon-store_mall_directory:before {
    content: "\e563";
}
.icon-straighten:before {
    content: "\e41c";
}
.icon-streetview:before {
    content: "\e56e";
}
.icon-strikethrough_s:before {
    content: "\e257";
}
.icon-style:before {
    content: "\e41d";
}
.icon-subdirectory_arrow_left:before {
    content: "\e5d9";
}
.icon-subdirectory_arrow_right:before {
    content: "\e5da";
}
.icon-subject:before {
    content: "\e8d2";
}
.icon-subscriptions:before {
    content: "\e064";
}
.icon-subtitles:before {
    content: "\e048";
}
.icon-subway2:before {
    content: "\e56f";
}
.icon-supervisor_account:before {
    content: "\e8d3";
}
.icon-surround_sound:before {
    content: "\e049";
}
.icon-swap_calls:before {
    content: "\e0d7";
}
.icon-swap_horiz:before {
    content: "\e8d4";
}
.icon-swap_vert:before {
    content: "\e8d5";
}
.icon-swap_vertical_circle:before {
    content: "\e8d6";
}
.icon-switch_camera:before {
    content: "\e41e";
}
.icon-switch_video:before {
    content: "\e41f";
}
.icon-sync_disabled:before {
    content: "\e628";
}
.icon-sync_problem:before {
    content: "\e629";
}
.icon-system_update:before {
    content: "\e62a";
}
.icon-system_update_alt:before {
    content: "\e8d7";
}
.icon-tab:before {
    content: "\e8d8";
}
.icon-tab_unselected:before {
    content: "\e8d9";
}
.icon-tablet2:before {
    content: "\e32f";
}
.icon-tablet_android:before {
    content: "\e330";
}
.icon-tablet_mac:before {
    content: "\e331";
}
.icon-tap_and_play:before {
    content: "\e62b";
}
.icon-text_fields:before {
    content: "\e262";
}
.icon-text_format:before {
    content: "\e165";
}
.icon-texture:before {
    content: "\e421";
}
.icon-thumb_down:before {
    content: "\e8db";
}
.icon-thumb_up:before {
    content: "\e8dc";
}
.icon-thumbs_up_down:before {
    content: "\e8dd";
}
.icon-timelapse:before {
    content: "\e422";
}
.icon-timeline:before {
    content: "\e922";
}
.icon-timer:before {
    content: "\e425";
}
.icon-timer_10:before {
    content: "\e423";
}
.icon-timer_3:before {
    content: "\e424";
}
.icon-timer_off:before {
    content: "\e426";
}
.icon-title:before {
    content: "\e264";
}
.icon-toc:before {
    content: "\e8de";
}
.icon-today:before {
    content: "\e8df";
}
.icon-toll:before {
    content: "\e8e0";
}
.icon-tonality:before {
    content: "\e427";
}
.icon-touch_app:before {
    content: "\e913";
}
.icon-toys:before {
    content: "\e332";
}
.icon-track_changes:before {
    content: "\e8e1";
}
.icon-traffic:before {
    content: "\e565";
}
.icon-train2:before {
    content: "\e570";
}
.icon-tram:before {
    content: "\e571";
}
.icon-transfer_within_a_station:before {
    content: "\e572";
}
.icon-transform:before {
    content: "\e428";
}
.icon-translate:before {
    content: "\e8e2";
}
.icon-trending_down:before {
    content: "\e8e3";
}
.icon-trending_flat:before {
    content: "\e8e4";
}
.icon-trending_up:before {
    content: "\e8e5";
}
.icon-tune:before {
    content: "\e429";
}
.icon-tv2:before {
    content: "\e333";
}
.icon-unarchive:before {
    content: "\e169";
}
.icon-undo2:before {
    content: "\e166";
}
.icon-unfold_less:before {
    content: "\e5d6";
}
.icon-unfold_more:before {
    content: "\e5d7";
}
.icon-update:before {
    content: "\e923";
}
.icon-usb2:before {
    content: "\e1e0";
}
.icon-verified_user:before {
    content: "\e8e8";
}
.icon-vertical_align_bottom:before {
    content: "\e258";
}
.icon-vertical_align_center:before {
    content: "\e259";
}
.icon-vertical_align_top:before {
    content: "\e25a";
}
.icon-vibration:before {
    content: "\e62d";
}
.icon-video_call:before {
    content: "\e070";
}
.icon-video_label:before {
    content: "\e071";
}
.icon-video_library:before {
    content: "\e04a";
}
.icon-videocam:before {
    content: "\e04b";
}
.icon-videocam_off:before {
    content: "\e04c";
}
.icon-videogame_asset:before {
    content: "\e338";
}
.icon-view_agenda:before {
    content: "\e8e9";
}
.icon-view_array:before {
    content: "\e8ea";
}
.icon-view_carousel:before {
    content: "\e8eb";
}
.icon-view_column:before {
    content: "\e8ec";
}
.icon-view_comfy:before {
    content: "\e42a";
}
.icon-view_compact:before {
    content: "\e42b";
}
.icon-view_day:before {
    content: "\e8ed";
}
.icon-view_headline:before {
    content: "\e8ee";
}
.icon-view_list:before {
    content: "\e8ef";
}
.icon-view_module:before {
    content: "\e8f0";
}
.icon-view_quilt:before {
    content: "\e8f1";
}
.icon-view_stream:before {
    content: "\e8f2";
}
.icon-view_week:before {
    content: "\e8f3";
}
.icon-vignette:before {
    content: "\e435";
}
.icon-visibility_off:before {
    content: "\e8f5";
}
.icon-voice_chat:before {
    content: "\e62e";
}
.icon-voicemail:before {
    content: "\e0d9";
}
.icon-volume_down:before {
    content: "\e04d";
}
.icon-volume_mute:before {
    content: "\e04e";
}
.icon-volume_off:before {
    content: "\e04f";
}
.icon-volume_up:before {
    content: "\e050";
}
.icon-vpn_key:before {
    content: "\e0da";
}
.icon-vpn_lock:before {
    content: "\e62f";
}
.icon-wallpaper:before {
    content: "\e1bc";
}
.icon-watch:before {
    content: "\e334";
}
.icon-watch_later:before {
    content: "\e924";
}
.icon-wb_auto:before {
    content: "\e42c";
}
.icon-wb_incandescent:before {
    content: "\e42e";
}
.icon-wb_iridescent:before {
    content: "\e436";
}
.icon-wb_sunny:before {
    content: "\e430";
}
.icon-wc:before {
    content: "\e63d";
}
.icon-web:before {
    content: "\e051";
}
.icon-web_asset:before {
    content: "\e069";
}
.icon-weekend:before {
    content: "\e16b";
}
.icon-whatshot:before {
    content: "\e80e";
}
.icon-widgets:before {
    content: "\e1bd";
}
.icon-wifi2:before {
    content: "\e63e";
}
.icon-wifi_lock:before {
    content: "\e1e1";
}
.icon-wifi_tethering:before {
    content: "\e1e2";
}
.icon-work:before {
    content: "\e8f9";
}
.icon-wrap_text:before {
    content: "\e25b";
}
.icon-youtube_searched_for:before {
    content: "\e8fa";
}
.icon-zoom_in:before {
    content: "\e8ff";
}
.icon-zoom_out:before {
    content: "\e901";
}
.icon-zoom_out_map:before {
    content: "\e56b";
}
