@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i);

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: "FontAwesome";
    src: url(/static/media/fontawesome-webfont3e6e.674f50d2.eot);
    src: url(/static/media/fontawesome-webfontd41d.674f50d2.eot) format("embedded-opentype"), url(/static/media/fontawesome-webfont3e6e.af7ae505.woff2) format("woff2"), url(/static/media/fontawesome-webfont3e6e.fee66e71.woff) format("woff"), url(/static/media/fontawesome-webfont3e6e.b06871f2.ttf) format("truetype"), url(/static/media/fontawesome-webfont3e6e.912ec66d.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

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

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

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

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

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

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

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

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

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

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

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

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.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: scaleX(-1);
    transform: scaleX(-1)
}

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

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

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

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

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

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

.fa-inverse {
    color: #fff
}

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

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

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

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

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

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

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

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

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

.fa-trash-o:before {
    content: "\f014"
}

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

.fa-file-o:before {
    content: "\f016"
}

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

.fa-road:before {
    content: "\f018"
}

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

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

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

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

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

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

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

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

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

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

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

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

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

.fa-print:before {
    content: "\f02f"
}

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

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

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

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

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

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

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

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

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

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

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

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

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

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

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

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

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

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

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

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

.fa-step-forward:before {
    content: "\f051"
}

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

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

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

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

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

.fa-question-circle:before {
    content: "\f059"
}

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

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

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

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

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

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

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

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

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

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

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

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

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

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

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

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

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

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

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

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

.fa-plane:before {
    content: "\f072"
}

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

.fa-random:before {
    content: "\f074"
}

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

.fa-magnet:before {
    content: "\f076"
}

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

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

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

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

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

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

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

.fa-twitter-square:before {
    content: "\f081"
}

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

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

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

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

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

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

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

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

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

.fa-upload:before {
    content: "\f093"
}

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

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

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

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

.fa-unlock:before {
    content: "\f09c"
}

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

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

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

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

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

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

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

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

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

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

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9"
}

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

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

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

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

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

.fa-money:before {
    content: "\f0d6"
}

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

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

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

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

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

.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de"
}

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

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

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

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

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

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

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea"
}

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

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

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

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

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

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

.fa-medkit:before {
    content: "\f0fa"
}

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

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

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

.fa-plus-square:before {
    content: "\f0fe"
}

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

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

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

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

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

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

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

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

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

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

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

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

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

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

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

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

.fa-meh-o:before {
    content: "\f11a"
}

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

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

.fa-flag-o:before {
    content: "\f11d"
}

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

.fa-terminal:before {
    content: "\f120"
}

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

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

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

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

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

.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

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

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

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

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

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

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

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

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

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

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

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

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

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

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

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

.fa-unlock-alt:before {
    content: "\f13e"
}

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

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

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

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

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

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

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

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
    content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158"
}

.fa-krw:before,
.fa-won:before {
    content: "\f159"
}

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

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

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

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

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

.fa-stack-overflow:before {
    content: "\f16c"
}

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

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

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

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

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

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

.fa-windows:before {
    content: "\f17a"
}

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

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

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

.fa-skype:before {
    content: "\f17e"
}

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

.fa-trello:before {
    content: "\f181"
}

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

.fa-male:before {
    content: "\f183"
}

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

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

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

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

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191"
}

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

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

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

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

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

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

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

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

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

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

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

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

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

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

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

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

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

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

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

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

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

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

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

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

.fa-soundcloud:before {
    content: "\f1be"
}

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

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

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

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

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

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

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

.fa-vine:before {
    content: "\f1ca"
}

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

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

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd"
}

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

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "\f1d0"
}

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

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

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

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9"
}

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

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

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

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

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

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

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

.fa-paypal:before {
    content: "\f1ed"
}

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

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

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

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

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

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

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

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

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

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

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

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

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

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

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

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

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

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

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

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

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

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

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

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

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

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

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

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

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

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

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

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

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

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

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

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

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

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

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

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

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

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

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

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

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

.fa-mouse-pointer:before {
    content: "\f245"
}

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

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

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

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

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

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

.fa-hourglass-o:before {
    content: "\f250"
}

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

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

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

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

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\f256"
}

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

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

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

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

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

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

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

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

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

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

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

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

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

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

.fa-opera:before {
    content: "\f26a"
}

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

.fa-television:before,
.fa-tv:before {
    content: "\f26c"
}

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

.fa-500px:before {
    content: "\f26e"
}

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

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

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

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

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

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

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

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

.fa-vimeo:before {
    content: "\f27d"
}

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

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

.fa-reddit-alien:before {
    content: "\f281"
}

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

.fa-credit-card-alt:before {
    content: "\f283"
}

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

.fa-modx:before {
    content: "\f285"
}

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

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

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

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

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

.fa-percent:before {
    content: "\f295"
}

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

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

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

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

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

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

.fa-volume-control-phone:before {
    content: "\f2a0"
}

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

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

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

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\f2a4"
}

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

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

.fa-sign-language:before,
.fa-signing:before {
    content: "\f2a7"
}

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

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

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

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

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

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

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

.fa-envelope-open-o:before {
    content: "\f2b7"
}

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

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

.fa-address-book-o:before {
    content: "\f2ba"
}

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

.fa-address-card-o:before,
.fa-vcard-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

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

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

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

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

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

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

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

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

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

@font-face {
    font-family: "icofont";
    src: url(/static/media/icofont.ea6b50ee.eot);
    src: url(/static/media/icofont.ea6b50ee.eot) format("embedded-opentype"), url(/static/media/icofont.529c3ac7.ttf) format("truetype"), url(/static/media/icofont.4abc402d.woff) format("woff"), url(/static/media/icofont.00e93fdf.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

.icofont {
    font-family: "IcoFont" !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icofont-angry-monster:before {
    content: "\e901"
}

.icofont-bathtub:before {
    content: "\e902"
}

.icofont-bird-wings:before {
    content: "\e903"
}

.icofont-bow:before {
    content: "\e904"
}

.icofont-brain-alt:before {
    content: "\e905"
}

.icofont-butterfly-alt:before {
    content: "\e906"
}

.icofont-castle:before {
    content: "\e907"
}

.icofont-circuit:before {
    content: "\e908"
}

.icofont-dart:before {
    content: "\e909"
}

.icofont-dice-alt:before {
    content: "\e90a"
}

.icofont-disability-race:before {
    content: "\e90b"
}

.icofont-diving-goggle:before {
    content: "\e90c"
}

.icofont-fire-alt:before {
    content: "\e90d"
}

.icofont-flame-torch:before {
    content: "\e90e"
}

.icofont-flora-flower:before {
    content: "\e90f"
}

.icofont-flora:before {
    content: "\e910"
}

.icofont-gift-box:before {
    content: "\e911"
}

.icofont-halloween-pumpkin:before {
    content: "\e912"
}

.icofont-hand-power:before {
    content: "\e913"
}

.icofont-hand-thunder:before {
    content: "\e914"
}

.icofont-king-crown:before {
    content: "\e915"
}

.icofont-king-monster:before {
    content: "\e916"
}

.icofont-love:before {
    content: "\e917"
}

.icofont-magician-hat:before {
    content: "\e918"
}

.icofont-native-american:before {
    content: "\e919"
}

.icofont-open-eye:before {
    content: "\e91a"
}

.icofont-owl-look:before {
    content: "\e91b"
}

.icofont-phoenix:before {
    content: "\e91c"
}

.icofont-queen-crown:before {
    content: "\e91d"
}

.icofont-robot-face:before {
    content: "\e91e"
}

.icofont-sand-clock:before {
    content: "\e91f"
}

.icofont-shield-alt:before {
    content: "\e920"
}

.icofont-ship-wheel:before {
    content: "\e921"
}

.icofont-skull-danger:before {
    content: "\e922"
}

.icofont-skull-face:before {
    content: "\e923"
}

.icofont-snail:before {
    content: "\e924"
}

.icofont-snow-alt:before {
    content: "\e925"
}

.icofont-snow-flake:before {
    content: "\e926"
}

.icofont-snowmobile:before {
    content: "\e927"
}

.icofont-space-shuttle:before {
    content: "\e928"
}

.icofont-star-shape:before {
    content: "\e929"
}

.icofont-swirl:before {
    content: "\e92a"
}

.icofont-tattoo-wing:before {
    content: "\e92b"
}

.icofont-throne:before {
    content: "\e92c"
}

.icofont-touch:before {
    content: "\e92d"
}

.icofont-tree-alt:before {
    content: "\e92e"
}

.icofont-triangle:before {
    content: "\e92f"
}

.icofont-unity-hand:before {
    content: "\e930"
}

.icofont-weed:before {
    content: "\e931"
}

.icofont-woman-bird:before {
    content: "\e932"
}

.icofont-animal-bat:before {
    content: "\e933"
}

.icofont-animal-bear-tracks:before {
    content: "\e934"
}

.icofont-animal-bear:before {
    content: "\e935"
}

.icofont-animal-bird-alt:before {
    content: "\e936"
}

.icofont-animal-bird:before {
    content: "\e937"
}

.icofont-animal-bone:before {
    content: "\e938"
}

.icofont-animal-bull:before {
    content: "\e939"
}

.icofont-animal-camel-alt:before {
    content: "\e93a"
}

.icofont-animal-camel-head:before {
    content: "\e93b"
}

.icofont-animal-camel:before {
    content: "\e93c"
}

.icofont-animal-cat-alt-1:before {
    content: "\e93d"
}

.icofont-animal-cat-alt-2:before {
    content: "\e93e"
}

.icofont-animal-cat-alt-3:before {
    content: "\e93f"
}

.icofont-animal-cat-alt-4:before {
    content: "\e940"
}

.icofont-animal-cat-with-dog:before {
    content: "\e941"
}

.icofont-animal-cat:before {
    content: "\e942"
}

.icofont-animal-cow-head:before {
    content: "\e943"
}

.icofont-animal-cow:before {
    content: "\e944"
}

.icofont-animal-crab:before {
    content: "\e945"
}

.icofont-animal-crocodile:before {
    content: "\e946"
}

.icofont-animal-deer-head:before {
    content: "\e947"
}

.icofont-animal-dog-alt:before {
    content: "\e948"
}

.icofont-animal-dog-barking:before {
    content: "\e949"
}

.icofont-animal-dog:before {
    content: "\e94a"
}

.icofont-animal-dolphin:before {
    content: "\e94b"
}

.icofont-animal-duck-tracks:before {
    content: "\e94c"
}

.icofont-animal-eagle-head:before {
    content: "\e94d"
}

.icofont-animal-eaten-fish:before {
    content: "\e94e"
}

.icofont-animal-elephant-alt:before {
    content: "\e94f"
}

.icofont-animal-elephant-head-alt:before {
    content: "\e950"
}

.icofont-animal-elephant-head:before {
    content: "\e951"
}

.icofont-animal-elephant:before {
    content: "\e952"
}

.icofont-animal-elk:before {
    content: "\e953"
}

.icofont-animal-fish-alt-1:before {
    content: "\e954"
}

.icofont-animal-fish-alt-2:before {
    content: "\e955"
}

.icofont-animal-fish-alt-3:before {
    content: "\e956"
}

.icofont-animal-fish-alt-4:before {
    content: "\e957"
}

.icofont-animal-fish:before {
    content: "\e958"
}

.icofont-animal-fox-alt:before {
    content: "\e959"
}

.icofont-animal-fox:before {
    content: "\e95a"
}

.icofont-animal-frog-tracks:before {
    content: "\e95b"
}

.icofont-animal-frog:before {
    content: "\e95c"
}

.icofont-animal-froggy:before {
    content: "\e95d"
}

.icofont-animal-giraffe-alt:before {
    content: "\e95e"
}

.icofont-animal-giraffe:before {
    content: "\e95f"
}

.icofont-animal-goat-head-alt-1:before {
    content: "\e960"
}

.icofont-animal-goat-head-alt-2:before {
    content: "\e961"
}

.icofont-animal-goat-head:before {
    content: "\e962"
}

.icofont-animal-gorilla:before {
    content: "\e963"
}

.icofont-animal-hen-tracks:before {
    content: "\e964"
}

.icofont-animal-horse-head-alt-1:before {
    content: "\e965"
}

.icofont-animal-horse-head-alt-2:before {
    content: "\e966"
}

.icofont-animal-horse-head:before {
    content: "\e967"
}

.icofont-animal-horse-tracks:before {
    content: "\e968"
}

.icofont-animal-jellyfish:before {
    content: "\e969"
}

.icofont-animal-kangaroo:before {
    content: "\e96a"
}

.icofont-animal-lemur:before {
    content: "\e96b"
}

.icofont-animal-lion-alt:before {
    content: "\e96c"
}

.icofont-animal-lion-head-alt:before {
    content: "\e96d"
}

.icofont-animal-lion-head:before {
    content: "\e96e"
}

.icofont-animal-lion:before {
    content: "\e96f"
}

.icofont-animal-monkey-alt-1:before {
    content: "\e970"
}

.icofont-animal-monkey-alt-2:before {
    content: "\e971"
}

.icofont-animal-monkey-alt-3:before {
    content: "\e972"
}

.icofont-animal-monkey:before {
    content: "\e973"
}

.icofont-animal-octopus-alt:before {
    content: "\e974"
}

.icofont-animal-octopus:before {
    content: "\e975"
}

.icofont-animal-owl:before {
    content: "\e976"
}

.icofont-animal-panda-alt:before {
    content: "\e977"
}

.icofont-animal-panda:before {
    content: "\e978"
}

.icofont-animal-panther:before {
    content: "\e979"
}

.icofont-animal-parrot-lip:before {
    content: "\e97a"
}

.icofont-animal-parrot:before {
    content: "\e97b"
}

.icofont-animal-paw:before {
    content: "\e97c"
}

.icofont-animal-pelican:before {
    content: "\e97d"
}

.icofont-animal-penguin:before {
    content: "\e97e"
}

.icofont-animal-pig-alt:before {
    content: "\e97f"
}

.icofont-animal-pig:before {
    content: "\e980"
}

.icofont-animal-pigeon-alt:before {
    content: "\e981"
}

.icofont-animal-pigeon:before {
    content: "\e982"
}

.icofont-animal-pigeons:before {
    content: "\e983"
}

.icofont-animal-rabbit-running:before {
    content: "\e984"
}

.icofont-animal-rat-alt:before {
    content: "\e985"
}

.icofont-animal-rhino-head:before {
    content: "\e986"
}

.icofont-animal-rhino:before {
    content: "\e987"
}

.icofont-animal-rooster:before {
    content: "\e988"
}

.icofont-animal-seahorse:before {
    content: "\e989"
}

.icofont-animal-seal:before {
    content: "\e98a"
}

.icofont-animal-shrimp:before {
    content: "\e98b"
}

.icofont-animal-snail-alt-1:before {
    content: "\e98c"
}

.icofont-animal-snail-alt-2:before {
    content: "\e98d"
}

.icofont-animal-snail:before {
    content: "\e98e"
}

.icofont-animal-snake:before {
    content: "\e98f"
}

.icofont-animal-squid:before {
    content: "\e990"
}

.icofont-animal-squirrel:before {
    content: "\e991"
}

.icofont-animal-tiger-alt:before {
    content: "\e992"
}

.icofont-animal-tiger:before {
    content: "\e993"
}

.icofont-animal-turtle:before {
    content: "\e994"
}

.icofont-animal-whale:before {
    content: "\e995"
}

.icofont-animal-woodpecker:before {
    content: "\e996"
}

.icofont-animal-zebra:before {
    content: "\e997"
}

.icofont-brand-acer:before {
    content: "\e998"
}

.icofont-brand-adidas:before {
    content: "\e999"
}

.icofont-brand-adobe:before {
    content: "\e99a"
}

.icofont-brand-air-new-zealand:before {
    content: "\e99b"
}

.icofont-brand-airbnb:before {
    content: "\e99c"
}

.icofont-brand-aircell:before {
    content: "\e99d"
}

.icofont-brand-airtel:before {
    content: "\e99e"
}

.icofont-brand-alcatel:before {
    content: "\e99f"
}

.icofont-brand-alibaba:before {
    content: "\e9a0"
}

.icofont-brand-aliexpress:before {
    content: "\e9a1"
}

.icofont-brand-alipay:before {
    content: "\e9a2"
}

.icofont-brand-amazon:before {
    content: "\e9a3"
}

.icofont-brand-amd:before {
    content: "\e9a4"
}

.icofont-brand-american-airlines:before {
    content: "\e9a5"
}

.icofont-brand-android-robot:before {
    content: "\e9a6"
}

.icofont-brand-android:before {
    content: "\e9a7"
}

.icofont-brand-aol:before {
    content: "\e9a8"
}

.icofont-brand-apple:before {
    content: "\e9a9"
}

.icofont-brand-appstore:before {
    content: "\e9aa"
}

.icofont-brand-asus:before {
    content: "\e9ab"
}

.icofont-brand-ati:before {
    content: "\e9ac"
}

.icofont-brand-att:before {
    content: "\e9ad"
}

.icofont-brand-audi:before {
    content: "\e9ae"
}

.icofont-brand-axiata:before {
    content: "\e9af"
}

.icofont-brand-bada:before {
    content: "\e9b0"
}

.icofont-brand-bbc:before {
    content: "\e9b1"
}

.icofont-brand-bing:before {
    content: "\e9b2"
}

.icofont-brand-blackberry:before {
    content: "\e9b3"
}

.icofont-brand-bmw:before {
    content: "\e9b4"
}

.icofont-brand-box:before {
    content: "\e9b5"
}

.icofont-brand-burger-king:before {
    content: "\e9b6"
}

.icofont-brand-business-insider:before {
    content: "\e9b7"
}

.icofont-brand-buzzfeed:before {
    content: "\e9b8"
}

.icofont-brand-cannon:before {
    content: "\e9b9"
}

.icofont-brand-casio:before {
    content: "\e9ba"
}

.icofont-brand-china-mobile:before {
    content: "\e9bb"
}

.icofont-brand-china-telecom:before {
    content: "\e9bc"
}

.icofont-brand-china-unicom:before {
    content: "\e9bd"
}

.icofont-brand-cisco:before {
    content: "\e9be"
}

.icofont-brand-citibank:before {
    content: "\e9bf"
}

.icofont-brand-cnet:before {
    content: "\e9c0"
}

.icofont-brand-cnn:before {
    content: "\e9c1"
}

.icofont-brand-cocal-cola:before {
    content: "\e9c2"
}

.icofont-brand-compaq:before {
    content: "\e9c3"
}

.icofont-brand-copy:before {
    content: "\e9c4"
}

.icofont-brand-debian:before {
    content: "\e9c5"
}

.icofont-brand-delicious:before {
    content: "\e9c6"
}

.icofont-brand-dell:before {
    content: "\e9c7"
}

.icofont-brand-designbump:before {
    content: "\e9c8"
}

.icofont-brand-designfloat:before {
    content: "\e9c9"
}

.icofont-brand-disney:before {
    content: "\e9ca"
}

.icofont-brand-dodge:before {
    content: "\e9cb"
}

.icofont-brand-dove:before {
    content: "\e9cc"
}

.icofont-brand-ebay:before {
    content: "\e9cd"
}

.icofont-brand-eleven:before {
    content: "\e9ce"
}

.icofont-brand-emirates:before {
    content: "\e9cf"
}

.icofont-brand-espn:before {
    content: "\e9d0"
}

.icofont-brand-etihad-airways:before {
    content: "\e9d1"
}

.icofont-brand-etisalat:before {
    content: "\e9d2"
}

.icofont-brand-etsy:before {
    content: "\e9d3"
}

.icofont-brand-facebook:before {
    content: "\e9d4"
}

.icofont-brand-fastrack:before {
    content: "\e9d5"
}

.icofont-brand-fedex:before {
    content: "\e9d6"
}

.icofont-brand-ferrari:before {
    content: "\e9d7"
}

.icofont-brand-fitbit:before {
    content: "\e9d8"
}

.icofont-brand-flikr:before {
    content: "\e9d9"
}

.icofont-brand-forbes:before {
    content: "\e9da"
}

.icofont-brand-foursquare:before {
    content: "\e9db"
}

.icofont-brand-fox:before {
    content: "\e9dc"
}

.icofont-brand-foxconn:before {
    content: "\e9dd"
}

.icofont-brand-fujitsu:before {
    content: "\e9de"
}

.icofont-brand-general-electric:before {
    content: "\e9df"
}

.icofont-brand-gillette:before {
    content: "\e9e0"
}

.icofont-brand-gizmodo:before {
    content: "\e9e1"
}

.icofont-brand-gnome:before {
    content: "\e9e2"
}

.icofont-brand-google:before {
    content: "\e9e3"
}

.icofont-brand-gopro:before {
    content: "\e9e4"
}

.icofont-brand-gucci:before {
    content: "\e9e5"
}

.icofont-brand-hallmark:before {
    content: "\e9e6"
}

.icofont-brand-hi5:before {
    content: "\e9e7"
}

.icofont-brand-honda:before {
    content: "\e9e8"
}

.icofont-brand-hp:before {
    content: "\e9e9"
}

.icofont-brand-hsbc:before {
    content: "\e9ea"
}

.icofont-brand-htc:before {
    content: "\e9eb"
}

.icofont-brand-huawei:before {
    content: "\e9ec"
}

.icofont-brand-hulu:before {
    content: "\e9ed"
}

.icofont-brand-hyundai:before {
    content: "\e9ee"
}

.icofont-brand-ibm:before {
    content: "\e9ef"
}

.icofont-brand-icofont:before {
    content: "\e9f0"
}

.icofont-brand-icq:before {
    content: "\e9f1"
}

.icofont-brand-ikea:before {
    content: "\e9f2"
}

.icofont-brand-imdb:before {
    content: "\e9f3"
}

.icofont-brand-indiegogo:before {
    content: "\e9f4"
}

.icofont-brand-intel:before {
    content: "\e9f5"
}

.icofont-brand-ipair:before {
    content: "\e9f6"
}

.icofont-brand-jaguar:before {
    content: "\e9f7"
}

.icofont-brand-java:before {
    content: "\e9f8"
}

.icofont-brand-joomshaper:before {
    content: "\e9f9"
}

.icofont-brand-kickstarter:before {
    content: "\e9fa"
}

.icofont-brand-kik:before {
    content: "\e9fb"
}

.icofont-brand-lastfm:before {
    content: "\e9fc"
}

.icofont-brand-lego:before {
    content: "\e9fd"
}

.icofont-brand-lenovo:before {
    content: "\e9fe"
}

.icofont-brand-levis:before {
    content: "\e9ff"
}

.icofont-brand-lexus:before {
    content: "\ea00"
}

.icofont-brand-lg:before {
    content: "\ea01"
}

.icofont-brand-life-hacker:before {
    content: "\ea02"
}

.icofont-brand-line-messenger:before {
    content: "\ea03"
}

.icofont-brand-linkedin:before {
    content: "\ea04"
}

.icofont-brand-linux-mint:before {
    content: "\ea05"
}

.icofont-brand-linux:before {
    content: "\ea06"
}

.icofont-brand-lionix:before {
    content: "\ea07"
}

.icofont-brand-live-messenger:before {
    content: "\ea08"
}

.icofont-brand-loreal:before {
    content: "\ea09"
}

.icofont-brand-louis-vuitton:before {
    content: "\ea0a"
}

.icofont-brand-mac-os:before {
    content: "\ea0b"
}

.icofont-brand-marvel-app:before {
    content: "\ea0c"
}

.icofont-brand-mashable:before {
    content: "\ea0d"
}

.icofont-brand-mazda:before {
    content: "\ea0e"
}

.icofont-brand-mcdonals:before {
    content: "\ea0f"
}

.icofont-brand-mercedes:before {
    content: "\ea10"
}

.icofont-brand-micromax:before {
    content: "\ea11"
}

.icofont-brand-microsoft:before {
    content: "\ea12"
}

.icofont-brand-mobileme:before {
    content: "\ea13"
}

.icofont-brand-mobily:before {
    content: "\ea14"
}

.icofont-brand-motorola:before {
    content: "\ea15"
}

.icofont-brand-msi:before {
    content: "\ea16"
}

.icofont-brand-mts:before {
    content: "\ea17"
}

.icofont-brand-myspace:before {
    content: "\ea18"
}

.icofont-brand-mytv:before {
    content: "\ea19"
}

.icofont-brand-nasa:before {
    content: "\ea1a"
}

.icofont-brand-natgeo:before {
    content: "\ea1b"
}

.icofont-brand-nbc:before {
    content: "\ea1c"
}

.icofont-brand-nescafe:before {
    content: "\ea1d"
}

.icofont-brand-nestle:before {
    content: "\ea1e"
}

.icofont-brand-netflix:before {
    content: "\ea1f"
}

.icofont-brand-nexus:before {
    content: "\ea20"
}

.icofont-brand-nike:before {
    content: "\ea21"
}

.icofont-brand-nokia:before {
    content: "\ea22"
}

.icofont-brand-nvidia:before {
    content: "\ea23"
}

.icofont-brand-omega:before {
    content: "\ea24"
}

.icofont-brand-opensuse:before {
    content: "\ea25"
}

.icofont-brand-oracle:before {
    content: "\ea26"
}

.icofont-brand-panasonic:before {
    content: "\ea27"
}

.icofont-brand-paypal:before {
    content: "\ea28"
}

.icofont-brand-pepsi:before {
    content: "\ea29"
}

.icofont-brand-philips:before {
    content: "\ea2a"
}

.icofont-brand-pizza-hut:before {
    content: "\ea2b"
}

.icofont-brand-playstation:before {
    content: "\ea2c"
}

.icofont-brand-puma:before {
    content: "\ea2d"
}

.icofont-brand-qatar-air:before {
    content: "\ea2e"
}

.icofont-brand-qvc:before {
    content: "\ea2f"
}

.icofont-brand-readernaut:before {
    content: "\ea30"
}

.icofont-brand-redbull:before {
    content: "\ea31"
}

.icofont-brand-reebok:before {
    content: "\ea32"
}

.icofont-brand-reuters:before {
    content: "\ea33"
}

.icofont-brand-samsung:before {
    content: "\ea34"
}

.icofont-brand-sap:before {
    content: "\ea35"
}

.icofont-brand-saudia-airlines:before {
    content: "\ea36"
}

.icofont-brand-scribd:before {
    content: "\ea37"
}

.icofont-brand-shell:before {
    content: "\ea38"
}

.icofont-brand-siemens:before {
    content: "\ea39"
}

.icofont-brand-sk-telecom:before {
    content: "\ea3a"
}

.icofont-brand-slideshare:before {
    content: "\ea3b"
}

.icofont-brand-smashing-magazine:before {
    content: "\ea3c"
}

.icofont-brand-snapchat:before {
    content: "\ea3d"
}

.icofont-brand-sony-ericsson:before {
    content: "\ea3e"
}

.icofont-brand-sony:before {
    content: "\ea3f"
}

.icofont-brand-soundcloud:before {
    content: "\ea40"
}

.icofont-brand-sprint:before {
    content: "\ea41"
}

.icofont-brand-squidoo:before {
    content: "\ea42"
}

.icofont-brand-starbucks:before {
    content: "\ea43"
}

.icofont-brand-stc:before {
    content: "\ea44"
}

.icofont-brand-steam:before {
    content: "\ea45"
}

.icofont-brand-suzuki:before {
    content: "\ea46"
}

.icofont-brand-symbian:before {
    content: "\ea47"
}

.icofont-brand-t-mobile:before {
    content: "\ea48"
}

.icofont-brand-tango:before {
    content: "\ea49"
}

.icofont-brand-target:before {
    content: "\ea4a"
}

.icofont-brand-tata-indicom:before {
    content: "\ea4b"
}

.icofont-brand-techcrunch:before {
    content: "\ea4c"
}

.icofont-brand-telenor:before {
    content: "\ea4d"
}

.icofont-brand-teliasonera:before {
    content: "\ea4e"
}

.icofont-brand-tesla:before {
    content: "\ea4f"
}

.icofont-brand-the-verge:before {
    content: "\ea50"
}

.icofont-brand-thenextweb:before {
    content: "\ea51"
}

.icofont-brand-toshiba:before {
    content: "\ea52"
}

.icofont-brand-toyota:before {
    content: "\ea53"
}

.icofont-brand-tribenet:before {
    content: "\ea54"
}

.icofont-brand-ubuntu:before {
    content: "\ea55"
}

.icofont-brand-unilever:before {
    content: "\ea56"
}

.icofont-brand-vaio:before {
    content: "\ea57"
}

.icofont-brand-verizon:before {
    content: "\ea58"
}

.icofont-brand-viber:before {
    content: "\ea59"
}

.icofont-brand-vodafone:before {
    content: "\ea5a"
}

.icofont-brand-volkswagen:before {
    content: "\ea5b"
}

.icofont-brand-walmart:before {
    content: "\ea5c"
}

.icofont-brand-warnerbros:before {
    content: "\ea5d"
}

.icofont-brand-whatsapp:before {
    content: "\ea5e"
}

.icofont-brand-wikipedia:before {
    content: "\ea5f"
}

.icofont-brand-windows:before {
    content: "\ea60"
}

.icofont-brand-wire:before {
    content: "\ea61"
}

.icofont-brand-yahoobuzz:before {
    content: "\ea62"
}

.icofont-brand-yamaha:before {
    content: "\ea63"
}

.icofont-brand-youtube:before {
    content: "\ea64"
}

.icofont-brand-zain:before {
    content: "\ea65"
}

.icofont-bank-alt:before {
    content: "\ea66"
}

.icofont-barcode:before {
    content: "\ea67"
}

.icofont-basket:before {
    content: "\ea68"
}

.icofont-bill-alt:before {
    content: "\ea69"
}

.icofont-billboard:before {
    content: "\ea6a"
}

.icofont-briefcase-alt-1:before {
    content: "\ea6b"
}

.icofont-briefcase-alt-2:before {
    content: "\ea6c"
}

.icofont-building-alt:before {
    content: "\ea6d"
}

.icofont-businessman:before {
    content: "\ea6e"
}

.icofont-businesswoman:before {
    content: "\ea6f"
}

.icofont-cart-alt:before {
    content: "\ea70"
}

.icofont-chair:before {
    content: "\ea71"
}

.icofont-clip:before {
    content: "\ea72"
}

.icofont-coins:before {
    content: "\ea73"
}

.icofont-company:before {
    content: "\ea74"
}

.icofont-contact-add:before {
    content: "\ea75"
}

.icofont-deal:before {
    content: "\ea76"
}

.icofont-files:before {
    content: "\ea77"
}

.icofont-growth:before {
    content: "\ea78"
}

.icofont-id-card:before {
    content: "\ea79"
}

.icofont-idea:before {
    content: "\ea7a"
}

.icofont-list:before {
    content: "\ea7b"
}

.icofont-meeting-add:before {
    content: "\ea7c"
}

.icofont-money-bag:before {
    content: "\ea7d"
}

.icofont-people:before {
    content: "\ea7e"
}

.icofont-pie-chart:before {
    content: "\ea7f"
}

.icofont-presentation-alt:before {
    content: "\ea80"
}

.icofont-stamp:before {
    content: "\ea81"
}

.icofont-stock-mobile:before {
    content: "\ea82"
}

.icofont-support:before {
    content: "\ea83"
}

.icofont-tasks-alt:before {
    content: "\ea84"
}

.icofont-wheel:before {
    content: "\ea85"
}

.icofont-chart-arrows-axis:before {
    content: "\ea86"
}

.icofont-chart-bar-graph:before {
    content: "\ea87"
}

.icofont-chart-flow-alt-1:before {
    content: "\ea88"
}

.icofont-chart-flow-alt-2:before {
    content: "\ea89"
}

.icofont-chart-flow:before {
    content: "\ea8a"
}

.icofont-chart-histogram-alt:before {
    content: "\ea8b"
}

.icofont-chart-histogram:before {
    content: "\ea8c"
}

.icofont-chart-line-alt:before {
    content: "\ea8d"
}

.icofont-chart-line:before {
    content: "\ea8e"
}

.icofont-chart-pie-alt:before {
    content: "\ea8f"
}

.icofont-chart-pie:before {
    content: "\ea90"
}

.icofont-chart-radar-graph:before {
    content: "\ea91"
}

.icofont-cur-afghani-false:before {
    content: "\ea92"
}

.icofont-cur-afghani-minus:before {
    content: "\ea93"
}

.icofont-cur-afghani-plus:before {
    content: "\ea94"
}

.icofont-cur-afghani-true:before {
    content: "\ea95"
}

.icofont-cur-afghani:before {
    content: "\ea96"
}

.icofont-cur-baht-false:before {
    content: "\ea97"
}

.icofont-cur-baht-minus:before {
    content: "\ea98"
}

.icofont-cur-baht-plus:before {
    content: "\ea99"
}

.icofont-cur-baht-true:before {
    content: "\ea9a"
}

.icofont-cur-baht:before {
    content: "\ea9b"
}

.icofont-cur-bitcoin-false:before {
    content: "\ea9c"
}

.icofont-cur-bitcoin-minus:before {
    content: "\ea9d"
}

.icofont-cur-bitcoin-plus:before {
    content: "\ea9e"
}

.icofont-cur-bitcoin-true:before {
    content: "\ea9f"
}

.icofont-cur-bitcoin:before {
    content: "\eaa0"
}

.icofont-cur-dollar-flase:before {
    content: "\eaa1"
}

.icofont-cur-dollar-minus:before {
    content: "\eaa2"
}

.icofont-cur-dollar-plus:before {
    content: "\eaa3"
}

.icofont-cur-dollar-true:before {
    content: "\eaa4"
}

.icofont-cur-dollar:before {
    content: "\eaa5"
}

.icofont-cur-dong-false:before {
    content: "\eaa6"
}

.icofont-cur-dong-minus:before {
    content: "\eaa7"
}

.icofont-cur-dong-plus:before {
    content: "\eaa8"
}

.icofont-cur-dong-true:before {
    content: "\eaa9"
}

.icofont-cur-dong:before {
    content: "\eaaa"
}

.icofont-cur-euro-false:before {
    content: "\eaab"
}

.icofont-cur-euro-minus:before {
    content: "\eaac"
}

.icofont-cur-euro-plus:before {
    content: "\eaad"
}

.icofont-cur-euro-true:before {
    content: "\eaae"
}

.icofont-cur-euro:before {
    content: "\eaaf"
}

.icofont-cur-frank-false:before {
    content: "\eab0"
}

.icofont-cur-frank-minus:before {
    content: "\eab1"
}

.icofont-cur-frank-plus:before {
    content: "\eab2"
}

.icofont-cur-frank-true:before {
    content: "\eab3"
}

.icofont-cur-frank:before {
    content: "\eab4"
}

.icofont-cur-hryvnia-false:before {
    content: "\eab5"
}

.icofont-cur-hryvnia-minus:before {
    content: "\eab6"
}

.icofont-cur-hryvnia-plus:before {
    content: "\eab7"
}

.icofont-cur-hryvnia-true:before {
    content: "\eab8"
}

.icofont-cur-hryvnia:before {
    content: "\eab9"
}

.icofont-cur-lira-false:before {
    content: "\eaba"
}

.icofont-cur-lira-minus:before {
    content: "\eabb"
}

.icofont-cur-lira-plus:before {
    content: "\eabc"
}

.icofont-cur-lira-true:before {
    content: "\eabd"
}

.icofont-cur-lira:before {
    content: "\eabe"
}

.icofont-cur-peseta-false:before {
    content: "\eabf"
}

.icofont-cur-peseta-minus:before {
    content: "\eac0"
}

.icofont-cur-peseta-plus:before {
    content: "\eac1"
}

.icofont-cur-peseta-true:before {
    content: "\eac2"
}

.icofont-cur-peseta:before {
    content: "\eac3"
}

.icofont-cur-peso-false:before {
    content: "\eac4"
}

.icofont-cur-peso-minus:before {
    content: "\eac5"
}

.icofont-cur-peso-plus:before {
    content: "\eac6"
}

.icofont-cur-peso-true:before {
    content: "\eac7"
}

.icofont-cur-peso:before {
    content: "\eac8"
}

.icofont-cur-pound-false:before {
    content: "\eac9"
}

.icofont-cur-pound-minus:before {
    content: "\eaca"
}

.icofont-cur-pound-plus:before {
    content: "\eacb"
}

.icofont-cur-pound-true:before {
    content: "\eacc"
}

.icofont-cur-pound:before {
    content: "\eacd"
}

.icofont-cur-renminbi-false:before {
    content: "\eace"
}

.icofont-cur-renminbi-minus:before {
    content: "\eacf"
}

.icofont-cur-renminbi-plus:before {
    content: "\ead0"
}

.icofont-cur-renminbi-true:before {
    content: "\ead1"
}

.icofont-cur-renminbi:before {
    content: "\ead2"
}

.icofont-cur-riyal-false:before {
    content: "\ead3"
}

.icofont-cur-riyal-minus:before {
    content: "\ead4"
}

.icofont-cur-riyal-plus:before {
    content: "\ead5"
}

.icofont-cur-riyal-true:before {
    content: "\ead6"
}

.icofont-cur-riyal:before {
    content: "\ead7"
}

.icofont-cur-rouble-false:before {
    content: "\ead8"
}

.icofont-cur-rouble-minus:before {
    content: "\ead9"
}

.icofont-cur-rouble-plus:before {
    content: "\eada"
}

.icofont-cur-rouble-true:before {
    content: "\eadb"
}

.icofont-cur-rouble:before {
    content: "\eadc"
}

.icofont-cur-rupee-false:before {
    content: "\eadd"
}

.icofont-cur-rupee-minus:before {
    content: "\eade"
}

.icofont-cur-rupee-plus:before {
    content: "\eadf"
}

.icofont-cur-rupee-true:before {
    content: "\eae0"
}

.icofont-cur-rupee:before {
    content: "\eae1"
}

.icofont-cur-taka-false:before {
    content: "\eae2"
}

.icofont-cur-taka-minus:before {
    content: "\eae3"
}

.icofont-cur-taka-plus:before {
    content: "\eae4"
}

.icofont-cur-taka-true:before {
    content: "\eae5"
}

.icofont-cur-taka:before {
    content: "\eae6"
}

.icofont-cur-turkish-lira-false:before {
    content: "\eae7"
}

.icofont-cur-turkish-lira-minus:before {
    content: "\eae8"
}

.icofont-cur-turkish-lira-plus:before {
    content: "\eae9"
}

.icofont-cur-turkish-lira-true:before {
    content: "\eaea"
}

.icofont-cur-turkish-lira:before {
    content: "\eaeb"
}

.icofont-cur-won-false:before {
    content: "\eaec"
}

.icofont-cur-won-minus:before {
    content: "\eaed"
}

.icofont-cur-won-plus:before {
    content: "\eaee"
}

.icofont-cur-won-true:before {
    content: "\eaef"
}

.icofont-cur-won:before {
    content: "\eaf0"
}

.icofont-cur-yen-false:before {
    content: "\eaf1"
}

.icofont-cur-yen-minus:before {
    content: "\eaf2"
}

.icofont-cur-yen-plus:before {
    content: "\eaf3"
}

.icofont-cur-yen-true:before {
    content: "\eaf4"
}

.icofont-cur-yen:before {
    content: "\eaf5"
}

.icofont-android-nexus:before {
    content: "\eaf6"
}

.icofont-android-tablet:before {
    content: "\eaf7"
}

.icofont-apple-watch:before {
    content: "\eaf8"
}

.icofont-drwaing-tablet:before {
    content: "\eaf9"
}

.icofont-earphone:before {
    content: "\eafa"
}

.icofont-flash-drive:before {
    content: "\eafb"
}

.icofont-game-control:before {
    content: "\eafc"
}

.icofont-headphone-alt:before {
    content: "\eafd"
}

.icofont-htc-one:before {
    content: "\eafe"
}

.icofont-imac:before {
    content: "\eaff"
}

.icofont-ipad-touch:before {
    content: "\eb00"
}

.icofont-iphone:before {
    content: "\eb01"
}

.icofont-ipod-nano:before {
    content: "\eb02"
}

.icofont-ipod-touch:before {
    content: "\eb03"
}

.icofont-keyboard-alt:before {
    content: "\eb04"
}

.icofont-keyboard-wireless:before {
    content: "\eb05"
}

.icofont-laptop-alt:before {
    content: "\eb06"
}

.icofont-macbook:before {
    content: "\eb07"
}

.icofont-magic-mouse:before {
    content: "\eb08"
}

.icofont-microphone-alt:before {
    content: "\eb09"
}

.icofont-monitor:before {
    content: "\eb0a"
}

.icofont-mouse:before {
    content: "\eb0b"
}

.icofont-nintendo:before {
    content: "\eb0c"
}

.icofont-playstation:before {
    content: "\eb0d"
}

.icofont-psvita:before {
    content: "\eb0e"
}

.icofont-radio-mic:before {
    content: "\eb0f"
}

.icofont-refrigerator:before {
    content: "\eb10"
}

.icofont-samsung-galaxy:before {
    content: "\eb11"
}

.icofont-surface-tablet:before {
    content: "\eb12"
}

.icofont-washing-machine:before {
    content: "\eb13"
}

.icofont-wifi-router:before {
    content: "\eb14"
}

.icofont-wii-u:before {
    content: "\eb15"
}

.icofont-windows-lumia:before {
    content: "\eb16"
}

.icofont-wireless-mouse:before {
    content: "\eb17"
}

.icofont-xbox-360:before {
    content: "\eb18"
}

.icofont-arrow-down:before {
    content: "\eb19"
}

.icofont-arrow-left:before {
    content: "\eb1a"
}

.icofont-arrow-right:before {
    content: "\eb1b"
}

.icofont-arrow-up:before {
    content: "\eb1c"
}

.icofont-block-down:before {
    content: "\eb1d"
}

.icofont-block-left:before {
    content: "\eb1e"
}

.icofont-block-right:before {
    content: "\eb1f"
}

.icofont-block-up:before {
    content: "\eb20"
}

.icofont-bubble-down:before {
    content: "\eb21"
}

.icofont-bubble-left:before {
    content: "\eb22"
}

.icofont-bubble-right:before {
    content: "\eb23"
}

.icofont-bubble-up:before {
    content: "\eb24"
}

.icofont-caret-down:before {
    content: "\eb25"
}

.icofont-caret-left:before {
    content: "\eb26"
}

.icofont-caret-right:before {
    content: "\eb27"
}

.icofont-caret-up:before {
    content: "\eb28"
}

.icofont-circled-down:before {
    content: "\eb29"
}

.icofont-circled-left:before {
    content: "\eb2a"
}

.icofont-circled-right:before {
    content: "\eb2b"
}

.icofont-circled-up:before {
    content: "\eb2c"
}

.icofont-collapse:before {
    content: "\eb2d"
}

.icofont-cursor-drag:before {
    content: "\eb2e"
}

.icofont-curved-double-left:before {
    content: "\eb2f"
}

.icofont-curved-double-right:before {
    content: "\eb30"
}

.icofont-curved-down:before {
    content: "\eb31"
}

.icofont-curved-left:before {
    content: "\eb32"
}

.icofont-curved-right:before {
    content: "\eb33"
}

.icofont-curved-up:before {
    content: "\eb34"
}

.icofont-dotted-down:before {
    content: "\eb35"
}

.icofont-dotted-left:before {
    content: "\eb36"
}

.icofont-dotted-right:before {
    content: "\eb37"
}

.icofont-dotted-up:before {
    content: "\eb38"
}

.icofont-double-left:before {
    content: "\eb39"
}

.icofont-double-right:before {
    content: "\eb3a"
}

.icofont-drag:before {
    content: "\eb3b"
}

.icofont-drag1:before {
    content: "\eb3c"
}

.icofont-drag2:before {
    content: "\eb3d"
}

.icofont-drag3:before {
    content: "\eb3e"
}

.icofont-expand-alt:before {
    content: "\eb3f"
}

.icofont-hand-down:before {
    content: "\eb40"
}

.icofont-hand-drag:before {
    content: "\eb41"
}

.icofont-hand-drag1:before {
    content: "\eb42"
}

.icofont-hand-drag2:before {
    content: "\eb43"
}

.icofont-hand-drawn-alt-down:before {
    content: "\eb44"
}

.icofont-hand-drawn-alt-left:before {
    content: "\eb45"
}

.icofont-hand-drawn-alt-right:before {
    content: "\eb46"
}

.icofont-hand-drawn-alt-up:before {
    content: "\eb47"
}

.icofont-hand-drawn-down:before {
    content: "\eb48"
}

.icofont-hand-drawn-left:before {
    content: "\eb49"
}

.icofont-hand-drawn-right:before {
    content: "\eb4a"
}

.icofont-hand-drawn-up:before {
    content: "\eb4b"
}

.icofont-hand-left:before {
    content: "\eb4c"
}

.icofont-hand-right:before {
    content: "\eb4d"
}

.icofont-hand-up:before {
    content: "\eb4e"
}

.icofont-line-block-down:before {
    content: "\eb4f"
}

.icofont-line-block-left:before {
    content: "\eb50"
}

.icofont-line-block-right:before {
    content: "\eb51"
}

.icofont-line-block-up:before {
    content: "\eb52"
}

.icofont-long-arrow-down:before {
    content: "\eb53"
}

.icofont-long-arrow-left:before {
    content: "\eb54"
}

.icofont-long-arrow-right:before {
    content: "\eb55"
}

.icofont-long-arrow-up:before {
    content: "\eb56"
}

.icofont-rounded-collapse:before {
    content: "\eb57"
}

.icofont-rounded-double-left:before {
    content: "\eb58"
}

.icofont-rounded-double-right:before {
    content: "\eb59"
}

.icofont-rounded-down:before {
    content: "\eb5a"
}

.icofont-rounded-expand:before {
    content: "\eb5b"
}

.icofont-rounded-left-down:before {
    content: "\eb5c"
}

.icofont-rounded-left-up:before {
    content: "\eb5d"
}

.icofont-rounded-left:before {
    content: "\eb5e"
}

.icofont-rounded-right-down:before {
    content: "\eb5f"
}

.icofont-rounded-right-up:before {
    content: "\eb60"
}

.icofont-rounded-right:before {
    content: "\eb61"
}

.icofont-rounded-up:before {
    content: "\eb62"
}

.icofont-scroll-bubble-down:before {
    content: "\eb63"
}

.icofont-scroll-bubble-left:before {
    content: "\eb64"
}

.icofont-scroll-bubble-right:before {
    content: "\eb65"
}

.icofont-scroll-bubble-up:before {
    content: "\eb66"
}

.icofont-scroll-double-down:before {
    content: "\eb67"
}

.icofont-scroll-double-left:before {
    content: "\eb68"
}

.icofont-scroll-double-right:before {
    content: "\eb69"
}

.icofont-scroll-double-up:before {
    content: "\eb6a"
}

.icofont-scroll-down:before {
    content: "\eb6b"
}

.icofont-scroll-left:before {
    content: "\eb6c"
}

.icofont-scroll-long-down:before {
    content: "\eb6d"
}

.icofont-scroll-long-left:before {
    content: "\eb6e"
}

.icofont-scroll-long-right:before {
    content: "\eb6f"
}

.icofont-scroll-long-up:before {
    content: "\eb70"
}

.icofont-scroll-right:before {
    content: "\eb71"
}

.icofont-scroll-up:before {
    content: "\eb72"
}

.icofont-simple-down:before {
    content: "\eb73"
}

.icofont-simple-left-down:before {
    content: "\eb74"
}

.icofont-simple-left-up:before {
    content: "\eb75"
}

.icofont-simple-left:before {
    content: "\eb76"
}

.icofont-simple-right-down:before {
    content: "\eb77"
}

.icofont-simple-right-up:before {
    content: "\eb78"
}

.icofont-simple-right:before {
    content: "\eb79"
}

.icofont-simple-up:before {
    content: "\eb7a"
}

.icofont-square-down:before {
    content: "\eb7b"
}

.icofont-square-left:before {
    content: "\eb7c"
}

.icofont-square-right:before {
    content: "\eb7d"
}

.icofont-square-up:before {
    content: "\eb7e"
}

.icofont-stylish-down:before {
    content: "\eb7f"
}

.icofont-stylish-left:before {
    content: "\eb80"
}

.icofont-stylish-right:before {
    content: "\eb81"
}

.icofont-stylish-up:before {
    content: "\eb82"
}

.icofont-swoosh-down:before {
    content: "\eb83"
}

.icofont-swoosh-left:before {
    content: "\eb84"
}

.icofont-swoosh-right:before {
    content: "\eb85"
}

.icofont-swoosh-up:before {
    content: "\eb86"
}

.icofont-thin-double-left:before {
    content: "\eb87"
}

.icofont-thin-double-right:before {
    content: "\eb88"
}

.icofont-thin-down:before {
    content: "\eb89"
}

.icofont-thin-left:before {
    content: "\eb8a"
}

.icofont-thin-right:before {
    content: "\eb8b"
}

.icofont-thin-up:before {
    content: "\eb8c"
}

.icofont-atom:before {
    content: "\eb8d"
}

.icofont-award:before {
    content: "\eb8e"
}

.icofont-bell-alt:before {
    content: "\eb8f"
}

.icofont-book-alt:before {
    content: "\eb90"
}

.icofont-brainstorming:before {
    content: "\eb91"
}

.icofont-certificate-alt-1:before {
    content: "\eb92"
}

.icofont-certificate-alt-2:before {
    content: "\eb93"
}

.icofont-dna-alt-2:before {
    content: "\eb94"
}

.icofont-education:before {
    content: "\eb95"
}

.icofont-electron:before {
    content: "\eb96"
}

.icofont-fountain-pen:before {
    content: "\eb97"
}

.icofont-globe-alt:before {
    content: "\eb98"
}

.icofont-graduate-alt:before {
    content: "\eb99"
}

.icofont-group-students:before {
    content: "\eb9a"
}

.icofont-hat-alt:before {
    content: "\eb9b"
}

.icofont-hat:before {
    content: "\eb9c"
}

.icofont-instrument:before {
    content: "\eb9d"
}

.icofont-lamp-light:before {
    content: "\eb9e"
}

.icofont-microscope-alt:before {
    content: "\eb9f"
}

.icofont-paper:before {
    content: "\eba0"
}

.icofont-pen-alt-4:before {
    content: "\eba1"
}

.icofont-pen-nib:before {
    content: "\eba2"
}

.icofont-pencil-alt-5:before {
    content: "\eba3"
}

.icofont-quill-pen:before {
    content: "\eba4"
}

.icofont-read-book-alt:before {
    content: "\eba5"
}

.icofont-read-book:before {
    content: "\eba6"
}

.icofont-school-bag:before {
    content: "\eba7"
}

.icofont-school-bus:before {
    content: "\eba8"
}

.icofont-student-alt:before {
    content: "\eba9"
}

.icofont-student:before {
    content: "\ebaa"
}

.icofont-teacher:before {
    content: "\ebab"
}

.icofont-test-bulb:before {
    content: "\ebac"
}

.icofont-test-tube-alt:before {
    content: "\ebad"
}

.icofont-university:before {
    content: "\ebae"
}

.icofont-emo-angry:before {
    content: "\ebaf"
}

.icofont-emo-astonished:before {
    content: "\ebb0"
}

.icofont-emo-confounded:before {
    content: "\ebb1"
}

.icofont-emo-confused:before {
    content: "\ebb2"
}

.icofont-emo-crying:before {
    content: "\ebb3"
}

.icofont-emo-dizzy:before {
    content: "\ebb4"
}

.icofont-emo-expressionless:before {
    content: "\ebb5"
}

.icofont-emo-heart-eyes:before {
    content: "\ebb6"
}

.icofont-emo-laughing:before {
    content: "\ebb7"
}

.icofont-emo-nerd-smile:before {
    content: "\ebb8"
}

.icofont-emo-open-mouth:before {
    content: "\ebb9"
}

.icofont-emo-rage:before {
    content: "\ebba"
}

.icofont-emo-rolling-eyes:before {
    content: "\ebbb"
}

.icofont-emo-sad:before {
    content: "\ebbc"
}

.icofont-emo-simple-smile:before {
    content: "\ebbd"
}

.icofont-emo-slightly-smile:before {
    content: "\ebbe"
}

.icofont-emo-smirk:before {
    content: "\ebbf"
}

.icofont-emo-stuck-out-tongue:before {
    content: "\ebc0"
}

.icofont-emo-wink-smile:before {
    content: "\ebc1"
}

.icofont-emo-worried:before {
    content: "\ebc2"
}

.icofont-architecture-alt:before {
    content: "\ebc3"
}

.icofont-architecture:before {
    content: "\ebc4"
}

.icofont-barricade:before {
    content: "\ebc5"
}

.icofont-bricks:before {
    content: "\ebc6"
}

.icofont-calculations:before {
    content: "\ebc7"
}

.icofont-cement-mix:before {
    content: "\ebc8"
}

.icofont-cement-mixer:before {
    content: "\ebc9"
}

.icofont-danger-zone:before {
    content: "\ebca"
}

.icofont-drill:before {
    content: "\ebcb"
}

.icofont-eco-energy:before {
    content: "\ebcc"
}

.icofont-eco-environmen:before {
    content: "\ebcd"
}

.icofont-energy-air:before {
    content: "\ebce"
}

.icofont-energy-oil:before {
    content: "\ebcf"
}

.icofont-energy-savings:before {
    content: "\ebd0"
}

.icofont-energy-solar:before {
    content: "\ebd1"
}

.icofont-energy-water:before {
    content: "\ebd2"
}

.icofont-engineer:before {
    content: "\ebd3"
}

.icofont-fire-extinguisher-alt:before {
    content: "\ebd4"
}

.icofont-fix-tools:before {
    content: "\ebd5"
}

.icofont-glue-oil:before {
    content: "\ebd6"
}

.icofont-hammer-alt:before {
    content: "\ebd7"
}

.icofont-help-robot:before {
    content: "\ebd8"
}

.icofont-industries-alt-1:before {
    content: "\ebd9"
}

.icofont-industries-alt-2:before {
    content: "\ebda"
}

.icofont-industries-alt-3:before {
    content: "\ebdb"
}

.icofont-industries-alt-4:before {
    content: "\ebdc"
}

.icofont-industries-alt-5:before {
    content: "\ebdd"
}

.icofont-industries:before {
    content: "\ebde"
}

.icofont-labour:before {
    content: "\ebdf"
}

.icofont-mining:before {
    content: "\ebe0"
}

.icofont-paint-brush:before {
    content: "\ebe1"
}

.icofont-pollution:before {
    content: "\ebe2"
}

.icofont-power-zone:before {
    content: "\ebe3"
}

.icofont-radio-active:before {
    content: "\ebe4"
}

.icofont-recycle-alt:before {
    content: "\ebe5"
}

.icofont-recycling-man:before {
    content: "\ebe6"
}

.icofont-safety-hat-light:before {
    content: "\ebe7"
}

.icofont-safety-hat:before {
    content: "\ebe8"
}

.icofont-saw:before {
    content: "\ebe9"
}

.icofont-screw-driver:before {
    content: "\ebea"
}

.icofont-settings-alt:before {
    content: "\ebeb"
}

.icofont-tools-alt-1:before {
    content: "\ebec"
}

.icofont-tools-alt-2:before {
    content: "\ebed"
}

.icofont-tools-bag:before {
    content: "\ebee"
}

.icofont-trolley:before {
    content: "\ebef"
}

.icofont-trowel:before {
    content: "\ebf0"
}

.icofont-under-construction-alt:before {
    content: "\ebf1"
}

.icofont-under-construction:before {
    content: "\ebf2"
}

.icofont-vehicle-cement:before {
    content: "\ebf3"
}

.icofont-vehicle-crane:before {
    content: "\ebf4"
}

.icofont-vehicle-delivery-van:before {
    content: "\ebf5"
}

.icofont-vehicle-dozer:before {
    content: "\ebf6"
}

.icofont-vehicle-excavator:before {
    content: "\ebf7"
}

.icofont-vehicle-trucktor:before {
    content: "\ebf8"
}

.icofont-vehicle-wrecking:before {
    content: "\ebf9"
}

.icofont-worker-group:before {
    content: "\ebfa"
}

.icofont-worker:before {
    content: "\ebfb"
}

.icofont-wrench:before {
    content: "\ebfc"
}

.icofont-file-audio:before {
    content: "\ebfd"
}

.icofont-file-avi-mp4:before {
    content: "\ebfe"
}

.icofont-file-bmp:before {
    content: "\ebff"
}

.icofont-file-code:before {
    content: "\ec00"
}

.icofont-file-css:before {
    content: "\ec01"
}

.icofont-file-document:before {
    content: "\ec02"
}

.icofont-file-eps:before {
    content: "\ec03"
}

.icofont-file-excel:before {
    content: "\ec04"
}

.icofont-file-exe:before {
    content: "\ec05"
}

.icofont-file-file:before {
    content: "\ec06"
}

.icofont-file-flv:before {
    content: "\ec07"
}

.icofont-file-gif:before {
    content: "\ec08"
}

.icofont-file-html5:before {
    content: "\ec09"
}

.icofont-file-image:before {
    content: "\ec0a"
}

.icofont-file-iso:before {
    content: "\ec0b"
}

.icofont-file-java:before {
    content: "\ec0c"
}

.icofont-file-javascript:before {
    content: "\ec0d"
}

.icofont-file-jpg:before {
    content: "\ec0e"
}

.icofont-file-midi:before {
    content: "\ec0f"
}

.icofont-file-mov:before {
    content: "\ec10"
}

.icofont-file-mp3:before {
    content: "\ec11"
}

.icofont-file-pdf:before {
    content: "\ec12"
}

.icofont-file-php:before {
    content: "\ec13"
}

.icofont-file-png:before {
    content: "\ec14"
}

.icofont-file-powerpoint:before {
    content: "\ec15"
}

.icofont-file-presentation:before {
    content: "\ec16"
}

.icofont-file-psb:before {
    content: "\ec17"
}

.icofont-file-psd:before {
    content: "\ec18"
}

.icofont-file-python:before {
    content: "\ec19"
}

.icofont-file-ruby:before {
    content: "\ec1a"
}

.icofont-file-spreadsheet:before {
    content: "\ec1b"
}

.icofont-file-sql:before {
    content: "\ec1c"
}

.icofont-file-svg:before {
    content: "\ec1d"
}

.icofont-file-text:before {
    content: "\ec1e"
}

.icofont-file-tiff:before {
    content: "\ec1f"
}

.icofont-file-video:before {
    content: "\ec20"
}

.icofont-file-wave:before {
    content: "\ec21"
}

.icofont-file-wmv:before {
    content: "\ec22"
}

.icofont-file-word:before {
    content: "\ec23"
}

.icofont-file-zip:before {
    content: "\ec24"
}

.icofont-apple:before {
    content: "\ec25"
}

.icofont-arabian-coffee:before {
    content: "\ec26"
}

.icofont-artichoke:before {
    content: "\ec27"
}

.icofont-asparagus:before {
    content: "\ec28"
}

.icofont-avocado:before {
    content: "\ec29"
}

.icofont-baby-food:before {
    content: "\ec2a"
}

.icofont-banana:before {
    content: "\ec2b"
}

.icofont-bbq:before {
    content: "\ec2c"
}

.icofont-beans:before {
    content: "\ec2d"
}

.icofont-beer:before {
    content: "\ec2e"
}

.icofont-bell-pepper-capsicum:before {
    content: "\ec2f"
}

.icofont-birthday-cake:before {
    content: "\ec30"
}

.icofont-bread:before {
    content: "\ec31"
}

.icofont-broccoli:before {
    content: "\ec32"
}

.icofont-burger:before {
    content: "\ec33"
}

.icofont-cabbage:before {
    content: "\ec34"
}

.icofont-carrot:before {
    content: "\ec35"
}

.icofont-cauli-flower:before {
    content: "\ec36"
}

.icofont-cheese:before {
    content: "\ec37"
}

.icofont-chef:before {
    content: "\ec38"
}

.icofont-cherry:before {
    content: "\ec39"
}

.icofont-chicken-fry:before {
    content: "\ec3a"
}

.icofont-chicken:before {
    content: "\ec3b"
}

.icofont-cocktail:before {
    content: "\ec3c"
}

.icofont-coconut:before {
    content: "\ec3d"
}

.icofont-coffee-alt:before {
    content: "\ec3e"
}

.icofont-coffee-mug:before {
    content: "\ec3f"
}

.icofont-coffee-pot:before {
    content: "\ec40"
}

.icofont-cola:before {
    content: "\ec41"
}

.icofont-corn:before {
    content: "\ec42"
}

.icofont-croissant:before {
    content: "\ec43"
}

.icofont-crop-plant:before {
    content: "\ec44"
}

.icofont-cucumber:before {
    content: "\ec45"
}

.icofont-cup-cake:before {
    content: "\ec46"
}

.icofont-dining-table:before {
    content: "\ec47"
}

.icofont-donut:before {
    content: "\ec48"
}

.icofont-egg-plant:before {
    content: "\ec49"
}

.icofont-egg-poached:before {
    content: "\ec4a"
}

.icofont-farmer:before {
    content: "\ec4b"
}

.icofont-farmer1:before {
    content: "\ec4c"
}

.icofont-fast-food:before {
    content: "\ec4d"
}

.icofont-fish:before {
    content: "\ec4e"
}

.icofont-food-basket:before {
    content: "\ec4f"
}

.icofont-food-cart:before {
    content: "\ec50"
}

.icofont-fork-and-knife:before {
    content: "\ec51"
}

.icofont-french-fries:before {
    content: "\ec52"
}

.icofont-fresh-juice:before {
    content: "\ec53"
}

.icofont-fruits:before {
    content: "\ec54"
}

.icofont-grapes:before {
    content: "\ec55"
}

.icofont-honey:before {
    content: "\ec56"
}

.icofont-hot-dog:before {
    content: "\ec57"
}

.icofont-hotel-alt:before {
    content: "\ec58"
}

.icofont-ice-cream-alt:before {
    content: "\ec59"
}

.icofont-ice-cream:before {
    content: "\ec5a"
}

.icofont-ketchup:before {
    content: "\ec5b"
}

.icofont-kiwi:before {
    content: "\ec5c"
}

.icofont-layered-cake:before {
    content: "\ec5d"
}

.icofont-lemon-alt:before {
    content: "\ec5e"
}

.icofont-lobster:before {
    content: "\ec5f"
}

.icofont-mango:before {
    content: "\ec60"
}

.icofont-milk:before {
    content: "\ec61"
}

.icofont-mushroom:before {
    content: "\ec62"
}

.icofont-noodles:before {
    content: "\ec63"
}

.icofont-onion:before {
    content: "\ec64"
}

.icofont-orange:before {
    content: "\ec65"
}

.icofont-pear:before {
    content: "\ec66"
}

.icofont-peas:before {
    content: "\ec67"
}

.icofont-pepper:before {
    content: "\ec68"
}

.icofont-pie-alt:before {
    content: "\ec69"
}

.icofont-pineapple:before {
    content: "\ec6a"
}

.icofont-pizza-slice:before {
    content: "\ec6b"
}

.icofont-pizza:before {
    content: "\ec6c"
}

.icofont-plant:before {
    content: "\ec6d"
}

.icofont-popcorn:before {
    content: "\ec6e"
}

.icofont-potato:before {
    content: "\ec6f"
}

.icofont-pumpkin:before {
    content: "\ec70"
}

.icofont-raddish:before {
    content: "\ec71"
}

.icofont-restaurant-menu:before {
    content: "\ec72"
}

.icofont-restaurant:before {
    content: "\ec73"
}

.icofont-salt-and-pepper:before {
    content: "\ec74"
}

.icofont-sandwich:before {
    content: "\ec75"
}

.icofont-sausage:before {
    content: "\ec76"
}

.icofont-shrimp:before {
    content: "\ec77"
}

.icofont-sof-drinks:before {
    content: "\ec78"
}

.icofont-soup-bowl:before {
    content: "\ec79"
}

.icofont-spoon-and-fork:before {
    content: "\ec7a"
}

.icofont-steak:before {
    content: "\ec7b"
}

.icofont-strawberry:before {
    content: "\ec7c"
}

.icofont-sub-sandwich:before {
    content: "\ec7d"
}

.icofont-sushi:before {
    content: "\ec7e"
}

.icofont-taco:before {
    content: "\ec7f"
}

.icofont-tea-pot:before {
    content: "\ec80"
}

.icofont-tea:before {
    content: "\ec81"
}

.icofont-tomato:before {
    content: "\ec82"
}

.icofont-waiter-alt:before {
    content: "\ec83"
}

.icofont-watermelon:before {
    content: "\ec84"
}

.icofont-wheat:before {
    content: "\ec85"
}

.icofont-abc:before {
    content: "\ec86"
}

.icofont-baby-cloth:before {
    content: "\ec87"
}

.icofont-baby-milk-bottle:before {
    content: "\ec88"
}

.icofont-baby-trolley:before {
    content: "\ec89"
}

.icofont-back-pack:before {
    content: "\ec8a"
}

.icofont-candy:before {
    content: "\ec8b"
}

.icofont-cycling:before {
    content: "\ec8c"
}

.icofont-holding-hands:before {
    content: "\ec8d"
}

.icofont-infant-nipple:before {
    content: "\ec8e"
}

.icofont-kids-scooter:before {
    content: "\ec8f"
}

.icofont-safety-pin:before {
    content: "\ec90"
}

.icofont-teddy-bear:before {
    content: "\ec91"
}

.icofont-toy-ball:before {
    content: "\ec92"
}

.icofont-toy-cat:before {
    content: "\ec93"
}

.icofont-toy-duck:before {
    content: "\ec94"
}

.icofont-toy-elephant:before {
    content: "\ec95"
}

.icofont-toy-hand:before {
    content: "\ec96"
}

.icofont-toy-horse:before {
    content: "\ec97"
}

.icofont-toy-lattu:before {
    content: "\ec98"
}

.icofont-toy-train:before {
    content: "\ec99"
}

.icofont-unique-idea:before {
    content: "\ec9a"
}

.icofont-bag-alt:before {
    content: "\ec9b"
}

.icofont-burglar:before {
    content: "\ec9c"
}

.icofont-cannon-firing:before {
    content: "\ec9d"
}

.icofont-cc-camera:before {
    content: "\ec9e"
}

.icofont-cop-badge:before {
    content: "\ec9f"
}

.icofont-cop:before {
    content: "\eca0"
}

.icofont-court-hammer:before {
    content: "\eca1"
}

.icofont-court:before {
    content: "\eca2"
}

.icofont-finger-print:before {
    content: "\eca3"
}

.icofont-handcuff-alt:before {
    content: "\eca4"
}

.icofont-handcuff:before {
    content: "\eca5"
}

.icofont-investigation:before {
    content: "\eca6"
}

.icofont-investigator:before {
    content: "\eca7"
}

.icofont-jail:before {
    content: "\eca8"
}

.icofont-judge:before {
    content: "\eca9"
}

.icofont-law-alt-1:before {
    content: "\ecaa"
}

.icofont-law-alt-2:before {
    content: "\ecab"
}

.icofont-law-alt-3:before {
    content: "\ecac"
}

.icofont-law-book:before {
    content: "\ecad"
}

.icofont-law-document:before {
    content: "\ecae"
}

.icofont-law:before {
    content: "\ecaf"
}

.icofont-lawyer-alt-1:before {
    content: "\ecb0"
}

.icofont-lawyer-alt-2:before {
    content: "\ecb1"
}

.icofont-lawyer:before {
    content: "\ecb2"
}

.icofont-order:before {
    content: "\ecb3"
}

.icofont-pistol:before {
    content: "\ecb4"
}

.icofont-police-badge:before {
    content: "\ecb5"
}

.icofont-police-cap:before {
    content: "\ecb6"
}

.icofont-police-car-alt-1:before {
    content: "\ecb7"
}

.icofont-police-car-alt-2:before {
    content: "\ecb8"
}

.icofont-police-hat:before {
    content: "\ecb9"
}

.icofont-police-van:before {
    content: "\ecba"
}

.icofont-police:before {
    content: "\ecbb"
}

.icofont-protect:before {
    content: "\ecbc"
}

.icofont-scales:before {
    content: "\ecbd"
}

.icofont-thief-alt:before {
    content: "\ecbe"
}

.icofont-thief:before {
    content: "\ecbf"
}

.icofont-abacus-alt:before {
    content: "\ecc0"
}

.icofont-abacus:before {
    content: "\ecc1"
}

.icofont-angle:before {
    content: "\ecc2"
}

.icofont-calculator-alt-1:before {
    content: "\ecc3"
}

.icofont-calculator-alt-2:before {
    content: "\ecc4"
}

.icofont-circle-ruler-alt:before {
    content: "\ecc5"
}

.icofont-circle-ruler:before {
    content: "\ecc6"
}

.icofont-compass-alt-1:before {
    content: "\ecc7"
}

.icofont-compass-alt-2:before {
    content: "\ecc8"
}

.icofont-compass-alt-3:before {
    content: "\ecc9"
}

.icofont-compass-alt-4:before {
    content: "\ecca"
}

.icofont-degrees-alt-1:before {
    content: "\eccb"
}

.icofont-degrees-alt-2:before {
    content: "\eccc"
}

.icofont-degrees:before {
    content: "\eccd"
}

.icofont-golden-ratio:before {
    content: "\ecce"
}

.icofont-marker-alt-1:before {
    content: "\eccf"
}

.icofont-marker-alt-2:before {
    content: "\ecd0"
}

.icofont-marker-alt-3:before {
    content: "\ecd1"
}

.icofont-mathematical-alt-1:before {
    content: "\ecd2"
}

.icofont-mathematical-alt-2:before {
    content: "\ecd3"
}

.icofont-mathematical:before {
    content: "\ecd4"
}

.icofont-pen-alt-1:before {
    content: "\ecd5"
}

.icofont-pen-alt-2:before {
    content: "\ecd6"
}

.icofont-pen-alt-3:before {
    content: "\ecd7"
}

.icofont-pen-holder-alt-1:before {
    content: "\ecd8"
}

.icofont-pen-holder:before {
    content: "\ecd9"
}

.icofont-pencil-alt-1:before {
    content: "\ecda"
}

.icofont-pencil-alt-2:before {
    content: "\ecdb"
}

.icofont-pencil-alt-3:before {
    content: "\ecdc"
}

.icofont-pencil-alt-4:before {
    content: "\ecdd"
}

.icofont-ruler-alt-1:before {
    content: "\ecde"
}

.icofont-ruler-alt-2:before {
    content: "\ecdf"
}

.icofont-ruler-compass-alt:before {
    content: "\ece0"
}

.icofont-ruler-compass:before {
    content: "\ece1"
}

.icofont-ruler-pencil-alt-1:before {
    content: "\ece2"
}

.icofont-ruler-pencil-alt-2:before {
    content: "\ece3"
}

.icofont-ruler-pencil:before {
    content: "\ece4"
}

.icofont-ruler:before {
    content: "\ece5"
}

.icofont-rulers-alt:before {
    content: "\ece6"
}

.icofont-rulers:before {
    content: "\ece7"
}

.icofont-square-root:before {
    content: "\ece8"
}

.icofont-aids:before {
    content: "\ece9"
}

.icofont-ambulance:before {
    content: "\ecea"
}

.icofont-autism:before {
    content: "\eceb"
}

.icofont-bandage:before {
    content: "\ecec"
}

.icofont-bed-patient:before {
    content: "\eced"
}

.icofont-blind:before {
    content: "\ecee"
}

.icofont-blood-drop:before {
    content: "\ecef"
}

.icofont-blood-test:before {
    content: "\ecf0"
}

.icofont-blood:before {
    content: "\ecf1"
}

.icofont-capsule:before {
    content: "\ecf2"
}

.icofont-crutches:before {
    content: "\ecf3"
}

.icofont-dna-alt-1:before {
    content: "\ecf4"
}

.icofont-dna:before {
    content: "\ecf5"
}

.icofont-doctor-alt:before {
    content: "\ecf6"
}

.icofont-doctor:before {
    content: "\ecf7"
}

.icofont-drug-pack:before {
    content: "\ecf8"
}

.icofont-drug:before {
    content: "\ecf9"
}

.icofont-eye-alt:before {
    content: "\ecfa"
}

.icofont-first-aid-alt:before {
    content: "\ecfb"
}

.icofont-garbage:before {
    content: "\ecfc"
}

.icofont-heart-alt:before {
    content: "\ecfd"
}

.icofont-heartbeat:before {
    content: "\ecfe"
}

.icofont-herbal:before {
    content: "\ecff"
}

.icofont-hospital:before {
    content: "\ed00"
}

.icofont-icu:before {
    content: "\ed01"
}

.icofont-injection-syringe:before {
    content: "\ed02"
}

.icofont-laboratory:before {
    content: "\ed03"
}

.icofont-medical-sign-alt:before {
    content: "\ed04"
}

.icofont-medical-sign:before {
    content: "\ed05"
}

.icofont-nurse-alt:before {
    content: "\ed06"
}

.icofont-nurse:before {
    content: "\ed07"
}

.icofont-nursing-home:before {
    content: "\ed08"
}

.icofont-operation-theater:before {
    content: "\ed09"
}

.icofont-paralysis-disability:before {
    content: "\ed0a"
}

.icofont-pills:before {
    content: "\ed0b"
}

.icofont-prescription:before {
    content: "\ed0c"
}

.icofont-pulse:before {
    content: "\ed0d"
}

.icofont-stethoscope-alt:before {
    content: "\ed0e"
}

.icofont-stethoscope:before {
    content: "\ed0f"
}

.icofont-stretcher:before {
    content: "\ed10"
}

.icofont-surgeon-alt:before {
    content: "\ed11"
}

.icofont-surgeon:before {
    content: "\ed12"
}

.icofont-tablets:before {
    content: "\ed13"
}

.icofont-test-bottle:before {
    content: "\ed14"
}

.icofont-test-tube:before {
    content: "\ed15"
}

.icofont-thermometer-alt:before {
    content: "\ed16"
}

.icofont-tooth:before {
    content: "\ed17"
}

.icofont-xray:before {
    content: "\ed18"
}

.icofont-ui-add:before {
    content: "\ed19"
}

.icofont-ui-alarm:before {
    content: "\ed1a"
}

.icofont-ui-battery:before {
    content: "\ed1b"
}

.icofont-ui-block:before {
    content: "\ed1c"
}

.icofont-ui-bluetooth:before {
    content: "\ed1d"
}

.icofont-ui-brightness:before {
    content: "\ed1e"
}

.icofont-ui-browser:before {
    content: "\ed1f"
}

.icofont-ui-calculator:before {
    content: "\ed20"
}

.icofont-ui-calendar:before {
    content: "\ed21"
}

.icofont-ui-call:before {
    content: "\ed22"
}

.icofont-ui-camera:before {
    content: "\ed23"
}

.icofont-ui-cart:before {
    content: "\ed24"
}

.icofont-ui-cell-phone:before {
    content: "\ed25"
}

.icofont-ui-chat:before {
    content: "\ed26"
}

.icofont-ui-check:before {
    content: "\ed27"
}

.icofont-ui-clip-board:before {
    content: "\ed28"
}

.icofont-ui-clip:before {
    content: "\ed29"
}

.icofont-ui-clock:before {
    content: "\ed2a"
}

.icofont-ui-close:before {
    content: "\ed2b"
}

.icofont-ui-contact-list:before {
    content: "\ed2c"
}

.icofont-ui-copy:before {
    content: "\ed2d"
}

.icofont-ui-cut:before {
    content: "\ed2e"
}

.icofont-ui-delete:before {
    content: "\ed2f"
}

.icofont-ui-dial-phone:before {
    content: "\ed30"
}

.icofont-ui-edit:before {
    content: "\ed31"
}

.icofont-ui-email:before {
    content: "\ed32"
}

.icofont-ui-file:before {
    content: "\ed33"
}

.icofont-ui-fire-wall:before {
    content: "\ed34"
}

.icofont-ui-flash-light:before {
    content: "\ed35"
}

.icofont-ui-flight:before {
    content: "\ed36"
}

.icofont-ui-folder:before {
    content: "\ed37"
}

.icofont-ui-game:before {
    content: "\ed38"
}

.icofont-ui-handicapped:before {
    content: "\ed39"
}

.icofont-ui-head-phone:before {
    content: "\ed3a"
}

.icofont-ui-home:before {
    content: "\ed3b"
}

.icofont-ui-image:before {
    content: "\ed3c"
}

.icofont-ui-keyboard:before {
    content: "\ed3d"
}

.icofont-ui-laoding:before {
    content: "\ed3e"
}

.icofont-ui-lock:before {
    content: "\ed3f"
}

.icofont-ui-love-add:before {
    content: "\ed40"
}

.icofont-ui-love-broken:before {
    content: "\ed41"
}

.icofont-ui-love-remove:before {
    content: "\ed42"
}

.icofont-ui-love:before {
    content: "\ed43"
}

.icofont-ui-map:before {
    content: "\ed44"
}

.icofont-ui-message:before {
    content: "\ed45"
}

.icofont-ui-messaging:before {
    content: "\ed46"
}

.icofont-ui-movie:before {
    content: "\ed47"
}

.icofont-ui-music-player:before {
    content: "\ed48"
}

.icofont-ui-music:before {
    content: "\ed49"
}

.icofont-ui-mute:before {
    content: "\ed4a"
}

.icofont-ui-network:before {
    content: "\ed4b"
}

.icofont-ui-next:before {
    content: "\ed4c"
}

.icofont-ui-note:before {
    content: "\ed4d"
}

.icofont-ui-office:before {
    content: "\ed4e"
}

.icofont-ui-password:before {
    content: "\ed4f"
}

.icofont-ui-pause:before {
    content: "\ed50"
}

.icofont-ui-play-stop:before {
    content: "\ed51"
}

.icofont-ui-play:before {
    content: "\ed52"
}

.icofont-ui-pointer:before {
    content: "\ed53"
}

.icofont-ui-power:before {
    content: "\ed54"
}

.icofont-ui-press:before {
    content: "\ed55"
}

.icofont-ui-previous:before {
    content: "\ed56"
}

.icofont-ui-rate-add:before {
    content: "\ed57"
}

.icofont-ui-rate-blank:before {
    content: "\ed58"
}

.icofont-ui-rate-remove:before {
    content: "\ed59"
}

.icofont-ui-rating:before {
    content: "\ed5a"
}

.icofont-ui-record:before {
    content: "\ed5b"
}

.icofont-ui-remove:before {
    content: "\ed5c"
}

.icofont-ui-reply:before {
    content: "\ed5d"
}

.icofont-ui-rotation:before {
    content: "\ed5e"
}

.icofont-ui-rss:before {
    content: "\ed5f"
}

.icofont-ui-search:before {
    content: "\ed60"
}

.icofont-ui-settings:before {
    content: "\ed61"
}

.icofont-ui-social-link:before {
    content: "\ed62"
}

.icofont-ui-tag:before {
    content: "\ed63"
}

.icofont-ui-text-chat:before {
    content: "\ed64"
}

.icofont-ui-text-loading:before {
    content: "\ed65"
}

.icofont-ui-theme:before {
    content: "\ed66"
}

.icofont-ui-timer:before {
    content: "\ed67"
}

.icofont-ui-touch-phone:before {
    content: "\ed68"
}

.icofont-ui-travel:before {
    content: "\ed69"
}

.icofont-ui-unlock:before {
    content: "\ed6a"
}

.icofont-ui-user-group:before {
    content: "\ed6b"
}

.icofont-ui-user:before {
    content: "\ed6c"
}

.icofont-ui-v-card:before {
    content: "\ed6d"
}

.icofont-ui-video-chat:before {
    content: "\ed6e"
}

.icofont-ui-video-message:before {
    content: "\ed6f"
}

.icofont-ui-video-play:before {
    content: "\ed70"
}

.icofont-ui-video:before {
    content: "\ed71"
}

.icofont-ui-volume:before {
    content: "\ed72"
}

.icofont-ui-weather:before {
    content: "\ed73"
}

.icofont-ui-wifi:before {
    content: "\ed74"
}

.icofont-ui-zoom-in:before {
    content: "\ed75"
}

.icofont-ui-zoom-out:before {
    content: "\ed76"
}

.icofont-cassette-player:before {
    content: "\ed77"
}

.icofont-cassette:before {
    content: "\ed78"
}

.icofont-forward:before {
    content: "\ed79"
}

.icofont-game:before {
    content: "\ed7a"
}

.icofont-guiter:before {
    content: "\ed7b"
}

.icofont-headphone-alt-1:before {
    content: "\ed7c"
}

.icofont-headphone-alt-2:before {
    content: "\ed7d"
}

.icofont-headphone-alt-3:before {
    content: "\ed7e"
}

.icofont-listening:before {
    content: "\ed7f"
}

.icofont-megaphone-alt:before {
    content: "\ed80"
}

.icofont-megaphone:before {
    content: "\ed81"
}

.icofont-movie:before {
    content: "\ed82"
}

.icofont-mp3-player:before {
    content: "\ed83"
}

.icofont-multimedia:before {
    content: "\ed84"
}

.icofont-music-disk:before {
    content: "\ed85"
}

.icofont-music-note:before {
    content: "\ed86"
}

.icofont-pause:before {
    content: "\ed87"
}

.icofont-play-alt-1:before {
    content: "\ed88"
}

.icofont-play-alt-2:before {
    content: "\ed89"
}

.icofont-play-alt-3:before {
    content: "\ed8a"
}

.icofont-play-pause:before {
    content: "\ed8b"
}

.icofont-record:before {
    content: "\ed8c"
}

.icofont-retro-music-disk:before {
    content: "\ed8d"
}

.icofont-rewind:before {
    content: "\ed8e"
}

.icofont-song-notes:before {
    content: "\ed8f"
}

.icofont-sound-wave-alt:before {
    content: "\ed90"
}

.icofont-sound-wave:before {
    content: "\ed91"
}

.icofont-stop:before {
    content: "\ed92"
}

.icofont-video-alt:before {
    content: "\ed93"
}

.icofont-video-cam:before {
    content: "\ed94"
}

.icofont-volume-bar:before {
    content: "\ed95"
}

.icofont-volume-mute:before {
    content: "\ed96"
}

.icofont-youtube-play:before {
    content: "\ed97"
}

.icofont-amazon-alt:before {
    content: "\ed98"
}

.icofont-amazon:before {
    content: "\ed99"
}

.icofont-american-express-alt:before {
    content: "\ed9a"
}

.icofont-american-express:before {
    content: "\ed9b"
}

.icofont-apple-pay-alt:before {
    content: "\ed9c"
}

.icofont-apple-pay:before {
    content: "\ed9d"
}

.icofont-bank-transfer-alt:before {
    content: "\ed9e"
}

.icofont-bank-transfer:before {
    content: "\ed9f"
}

.icofont-braintree-alt:before {
    content: "\eda0"
}

.icofont-braintree:before {
    content: "\eda1"
}

.icofont-cash-on-delivery-alt:before {
    content: "\eda2"
}

.icofont-cash-on-delivery:before {
    content: "\eda3"
}

.icofont-checkout-alt:before {
    content: "\eda4"
}

.icofont-checkout:before {
    content: "\eda5"
}

.icofont-diners-club-alt-1:before {
    content: "\eda6"
}

.icofont-diners-club-alt-2:before {
    content: "\eda7"
}

.icofont-diners-club-alt-3:before {
    content: "\eda8"
}

.icofont-diners-club:before {
    content: "\eda9"
}

.icofont-discover-alt:before {
    content: "\edaa"
}

.icofont-discover:before {
    content: "\edab"
}

.icofont-eway-alt:before {
    content: "\edac"
}

.icofont-eway:before {
    content: "\edad"
}

.icofont-google-wallet-alt-1:before {
    content: "\edae"
}

.icofont-google-wallet-alt-2:before {
    content: "\edaf"
}

.icofont-google-wallet-alt-3:before {
    content: "\edb0"
}

.icofont-google-wallet:before {
    content: "\edb1"
}

.icofont-jcb-alt:before {
    content: "\edb2"
}

.icofont-jcb:before {
    content: "\edb3"
}

.icofont-maestro-alt:before {
    content: "\edb4"
}

.icofont-maestro:before {
    content: "\edb5"
}

.icofont-mastercard-alt:before {
    content: "\edb6"
}

.icofont-mastercard:before {
    content: "\edb7"
}

.icofont-payoneer-alt:before {
    content: "\edb8"
}

.icofont-payoneer:before {
    content: "\edb9"
}

.icofont-paypal-alt:before {
    content: "\edba"
}

.icofont-paypal:before {
    content: "\edbb"
}

.icofont-sage-alt:before {
    content: "\edbc"
}

.icofont-sage:before {
    content: "\edbd"
}

.icofont-skrill-alt:before {
    content: "\edbe"
}

.icofont-skrill:before {
    content: "\edbf"
}

.icofont-stripe-alt:before {
    content: "\edc0"
}

.icofont-stripe:before {
    content: "\edc1"
}

.icofont-visa-alt:before {
    content: "\edc2"
}

.icofont-visa-electron:before {
    content: "\edc3"
}

.icofont-visa:before {
    content: "\edc4"
}

.icofont-western-union-alt:before {
    content: "\edc5"
}

.icofont-western-union:before {
    content: "\edc6"
}

.icofont-boy:before {
    content: "\edc7"
}

.icofont-business-man-alt-1:before {
    content: "\edc8"
}

.icofont-business-man-alt-2:before {
    content: "\edc9"
}

.icofont-business-man-alt-3:before {
    content: "\edca"
}

.icofont-business-man:before {
    content: "\edcb"
}

.icofont-funky-man:before {
    content: "\edcc"
}

.icofont-girl-alt:before {
    content: "\edcd"
}

.icofont-girl:before {
    content: "\edce"
}

.icofont-hotel-boy-alt:before {
    content: "\edcf"
}

.icofont-hotel-boy:before {
    content: "\edd0"
}

.icofont-man-in-glasses:before {
    content: "\edd1"
}

.icofont-user-alt-1:before {
    content: "\edd2"
}

.icofont-user-alt-2:before {
    content: "\edd3"
}

.icofont-user-alt-3:before {
    content: "\edd4"
}

.icofont-user-alt-4:before {
    content: "\edd5"
}

.icofont-user-alt-5:before {
    content: "\edd6"
}

.icofont-user-alt-6:before {
    content: "\edd7"
}

.icofont-user-alt-7:before {
    content: "\edd8"
}

.icofont-user-female:before {
    content: "\edd9"
}

.icofont-user-male:before {
    content: "\edda"
}

.icofont-user-suited:before {
    content: "\eddb"
}

.icofont-user:before {
    content: "\eddc"
}

.icofont-users-alt-1:before {
    content: "\eddd"
}

.icofont-users-alt-2:before {
    content: "\edde"
}

.icofont-users-alt-3:before {
    content: "\eddf"
}

.icofont-users-alt-4:before {
    content: "\ede0"
}

.icofont-users-alt-5:before {
    content: "\ede1"
}

.icofont-users-alt-6:before {
    content: "\ede2"
}

.icofont-users-social:before {
    content: "\ede3"
}

.icofont-users:before {
    content: "\ede4"
}

.icofont-waiter:before {
    content: "\ede5"
}

.icofont-woman-in-glasses:before {
    content: "\ede6"
}

.icofont-document-search:before {
    content: "\ede7"
}

.icofont-folder-search:before {
    content: "\ede8"
}

.icofont-home-search:before {
    content: "\ede9"
}

.icofont-job-search:before {
    content: "\edea"
}

.icofont-map-search:before {
    content: "\edeb"
}

.icofont-restaurant-search:before {
    content: "\edec"
}

.icofont-search-alt-1:before {
    content: "\eded"
}

.icofont-search-alt-2:before {
    content: "\edee"
}

.icofont-search:before {
    content: "\edef"
}

.icofont-stock-search:before {
    content: "\edf0"
}

.icofont-user-search:before {
    content: "\edf1"
}

.icofont-social-aim:before {
    content: "\edf2"
}

.icofont-social-badoo:before {
    content: "\edf3"
}

.icofont-social-bebo:before {
    content: "\edf4"
}

.icofont-social-behance:before {
    content: "\edf5"
}

.icofont-social-blogger:before {
    content: "\edf6"
}

.icofont-social-bootstrap:before {
    content: "\edf7"
}

.icofont-social-brightkite:before {
    content: "\edf8"
}

.icofont-social-cloudapp:before {
    content: "\edf9"
}

.icofont-social-concrete5:before {
    content: "\edfa"
}

.icofont-social-designbump:before {
    content: "\edfb"
}

.icofont-social-designfloat:before {
    content: "\edfc"
}

.icofont-social-deviantart:before {
    content: "\edfd"
}

.icofont-social-digg:before {
    content: "\edfe"
}

.icofont-social-dotcms:before {
    content: "\edff"
}

.icofont-social-dribble:before {
    content: "\ee00"
}

.icofont-social-dropbox:before {
    content: "\ee01"
}

.icofont-brand-drupal:before {
    content: "\ee02"
}

.icofont-social-ebuddy:before {
    content: "\ee03"
}

.icofont-social-ello:before {
    content: "\ee04"
}

.icofont-social-ember:before {
    content: "\ee05"
}

.icofont-social-envato:before {
    content: "\ee06"
}

.icofont-social-evernote:before {
    content: "\ee07"
}

.icofont-social-facebook:before {
    content: "\ee08"
}

.icofont-social-feedburner:before {
    content: "\ee09"
}

.icofont-social-folkd:before {
    content: "\ee0a"
}

.icofont-social-friendfeed:before {
    content: "\ee0b"
}

.icofont-social-ghost:before {
    content: "\ee0c"
}

.icofont-social-github:before {
    content: "\ee0d"
}

.icofont-social-gnome:before {
    content: "\ee0e"
}

.icofont-social-google-buzz:before {
    content: "\ee0f"
}

.icofont-social-google-map:before {
    content: "\ee10"
}

.icofont-social-google-plus:before {
    content: "\ee11"
}

.icofont-social-google-talk:before {
    content: "\ee12"
}

.icofont-social-hype-machine:before {
    content: "\ee13"
}

.icofont-social-instagram:before {
    content: "\ee14"
}

.icofont-brand-joomla:before {
    content: "\ee15"
}

.icofont-social-kickstarter:before {
    content: "\ee16"
}

.icofont-social-line:before {
    content: "\ee17"
}

.icofont-social-linux-mint:before {
    content: "\ee18"
}

.icofont-social-livejournal:before {
    content: "\ee19"
}

.icofont-social-magento:before {
    content: "\ee1a"
}

.icofont-social-meetup:before {
    content: "\ee1b"
}

.icofont-social-mixx:before {
    content: "\ee1c"
}

.icofont-social-newsvine:before {
    content: "\ee1d"
}

.icofont-social-nimbuss:before {
    content: "\ee1e"
}

.icofont-social-opencart:before {
    content: "\ee1f"
}

.icofont-social-oscommerce:before {
    content: "\ee20"
}

.icofont-social-pandora:before {
    content: "\ee21"
}

.icofont-social-picasa:before {
    content: "\ee22"
}

.icofont-social-pinterest:before {
    content: "\ee23"
}

.icofont-social-prestashop:before {
    content: "\ee24"
}

.icofont-social-qik:before {
    content: "\ee25"
}

.icofont-social-readernaut:before {
    content: "\ee26"
}

.icofont-social-reddit:before {
    content: "\ee27"
}

.icofont-social-rss:before {
    content: "\ee28"
}

.icofont-social-shopify:before {
    content: "\ee29"
}

.icofont-social-silverstripe:before {
    content: "\ee2a"
}

.icofont-social-skype:before {
    content: "\ee2b"
}

.icofont-social-slashdot:before {
    content: "\ee2c"
}

.icofont-social-smugmug:before {
    content: "\ee2d"
}

.icofont-social-steam:before {
    content: "\ee2e"
}

.icofont-social-stumbleupon:before {
    content: "\ee2f"
}

.icofont-social-technorati:before {
    content: "\ee30"
}

.icofont-social-telegram:before {
    content: "\ee31"
}

.icofont-social-tinder:before {
    content: "\ee32"
}

.icofont-social-tumblr:before {
    content: "\ee33"
}

.icofont-social-twitter:before {
    content: "\ee34"
}

.icofont-social-typo3:before {
    content: "\ee35"
}

.icofont-social-ubercart:before {
    content: "\ee36"
}

.icofont-social-viber:before {
    content: "\ee37"
}

.icofont-social-viddler:before {
    content: "\ee38"
}

.icofont-social-vimeo:before {
    content: "\ee39"
}

.icofont-social-vine:before {
    content: "\ee3a"
}

.icofont-social-virb:before {
    content: "\ee3b"
}

.icofont-social-virtuemart:before {
    content: "\ee3c"
}

.icofont-social-wechat:before {
    content: "\ee3d"
}

.icofont-brand-wordpress:before {
    content: "\ee3e"
}

.icofont-social-xing:before {
    content: "\ee3f"
}

.icofont-social-yahoo:before {
    content: "\ee40"
}

.icofont-social-yelp:before {
    content: "\ee41"
}

.icofont-social-zencart:before {
    content: "\ee42"
}

.icofont-badminton-birdie:before {
    content: "\ee43"
}

.icofont-baseball:before {
    content: "\ee44"
}

.icofont-baseballer:before {
    content: "\ee45"
}

.icofont-basketball-hoop:before {
    content: "\ee46"
}

.icofont-basketball:before {
    content: "\ee47"
}

.icofont-billiard-ball:before {
    content: "\ee48"
}

.icofont-boot-alt-1:before {
    content: "\ee49"
}

.icofont-boot-alt-2:before {
    content: "\ee4a"
}

.icofont-bowling-alt:before {
    content: "\ee4b"
}

.icofont-bowling:before {
    content: "\ee4c"
}

.icofont-canoe:before {
    content: "\ee4d"
}

.icofont-cheer-leader:before {
    content: "\ee4e"
}

.icofont-climbing:before {
    content: "\ee4f"
}

.icofont-corner:before {
    content: "\ee50"
}

.icofont-cyclist:before {
    content: "\ee51"
}

.icofont-dumbbell-alt:before {
    content: "\ee52"
}

.icofont-dumbbell:before {
    content: "\ee53"
}

.icofont-field-alt:before {
    content: "\ee54"
}

.icofont-field:before {
    content: "\ee55"
}

.icofont-football-alt:before {
    content: "\ee56"
}

.icofont-foul:before {
    content: "\ee57"
}

.icofont-goal-keeper:before {
    content: "\ee58"
}

.icofont-goal:before {
    content: "\ee59"
}

.icofont-golf-alt:before {
    content: "\ee5a"
}

.icofont-golf-bag:before {
    content: "\ee5b"
}

.icofont-golf-field:before {
    content: "\ee5c"
}

.icofont-golf:before {
    content: "\ee5d"
}

.icofont-golfer:before {
    content: "\ee5e"
}

.icofont-gym-alt-1:before {
    content: "\ee5f"
}

.icofont-gym-alt-2:before {
    content: "\ee60"
}

.icofont-gym-alt-3:before {
    content: "\ee61"
}

.icofont-gym:before {
    content: "\ee62"
}

.icofont-hand-grippers:before {
    content: "\ee63"
}

.icofont-heart-beat-alt:before {
    content: "\ee64"
}

.icofont-helmet:before {
    content: "\ee65"
}

.icofont-hockey-alt:before {
    content: "\ee66"
}

.icofont-hockey:before {
    content: "\ee67"
}

.icofont-ice-skate:before {
    content: "\ee68"
}

.icofont-jersey-alt:before {
    content: "\ee69"
}

.icofont-jersey:before {
    content: "\ee6a"
}

.icofont-jumping:before {
    content: "\ee6b"
}

.icofont-kick:before {
    content: "\ee6c"
}

.icofont-leg:before {
    content: "\ee6d"
}

.icofont-match-review:before {
    content: "\ee6e"
}

.icofont-medal-alt:before {
    content: "\ee6f"
}

.icofont-muscle-alt:before {
    content: "\ee70"
}

.icofont-muscle:before {
    content: "\ee71"
}

.icofont-offside:before {
    content: "\ee72"
}

.icofont-olympic-logo:before {
    content: "\ee73"
}

.icofont-olympic:before {
    content: "\ee74"
}

.icofont-padding:before {
    content: "\ee75"
}

.icofont-penalty-card:before {
    content: "\ee76"
}

.icofont-racer:before {
    content: "\ee77"
}

.icofont-racing-car:before {
    content: "\ee78"
}

.icofont-racing-flag-alt:before {
    content: "\ee79"
}

.icofont-racing-flag:before {
    content: "\ee7a"
}

.icofont-racings-wheel:before {
    content: "\ee7b"
}

.icofont-referee:before {
    content: "\ee7c"
}

.icofont-refree-jersey:before {
    content: "\ee7d"
}

.icofont-result:before {
    content: "\ee7e"
}

.icofont-rugby-ball:before {
    content: "\ee7f"
}

.icofont-rugby-player:before {
    content: "\ee80"
}

.icofont-rugby:before {
    content: "\ee81"
}

.icofont-runner-alt-1:before {
    content: "\ee82"
}

.icofont-runner-alt-2:before {
    content: "\ee83"
}

.icofont-runner:before {
    content: "\ee84"
}

.icofont-score-board:before {
    content: "\ee85"
}

.icofont-skiing-man:before {
    content: "\ee86"
}

.icofont-skydiving-goggles:before {
    content: "\ee87"
}

.icofont-snow-mobile:before {
    content: "\ee88"
}

.icofont-steering:before {
    content: "\ee89"
}

.icofont-substitute:before {
    content: "\ee8a"
}

.icofont-swimmer:before {
    content: "\ee8b"
}

.icofont-table-tennis:before {
    content: "\ee8c"
}

.icofont-team-alt:before {
    content: "\ee8d"
}

.icofont-team:before {
    content: "\ee8e"
}

.icofont-tennis-player:before {
    content: "\ee8f"
}

.icofont-tennis:before {
    content: "\ee90"
}

.icofont-time:before {
    content: "\ee91"
}

.icofont-track:before {
    content: "\ee92"
}

.icofont-tracking:before {
    content: "\ee93"
}

.icofont-trophy-alt:before {
    content: "\ee94"
}

.icofont-trophy:before {
    content: "\ee95"
}

.icofont-volleyball-alt:before {
    content: "\ee96"
}

.icofont-volleyball-fire:before {
    content: "\ee97"
}

.icofont-volleyball:before {
    content: "\ee98"
}

.icofont-water-bottle:before {
    content: "\ee99"
}

.icofont-whisle:before {
    content: "\ee9a"
}

.icofont-win-trophy:before {
    content: "\ee9b"
}

.icofont-align-center:before {
    content: "\ee9c"
}

.icofont-align-left:before {
    content: "\ee9d"
}

.icofont-align-right:before {
    content: "\ee9e"
}

.icofont-all-caps:before {
    content: "\ee9f"
}

.icofont-bold:before {
    content: "\eea0"
}

.icofont-brush:before {
    content: "\eea1"
}

.icofont-clip-board:before {
    content: "\eea2"
}

.icofont-code-alt:before {
    content: "\eea3"
}

.icofont-color-bucket:before {
    content: "\eea4"
}

.icofont-color-picker:before {
    content: "\eea5"
}

.icofont-copy-alt:before {
    content: "\eea6"
}

.icofont-copy-black:before {
    content: "\eea7"
}

.icofont-cut:before {
    content: "\eea8"
}

.icofont-delete-alt:before {
    content: "\eea9"
}

.icofont-edit-alt:before {
    content: "\eeaa"
}

.icofont-eraser-alt:before {
    content: "\eeab"
}

.icofont-file-alt:before {
    content: "\eeac"
}

.icofont-font:before {
    content: "\eead"
}

.icofont-header:before {
    content: "\eeae"
}

.icofont-indent:before {
    content: "\eeaf"
}

.icofont-italic-alt:before {
    content: "\eeb0"
}

.icofont-justify-all:before {
    content: "\eeb1"
}

.icofont-justify-center:before {
    content: "\eeb2"
}

.icofont-justify-left:before {
    content: "\eeb3"
}

.icofont-justify-right:before {
    content: "\eeb4"
}

.icofont-line-height:before {
    content: "\eeb5"
}

.icofont-link-alt:before {
    content: "\eeb6"
}

.icofont-listine-dots:before {
    content: "\eeb7"
}

.icofont-listing-box:before {
    content: "\eeb8"
}

.icofont-listing-number:before {
    content: "\eeb9"
}

.icofont-marker:before {
    content: "\eeba"
}

.icofont-outdent:before {
    content: "\eebb"
}

.icofont-paper-clip:before {
    content: "\eebc"
}

.icofont-paragraph:before {
    content: "\eebd"
}

.icofont-pin:before {
    content: "\eebe"
}

.icofont-printer:before {
    content: "\eebf"
}

.icofont-redo:before {
    content: "\eec0"
}

.icofont-rotation:before {
    content: "\eec1"
}

.icofont-save:before {
    content: "\eec2"
}

.icofont-small-cap:before {
    content: "\eec3"
}

.icofont-strike-through:before {
    content: "\eec4"
}

.icofont-sub-listing:before {
    content: "\eec5"
}

.icofont-subscript:before {
    content: "\eec6"
}

.icofont-superscript:before {
    content: "\eec7"
}

.icofont-table:before {
    content: "\eec8"
}

.icofont-text-height:before {
    content: "\eec9"
}

.icofont-text-width:before {
    content: "\eeca"
}

.icofont-trash:before {
    content: "\eecb"
}

.icofont-underline:before {
    content: "\eecc"
}

.icofont-undo:before {
    content: "\eecd"
}

.icofont-unlink:before {
    content: "\eece"
}

.icofont-air-balloon:before {
    content: "\eecf"
}

.icofont-airplane-alt:before {
    content: "\eed0"
}

.icofont-airplane:before {
    content: "\eed1"
}

.icofont-ambulance-crescent:before {
    content: "\eed2"
}

.icofont-ambulance-cross:before {
    content: "\eed3"
}

.icofont-articulated-truck:before {
    content: "\eed4"
}

.icofont-auto-rickshaw:before {
    content: "\eed5"
}

.icofont-bicycle-alt-1:before {
    content: "\eed6"
}

.icofont-bicycle-alt-2:before {
    content: "\eed7"
}

.icofont-bull-dozer:before {
    content: "\eed8"
}

.icofont-bus-alt-1:before {
    content: "\eed9"
}

.icofont-bus-alt-2:before {
    content: "\eeda"
}

.icofont-bus-alt-3:before {
    content: "\eedb"
}

.icofont-cable-car:before {
    content: "\eedc"
}

.icofont-car-alt-1:before {
    content: "\eedd"
}

.icofont-car-alt-2:before {
    content: "\eede"
}

.icofont-car-alt-3:before {
    content: "\eedf"
}

.icofont-car-alt-4:before {
    content: "\eee0"
}

.icofont-concrete-mixer:before {
    content: "\eee1"
}

.icofont-delivery-time:before {
    content: "\eee2"
}

.icofont-excavator:before {
    content: "\eee3"
}

.icofont-fast-delivery:before {
    content: "\eee4"
}

.icofont-fire-truck-alt:before {
    content: "\eee5"
}

.icofont-fire-truck:before {
    content: "\eee6"
}

.icofont-fork-lift:before {
    content: "\eee7"
}

.icofont-free-delivery:before {
    content: "\eee8"
}

.icofont-golf-cart:before {
    content: "\eee9"
}

.icofont-helicopter:before {
    content: "\eeea"
}

.icofont-motor-bike-alt:before {
    content: "\eeeb"
}

.icofont-motor-bike:before {
    content: "\eeec"
}

.icofont-motor-biker:before {
    content: "\eeed"
}

.icofont-oil-truck:before {
    content: "\eeee"
}

.icofont-police-car:before {
    content: "\eeef"
}

.icofont-rickshaw:before {
    content: "\eef0"
}

.icofont-rocket-alt-1:before {
    content: "\eef1"
}

.icofont-rocket-alt-2:before {
    content: "\eef2"
}

.icofont-sail-boat:before {
    content: "\eef3"
}

.icofont-scooter:before {
    content: "\eef4"
}

.icofont-sea-plane:before {
    content: "\eef5"
}

.icofont-ship-alt:before {
    content: "\eef6"
}

.icofont-speed-boat:before {
    content: "\eef7"
}

.icofont-taxi:before {
    content: "\eef8"
}

.icofont-tow-truck:before {
    content: "\eef9"
}

.icofont-tractor:before {
    content: "\eefa"
}

.icofont-traffic-light:before {
    content: "\eefb"
}

.icofont-train-line:before {
    content: "\eefc"
}

.icofont-train-steam:before {
    content: "\eefd"
}

.icofont-tram:before {
    content: "\eefe"
}

.icofont-truck-alt:before {
    content: "\eeff"
}

.icofont-truck-loaded:before {
    content: "\ef00"
}

.icofont-truck:before {
    content: "\ef01"
}

.icofont-van-alt:before {
    content: "\ef02"
}

.icofont-van:before {
    content: "\ef03"
}

.icofont-yacht:before {
    content: "\ef04"
}

.icofont-5-star-hotel:before {
    content: "\ef05"
}

.icofont-anchor-alt:before {
    content: "\ef06"
}

.icofont-beach-bed:before {
    content: "\ef07"
}

.icofont-camping-vest:before {
    content: "\ef08"
}

.icofont-coconut-alt:before {
    content: "\ef09"
}

.icofont-direction-sign:before {
    content: "\ef0a"
}

.icofont-hill-side:before {
    content: "\ef0b"
}

.icofont-island-alt:before {
    content: "\ef0c"
}

.icofont-long-drive:before {
    content: "\ef0d"
}

.icofont-map-pins:before {
    content: "\ef0e"
}

.icofont-plane-ticket:before {
    content: "\ef0f"
}

.icofont-sail-boat-alt-1:before {
    content: "\ef10"
}

.icofont-sail-boat-alt-2:before {
    content: "\ef11"
}

.icofont-sandals-female:before {
    content: "\ef12"
}

.icofont-sandals-male:before {
    content: "\ef13"
}

.icofont-travelling:before {
    content: "\ef14"
}

.icofont-breakdown:before {
    content: "\ef15"
}

.icofont-celsius:before {
    content: "\ef16"
}

.icofont-clouds:before {
    content: "\ef17"
}

.icofont-cloudy:before {
    content: "\ef18"
}

.icofont-compass-alt:before {
    content: "\ef19"
}

.icofont-dust:before {
    content: "\ef1a"
}

.icofont-eclipse:before {
    content: "\ef1b"
}

.icofont-fahrenheit:before {
    content: "\ef1c"
}

.icofont-forest-fire:before {
    content: "\ef1d"
}

.icofont-full-night:before {
    content: "\ef1e"
}

.icofont-full-sunny:before {
    content: "\ef1f"
}

.icofont-hail-night:before {
    content: "\ef20"
}

.icofont-hail-rainy-night:before {
    content: "\ef21"
}

.icofont-hail-rainy-sunny:before {
    content: "\ef22"
}

.icofont-hail-rainy:before {
    content: "\ef23"
}

.icofont-hail-sunny:before {
    content: "\ef24"
}

.icofont-hail-thunder-night:before {
    content: "\ef25"
}

.icofont-hail-thunder-sunny:before {
    content: "\ef26"
}

.icofont-hail-thunder:before {
    content: "\ef27"
}

.icofont-hail:before {
    content: "\ef28"
}

.icofont-hill-night:before {
    content: "\ef29"
}

.icofont-hill-sunny:before {
    content: "\ef2a"
}

.icofont-hill:before {
    content: "\ef2b"
}

.icofont-hurricane:before {
    content: "\ef2c"
}

.icofont-island:before {
    content: "\ef2d"
}

.icofont-meteor:before {
    content: "\ef2e"
}

.icofont-night:before {
    content: "\ef2f"
}

.icofont-rainy-night:before {
    content: "\ef30"
}

.icofont-rainy-sunny:before {
    content: "\ef31"
}

.icofont-rainy-thunder:before {
    content: "\ef32"
}

.icofont-rainy:before {
    content: "\ef33"
}

.icofont-showy-night-hail:before {
    content: "\ef34"
}

.icofont-snow-temp:before {
    content: "\ef35"
}

.icofont-snow:before {
    content: "\ef36"
}

.icofont-snowy-hail:before {
    content: "\ef37"
}

.icofont-snowy-night-rainy:before {
    content: "\ef38"
}

.icofont-snowy-night:before {
    content: "\ef39"
}

.icofont-snowy-rainy:before {
    content: "\ef3a"
}

.icofont-snowy-sunny-hail:before {
    content: "\ef3b"
}

.icofont-snowy-sunny-rainy:before {
    content: "\ef3c"
}

.icofont-snowy-sunny:before {
    content: "\ef3d"
}

.icofont-snowy-thunder-night:before {
    content: "\ef3e"
}

.icofont-snowy-thunder-sunny:before {
    content: "\ef3f"
}

.icofont-snowy-thunder:before {
    content: "\ef40"
}

.icofont-snowy-windy-night:before {
    content: "\ef41"
}

.icofont-snowy-windy-sunny:before {
    content: "\ef42"
}

.icofont-snowy-windy:before {
    content: "\ef43"
}

.icofont-snowy:before {
    content: "\ef44"
}

.icofont-sun-alt:before {
    content: "\ef45"
}

.icofont-sun-rise:before {
    content: "\ef46"
}

.icofont-sun-set:before {
    content: "\ef47"
}

.icofont-sunny-day-temp:before {
    content: "\ef48"
}

.icofont-sunny:before {
    content: "\ef49"
}

.icofont-thermometer:before {
    content: "\ef4a"
}

.icofont-thinder-light:before {
    content: "\ef4b"
}

.icofont-tornado:before {
    content: "\ef4c"
}

.icofont-umbrella-alt:before {
    content: "\ef4d"
}

.icofont-volcano:before {
    content: "\ef4e"
}

.icofont-wave:before {
    content: "\ef4f"
}

.icofont-wind-scale-0:before {
    content: "\ef50"
}

.icofont-wind-scale-1:before {
    content: "\ef51"
}

.icofont-wind-scale-2:before {
    content: "\ef52"
}

.icofont-wind-scale-3:before {
    content: "\ef53"
}

.icofont-wind-scale-4:before {
    content: "\ef54"
}

.icofont-wind-scale-5:before {
    content: "\ef55"
}

.icofont-wind-scale-6:before {
    content: "\ef56"
}

.icofont-wind-scale-7:before {
    content: "\ef57"
}

.icofont-wind-scale-8:before {
    content: "\ef58"
}

.icofont-wind-scale-9:before {
    content: "\ef59"
}

.icofont-wind-scale-10:before {
    content: "\ef5a"
}

.icofont-wind-scale-11:before {
    content: "\ef5b"
}

.icofont-wind-scale-12:before {
    content: "\ef5c"
}

.icofont-wind-waves:before {
    content: "\ef5d"
}

.icofont-wind:before {
    content: "\ef5e"
}

.icofont-windy-hail:before {
    content: "\ef5f"
}

.icofont-windy-night:before {
    content: "\ef60"
}

.icofont-windy-raining:before {
    content: "\ef61"
}

.icofont-windy-sunny:before {
    content: "\ef62"
}

.icofont-windy-thunder-raining:before {
    content: "\ef63"
}

.icofont-windy-thunder:before {
    content: "\ef64"
}

.icofont-windy:before {
    content: "\ef65"
}

.icofont-addons:before {
    content: "\ef66"
}

.icofont-address-book:before {
    content: "\ef67"
}

.icofont-adjust:before {
    content: "\ef68"
}

.icofont-alarm:before {
    content: "\ef69"
}

.icofont-anchor:before {
    content: "\ef6a"
}

.icofont-archive:before {
    content: "\ef6b"
}

.icofont-at:before {
    content: "\ef6c"
}

.icofont-attachment:before {
    content: "\ef6d"
}

.icofont-audio:before {
    content: "\ef6e"
}

.icofont-auto-mobile:before {
    content: "\ef6f"
}

.icofont-automation:before {
    content: "\ef70"
}

.icofont-baby:before {
    content: "\ef71"
}

.icofont-badge:before {
    content: "\ef72"
}

.icofont-bag:before {
    content: "\ef73"
}

.icofont-ban:before {
    content: "\ef74"
}

.icofont-bank:before {
    content: "\ef75"
}

.icofont-bar-code:before {
    content: "\ef76"
}

.icofont-bars:before {
    content: "\ef77"
}

.icofont-battery-empty:before {
    content: "\ef78"
}

.icofont-battery-full:before {
    content: "\ef79"
}

.icofont-battery-half:before {
    content: "\ef7a"
}

.icofont-battery-low:before {
    content: "\ef7b"
}

.icofont-beach:before {
    content: "\ef7c"
}

.icofont-beaker:before {
    content: "\ef7d"
}

.icofont-bear:before {
    content: "\ef7e"
}

.icofont-beard:before {
    content: "\ef7f"
}

.icofont-bed:before {
    content: "\ef80"
}

.icofont-bell:before {
    content: "\ef81"
}

.icofont-beverage:before {
    content: "\ef82"
}

.icofont-bicycle:before {
    content: "\ef83"
}

.icofont-bill:before {
    content: "\ef84"
}

.icofont-bin:before {
    content: "\ef85"
}

.icofont-binary:before {
    content: "\ef86"
}

.icofont-binoculars:before {
    content: "\ef87"
}

.icofont-bird:before {
    content: "\ef88"
}

.icofont-birds:before {
    content: "\ef89"
}

.icofont-black-board:before {
    content: "\ef8a"
}

.icofont-bluetooth:before {
    content: "\ef8b"
}

.icofont-bolt:before {
    content: "\ef8c"
}

.icofont-bomb:before {
    content: "\ef8d"
}

.icofont-book-mark:before {
    content: "\ef8e"
}

.icofont-book:before {
    content: "\ef8f"
}

.icofont-boot:before {
    content: "\ef90"
}

.icofont-box:before {
    content: "\ef91"
}

.icofont-brain:before {
    content: "\ef92"
}

.icofont-briefcase:before {
    content: "\ef93"
}

.icofont-broken:before {
    content: "\ef94"
}

.icofont-bucket:before {
    content: "\ef95"
}

.icofont-bucket1:before {
    content: "\ef96"
}

.icofont-bucket2:before {
    content: "\ef97"
}

.icofont-bug:before {
    content: "\ef98"
}

.icofont-building:before {
    content: "\ef99"
}

.icofont-bullet:before {
    content: "\ef9a"
}

.icofont-bullhorn:before {
    content: "\ef9b"
}

.icofont-bullseye:before {
    content: "\ef9c"
}

.icofont-bus:before {
    content: "\ef9d"
}

.icofont-butterfly:before {
    content: "\ef9e"
}

.icofont-cab:before {
    content: "\ef9f"
}

.icofont-calculator:before {
    content: "\efa0"
}

.icofont-calendar:before {
    content: "\efa1"
}

.icofont-camera-alt:before {
    content: "\efa2"
}

.icofont-camera:before {
    content: "\efa3"
}

.icofont-car:before {
    content: "\efa4"
}

.icofont-card:before {
    content: "\efa5"
}

.icofont-cart:before {
    content: "\efa6"
}

.icofont-cc:before {
    content: "\efa7"
}

.icofont-certificate:before {
    content: "\efa8"
}

.icofont-charging:before {
    content: "\efa9"
}

.icofont-chat:before {
    content: "\efaa"
}

.icofont-check-alt:before {
    content: "\efab"
}

.icofont-check-circled:before {
    content: "\efac"
}

.icofont-check:before {
    content: "\efad"
}

.icofont-checked:before {
    content: "\efae"
}

.icofont-children-care:before {
    content: "\efaf"
}

.icofont-clock-time:before {
    content: "\efb0"
}

.icofont-close-circled:before {
    content: "\efb1"
}

.icofont-close-line-circled:before {
    content: "\efb2"
}

.icofont-close-line-squared-alt:before {
    content: "\efb3"
}

.icofont-close-line-squared:before {
    content: "\efb4"
}

.icofont-close-line:before {
    content: "\efb5"
}

.icofont-close-squared-alt:before {
    content: "\efb6"
}

.icofont-close-squared:before {
    content: "\efb7"
}

.icofont-close:before {
    content: "\efb8"
}

.icofont-cloud-download:before {
    content: "\efb9"
}

.icofont-cloud-refresh:before {
    content: "\efba"
}

.icofont-cloud-upload:before {
    content: "\efbb"
}

.icofont-cloud:before {
    content: "\efbc"
}

.icofont-code-not-allowed:before {
    content: "\efbd"
}

.icofont-code:before {
    content: "\efbe"
}

.icofont-coffee-cup:before {
    content: "\efbf"
}

.icofont-comment:before {
    content: "\efc0"
}

.icofont-compass:before {
    content: "\efc1"
}

.icofont-computer:before {
    content: "\efc2"
}

.icofont-connection:before {
    content: "\efc3"
}

.icofont-console:before {
    content: "\efc4"
}

.icofont-contacts:before {
    content: "\efc5"
}

.icofont-contrast:before {
    content: "\efc6"
}

.icofont-copy:before {
    content: "\efc7"
}

.icofont-copyright:before {
    content: "\efc8"
}

.icofont-credit-card:before {
    content: "\efc9"
}

.icofont-crop:before {
    content: "\efca"
}

.icofont-crown:before {
    content: "\efcb"
}

.icofont-cube:before {
    content: "\efcc"
}

.icofont-cubes:before {
    content: "\efcd"
}

.icofont-culinary:before {
    content: "\efce"
}

.icofont-dashboard-web:before {
    content: "\efcf"
}

.icofont-dashboard:before {
    content: "\efd0"
}

.icofont-data:before {
    content: "\efd1"
}

.icofont-database-add:before {
    content: "\efd2"
}

.icofont-database-locked:before {
    content: "\efd3"
}

.icofont-database-remove:before {
    content: "\efd4"
}

.icofont-database:before {
    content: "\efd5"
}

.icofont-delete:before {
    content: "\efd6"
}

.icofont-diamond:before {
    content: "\efd7"
}

.icofont-dice:before {
    content: "\efd8"
}

.icofont-disabled:before {
    content: "\efd9"
}

.icofont-disc:before {
    content: "\efda"
}

.icofont-diskette:before {
    content: "\efdb"
}

.icofont-document-folder:before {
    content: "\efdc"
}

.icofont-download-alt:before {
    content: "\efdd"
}

.icofont-download:before {
    content: "\efde"
}

.icofont-downloaded:before {
    content: "\efdf"
}

.icofont-earth:before {
    content: "\efe0"
}

.icofont-ebook:before {
    content: "\efe1"
}

.icofont-edit:before {
    content: "\efe2"
}

.icofont-eject:before {
    content: "\efe3"
}

.icofont-email:before {
    content: "\efe4"
}

.icofont-envelope-open:before {
    content: "\efe5"
}

.icofont-envelope:before {
    content: "\efe6"
}

.icofont-eraser:before {
    content: "\efe7"
}

.icofont-error:before {
    content: "\efe8"
}

.icofont-exchange:before {
    content: "\efe9"
}

.icofont-exclamation-circle:before {
    content: "\efea"
}

.icofont-exclamation-square:before {
    content: "\efeb"
}

.icofont-exclamation-tringle:before {
    content: "\efec"
}

.icofont-exclamation:before {
    content: "\efed"
}

.icofont-exit:before {
    content: "\efee"
}

.icofont-expand:before {
    content: "\efef"
}

.icofont-external-link:before {
    content: "\eff0"
}

.icofont-external:before {
    content: "\eff1"
}

.icofont-eye-blocked:before {
    content: "\eff2"
}

.icofont-eye-dropper:before {
    content: "\eff3"
}

.icofont-eye:before {
    content: "\eff4"
}

.icofont-favourite:before {
    content: "\eff5"
}

.icofont-fax:before {
    content: "\eff6"
}

.icofont-female:before {
    content: "\eff7"
}

.icofont-file:before {
    content: "\eff8"
}

.icofont-film:before {
    content: "\eff9"
}

.icofont-filter:before {
    content: "\effa"
}

.icofont-fire-burn:before {
    content: "\effb"
}

.icofont-fire-extinguisher:before {
    content: "\effc"
}

.icofont-fire:before {
    content: "\effd"
}

.icofont-first-aid:before {
    content: "\effe"
}

.icofont-flag-alt-1:before {
    content: "\efff"
}

.icofont-flag-alt-2:before {
    content: "\f000"
}

.icofont-flag:before {
    content: "\f001"
}

.icofont-flash-light:before {
    content: "\f002"
}

.icofont-flash:before {
    content: "\f003"
}

.icofont-flask:before {
    content: "\f004"
}

.icofont-focus:before {
    content: "\f005"
}

.icofont-folder-open:before {
    content: "\f006"
}

.icofont-folder:before {
    content: "\f007"
}

.icofont-foot-print:before {
    content: "\f008"
}

.icofont-football-american:before {
    content: "\f009"
}

.icofont-football:before {
    content: "\f00a"
}

.icofont-game-console:before {
    content: "\f00b"
}

.icofont-game-pad:before {
    content: "\f00c"
}

.icofont-gavel:before {
    content: "\f00d"
}

.icofont-gear:before {
    content: "\f00e"
}

.icofont-gears:before {
    content: "\f00f"
}

.icofont-gift:before {
    content: "\f010"
}

.icofont-glass:before {
    content: "\f011"
}

.icofont-globe:before {
    content: "\f012"
}

.icofont-graduate:before {
    content: "\f013"
}

.icofont-graffiti:before {
    content: "\f014"
}

.icofont-grocery:before {
    content: "\f015"
}

.icofont-group:before {
    content: "\f016"
}

.icofont-hammer:before {
    content: "\f017"
}

.icofont-hand:before {
    content: "\f018"
}

.icofont-hanger:before {
    content: "\f019"
}

.icofont-hard-disk:before {
    content: "\f01a"
}

.icofont-headphone:before {
    content: "\f01b"
}

.icofont-heart-beat:before {
    content: "\f01c"
}

.icofont-heart:before {
    content: "\f01d"
}

.icofont-history:before {
    content: "\f01e"
}

.icofont-home:before {
    content: "\f01f"
}

.icofont-horn:before {
    content: "\f020"
}

.icofont-hotel:before {
    content: "\f021"
}

.icofont-hour-glass:before {
    content: "\f022"
}

.icofont-id:before {
    content: "\f023"
}

.icofont-image:before {
    content: "\f024"
}

.icofont-inbox:before {
    content: "\f025"
}

.icofont-infinite:before {
    content: "\f026"
}

.icofont-info-circle:before {
    content: "\f027"
}

.icofont-info-square:before {
    content: "\f028"
}

.icofont-info:before {
    content: "\f029"
}

.icofont-institution:before {
    content: "\f02a"
}

.icofont-interface:before {
    content: "\f02b"
}

.icofont-invisible:before {
    content: "\f02c"
}

.icofont-italic:before {
    content: "\f02d"
}

.icofont-jacket:before {
    content: "\f02e"
}

.icofont-jar:before {
    content: "\f02f"
}

.icofont-jewlery:before {
    content: "\f030"
}

.icofont-karate:before {
    content: "\f031"
}

.icofont-key-hole:before {
    content: "\f032"
}

.icofont-key:before {
    content: "\f033"
}

.icofont-keyboard:before {
    content: "\f034"
}

.icofont-kid:before {
    content: "\f035"
}

.icofont-label:before {
    content: "\f036"
}

.icofont-lamp:before {
    content: "\f037"
}

.icofont-laptop:before {
    content: "\f038"
}

.icofont-layers:before {
    content: "\f039"
}

.icofont-layout:before {
    content: "\f03a"
}

.icofont-leaf:before {
    content: "\f03b"
}

.icofont-leaflet:before {
    content: "\f03c"
}

.icofont-learn:before {
    content: "\f03d"
}

.icofont-legal:before {
    content: "\f03e"
}

.icofont-lego:before {
    content: "\f03f"
}

.icofont-lemon:before {
    content: "\f040"
}

.icofont-lens:before {
    content: "\f041"
}

.icofont-letter:before {
    content: "\f042"
}

.icofont-letterbox:before {
    content: "\f043"
}

.icofont-library:before {
    content: "\f044"
}

.icofont-license:before {
    content: "\f045"
}

.icofont-life-bouy:before {
    content: "\f046"
}

.icofont-life-buoy:before {
    content: "\f047"
}

.icofont-life-jacket:before {
    content: "\f048"
}

.icofont-life-ring:before {
    content: "\f049"
}

.icofont-light-bulb:before {
    content: "\f04a"
}

.icofont-lighter:before {
    content: "\f04b"
}

.icofont-lightning-ray:before {
    content: "\f04c"
}

.icofont-like:before {
    content: "\f04d"
}

.icofont-link:before {
    content: "\f04e"
}

.icofont-live-support:before {
    content: "\f04f"
}

.icofont-location-arrow:before {
    content: "\f050"
}

.icofont-location-pin:before {
    content: "\f051"
}

.icofont-lock:before {
    content: "\f052"
}

.icofont-login:before {
    content: "\f053"
}

.icofont-logout:before {
    content: "\f054"
}

.icofont-lollipop:before {
    content: "\f055"
}

.icofont-look:before {
    content: "\f056"
}

.icofont-loop:before {
    content: "\f057"
}

.icofont-luggage:before {
    content: "\f058"
}

.icofont-lunch:before {
    content: "\f059"
}

.icofont-lungs:before {
    content: "\f05a"
}

.icofont-magic-alt:before {
    content: "\f05b"
}

.icofont-magic:before {
    content: "\f05c"
}

.icofont-magnet:before {
    content: "\f05d"
}

.icofont-mail-box:before {
    content: "\f05e"
}

.icofont-mail:before {
    content: "\f05f"
}

.icofont-male:before {
    content: "\f060"
}

.icofont-map:before {
    content: "\f061"
}

.icofont-math:before {
    content: "\f062"
}

.icofont-maximize:before {
    content: "\f063"
}

.icofont-measure:before {
    content: "\f064"
}

.icofont-medal:before {
    content: "\f065"
}

.icofont-medical:before {
    content: "\f066"
}

.icofont-medicine:before {
    content: "\f067"
}

.icofont-mega-phone:before {
    content: "\f068"
}

.icofont-memorial:before {
    content: "\f069"
}

.icofont-memory-card:before {
    content: "\f06a"
}

.icofont-mic-mute:before {
    content: "\f06b"
}

.icofont-mic:before {
    content: "\f06c"
}

.icofont-micro-chip:before {
    content: "\f06d"
}

.icofont-microphone:before {
    content: "\f06e"
}

.icofont-microscope:before {
    content: "\f06f"
}

.icofont-military:before {
    content: "\f070"
}

.icofont-mill:before {
    content: "\f071"
}

.icofont-minus-circle:before {
    content: "\f072"
}

.icofont-minus-square:before {
    content: "\f073"
}

.icofont-minus:before {
    content: "\f074"
}

.icofont-mobile-phone:before {
    content: "\f075"
}

.icofont-molecule:before {
    content: "\f076"
}

.icofont-money:before {
    content: "\f077"
}

.icofont-moon:before {
    content: "\f078"
}

.icofont-mop:before {
    content: "\f079"
}

.icofont-muffin:before {
    content: "\f07a"
}

.icofont-music-alt:before {
    content: "\f07b"
}

.icofont-music-notes:before {
    content: "\f07c"
}

.icofont-music:before {
    content: "\f07d"
}

.icofont-mustache:before {
    content: "\f07e"
}

.icofont-mute-volume:before {
    content: "\f07f"
}

.icofont-navigation-menu:before {
    content: "\f080"
}

.icofont-navigation:before {
    content: "\f081"
}

.icofont-network-tower:before {
    content: "\f082"
}

.icofont-network:before {
    content: "\f083"
}

.icofont-news:before {
    content: "\f084"
}

.icofont-newspaper:before {
    content: "\f085"
}

.icofont-no-smoking:before {
    content: "\f086"
}

.icofont-not-allowed:before {
    content: "\f087"
}

.icofont-notebook:before {
    content: "\f088"
}

.icofont-notepad:before {
    content: "\f089"
}

.icofont-notification:before {
    content: "\f08a"
}

.icofont-numbered:before {
    content: "\f08b"
}

.icofont-opposite:before {
    content: "\f08c"
}

.icofont-optic:before {
    content: "\f08d"
}

.icofont-options:before {
    content: "\f08e"
}

.icofont-package:before {
    content: "\f08f"
}

.icofont-page:before {
    content: "\f090"
}

.icofont-paint:before {
    content: "\f091"
}

.icofont-paper-plane:before {
    content: "\f092"
}

.icofont-paperclip:before {
    content: "\f093"
}

.icofont-papers:before {
    content: "\f094"
}

.icofont-paw:before {
    content: "\f095"
}

.icofont-pay:before {
    content: "\f096"
}

.icofont-pen:before {
    content: "\f097"
}

.icofont-pencil:before {
    content: "\f098"
}

.icofont-penguin-linux:before {
    content: "\f099"
}

.icofont-pestle:before {
    content: "\f09a"
}

.icofont-phone-circle:before {
    content: "\f09b"
}

.icofont-phone:before {
    content: "\f09c"
}

.icofont-picture:before {
    content: "\f09d"
}

.icofont-pie:before {
    content: "\f09e"
}

.icofont-pine:before {
    content: "\f09f"
}

.icofont-pixels:before {
    content: "\f0a0"
}

.icofont-play:before {
    content: "\f0a1"
}

.icofont-plugin:before {
    content: "\f0a2"
}

.icofont-plus-circle:before {
    content: "\f0a3"
}

.icofont-plus-square:before {
    content: "\f0a4"
}

.icofont-plus:before {
    content: "\f0a5"
}

.icofont-polygonal:before {
    content: "\f0a6"
}

.icofont-power:before {
    content: "\f0a7"
}

.icofont-presentation:before {
    content: "\f0a8"
}

.icofont-price:before {
    content: "\f0a9"
}

.icofont-print:before {
    content: "\f0aa"
}

.icofont-puzzle:before {
    content: "\f0ab"
}

.icofont-qr-code:before {
    content: "\f0ac"
}

.icofont-queen:before {
    content: "\f0ad"
}

.icofont-question-circle:before {
    content: "\f0ae"
}

.icofont-question-square:before {
    content: "\f0af"
}

.icofont-question:before {
    content: "\f0b0"
}

.icofont-quote-left:before {
    content: "\f0b1"
}

.icofont-quote-right:before {
    content: "\f0b2"
}

.icofont-radio:before {
    content: "\f0b3"
}

.icofont-random:before {
    content: "\f0b4"
}

.icofont-recycle:before {
    content: "\f0b5"
}

.icofont-refresh:before {
    content: "\f0b6"
}

.icofont-repair:before {
    content: "\f0b7"
}

.icofont-reply-all:before {
    content: "\f0b8"
}

.icofont-reply:before {
    content: "\f0b9"
}

.icofont-resize:before {
    content: "\f0ba"
}

.icofont-responsive:before {
    content: "\f0bb"
}

.icofont-retweet:before {
    content: "\f0bc"
}

.icofont-road:before {
    content: "\f0bd"
}

.icofont-robot:before {
    content: "\f0be"
}

.icofont-rocket:before {
    content: "\f0bf"
}

.icofont-royal:before {
    content: "\f0c0"
}

.icofont-rss-feed:before {
    content: "\f0c1"
}

.icofont-safety:before {
    content: "\f0c2"
}

.icofont-sale-discount:before {
    content: "\f0c3"
}

.icofont-satellite:before {
    content: "\f0c4"
}

.icofont-send-mail:before {
    content: "\f0c5"
}

.icofont-server:before {
    content: "\f0c6"
}

.icofont-settings:before {
    content: "\f0c7"
}

.icofont-share-alt:before {
    content: "\f0c8"
}

.icofont-share-boxed:before {
    content: "\f0c9"
}

.icofont-share:before {
    content: "\f0ca"
}

.icofont-shield:before {
    content: "\f0cb"
}

.icofont-ship:before {
    content: "\f0cc"
}

.icofont-shopping-cart:before {
    content: "\f0cd"
}

.icofont-sign-in:before {
    content: "\f0ce"
}

.icofont-sign-out:before {
    content: "\f0cf"
}

.icofont-signal:before {
    content: "\f0d0"
}

.icofont-site-map:before {
    content: "\f0d1"
}

.icofont-smart-phone:before {
    content: "\f0d2"
}

.icofont-soccer:before {
    content: "\f0d3"
}

.icofont-sort-alt:before {
    content: "\f0d4"
}

.icofont-sort:before {
    content: "\f0d5"
}

.icofont-space:before {
    content: "\f0d6"
}

.icofont-spanner:before {
    content: "\f0d7"
}

.icofont-speech-comments:before {
    content: "\f0d8"
}

.icofont-speed-meter:before {
    content: "\f0d9"
}

.icofont-spinner-alt-1:before {
    content: "\f0da"
}

.icofont-spinner-alt-2:before {
    content: "\f0db"
}

.icofont-spinner-alt-3:before {
    content: "\f0dc"
}

.icofont-spinner-alt-4:before {
    content: "\f0dd"
}

.icofont-spinner-alt-5:before {
    content: "\f0de"
}

.icofont-spinner-alt-6:before {
    content: "\f0df"
}

.icofont-spinner:before {
    content: "\f0e0"
}

.icofont-spreadsheet:before {
    content: "\f0e1"
}

.icofont-square:before {
    content: "\f0e2"
}

.icofont-ssl-security:before {
    content: "\f0e3"
}

.icofont-star-alt-1:before {
    content: "\f0e4"
}

.icofont-star-alt-2:before {
    content: "\f0e5"
}

.icofont-star:before {
    content: "\f0e6"
}

.icofont-street-view:before {
    content: "\f0e7"
}

.icofont-sun:before {
    content: "\f0e8"
}

.icofont-support-faq:before {
    content: "\f0e9"
}

.icofont-tack-pin:before {
    content: "\f0ea"
}

.icofont-tag:before {
    content: "\f0eb"
}

.icofont-tags:before {
    content: "\f0ec"
}

.icofont-tasks:before {
    content: "\f0ed"
}

.icofont-telephone:before {
    content: "\f0ee"
}

.icofont-telescope:before {
    content: "\f0ef"
}

.icofont-terminal:before {
    content: "\f0f0"
}

.icofont-thumbs-down:before {
    content: "\f0f1"
}

.icofont-thumbs-up:before {
    content: "\f0f2"
}

.icofont-tick-boxed:before {
    content: "\f0f3"
}

.icofont-tick-mark:before {
    content: "\f0f4"
}

.icofont-ticket:before {
    content: "\f0f5"
}

.icofont-tie:before {
    content: "\f0f6"
}

.icofont-toggle-off:before {
    content: "\f0f7"
}

.icofont-toggle-on:before {
    content: "\f0f8"
}

.icofont-tools:before {
    content: "\f0f9"
}

.icofont-transparent:before {
    content: "\f0fa"
}

.icofont-tree:before {
    content: "\f0fb"
}

.icofont-umbrella:before {
    content: "\f0fc"
}

.icofont-unlock:before {
    content: "\f0fd"
}

.icofont-unlocked:before {
    content: "\f0fe"
}

.icofont-upload-alt:before {
    content: "\f0ff"
}

.icofont-upload:before {
    content: "\f100"
}

.icofont-usb-drive:before {
    content: "\f101"
}

.icofont-usb:before {
    content: "\f102"
}

.icofont-vector-path:before {
    content: "\f103"
}

.icofont-verification-check:before {
    content: "\f104"
}

.icofont-video-clapper:before {
    content: "\f105"
}

.icofont-video:before {
    content: "\f106"
}

.icofont-volume-down:before {
    content: "\f107"
}

.icofont-volume-off:before {
    content: "\f108"
}

.icofont-volume-up:before {
    content: "\f109"
}

.icofont-wall-clock:before {
    content: "\f10a"
}

.icofont-wall:before {
    content: "\f10b"
}

.icofont-wallet:before {
    content: "\f10c"
}

.icofont-warning-alt:before {
    content: "\f10d"
}

.icofont-warning:before {
    content: "\f10e"
}

.icofont-water-drop:before {
    content: "\f10f"
}

.icofont-web:before {
    content: "\f110"
}

.icofont-wheelchair:before {
    content: "\f111"
}

.icofont-wifi-alt:before {
    content: "\f112"
}

.icofont-wifi:before {
    content: "\f113"
}

.icofont-world:before {
    content: "\f114"
}

.icofont-zigzag:before {
    content: "\f115"
}

.icofont-zipped:before {
    content: "\f116"
}

.icofont-social-500px:before {
    content: "\f117"
}

.icofont-social-baidu-tieba:before {
    content: "\f118"
}

.icofont-social-bbm-messenger:before {
    content: "\f119"
}

.icofont-social-delicious:before {
    content: "\f11a"
}

.icofont-social-dribbble:before {
    content: "\f11b"
}

.icofont-social-facebook-messenger:before {
    content: "\f11c"
}

.icofont-social-flikr:before {
    content: "\f11d"
}

.icofont-social-foursquare:before {
    content: "\f11e"
}

.icofont-social-google-hangouts:before {
    content: "\f11f"
}

.icofont-social-kakaotalk:before {
    content: "\f120"
}

.icofont-social-kik:before {
    content: "\f121"
}

.icofont-social-kiwibox:before {
    content: "\f122"
}

.icofont-social-linkedin:before {
    content: "\f123"
}

.icofont-social-meetme:before {
    content: "\f124"
}

.icofont-social-odnoklassniki:before {
    content: "\f125"
}

.icofont-social-photobucket:before {
    content: "\f126"
}

.icofont-social-qq:before {
    content: "\f127"
}

.icofont-social-renren:before {
    content: "\f128"
}

.icofont-social-slack:before {
    content: "\f129"
}

.icofont-social-slidshare:before {
    content: "\f12a"
}

.icofont-social-snapchat:before {
    content: "\f12b"
}

.icofont-social-soundcloud:before {
    content: "\f12c"
}

.icofont-social-spotify:before {
    content: "\f12d"
}

.icofont-social-stack-exchange:before {
    content: "\f12e"
}

.icofont-social-stack-overflow:before {
    content: "\f12f"
}

.icofont-social-tagged:before {
    content: "\f130"
}

.icofont-social-trello:before {
    content: "\f131"
}

.icofont-social-twitch:before {
    content: "\f132"
}

.icofont-social-vk:before {
    content: "\f133"
}

.icofont-social-weibo:before {
    content: "\f134"
}

.icofont-social-whatsapp:before {
    content: "\f135"
}

.icofont-social-youku:before {
    content: "\f136"
}

.icofont-social-youtube-play:before {
    content: "\f137"
}

.icofont-social-youtube:before {
    content: "\f138"
}

.icofont-brand-xiaomi:before {
    content: "\f139"
}

.icofont-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.icofont-2x {
    font-size: 2em
}

.icofont-3x {
    font-size: 3em
}

.icofont-4x {
    font-size: 4em
}

.icofont-5x {
    font-size: 5em
}

.icofont-fw {
    display: inline-block;
    width: 1.28571429em;
    text-align: center
}

.icofont-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.icofont-ul>li {
    position: relative
}

.icofont-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.icofont-rotate {
    display: inline-block;
    -webkit-animation: icofont-rotate 2s linear infinite;
    animation: icofont-rotate 2s linear infinite
}

@-webkit-keyframes icofont-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes icofont-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

/*! Cryptocoins - cryptocurrency icon font | https://github.com/allienworks/cryptocoins */
@font-face {
    font-family: "cryptocoins";
    src: url(/static/media/cryptocoins.8e447dff.woff2) format("woff2"), url(/static/media/cryptocoins.0265924a.woff) format("woff"), url(/static/media/cryptocoins.fa16c0d7.ttf) format("truetype")
}

.cc:before {
    font-family: "cryptocoins";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none
}

.cc.ADA-alt:before {
    content: "\E001"
}

.cc.ADA:before {
    content: "\E002"
}

.cc.ADC-alt:before {
    content: "\E003"
}

.cc.ADC:before {
    content: "\E004"
}

.cc.AEON-alt:before {
    content: "\E005"
}

.cc.AEON:before {
    content: "\E006"
}

.cc.AMP-alt:before {
    content: "\E007"
}

.cc.AMP:before {
    content: "\E008"
}

.cc.ANC-alt:before {
    content: "\E009"
}

.cc.ANC:before {
    content: "\E00A"
}

.cc.ARCH-alt:before {
    content: "\E00B"
}

.cc.ARCH:before {
    content: "\E00C"
}

.cc.ARDR-alt:before {
    content: "\E00D"
}

.cc.ARDR:before {
    content: "\E00E"
}

.cc.ARK-alt:before {
    content: "\E00F"
}

.cc.ARK:before {
    content: "\E010"
}

.cc.AUR-alt:before {
    content: "\E011"
}

.cc.AUR:before {
    content: "\E012"
}

.cc.BANX-alt:before {
    content: "\E013"
}

.cc.BANX:before {
    content: "\E014"
}

.cc.BAT-alt:before {
    content: "\E015"
}

.cc.BAT:before {
    content: "\E016"
}

.cc.BAY-alt:before {
    content: "\E017"
}

.cc.BAY:before {
    content: "\E018"
}

.cc.BC-alt:before {
    content: "\E019"
}

.cc.BC:before {
    content: "\E01A"
}

.cc.BCH-alt:before {
    content: "\E01B"
}

.cc.BCH:before {
    content: "\E01C"
}

.cc.BCN-alt:before {
    content: "\E01D"
}

.cc.BCN:before {
    content: "\E01E"
}

.cc.BFT-alt:before {
    content: "\E01F"
}

.cc.BFT:before {
    content: "\E020"
}

.cc.BRK-alt:before {
    content: "\E021"
}

.cc.BRK:before {
    /* content: "\E022" */
}

.cc.BRX-alt:before {
    /* content: "\E023" */
}

.cc.BRX:before {
    /* content: "\E024" */
}

.cc.BSD-alt:before {
    /* content: "\E025" */
}

.cc.BSD:before {
    /* content: "\E026" */
}

.cc.BTA:before {
    /* content: "\E027" */
}

.cc.BTC-alt:before {
    /* content: "\E028" */
}

.cc.BTC:before {
    /* content: "\E029" */
}

.cc.BTCD-alt:before {
    content: "\E02A"
}

.cc.BTCD:before {
    content: "\E02B"
}

.cc.BTM-alt:before {
    content: "\E02C"
}

.cc.BTM:before {
    content: "\E02D"
}

.cc.BTS-alt:before {
    content: "\E02E"
}

.cc.BTS:before {
    content: "\E02F"
}

.cc.CLAM-alt:before {
    content: "\E030"
}

.cc.CLAM:before {
    content: "\E031"
}

.cc.CLOAK-alt:before {
    content: "\E032"
}

.cc.CLOAK:before {
    content: "\E033"
}

.cc.DAO-alt:before {
    content: "\E034"
}

.cc.DAO:before {
    content: "\E035"
}

.cc.DASH-alt:before {
    content: "\E036"
}

.cc.DASH:before {
    content: "\E037"
}

.cc.DCR-alt:before {
    content: "\E038"
}

.cc.DCR:before {
    content: "\E039"
}

.cc.DCT-alt:before {
    content: "\E03A"
}

.cc.DCT:before {
    content: "\E03B"
}

.cc.DGB-alt:before {
    content: "\E03C"
}

.cc.DGB:before {
    content: "\E03D"
}

.cc.DGD:before {
    content: "\E03E"
}

.cc.DGX:before {
    content: "\E03F"
}

.cc.DMD-alt:before {
    content: "\E040"
}

.cc.DMD:before {
    content: "\E041"
}

.cc.DOGE-alt:before {
    content: "\E042"
}

.cc.DOGE:before {
    content: "\E043"
}

.cc.EMC-alt:before {
    content: "\E044"
}

.cc.EMC:before {
    content: "\E045"
}

.cc.EOS-alt:before {
    content: "\E046"
}

.cc.EOS:before {
    content: "\E047"
}

.cc.ERC-alt:before {
    content: "\E048"
}

.cc.ERC:before {
    content: "\E049"
}

.cc.ETC-alt:before {
    content: "\E04A"
}

.cc.ETC:before {
    content: "\E04B"
}

.cc.ETH-alt:before {
    /* content: "\E04C" */
}

.cc.ETH:before {
    content: "\E04D"
}

.cc.FC2-alt:before {
    content: "\E04E"
}

.cc.FC2:before {
    content: "\E04F"
}

.cc.FCT-alt:before {
    content: "\E050"
}

.cc.FCT:before {
    content: "\E051"
}

.cc.FLO-alt:before {
    content: "\E052"
}

.cc.FLO:before {
    content: "\E053"
}

.cc.FRK-alt:before {
    content: "\E054"
}

.cc.FRK:before {
    content: "\E055"
}

.cc.FTC-alt:before {
    content: "\E056"
}

.cc.FTC:before {
    content: "\E057"
}

.cc.GAME-alt:before {
    content: "\E058"
}

.cc.GAME:before {
    content: "\E059"
}

.cc.GBYTE-alt:before {
    content: "\E05A"
}

.cc.GBYTE:before {
    content: "\E05B"
}

.cc.GDC-alt:before {
    content: "\E05C"
}

.cc.GDC:before {
    content: "\E05D"
}

.cc.GEMZ-alt:before {
    content: "\E05E"
}

.cc.GEMZ:before {
    content: "\E05F"
}

.cc.GLD-alt:before {
    content: "\E060"
}

.cc.GLD:before {
    content: "\E061"
}

.cc.GNO-alt:before {
    content: "\E062"
}

.cc.GNO:before {
    content: "\E063"
}

.cc.GNT-alt:before {
    content: "\E064"
}

.cc.GNT:before {
    content: "\E065"
}

.cc.GOLOS-alt:before {
    content: "\E066"
}

.cc.GOLOS:before {
    content: "\E067"
}

.cc.GRC-alt:before {
    content: "\E068"
}

.cc.GRC:before {
    content: "\E069"
}

.cc.GRS:before {
    content: "\E06A"
}

.cc.HEAT-alt:before {
    content: "\E06B"
}

.cc.HEAT:before {
    content: "\E06C"
}

.cc.ICN-alt:before {
    content: "\E06D"
}

.cc.ICN:before {
    content: "\E06E"
}

.cc.IFC-alt:before {
    content: "\E06F"
}

.cc.IFC:before {
    content: "\E070"
}

.cc.INCNT-alt:before {
    content: "\E071"
}

.cc.INCNT:before {
    content: "\E072"
}

.cc.IOC-alt:before {
    content: "\E073"
}

.cc.IOC:before {
    content: "\E074"
}

.cc.IOTA-alt:before {
    content: "\E075"
}

.cc.IOTA:before {
    content: "\E076"
}

.cc.JBS-alt:before {
    content: "\E077"
}

.cc.JBS:before {
    content: "\E078"
}

.cc.KMD-alt:before {
    content: "\E079"
}

.cc.KMD:before {
    content: "\E07A"
}

.cc.KOBO:before {
    content: "\E07B"
}

.cc.KORE-alt:before {
    content: "\E07C"
}

.cc.KORE:before {
    content: "\E07D"
}

.cc.LBC-alt:before {
    content: "\E07E"
}

.cc.LBC:before {
    content: "\E07F"
}

.cc.LDOGE-alt:before {
    content: "\E080"
}

.cc.LDOGE:before {
    content: "\E081"
}

.cc.LSK-alt:before {
    content: "\E082"
}

.cc.LSK:before {
    content: "\E083"
}

.cc.LTC-alt:before {
    /* content: "\E084" */
}

.cc.LTC:before {
    content: "\E085"
}

.cc.MAID-alt:before {
    content: "\E086"
}

.cc.MAID:before {
    content: "\E087"
}

.cc.MCO-alt:before {
    content: "\E088"
}

.cc.MCO:before {
    content: "\E089"
}

.cc.MINT-alt:before {
    content: "\E08A"
}

.cc.MINT:before {
    content: "\E08B"
}

.cc.MONA-alt:before {
    content: "\E08C"
}

.cc.MONA:before {
    content: "\E08D"
}

.cc.MRC:before {
    content: "\E08E"
}

.cc.MSC-alt:before {
    content: "\E08F"
}

.cc.MSC:before {
    content: "\E090"
}

.cc.MTR-alt:before {
    content: "\E091"
}

.cc.MTR:before {
    content: "\E092"
}

.cc.MUE-alt:before {
    content: "\E093"
}

.cc.MUE:before {
    content: "\E094"
}

.cc.NBT:before {
    content: "\E095"
}

.cc.NEO-alt:before {
    content: "\E096"
}

.cc.NEO:before {
    content: "\E097"
}

.cc.NEOS-alt:before {
    content: "\E098"
}

.cc.NEOS:before {
    content: "\E099"
}

.cc.NEU-alt:before {
    content: "\E09A"
}

.cc.NEU:before {
    content: "\E09B"
}

.cc.NLG-alt:before {
    content: "\E09C"
}

.cc.NLG:before {
    content: "\E09D"
}

.cc.NMC-alt:before {
    content: "\E09E"
}

.cc.NMC:before {
    content: "\E09F"
}

.cc.NOTE-alt:before {
    content: "\E0A0"
}

.cc.NOTE:before {
    content: "\E0A1"
}

.cc.NVC-alt:before {
    content: "\E0A2"
}

.cc.NVC:before {
    content: "\E0A3"
}

.cc.NXT-alt:before {
    content: "\E0A4"
}

.cc.NXT:before {
    content: "\E0A5"
}

.cc.OK-alt:before {
    content: "\E0A6"
}

.cc.OK:before {
    content: "\E0A7"
}

.cc.OMG-alt:before {
    content: "\E0A8"
}

.cc.OMG:before {
    content: "\E0A9"
}

.cc.OMNI-alt:before {
    content: "\E0AA"
}

.cc.OMNI:before {
    content: "\E0AB"
}

.cc.OPAL-alt:before {
    content: "\E0AC"
}

.cc.OPAL:before {
    content: "\E0AD"
}

.cc.PART-alt:before {
    content: "\E0AE"
}

.cc.PART:before {
    content: "\E0AF"
}

.cc.PIGGY-alt:before {
    content: "\E0B0"
}

.cc.PIGGY:before {
    content: "\E0B1"
}

.cc.PINK-alt:before {
    content: "\E0B2"
}

.cc.PINK:before {
    content: "\E0B3"
}

.cc.PIVX-alt:before {
    content: "\E0B4"
}

.cc.PIVX:before {
    content: "\E0B5"
}

.cc.POT-alt:before {
    content: "\E0B6"
}

.cc.POT:before {
    content: "\E0B7"
}

.cc.PPC-alt:before {
    content: "\E0B8"
}

.cc.PPC:before {
    content: "\E0B9"
}

.cc.QRK-alt:before {
    content: "\E0BA"
}

.cc.QRK:before {
    content: "\E0BB"
}

.cc.QTUM-alt:before {
    content: "\E0BC"
}

.cc.QTUM:before {
    content: "\E0BD"
}

.cc.RADS-alt:before {
    content: "\E0BE"
}

.cc.RADS:before {
    content: "\E0BF"
}

.cc.RBIES-alt:before {
    content: "\E0C0"
}

.cc.RBIES:before {
    content: "\E0C1"
}

.cc.RBT-alt:before {
    content: "\E0C2"
}

.cc.RBT:before {
    content: "\E0C3"
}

.cc.RBY-alt:before {
    content: "\E0C4"
}

.cc.RBY:before {
    content: "\E0C5"
}

.cc.RDD-alt:before {
    content: "\E0C6"
}

.cc.RDD:before {
    content: "\E0C7"
}

.cc.REP-alt:before {
    content: "\E0C8"
}

.cc.REP:before {
    content: "\E0C9"
}

.cc.RISE-alt:before {
    content: "\E0CA"
}

.cc.RISE:before {
    content: "\E0CB"
}

.cc.SALT-alt:before {
    content: "\E0CC"
}

.cc.SALT:before {
    content: "\E0CD"
}

.cc.SAR-alt:before {
    content: "\E0CE"
}

.cc.SAR:before {
    content: "\E0CF"
}

.cc.SCOT-alt:before {
    content: "\E0D0"
}

.cc.SCOT:before {
    content: "\E0D1"
}

.cc.SDC-alt:before {
    content: "\E0D2"
}

.cc.SDC:before {
    content: "\E0D3"
}

.cc.SIA-alt:before {
    content: "\E0D4"
}

.cc.SIA:before {
    content: "\E0D5"
}

.cc.SJCX-alt:before {
    content: "\E0D6"
}

.cc.SJCX:before {
    content: "\E0D7"
}

.cc.SLG-alt:before {
    content: "\E0D8"
}

.cc.SLG:before {
    content: "\E0D9"
}

.cc.SLS-alt:before {
    content: "\E0DA"
}

.cc.SLS:before {
    content: "\E0DB"
}

.cc.SNRG-alt:before {
    content: "\E0DC"
}

.cc.SNRG:before {
    content: "\E0DD"
}

.cc.START-alt:before {
    content: "\E0DE"
}

.cc.START:before {
    content: "\E0DF"
}

.cc.STEEM-alt:before {
    content: "\E0E0"
}

.cc.STEEM:before {
    content: "\E0E1"
}

.cc.STR-alt:before {
    content: "\E0E2"
}

.cc.STR:before {
    content: "\E0E3"
}

.cc.STRAT-alt:before {
    content: "\E0E4"
}

.cc.STRAT:before {
    content: "\E0E5"
}

.cc.SWIFT-alt:before {
    content: "\E0E6"
}

.cc.SWIFT:before {
    content: "\E0E7"
}

.cc.SYNC-alt:before {
    content: "\E0E8"
}

.cc.SYNC:before {
    content: "\E0E9"
}

.cc.SYS-alt:before {
    content: "\E0EA"
}

.cc.SYS:before {
    content: "\E0EB"
}

.cc.TRIG-alt:before {
    content: "\E0EC"
}

.cc.TRIG:before {
    content: "\E0ED"
}

.cc.TX-alt:before {
    content: "\E0EE"
}

.cc.TX:before {
    content: "\E0EF"
}

.cc.UBQ-alt:before {
    content: "\E0F0"
}

.cc.UBQ:before {
    content: "\E0F1"
}

.cc.UNITY-alt:before {
    content: "\E0F2"
}

.cc.UNITY:before {
    content: "\E0F3"
}

.cc.USDT-alt:before {
    content: "\E0F4"
}

.cc.USDT:before {
    content: "\E0F5"
}

.cc.VIOR-alt:before {
    content: "\E0F6"
}

.cc.VIOR:before {
    content: "\E0F7"
}

.cc.VNL-alt:before {
    content: "\E0F8"
}

.cc.VNL:before {
    content: "\E0F9"
}

.cc.VPN-alt:before {
    content: "\E0FA"
}

.cc.VPN:before {
    content: "\E0FB"
}

.cc.VRC-alt:before {
    content: "\E0FC"
}

.cc.VRC:before {
    content: "\E0FD"
}

.cc.VTC-alt:before {
    content: "\E0FE"
}

.cc.VTC:before {
    content: "\E0FF"
}

.cc.WAVES-alt:before {
    content: "\E100"
}

.cc.WAVES:before {
    content: "\E101"
}

.cc.XAI-alt:before {
    content: "\E102"
}

.cc.XAI:before {
    content: "\E103"
}

.cc.XBS-alt:before {
    content: "\E104"
}

.cc.XBS:before {
    content: "\E105"
}

.cc.XCP-alt:before {
    content: "\E106"
}

.cc.XCP:before {
    content: "\E107"
}

.cc.XEM-alt:before {
    content: "\E108"
}

.cc.XEM:before {
    content: "\E109"
}

.cc.XMR:before {
    content: "\E10A"
}

.cc.XPM-alt:before {
    content: "\E10B"
}

.cc.XPM:before {
    content: "\E10C"
}

.cc.XRP-alt:before {
    /* content: "\E10D" */
}

.cc.XRP:before {
    content: "\E10E"
}

.cc.XTZ-alt:before {
    content: "\E10F"
}

.cc.XTZ:before {
    content: "\E110"
}

.cc.XVG-alt:before {
    content: "\E111"
}

.cc.XVG:before {
    content: "\E112"
}

.cc.XZC-alt:before {
    content: "\E113"
}

.cc.XZC:before {
    content: "\E114"
}

.cc.YBC-alt:before {
    content: "\E115"
}

.cc.YBC:before {
    content: "\E116"
}

.cc.ZEC-alt:before {
    content: "\E117"
}

.cc.ZEC:before {
    content: "\E118"
}

.cc.ZEIT-alt:before {
    content: "\E119"
}

.cc.ZEIT:before {
    content: "\E11A"
}

.ADA {
    color: #3cc8c8
}

.ADC {
    color: #3cb0e5
}

.AEON {
    color: #164450
}

.AMP {
    color: #048dd2
}

.ANC {
    color: #000
}

.ARCH {
    color: #002652
}

.ARDR {
    color: #1162a1
}

.ARK {
    color: #f70000
}

.AUR {
    color: #136c5e
}

.BANX {
    color: #225ba6
}

.BAT {
    color: #9e1f63
}

.BAY {
    color: #584ba1
}

.BC {
    color: #202121
}

.BCN {
    color: #964f51
}

.BFT {
    color: #4fc3f7
}

.BRK {
    color: #194fa0
}

.BRX {
    color: #a8c300
}

.BSD {
    color: #1186e7
}

.BTA {
    color: #210094
}

.BCH,
.BTC {
    color: #f7931a
}

.BTCD {
    color: #2a72dc
}

.BTM {
    color: #9fa8b4
}

.BTS {
    color: #03a9e0
}

.CLAM {
    color: #d6ab31
}

.CLOAK {
    color: #df3f1e
}

.DAO {
    color: #ff3b3b
}

.DASH {
    color: #1c75bc
}

.DCR {
    color: #3b7cfb
}

.DCT {
    color: #008770
}

.DGB {
    color: #06c
}

.DGD,
.DGX {
    color: #d8a24a
}

.DMD {
    color: #5497b2
}

.DOGE {
    color: #ba9f33
}

.EMC {
    color: #674c8c
}

.EOS {
    color: #19191a
}

.ERC {
    color: #101e84
}

.ETC {
    color: #669073
}

.ETH {
    color: #282828
}

.FC2 {
    color: #040405
}

.FCT {
    color: #2175bb
}

.FLO {
    color: #1358c8
}

.FRK {
    color: #0633cd
}

.FTC {
    color: #679ef1
}

.GAME {
    color: #ed1b24
}

.GBYTE {
    color: #2c3e50
}

.GDC {
    color: #e9a226
}

.GEMZ {
    color: #e86060
}

.GLD {
    color: #e8be24
}

.GNO {
    color: #00a6c4
}

.GNT {
    color: #00d6e3
}

.GOLOS {
    color: #2670b7
}

.GRC {
    color: #88a13c
}

.GRS {
    color: #648fa0
}

.HEAT {
    color: #ff5606
}

.ICN {
    color: #4c6f8c
}

.IFC {
    color: #ed272d
}

.INCNT {
    color: #f2932f
}

.IOC {
    color: #2fa3de
}

.IOTA {
    color: #fff
}

.JBS {
    color: #1a8bcd
}

.KMD {
    color: #326464
}

.KOBO {
    color: #80c342
}

.KORE {
    color: #df4124
}

.LBC {
    color: #015c47
}

.LDOGE {
    color: #fc0
}

.LISK {
    color: #1a6896
}

.LTC {
    color: #838383
}

.MAID {
    color: #5492d6
}

.MCO {
    color: #0d3459
}

.MINT {
    color: #006835
}

.MONA {
    color: #a99364
}

.MRC {
    color: #4279bd
}

.MSC {
    color: #1d4983
}

.MTR {
    color: #b92429
}

.MUE {
    color: #f5a10e
}

.NBT {
    color: #ffc93d
}

.NEO {
    color: #58bf00
}

.NEOS {
    color: #1d1d1b
}

.NEU {
    color: #2983c0
}

.NLG {
    color: #003e7e
}

.NMC {
    color: #6787b7
}

.NOTE {
    color: #42daff
}

.NVC {
    color: #ecab41
}

.NXT {
    color: #008fbb
}

.OK {
    color: #0165a4
}

.OMG {
    color: #1a53f0
}

.OMNI {
    color: #18347e
}

.OPAL {
    color: #7193aa
}

.PART {
    color: #05d5a3
}

.PIGGY {
    color: #f27a7a
}

.PINK {
    color: #ed31ca
}

.PIVX {
    color: #3b2f4d
}

.POT {
    color: #105b2f
}

.PPC {
    color: #3fa30c
}

.QRK {
    color: #22aabf
}

.QTUM {
    color: #359bce
}

.RADS {
    color: #924cea
}

.RBIES {
    color: #c62436
}

.RBT {
    color: #0d4982
}

.RBY {
    color: #d31f26
}

.RDD {
    color: #ed1c24
}

.REP {
    color: #40a2cb
}

.RISE {
    color: #43cea2
}

.SALT {
    color: #373c43
}

.SAR {
    color: #1b72b8
}

.SCOT {
    color: #3498db
}

.SDC {
    color: #981d2d
}

.SIA {
    color: #00cba0
}

.SJCX {
    color: #036
}

.SLG {
    color: #5a6875
}

.SLS {
    color: #1eb549
}

.SNRG {
    color: #160363
}

.START {
    color: #01aef0
}

.STEEM {
    color: #1a5099
}

.STR {
    color: #08b5e5
}

.STRAT {
    color: #2398dd
}

.SWIFT {
    color: #428bca
}

.SYNC {
    color: #008dd2
}

.SYS {
    color: #0098da
}

.TRIG {
    color: #1fbff4
}

.TX {
    color: #1f8bcc
}

.UBQ {
    color: #00ec8d
}

.UNITY {
    color: #ed8527
}

.USDT {
    color: #2ca07a
}

.VIOR {
    color: #1f52a4
}

.VNL {
    color: #404249
}

.VPN {
    color: #589700
}

.VRC {
    color: #418bca
}

.VTC {
    color: #1b5c2e
}

.WAVES {
    color: #24aad6
}

.XAI {
    color: #2ef99f
}

.XBS {
    color: #d3261d
}

.XCP {
    color: #ec1550
}

.XEM {
    color: #41bf76
}

.XMR {
    color: #f60
}

.XPM {
    color: #e5b625
}

.XRP {
    color: #346aa9
}

.XTZ {
    color: #a6df00
}

.XVG {
    color: #42afb2
}

.XZC {
    color: #23b852
}

.YBC {
    color: #d6c154
}

.ZEC {
    color: #e5a93d
}

.ZEIT {
    color: #acacac
}

* {
    outline: none;
    box-sizing: border-box
}

html {
    position: relative
}

body,
html {
    height: 100%
}

body {
    background: #eaeff3;
    font-family: "Open Sans", sans-serif;
    margin: 0;
    overflow-x: hidden;
    font-weight: 500;
    font-size: 14px;
    color: #847577
}

#main-wrapper {
    opacity: 0;
    transition: all .25s ease-in
}

#main-wrapper.show {
    opacity: 1
}

a {
    transition: all .4s ease-in-out
}

a:focus,
a:hover {
    text-decoration: none
}

a.link {
    color: #454545
}

a.link:focus,
a.link:hover {
    color: #1e9379
}

ul {
    padding: 0
}

li {
    list-style: none
}

.img-responsive {
    width: 100%;
    height: auto;
    display: inline-block
}

.img-rounded {
    border-radius: 4px
}

.img-flag {
    height: 15px;
    width: 18px
}

.img-full {
    width: 100%
}

.mdi-set,
.mdi:before {
    line-height: normal
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #2c3645
}

h1 {
    line-height: 40px;
    font-size: 36px
}

h2 {
    line-height: 36px;
    font-size: 24px
}

@media only screen and (max-width:992px) {
    h2 {
        font-size: 20px
    }
}

@media only screen and (max-width:768px) {
    h2 {
        font-size: 18px
    }
}

h3 {
    line-height: 30px;
    font-size: 21px
}

h4 {
    line-height: 22px;
    font-size: 18px
}

@media only screen and (max-width:992px) {
    h4 {
        font-size: 16px
    }
}

@media only screen and (max-width:768px) {
    h4 {
        font-size: 14px
    }
}

h5 {
    line-height: 18px;
    font-size: 18px
}

h5,
h6 {
    font-weight: 400
}

h6 {
    line-height: 16px;
    font-size: 14px
}

.display-5 {
    font-size: 30px
}

.display-6 {
    font-size: 36px
}

.box {
    border-radius: 4px;
    padding: 10px
}

.img-circle {
    border-radius: 100%
}

.content-body {
    padding: 30px 0 15px
}

.c-pointer {
    cursor: pointer
}

.rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.jqstooltip {
    box-sizing: initial
}

.d-border-1,
.l-border-1 {
    border: 1px solid -border
}

.footer p {
    font-size: 12px
}

.border-white-2 {
    border: 2px solid #fff
}

.border-bottom-1 {
    border-bottom: 1px solid -border
}

.border-top-1 {
    border-top: 1px solid -border
}

.border-right-1 {
    border-right: 1px solid -border
}

.border-left-1 {
    border-left: 1px solid -border
}

.dark-overlay-1 {
    background: rgba(0, 0, 0, .1)
}

.dark-overlay-2 {
    background: rgba(0, 0, 0, .2)
}

.dark-overlay-3 {
    background: rgba(0, 0, 0, .3)
}

.dark-overlay-4 {
    background: rgba(0, 0, 0, .4)
}

.dark-overlay-5 {
    background: rgba(0, 0, 0, .5)
}

.dark-overlay-6 {
    background: rgba(0, 0, 0, .6)
}

.dark-overlay-7 {
    background: rgba(0, 0, 0, .7)
}

.dark-overlay-8 {
    background: rgba(0, 0, 0, .8)
}

.dark-overlay-9 {
    background: rgba(0, 0, 0, .9)
}

.custom-btn {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    border: 0;
    height: 50px;
    border-radius: 5px;
    background-color: #1e9379;
    padding-left: 15px;
    padding-right: 15px
}

.custom-btn:active,
.custom-btn:focus,
.custom-btn:hover {
    text-decoration: none;
    color: #fff
}

.custom-btn-2 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    border: 0;
    height: 50px;
    border-radius: 5px;
    background-color: #1e9379
}

.custom-btn-2:active,
.custom-btn-2:focus,
.custom-btn-2:hover {
    text-decoration: none;
    color: #fff
}

.button-catagory button {
    margin-bottom: 10px
}

a.custom-btn {
    display: inline-block;
    line-height: 38px
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus,
.show>.btn-outline-danger.dropdown-toggle:focus,
.show>.btn-outline-primary.dropdown-toggle:focus,
.show>.btn-outline-success.dropdown-toggle:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: none
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #c8c8c8
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #c8c8c8;
    border-color: #e1e1e1
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e9279
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #1e9279;
    border-color: #1e9279
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #394351
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #394351;
    border-color: #394351
}

button.custom-btn.button.btn-outline-primary.btn-radius.btn-outline:visited {
    color: #fff
}

button.btn.button.btn-link:active,
button.btn.button.btn-link:focus,
button.btn.button.btn-link:visited {
    color: #000
}

.button {
    width: 170px
}

@media only screen and (max-width:768px) {
    .button {
        width: 140px
    }
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none
}

.btn-flat {
    border-radius: 0
}

.btn-raised {
    box-shadow: 0 2px 1px rgba(0, 0, 0, .1)
}

.btn-radius {
    border-radius: 4px;
    border: none
}

.btn-circular {
    border-radius: 50px
}

.btn-outline {
    background-color: initial;
    border: 2px solid
}

.btn-outline-primary {
    border-color: #e1e1e1;
    color: #2c3645
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #e1e1e1;
    border-color: #e1e1e1
}

.btn-outline-hover {
    border-color: #106855;
    color: #106855
}

.btn-outline-hover:hover {
    color: #fff;
    background-color: #106855
}

.btn-outline-success {
    border-color: #1e9279;
    color: #1e9279
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #1e9279;
    border-color: #1e9279
}

.btn-outline-danger {
    border-color: #394351;
    color: #394351
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #394351;
    border-color: #394351
}

.btn-outline-button {
    border-color: #02aa49;
    color: #02aa49
}

.btn-outline-button:hover {
    color: #fff;
    background-color: #02aa49
}

.btn-outline-link {
    border-color: #2c3645;
    color: #2c3645
}

.btn-outline-link:hover {
    color: #fff;
    background-color: #2c3645
}

.btn-primary {
    background-color: #e1e1e1
}

.btn-primary:hover {
    background-color: #c8c8c8
}

.btn-hover {
    background-color: #106855
}

.btn-hover:hover {
    background-color: #093c31
}

.btn-success {
    background-color: #1e9279
}

.btn-success:hover {
    background-color: #156856
}

.btn-danger {
    background-color: #394351
}

.btn-danger:hover {
    background-color: #242a33
}

.btn-button {
    background-color: #02aa49
}

.btn-button:hover {
    background-color: #017833
}

.btn-link {
    background-color: #fff;
    color: #000
}

.btn-link:hover {
    background-color: #e6e6e6;
    color: #000
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.custom-btn.border-0:active,
.custom-btn.border-0:active:focus,
.custom-btn.border-0:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none
}

.btn-facebook {
    background-color: #3b5998
}

@media only screen and (max-width:768px) {
    .btn-facebook {
        margin-bottom: 10px
    }
}

.btn-twitter {
    background-color: #1da1f2
}

.cc.BTC,
.cc.BTC-alt {
    color: #f7931a
}

.cc.ETH,
.cc.ETH-alt {
    color: #345281
}

.cc.XRP,
.cc.XRP-alt {
    color: #1277a8
}

.cc.LTC,
.cc.LTC-alt {
    color: #b0b0b0
}

.cc.NEO,
.cc.NEO-alt {
    color: #58bf00
}

.cc.XMR,
.cc.XMR-alt {
    color: #f60
}

form input.form-control {
    height: 40px
}

form .custom-select,
form .form-control,
form input,
form select {
    font-size: 12px
}

form .form-control,
form input {
    border: 1px solid #e7e7e7
}

form textarea {
    height: 150px
}

form .custom-file,
form .custom-file-input,
form .custom-file-label,
form .custom-select {
    height: calc(2.4rem + 2px)
}

form .custom-file-label:after {
    content: "UPLOAD";
    height: 2.5rem;
    background-color: #1e9379;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 30px
}

.custom-select:focus,
.form-control:focus {
    box-shadow: none;
    border-color: #e7e7e7
}

.form-control[readonly] {
    background-color: #fff
}

.input-dropdown select {
    height: 38px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid #e7e7e7;
    min-height: 40px;
    padding: 0 5px
}

.form-control {
    border-color: #e7e7e7
}

.buy-token-form .token {
    display: inline-block
}

.buy-token-form .token label {
    color: #2c3645
}

.buy-token-form .token.balance.token,
.buy-token-form .token.ico-token {
    width: 20%
}

.buy-token-form .token.w-address {
    width: 33%
}

.buy-token-form .token button {
    height: 38px
}

.pagination-page nav {
    margin-bottom: 30px
}

.pagination .page-item {
    text-align: center
}

.pagination .page-item:first-child a.page-link,
.pagination .page-item:last-child a.page-link {
    width: 90px;
    text-align: center
}

.pagination .page-item:not(:last-child) {
    margin-right: 8px
}

@media only screen and (max-width:992px) {
    .pagination .page-item:not(:last-child) {
        margin-right: 5px
    }
}

.pagination a.page-link {
    font-size: 14px;
    color: #847577;
    background-color: #eaeff3;
    border: 0;
    height: 40px;
    width: 40px;
    text-align: center;
    padding: 0;
    line-height: 40px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2)
}

@media only screen and (max-width:992px) {
    .pagination a.page-link {
        height: 30px;
        width: 35px;
        padding: 5px;
        line-height: 15px;
        font-size: 12px
    }
}

.pagination a.page-link.active,
.pagination a.page-link:hover {
    background-color: #1e9379;
    color: #fff;
    border: 0
}

.pagination.pagination-flat a.page-link,
.pagination.pagination-flat a.page-link.active,
.pagination.pagination-flat a.page-link:hover {
    border: 0
}

.pagination.pagination-flat .page-item:first-child .page-link,
.pagination.pagination-flat .page-item:last-child .page-link {
    border-radius: 0
}

.pagination.pagination-circular .page-item .page-link {
    border-radius: 3px
}

.pagination.pagination-bordered .page-item .page-link {
    border: 1px solid #e7e9eb
}

.pagination.pagination-rounded .page-item .page-link {
    border-radius: 50px
}

@media only screen and (max-width:768px) {
    .pagination-area .pagination {
        flex-wrap: wrap
    }
}

.promotion-section h1 {
    font-size: 48px;
    line-height: 1.2
}

@media only screen and (max-width:992px) {
    .promotion-section h1 {
        font-size: 40px
    }
}

@media only screen and (max-width:768px) {
    .promotion-section h1 {
        font-size: 22px
    }
}

@media only screen and (max-width:768px) {

    .promotion-section h1,
    .promotion-section p {
        margin-bottom: 20px !important
    }
}

.tab-container {
    background-color: initial
}

.tab-container .nav-pills .nav-link {
    border-radius: 0;
    text-transform: uppercase;
    color: #18212c;
    transition: none
}

.tab-container .nav-item {
    width: 25%;
    text-align: center
}

.tab-default-1 a {
    background-color: initial;
    border-bottom: 1px solid #e5e5e5
}

.nav-pills .show>.nav-link,
.tab-default-1 .nav-pills .nav-link.active {
    background-color: #1e9379;
    color: #fff
}

.tab-default-2 a {
    background-color: initial;
    border-bottom: 1px solid #e5e5e5
}

.nav-pills .show>.nav-link,
.tab-default-2 .nav-pills .nav-link.active {
    background-color: initial;
    color: #1e9379;
    border: 1px solid #e5e5e5;
    border-bottom: 0;
    border-radius: 3px
}

.borderd-tabs a {
    background-color: initial;
    border-bottom: 3px solid transparent
}

.borderd-tabs ul {
    border-bottom: 1px solid #e5e5e5
}

.borderd-tabs .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: initial;
    color: #1e9379;
    border-bottom: 3px solid #1e9379
}

.tab-left .tab-head {
    background-color: #fff;
    text-align: center
}

.nav-pills .show>.nav-link,
.tab-left .nav-pills .nav-link.active {
    background-color: #1e9379;
    color: #fff
}

.table-data {
    margin-bottom: 25px
}

.table thead {
    color: #2c3645
}

.table thead th {
    font-size: 14px;
    font-weight: 700
}

.table thead .search-block th {
    font-weight: 600
}

.table thead .search-block th input[type=search] {
    border: none;
    border-radius: 50px;
    background-color: #eee;
    padding: 0 5px;
    margin-left: 5px;
    color: #99a2af
}

.table tbody {
    color: #847577
}

.table tbody .change,
.table tbody .id,
.table tbody .last-trade {
    font-size: 12px;
    color: #0ab4ec
}

.table tbody .success {
    color: #1e9279
}

.table tbody td.status,
.table tbody td.token,
.table tbody td.value {
    color: #0ab4ec
}

.table tbody td.amount,
.table tbody td.details {
    color: #1e9379
}

.table th,
.table tr:not(:last-child) {
    border-bottom: 1px solid #e5e5e5
}

.marketcap-category-chart .card-header {
    padding: 0;
    border-bottom: 0
}

.marketcap-category-chart table {
    margin-bottom: 0;
    border-bottom: 0
}

.marketcap-category-chart .card {
    margin-bottom: 15px
}

.marketcap-category-chart td.coin-price {
    color: #0ab4ec
}

.marketcap-category-chart td.coin-name,
.marketcap-category-chart th.data-name {
    width: 13%;
    padding-left: 0;
    padding-right: 0
}

.marketcap-category-chart td.coin-name {
    color: #1e9379
}

.marketcap-category-chart td.coin-value,
.marketcap-category-chart th.data-value {
    width: 16%;
    padding-left: 0;
    padding-right: 0
}

.marketcap-category-chart td.coin-price,
.marketcap-category-chart th.data-price {
    width: 9%;
    padding-left: 0;
    padding-right: 0
}

.marketcap-category-chart td.coin-serial,
.marketcap-category-chart th.data-serial {
    width: 65px
}

.marketcap-category-chart td.coin-volume,
.marketcap-category-chart th.data-volume {
    width: 12%;
    padding-left: 0;
    padding-right: 0
}

.marketcap-category-chart td.coin-supply,
.marketcap-category-chart th.data-supply {
    width: 15%;
    padding-left: 0;
    padding-right: 0
}

.marketcap-category-chart td.price-change,
.marketcap-category-chart th.data-change {
    width: 12%;
    padding-left: 0;
    padding-right: 0
}

.marketcap-category-chart td.price-change {
    color: #0ab4ec
}

.marketcap-category-chart td.coin-graph,
.marketcap-category-chart th.data-graph {
    padding-left: 0;
    padding-right: 10px
}

.card {
    border: none
}

.card-header {
    background-color: #fff;
    border-bottom: 1px solid #ededed
}

.currency-card {
    border: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2)
}

.currency-card--header {
    background-color: #fff;
    border-bottom: 1px solid #f1f1f1
}

.currency-card--icon {
    font-size: 30px;
    margin-right: 15px;
    line-height: 1.2
}

.currency-card--icon.ETC-alt {
    color: #345281
}

.currency-card--icon.NEO-alt {
    color: #58bf00
}

.currency-card--rates {
    display: flex;
    flex-wrap: wrap
}

.currency-card--change,
.currency-card--increment,
.currency-card--price {
    flex-basis: 50%
}

.currency-card--change,
.currency-card--price {
    color: #0ab4ec
}

.currency-card-rounded i.cc {
    font-size: 60px;
    color: hsla(0, 0%, 100%, .2)
}

.currency-card-rounded .card-body .progress {
    height: 6px;
    background-color: hsla(0, 0%, 100%, .2)
}

.currency-card-rounded .card-body .progress .progress-bar {
    background-color: #fff
}

.currency-card-rounded .card-body h2,
.currency-card-rounded .card-body h4,
.currency-card-rounded .card-body p {
    color: #eaeff3
}

.currency-card-rounded .card-body.bitcoin {
    background-color: #f7931a
}

.currency-card-rounded .card-body.ethereum {
    background-color: #345281
}

.currency-card-rounded .card-body.ripple {
    background-color: #1277a8
}

.currency-card-rounded .card-body.litecoin {
    background-color: #b0b0b0
}

.walet-info-card .card-body .input-group-prepend .input-group-text {
    background-color: #f7f7f7
}

.walet-info-card .card-body h6 {
    font-size: 14px;
    font-weight: 700
}

.walet-info-card .card-body input.walet-address {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    font-size: 12px
}

.walet-info-card .card-body .input-group-addon {
    line-height: 2.5;
    border: 1px solid #e8e8e8;
    border-left: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    cursor: pointer;
    transition: all .1s;
    font-size: 12px
}

.walet-info-card .card-body .input-group-addon:hover {
    background-color: #f7f7f7
}

.walet-info-card .walet-status li:not(:last-child) {
    margin-bottom: 15px
}

.walet-info-card .walet-status li span {
    color: #2c3645
}

.crypto-price-card li {
    padding: 10px 15px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .4);
    border-radius: 4px
}

.crypto-price-card li:not(:last-child) {
    margin-bottom: 10px
}

.crypto-price-card li .currency-status {
    color: #2c3645
}

.crypto-price-card li .currency-status i {
    margin-left: 5px
}

.walet-address-card .card-body .input-group-prepend .input-group-text {
    background-color: #f7f7f7
}

.walet-address-card .card-body input.walet-address {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    font-size: 14px
}

.walet-address-card .card-body .input-group-addon {
    line-height: 2.5;
    border: 1px solid #e8e8e8;
    border-left: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    cursor: pointer;
    transition: all .1s;
    font-size: 14px
}

.walet-address-card .card-body .input-group-addon:hover {
    background-color: #f7f7f7
}

.walet-address-card .walet-direction {
    text-align: center;
    border-top: 1px solid #e5e5e5
}

.walet-address-card .walet-direction a {
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    padding: 7px 0;
    text-transform: uppercase;
    color: #1e9379
}

.total-value h2 {
    color: #1e9379
}

.walet-direction a {
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
    color: #1e9379
}

@media only screen and (max-width:992px) {
    .marketcap-currency {
        margin-bottom: 20px
    }
}

.accordion__currency,
.accordion__walet {
    margin-bottom: 30px
}

.accordion__angle--animated {
    font-size: 15px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    transition: .1s;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    font-weight: 800
}
.collapse {
    visibility: visible !important;
}
.accordion__angle--animated:hover {
    background-color: #eee
}

.accordion [data-toggle=collapse].collapsed .accordion__angle--animated {
    position: relative
}

.accordion [data-toggle=collapse].collapsed .accordion__angle--animated:before {
    content: "\f106"
}

.accordion [data-toggle=collapse] .accordion__angle--animated {
    position: relative
}

.accordion [data-toggle=collapse] .accordion__angle--animated:before {
    content: "\f107"
}

.accordion input[type=text] {
    min-height: 40px
}

.accordion .input-group-addon {
    padding: 0 10px
}

.content-body .card-header h4 {
    margin-bottom: 0
}

.crypto-price-card .card-body {
    padding: 0
}

.qs-answer p {
    margin-bottom: 0;
    font-size: 1rem
}

.ico-dist-chart-index ul {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap
}

.ico-dist-chart-index ul li {
    flex-basis: 50%;
    padding-left: 5px;
    margin-bottom: 15px;
    color: #2c3645;
    position: relative
}

.ico-dist-chart-index ul li:after {
    position: absolute;
    content: "";
    right: 100%;
    height: 8px;
    width: 8px;
    border-radius: 50px;
    border: 1px solid #000;
    top: 30%
}

.ico-dist-chart-index ul li.project:after {
    border-color: #394351
}

.ico-dist-chart-index ul li.advisor:after {
    border-color: #f7931a
}

.ico-dist-chart-index ul li.master:after {
    border-color: #1277a8
}

.ico-dist-chart-index ul li.team:after {
    border-color: #fe0b0b
}

.ico-dist-chart-index ul li.pre-sale:after {
    border-color: #929292
}

.ico-dist-chart-index ul li.program:after {
    border-color: #b0b0b0
}

@media only screen and (max-width:992px) {
    .ico-pie-chart {
        margin-bottom: 20px
    }
}

.login-card {
    background-color: #2c3645;
    padding: 10px 20px;
    border-radius: 0
}

.login-card h2 {
    margin-bottom: 40px;
    color: #fff
}

.login-card input,
.login-card input.form-group {
    font-size: 14px
}

.login-card .custom-control.custom-checkbox {
    display: inline-block
}

.login-card .submit {
    background-color: #1e9379
}

.login-card [type=checkbox]+label,
.login-card a {
    color: #fff
}

.login-card .register-btn {
    text-transform: uppercase
}

.login-card .register-btn i {
    font-size: 14px;
    margin-left: 5px
}

.login-card .custom-control-input:checked~.custom-control-label:before {
    color: #fff;
    background-color: #1e9379
}

.login-card .custom-control-input:focus~.custom-control-label:before {
    box-shadow: none
}

.textarea-wrapper .rdw-editor-main {
    min-height: 150px
}

.grid-col {
    padding: 15px;
    background: #fff
}

@media only screen and (max-width:992px) {
    .grid-col {
        margin-bottom: 20px
    }
}

.row.grid {
    margin-bottom: 30px;
    text-align: center
}

.nav-header {
    background: #000
}

.nav-header .brand-logo span {
    font-size: 16px
}

.nk-sidebar {
    padding-top: 50px
}

.nk-sidebar .metismenu {
    background: #212529
}

.content-body {
    margin-left: 250px;
    z-index: 0;
    padding-top: 65px
}

.header.fixed-top {
    position: fixed
}

@media (max-width:992px) {
    .header-content .hamburger {
        top: 5px !important
    }
}

@-webkit-keyframes ball {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    5% {
        -webkit-transform: translate(8px, -14px);
        transform: translate(8px, -14px)
    }

    10% {
        -webkit-transform: translate(15px, -10px);
        transform: translate(15px, -10px)
    }

    17% {
        -webkit-transform: translate(23px, -24px);
        transform: translate(23px, -24px)
    }

    20% {
        -webkit-transform: translate(30px, -20px);
        transform: translate(30px, -20px)
    }

    27% {
        -webkit-transform: translate(38px, -34px);
        transform: translate(38px, -34px)
    }

    30% {
        -webkit-transform: translate(45px, -30px);
        transform: translate(45px, -30px)
    }

    37% {
        -webkit-transform: translate(53px, -44px);
        transform: translate(53px, -44px)
    }

    40% {
        -webkit-transform: translate(60px, -40px);
        transform: translate(60px, -40px)
    }

    50% {
        -webkit-transform: translate(60px);
        transform: translate(60px)
    }

    57% {
        -webkit-transform: translate(53px, -14px);
        transform: translate(53px, -14px)
    }

    60% {
        -webkit-transform: translate(45px, -10px);
        transform: translate(45px, -10px)
    }

    67% {
        -webkit-transform: translate(37px, -24px);
        transform: translate(37px, -24px)
    }

    70% {
        -webkit-transform: translate(30px, -20px);
        transform: translate(30px, -20px)
    }

    77% {
        -webkit-transform: translate(22px, -34px);
        transform: translate(22px, -34px)
    }

    80% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px)
    }

    87% {
        -webkit-transform: translate(7px, -44px);
        transform: translate(7px, -44px)
    }

    90% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes barUp1 {
    0% {
        -webkit-transform: scaleY(.2);
        transform: scaleY(.2)
    }

    40% {
        -webkit-transform: scaleY(.2);
        transform: scaleY(.2)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    90% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scaleY(.2);
        transform: scaleY(.2)
    }
}

@-webkit-keyframes barUp2 {
    0% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4)
    }

    40% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4)
    }

    50% {
        -webkit-transform: scaleY(.8);
        transform: scaleY(.8)
    }

    90% {
        -webkit-transform: scaleY(.8);
        transform: scaleY(.8)
    }

    to {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4)
    }
}

@-webkit-keyframes barUp3 {
    0% {
        -webkit-transform: scaleY(.6);
        transform: scaleY(.6)
    }

    to {
        -webkit-transform: scaleY(.6);
        transform: scaleY(.6)
    }
}

@-webkit-keyframes barUp4 {
    0% {
        -webkit-transform: scaleY(.8);
        transform: scaleY(.8)
    }

    40% {
        -webkit-transform: scaleY(.8);
        transform: scaleY(.8)
    }

    50% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4)
    }

    90% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4)
    }

    to {
        -webkit-transform: scaleY(.8);
        transform: scaleY(.8)
    }
}

@-webkit-keyframes barUp5 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scaleY(.2);
        transform: scaleY(.2)
    }

    90% {
        -webkit-transform: scaleY(.2);
        transform: scaleY(.2)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.fix-header .header,
.fix-nav .nk-sidebar {
    position: fixed
}

.header {
    background: #fff;
    width: 100%;
    z-index: 2;
    position: relative
}

.nav-header {
    background: #2c3645;
    color: #fff;
    width: 250px;
    display: inline-block;
    text-align: center
}

.nav-header .brand-logo i {
    font-size: 20px;
    margin-right: 5px
}

.nav-header .brand-logo span {
    font-size: 22px;
    font-weight: 800;
    color: #fff
}

.header-content {
    display: inline-block
}

.nav-control {
    margin-left: 10px;
    cursor: pointer
}

.nav-control i {
    font-size: 20px
}

.nk-sidebar {
    background: #212529;
    width: 250px;
    height: 100%;
    position: fixed;
    top: 0;
    padding-top: 45px;
    z-index: 1
}

.nk-sidebar ul {
    padding: 0;
    margin: 0;
    list-style: none;
    background: #343a40
}

.nk-sidebar .metismenu {
    background: #394351;
    display: flex;
    flex-direction: column
}

.nk-sidebar .metismenu li:last-child {
    margin-bottom: 5px
}

.nk-sidebar .metismenu>li {
    display: flex;
    flex-direction: column;
    position: relative
}

.nk-sidebar .metismenu>li a>i {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 7px
}

.nk-sidebar .metismenu a {
    position: relative;
    display: block;
    padding: 13px 15px;
    color: #adb5bd;
    outline-width: 0;
    transition: all .3s ease-out
}

.nk-sidebar .metismenu a.active {
    color: #1e9379
}

.nk-sidebar .metismenu ul a {
    padding: 10px 15px 10px 45px
}

.nk-sidebar .metismenu ul ul a {
    padding: 10px 15px 10px 60px
}

.nk-sidebar .metismenu a:active,
.nk-sidebar .metismenu a:focus,
.nk-sidebar .metismenu a:hover {
    color: #f8f9fa;
    background: #0b7285
}

@media (min-width:768px) {
    .nav-mini .nav-header {
        width: 60px
    }

    .nav-mini .nav-header .brand-title {
        display: none
    }

    .nav-mini .content-body {
        margin-left: 60px
    }

    .nav-mini .nk-sidebar {
        width: 60px;
        overflow: visible
    }

    .nav-mini .nk-sidebar .nav-text {
        display: none
    }

    .nav-mini .nk-sidebar .nk-nav-scroll,
    .nav-mini .nk-sidebar .slimScrollDiv {
        overflow: visible !important
    }

    .nav-mini .nk-sidebar .metismenu li {
        position: relative
    }

    .nav-mini .nk-sidebar .metismenu li>ul {
        position: absolute;
        left: 60px;
        top: 45px;
        width: 190px;
        z-index: 1001;
        background: #f2f6f8;
        display: none;
        padding-left: 1px
    }

    .nav-mini .nk-sidebar .metismenu>li:hover>a {
        width: 250px;
        background: #343a40
    }

    .nav-mini .nk-sidebar .metismenu>li:hover>a .nav-text {
        color: #fff;
        display: inline-block;
        padding-left: 42px
    }

    .nav-mini .nk-sidebar .metismenu>li:hover>ul {
        display: block;
        height: auto !important;
        overflow: auto
    }

    .nav-mini .nk-sidebar .metismenu>li:hover>ul a {
        padding: 10px 15px 10px 30px
    }

    .nav-mini .nk-sidebar .metismenu>li:hover>ul ul a {
        padding: 10px 15px 10px 45px
    }

    .nav-mini .nk-sidebar .metismenu .has-arrow:after {
        display: none
    }
}

@media (max-width:767px) {
    .header {
        position: fixed
    }

    .nav-header {
        width: 60px
    }

    .nav-header .brand-title {
        display: none
    }

    .nav-mini .nk-sidebar {
        transition: all .4s ease-in;
        left: -100%
    }

    .content-body {
        margin-left: 0;
        padding-top: 65px
    }
}

.hamburger {
    display: inline-block;
    left: 0;
    position: relative;
    top: 7px;
    transition: all .3s ease-in-out 0s;
    width: 37px;
    z-index: 999
}

.hamburger .line {
    background-color: #252525;
    display: block;
    height: 2px;
    margin: 4px auto;
    width: 22px;
    transition: all .3s ease-in-out
}

.hamburger:hover {
    cursor: pointer
}

.hamburger.is-active .line:first-child,
.hamburger.is-active .line:nth-child(3) {
    width: 10px;
    height: 2px
}

.hamburger.is-active .line:nth-child(2) {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
    width: 14px;
    height: 2px
}

.hamburger.is-active .line:first-child {
    -webkit-transform: translateY(3px) rotate(45deg);
    transform: translateY(3px) rotate(45deg)
}

.hamburger.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-3px) rotate(-45deg);
    transform: translateY(-3px) rotate(-45deg)
}

#preloader {
    height: 100%;
    background: #ea4961;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999999
}

.loader {
    position: absolute;
    width: 75px;
    height: 100px;
    top: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.loader__bar {
    position: absolute;
    bottom: 0;
    width: 10px;
    height: 50%;
    background: #fff;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, .2)
}

.loader__bar:first-child {
    left: 0;
    -webkit-transform: scaleY(.2);
    transform: scaleY(.2);
    -webkit-animation: barUp1 4s infinite;
    animation: barUp1 4s infinite
}

.loader__bar:nth-child(2) {
    left: 15px;
    -webkit-transform: scaleY(.4);
    transform: scaleY(.4);
    -webkit-animation: barUp2 4s infinite;
    animation: barUp2 4s infinite
}

.loader__bar:nth-child(3) {
    left: 30px;
    -webkit-transform: scaleY(.6);
    transform: scaleY(.6);
    -webkit-animation: barUp3 4s infinite;
    animation: barUp3 4s infinite
}

.loader__bar:nth-child(4) {
    left: 45px;
    -webkit-transform: scaleY(.8);
    transform: scaleY(.8);
    -webkit-animation: barUp4 4s infinite;
    animation: barUp4 4s infinite
}

.loader__bar:nth-child(5) {
    left: 60px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation: barUp5 4s infinite;
    animation: barUp5 4s infinite
}

.loader__ball {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    -webkit-animation: ball 4s infinite;
    animation: ball 4s infinite
}

@keyframes ball {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    5% {
        -webkit-transform: translate(8px, -14px);
        transform: translate(8px, -14px)
    }

    10% {
        -webkit-transform: translate(15px, -10px);
        transform: translate(15px, -10px)
    }

    17% {
        -webkit-transform: translate(23px, -24px);
        transform: translate(23px, -24px)
    }

    20% {
        -webkit-transform: translate(30px, -20px);
        transform: translate(30px, -20px)
    }

    27% {
        -webkit-transform: translate(38px, -34px);
        transform: translate(38px, -34px)
    }

    30% {
        -webkit-transform: translate(45px, -30px);
        transform: translate(45px, -30px)
    }

    37% {
        -webkit-transform: translate(53px, -44px);
        transform: translate(53px, -44px)
    }

    40% {
        -webkit-transform: translate(60px, -40px);
        transform: translate(60px, -40px)
    }

    50% {
        -webkit-transform: translate(60px);
        transform: translate(60px)
    }

    57% {
        -webkit-transform: translate(53px, -14px);
        transform: translate(53px, -14px)
    }

    60% {
        -webkit-transform: translate(45px, -10px);
        transform: translate(45px, -10px)
    }

    67% {
        -webkit-transform: translate(37px, -24px);
        transform: translate(37px, -24px)
    }

    70% {
        -webkit-transform: translate(30px, -20px);
        transform: translate(30px, -20px)
    }

    77% {
        -webkit-transform: translate(22px, -34px);
        transform: translate(22px, -34px)
    }

    80% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px)
    }

    87% {
        -webkit-transform: translate(7px, -44px);
        transform: translate(7px, -44px)
    }

    90% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes barUp1 {
    0% {
        -webkit-transform: scaleY(.2);
        transform: scaleY(.2)
    }

    40% {
        -webkit-transform: scaleY(.2);
        transform: scaleY(.2)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    90% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scaleY(.2);
        transform: scaleY(.2)
    }
}

@keyframes barUp2 {
    0% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4)
    }

    40% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4)
    }

    50% {
        -webkit-transform: scaleY(.8);
        transform: scaleY(.8)
    }

    90% {
        -webkit-transform: scaleY(.8);
        transform: scaleY(.8)
    }

    to {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4)
    }
}

@keyframes barUp3 {
    0% {
        -webkit-transform: scaleY(.6);
        transform: scaleY(.6)
    }

    to {
        -webkit-transform: scaleY(.6);
        transform: scaleY(.6)
    }
}

@keyframes barUp4 {
    0% {
        -webkit-transform: scaleY(.8);
        transform: scaleY(.8)
    }

    40% {
        -webkit-transform: scaleY(.8);
        transform: scaleY(.8)
    }

    50% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4)
    }

    90% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4)
    }

    to {
        -webkit-transform: scaleY(.8);
        transform: scaleY(.8)
    }
}

@keyframes barUp5 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scaleY(.2);
        transform: scaleY(.2)
    }

    90% {
        -webkit-transform: scaleY(.2);
        transform: scaleY(.2)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.nk-sidebar {
    background-color: #394351
}

.nk-sidebar .menu-heading {
    padding: 14px 50px;
    color: #eee
}

.nk-sidebar .metismenu a:active,
.nk-sidebar .metismenu a:focus,
.nk-sidebar .metismenu a:hover {
    color: #1e9379;
    text-decoration: none;
    background: #394351
}

.nk-sidebar .metismenu a {
    color: #eee;
    font-size: 14px
}

.navbar-custom-menu .nav-text {
    color: #eee
}

.hamburger {
    top: 2px !important
}

.hamburger.is-active {
    top: 5px !important
}

.nav-mini .nk-sidebar .metismenu li>ul {
    background: #394351
}

.navbar-custom-menu {
    height: 50px;
    align-items: center
}

.nav-right {
    padding: 0 20px
}

@media only screen and (max-width:768px) {
    .nav-right {
        padding: 0 10px
    }
}

.nav-right .dropdown-item {
    max-width: 100%
}

.nav-right .navbar-nav {
    flex-direction: row
}

.nav-right .dropdown-menu {
    border-radius: 0;
    border: none
}

.nav-right .dropdown-menu a.dropdown-item {
    color: #847577;
    width: 170px;
    padding: 9px 31px
}

@media only screen and (max-width:768px) {
    .nav-right .dropdown-menu a.dropdown-item {
        padding: 9px 5px
    }
}

.nav-right .dropdown-menu a.dropdown-item .media {
    max-width: 100%;
    overflow: hidden
}

.nav-right .dropdown-menu a.dropdown-item .media h6 {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    color: #2c3645
}

.nav-right .dropdown-menu a.dropdown-item .media h6 span.time {
    position: absolute;
    right: 67px;
    font-weight: 400;
    color: #847577
}

@media only screen and (max-width:768px) {
    .nav-right .dropdown-menu a.dropdown-item .media h6 span.time {
        right: 125px
    }
}

.nav-right .dropdown-menu a.dropdown-item .media .media-body {
    display: inline-block;
    white-space: nowrap
}

.nav-right .dropdown-menu a.dropdown-item:hover {
    color: #2c3645
}

.nav-right .dropdown-menu.inbox-dropdown {
    width: 360px;
    max-height: 300px;
    overflow-x: hidden
}

@media only screen and (max-width:768px) {
    .nav-right .dropdown-menu.inbox-dropdown {
        width: 270px
    }
}

.nav-right .dropdown-menu.inbox-dropdown .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #eee
}

.nav-right .dropdown-menu.inbox-dropdown>a {
    width: 100%;
    max-width: 100%;
    display: block;
    overflow: hidden
}

.nav-right .dropdown-menu.inbox-dropdown .message-options {
    border-bottom: 1px solid #eee;
    padding: 5px 15px
}

.nav-right .dropdown-menu.inbox-dropdown .message-options a {
    color: #2c3645
}

.nav-right .dropdown-menu.inbox-dropdown .message-options a:hover {
    text-decoration: underline
}

.nav-right .dropdown-menu.inbox-dropdown .message-options a.pull-right {
    margin-left: 20px
}

@media only screen and (max-width:768px) {
    .nav-right .dropdown-menu.inbox-dropdown .message-options a.pull-right {
        margin-left: 10px
    }
}

.nav-right .dropdown i {
    color: #847577
}

.nav-right .user-profile-dropdown.dropdown-toggle {
    padding-top: 2px
}

.nav-right .user-profile-dropdown.dropdown-toggle .user-img {
    margin-right: 10px
}

@media only screen and (max-width:992px) {
    .nav-right .user-profile-dropdown.dropdown-toggle .user-name {
        display: none
    }
}

.nav-right .dropdown-toggle {
    display: inline-block;
    padding: 0 18px;
    font-size: 14px;
    color: #2c3645;
    position: relative
}

@media only screen and (max-width:992px) {
    .nav-right .dropdown-toggle {
        padding: 3px 8px
    }
}

.nav-right .dropdown-toggle .badge {
    position: absolute;
    right: 9px;
    top: 10px;
    height: 9px
}

@media only screen and (max-width:992px) {
    .nav-right .dropdown-toggle .badge {
        right: 5px
    }
}

.nav-right .dropdown-toggle:after {
    display: none
}

.nav-search-box {
    width: 450px;
    position: relative;
    margin-left: 15px
}

@media only screen and (min-width:993px) and (max-width:1087px) {
    .nav-search-box {
        width: 300px
    }
}

@media only screen and (max-width:992px) {
    .nav-search-box {
        width: 300px
    }
}

@media only screen and (max-width:768px) {
    .nav-search-box {
        display: none
    }
}

.nav-search-box i {
    position: absolute;
    top: 5px;
    left: 15px;
    font-size: 18px
}

.nav-search-box input[type=search] {
    width: 100%;
    border: none;
    padding-left: 45px;
    padding-top: 3px
}

.notification-dropdown {
    width: 280px;
    padding: 0;
    margin: 0
}

@media only screen and (max-width:768px) {
    .notification-dropdown {
        width: 240px
    }
}

.notification-dropdown .header {
    border-bottom: 1px solid #f4f4f4;
    padding: 7px 10px
}

.notification-dropdown .footer a {
    padding: 7px 10px;
    border-bottom: 1px solid #eee;
    text-align: center;
    display: block;
    clear: both;
    line-height: 1.42857143;
    white-space: nowrap;
    color: #847577
}

.notification-dropdown .menu {
    max-height: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: hidden
}

.notification-dropdown .menu a {
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
    display: block;
    white-space: nowrap;
    border-bottom: 1px solid #f4f4f4
}

.nav-header .brand-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0
}

@media only screen and (max-width:992px) {
    .nav-header {
        width: 60px
    }
}

@media only screen and (max-width:992px) {
    .nav-header .brand-title {
        display: none
    }
}

@media only screen and (max-width:768px) {
    .nav-control {
        margin: 0
    }
}

.header {
    z-index: 100
}

.nk-sidebar {
    z-index: 99
}

.nk-sidebar .simplebar-mask {
    overflow: inherit
}

.currency-icons i {
    font-size: 30px;
    margin-right: 10px
}

.currency-icons i:last-child {
    border: 1px solid #989daf;
    border-radius: 50px;
    font-size: 18px;
    padding: 5px;
    color: #989daf;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 20px
}

.copyright {
    margin-bottom: 0;
    text-align: right;
    font-size: 12px
}

@media only screen and (max-width:992px) {

    .currency-card-rounded,
    .walet-address-card {
        margin-bottom: 30px
    }

    .currency-icons {
        margin-bottom: 20px
    }

    .crypto-price-card {
        margin-bottom: 30px
    }
}

.error-msg {
    text-align: center
}

.error-msg h1 {
    font-size: 200px;
    line-height: 1
}

@media only screen and (min-width:992px) and (max-width:1093px) {
    .error-msg h1 {
        font-size: 170px
    }
}

@media only screen and (max-width:768px) {
    .error-msg h1 {
        font-size: 100px
    }
}

.error-msg h2 {
    font-size: 48px;
    margin-bottom: 60px
}

@media only screen and (min-width:992px) and (max-width:1093px) {
    .error-msg h2 {
        font-size: 40px
    }
}

@media only screen and (max-width:768px) {
    .error-msg h2 {
        font-size: 25px
    }
}

.error-msg .exc-icon {
    color: #1e9379
}

.currency-hero-area {
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background-size: cover;
    background-position: 50%;
    margin-bottom: 25px
}

.currency-hero-area .exchange-input {
    margin: 45px 0;
    display: flex
}

@media only screen and (max-width:768px) {
    .currency-hero-area .exchange-input .input-group:first-child {
        margin-bottom: 0 !important
    }
}

@media only screen and (max-width:768px) {
    .currency-hero-area .exchange-input {
        display: block
    }
}

.currency-hero-area .exchange-icon {
    padding: 5px 15px 0
}

.currency-hero-area button {
    background-color: #18212c
}

.currency-hero-area h1 {
    color: #fff;
    margin-bottom: 45px
}

.exchange-input input[type=text] {
    min-height: 40px
}

.f-s-1 {
    font-size: 1px !important
}

.f-s-2 {
    font-size: 2px !important
}

.f-s-3 {
    font-size: 3px !important
}

.f-s-4 {
    font-size: 4px !important
}

.f-s-5 {
    font-size: 5px !important
}

.f-s-6 {
    font-size: 6px !important
}

.f-s-7 {
    font-size: 7px !important
}

.f-s-8 {
    font-size: 8px !important
}

.f-s-9 {
    font-size: 9px !important
}

.f-s-10 {
    font-size: 10px !important
}

.f-s-11 {
    font-size: 11px !important
}

.f-s-12 {
    font-size: 12px !important
}

.f-s-13 {
    font-size: 13px !important
}

.f-s-14 {
    font-size: 14px !important
}

.f-s-15 {
    font-size: 15px !important
}

.f-s-16 {
    font-size: 16px !important
}

.f-s-17 {
    font-size: 17px !important
}

.f-s-18 {
    font-size: 18px !important
}

.f-s-19 {
    font-size: 19px !important
}

.f-s-20 {
    font-size: 20px !important
}

.f-s-21 {
    font-size: 21px !important
}

.f-s-22 {
    font-size: 22px !important
}

.f-s-23 {
    font-size: 23px !important
}

.f-s-24 {
    font-size: 24px !important
}

.f-s-25 {
    font-size: 25px !important
}

.f-s-26 {
    font-size: 26px !important
}

.f-s-27 {
    font-size: 27px !important
}

.f-s-28 {
    font-size: 28px !important
}

.f-s-29 {
    font-size: 29px !important
}

.f-s-30 {
    font-size: 30px !important
}

.f-s-31 {
    font-size: 31px !important
}

.f-s-32 {
    font-size: 32px !important
}

.f-s-33 {
    font-size: 33px !important
}

.f-s-34 {
    font-size: 34px !important
}

.f-s-35 {
    font-size: 35px !important
}

.f-s-36 {
    font-size: 36px !important
}

.f-s-37 {
    font-size: 37px !important
}

.f-s-38 {
    font-size: 38px !important
}

.f-s-39 {
    font-size: 39px !important
}

.f-s-40 {
    font-size: 40px !important
}

.f-s-41 {
    font-size: 41px !important
}

.f-s-42 {
    font-size: 42px !important
}

.f-s-43 {
    font-size: 43px !important
}

.f-s-44 {
    font-size: 44px !important
}

.f-s-45 {
    font-size: 45px !important
}

.f-s-46 {
    font-size: 46px !important
}

.f-s-47 {
    font-size: 47px !important
}

.f-s-48 {
    font-size: 48px !important
}

.f-s-49 {
    font-size: 49px !important
}

.f-s-50 {
    font-size: 50px !important
}

.f-s-51 {
    font-size: 51px !important
}

.f-s-52 {
    font-size: 52px !important
}

.f-s-53 {
    font-size: 53px !important
}

.f-s-54 {
    font-size: 54px !important
}

.f-s-55 {
    font-size: 55px !important
}

.f-s-56 {
    font-size: 56px !important
}

.f-s-57 {
    font-size: 57px !important
}

.f-s-58 {
    font-size: 58px !important
}

.f-s-59 {
    font-size: 59px !important
}

.f-s-60 {
    font-size: 60px !important
}

.f-s-61 {
    font-size: 61px !important
}

.f-s-62 {
    font-size: 62px !important
}

.f-s-63 {
    font-size: 63px !important
}

.f-s-64 {
    font-size: 64px !important
}

.f-s-65 {
    font-size: 65px !important
}

.f-s-66 {
    font-size: 66px !important
}

.f-s-67 {
    font-size: 67px !important
}

.f-s-68 {
    font-size: 68px !important
}

.f-s-69 {
    font-size: 69px !important
}

.f-s-70 {
    font-size: 70px !important
}

.f-s-71 {
    font-size: 71px !important
}

.f-s-72 {
    font-size: 72px !important
}

.f-s-73 {
    font-size: 73px !important
}

.f-s-74 {
    font-size: 74px !important
}

.f-s-75 {
    font-size: 75px !important
}

.f-s-76 {
    font-size: 76px !important
}

.f-s-77 {
    font-size: 77px !important
}

.f-s-78 {
    font-size: 78px !important
}

.f-s-79 {
    font-size: 79px !important
}

.f-s-80 {
    font-size: 80px !important
}

.f-s-81 {
    font-size: 81px !important
}

.f-s-82 {
    font-size: 82px !important
}

.f-s-83 {
    font-size: 83px !important
}

.f-s-84 {
    font-size: 84px !important
}

.f-s-85 {
    font-size: 85px !important
}

.f-s-86 {
    font-size: 86px !important
}

.f-s-87 {
    font-size: 87px !important
}

.f-s-88 {
    font-size: 88px !important
}

.f-s-89 {
    font-size: 89px !important
}

.f-s-90 {
    font-size: 90px !important
}

.f-s-91 {
    font-size: 91px !important
}

.f-s-92 {
    font-size: 92px !important
}

.f-s-93 {
    font-size: 93px !important
}

.f-s-94 {
    font-size: 94px !important
}

.f-s-95 {
    font-size: 95px !important
}

.f-s-96 {
    font-size: 96px !important
}

.f-s-97 {
    font-size: 97px !important
}

.f-s-98 {
    font-size: 98px !important
}

.f-s-99 {
    font-size: 99px !important
}

.f-s-100 {
    font-size: 100px !important
}

.f-w-100 {
    font-weight: 100
}

.f-w-200 {
    font-weight: 200
}

.f-w-300 {
    font-weight: 300
}

.f-w-400 {
    font-weight: 400
}

.f-w-500 {
    font-weight: 500
}

.f-w-600 {
    font-weight: 600
}

.f-w-700 {
    font-weight: 700
}

.f-w-800 {
    font-weight: 800
}

.f-w-900 {
    font-weight: 900
}

.m-0 {
    margin: 0 !important
}

.m-t-0 {
    margin-top: 0 !important
}

.m-t-1 {
    margin-top: 1px !important
}

.m-t-2 {
    margin-top: 2px !important
}

.m-t-3 {
    margin-top: 3px !important
}

.m-t-4 {
    margin-top: 4px !important
}

.m-t-5 {
    margin-top: 5px !important
}

.m-t-6 {
    margin-top: 6px !important
}

.m-t-7 {
    margin-top: 7px !important
}

.m-t-8 {
    margin-top: 8px !important
}

.m-t-9 {
    margin-top: 9px !important
}

.m-t-10 {
    margin-top: 10px !important
}

.m-t-11 {
    margin-top: 11px !important
}

.m-t-12 {
    margin-top: 12px !important
}

.m-t-13 {
    margin-top: 13px !important
}

.m-t-14 {
    margin-top: 14px !important
}

.m-t-15 {
    margin-top: 15px !important
}

.m-t-16 {
    margin-top: 16px !important
}

.m-t-17 {
    margin-top: 17px !important
}

.m-t-18 {
    margin-top: 18px !important
}

.m-t-19 {
    margin-top: 19px !important
}

.m-t-20 {
    margin-top: 20px !important
}

.m-t-21 {
    margin-top: 21px !important
}

.m-t-22 {
    margin-top: 22px !important
}

.m-t-23 {
    margin-top: 23px !important
}

.m-t-24 {
    margin-top: 24px !important
}

.m-t-25 {
    margin-top: 25px !important
}

.m-t-26 {
    margin-top: 26px !important
}

.m-t-27 {
    margin-top: 27px !important
}

.m-t-28 {
    margin-top: 28px !important
}

.m-t-29 {
    margin-top: 29px !important
}

.m-t-30 {
    margin-top: 30px !important
}

.m-t-31 {
    margin-top: 31px !important
}

.m-t-32 {
    margin-top: 32px !important
}

.m-t-33 {
    margin-top: 33px !important
}

.m-t-34 {
    margin-top: 34px !important
}

.m-t-35 {
    margin-top: 35px !important
}

.m-t-36 {
    margin-top: 36px !important
}

.m-t-37 {
    margin-top: 37px !important
}

.m-t-38 {
    margin-top: 38px !important
}

.m-t-39 {
    margin-top: 39px !important
}

.m-t-40 {
    margin-top: 40px !important
}

.m-t-41 {
    margin-top: 41px !important
}

.m-t-42 {
    margin-top: 42px !important
}

.m-t-43 {
    margin-top: 43px !important
}

.m-t-44 {
    margin-top: 44px !important
}

.m-t-45 {
    margin-top: 45px !important
}

.m-t-46 {
    margin-top: 46px !important
}

.m-t-47 {
    margin-top: 47px !important
}

.m-t-48 {
    margin-top: 48px !important
}

.m-t-49 {
    margin-top: 49px !important
}

.m-t-50 {
    margin-top: 50px !important
}

.m-t-51 {
    margin-top: 51px !important
}

.m-t-52 {
    margin-top: 52px !important
}

.m-t-53 {
    margin-top: 53px !important
}

.m-t-54 {
    margin-top: 54px !important
}

.m-t-55 {
    margin-top: 55px !important
}

.m-t-56 {
    margin-top: 56px !important
}

.m-t-57 {
    margin-top: 57px !important
}

.m-t-58 {
    margin-top: 58px !important
}

.m-t-59 {
    margin-top: 59px !important
}

.m-t-60 {
    margin-top: 60px !important
}

.m-t-61 {
    margin-top: 61px !important
}

.m-t-62 {
    margin-top: 62px !important
}

.m-t-63 {
    margin-top: 63px !important
}

.m-t-64 {
    margin-top: 64px !important
}

.m-t-65 {
    margin-top: 65px !important
}

.m-t-66 {
    margin-top: 66px !important
}

.m-t-67 {
    margin-top: 67px !important
}

.m-t-68 {
    margin-top: 68px !important
}

.m-t-69 {
    margin-top: 69px !important
}

.m-t-70 {
    margin-top: 70px !important
}

.m-t-71 {
    margin-top: 71px !important
}

.m-t-72 {
    margin-top: 72px !important
}

.m-t-73 {
    margin-top: 73px !important
}

.m-t-74 {
    margin-top: 74px !important
}

.m-t-75 {
    margin-top: 75px !important
}

.m-t-76 {
    margin-top: 76px !important
}

.m-t-77 {
    margin-top: 77px !important
}

.m-t-78 {
    margin-top: 78px !important
}

.m-t-79 {
    margin-top: 79px !important
}

.m-t-80 {
    margin-top: 80px !important
}

.m-t-81 {
    margin-top: 81px !important
}

.m-t-82 {
    margin-top: 82px !important
}

.m-t-83 {
    margin-top: 83px !important
}

.m-t-84 {
    margin-top: 84px !important
}

.m-t-85 {
    margin-top: 85px !important
}

.m-t-86 {
    margin-top: 86px !important
}

.m-t-87 {
    margin-top: 87px !important
}

.m-t-88 {
    margin-top: 88px !important
}

.m-t-89 {
    margin-top: 89px !important
}

.m-t-90 {
    margin-top: 90px !important
}

.m-t-91 {
    margin-top: 91px !important
}

.m-t-92 {
    margin-top: 92px !important
}

.m-t-93 {
    margin-top: 93px !important
}

.m-t-94 {
    margin-top: 94px !important
}

.m-t-95 {
    margin-top: 95px !important
}

.m-t-96 {
    margin-top: 96px !important
}

.m-t-97 {
    margin-top: 97px !important
}

.m-t-98 {
    margin-top: 98px !important
}

.m-t-99 {
    margin-top: 99px !important
}

.m-t-100 {
    margin-top: 100px !important
}

.m-t-101 {
    margin-top: 101px !important
}

.m-t-102 {
    margin-top: 102px !important
}

.m-t-103 {
    margin-top: 103px !important
}

.m-t-104 {
    margin-top: 104px !important
}

.m-t-105 {
    margin-top: 105px !important
}

.m-t-106 {
    margin-top: 106px !important
}

.m-t-107 {
    margin-top: 107px !important
}

.m-t-108 {
    margin-top: 108px !important
}

.m-t-109 {
    margin-top: 109px !important
}

.m-t-110 {
    margin-top: 110px !important
}

.m-t-111 {
    margin-top: 111px !important
}

.m-t-112 {
    margin-top: 112px !important
}

.m-t-113 {
    margin-top: 113px !important
}

.m-t-114 {
    margin-top: 114px !important
}

.m-t-115 {
    margin-top: 115px !important
}

.m-t-116 {
    margin-top: 116px !important
}

.m-t-117 {
    margin-top: 117px !important
}

.m-t-118 {
    margin-top: 118px !important
}

.m-t-119 {
    margin-top: 119px !important
}

.m-t-120 {
    margin-top: 120px !important
}

.m-t-121 {
    margin-top: 121px !important
}

.m-t-122 {
    margin-top: 122px !important
}

.m-t-123 {
    margin-top: 123px !important
}

.m-t-124 {
    margin-top: 124px !important
}

.m-t-125 {
    margin-top: 125px !important
}

.m-t-126 {
    margin-top: 126px !important
}

.m-t-127 {
    margin-top: 127px !important
}

.m-t-128 {
    margin-top: 128px !important
}

.m-t-129 {
    margin-top: 129px !important
}

.m-t-130 {
    margin-top: 130px !important
}

.m-t-131 {
    margin-top: 131px !important
}

.m-t-132 {
    margin-top: 132px !important
}

.m-t-133 {
    margin-top: 133px !important
}

.m-t-134 {
    margin-top: 134px !important
}

.m-t-135 {
    margin-top: 135px !important
}

.m-t-136 {
    margin-top: 136px !important
}

.m-t-137 {
    margin-top: 137px !important
}

.m-t-138 {
    margin-top: 138px !important
}

.m-t-139 {
    margin-top: 139px !important
}

.m-t-140 {
    margin-top: 140px !important
}

.m-t-141 {
    margin-top: 141px !important
}

.m-t-142 {
    margin-top: 142px !important
}

.m-t-143 {
    margin-top: 143px !important
}

.m-t-144 {
    margin-top: 144px !important
}

.m-t-145 {
    margin-top: 145px !important
}

.m-t-146 {
    margin-top: 146px !important
}

.m-t-147 {
    margin-top: 147px !important
}

.m-t-148 {
    margin-top: 148px !important
}

.m-t-149 {
    margin-top: 149px !important
}

.m-t-150 {
    margin-top: 150px !important
}

.m-r-0 {
    margin-right: 0 !important
}

.m-r-1 {
    margin-right: 1px !important
}

.m-r-2 {
    margin-right: 2px !important
}

.m-r-3 {
    margin-right: 3px !important
}

.m-r-4 {
    margin-right: 4px !important
}

.m-r-5 {
    margin-right: 5px !important
}

.m-r-6 {
    margin-right: 6px !important
}

.m-r-7 {
    margin-right: 7px !important
}

.m-r-8 {
    margin-right: 8px !important
}

.m-r-9 {
    margin-right: 9px !important
}

.m-r-10 {
    margin-right: 10px !important
}

.m-r-11 {
    margin-right: 11px !important
}

.m-r-12 {
    margin-right: 12px !important
}

.m-r-13 {
    margin-right: 13px !important
}

.m-r-14 {
    margin-right: 14px !important
}

.m-r-15 {
    margin-right: 15px !important
}

.m-r-16 {
    margin-right: 16px !important
}

.m-r-17 {
    margin-right: 17px !important
}

.m-r-18 {
    margin-right: 18px !important
}

.m-r-19 {
    margin-right: 19px !important
}

.m-r-20 {
    margin-right: 20px !important
}

.m-r-21 {
    margin-right: 21px !important
}

.m-r-22 {
    margin-right: 22px !important
}

.m-r-23 {
    margin-right: 23px !important
}

.m-r-24 {
    margin-right: 24px !important
}

.m-r-25 {
    margin-right: 25px !important
}

.m-r-26 {
    margin-right: 26px !important
}

.m-r-27 {
    margin-right: 27px !important
}

.m-r-28 {
    margin-right: 28px !important
}

.m-r-29 {
    margin-right: 29px !important
}

.m-r-30 {
    margin-right: 30px !important
}

.m-r-31 {
    margin-right: 31px !important
}

.m-r-32 {
    margin-right: 32px !important
}

.m-r-33 {
    margin-right: 33px !important
}

.m-r-34 {
    margin-right: 34px !important
}

.m-r-35 {
    margin-right: 35px !important
}

.m-r-36 {
    margin-right: 36px !important
}

.m-r-37 {
    margin-right: 37px !important
}

.m-r-38 {
    margin-right: 38px !important
}

.m-r-39 {
    margin-right: 39px !important
}

.m-r-40 {
    margin-right: 40px !important
}

.m-r-41 {
    margin-right: 4px !important
}

.m-r-42 {
    margin-right: 42px !important
}

.m-r-43 {
    margin-right: 43px !important
}

.m-r-44 {
    margin-right: 44px !important
}

.m-r-45 {
    margin-right: 45px !important
}

.m-r-46 {
    margin-right: 46px !important
}

.m-r-47 {
    margin-right: 47px !important
}

.m-r-48 {
    margin-right: 48px !important
}

.m-r-49 {
    margin-right: 49px !important
}

.m-r-50 {
    margin-right: 50px !important
}

.m-r-51 {
    margin-right: 51px !important
}

.m-r-52 {
    margin-right: 52px !important
}

.m-r-53 {
    margin-right: 53px !important
}

.m-r-54 {
    margin-right: 54px !important
}

.m-r-55 {
    margin-right: 55px !important
}

.m-r-56 {
    margin-right: 56px !important
}

.m-r-57 {
    margin-right: 57px !important
}

.m-r-58 {
    margin-right: 58px !important
}

.m-r-59 {
    margin-right: 59px !important
}

.m-r-60 {
    margin-right: 60px !important
}

.m-r-61 {
    margin-right: 61px !important
}

.m-r-62 {
    margin-right: 62px !important
}

.m-r-63 {
    margin-right: 63px !important
}

.m-r-64 {
    margin-right: 64px !important
}

.m-r-65 {
    margin-right: 65px !important
}

.m-r-66 {
    margin-right: 66px !important
}

.m-r-67 {
    margin-right: 67px !important
}

.m-r-68 {
    margin-right: 68px !important
}

.m-r-69 {
    margin-right: 69px !important
}

.m-r-70 {
    margin-right: 70px !important
}

.m-r-71 {
    margin-right: 71px !important
}

.m-r-72 {
    margin-right: 72px !important
}

.m-r-73 {
    margin-right: 73px !important
}

.m-r-74 {
    margin-right: 74px !important
}

.m-r-75 {
    margin-right: 75px !important
}

.m-r-76 {
    margin-right: 76px !important
}

.m-r-77 {
    margin-right: 77px !important
}

.m-r-78 {
    margin-right: 78px !important
}

.m-r-79 {
    margin-right: 79px !important
}

.m-r-80 {
    margin-right: 80px !important
}

.m-r-81 {
    margin-right: 81px !important
}

.m-r-82 {
    margin-right: 82px !important
}

.m-r-83 {
    margin-right: 83px !important
}

.m-r-84 {
    margin-right: 84px !important
}

.m-r-85 {
    margin-right: 85px !important
}

.m-r-86 {
    margin-right: 86px !important
}

.m-r-87 {
    margin-right: 87px !important
}

.m-r-88 {
    margin-right: 88px !important
}

.m-r-89 {
    margin-right: 89px !important
}

.m-r-90 {
    margin-right: 90px !important
}

.m-r-91 {
    margin-right: 91px !important
}

.m-r-92 {
    margin-right: 92px !important
}

.m-r-93 {
    margin-right: 93px !important
}

.m-r-94 {
    margin-right: 94px !important
}

.m-r-95 {
    margin-right: 95px !important
}

.m-r-96 {
    margin-right: 96px !important
}

.m-r-97 {
    margin-right: 97px !important
}

.m-r-98 {
    margin-right: 98px !important
}

.m-r-99 {
    margin-right: 99px !important
}

.m-r-100 {
    margin-right: 100px !important
}

.m-r-101 {
    margin-right: 101px !important
}

.m-r-102 {
    margin-right: 102px !important
}

.m-r-103 {
    margin-right: 103px !important
}

.m-r-104 {
    margin-right: 104px !important
}

.m-r-105 {
    margin-right: 105px !important
}

.m-r-106 {
    margin-right: 106px !important
}

.m-r-107 {
    margin-right: 107px !important
}

.m-r-108 {
    margin-right: 108px !important
}

.m-r-109 {
    margin-right: 109px !important
}

.m-r-110 {
    margin-right: 110px !important
}

.m-r-111 {
    margin-right: 111px !important
}

.m-r-112 {
    margin-right: 112px !important
}

.m-r-113 {
    margin-right: 113px !important
}

.m-r-114 {
    margin-right: 114px !important
}

.m-r-115 {
    margin-right: 115px !important
}

.m-r-116 {
    margin-right: 116px !important
}

.m-r-117 {
    margin-right: 117px !important
}

.m-r-118 {
    margin-right: 118px !important
}

.m-r-119 {
    margin-right: 119px !important
}

.m-r-120 {
    margin-right: 120px !important
}

.m-r-121 {
    margin-right: 121px !important
}

.m-r-122 {
    margin-right: 122px !important
}

.m-r-123 {
    margin-right: 123px !important
}

.m-r-124 {
    margin-right: 124px !important
}

.m-r-125 {
    margin-right: 125px !important
}

.m-r-126 {
    margin-right: 126px !important
}

.m-r-127 {
    margin-right: 127px !important
}

.m-r-128 {
    margin-right: 128px !important
}

.m-r-129 {
    margin-right: 129px !important
}

.m-r-130 {
    margin-right: 130px !important
}

.m-r-131 {
    margin-right: 131px !important
}

.m-r-132 {
    margin-right: 132px !important
}

.m-r-133 {
    margin-right: 133px !important
}

.m-r-134 {
    margin-right: 134px !important
}

.m-r-135 {
    margin-right: 135px !important
}

.m-r-136 {
    margin-right: 136px !important
}

.m-r-137 {
    margin-right: 137px !important
}

.m-r-138 {
    margin-right: 138px !important
}

.m-r-139 {
    margin-right: 139px !important
}

.m-r-140 {
    margin-right: 140px !important
}

.m-r-141 {
    margin-right: 141px !important
}

.m-r-142 {
    margin-right: 142px !important
}

.m-r-143 {
    margin-right: 143px !important
}

.m-r-144 {
    margin-right: 144px !important
}

.m-r-145 {
    margin-right: 145px !important
}

.m-r-146 {
    margin-right: 146px !important
}

.m-r-147 {
    margin-right: 147px !important
}

.m-r-148 {
    margin-right: 148px !important
}

.m-r-149 {
    margin-right: 149px !important
}

.m-r-150 {
    margin-right: 150px !important
}

.m-b-0 {
    margin-bottom: 0 !important
}

.m-b-1 {
    margin-bottom: 1px !important
}

.m-b-2 {
    margin-bottom: 2px !important
}

.m-b-3 {
    margin-bottom: 3px !important
}

.m-b-4 {
    margin-bottom: 4px !important
}

.m-b-5 {
    margin-bottom: 5px !important
}

.m-b-6 {
    margin-bottom: 6px !important
}

.m-b-7 {
    margin-bottom: 7px !important
}

.m-b-8 {
    margin-bottom: 8px !important
}

.m-b-9 {
    margin-bottom: 9px !important
}

.m-b-10 {
    margin-bottom: 10px !important
}

.m-b-11 {
    margin-bottom: 11px !important
}

.m-b-12 {
    margin-bottom: 12px !important
}

.m-b-13 {
    margin-bottom: 13px !important
}

.m-b-14 {
    margin-bottom: 14px !important
}

.m-b-15 {
    margin-bottom: 15px !important
}

.m-b-16 {
    margin-bottom: 16px !important
}

.m-b-17 {
    margin-bottom: 17px !important
}

.m-b-18 {
    margin-bottom: 18px !important
}

.m-b-19 {
    margin-bottom: 19px !important
}

.m-b-20 {
    margin-bottom: 20px !important
}

.m-b-21 {
    margin-bottom: 21px !important
}

.m-b-22 {
    margin-bottom: 22px !important
}

.m-b-23 {
    margin-bottom: 23px !important
}

.m-b-24 {
    margin-bottom: 24px !important
}

.m-b-25 {
    margin-bottom: 25px !important
}

.m-b-26 {
    margin-bottom: 26px !important
}

.m-b-27 {
    margin-bottom: 27px !important
}

.m-b-28 {
    margin-bottom: 28px !important
}

.m-b-29 {
    margin-bottom: 29px !important
}

.m-b-30 {
    margin-bottom: 30px !important
}

.m-b-31 {
    margin-bottom: 31px !important
}

.m-b-32 {
    margin-bottom: 32px !important
}

.m-b-33 {
    margin-bottom: 33px !important
}

.m-b-34 {
    margin-bottom: 34px !important
}

.m-b-35 {
    margin-bottom: 35px !important
}

.m-b-36 {
    margin-bottom: 36px !important
}

.m-b-37 {
    margin-bottom: 37px !important
}

.m-b-38 {
    margin-bottom: 38px !important
}

.m-b-39 {
    margin-bottom: 39px !important
}

.m-b-40 {
    margin-bottom: 40px !important
}

.m-b-41 {
    margin-bottom: 4px !important
}

.m-b-42 {
    margin-bottom: 42px !important
}

.m-b-43 {
    margin-bottom: 43px !important
}

.m-b-44 {
    margin-bottom: 44px !important
}

.m-b-45 {
    margin-bottom: 45px !important
}

.m-b-46 {
    margin-bottom: 46px !important
}

.m-b-47 {
    margin-bottom: 47px !important
}

.m-b-48 {
    margin-bottom: 48px !important
}

.m-b-49 {
    margin-bottom: 49px !important
}

.m-b-50 {
    margin-bottom: 50px !important
}

.m-b-51 {
    margin-bottom: 51px !important
}

.m-b-52 {
    margin-bottom: 52px !important
}

.m-b-53 {
    margin-bottom: 53px !important
}

.m-b-54 {
    margin-bottom: 54px !important
}

.m-b-55 {
    margin-bottom: 55px !important
}

.m-b-56 {
    margin-bottom: 56px !important
}

.m-b-57 {
    margin-bottom: 57px !important
}

.m-b-58 {
    margin-bottom: 58px !important
}

.m-b-59 {
    margin-bottom: 59px !important
}

.m-b-60 {
    margin-bottom: 60px !important
}

.m-b-61 {
    margin-bottom: 61px !important
}

.m-b-62 {
    margin-bottom: 62px !important
}

.m-b-63 {
    margin-bottom: 63px !important
}

.m-b-64 {
    margin-bottom: 64px !important
}

.m-b-65 {
    margin-bottom: 65px !important
}

.m-b-66 {
    margin-bottom: 66px !important
}

.m-b-67 {
    margin-bottom: 67px !important
}

.m-b-68 {
    margin-bottom: 68px !important
}

.m-b-69 {
    margin-bottom: 69px !important
}

.m-b-70 {
    margin-bottom: 70px !important
}

.m-b-71 {
    margin-bottom: 71px !important
}

.m-b-72 {
    margin-bottom: 72px !important
}

.m-b-73 {
    margin-bottom: 73px !important
}

.m-b-74 {
    margin-bottom: 74px !important
}

.m-b-75 {
    margin-bottom: 75px !important
}

.m-b-76 {
    margin-bottom: 76px !important
}

.m-b-77 {
    margin-bottom: 77px !important
}

.m-b-78 {
    margin-bottom: 78px !important
}

.m-b-79 {
    margin-bottom: 79px !important
}

.m-b-80 {
    margin-bottom: 80px !important
}

.m-b-81 {
    margin-bottom: 81px !important
}

.m-b-82 {
    margin-bottom: 82px !important
}

.m-b-83 {
    margin-bottom: 83px !important
}

.m-b-84 {
    margin-bottom: 84px !important
}

.m-b-85 {
    margin-bottom: 85px !important
}

.m-b-86 {
    margin-bottom: 86px !important
}

.m-b-87 {
    margin-bottom: 87px !important
}

.m-b-88 {
    margin-bottom: 88px !important
}

.m-b-89 {
    margin-bottom: 89px !important
}

.m-b-90 {
    margin-bottom: 90px !important
}

.m-b-91 {
    margin-bottom: 91px !important
}

.m-b-92 {
    margin-bottom: 92px !important
}

.m-b-93 {
    margin-bottom: 93px !important
}

.m-b-94 {
    margin-bottom: 94px !important
}

.m-b-95 {
    margin-bottom: 95px !important
}

.m-b-96 {
    margin-bottom: 96px !important
}

.m-b-97 {
    margin-bottom: 97px !important
}

.m-b-98 {
    margin-bottom: 98px !important
}

.m-b-99 {
    margin-bottom: 99px !important
}

.m-b-100 {
    margin-bottom: 100px !important
}

.m-b-101 {
    margin-bottom: 101px !important
}

.m-b-102 {
    margin-bottom: 102px !important
}

.m-b-103 {
    margin-bottom: 103px !important
}

.m-b-104 {
    margin-bottom: 104px !important
}

.m-b-105 {
    margin-bottom: 105px !important
}

.m-b-106 {
    margin-bottom: 106px !important
}

.m-b-107 {
    margin-bottom: 107px !important
}

.m-b-108 {
    margin-bottom: 108px !important
}

.m-b-109 {
    margin-bottom: 109px !important
}

.m-b-110 {
    margin-bottom: 110px !important
}

.m-b-111 {
    margin-bottom: 111px !important
}

.m-b-112 {
    margin-bottom: 112px !important
}

.m-b-113 {
    margin-bottom: 113px !important
}

.m-b-114 {
    margin-bottom: 114px !important
}

.m-b-115 {
    margin-bottom: 115px !important
}

.m-b-116 {
    margin-bottom: 116px !important
}

.m-b-117 {
    margin-bottom: 117px !important
}

.m-b-118 {
    margin-bottom: 118px !important
}

.m-b-119 {
    margin-bottom: 119px !important
}

.m-b-120 {
    margin-bottom: 120px !important
}

.m-b-121 {
    margin-bottom: 121px !important
}

.m-b-122 {
    margin-bottom: 122px !important
}

.m-b-123 {
    margin-bottom: 123px !important
}

.m-b-124 {
    margin-bottom: 124px !important
}

.m-b-125 {
    margin-bottom: 125px !important
}

.m-b-126 {
    margin-bottom: 126px !important
}

.m-b-127 {
    margin-bottom: 127px !important
}

.m-b-128 {
    margin-bottom: 128px !important
}

.m-b-129 {
    margin-bottom: 129px !important
}

.m-b-130 {
    margin-bottom: 130px !important
}

.m-b-131 {
    margin-bottom: 131px !important
}

.m-b-132 {
    margin-bottom: 132px !important
}

.m-b-133 {
    margin-bottom: 133px !important
}

.m-b-134 {
    margin-bottom: 134px !important
}

.m-b-135 {
    margin-bottom: 135px !important
}

.m-b-136 {
    margin-bottom: 136px !important
}

.m-b-137 {
    margin-bottom: 137px !important
}

.m-b-138 {
    margin-bottom: 138px !important
}

.m-b-139 {
    margin-bottom: 139px !important
}

.m-b-140 {
    margin-bottom: 140px !important
}

.m-b-141 {
    margin-bottom: 141px !important
}

.m-b-142 {
    margin-bottom: 142px !important
}

.m-b-143 {
    margin-bottom: 143px !important
}

.m-b-144 {
    margin-bottom: 144px !important
}

.m-b-145 {
    margin-bottom: 145px !important
}

.m-b-146 {
    margin-bottom: 146px !important
}

.m-b-147 {
    margin-bottom: 147px !important
}

.m-b-148 {
    margin-bottom: 148px !important
}

.m-b-149 {
    margin-bottom: 149px !important
}

.m-b-150 {
    margin-bottom: 150px !important
}

.m-l-0 {
    margin-left: 0 !important
}

.m-l-1 {
    margin-left: 1px !important
}

.m-l-2 {
    margin-left: 2px !important
}

.m-l-3 {
    margin-left: 3px !important
}

.m-l-4 {
    margin-left: 4px !important
}

.m-l-5 {
    margin-left: 5px !important
}

.m-l-6 {
    margin-left: 6px !important
}

.m-l-7 {
    margin-left: 7px !important
}

.m-l-8 {
    margin-left: 8px !important
}

.m-l-9 {
    margin-left: 9px !important
}

.m-l-10 {
    margin-left: 10px !important
}

.m-l-11 {
    margin-left: 11px !important
}

.m-l-12 {
    margin-left: 12px !important
}

.m-l-13 {
    margin-left: 13px !important
}

.m-l-14 {
    margin-left: 14px !important
}

.m-l-15 {
    margin-left: 15px !important
}

.m-l-16 {
    margin-left: 16px !important
}

.m-l-17 {
    margin-left: 17px !important
}

.m-l-18 {
    margin-left: 18px !important
}

.m-l-19 {
    margin-left: 19px !important
}

.m-l-20 {
    margin-left: 20px !important
}

.m-l-21 {
    margin-left: 21px !important
}

.m-l-22 {
    margin-left: 22px !important
}

.m-l-23 {
    margin-left: 23px !important
}

.m-l-24 {
    margin-left: 24px !important
}

.m-l-25 {
    margin-left: 25px !important
}

.m-l-26 {
    margin-left: 26px !important
}

.m-l-27 {
    margin-left: 27px !important
}

.m-l-28 {
    margin-left: 28px !important
}

.m-l-29 {
    margin-left: 29px !important
}

.m-l-30 {
    margin-left: 30px !important
}

.m-l-31 {
    margin-left: 31px !important
}

.m-l-32 {
    margin-left: 32px !important
}

.m-l-33 {
    margin-left: 33px !important
}

.m-l-34 {
    margin-left: 34px !important
}

.m-l-35 {
    margin-left: 35px !important
}

.m-l-36 {
    margin-left: 36px !important
}

.m-l-37 {
    margin-left: 37px !important
}

.m-l-38 {
    margin-left: 38px !important
}

.m-l-39 {
    margin-left: 39px !important
}

.m-l-40 {
    margin-left: 40px !important
}

.m-l-41 {
    margin-left: 4px !important
}

.m-l-42 {
    margin-left: 42px !important
}

.m-l-43 {
    margin-left: 43px !important
}

.m-l-44 {
    margin-left: 44px !important
}

.m-l-45 {
    margin-left: 45px !important
}

.m-l-46 {
    margin-left: 46px !important
}

.m-l-47 {
    margin-left: 47px !important
}

.m-l-48 {
    margin-left: 48px !important
}

.m-l-49 {
    margin-left: 49px !important
}

.m-l-50 {
    margin-left: 50px !important
}

.m-l-51 {
    margin-left: 51px !important
}

.m-l-52 {
    margin-left: 52px !important
}

.m-l-53 {
    margin-left: 53px !important
}

.m-l-54 {
    margin-left: 54px !important
}

.m-l-55 {
    margin-left: 55px !important
}

.m-l-56 {
    margin-left: 56px !important
}

.m-l-57 {
    margin-left: 57px !important
}

.m-l-58 {
    margin-left: 58px !important
}

.m-l-59 {
    margin-left: 59px !important
}

.m-l-60 {
    margin-left: 60px !important
}

.m-l-61 {
    margin-left: 61px !important
}

.m-l-62 {
    margin-left: 62px !important
}

.m-l-63 {
    margin-left: 63px !important
}

.m-l-64 {
    margin-left: 64px !important
}

.m-l-65 {
    margin-left: 65px !important
}

.m-l-66 {
    margin-left: 66px !important
}

.m-l-67 {
    margin-left: 67px !important
}

.m-l-68 {
    margin-left: 68px !important
}

.m-l-69 {
    margin-left: 69px !important
}

.m-l-70 {
    margin-left: 70px !important
}

.m-l-71 {
    margin-left: 71px !important
}

.m-l-72 {
    margin-left: 72px !important
}

.m-l-73 {
    margin-left: 73px !important
}

.m-l-74 {
    margin-left: 74px !important
}

.m-l-75 {
    margin-left: 75px !important
}

.m-l-76 {
    margin-left: 76px !important
}

.m-l-77 {
    margin-left: 77px !important
}

.m-l-78 {
    margin-left: 78px !important
}

.m-l-79 {
    margin-left: 79px !important
}

.m-l-80 {
    margin-left: 80px !important
}

.m-l-81 {
    margin-left: 81px !important
}

.m-l-82 {
    margin-left: 82px !important
}

.m-l-83 {
    margin-left: 83px !important
}

.m-l-84 {
    margin-left: 84px !important
}

.m-l-85 {
    margin-left: 85px !important
}

.m-l-86 {
    margin-left: 86px !important
}

.m-l-87 {
    margin-left: 87px !important
}

.m-l-88 {
    margin-left: 88px !important
}

.m-l-89 {
    margin-left: 89px !important
}

.m-l-90 {
    margin-left: 90px !important
}

.m-l-91 {
    margin-left: 91px !important
}

.m-l-92 {
    margin-left: 92px !important
}

.m-l-93 {
    margin-left: 93px !important
}

.m-l-94 {
    margin-left: 94px !important
}

.m-l-95 {
    margin-left: 95px !important
}

.m-l-96 {
    margin-left: 96px !important
}

.m-l-97 {
    margin-left: 97px !important
}

.m-l-98 {
    margin-left: 98px !important
}

.m-l-99 {
    margin-left: 99px !important
}

.m-l-100 {
    margin-left: 100px !important
}

.m-l-101 {
    margin-left: 101px !important
}

.m-l-102 {
    margin-left: 102px !important
}

.m-l-103 {
    margin-left: 103px !important
}

.m-l-104 {
    margin-left: 104px !important
}

.m-l-105 {
    margin-left: 105px !important
}

.m-l-106 {
    margin-left: 106px !important
}

.m-l-107 {
    margin-left: 107px !important
}

.m-l-108 {
    margin-left: 108px !important
}

.m-l-109 {
    margin-left: 109px !important
}

.m-l-110 {
    margin-left: 110px !important
}

.m-l-111 {
    margin-left: 111px !important
}

.m-l-112 {
    margin-left: 112px !important
}

.m-l-113 {
    margin-left: 113px !important
}

.m-l-114 {
    margin-left: 114px !important
}

.m-l-115 {
    margin-left: 115px !important
}

.m-l-116 {
    margin-left: 116px !important
}

.m-l-117 {
    margin-left: 117px !important
}

.m-l-118 {
    margin-left: 118px !important
}

.m-l-119 {
    margin-left: 119px !important
}

.m-l-120 {
    margin-left: 120px !important
}

.m-l-121 {
    margin-left: 121px !important
}

.m-l-122 {
    margin-left: 122px !important
}

.m-l-123 {
    margin-left: 123px !important
}

.m-l-124 {
    margin-left: 124px !important
}

.m-l-125 {
    margin-left: 125px !important
}

.m-l-126 {
    margin-left: 126px !important
}

.m-l-127 {
    margin-left: 127px !important
}

.m-l-128 {
    margin-left: 128px !important
}

.m-l-129 {
    margin-left: 129px !important
}

.m-l-130 {
    margin-left: 130px !important
}

.m-l-131 {
    margin-left: 131px !important
}

.m-l-132 {
    margin-left: 132px !important
}

.m-l-133 {
    margin-left: 133px !important
}

.m-l-134 {
    margin-left: 134px !important
}

.m-l-135 {
    margin-left: 135px !important
}

.m-l-136 {
    margin-left: 136px !important
}

.m-l-137 {
    margin-left: 137px !important
}

.m-l-138 {
    margin-left: 138px !important
}

.m-l-139 {
    margin-left: 139px !important
}

.m-l-140 {
    margin-left: 140px !important
}

.m-l-141 {
    margin-left: 141px !important
}

.m-l-142 {
    margin-left: 142px !important
}

.m-l-143 {
    margin-left: 143px !important
}

.m-l-144 {
    margin-left: 144px !important
}

.m-l-145 {
    margin-left: 145px !important
}

.m-l-146 {
    margin-left: 146px !important
}

.m-l-147 {
    margin-left: 147px !important
}

.m-l-148 {
    margin-left: 148px !important
}

.m-l-149 {
    margin-left: 149px !important
}

.m-l-150 {
    margin-left: 150px !important
}

.p-0 {
    padding: 0 !important
}

.p-5 {
    padding: 5px !important
}

.p-15 {
    padding: 15px !important
}

.p-20 {
    padding: 20px !important
}

.p-22 {
    padding: 22px !important
}

.p-17 {
    padding: 17px !important
}

.p-18 {
    padding: 18px !important
}

.p-30 {
    padding: 30px !important
}

.p-48 {
    padding: 48px !important
}

.p-t-0 {
    padding-top: 0 !important
}

.p-t-1 {
    padding-top: 1px !important
}

.p-t-2 {
    padding-top: 2px !important
}

.p-t-3 {
    padding-top: 3px !important
}

.p-t-4 {
    padding-top: 4px !important
}

.p-t-5 {
    padding-top: 5px !important
}

.p-t-6 {
    padding-top: 6px !important
}

.p-t-7 {
    padding-top: 7px !important
}

.p-t-8 {
    padding-top: 8px !important
}

.p-t-9 {
    padding-top: 9px !important
}

.p-t-10 {
    padding-top: 10px !important
}

.p-t-11 {
    padding-top: 11px !important
}

.p-t-12 {
    padding-top: 12px !important
}

.p-t-13 {
    padding-top: 13px !important
}

.p-t-14 {
    padding-top: 14px !important
}

.p-t-15 {
    padding-top: 15px !important
}

.p-t-16 {
    padding-top: 16px !important
}

.p-t-17 {
    padding-top: 17px !important
}

.p-t-18 {
    padding-top: 18px !important
}

.p-t-19 {
    padding-top: 19px !important
}

.p-t-20 {
    padding-top: 20px !important
}

.p-t-21 {
    padding-top: 21px !important
}

.p-t-22 {
    padding-top: 22px !important
}

.p-t-23 {
    padding-top: 23px !important
}

.p-t-24 {
    padding-top: 24px !important
}

.p-t-25 {
    padding-top: 25px !important
}

.p-t-26 {
    padding-top: 26px !important
}

.p-t-27 {
    padding-top: 27px !important
}

.p-t-28 {
    padding-top: 28px !important
}

.p-t-29 {
    padding-top: 29px !important
}

.p-t-30 {
    padding-top: 30px !important
}

.p-t-31 {
    padding-top: 31px !important
}

.p-t-32 {
    padding-top: 32px !important
}

.p-t-33 {
    padding-top: 33px !important
}

.p-t-34 {
    padding-top: 34px !important
}

.p-t-35 {
    padding-top: 35px !important
}

.p-t-36 {
    padding-top: 36px !important
}

.p-t-37 {
    padding-top: 37px !important
}

.p-t-38 {
    padding-top: 38px !important
}

.p-t-39 {
    padding-top: 39px !important
}

.p-t-40 {
    padding-top: 40px !important
}

.p-t-41 {
    padding-top: 4px !important
}

.p-t-42 {
    padding-top: 42px !important
}

.p-t-43 {
    padding-top: 43px !important
}

.p-t-44 {
    padding-top: 44px !important
}

.p-t-45 {
    padding-top: 45px !important
}

.p-t-46 {
    padding-top: 46px !important
}

.p-t-47 {
    padding-top: 47px !important
}

.p-t-48 {
    padding-top: 48px !important
}

.p-t-49 {
    padding-top: 49px !important
}

.p-t-50 {
    padding-top: 50px !important
}

.p-t-51 {
    padding-top: 51px !important
}

.p-t-52 {
    padding-top: 52px !important
}

.p-t-53 {
    padding-top: 53px !important
}

.p-t-54 {
    padding-top: 54px !important
}

.p-t-55 {
    padding-top: 55px !important
}

.p-t-56 {
    padding-top: 56px !important
}

.p-t-57 {
    padding-top: 57px !important
}

.p-t-58 {
    padding-top: 58px !important
}

.p-t-59 {
    padding-top: 59px !important
}

.p-t-60 {
    padding-top: 60px !important
}

.p-t-61 {
    padding-top: 61px !important
}

.p-t-62 {
    padding-top: 62px !important
}

.p-t-63 {
    padding-top: 63px !important
}

.p-t-64 {
    padding-top: 64px !important
}

.p-t-65 {
    padding-top: 65px !important
}

.p-t-66 {
    padding-top: 66px !important
}

.p-t-67 {
    padding-top: 67px !important
}

.p-t-68 {
    padding-top: 68px !important
}

.p-t-69 {
    padding-top: 69px !important
}

.p-t-70 {
    padding-top: 70px !important
}

.p-t-71 {
    padding-top: 71px !important
}

.p-t-72 {
    padding-top: 72px !important
}

.p-t-73 {
    padding-top: 73px !important
}

.p-t-74 {
    padding-top: 74px !important
}

.p-t-75 {
    padding-top: 75px !important
}

.p-t-76 {
    padding-top: 76px !important
}

.p-t-77 {
    padding-top: 77px !important
}

.p-t-78 {
    padding-top: 78px !important
}

.p-t-79 {
    padding-top: 79px !important
}

.p-t-80 {
    padding-top: 80px !important
}

.p-t-81 {
    padding-top: 81px !important
}

.p-t-82 {
    padding-top: 82px !important
}

.p-t-83 {
    padding-top: 83px !important
}

.p-t-84 {
    padding-top: 84px !important
}

.p-t-85 {
    padding-top: 85px !important
}

.p-t-86 {
    padding-top: 86px !important
}

.p-t-87 {
    padding-top: 87px !important
}

.p-t-88 {
    padding-top: 88px !important
}

.p-t-89 {
    padding-top: 89px !important
}

.p-t-90 {
    padding-top: 90px !important
}

.p-t-91 {
    padding-top: 91px !important
}

.p-t-92 {
    padding-top: 92px !important
}

.p-t-93 {
    padding-top: 93px !important
}

.p-t-94 {
    padding-top: 94px !important
}

.p-t-95 {
    padding-top: 95px !important
}

.p-t-96 {
    padding-top: 96px !important
}

.p-t-97 {
    padding-top: 97px !important
}

.p-t-98 {
    padding-top: 98px !important
}

.p-t-99 {
    padding-top: 99px !important
}

.p-t-100 {
    padding-top: 100px !important
}

.p-t-101 {
    padding-top: 101px !important
}

.p-t-102 {
    padding-top: 102px !important
}

.p-t-103 {
    padding-top: 103px !important
}

.p-t-104 {
    padding-top: 104px !important
}

.p-t-105 {
    padding-top: 105px !important
}

.p-t-106 {
    padding-top: 106px !important
}

.p-t-107 {
    padding-top: 107px !important
}

.p-t-108 {
    padding-top: 108px !important
}

.p-t-109 {
    padding-top: 109px !important
}

.p-t-110 {
    padding-top: 110px !important
}

.p-t-111 {
    padding-top: 111px !important
}

.p-t-112 {
    padding-top: 112px !important
}

.p-t-113 {
    padding-top: 113px !important
}

.p-t-114 {
    padding-top: 114px !important
}

.p-t-115 {
    padding-top: 115px !important
}

.p-t-116 {
    padding-top: 116px !important
}

.p-t-117 {
    padding-top: 117px !important
}

.p-t-118 {
    padding-top: 118px !important
}

.p-t-119 {
    padding-top: 119px !important
}

.p-t-120 {
    padding-top: 120px !important
}

.p-t-121 {
    padding-top: 121px !important
}

.p-t-122 {
    padding-top: 122px !important
}

.p-t-123 {
    padding-top: 123px !important
}

.p-t-124 {
    padding-top: 124px !important
}

.p-t-125 {
    padding-top: 125px !important
}

.p-t-126 {
    padding-top: 126px !important
}

.p-t-127 {
    padding-top: 127px !important
}

.p-t-128 {
    padding-top: 128px !important
}

.p-t-129 {
    padding-top: 129px !important
}

.p-t-130 {
    padding-top: 130px !important
}

.p-t-131 {
    padding-top: 131px !important
}

.p-t-132 {
    padding-top: 132px !important
}

.p-t-133 {
    padding-top: 133px !important
}

.p-t-134 {
    padding-top: 134px !important
}

.p-t-135 {
    padding-top: 135px !important
}

.p-t-136 {
    padding-top: 136px !important
}

.p-t-137 {
    padding-top: 137px !important
}

.p-t-138 {
    padding-top: 138px !important
}

.p-t-139 {
    padding-top: 139px !important
}

.p-t-140 {
    padding-top: 140px !important
}

.p-t-141 {
    padding-top: 141px !important
}

.p-t-142 {
    padding-top: 142px !important
}

.p-t-143 {
    padding-top: 143px !important
}

.p-t-144 {
    padding-top: 144px !important
}

.p-t-145 {
    padding-top: 145px !important
}

.p-t-146 {
    padding-top: 146px !important
}

.p-t-147 {
    padding-top: 147px !important
}

.p-t-148 {
    padding-top: 148px !important
}

.p-t-149 {
    padding-top: 149px !important
}

.p-t-150 {
    padding-top: 150px !important
}

.p-r-0 {
    padding-right: 0 !important
}

.p-r-1 {
    padding-right: 1px !important
}

.p-r-2 {
    padding-right: 2px !important
}

.p-r-3 {
    padding-right: 3px !important
}

.p-r-4 {
    padding-right: 4px !important
}

.p-r-5 {
    padding-right: 5px !important
}

.p-r-6 {
    padding-right: 6px !important
}

.p-r-7 {
    padding-right: 7px !important
}

.p-r-8 {
    padding-right: 8px !important
}

.p-r-9 {
    padding-right: 9px !important
}

.p-r-10 {
    padding-right: 10px !important
}

.p-r-11 {
    padding-right: 11px !important
}

.p-r-12 {
    padding-right: 12px !important
}

.p-r-13 {
    padding-right: 13px !important
}

.p-r-14 {
    padding-right: 14px !important
}

.p-r-15 {
    padding-right: 15px !important
}

.p-r-16 {
    padding-right: 16px !important
}

.p-r-17 {
    padding-right: 17px !important
}

.p-r-18 {
    padding-right: 18px !important
}

.p-r-19 {
    padding-right: 19px !important
}

.p-r-20 {
    padding-right: 20px !important
}

.p-r-21 {
    padding-right: 21px !important
}

.p-r-22 {
    padding-right: 22px !important
}

.p-r-23 {
    padding-right: 23px !important
}

.p-r-24 {
    padding-right: 24px !important
}

.p-r-25 {
    padding-right: 25px !important
}

.p-r-26 {
    padding-right: 26px !important
}

.p-r-27 {
    padding-right: 27px !important
}

.p-r-28 {
    padding-right: 28px !important
}

.p-r-29 {
    padding-right: 29px !important
}

.p-r-30 {
    padding-right: 30px !important
}

.p-r-31 {
    padding-right: 31px !important
}

.p-r-32 {
    padding-right: 32px !important
}

.p-r-33 {
    padding-right: 33px !important
}

.p-r-34 {
    padding-right: 34px !important
}

.p-r-35 {
    padding-right: 35px !important
}

.p-r-36 {
    padding-right: 36px !important
}

.p-r-37 {
    padding-right: 37px !important
}

.p-r-38 {
    padding-right: 38px !important
}

.p-r-39 {
    padding-right: 39px !important
}

.p-r-40 {
    padding-right: 40px !important
}

.p-r-41 {
    padding-right: 4px !important
}

.p-r-42 {
    padding-right: 42px !important
}

.p-r-43 {
    padding-right: 43px !important
}

.p-r-44 {
    padding-right: 44px !important
}

.p-r-45 {
    padding-right: 45px !important
}

.p-r-46 {
    padding-right: 46px !important
}

.p-r-47 {
    padding-right: 47px !important
}

.p-r-48 {
    padding-right: 48px !important
}

.p-r-49 {
    padding-right: 49px !important
}

.p-r-50 {
    padding-right: 50px !important
}

.p-r-51 {
    padding-right: 51px !important
}

.p-r-52 {
    padding-right: 52px !important
}

.p-r-53 {
    padding-right: 53px !important
}

.p-r-54 {
    padding-right: 54px !important
}

.p-r-55 {
    padding-right: 55px !important
}

.p-r-56 {
    padding-right: 56px !important
}

.p-r-57 {
    padding-right: 57px !important
}

.p-r-58 {
    padding-right: 58px !important
}

.p-r-59 {
    padding-right: 59px !important
}

.p-r-60 {
    padding-right: 60px !important
}

.p-r-61 {
    padding-right: 61px !important
}

.p-r-62 {
    padding-right: 62px !important
}

.p-r-63 {
    padding-right: 63px !important
}

.p-r-64 {
    padding-right: 64px !important
}

.p-r-65 {
    padding-right: 65px !important
}

.p-r-66 {
    padding-right: 66px !important
}

.p-r-67 {
    padding-right: 67px !important
}

.p-r-68 {
    padding-right: 68px !important
}

.p-r-69 {
    padding-right: 69px !important
}

.p-r-70 {
    padding-right: 70px !important
}

.p-r-71 {
    padding-right: 71px !important
}

.p-r-72 {
    padding-right: 72px !important
}

.p-r-73 {
    padding-right: 73px !important
}

.p-r-74 {
    padding-right: 74px !important
}

.p-r-75 {
    padding-right: 75px !important
}

.p-r-76 {
    padding-right: 76px !important
}

.p-r-77 {
    padding-right: 77px !important
}

.p-r-78 {
    padding-right: 78px !important
}

.p-r-79 {
    padding-right: 79px !important
}

.p-r-80 {
    padding-right: 80px !important
}

.p-r-81 {
    padding-right: 81px !important
}

.p-r-82 {
    padding-right: 82px !important
}

.p-r-83 {
    padding-right: 83px !important
}

.p-r-84 {
    padding-right: 84px !important
}

.p-r-85 {
    padding-right: 85px !important
}

.p-r-86 {
    padding-right: 86px !important
}

.p-r-87 {
    padding-right: 87px !important
}

.p-r-88 {
    padding-right: 88px !important
}

.p-r-89 {
    padding-right: 89px !important
}

.p-r-90 {
    padding-right: 90px !important
}

.p-r-91 {
    padding-right: 91px !important
}

.p-r-92 {
    padding-right: 92px !important
}

.p-r-93 {
    padding-right: 93px !important
}

.p-r-94 {
    padding-right: 94px !important
}

.p-r-95 {
    padding-right: 95px !important
}

.p-r-96 {
    padding-right: 96px !important
}

.p-r-97 {
    padding-right: 97px !important
}

.p-r-98 {
    padding-right: 98px !important
}

.p-r-99 {
    padding-right: 99px !important
}

.p-r-100 {
    padding-right: 100px !important
}

.p-r-101 {
    padding-right: 101px !important
}

.p-r-102 {
    padding-right: 102px !important
}

.p-r-103 {
    padding-right: 103px !important
}

.p-r-104 {
    padding-right: 104px !important
}

.p-r-105 {
    padding-right: 105px !important
}

.p-r-106 {
    padding-right: 106px !important
}

.p-r-107 {
    padding-right: 107px !important
}

.p-r-108 {
    padding-right: 108px !important
}

.p-r-109 {
    padding-right: 109px !important
}

.p-r-110 {
    padding-right: 110px !important
}

.p-r-111 {
    padding-right: 111px !important
}

.p-r-112 {
    padding-right: 112px !important
}

.p-r-113 {
    padding-right: 113px !important
}

.p-r-114 {
    padding-right: 114px !important
}

.p-r-115 {
    padding-right: 115px !important
}

.p-r-116 {
    padding-right: 116px !important
}

.p-r-117 {
    padding-right: 117px !important
}

.p-r-118 {
    padding-right: 118px !important
}

.p-r-119 {
    padding-right: 119px !important
}

.p-r-120 {
    padding-right: 120px !important
}

.p-r-121 {
    padding-right: 121px !important
}

.p-r-122 {
    padding-right: 122px !important
}

.p-r-123 {
    padding-right: 123px !important
}

.p-r-124 {
    padding-right: 124px !important
}

.p-r-125 {
    padding-right: 125px !important
}

.p-r-126 {
    padding-right: 126px !important
}

.p-r-127 {
    padding-right: 127px !important
}

.p-r-128 {
    padding-right: 128px !important
}

.p-r-129 {
    padding-right: 129px !important
}

.p-r-130 {
    padding-right: 130px !important
}

.p-r-131 {
    padding-right: 131px !important
}

.p-r-132 {
    padding-right: 132px !important
}

.p-r-133 {
    padding-right: 133px !important
}

.p-r-134 {
    padding-right: 134px !important
}

.p-r-135 {
    padding-right: 135px !important
}

.p-r-136 {
    padding-right: 136px !important
}

.p-r-137 {
    padding-right: 137px !important
}

.p-r-138 {
    padding-right: 138px !important
}

.p-r-139 {
    padding-right: 139px !important
}

.p-r-140 {
    padding-right: 140px !important
}

.p-r-141 {
    padding-right: 141px !important
}

.p-r-142 {
    padding-right: 142px !important
}

.p-r-143 {
    padding-right: 143px !important
}

.p-r-144 {
    padding-right: 144px !important
}

.p-r-145 {
    padding-right: 145px !important
}

.p-r-146 {
    padding-right: 146px !important
}

.p-r-147 {
    padding-right: 147px !important
}

.p-r-148 {
    padding-right: 148px !important
}

.p-r-149 {
    padding-right: 149px !important
}

.p-r-150 {
    padding-right: 150px !important
}

.p-b-0 {
    padding-bottom: 0 !important
}

.p-b-1 {
    padding-bottom: 1px !important
}

.p-b-2 {
    padding-bottom: 2px !important
}

.p-b-3 {
    padding-bottom: 3px !important
}

.p-b-4 {
    padding-bottom: 4px !important
}

.p-b-5 {
    padding-bottom: 5px !important
}

.p-b-6 {
    padding-bottom: 6px !important
}

.p-b-7 {
    padding-bottom: 7px !important
}

.p-b-8 {
    padding-bottom: 8px !important
}

.p-b-9 {
    padding-bottom: 9px !important
}

.p-b-10 {
    padding-bottom: 10px !important
}

.p-b-11 {
    padding-bottom: 11px !important
}

.p-b-12 {
    padding-bottom: 12px !important
}

.p-b-13 {
    padding-bottom: 13px !important
}

.p-b-14 {
    padding-bottom: 14px !important
}

.p-b-15 {
    padding-bottom: 15px !important
}

.p-b-16 {
    padding-bottom: 16px !important
}

.p-b-17 {
    padding-bottom: 17px !important
}

.p-b-18 {
    padding-bottom: 18px !important
}

.p-b-19 {
    padding-bottom: 19px !important
}

.p-b-20 {
    padding-bottom: 20px !important
}

.p-b-21 {
    padding-bottom: 21px !important
}

.p-b-22 {
    padding-bottom: 22px !important
}

.p-b-23 {
    padding-bottom: 23px !important
}

.p-b-24 {
    padding-bottom: 24px !important
}

.p-b-25 {
    padding-bottom: 25px !important
}

.p-b-26 {
    padding-bottom: 26px !important
}

.p-b-27 {
    padding-bottom: 27px !important
}

.p-b-28 {
    padding-bottom: 28px !important
}

.p-b-29 {
    padding-bottom: 29px !important
}

.p-b-30 {
    padding-bottom: 30px !important
}

.p-b-31 {
    padding-bottom: 31px !important
}

.p-b-32 {
    padding-bottom: 32px !important
}

.p-b-33 {
    padding-bottom: 33px !important
}

.p-b-34 {
    padding-bottom: 34px !important
}

.p-b-35 {
    padding-bottom: 35px !important
}

.p-b-36 {
    padding-bottom: 36px !important
}

.p-b-37 {
    padding-bottom: 37px !important
}

.p-b-38 {
    padding-bottom: 38px !important
}

.p-b-39 {
    padding-bottom: 39px !important
}

.p-b-40 {
    padding-bottom: 40px !important
}

.p-b-41 {
    padding-bottom: 4px !important
}

.p-b-42 {
    padding-bottom: 42px !important
}

.p-b-43 {
    padding-bottom: 43px !important
}

.p-b-44 {
    padding-bottom: 44px !important
}

.p-b-45 {
    padding-bottom: 45px !important
}

.p-b-46 {
    padding-bottom: 46px !important
}

.p-b-47 {
    padding-bottom: 47px !important
}

.p-b-48 {
    padding-bottom: 48px !important
}

.p-b-49 {
    padding-bottom: 49px !important
}

.p-b-50 {
    padding-bottom: 50px !important
}

.p-b-51 {
    padding-bottom: 51px !important
}

.p-b-52 {
    padding-bottom: 52px !important
}

.p-b-53 {
    padding-bottom: 53px !important
}

.p-b-54 {
    padding-bottom: 54px !important
}

.p-b-55 {
    padding-bottom: 55px !important
}

.p-b-56 {
    padding-bottom: 56px !important
}

.p-b-57 {
    padding-bottom: 57px !important
}

.p-b-58 {
    padding-bottom: 58px !important
}

.p-b-59 {
    padding-bottom: 59px !important
}

.p-b-60 {
    padding-bottom: 60px !important
}

.p-b-61 {
    padding-bottom: 61px !important
}

.p-b-62 {
    padding-bottom: 62px !important
}

.p-b-63 {
    padding-bottom: 63px !important
}

.p-b-64 {
    padding-bottom: 64px !important
}

.p-b-65 {
    padding-bottom: 65px !important
}

.p-b-66 {
    padding-bottom: 66px !important
}

.p-b-67 {
    padding-bottom: 67px !important
}

.p-b-68 {
    padding-bottom: 68px !important
}

.p-b-69 {
    padding-bottom: 69px !important
}

.p-b-70 {
    padding-bottom: 70px !important
}

.p-b-71 {
    padding-bottom: 71px !important
}

.p-b-72 {
    padding-bottom: 72px !important
}

.p-b-73 {
    padding-bottom: 73px !important
}

.p-b-74 {
    padding-bottom: 74px !important
}

.p-b-75 {
    padding-bottom: 75px !important
}

.p-b-76 {
    padding-bottom: 76px !important
}

.p-b-77 {
    padding-bottom: 77px !important
}

.p-b-78 {
    padding-bottom: 78px !important
}

.p-b-79 {
    padding-bottom: 79px !important
}

.p-b-80 {
    padding-bottom: 80px !important
}

.p-b-81 {
    padding-bottom: 81px !important
}

.p-b-82 {
    padding-bottom: 82px !important
}

.p-b-83 {
    padding-bottom: 83px !important
}

.p-b-84 {
    padding-bottom: 84px !important
}

.p-b-85 {
    padding-bottom: 85px !important
}

.p-b-86 {
    padding-bottom: 86px !important
}

.p-b-87 {
    padding-bottom: 87px !important
}

.p-b-88 {
    padding-bottom: 88px !important
}

.p-b-89 {
    padding-bottom: 89px !important
}

.p-b-90 {
    padding-bottom: 90px !important
}

.p-b-91 {
    padding-bottom: 91px !important
}

.p-b-92 {
    padding-bottom: 92px !important
}

.p-b-93 {
    padding-bottom: 93px !important
}

.p-b-94 {
    padding-bottom: 94px !important
}

.p-b-95 {
    padding-bottom: 95px !important
}

.p-b-96 {
    padding-bottom: 96px !important
}

.p-b-97 {
    padding-bottom: 97px !important
}

.p-b-98 {
    padding-bottom: 98px !important
}

.p-b-99 {
    padding-bottom: 99px !important
}

.p-b-100 {
    padding-bottom: 100px !important
}

.p-b-101 {
    padding-bottom: 101px !important
}

.p-b-102 {
    padding-bottom: 102px !important
}

.p-b-103 {
    padding-bottom: 103px !important
}

.p-b-104 {
    padding-bottom: 104px !important
}

.p-b-105 {
    padding-bottom: 105px !important
}

.p-b-106 {
    padding-bottom: 106px !important
}

.p-b-107 {
    padding-bottom: 107px !important
}

.p-b-108 {
    padding-bottom: 108px !important
}

.p-b-109 {
    padding-bottom: 109px !important
}

.p-b-110 {
    padding-bottom: 110px !important
}

.p-b-111 {
    padding-bottom: 111px !important
}

.p-b-112 {
    padding-bottom: 112px !important
}

.p-b-113 {
    padding-bottom: 113px !important
}

.p-b-114 {
    padding-bottom: 114px !important
}

.p-b-115 {
    padding-bottom: 115px !important
}

.p-b-116 {
    padding-bottom: 116px !important
}

.p-b-117 {
    padding-bottom: 117px !important
}

.p-b-118 {
    padding-bottom: 118px !important
}

.p-b-119 {
    padding-bottom: 119px !important
}

.p-b-120 {
    padding-bottom: 120px !important
}

.p-b-121 {
    padding-bottom: 121px !important
}

.p-b-122 {
    padding-bottom: 122px !important
}

.p-b-123 {
    padding-bottom: 123px !important
}

.p-b-124 {
    padding-bottom: 124px !important
}

.p-b-125 {
    padding-bottom: 125px !important
}

.p-b-126 {
    padding-bottom: 126px !important
}

.p-b-127 {
    padding-bottom: 127px !important
}

.p-b-128 {
    padding-bottom: 128px !important
}

.p-b-129 {
    padding-bottom: 129px !important
}

.p-b-130 {
    padding-bottom: 130px !important
}

.p-b-131 {
    padding-bottom: 131px !important
}

.p-b-132 {
    padding-bottom: 132px !important
}

.p-b-133 {
    padding-bottom: 133px !important
}

.p-b-134 {
    padding-bottom: 134px !important
}

.p-b-135 {
    padding-bottom: 135px !important
}

.p-b-136 {
    padding-bottom: 136px !important
}

.p-b-137 {
    padding-bottom: 137px !important
}

.p-b-138 {
    padding-bottom: 138px !important
}

.p-b-139 {
    padding-bottom: 139px !important
}

.p-b-140 {
    padding-bottom: 140px !important
}

.p-b-141 {
    padding-bottom: 141px !important
}

.p-b-142 {
    padding-bottom: 142px !important
}

.p-b-143 {
    padding-bottom: 143px !important
}

.p-b-144 {
    padding-bottom: 144px !important
}

.p-b-145 {
    padding-bottom: 145px !important
}

.p-b-146 {
    padding-bottom: 146px !important
}

.p-b-147 {
    padding-bottom: 147px !important
}

.p-b-148 {
    padding-bottom: 148px !important
}

.p-b-149 {
    padding-bottom: 149px !important
}

.p-b-150 {
    padding-bottom: 150px !important
}

.p-l-0 {
    padding-left: 0 !important
}

.p-l-1 {
    padding-left: 1px !important
}

.p-l-2 {
    padding-left: 2px !important
}

.p-l-3 {
    padding-left: 3px !important
}

.p-l-4 {
    padding-left: 4px !important
}

.p-l-5 {
    padding-left: 5px !important
}

.p-l-6 {
    padding-left: 6px !important
}

.p-l-7 {
    padding-left: 7px !important
}

.p-l-8 {
    padding-left: 8px !important
}

.p-l-9 {
    padding-left: 9px !important
}

.p-l-10 {
    padding-left: 10px !important
}

.p-l-11 {
    padding-left: 11px !important
}

.p-l-12 {
    padding-left: 12px !important
}

.p-l-13 {
    padding-left: 13px !important
}

.p-l-14 {
    padding-left: 14px !important
}

.p-l-15 {
    padding-left: 15px !important
}

.p-l-16 {
    padding-left: 16px !important
}

.p-l-17 {
    padding-left: 17px !important
}

.p-l-18 {
    padding-left: 18px !important
}

.p-l-19 {
    padding-left: 19px !important
}

.p-l-20 {
    padding-left: 20px !important
}

.p-l-21 {
    padding-left: 21px !important
}

.p-l-22 {
    padding-left: 22px !important
}

.p-l-23 {
    padding-left: 23px !important
}

.p-l-24 {
    padding-left: 24px !important
}

.p-l-25 {
    padding-left: 25px !important
}

.p-l-26 {
    padding-left: 26px !important
}

.p-l-27 {
    padding-left: 27px !important
}

.p-l-28 {
    padding-left: 28px !important
}

.p-l-29 {
    padding-left: 29px !important
}

.p-l-30 {
    padding-left: 30px !important
}

.p-l-31 {
    padding-left: 31px !important
}

.p-l-32 {
    padding-left: 32px !important
}

.p-l-33 {
    padding-left: 33px !important
}

.p-l-34 {
    padding-left: 34px !important
}

.p-l-35 {
    padding-left: 35px !important
}

.p-l-36 {
    padding-left: 36px !important
}

.p-l-37 {
    padding-left: 37px !important
}

.p-l-38 {
    padding-left: 38px !important
}

.p-l-39 {
    padding-left: 39px !important
}

.p-l-40 {
    padding-left: 40px !important
}

.p-l-41 {
    padding-left: 4px !important
}

.p-l-42 {
    padding-left: 42px !important
}

.p-l-43 {
    padding-left: 43px !important
}

.p-l-44 {
    padding-left: 44px !important
}

.p-l-45 {
    padding-left: 45px !important
}

.p-l-46 {
    padding-left: 46px !important
}

.p-l-47 {
    padding-left: 47px !important
}

.p-l-48 {
    padding-left: 48px !important
}

.p-l-49 {
    padding-left: 49px !important
}

.p-l-50 {
    padding-left: 50px !important
}

.p-l-51 {
    padding-left: 51px !important
}

.p-l-52 {
    padding-left: 52px !important
}

.p-l-53 {
    padding-left: 53px !important
}

.p-l-54 {
    padding-left: 54px !important
}

.p-l-55 {
    padding-left: 55px !important
}

.p-l-56 {
    padding-left: 56px !important
}

.p-l-57 {
    padding-left: 57px !important
}

.p-l-58 {
    padding-left: 58px !important
}

.p-l-59 {
    padding-left: 59px !important
}

.p-l-60 {
    padding-left: 60px !important
}

.p-l-61 {
    padding-left: 61px !important
}

.p-l-62 {
    padding-left: 62px !important
}

.p-l-63 {
    padding-left: 63px !important
}

.p-l-64 {
    padding-left: 64px !important
}

.p-l-65 {
    padding-left: 65px !important
}

.p-l-66 {
    padding-left: 66px !important
}

.p-l-67 {
    padding-left: 67px !important
}

.p-l-68 {
    padding-left: 68px !important
}

.p-l-69 {
    padding-left: 69px !important
}

.p-l-70 {
    padding-left: 70px !important
}

.p-l-71 {
    padding-left: 71px !important
}

.p-l-72 {
    padding-left: 72px !important
}

.p-l-73 {
    padding-left: 73px !important
}

.p-l-74 {
    padding-left: 74px !important
}

.p-l-75 {
    padding-left: 75px !important
}

.p-l-76 {
    padding-left: 76px !important
}

.p-l-77 {
    padding-left: 77px !important
}

.p-l-78 {
    padding-left: 78px !important
}

.p-l-79 {
    padding-left: 79px !important
}

.p-l-80 {
    padding-left: 80px !important
}

.p-l-81 {
    padding-left: 81px !important
}

.p-l-82 {
    padding-left: 82px !important
}

.p-l-83 {
    padding-left: 83px !important
}

.p-l-84 {
    padding-left: 84px !important
}

.p-l-85 {
    padding-left: 85px !important
}

.p-l-86 {
    padding-left: 86px !important
}

.p-l-87 {
    padding-left: 87px !important
}

.p-l-88 {
    padding-left: 88px !important
}

.p-l-89 {
    padding-left: 89px !important
}

.p-l-90 {
    padding-left: 90px !important
}

.p-l-91 {
    padding-left: 91px !important
}

.p-l-92 {
    padding-left: 92px !important
}

.p-l-93 {
    padding-left: 93px !important
}

.p-l-94 {
    padding-left: 94px !important
}

.p-l-95 {
    padding-left: 95px !important
}

.p-l-96 {
    padding-left: 96px !important
}

.p-l-97 {
    padding-left: 97px !important
}

.p-l-98 {
    padding-left: 98px !important
}

.p-l-99 {
    padding-left: 99px !important
}

.p-l-100 {
    padding-left: 100px !important
}

.p-l-101 {
    padding-left: 101px !important
}

.p-l-102 {
    padding-left: 102px !important
}

.p-l-103 {
    padding-left: 103px !important
}

.p-l-104 {
    padding-left: 104px !important
}

.p-l-105 {
    padding-left: 105px !important
}

.p-l-106 {
    padding-left: 106px !important
}

.p-l-107 {
    padding-left: 107px !important
}

.p-l-108 {
    padding-left: 108px !important
}

.p-l-109 {
    padding-left: 109px !important
}

.p-l-110 {
    padding-left: 110px !important
}

.p-l-111 {
    padding-left: 111px !important
}

.p-l-112 {
    padding-left: 112px !important
}

.p-l-113 {
    padding-left: 113px !important
}

.p-l-114 {
    padding-left: 114px !important
}

.p-l-115 {
    padding-left: 115px !important
}

.p-l-116 {
    padding-left: 116px !important
}

.p-l-117 {
    padding-left: 117px !important
}

.p-l-118 {
    padding-left: 118px !important
}

.p-l-119 {
    padding-left: 119px !important
}

.p-l-120 {
    padding-left: 120px !important
}

.p-l-121 {
    padding-left: 121px !important
}

.p-l-122 {
    padding-left: 122px !important
}

.p-l-123 {
    padding-left: 123px !important
}

.p-l-124 {
    padding-left: 124px !important
}

.p-l-125 {
    padding-left: 125px !important
}

.p-l-126 {
    padding-left: 126px !important
}

.p-l-127 {
    padding-left: 127px !important
}

.p-l-128 {
    padding-left: 128px !important
}

.p-l-129 {
    padding-left: 129px !important
}

.p-l-130 {
    padding-left: 130px !important
}

.p-l-131 {
    padding-left: 131px !important
}

.p-l-132 {
    padding-left: 132px !important
}

.p-l-133 {
    padding-left: 133px !important
}

.p-l-134 {
    padding-left: 134px !important
}

.p-l-135 {
    padding-left: 135px !important
}

.p-l-136 {
    padding-left: 136px !important
}

.p-l-137 {
    padding-left: 137px !important
}

.p-l-138 {
    padding-left: 138px !important
}

.p-l-139 {
    padding-left: 139px !important
}

.p-l-140 {
    padding-left: 140px !important
}

.p-l-141 {
    padding-left: 141px !important
}

.p-l-142 {
    padding-left: 142px !important
}

.p-l-143 {
    padding-left: 143px !important
}

.p-l-144 {
    padding-left: 144px !important
}

.p-l-145 {
    padding-left: 145px !important
}

.p-l-146 {
    padding-left: 146px !important
}

.p-l-147 {
    padding-left: 147px !important
}

.p-l-148 {
    padding-left: 148px !important
}

.p-l-149 {
    padding-left: 149px !important
}

.p-l-150 {
    padding-left: 150px !important
}

.w-5pc {
    width: 5% !important
}

.w-10pc {
    width: 10% !important
}

.w-15pc {
    width: 15% !important
}

.w-20pc {
    width: 20% !important
}

.w-25pc {
    width: 25% !important
}

.w-30pc {
    width: 30% !important
}

.w-35pc {
    width: 35% !important
}

.w-40pc {
    width: 40% !important
}

.w-45pc {
    width: 45% !important
}

.w-50pc {
    width: 50% !important
}

.w-55pc {
    width: 55% !important
}

.w-60pc {
    width: 60% !important
}

.w-65pc {
    width: 65% !important
}

.w-70pc {
    width: 70% !important
}

.w-75pc {
    width: 75% !important
}

.w-80pc {
    width: 80% !important
}

.w-85pc {
    width: 85% !important
}

.w-90pc {
    width: 90% !important
}

.w-95pc {
    width: 95% !important
}

.w-100pc {
    width: 100% !important
}

.h-5pc {
    height: 5% !important
}

.h-10pc {
    height: 10% !important
}

.h-15pc {
    height: 15% !important
}

.h-20pc {
    height: 20% !important
}

.h-25pc {
    height: 25% !important
}

.h-30pc {
    height: 30% !important
}

.h-35pc {
    height: 35% !important
}

.h-40pc {
    height: 40% !important
}

.h-45pc {
    height: 45% !important
}

.h-50pc {
    height: 50% !important
}

.h-55pc {
    height: 55% !important
}

.h-60pc {
    height: 60% !important
}

.h-65pc {
    height: 65% !important
}

.h-70pc {
    height: 70% !important
}

.h-75pc {
    height: 75% !important
}

.h-80pc {
    height: 80% !important
}

.h-85pc {
    height: 85% !important
}

.h-90pc {
    height: 90% !important
}

.h-95pc {
    height: 95% !important
}

.h-100pc {
    height: 100% !important
}

.h-0px {
    height: 0 !important
}

.h-1px {
    height: 1px !important
}

.h-2px {
    height: 2px !important
}

.h-3px {
    height: 3px !important
}

.h-4px {
    height: 4px !important
}

.h-5px {
    height: 5px !important
}

.h-6px {
    height: 6px !important
}

.h-7px {
    height: 7px !important
}

.h-8px {
    height: 8px !important
}

.h-9px {
    height: 9px !important
}

.h-10px {
    height: 10px !important
}

.h-11px {
    height: 11px !important
}

.h-12px {
    height: 12px !important
}

.h-13px {
    height: 13px !important
}

.h-14px {
    height: 14px !important
}

.h-15px {
    height: 15px !important
}

.h-16px {
    height: 16px !important
}

.h-17px {
    height: 17px !important
}

.h-18px {
    height: 18px !important
}

.h-19px {
    height: 19px !important
}

.h-20px {
    height: 20px !important
}

.h-21px {
    height: 21px !important
}

.h-22px {
    height: 22px !important
}

.h-23px {
    height: 23px !important
}

.h-24px {
    height: 24px !important
}

.h-25px {
    height: 25px !important
}

.h-26px {
    height: 26px !important
}

.h-27px {
    height: 27px !important
}

.h-28px {
    height: 28px !important
}

.h-29px {
    height: 29px !important
}

.h-30px {
    height: 30px !important
}

.h-31px {
    height: 31px !important
}

.h-32px {
    height: 32px !important
}

.h-33px {
    height: 33px !important
}

.h-34px {
    height: 34px !important
}

.h-35px {
    height: 35px !important
}

.h-36px {
    height: 36px !important
}

.h-37px {
    height: 37px !important
}

.h-38px {
    height: 38px !important
}

.h-39px {
    height: 39px !important
}

.h-40px {
    height: 40px !important
}

.h-41px {
    height: 41px !important
}

.h-42px {
    height: 42px !important
}

.h-43px {
    height: 43px !important
}

.h-44px {
    height: 44px !important
}

.h-45px {
    height: 45px !important
}

.h-46px {
    height: 46px !important
}

.h-47px {
    height: 47px !important
}

.h-48px {
    height: 48px !important
}

.h-49px {
    height: 49px !important
}

.h-50px {
    height: 50px !important
}

.w-0px {
    width: 0 !important
}

.w-1px {
    width: 1px !important
}

.w-2px {
    width: 2px !important
}

.w-3px {
    width: 3px !important
}

.w-4px {
    width: 4px !important
}

.w-5px {
    width: 5px !important
}

.w-6px {
    width: 6px !important
}

.w-7px {
    width: 7px !important
}

.w-8px {
    width: 8px !important
}

.w-9px {
    width: 9px !important
}

.w-10px {
    width: 10px !important
}

.w-11px {
    width: 11px !important
}

.w-12px {
    width: 12px !important
}

.w-13px {
    width: 13px !important
}

.w-14px {
    width: 14px !important
}

.w-15px {
    width: 15px !important
}

.w-16px {
    width: 16px !important
}

.w-17px {
    width: 17px !important
}

.w-18px {
    width: 18px !important
}

.w-19px {
    width: 19px !important
}

.w-20px {
    width: 20px !important
}

.w-21px {
    width: 21px !important
}

.w-22px {
    width: 22px !important
}

.w-23px {
    width: 23px !important
}

.w-24px {
    width: 24px !important
}

.w-25px {
    width: 25px !important
}

.w-26px {
    width: 26px !important
}

.w-27px {
    width: 27px !important
}

.w-28px {
    width: 28px !important
}

.w-29px {
    width: 29px !important
}

.w-30px {
    width: 30px !important
}

.w-31px {
    width: 31px !important
}

.w-32px {
    width: 32px !important
}

.w-33px {
    width: 33px !important
}

.w-34px {
    width: 34px !important
}

.w-35px {
    width: 35px !important
}

.w-36px {
    width: 36px !important
}

.w-37px {
    width: 37px !important
}

.w-38px {
    width: 38px !important
}

.w-39px {
    width: 39px !important
}

.w-40px {
    width: 40px !important
}

.w-41px {
    width: 41px !important
}

.w-42px {
    width: 42px !important
}

.w-43px {
    width: 43px !important
}

.w-44px {
    width: 44px !important
}

.w-45px {
    width: 45px !important
}

.w-46px {
    width: 46px !important
}

.w-47px {
    width: 47px !important
}

.w-48px {
    width: 48px !important
}

.w-49px {
    width: 49px !important
}

.w-50px {
    width: 50px !important
}

.top-0 {
    top: 0
}

.top-1 {
    top: 1px
}

.top-2 {
    top: 2px
}

.top-3 {
    top: 3px
}

.top-4 {
    top: 4px
}

.top-5 {
    top: 5px
}

.top-6 {
    top: 6px
}

.top-7 {
    top: 7px
}

.top-8 {
    top: 8px
}

.top-9 {
    top: 9px
}

.top-10 {
    top: 10px
}

.top-11 {
    top: 11px
}

.top-12 {
    top: 12px
}

.top-13 {
    top: 13px
}

.top-14 {
    top: 14px
}

.top-15 {
    top: 15px
}

.top-16 {
    top: 16px
}

.top-17 {
    top: 17px
}

.top-18 {
    top: 18px
}

.top-19 {
    top: 19px
}

.top-20 {
    top: 20px
}

.top-21 {
    top: 21px
}

.top-22 {
    top: 22px
}

.top-23 {
    top: 23px
}

.top-24 {
    top: 24px
}

.top-25 {
    top: 25px
}

.top-26 {
    top: 26px
}

.top-27 {
    top: 27px
}

.top-28 {
    top: 28px
}

.top-29 {
    top: 29px
}

.top-30 {
    top: 30px
}

.top-31 {
    top: 31px
}

.top-32 {
    top: 32px
}

.top-33 {
    top: 33px
}

.top-34 {
    top: 34px
}

.top-35 {
    top: 35px
}

.top-36 {
    top: 36px
}

.top-37 {
    top: 37px
}

.top-38 {
    top: 38px
}

.top-39 {
    top: 39px
}

.top-40 {
    top: 40px
}

.top-41 {
    top: 41px
}

.top-42 {
    top: 42px
}

.top-43 {
    top: 43px
}

.top-44 {
    top: 44px
}

.top-45 {
    top: 45px
}

.top-46 {
    top: 46px
}

.top-47 {
    top: 47px
}

.top-48 {
    top: 48px
}

.top-49 {
    top: 49px
}

.top-50 {
    top: 50px
}

.bottom-0 {
    bottom: 0
}

.bottom-1 {
    bottom: 1px
}

.bottom-2 {
    bottom: 2px
}

.bottom-3 {
    bottom: 3px
}

.bottom-4 {
    bottom: 4px
}

.bottom-5 {
    bottom: 5px
}

.bottom-6 {
    bottom: 6px
}

.bottom-7 {
    bottom: 7px
}

.bottom-8 {
    bottom: 8px
}

.bottom-9 {
    bottom: 9px
}

.bottom-10 {
    bottom: 10px
}

.bottom-11 {
    bottom: 11px
}

.bottom-12 {
    bottom: 12px
}

.bottom-13 {
    bottom: 13px
}

.bottom-14 {
    bottom: 14px
}

.bottom-15 {
    bottom: 15px
}

.bottom-16 {
    bottom: 16px
}

.bottom-17 {
    bottom: 17px
}

.bottom-18 {
    bottom: 18px
}

.bottom-19 {
    bottom: 19px
}

.bottom-20 {
    bottom: 20px
}

.bottom-21 {
    bottom: 21px
}

.bottom-22 {
    bottom: 22px
}

.bottom-23 {
    bottom: 23px
}

.bottom-24 {
    bottom: 24px
}

.bottom-25 {
    bottom: 25px
}

.bottom-26 {
    bottom: 26px
}

.bottom-27 {
    bottom: 27px
}

.bottom-28 {
    bottom: 28px
}

.bottom-29 {
    bottom: 29px
}

.bottom-30 {
    bottom: 30px
}

.bottom-31 {
    bottom: 31px
}

.bottom-32 {
    bottom: 32px
}

.bottom-33 {
    bottom: 33px
}

.bottom-34 {
    bottom: 34px
}

.bottom-35 {
    bottom: 35px
}

.bottom-36 {
    bottom: 36px
}

.bottom-37 {
    bottom: 37px
}

.bottom-38 {
    bottom: 38px
}

.bottom-39 {
    bottom: 39px
}

.bottom-40 {
    bottom: 40px
}

.bottom-41 {
    bottom: 41px
}

.bottom-42 {
    bottom: 42px
}

.bottom-43 {
    bottom: 43px
}

.bottom-44 {
    bottom: 44px
}

.bottom-45 {
    bottom: 45px
}

.bottom-46 {
    bottom: 46px
}

.bottom-47 {
    bottom: 47px
}

.bottom-48 {
    bottom: 48px
}

.bottom-49 {
    bottom: 49px
}

.bottom-50 {
    bottom: 50px
}

.left-0 {
    left: 0
}

.left-1 {
    left: 1px
}

.left-2 {
    left: 2px
}

.left-3 {
    left: 3px
}

.left-4 {
    left: 4px
}

.left-5 {
    left: 5px
}

.left-6 {
    left: 6px
}

.left-7 {
    left: 7px
}

.left-8 {
    left: 8px
}

.left-9 {
    left: 9px
}

.left-10 {
    left: 10px
}

.left-11 {
    left: 11px
}

.left-12 {
    left: 12px
}

.left-13 {
    left: 13px
}

.left-14 {
    left: 14px
}

.left-15 {
    left: 15px
}

.left-16 {
    left: 16px
}

.left-17 {
    left: 17px
}

.left-18 {
    left: 18px
}

.left-19 {
    left: 19px
}

.left-20 {
    left: 20px
}

.left-21 {
    left: 21px
}

.left-22 {
    left: 22px
}

.left-23 {
    left: 23px
}

.left-24 {
    left: 24px
}

.left-25 {
    left: 25px
}

.left-26 {
    left: 26px
}

.left-27 {
    left: 27px
}

.left-28 {
    left: 28px
}

.left-29 {
    left: 29px
}

.left-30 {
    left: 30px
}

.left-31 {
    left: 31px
}

.left-32 {
    left: 32px
}

.left-33 {
    left: 33px
}

.left-34 {
    left: 34px
}

.left-35 {
    left: 35px
}

.left-36 {
    left: 36px
}

.left-37 {
    left: 37px
}

.left-38 {
    left: 38px
}

.left-39 {
    left: 39px
}

.left-40 {
    left: 40px
}

.left-41 {
    left: 41px
}

.left-42 {
    left: 42px
}

.left-43 {
    left: 43px
}

.left-44 {
    left: 44px
}

.left-45 {
    left: 45px
}

.left-46 {
    left: 46px
}

.left-47 {
    left: 47px
}

.left-48 {
    left: 48px
}

.left-49 {
    left: 49px
}

.left-50 {
    left: 50px
}

.right-0 {
    right: 0
}

.right-1 {
    right: 1px
}

.right-2 {
    right: 2px
}

.right-3 {
    right: 3px
}

.right-4 {
    right: 4px
}

.right-5 {
    right: 5px
}

.right-6 {
    right: 6px
}

.right-7 {
    right: 7px
}

.right-8 {
    right: 8px
}

.right-9 {
    right: 9px
}

.right-10 {
    right: 10px
}

.right-11 {
    right: 11px
}

.right-12 {
    right: 12px
}

.right-13 {
    right: 13px
}

.right-14 {
    right: 14px
}

.right-15 {
    right: 15px
}

.right-16 {
    right: 16px
}

.right-17 {
    right: 17px
}

.right-18 {
    right: 18px
}

.right-19 {
    right: 19px
}

.right-20 {
    right: 20px
}

.right-21 {
    right: 21px
}

.right-22 {
    right: 22px
}

.right-23 {
    right: 23px
}

.right-24 {
    right: 24px
}

.right-25 {
    right: 25px
}

.right-26 {
    right: 26px
}

.right-27 {
    right: 27px
}

.right-28 {
    right: 28px
}

.right-29 {
    right: 29px
}

.right-30 {
    right: 30px
}

.right-31 {
    right: 31px
}

.right-32 {
    right: 32px
}

.right-33 {
    right: 33px
}

.right-34 {
    right: 34px
}

.right-35 {
    right: 35px
}

.right-36 {
    right: 36px
}

.right-37 {
    right: 37px
}

.right-38 {
    right: 38px
}

.right-39 {
    right: 39px
}

.right-40 {
    right: 40px
}

.right-41 {
    right: 41px
}

.right-42 {
    right: 42px
}

.right-43 {
    right: 43px
}

.right-44 {
    right: 44px
}

.right-45 {
    right: 45px
}

.right-46 {
    right: 46px
}

.right-47 {
    right: 47px
}

.right-48 {
    right: 48px
}

.right-49 {
    right: 49px
}

.right-50 {
    right: 50px
}

/*# sourceMappingURL=main.20f5e3d6.chunk.css.map */