@charset "utf-8";
@import url("jquery.min.css");

/**************************************************

	Common.css

**************************************************/
/* Reset Fonts */
body,
td,
form,
select,
input,
button,
textarea,
div,
option,
pre,
p,
span,
blockquote,
li,
dt,
dd,
legend,
label,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: noto, sans-serif;
    font-size: 14px;
    color: #666666;
    letter-spacing: -0.025em;
    word-break: keep-all !important;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

/* [Chinese] body,td,form,select,input,button,textarea,div,option,pre,p,span,blockquote,li,dt,dd{font-family: "Microsoft Yahei","微软雅黑",STXihei,"华文细黑",sans-serif;font-size: 14px;color: #666666;} */
/* [Japanese] body,td,form,select,input,button,textarea,div,option,pre,p,span,blockquote,li,dt,dd{font-family: "MS PGothic",Osaka,Arial,sans-serif;font-size: 14px;color: #666666;} */

@font-face {
    font-family: empty;
    src: url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAQ0AAoAAAAAA+wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAJ4AAACeXQ48j09TLzIAAAGUAAAAYAAAAGAIIgbWY21hcAAAAfQAAABEAAAARAAyAGlnYXNwAAACOAAAAAgAAAAIAAAAEGhlYWQAAAJAAAAANgAAADb9mzB5aGhlYQAAAngAAAAkAAAAJAHiAeVobXR4AAACnAAAABAAAAAQAAAAAG1heHAAAAKsAAAABgAAAAYABFAAbmFtZQAAArQAAAFdAAABXVqZXRlwb3N0AAAEFAAAACAAAAAgAAMAAAEABAQAAQEBDHNwYWNlLWVtcHR5AAECAAEAOvgcAvgbA/gYBB4KABlT/4uLHgoAGVP/i4sMB4tr+JT4dAUdAAAAfA8dAAAAgREdAAAACR0AAACVEgAFAQEMFxkbHnNwYWNlLWVtcHR5c3BhY2UtZW1wdHl1MHUxdTIwAAACAYkAAgAEAQEEBwoN/JQO/JQO/JQO/JQO+JQU+JQViwwKAAAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAABAAAAAIAHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADAAAAAIAAgAAgAAAAEAIP/9//8AAAAAACD//f//AAH/4wADAAEAAAAAAAAAAAABAAH//wAPAAEAAAABAAAAeR2GXw889QALAgAAAAAAzz54vgAAAADPPni+AAAAAAAAAAAAAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAABQAAAEAAAAAAAOAK4AAQAAAAAAAQAWAAAAAQAAAAAAAgAOAGMAAQAAAAAAAwAWACwAAQAAAAAABAAWAHEAAQAAAAAABQAWABYAAQAAAAAABgALAEIAAQAAAAAACgAoAIcAAwABBAkAAQAWAAAAAwABBAkAAgAOAGMAAwABBAkAAwAWACwAAwABBAkABAAWAHEAAwABBAkABQAWABYAAwABBAkABgAWAE0AAwABBAkACgAoAIcAcwBwAGEAYwBlAC0AZQBtAHAAdAB5AFYAZQByAHMAaQBvAG4AIAAxAC4AMABzAHAAYQBjAGUALQBlAG0AcAB0AHlzcGFjZS1lbXB0eQBzAHAAYQBjAGUALQBlAG0AcAB0AHkAUgBlAGcAdQBsAGEAcgBzAHAAYQBjAGUALQBlAG0AcAB0AHkARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format('woff');
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../font/fontawesome-webfont.eot');
    src: url('../font/fontawesome-webfont-1.eot') format('embedded-opentype'), url('../font/fontawesome-webfont.woff2') format('woff2'), url('../font/fontawesome-webfont.woff') format('woff'), url('../font/fontawesome-webfont.ttf') format('truetype'), url('../font/fontawesome-webfont.svg') format('svg');
    font-weight: normal;
    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: solid .08em #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 infinite linear;
    animation: fa-spin 2s infinite linear
}

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

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

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

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

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

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

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

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

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

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

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    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-remove:before,
.fa-close: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-gear:before,
.fa-cog: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-rotate-right:before,
.fa-repeat: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-photo:before,
.fa-image: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-warning:before,
.fa-exclamation-triangle: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-gears:before,
.fa-cogs: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-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

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

.fa-navicon:before,
.fa-reorder:before,
.fa-bars: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-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-paste:before,
.fa-clipboard: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-unlink:before,
.fa-chain-broken: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-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

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

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

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

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

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

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

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

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

.fa-won:before,
.fa-krw: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-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

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

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

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

.fa-turkish-lira:before,
.fa-try: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-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap: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-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

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

.fa-file-sound-o:before,
.fa-file-audio-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-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

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

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

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

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

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

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

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

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

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

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

.fa-send-o:before,
.fa-paper-plane-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-soccer-ball-o:before,
.fa-futbol-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-shekel:before,
.fa-sheqel:before,
.fa-ils: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-hotel:before,
.fa-bed:before {
    content: "\f236"
}

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

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

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

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

.fa-yc:before,
.fa-y-combinator: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:before,
.fa-battery-full: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-stop-o:before,
.fa-hand-paper-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-tv:before,
.fa-television: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-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

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

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

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

.fa-signing:before,
.fa-sign-language: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-vcard:before,
.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-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:before,
.fa-thermometer-full: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-bathtub:before,
.fa-s15:before,
.fa-bath: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: axicon;
    src: url(../font/axicon.eot);
    src: url(../font/axicon-1.eot) format('embedded-opentype'), url(../font/axicon.woff) format('woff'), url(../font/axicon.ttf) format('truetype'), url(../font/axicon.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

[class*=" axi-"],
[class^=axi-] {
    font-family: axicon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.axi-happytalk-elephant:before {
    content: "\e685"
}

.axi-happytalk-counselor:before {
    content: "\e686"
}

.axi-happytalk-num-1:before {
    content: "\e687"
}

.axi-happytalk-num-2:before {
    content: "\e688"
}

.axi-happytalk-num-3:before {
    content: "\e689"
}

.axi-happytalk-num-4:before {
    content: "\e68a"
}

.axi-happytalk-num-5:before {
    content: "\e68b"
}

.axi-happytalk-robot:before {
    content: "\e68c"
}

.axi-Endocrine-abnormality:before {
    content: "\e67e"
}

.axi-Internal-disease:before {
    content: "\e680"
}

.axi-cancer:before {
    content: "\e67b"
}

.axi-cardiovascular-disease:before {
    content: "\e67c"
}

.axi-dental:before {
    content: "\e67d"
}

.axi-gynecological-disorders:before {
    content: "\e67f"
}

.axi-organ-transplant:before {
    content: "\e681"
}

.axi-plastic-sugery:before {
    content: "\e682"
}

.axi-spinal-rehabilitation:before {
    content: "\e683"
}

.axi-surgical-diseases:before {
    content: "\e684"
}

.axi-bmg-booster:before {
    content: "\e636"
}

.axi-bmg-business-idea:before {
    content: "\e637"
}

.axi-bmg-buzzmaker:before {
    content: "\e638"
}

.axi-bmg-checklist:before {
    content: "\e639"
}

.axi-bmg-cost-structure:before {
    content: "\e63a"
}

.axi-bmg-customer-segment-1:before {
    content: "\e63b"
}

.axi-bmg-customer-segment:before {
    content: "\e63c"
}

.axi-bmg-differentiation:before {
    content: "\e63d"
}

.axi-bmg-direction:before {
    content: "\e63e"
}

.axi-bmg-key-process:before {
    content: "\e63f"
}

.axi-bmg-key-resource:before {
    content: "\e640"
}

.axi-bmg-market:before {
    content: "\e641"
}

.axi-bmg-offering:before {
    content: "\e642"
}

.axi-bmg-product:before {
    content: "\e643"
}

.axi-bmg-replacement:before {
    content: "\e644"
}

.axi-bmg-revenue-stream:before {
    content: "\e645"
}

.axi-bmg-supporter:before {
    content: "\e646"
}

.axi-bmg-team:before {
    content: "\e647"
}

.axi-bmg-todo:before {
    content: "\e648"
}

.axi-bmg-unmet-needs:before {
    content: "\e649"
}

.axi-bmg-value-fit:before {
    content: "\e64a"
}

.axi-bmg-value-proposition:before {
    content: "\e64b"
}

.axi-axisj:before {
    content: "\e60a"
}

.axi-axicon:before {
    content: "\e600"
}

.axi-axicon-o:before {
    content: "\e601"
}

.axi-axu:before {
    content: "\e603"
}

.axi-jsongum:before {
    content: "\e604"
}

.axi-flybasket:before {
    content: "\e605"
}

.axi-axgate:before {
    content: "\e602"
}

.axi-bicycle-woman:before {
    content: "\e606"
}

.axi-bicycle-man:before {
    content: "\e609"
}

.axi-bicycle:before {
    content: "\e607"
}

.axi-couple:before {
    content: "\e608"
}

.axi-xe:before {
    content: "\e92f"
}

.axi-json-array:before {
    content: "\e60b"
}

.axi-json-array2:before {
    content: "\e60c"
}

.axi-json-array3:before {
    content: "\e60d"
}

.axi-json-array4:before {
    content: "\e60e"
}

.axi-json-array5:before {
    content: "\e60f"
}

.axi-json-array6:before {
    content: "\e610"
}

.axi-json-number:before {
    content: "\e611"
}

.axi-json-number2:before {
    content: "\e612"
}

.axi-json-number3:before {
    content: "\e613"
}

.axi-json-number4:before {
    content: "\e614"
}

.axi-json-number5:before {
    content: "\e615"
}

.axi-json-number6:before {
    content: "\e616"
}

.axi-json-string:before {
    content: "\e617"
}

.axi-json-string2:before {
    content: "\e618"
}

.axi-json-string3:before {
    content: "\e619"
}

.axi-json-string4:before {
    content: "\e61a"
}

.axi-json-string5:before {
    content: "\e61b"
}

.axi-json-string6:before {
    content: "\e61c"
}

.axi-json-boolean:before {
    content: "\e61d"
}

.axi-json-boolean2:before {
    content: "\e61e"
}

.axi-json-boolean3:before {
    content: "\e61f"
}

.axi-json-boolean4:before {
    content: "\e620"
}

.axi-json-boolean5:before {
    content: "\e621"
}

.axi-json-boolean6:before {
    content: "\e622"
}

.axi-json-null:before {
    content: "\e623"
}

.axi-json-null2:before {
    content: "\e624"
}

.axi-json-null3:before {
    content: "\e625"
}

.axi-json-null4:before {
    content: "\e626"
}

.axi-json-null5:before {
    content: "\e627"
}

.axi-json-null6:before {
    content: "\e628"
}

.axi-json-null7:before {
    content: "\e629"
}

.axi-json-undefined:before {
    content: "\e62a"
}

.axi-json-undefined2:before {
    content: "\e62b"
}

.axi-json-undefined3:before {
    content: "\e62c"
}

.axi-json-undefined4:before {
    content: "\e62d"
}

.axi-json-undefined5:before {
    content: "\e62e"
}

.axi-json-undefined6:before {
    content: "\e62f"
}

.axi-json-object:before {
    content: "\e630"
}

.axi-json-object2:before {
    content: "\e631"
}

.axi-json-object3:before {
    content: "\e632"
}

.axi-json-object4:before {
    content: "\e633"
}

.axi-json-object5:before {
    content: "\e634"
}

.axi-json-object6:before {
    content: "\e635"
}

.axi-3d-rotation:before {
    content: "\e68d"
}

.axi-accessibility:before {
    content: "\e68e"
}

.axi-account-balance:before {
    content: "\e68f"
}

.axi-account-balance-wallet:before {
    content: "\e690"
}

.axi-account-box:before {
    content: "\e691"
}

.axi-account-child:before {
    content: "\e692"
}

.axi-account-circle:before {
    content: "\e693"
}

.axi-add-shopping-cart:before {
    content: "\e694"
}

.axi-alarm:before {
    content: "\e695"
}

.axi-alarm-add:before {
    content: "\e696"
}

.axi-alarm-off:before {
    content: "\e697"
}

.axi-alarm-on:before {
    content: "\e698"
}

.axi-android:before {
    content: "\e699"
}

.axi-announcement:before {
    content: "\e69a"
}

.axi-aspect-ratio:before {
    content: "\e69b"
}

.axi-assessment:before {
    content: "\e69c"
}

.axi-assignment:before {
    content: "\e69d"
}

.axi-assignment-ind:before {
    content: "\e69e"
}

.axi-assignment-late:before {
    content: "\e69f"
}

.axi-assignment-return:before {
    content: "\e6a0"
}

.axi-assignment-returned:before {
    content: "\e6a1"
}

.axi-assignment-turned-in:before {
    content: "\e6a2"
}

.axi-autorenew:before {
    content: "\e6a3"
}

.axi-backup:before {
    content: "\e6a4"
}

.axi-book2:before {
    content: "\e6a5"
}

.axi-bookmark:before {
    content: "\e6a6"
}

.axi-bookmark-outline:before {
    content: "\e6a7"
}

.axi-bug-report:before {
    content: "\e6a8"
}

.axi-cached:before {
    content: "\e6a9"
}

.axi-class:before {
    content: "\e6aa"
}

.axi-credit-card:before {
    content: "\e6ab"
}

.axi-dashboard:before {
    content: "\e6ac"
}

.axi-delete2:before {
    content: "\e6ad"
}

.axi-description:before {
    content: "\e6ae"
}

.axi-dns:before {
    content: "\e6af"
}

.axi-done:before {
    content: "\e6b0"
}

.axi-done-all:before {
    content: "\e6b1"
}

.axi-event:before {
    content: "\e6b2"
}

.axi-exit-to-app:before {
    content: "\e6b3"
}

.axi-explore:before {
    content: "\e6b4"
}

.axi-extension:before {
    content: "\e6b5"
}

.axi-face-unlock:before {
    content: "\e6b6"
}

.axi-favorite:before {
    content: "\e6b7"
}

.axi-favorite-outline:before {
    content: "\e6b8"
}

.axi-find-in-page:before {
    content: "\e6b9"
}

.axi-find-replace:before {
    content: "\e6ba"
}

.axi-flip-to-back:before {
    content: "\e6bb"
}

.axi-flip-to-front:before {
    content: "\e6bc"
}

.axi-get-app:before {
    content: "\e6bd"
}

.axi-grade:before {
    content: "\e6be"
}

.axi-group-work:before {
    content: "\e6bf"
}

.axi-help2:before {
    content: "\e6c0"
}

.axi-highlight-remove:before {
    content: "\e6c1"
}

.axi-history:before {
    content: "\e6c2"
}

.axi-home:before {
    content: "\e6c3"
}

.axi-https:before {
    content: "\e6c4"
}

.axi-info:before {
    content: "\e6c5"
}

.axi-info-outline:before {
    content: "\e6c6"
}

.axi-input:before {
    content: "\e6c7"
}

.axi-invert-colors:before {
    content: "\e6c8"
}

.axi-label:before {
    content: "\e6c9"
}

.axi-label-outline:before {
    content: "\e6ca"
}

.axi-language:before {
    content: "\e6cb"
}

.axi-launch:before {
    content: "\e6cc"
}

.axi-list:before {
    content: "\e6cd"
}

.axi-lock2:before {
    content: "\e6ce"
}

.axi-lock-open:before {
    content: "\e6cf"
}

.axi-lock-outline:before {
    content: "\e6d0"
}

.axi-loyalty:before {
    content: "\e6d1"
}

.axi-markunread-mailbox:before {
    content: "\e6d2"
}

.axi-note-add:before {
    content: "\e6d3"
}

.axi-open-in-browser:before {
    content: "\e6d4"
}

.axi-open-in-new:before {
    content: "\e6d5"
}

.axi-open-with:before {
    content: "\e6d6"
}

.axi-pageview:before {
    content: "\e6d7"
}

.axi-payment:before {
    content: "\e6d8"
}

.axi-perm-camera-m:before {
    content: "\e6d9"
}

.axi-perm-contact-cal:before {
    content: "\e6da"
}

.axi-perm-data-setting:before {
    content: "\e6db"
}

.axi-perm-device-info:before {
    content: "\e6dc"
}

.axi-perm-identity:before {
    content: "\e6dd"
}

.axi-perm-media:before {
    content: "\e6de"
}

.axi-perm-phone-msg:before {
    content: "\e6df"
}

.axi-perm-scan-wifi:before {
    content: "\e6e0"
}

.axi-picture-in-picture:before {
    content: "\e6e1"
}

.axi-polymer:before {
    content: "\e6e2"
}

.axi-print:before {
    content: "\e6e3"
}

.axi-query-builder:before {
    content: "\e6e4"
}

.axi-question-answer:before {
    content: "\e6e5"
}

.axi-receipt:before {
    content: "\e6e6"
}

.axi-redeem:before {
    content: "\e6e7"
}

.axi-reorder:before {
    content: "\e6e8"
}

.axi-report-problem:before {
    content: "\e6e9"
}

.axi-restore:before {
    content: "\e6ea"
}

.axi-room:before {
    content: "\e6eb"
}

.axi-schedule:before {
    content: "\e6ec"
}

.axi-search2:before {
    content: "\e6ed"
}

.axi-settings:before {
    content: "\e6ee"
}

.axi-settings-applications:before {
    content: "\e6ef"
}

.axi-settings-backup-restore:before {
    content: "\e6f0"
}

.axi-settings-bluetooth:before {
    content: "\e6f1"
}

.axi-settings-cell:before {
    content: "\e6f2"
}

.axi-settings-display:before {
    content: "\e6f3"
}

.axi-settings-ethernet:before {
    content: "\e6f4"
}

.axi-settings-input-antenna:before {
    content: "\e6f5"
}

.axi-settings-input-component:before {
    content: "\e6f6"
}

.axi-settings-input-composite:before {
    content: "\e6f7"
}

.axi-settings-input-hdmi:before {
    content: "\e6f8"
}

.axi-settings-input-svideo:before {
    content: "\e6f9"
}

.axi-settings-overscan:before {
    content: "\e6fa"
}

.axi-settings-phone:before {
    content: "\e6fb"
}

.axi-settings-power:before {
    content: "\e6fc"
}

.axi-settings-remote:before {
    content: "\e6fd"
}

.axi-settings-voice:before {
    content: "\e6fe"
}

.axi-shop:before {
    content: "\e6ff"
}

.axi-shop-two:before {
    content: "\e700"
}

.axi-shopping-basket:before {
    content: "\e701"
}

.axi-shopping-cart:before {
    content: "\e702"
}

.axi-speaker-notes:before {
    content: "\e703"
}

.axi-spellcheck:before {
    content: "\e704"
}

.axi-star-rate:before {
    content: "\e705"
}

.axi-stars:before {
    content: "\e706"
}

.axi-store:before {
    content: "\e707"
}

.axi-subject:before {
    content: "\e708"
}

.axi-supervisor-account:before {
    content: "\e709"
}

.axi-swap-horiz:before {
    content: "\e70a"
}

.axi-swap-vert:before {
    content: "\e70b"
}

.axi-swap-vert-circle:before {
    content: "\e70c"
}

.axi-system-update-tv:before {
    content: "\e70d"
}

.axi-tab:before {
    content: "\e70e"
}

.axi-tab-unselected:before {
    content: "\e70f"
}

.axi-theaters:before {
    content: "\e710"
}

.axi-thumb-down:before {
    content: "\e711"
}

.axi-thumb-up:before {
    content: "\e712"
}

.axi-thumbs-up-down:before {
    content: "\e713"
}

.axi-toc:before {
    content: "\e714"
}

.axi-today:before {
    content: "\e715"
}

.axi-track-changes:before {
    content: "\e716"
}

.axi-translate:before {
    content: "\e717"
}

.axi-trending-down:before {
    content: "\e718"
}

.axi-trending-neutral:before {
    content: "\e719"
}

.axi-trending-up:before {
    content: "\e71a"
}

.axi-turned-in:before {
    content: "\e71b"
}

.axi-turned-in-not:before {
    content: "\e71c"
}

.axi-verified-user:before {
    content: "\e71d"
}

.axi-view-agenda:before {
    content: "\e71e"
}

.axi-view-array:before {
    content: "\e71f"
}

.axi-view-carousel:before {
    content: "\e720"
}

.axi-view-column:before {
    content: "\e721"
}

.axi-view-day:before {
    content: "\e722"
}

.axi-view-headline:before {
    content: "\e723"
}

.axi-view-list:before {
    content: "\e724"
}

.axi-view-module:before {
    content: "\e725"
}

.axi-view-quilt:before {
    content: "\e726"
}

.axi-view-stream:before {
    content: "\e727"
}

.axi-view-week:before {
    content: "\e728"
}

.axi-visibility:before {
    content: "\e729"
}

.axi-visibility-off:before {
    content: "\e72a"
}

.axi-wallet-giftcard:before {
    content: "\e72b"
}

.axi-wallet-membership:before {
    content: "\e72c"
}

.axi-wallet-travel:before {
    content: "\e72d"
}

.axi-work:before {
    content: "\e72e"
}

.axi-error:before {
    content: "\e72f"
}

.axi-warning:before {
    content: "\e730"
}

.axi-album:before {
    content: "\e731"
}

.axi-av-timer:before {
    content: "\e732"
}

.axi-closed-caption:before {
    content: "\e733"
}

.axi-equalizer:before {
    content: "\e734"
}

.axi-explicit:before {
    content: "\e735"
}

.axi-fast-forward2:before {
    content: "\e736"
}

.axi-fast-rewind:before {
    content: "\e737"
}

.axi-games:before {
    content: "\e738"
}

.axi-hearing:before {
    content: "\e739"
}

.axi-high-quality:before {
    content: "\e73a"
}

.axi-loop:before {
    content: "\e73b"
}

.axi-mic:before {
    content: "\e73c"
}

.axi-mnone:before {
    content: "\e73d"
}

.axi-moff:before {
    content: "\e73e"
}

.axi-movie:before {
    content: "\e73f"
}

.axi-my-library-add:before {
    content: "\e740"
}

.axi-my-library-books:before {
    content: "\e741"
}

.axi-my-library-mus:before {
    content: "\e742"
}

.axi-new-releases:before {
    content: "\e743"
}

.axi-not-interested:before {
    content: "\e744"
}

.axi-pause2:before {
    content: "\e745"
}

.axi-pause-circle-fill:before {
    content: "\e746"
}

.axi-pause-circle-outline:before {
    content: "\e747"
}

.axi-play-arrow:before {
    content: "\e748"
}

.axi-play-circle-fill:before {
    content: "\e749"
}

.axi-play-circle-outline:before {
    content: "\e74a"
}

.axi-play-shopping-bag:before {
    content: "\e74b"
}

.axi-playlist-add:before {
    content: "\e74c"
}

.axi-queue:before {
    content: "\e74d"
}

.axi-queue-mus:before {
    content: "\e74e"
}

.axi-radio:before {
    content: "\e74f"
}

.axi-recent-actors:before {
    content: "\e750"
}

.axi-repeat2:before {
    content: "\e751"
}

.axi-repeat-one:before {
    content: "\e752"
}

.axi-replay:before {
    content: "\e753"
}

.axi-shuffle2:before {
    content: "\e754"
}

.axi-skip-next:before {
    content: "\e755"
}

.axi-skip-previous:before {
    content: "\e756"
}

.axi-snooze:before {
    content: "\e757"
}

.axi-stop2:before {
    content: "\e758"
}

.axi-subtitles:before {
    content: "\e759"
}

.axi-surround-sound:before {
    content: "\e75a"
}

.axi-video-collection:before {
    content: "\e75b"
}

.axi-videocam:before {
    content: "\e75c"
}

.axi-videocam-off:before {
    content: "\e75d"
}

.axi-volume-down:before {
    content: "\e75e"
}

.axi-volume-mute:before {
    content: "\e75f"
}

.axi-volume-off:before {
    content: "\e760"
}

.axi-volume-up:before {
    content: "\e761"
}

.axi-web:before {
    content: "\e762"
}

.axi-business:before {
    content: "\e763"
}

.axi-call:before {
    content: "\e764"
}

.axi-call-end:before {
    content: "\e765"
}

.axi-call-made:before {
    content: "\e766"
}

.axi-call-merge:before {
    content: "\e767"
}

.axi-call-missed:before {
    content: "\e768"
}

.axi-call-received:before {
    content: "\e769"
}

.axi-call-split:before {
    content: "\e76a"
}

.axi-chat:before {
    content: "\e76b"
}

.axi-clear-all:before {
    content: "\e76c"
}

.axi-comment:before {
    content: "\e76d"
}

.axi-contacts:before {
    content: "\e76e"
}

.axi-dialer-sip:before {
    content: "\e76f"
}

.axi-dialpad:before {
    content: "\e770"
}

.axi-dnd-on:before {
    content: "\e771"
}

.axi-email:before {
    content: "\e772"
}

.axi-forum:before {
    content: "\e773"
}

.axi-import-export:before {
    content: "\e774"
}

.axi-invert-colors-off:before {
    content: "\e775"
}

.axi-invert-colors-on:before {
    content: "\e776"
}

.axi-live-help:before {
    content: "\e777"
}

.axi-location-off:before {
    content: "\e778"
}

.axi-location-on:before {
    content: "\e779"
}

.axi-message:before {
    content: "\e77a"
}

.axi-messenger:before {
    content: "\e77b"
}

.axi-no-sim:before {
    content: "\e77c"
}

.axi-phone:before {
    content: "\e77d"
}

.axi-portable-wifi-off:before {
    content: "\e77e"
}

.axi-quick-contacts-dialer:before {
    content: "\e77f"
}

.axi-quick-contacts-mail:before {
    content: "\e780"
}

.axi-ring-volume:before {
    content: "\e781"
}

.axi-stay-current-landscape:before {
    content: "\e782"
}

.axi-stay-current-portrait:before {
    content: "\e783"
}

.axi-stay-primary-landscape:before {
    content: "\e784"
}

.axi-stay-primary-portrait:before {
    content: "\e785"
}

.axi-swap-calls:before {
    content: "\e786"
}

.axi-textsms:before {
    content: "\e787"
}

.axi-voicemail:before {
    content: "\e788"
}

.axi-vpn-key:before {
    content: "\e789"
}

.axi-add:before {
    content: "\e78a"
}

.axi-add-box:before {
    content: "\e78b"
}

.axi-add-circle:before {
    content: "\e78c"
}

.axi-add-circle-outline:before {
    content: "\e78d"
}

.axi-archive2:before {
    content: "\e78e"
}

.axi-backspace:before {
    content: "\e78f"
}

.axi-block:before {
    content: "\e790"
}

.axi-clear:before {
    content: "\e791"
}

.axi-content-copy:before {
    content: "\e792"
}

.axi-content-cut:before {
    content: "\e793"
}

.axi-content-paste:before {
    content: "\e794"
}

.axi-create:before {
    content: "\e795"
}

.axi-drafts:before {
    content: "\e796"
}

.axi-filter-list:before {
    content: "\e797"
}

.axi-flag2:before {
    content: "\e798"
}

.axi-forward:before {
    content: "\e799"
}

.axi-gesture:before {
    content: "\e79a"
}

.axi-inbox2:before {
    content: "\e79b"
}

.axi-link2:before {
    content: "\e79c"
}

.axi-mail2:before {
    content: "\e79d"
}

.axi-markunread:before {
    content: "\e79e"
}

.axi-redo:before {
    content: "\e79f"
}

.axi-remove:before {
    content: "\e7a0"
}

.axi-remove-circle:before {
    content: "\e7a1"
}

.axi-remove-circle-outline:before {
    content: "\e7a2"
}

.axi-reply2:before {
    content: "\e7a3"
}

.axi-reply-all:before {
    content: "\e7a4"
}

.axi-report:before {
    content: "\e7a5"
}

.axi-save:before {
    content: "\e7a6"
}

.axi-select-all:before {
    content: "\e7a7"
}

.axi-send:before {
    content: "\e7a8"
}

.axi-sort:before {
    content: "\e7a9"
}

.axi-text-format:before {
    content: "\e7aa"
}

.axi-undo:before {
    content: "\e7ab"
}

.axi-access-alarm:before {
    content: "\e7ac"
}

.axi-access-alarms:before {
    content: "\e7ad"
}

.axi-access-time:before {
    content: "\e7ae"
}

.axi-add-alarm:before {
    content: "\e7af"
}

.axi-airplanemode-off:before {
    content: "\e7b0"
}

.axi-airplanemode-on:before {
    content: "\e7b1"
}

.axi-battery-20:before {
    content: "\e7b2"
}

.axi-battery-30:before {
    content: "\e7b3"
}

.axi-battery-50:before {
    content: "\e7b4"
}

.axi-battery-60:before {
    content: "\e7b5"
}

.axi-battery-80:before {
    content: "\e7b6"
}

.axi-battery-90:before {
    content: "\e7b7"
}

.axi-battery-alert:before {
    content: "\e7b8"
}

.axi-battery-charging-20:before {
    content: "\e7b9"
}

.axi-battery-charging-30:before {
    content: "\e7ba"
}

.axi-battery-charging-50:before {
    content: "\e7bb"
}

.axi-battery-charging-60:before {
    content: "\e7bc"
}

.axi-battery-charging-80:before {
    content: "\e7bd"
}

.axi-battery-charging-90:before {
    content: "\e7be"
}

.axi-battery-charging-full:before {
    content: "\e7bf"
}

.axi-battery-full:before {
    content: "\e7c0"
}

.axi-battery-std:before {
    content: "\e7c1"
}

.axi-battery-unknown:before {
    content: "\e7c2"
}

.axi-bluetooth:before {
    content: "\e7c3"
}

.axi-bluetooth-connected:before {
    content: "\e7c4"
}

.axi-bluetooth-disabled:before {
    content: "\e7c5"
}

.axi-bluetooth-searching:before {
    content: "\e7c6"
}

.axi-brightness-auto:before {
    content: "\e7c7"
}

.axi-brightness-high:before {
    content: "\e7c8"
}

.axi-brightness-low:before {
    content: "\e7c9"
}

.axi-brightness-medium:before {
    content: "\e7ca"
}

.axi-data-usage:before {
    content: "\e7cb"
}

.axi-developer-mode:before {
    content: "\e7cc"
}

.axi-devices:before {
    content: "\e7cd"
}

.axi-dvr:before {
    content: "\e7ce"
}

.axi-gps-fixed:before {
    content: "\e7cf"
}

.axi-gps-not-fixed:before {
    content: "\e7d0"
}

.axi-gps-off:before {
    content: "\e7d1"
}

.axi-location-disabled:before {
    content: "\e7d2"
}

.axi-location-searching:before {
    content: "\e7d3"
}

.axi-multitrack-audio:before {
    content: "\e7d4"
}

.axi-network-cell:before {
    content: "\e7d5"
}

.axi-network-wifi:before {
    content: "\e7d6"
}

.axi-nfc:before {
    content: "\e7d7"
}

.axi-now-wallpaper:before {
    content: "\e7d8"
}

.axi-now-widgets:before {
    content: "\e7d9"
}

.axi-screen-lock-landscape:before {
    content: "\e7da"
}

.axi-screen-lock-portrait:before {
    content: "\e7db"
}

.axi-screen-lock-rotation:before {
    content: "\e7dc"
}

.axi-screen-rotation:before {
    content: "\e7dd"
}

.axi-sd-storage:before {
    content: "\e7de"
}

.axi-settings-system-daydream:before {
    content: "\e7df"
}

.axi-signal-cellular-0-bar:before {
    content: "\e7e0"
}

.axi-signal-cellular-1-bar:before {
    content: "\e7e1"
}

.axi-signal-cellular-2-bar:before {
    content: "\e7e2"
}

.axi-signal-cellular-3-bar:before {
    content: "\e7e3"
}

.axi-signal-cellular-4-bar:before {
    content: "\e7e4"
}

.axi-signal-cellular-connected-no-internet-0-bar:before {
    content: "\e7e5"
}

.axi-signal-cellular-connected-no-internet-1-bar:before {
    content: "\e7e6"
}

.axi-signal-cellular-connected-no-internet-2-bar:before {
    content: "\e7e7"
}

.axi-signal-cellular-connected-no-internet-3-bar:before {
    content: "\e7e8"
}

.axi-signal-cellular-connected-no-internet-4-bar:before {
    content: "\e7e9"
}

.axi-signal-cellular-no-sim:before {
    content: "\e7ea"
}

.axi-signal-cellular-null:before {
    content: "\e7eb"
}

.axi-signal-cellular-off:before {
    content: "\e7ec"
}

.axi-signal-wifi-0-bar:before {
    content: "\e7ed"
}

.axi-signal-wifi-1-bar:before {
    content: "\e7ee"
}

.axi-signal-wifi-2-bar:before {
    content: "\e7ef"
}

.axi-signal-wifi-3-bar:before {
    content: "\e7f0"
}

.axi-signal-wifi-4-bar:before {
    content: "\e7f1"
}

.axi-signal-wifi-off:before {
    content: "\e7f2"
}

.axi-signal-wifi-statusbar-1-bar:before {
    content: "\e7f3"
}

.axi-signal-wifi-statusbar-2-bar:before {
    content: "\e7f4"
}

.axi-signal-wifi-statusbar-3-bar:before {
    content: "\e7f5"
}

.axi-signal-wifi-statusbar-4-bar:before {
    content: "\e7f6"
}

.axi-signal-wifi-statusbar-connected-no-internet-1:before {
    content: "\e7f7"
}

.axi-signal-wifi-statusbar-connected-no-internet-2:before {
    content: "\e7f8"
}

.axi-signal-wifi-statusbar-connected-no-internet-3:before {
    content: "\e7f9"
}

.axi-signal-wifi-statusbar-connected-no-internet-4:before {
    content: "\e7fa"
}

.axi-signal-wifi-statusbar-connected-no-internet:before {
    content: "\e7fb"
}

.axi-signal-wifi-statusbar-not-connected:before {
    content: "\e7fc"
}

.axi-signal-wifi-statusbar-null:before {
    content: "\e7fd"
}

.axi-storage:before {
    content: "\e7fe"
}

.axi-usb:before {
    content: "\e7ff"
}

.axi-wifi-lock:before {
    content: "\e800"
}

.axi-wifi-tethering:before {
    content: "\e801"
}

.axi-attach-file:before {
    content: "\e802"
}

.axi-attach-money:before {
    content: "\e803"
}

.axi-border-all:before {
    content: "\e804"
}

.axi-border-bottom:before {
    content: "\e805"
}

.axi-border-clear:before {
    content: "\e806"
}

.axi-border-color:before {
    content: "\e807"
}

.axi-border-horizontal:before {
    content: "\e808"
}

.axi-border-inner:before {
    content: "\e809"
}

.axi-border-left:before {
    content: "\e80a"
}

.axi-border-outer:before {
    content: "\e80b"
}

.axi-border-right:before {
    content: "\e80c"
}

.axi-border-style:before {
    content: "\e80d"
}

.axi-border-top:before {
    content: "\e80e"
}

.axi-border-vertical:before {
    content: "\e80f"
}

.axi-format-align-center:before {
    content: "\e810"
}

.axi-format-align-justify:before {
    content: "\e811"
}

.axi-format-align-left:before {
    content: "\e812"
}

.axi-format-align-right:before {
    content: "\e813"
}

.axi-format-bold:before {
    content: "\e814"
}

.axi-format-clear:before {
    content: "\e815"
}

.axi-format-color-fill:before {
    content: "\e816"
}

.axi-format-color-reset:before {
    content: "\e817"
}

.axi-format-color-text:before {
    content: "\e818"
}

.axi-format-indent-decrease:before {
    content: "\e819"
}

.axi-format-indent-increase:before {
    content: "\e81a"
}

.axi-format-ital:before {
    content: "\e81b"
}

.axi-format-line-spacing:before {
    content: "\e81c"
}

.axi-format-list-bulleted:before {
    content: "\e81d"
}

.axi-format-list-numbered:before {
    content: "\e81e"
}

.axi-format-paint:before {
    content: "\e81f"
}

.axi-format-quote:before {
    content: "\e820"
}

.axi-format-size:before {
    content: "\e821"
}

.axi-format-strikethrough:before {
    content: "\e822"
}

.axi-format-textdirection-l-to-r:before {
    content: "\e823"
}

.axi-format-textdirection-r-to-l:before {
    content: "\e824"
}

.axi-format-underline:before {
    content: "\e825"
}

.axi-functions:before {
    content: "\e826"
}

.axi-insert-chart:before {
    content: "\e827"
}

.axi-insert-comment:before {
    content: "\e828"
}

.axi-insert-drive-file:before {
    content: "\e829"
}

.axi-insert-emoticon:before {
    content: "\e82a"
}

.axi-insert-invitation:before {
    content: "\e82b"
}

.axi-insert-link:before {
    content: "\e82c"
}

.axi-insert-photo:before {
    content: "\e82d"
}

.axi-merge-type:before {
    content: "\e82e"
}

.axi-mode-comment:before {
    content: "\e82f"
}

.axi-mode-edit:before {
    content: "\e830"
}

.axi-publish:before {
    content: "\e831"
}

.axi-vertical-align-bottom:before {
    content: "\e832"
}

.axi-vertical-align-center:before {
    content: "\e833"
}

.axi-vertical-align-top:before {
    content: "\e834"
}

.axi-wrap-text:before {
    content: "\e835"
}

.axi-attachment:before {
    content: "\e836"
}

.axi-cloud7:before {
    content: "\e837"
}

.axi-cloud-circle:before {
    content: "\e838"
}

.axi-cloud-done:before {
    content: "\e839"
}

.axi-cloud-download2:before {
    content: "\e83a"
}

.axi-cloud-off:before {
    content: "\e83b"
}

.axi-cloud-queue:before {
    content: "\e83c"
}

.axi-cloud-upload2:before {
    content: "\e83d"
}

.axi-file-download:before {
    content: "\e83e"
}

.axi-file-upload:before {
    content: "\e83f"
}

.axi-folder2:before {
    content: "\e840"
}

.axi-folder-open:before {
    content: "\e841"
}

.axi-folder-shared:before {
    content: "\e842"
}

.axi-cast:before {
    content: "\e843"
}

.axi-cast-connected:before {
    content: "\e844"
}

.axi-computer:before {
    content: "\e845"
}

.axi-desktop-mac:before {
    content: "\e846"
}

.axi-desktop-windows:before {
    content: "\e847"
}

.axi-dock:before {
    content: "\e848"
}

.axi-gamepad:before {
    content: "\e849"
}

.axi-headset:before {
    content: "\e84a"
}

.axi-headset-m:before {
    content: "\e84b"
}

.axi-keyboard:before {
    content: "\e84c"
}

.axi-keyboard-alt:before {
    content: "\e84d"
}

.axi-keyboard-arrow-down:before {
    content: "\e84e"
}

.axi-keyboard-arrow-left:before {
    content: "\e84f"
}

.axi-keyboard-arrow-right:before {
    content: "\e850"
}

.axi-keyboard-arrow-up:before {
    content: "\e851"
}

.axi-keyboard-backspace:before {
    content: "\e852"
}

.axi-keyboard-capslock:before {
    content: "\e853"
}

.axi-keyboard-control:before {
    content: "\e854"
}

.axi-keyboard-hide:before {
    content: "\e855"
}

.axi-keyboard-return:before {
    content: "\e856"
}

.axi-keyboard-tab:before {
    content: "\e857"
}

.axi-keyboard-voice:before {
    content: "\e858"
}

.axi-laptop:before {
    content: "\e859"
}

.axi-laptop-chromebook:before {
    content: "\e85a"
}

.axi-laptop-mac:before {
    content: "\e85b"
}

.axi-laptop-windows:before {
    content: "\e85c"
}

.axi-memory:before {
    content: "\e85d"
}

.axi-mouse:before {
    content: "\e85e"
}

.axi-phone-android:before {
    content: "\e85f"
}

.axi-phone-iphone:before {
    content: "\e860"
}

.axi-phonelink:before {
    content: "\e861"
}

.axi-phonelink-off:before {
    content: "\e862"
}

.axi-security:before {
    content: "\e863"
}

.axi-sim-card:before {
    content: "\e864"
}

.axi-smartphone:before {
    content: "\e865"
}

.axi-speaker:before {
    content: "\e866"
}

.axi-tablet:before {
    content: "\e867"
}

.axi-tablet-android:before {
    content: "\e868"
}

.axi-tablet-mac:before {
    content: "\e869"
}

.axi-tv:before {
    content: "\e86a"
}

.axi-watch2:before {
    content: "\e86b"
}

.axi-add-to-photos:before {
    content: "\e86c"
}

.axi-adjust:before {
    content: "\e86d"
}

.axi-assistant-photo:before {
    content: "\e86e"
}

.axi-audiotrack:before {
    content: "\e86f"
}

.axi-blur-circular:before {
    content: "\e870"
}

.axi-blur-linear:before {
    content: "\e871"
}

.axi-blur-off:before {
    content: "\e872"
}

.axi-blur-on:before {
    content: "\e873"
}

.axi-brightness-1:before {
    content: "\e874"
}

.axi-brightness-2:before {
    content: "\e875"
}

.axi-brightness-3:before {
    content: "\e876"
}

.axi-brightness-4:before {
    content: "\e877"
}

.axi-brightness-5:before {
    content: "\e878"
}

.axi-brightness-6:before {
    content: "\e879"
}

.axi-brightness-7:before {
    content: "\e87a"
}

.axi-brush:before {
    content: "\e87b"
}

.axi-camera2:before {
    content: "\e87c"
}

.axi-camera-alt:before {
    content: "\e87d"
}

.axi-camera-front:before {
    content: "\e87e"
}

.axi-camera-rear:before {
    content: "\e87f"
}

.axi-camera-roll:before {
    content: "\e880"
}

.axi-center-focus-strong:before {
    content: "\e881"
}

.axi-center-focus-weak:before {
    content: "\e882"
}

.axi-collections:before {
    content: "\e883"
}

.axi-color-lens:before {
    content: "\e884"
}

.axi-colorize:before {
    content: "\e885"
}

.axi-compare:before {
    content: "\e886"
}

.axi-control-point:before {
    content: "\e887"
}

.axi-control-point-duplicate:before {
    content: "\e888"
}

.axi-crop-3-2:before {
    content: "\e889"
}

.axi-crop-5-4:before {
    content: "\e88a"
}

.axi-crop-7-5:before {
    content: "\e88b"
}

.axi-crop-16-9:before {
    content: "\e88c"
}

.axi-crop:before {
    content: "\e88d"
}

.axi-crop-din:before {
    content: "\e88e"
}

.axi-crop-free:before {
    content: "\e88f"
}

.axi-crop-landscape:before {
    content: "\e890"
}

.axi-crop-original:before {
    content: "\e891"
}

.axi-crop-portrait:before {
    content: "\e892"
}

.axi-crop-square:before {
    content: "\e893"
}

.axi-dehaze:before {
    content: "\e894"
}

.axi-details:before {
    content: "\e895"
}

.axi-edit:before {
    content: "\e896"
}

.axi-exposure:before {
    content: "\e897"
}

.axi-exposure-minus-1:before {
    content: "\e898"
}

.axi-exposure-minus-2:before {
    content: "\e899"
}

.axi-exposure-plus-1:before {
    content: "\e89a"
}

.axi-exposure-plus-2:before {
    content: "\e89b"
}

.axi-exposure-zero:before {
    content: "\e89c"
}

.axi-filter-1:before {
    content: "\e89d"
}

.axi-filter-2:before {
    content: "\e89e"
}

.axi-filter-3:before {
    content: "\e89f"
}

.axi-filter-4:before {
    content: "\e8a0"
}

.axi-filter-5:before {
    content: "\e8a1"
}

.axi-filter-6:before {
    content: "\e8a2"
}

.axi-filter-7:before {
    content: "\e8a3"
}

.axi-filter-8:before {
    content: "\e8a4"
}

.axi-filter-9:before {
    content: "\e8a5"
}

.axi-filter-9-plus:before {
    content: "\e8a6"
}

.axi-filter:before {
    content: "\e8a7"
}

.axi-filter-b-and-w:before {
    content: "\e8a8"
}

.axi-filter-center-focus:before {
    content: "\e8a9"
}

.axi-filter-drama:before {
    content: "\e8aa"
}

.axi-filter-frames:before {
    content: "\e8ab"
}

.axi-filter-hdr:before {
    content: "\e8ac"
}

.axi-filter-none:before {
    content: "\e8ad"
}

.axi-filter-tilt-shift:before {
    content: "\e8ae"
}

.axi-filter-vintage:before {
    content: "\e8af"
}

.axi-flare:before {
    content: "\e8b0"
}

.axi-flash-auto:before {
    content: "\e8b1"
}

.axi-flash-off:before {
    content: "\e8b2"
}

.axi-flash-on:before {
    content: "\e8b3"
}

.axi-flip:before {
    content: "\e8b4"
}

.axi-gradient:before {
    content: "\e8b5"
}

.axi-grain:before {
    content: "\e8b6"
}

.axi-grid-off:before {
    content: "\e8b7"
}

.axi-grid-on:before {
    content: "\e8b8"
}

.axi-hdr-off:before {
    content: "\e8b9"
}

.axi-hdr-on:before {
    content: "\e8ba"
}

.axi-hdr-strong:before {
    content: "\e8bb"
}

.axi-hdr-weak:before {
    content: "\e8bc"
}

.axi-healing:before {
    content: "\e8bd"
}

.axi-image2:before {
    content: "\e8be"
}

.axi-image-aspect-ratio:before {
    content: "\e8bf"
}

.axi-iso:before {
    content: "\e8c0"
}

.axi-landscape:before {
    content: "\e8c1"
}

.axi-leak-add:before {
    content: "\e8c2"
}

.axi-leak-remove:before {
    content: "\e8c3"
}

.axi-lens:before {
    content: "\e8c4"
}

.axi-looks-3:before {
    content: "\e8c5"
}

.axi-looks-4:before {
    content: "\e8c6"
}

.axi-looks-5:before {
    content: "\e8c7"
}

.axi-looks-6:before {
    content: "\e8c8"
}

.axi-looks:before {
    content: "\e8c9"
}

.axi-looks-one:before {
    content: "\e8ca"
}

.axi-looks-two:before {
    content: "\e8cb"
}

.axi-loupe:before {
    content: "\e8cc"
}

.axi-movie-creation:before {
    content: "\e8cd"
}

.axi-nature:before {
    content: "\e8ce"
}

.axi-nature-people:before {
    content: "\e8cf"
}

.axi-navigate-before:before {
    content: "\e8d0"
}

.axi-navigate-next:before {
    content: "\e8d1"
}

.axi-palette:before {
    content: "\e8d2"
}

.axi-panorama:before {
    content: "\e8d3"
}

.axi-panorama-fisheye:before {
    content: "\e8d4"
}

.axi-panorama-horizontal:before {
    content: "\e8d5"
}

.axi-panorama-vertical:before {
    content: "\e8d6"
}

.axi-panorama-wide-angle:before {
    content: "\e8d7"
}

.axi-photo:before {
    content: "\e8d8"
}

.axi-photo-album:before {
    content: "\e8d9"
}

.axi-photo-camera:before {
    content: "\e8da"
}

.axi-photo-library:before {
    content: "\e8db"
}

.axi-portrait:before {
    content: "\e8dc"
}

.axi-remove-red-eye:before {
    content: "\e8dd"
}

.axi-rotate-left:before {
    content: "\e8de"
}

.axi-rotate-right:before {
    content: "\e8df"
}

.axi-slideshow:before {
    content: "\e8e0"
}

.axi-straighten:before {
    content: "\e8e1"
}

.axi-style:before {
    content: "\e8e2"
}

.axi-switch-camera:before {
    content: "\e8e3"
}

.axi-switch-video:before {
    content: "\e8e4"
}

.axi-tag-faces:before {
    content: "\e8e5"
}

.axi-texture:before {
    content: "\e8e6"
}

.axi-timelapse:before {
    content: "\e8e7"
}

.axi-timer-3:before {
    content: "\e8e8"
}

.axi-timer-10:before {
    content: "\e8e9"
}

.axi-timer:before {
    content: "\e8ea"
}

.axi-timer-auto:before {
    content: "\e8eb"
}

.axi-timer-off:before {
    content: "\e8ec"
}

.axi-tonality:before {
    content: "\e8ed"
}

.axi-transform:before {
    content: "\e8ee"
}

.axi-tune:before {
    content: "\e8ef"
}

.axi-wb-auto:before {
    content: "\e8f0"
}

.axi-wb-cloudy:before {
    content: "\e8f1"
}

.axi-wb-incandescent:before {
    content: "\e8f2"
}

.axi-wb-irradescent:before {
    content: "\e8f3"
}

.axi-wb-sunny:before {
    content: "\e8f4"
}

.axi-beenhere:before {
    content: "\e8f5"
}

.axi-directions:before {
    content: "\e8f6"
}

.axi-directions-bike:before {
    content: "\e8f7"
}

.axi-directions-bus:before {
    content: "\e8f8"
}

.axi-directions-car:before {
    content: "\e8f9"
}

.axi-directions-ferry:before {
    content: "\e8fa"
}

.axi-directions-subway:before {
    content: "\e8fb"
}

.axi-directions-train:before {
    content: "\e8fc"
}

.axi-directions-transit:before {
    content: "\e8fd"
}

.axi-directions-walk:before {
    content: "\e8fe"
}

.axi-flight:before {
    content: "\e8ff"
}

.axi-hotel:before {
    content: "\e900"
}

.axi-layers2:before {
    content: "\e901"
}

.axi-layers-clear:before {
    content: "\e902"
}

.axi-local-airport:before {
    content: "\e903"
}

.axi-local-atm:before {
    content: "\e904"
}

.axi-local-attraction:before {
    content: "\e905"
}

.axi-local-bar:before {
    content: "\e906"
}

.axi-local-cafe:before {
    content: "\e907"
}

.axi-local-car-wash:before {
    content: "\e908"
}

.axi-local-convenience-store:before {
    content: "\e909"
}

.axi-local-drink:before {
    content: "\e90a"
}

.axi-local-florist:before {
    content: "\e90b"
}

.axi-local-gas-station:before {
    content: "\e90c"
}

.axi-local-grocery-store:before {
    content: "\e90d"
}

.axi-local-hospital:before {
    content: "\e90e"
}

.axi-local-hotel:before {
    content: "\e90f"
}

.axi-local-laundry-service:before {
    content: "\e910"
}

.axi-local-library:before {
    content: "\e911"
}

.axi-local-mall:before {
    content: "\e912"
}

.axi-local-movies:before {
    content: "\e913"
}

.axi-local-offer:before {
    content: "\e914"
}

.axi-local-parking:before {
    content: "\e915"
}

.axi-local-pharmacy:before {
    content: "\e916"
}

.axi-local-phone:before {
    content: "\e917"
}

.axi-local-pizza:before {
    content: "\e918"
}

.axi-local-play:before {
    content: "\e919"
}

.axi-local-post-office:before {
    content: "\e91a"
}

.axi-local-print-shop:before {
    content: "\e91b"
}

.axi-local-restaurant:before {
    content: "\e91c"
}

.axi-local-see:before {
    content: "\e91d"
}

.axi-local-shipping:before {
    content: "\e91e"
}

.axi-local-taxi:before {
    content: "\e91f"
}

.axi-location-history:before {
    content: "\e920"
}

.axi-map2:before {
    content: "\e921"
}

.axi-my-location:before {
    content: "\e922"
}

.axi-navigation:before {
    content: "\e923"
}

.axi-pin-drop:before {
    content: "\e924"
}

.axi-place:before {
    content: "\e925"
}

.axi-rate-review:before {
    content: "\e926"
}

.axi-restaurant-menu:before {
    content: "\e927"
}

.axi-satellite:before {
    content: "\e928"
}

.axi-store-mall-directory:before {
    content: "\e929"
}

.axi-terrain:before {
    content: "\e92a"
}

.axi-traff:before {
    content: "\e92b"
}

.axi-apps:before {
    content: "\e92c"
}

.axi-arrow-back:before {
    content: "\e92d"
}

.axi-arrow-drop-down:before {
    content: "\e92e"
}

.axi-arrow-drop-down-circle:before {
    content: "\e930"
}

.axi-arrow-drop-up:before {
    content: "\e931"
}

.axi-arrow-forward:before {
    content: "\e932"
}

.axi-cancel:before {
    content: "\e933"
}

.axi-check2:before {
    content: "\e934"
}

.axi-chevron-left:before {
    content: "\e935"
}

.axi-chevron-right:before {
    content: "\e936"
}

.axi-close:before {
    content: "\e937"
}

.axi-expand-less:before {
    content: "\e938"
}

.axi-expand-more:before {
    content: "\e939"
}

.axi-fullscreen:before {
    content: "\e93a"
}

.axi-fullscreen-exit:before {
    content: "\e93b"
}

.axi-menu2:before {
    content: "\e93c"
}

.axi-more-horiz:before {
    content: "\e93d"
}

.axi-more-vert:before {
    content: "\e93e"
}

.axi-refresh:before {
    content: "\e93f"
}

.axi-unfold-less:before {
    content: "\e940"
}

.axi-unfold-more:before {
    content: "\e941"
}

.axi-adb:before {
    content: "\e942"
}

.axi-bluetooth-audio:before {
    content: "\e943"
}

.axi-disc-full:before {
    content: "\e944"
}

.axi-dnd-forwardslash:before {
    content: "\e945"
}

.axi-do-not-disturb:before {
    content: "\e946"
}

.axi-drive-eta:before {
    content: "\e947"
}

.axi-event-available:before {
    content: "\e948"
}

.axi-event-busy:before {
    content: "\e949"
}

.axi-event-note:before {
    content: "\e94a"
}

.axi-folder-special:before {
    content: "\e94b"
}

.axi-mms:before {
    content: "\e94c"
}

.axi-more:before {
    content: "\e94d"
}

.axi-network-locked:before {
    content: "\e94e"
}

.axi-phone-bluetooth-speaker:before {
    content: "\e94f"
}

.axi-phone-forwarded:before {
    content: "\e950"
}

.axi-phone-in-talk:before {
    content: "\e951"
}

.axi-phone-locked:before {
    content: "\e952"
}

.axi-phone-missed:before {
    content: "\e953"
}

.axi-phone-paused:before {
    content: "\e954"
}

.axi-play-download:before {
    content: "\e955"
}

.axi-play-install:before {
    content: "\e956"
}

.axi-sd-card:before {
    content: "\e957"
}

.axi-sim-card-alert:before {
    content: "\e958"
}

.axi-sms:before {
    content: "\e959"
}

.axi-sms-failed:before {
    content: "\e95a"
}

.axi-sync:before {
    content: "\e95b"
}

.axi-sync-disabled:before {
    content: "\e95c"
}

.axi-sync-problem:before {
    content: "\e95d"
}

.axi-system-update:before {
    content: "\e95e"
}

.axi-tap-and-play:before {
    content: "\e95f"
}

.axi-time-to-leave:before {
    content: "\e960"
}

.axi-vibration:before {
    content: "\e961"
}

.axi-voice-chat:before {
    content: "\e962"
}

.axi-vpn-lock:before {
    content: "\e963"
}

.axi-cake:before {
    content: "\e964"
}

.axi-domain:before {
    content: "\e965"
}

.axi-group:before {
    content: "\e966"
}

.axi-group-add:before {
    content: "\e967"
}

.axi-location-city:before {
    content: "\e968"
}

.axi-mood:before {
    content: "\e969"
}

.axi-notifications:before {
    content: "\e96a"
}

.axi-notifications-none:before {
    content: "\e96b"
}

.axi-notifications-off:before {
    content: "\e96c"
}

.axi-notifications-on:before {
    content: "\e96d"
}

.axi-notifications-paused:before {
    content: "\e96e"
}

.axi-pages:before {
    content: "\e96f"
}

.axi-party-mode:before {
    content: "\e970"
}

.axi-people:before {
    content: "\e971"
}

.axi-people-outline:before {
    content: "\e972"
}

.axi-person:before {
    content: "\e973"
}

.axi-person-add:before {
    content: "\e974"
}

.axi-person-outline:before {
    content: "\e975"
}

.axi-plus-one:before {
    content: "\e976"
}

.axi-poll:before {
    content: "\e977"
}

.axi-publ:before {
    content: "\e978"
}

.axi-school:before {
    content: "\e979"
}

.axi-share2:before {
    content: "\e97a"
}

.axi-whatshot:before {
    content: "\e97b"
}

.axi-check-box:before {
    content: "\e97c"
}

.axi-check-box-outline-blank:before {
    content: "\e97d"
}

.axi-radio-button-off:before {
    content: "\e97e"
}

.axi-radio-button-on:before {
    content: "\e97f"
}

.axi-star2:before {
    content: "\e980"
}

.axi-star-half:before {
    content: "\e981"
}

.axi-star-outline:before {
    content: "\e982"
}

.axi-sunrise:before {
    content: "\e64c"
}

.axi-sun:before {
    content: "\e64d"
}

.axi-moon:before {
    content: "\e64e"
}

.axi-sun2:before {
    content: "\e64f"
}

.axi-windy:before {
    content: "\e650"
}

.axi-wind:before {
    content: "\e651"
}

.axi-snowflake:before {
    content: "\e652"
}

.axi-cloudy:before {
    content: "\e653"
}

.axi-cloud:before {
    content: "\e654"
}

.axi-weather:before {
    content: "\e655"
}

.axi-weather2:before {
    content: "\e656"
}

.axi-weather3:before {
    content: "\e657"
}

.axi-lines:before {
    content: "\e658"
}

.axi-cloud2:before {
    content: "\e659"
}

.axi-lightning:before {
    content: "\e65a"
}

.axi-lightning2:before {
    content: "\e65b"
}

.axi-rainy:before {
    content: "\e65c"
}

.axi-rainy2:before {
    content: "\e65d"
}

.axi-windy2:before {
    content: "\e65e"
}

.axi-windy3:before {
    content: "\e65f"
}

.axi-snowy:before {
    content: "\e660"
}

.axi-snowy2:before {
    content: "\e661"
}

.axi-snowy3:before {
    content: "\e662"
}

.axi-weather4:before {
    content: "\e663"
}

.axi-cloudy2:before {
    content: "\e664"
}

.axi-cloud3:before {
    content: "\e665"
}

.axi-lightning3:before {
    content: "\e666"
}

.axi-sun3:before {
    content: "\e667"
}

.axi-moon2:before {
    content: "\e668"
}

.axi-cloudy3:before {
    content: "\e669"
}

.axi-cloud4:before {
    content: "\e66a"
}

.axi-cloud5:before {
    content: "\e66b"
}

.axi-lightning4:before {
    content: "\e66c"
}

.axi-rainy3:before {
    content: "\e66d"
}

.axi-rainy4:before {
    content: "\e66e"
}

.axi-windy4:before {
    content: "\e66f"
}

.axi-windy5:before {
    content: "\e670"
}

.axi-snowy4:before {
    content: "\e671"
}

.axi-snowy5:before {
    content: "\e672"
}

.axi-weather5:before {
    content: "\e673"
}

.axi-cloudy4:before {
    content: "\e674"
}

.axi-lightning5:before {
    content: "\e675"
}

.axi-thermometer:before {
    content: "\e676"
}

.axi-compass:before {
    content: "\e677"
}

.axi-none:before {
    content: "\e678"
}

.axi-Celsius:before {
    content: "\e679"
}

.axi-Fahrenheit:before {
    content: "\e67a"
}

.axi-ion-alert-circled:before {
    content: "\f10f"
}

.axi-ion-alert:before {
    content: "\f116"
}

.axi-ion-android-add-contact:before {
    content: "\f2c6"
}

.axi-ion-android-add:before {
    content: "\f2c7"
}

.axi-ion-android-alarm:before {
    content: "\f2c8"
}

.axi-ion-android-archive:before {
    content: "\f2c9"
}

.axi-ion-android-arrow-back:before {
    content: "\f2ca"
}

.axi-ion-android-arrow-down-left:before {
    content: "\f2cb"
}

.axi-ion-android-arrow-down-right:before {
    content: "\f2cc"
}

.axi-ion-android-arrow-forward:before {
    content: "\f30f"
}

.axi-ion-android-arrow-up-left:before {
    content: "\f2cd"
}

.axi-ion-android-arrow-up-right:before {
    content: "\f2ce"
}

.axi-ion-android-battery:before {
    content: "\f2cf"
}

.axi-ion-android-book:before {
    content: "\f2d0"
}

.axi-ion-android-calendar:before {
    content: "\f2d1"
}

.axi-ion-android-call:before {
    content: "\f2d2"
}

.axi-ion-android-camera:before {
    content: "\f2d3"
}

.axi-ion-android-chat:before {
    content: "\f2d4"
}

.axi-ion-android-checkmark:before {
    content: "\f2d5"
}

.axi-ion-android-clock:before {
    content: "\f2d6"
}

.axi-ion-android-close:before {
    content: "\f2d7"
}

.axi-ion-android-contact:before {
    content: "\f2d8"
}

.axi-ion-android-contacts:before {
    content: "\f2d9"
}

.axi-ion-android-data:before {
    content: "\f2da"
}

.axi-ion-android-developer:before {
    content: "\f2db"
}

.axi-ion-android-display:before {
    content: "\f2dc"
}

.axi-ion-android-download:before {
    content: "\f2dd"
}

.axi-ion-android-drawer:before {
    content: "\f310"
}

.axi-ion-android-dropdown:before {
    content: "\f2de"
}

.axi-ion-android-earth:before {
    content: "\f2df"
}

.axi-ion-android-folder:before {
    content: "\f2e0"
}

.axi-ion-android-forums:before {
    content: "\f2e1"
}

.axi-ion-android-friends:before {
    content: "\f2e2"
}

.axi-ion-android-hand:before {
    content: "\f2e3"
}

.axi-ion-android-image:before {
    content: "\f2e4"
}

.axi-ion-android-inbox:before {
    content: "\f2e5"
}

.axi-ion-android-information:before {
    content: "\f2e6"
}

.axi-ion-android-keypad:before {
    content: "\f2e7"
}

.axi-ion-android-lightbulb:before {
    content: "\f2e8"
}

.axi-ion-android-locate:before {
    content: "\f2e9"
}

.axi-ion-android-location:before {
    content: "\f2ea"
}

.axi-ion-android-mail:before {
    content: "\f2eb"
}

.axi-ion-android-microphone:before {
    content: "\f2ec"
}

.axi-ion-android-mixer:before {
    content: "\f2ed"
}

.axi-ion-android-more:before {
    content: "\f2ee"
}

.axi-ion-android-note:before {
    content: "\f2ef"
}

.axi-ion-android-playstore:before {
    content: "\f2f0"
}

.axi-ion-android-printer:before {
    content: "\f2f1"
}

.axi-ion-android-reminder:before {
    content: "\f2f3"
}

.axi-ion-android-remove:before {
    content: "\f2f4"
}

.axi-ion-android-search:before {
    content: "\f2f5"
}

.axi-ion-android-send:before {
    content: "\f2f6"
}

.axi-ion-android-settings:before {
    content: "\f2f7"
}

.axi-ion-android-share:before {
    content: "\f2f8"
}

.axi-ion-android-social-user:before {
    content: "\f2f9"
}

.axi-ion-android-social:before {
    content: "\f2fa"
}

.axi-ion-android-sort:before {
    content: "\f2fb"
}

.axi-ion-android-stair-drawer:before {
    content: "\f311"
}

.axi-ion-android-star:before {
    content: "\f2fc"
}

.axi-ion-android-stopwatch:before {
    content: "\f2fd"
}

.axi-ion-android-storage:before {
    content: "\f2fe"
}

.axi-ion-android-system-back:before {
    content: "\f2ff"
}

.axi-ion-android-system-home:before {
    content: "\f300"
}

.axi-ion-android-system-windows:before {
    content: "\f301"
}

.axi-ion-android-timer:before {
    content: "\f302"
}

.axi-ion-android-trash:before {
    content: "\f303"
}

.axi-ion-android-user-menu:before {
    content: "\f312"
}

.axi-ion-android-volume:before {
    content: "\f304"
}

.axi-ion-android-wifi:before {
    content: "\f305"
}

.axi-ion-aperture:before {
    content: "\f313"
}

.axi-ion-archive:before {
    content: "\f117"
}

.axi-ion-arrow-down-a:before {
    content: "\f11f"
}

.axi-ion-arrow-down-b:before {
    content: "\f12f"
}

.axi-ion-arrow-down-c:before {
    content: "\f13f"
}

.axi-ion-arrow-expand:before {
    content: "\f25e"
}

.axi-ion-arrow-graph-down-left:before {
    content: "\f25f"
}

.axi-ion-arrow-graph-down-right:before {
    content: "\f260"
}

.axi-ion-arrow-graph-up-left:before {
    content: "\f261"
}

.axi-ion-arrow-graph-up-right:before {
    content: "\f262"
}

.axi-ion-arrow-left-a:before {
    content: "\f14f"
}

.axi-ion-arrow-left-b:before {
    content: "\f15f"
}

.axi-ion-arrow-left-c:before {
    content: "\f16f"
}

.axi-ion-arrow-move:before {
    content: "\f263"
}

.axi-ion-arrow-resize:before {
    content: "\f264"
}

.axi-ion-arrow-return-left:before {
    content: "\f265"
}

.axi-ion-arrow-return-right:before {
    content: "\f266"
}

.axi-ion-arrow-right-a:before {
    content: "\f17f"
}

.axi-ion-arrow-right-b:before {
    content: "\f18f"
}

.axi-ion-arrow-right-c:before {
    content: "\f197"
}

.axi-ion-arrow-shrink:before {
    content: "\f267"
}

.axi-ion-arrow-swap:before {
    content: "\f268"
}

.axi-ion-arrow-up-a:before {
    content: "\f198"
}

.axi-ion-arrow-up-b:before {
    content: "\f199"
}

.axi-ion-arrow-up-c:before {
    content: "\f19a"
}

.axi-ion-asterisk:before {
    content: "\f314"
}

.axi-ion-at:before {
    content: "\f19b"
}

.axi-ion-bag:before {
    content: "\f19c"
}

.axi-ion-battery-charging:before {
    content: "\f19d"
}

.axi-ion-battery-empty:before {
    content: "\f19e"
}

.axi-ion-battery-full:before {
    content: "\f19f"
}

.axi-ion-battery-half:before {
    content: "\f1a0"
}

.axi-ion-battery-low:before {
    content: "\f1a1"
}

.axi-ion-beaker:before {
    content: "\f269"
}

.axi-ion-beer:before {
    content: "\f26a"
}

.axi-ion-bluetooth:before {
    content: "\f1a2"
}

.axi-ion-bonfire:before {
    content: "\f315"
}

.axi-ion-bookmark:before {
    content: "\f26b"
}

.axi-ion-briefcase:before {
    content: "\f26c"
}

.axi-ion-bug:before {
    content: "\f2be"
}

.axi-ion-calculator:before {
    content: "\f26d"
}

.axi-ion-calendar:before {
    content: "\f1a3"
}

.axi-ion-camera:before {
    content: "\f1a4"
}

.axi-ion-card:before {
    content: "\f1a5"
}

.axi-ion-cash:before {
    content: "\f316"
}

.axi-ion-chatbox-working:before {
    content: "\f1a6"
}

.axi-ion-chatbox:before {
    content: "\f1a7"
}

.axi-ion-chatboxes:before {
    content: "\f1a8"
}

.axi-ion-chatbubble-working:before {
    content: "\f1a9"
}

.axi-ion-chatbubble:before {
    content: "\f1aa"
}

.axi-ion-chatbubbles:before {
    content: "\f1ab"
}

.axi-ion-checkmark-circled:before {
    content: "\f1ac"
}

.axi-ion-checkmark-round:before {
    content: "\f1ad"
}

.axi-ion-checkmark:before {
    content: "\f1ae"
}

.axi-ion-chevron-down:before {
    content: "\f1af"
}

.axi-ion-chevron-left:before {
    content: "\f1b0"
}

.axi-ion-chevron-right:before {
    content: "\f1b1"
}

.axi-ion-chevron-up:before {
    content: "\f1b2"
}

.axi-ion-clipboard:before {
    content: "\f1b3"
}

.axi-ion-clock:before {
    content: "\f26e"
}

.axi-ion-close-circled:before {
    content: "\f1b4"
}

.axi-ion-close-round:before {
    content: "\f1b5"
}

.axi-ion-close:before {
    content: "\f1b6"
}

.axi-ion-closed-captioning:before {
    content: "\f317"
}

.axi-ion-cloud:before {
    content: "\f1b7"
}

.axi-ion-code-download:before {
    content: "\f26f"
}

.axi-ion-code-working:before {
    content: "\f270"
}

.axi-ion-code:before {
    content: "\f271"
}

.axi-ion-coffee:before {
    content: "\f272"
}

.axi-ion-compass:before {
    content: "\f273"
}

.axi-ion-compose:before {
    content: "\f1b8"
}

.axi-ion-connection-bars:before {
    content: "\f274"
}

.axi-ion-contrast:before {
    content: "\f275"
}

.axi-ion-cube:before {
    content: "\f318"
}

.axi-ion-disc:before {
    content: "\f1b9"
}

.axi-ion-document-text:before {
    content: "\f1ba"
}

.axi-ion-document:before {
    content: "\f1bb"
}

.axi-ion-drag:before {
    content: "\f1bc"
}

.axi-ion-earth:before {
    content: "\f276"
}

.axi-ion-edit:before {
    content: "\f2bf"
}

.axi-ion-egg:before {
    content: "\f277"
}

.axi-ion-eject:before {
    content: "\f1bd"
}

.axi-ion-email:before {
    content: "\f1be"
}

.axi-ion-eye-disabled:before {
    content: "\f306"
}

.axi-ion-eye:before {
    content: "\f1bf"
}

.axi-ion-female:before {
    content: "\f278"
}

.axi-ion-filing:before {
    content: "\f1c0"
}

.axi-ion-film-marker:before {
    content: "\f1c1"
}

.axi-ion-fireball:before {
    content: "\f319"
}

.axi-ion-flag:before {
    content: "\f279"
}

.axi-ion-flame:before {
    content: "\f31a"
}

.axi-ion-flash-off:before {
    content: "\f1c2"
}

.axi-ion-flash:before {
    content: "\f1c3"
}

.axi-ion-flask:before {
    content: "\f1c4"
}

.axi-ion-folder:before {
    content: "\f1c5"
}

.axi-ion-fork-repo:before {
    content: "\f2c0"
}

.axi-ion-fork:before {
    content: "\f27a"
}

.axi-ion-forward:before {
    content: "\f1c6"
}

.axi-ion-funnel:before {
    content: "\f31b"
}

.axi-ion-game-controller-a:before {
    content: "\f1c7"
}

.axi-ion-game-controller-b:before {
    content: "\f1c8"
}

.axi-ion-gear-a:before {
    content: "\f1c9"
}

.axi-ion-gear-b:before {
    content: "\f1ca"
}

.axi-ion-grid:before {
    content: "\f1cb"
}

.axi-ion-hammer:before {
    content: "\f27b"
}

.axi-ion-happy:before {
    content: "\f31c"
}

.axi-ion-headphone:before {
    content: "\f1cc"
}

.axi-ion-heart-broken:before {
    content: "\f31d"
}

.axi-ion-heart:before {
    content: "\f1cd"
}

.axi-ion-help-buoy:before {
    content: "\f27c"
}

.axi-ion-help-circled:before {
    content: "\f1ce"
}

.axi-ion-help:before {
    content: "\f1cf"
}

.axi-ion-home:before {
    content: "\f1d0"
}

.axi-ion-icecream:before {
    content: "\f27d"
}

.axi-ion-image:before {
    content: "\f1d1"
}

.axi-ion-images:before {
    content: "\f1d2"
}

.axi-ion-information-circled:before {
    content: "\f1d3"
}

.axi-ion-ipad:before {
    content: "\f1f9"
}

.axi-ion-iphone:before {
    content: "\f1fa"
}

.axi-ion-ipod:before {
    content: "\f1fb"
}

.axi-ion-laptop:before {
    content: "\f1fc"
}

.axi-ion-link:before {
    content: "\f1fe"
}

.axi-ion-load-a:before {
    content: "\f29a"
}

.axi-ion-load-b:before {
    content: "\f29b"
}

.axi-ion-load-c:before {
    content: "\f29c"
}

.axi-ion-load-d:before {
    content: "\f29d"
}

.axi-ion-log-in:before {
    content: "\f29e"
}

.axi-ion-log-out:before {
    content: "\f29f"
}

.axi-ion-loop:before {
    content: "\f201"
}

.axi-ion-magnet:before {
    content: "\f2a0"
}

.axi-ion-male:before {
    content: "\f2a1"
}

.axi-ion-man:before {
    content: "\f202"
}

.axi-ion-map:before {
    content: "\f203"
}

.axi-ion-medkit:before {
    content: "\f2a2"
}

.axi-ion-merge:before {
    content: "\f33f"
}

.axi-ion-mic-a:before {
    content: "\f204"
}

.axi-ion-mic-b:before {
    content: "\f205"
}

.axi-ion-mic-c:before {
    content: "\f206"
}

.axi-ion-model-s:before {
    content: "\f2c1"
}

.axi-ion-monitor:before {
    content: "\f20a"
}

.axi-ion-more:before {
    content: "\f20b"
}

.axi-ion-network:before {
    content: "\f341"
}

.axi-ion-person-add:before {
    content: "\f211"
}

.axi-ion-person-stalker:before {
    content: "\f212"
}

.axi-ion-person:before {
    content: "\f213"
}

.axi-ion-pizza:before {
    content: "\f2a8"
}

.axi-ion-pull-request:before {
    content: "\f345"
}

.axi-ion-quote:before {
    content: "\f347"
}

.axi-ion-refresh:before {
    content: "\f21c"
}

.axi-ion-ribbon-a:before {
    content: "\f348"
}

.axi-ion-ribbon-b:before {
    content: "\f349"
}

.axi-ion-settings:before {
    content: "\f2ad"
}

.axi-ion-shuffle:before {
    content: "\f221"
}

.axi-ion-woman:before {
    content: "\f25d"
}

.axi-ion-wrench:before {
    content: "\f2ba"
}

.axi-eye:before {
    content: "\e000"
}

.axi-paper-clip:before {
    content: "\e001"
}

.axi-mail:before {
    content: "\e002"
}

.axi-toggle:before {
    content: "\e003"
}

.axi-layout:before {
    content: "\e004"
}

.axi-link:before {
    content: "\e005"
}

.axi-bell:before {
    content: "\e006"
}

.axi-lock:before {
    content: "\e007"
}

.axi-unlock:before {
    content: "\e008"
}

.axi-ribbon:before {
    content: "\e009"
}

.axi-image:before {
    content: "\e010"
}

.axi-signal:before {
    content: "\e011"
}

.axi-target:before {
    content: "\e012"
}

.axi-clipboard:before {
    content: "\e013"
}

.axi-clock:before {
    content: "\e014"
}

.axi-watch:before {
    content: "\e015"
}

.axi-air-play:before {
    content: "\e016"
}

.axi-camera:before {
    content: "\e017"
}

.axi-video:before {
    content: "\e018"
}

.axi-disc:before {
    content: "\e019"
}

.axi-printer:before {
    content: "\e020"
}

.axi-monitor:before {
    content: "\e021"
}

.axi-server:before {
    content: "\e022"
}

.axi-cog:before {
    content: "\e023"
}

.axi-heart:before {
    content: "\e024"
}

.axi-paragraph:before {
    content: "\e025"
}

.axi-align-justify:before {
    content: "\e026"
}

.axi-align-left:before {
    content: "\e027"
}

.axi-align-center:before {
    content: "\e028"
}

.axi-align-right:before {
    content: "\e029"
}

.axi-book:before {
    content: "\e030"
}

.axi-layers:before {
    content: "\e031"
}

.axi-stack:before {
    content: "\e032"
}

.axi-stack-2:before {
    content: "\e033"
}

.axi-paper:before {
    content: "\e034"
}

.axi-paper-stack:before {
    content: "\e035"
}

.axi-search:before {
    content: "\e036"
}

.axi-zoom-in:before {
    content: "\e037"
}

.axi-zoom-out:before {
    content: "\e038"
}

.axi-reply:before {
    content: "\e039"
}

.axi-circle-plus:before {
    content: "\e040"
}

.axi-circle-minus:before {
    content: "\e041"
}

.axi-circle-check:before {
    content: "\e042"
}

.axi-circle-cross:before {
    content: "\e043"
}

.axi-square-plus:before {
    content: "\e044"
}

.axi-square-minus:before {
    content: "\e045"
}

.axi-square-check:before {
    content: "\e046"
}

.axi-square-cross:before {
    content: "\e047"
}

.axi-microphone:before {
    content: "\e048"
}

.axi-record:before {
    content: "\e049"
}

.axi-skip-back:before {
    content: "\e050"
}

.axi-rewind:before {
    content: "\e051"
}

.axi-play:before {
    content: "\e052"
}

.axi-pause:before {
    content: "\e053"
}

.axi-stop:before {
    content: "\e054"
}

.axi-fast-forward:before {
    content: "\e055"
}

.axi-skip-forward:before {
    content: "\e056"
}

.axi-shuffle:before {
    content: "\e057"
}

.axi-repeat:before {
    content: "\e058"
}

.axi-folder:before {
    content: "\e059"
}

.axi-umbrella:before {
    content: "\e060"
}

.axi-moon3:before {
    content: "\e061"
}

.axi-thermometer2:before {
    content: "\e062"
}

.axi-drop:before {
    content: "\e063"
}

.axi-sun4:before {
    content: "\e064"
}

.axi-cloud6:before {
    content: "\e065"
}

.axi-cloud-upload:before {
    content: "\e066"
}

.axi-cloud-download:before {
    content: "\e067"
}

.axi-upload:before {
    content: "\e068"
}

.axi-download:before {
    content: "\e069"
}

.axi-location:before {
    content: "\e070"
}

.axi-location-2:before {
    content: "\e071"
}

.axi-map:before {
    content: "\e072"
}

.axi-battery:before {
    content: "\e073"
}

.axi-head:before {
    content: "\e074"
}

.axi-briefcase:before {
    content: "\e075"
}

.axi-speech-bubble:before {
    content: "\e076"
}

.axi-anchor:before {
    content: "\e077"
}

.axi-globe:before {
    content: "\e078"
}

.axi-box:before {
    content: "\e079"
}

.axi-reload:before {
    content: "\e080"
}

.axi-share:before {
    content: "\e081"
}

.axi-marquee:before {
    content: "\e082"
}

.axi-marquee-plus:before {
    content: "\e083"
}

.axi-marquee-minus:before {
    content: "\e084"
}

.axi-tag:before {
    content: "\e085"
}

.axi-power:before {
    content: "\e086"
}

.axi-command:before {
    content: "\e087"
}

.axi-alt:before {
    content: "\e088"
}

.axi-esc:before {
    content: "\e089"
}

.axi-bar-graph:before {
    content: "\e090"
}

.axi-bar-graph-2:before {
    content: "\e091"
}

.axi-pie-graph:before {
    content: "\e092"
}

.axi-star:before {
    content: "\e093"
}

.axi-arrow-left:before {
    content: "\e094"
}

.axi-arrow-right:before {
    content: "\e095"
}

.axi-arrow-up:before {
    content: "\e096"
}

.axi-arrow-down:before {
    content: "\e097"
}

.axi-volume:before {
    content: "\e098"
}

.axi-mute:before {
    content: "\e099"
}

.axi-content-right:before {
    content: "\e100"
}

.axi-content-left:before {
    content: "\e101"
}

.axi-grid:before {
    content: "\e102"
}

.axi-grid-2:before {
    content: "\e103"
}

.axi-columns:before {
    content: "\e104"
}

.axi-loader:before {
    content: "\e105"
}

.axi-bag:before {
    content: "\e106"
}

.axi-ban:before {
    content: "\e107"
}

.axi-flag:before {
    content: "\e108"
}

.axi-trash:before {
    content: "\e109"
}

.axi-expand:before {
    content: "\e110"
}

.axi-contract:before {
    content: "\e111"
}

.axi-maximize:before {
    content: "\e112"
}

.axi-minimize:before {
    content: "\e113"
}

.axi-plus:before {
    content: "\e114"
}

.axi-minus:before {
    content: "\e115"
}

.axi-check:before {
    content: "\e116"
}

.axi-cross:before {
    content: "\e117"
}

.axi-move:before {
    content: "\e118"
}

.axi-delete:before {
    content: "\e119"
}

.axi-menu:before {
    content: "\e120"
}

.axi-archive:before {
    content: "\e121"
}

.axi-inbox:before {
    content: "\e122"
}

.axi-outbox:before {
    content: "\e123"
}

.axi-file:before {
    content: "\e124"
}

.axi-file-add:before {
    content: "\e125"
}

.axi-file-subtract:before {
    content: "\e126"
}

.axi-help:before {
    content: "\e127"
}

.axi-open:before {
    content: "\e128"
}

.axi-ellipsis:before {
    content: "\e129"
}

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

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

.axi-search3:before {
    content: "\f002"
}

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

.axi-heart2:before {
    content: "\f004"
}

.axi-star3:before {
    content: "\f005"
}

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

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

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

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

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

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

.axi-check3:before {
    content: "\f00c"
}

.axi-close2:before {
    content: "\f00d"
}

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

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

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

.axi-signal2:before {
    content: "\f012"
}

.axi-cog2:before {
    content: "\f013"
}

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

.axi-home2:before {
    content: "\f015"
}

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

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

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

.axi-download2:before {
    content: "\f019"
}

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

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

.axi-inbox3:before {
    content: "\f01c"
}

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

.axi-repeat3:before {
    content: "\f01e"
}

.axi-refresh2:before {
    content: "\f021"
}

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

.axi-lock3:before {
    content: "\f023"
}

.axi-flag3:before {
    content: "\f024"
}

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

.axi-volume-off2:before {
    content: "\f026"
}

.axi-volume-down2:before {
    content: "\f027"
}

.axi-volume-up2:before {
    content: "\f028"
}

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

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

.axi-tag2:before {
    content: "\f02b"
}

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

.axi-book3:before {
    content: "\f02d"
}

.axi-bookmark2:before {
    content: "\f02e"
}

.axi-print2:before {
    content: "\f02f"
}

.axi-camera3:before {
    content: "\f030"
}

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

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

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

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

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

.axi-align-left2:before {
    content: "\f036"
}

.axi-align-center2:before {
    content: "\f037"
}

.axi-align-right2:before {
    content: "\f038"
}

.axi-align-justify2:before {
    content: "\f039"
}

.axi-list2:before {
    content: "\f03a"
}

.axi-dedent:before {
    content: "\f03b"
}

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

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

.axi-image3:before {
    content: "\f03e"
}

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

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

.axi-adjust2:before {
    content: "\f042"
}

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

.axi-edit2:before {
    content: "\f044"
}

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

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

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

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

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

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

.axi-play2:before {
    content: "\f04b"
}

.axi-pause3:before {
    content: "\f04c"
}

.axi-stop3:before {
    content: "\f04d"
}

.axi-forward2:before {
    content: "\f04e"
}

.axi-fast-forward3:before {
    content: "\f050"
}

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

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

.axi-chevron-left2:before {
    content: "\f053"
}

.axi-chevron-right2:before {
    content: "\f054"
}

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

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

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

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

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

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

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

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

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

.axi-ban2:before {
    content: "\f05e"
}

.axi-arrow-left2:before {
    content: "\f060"
}

.axi-arrow-right2:before {
    content: "\f061"
}

.axi-arrow-up2:before {
    content: "\f062"
}

.axi-arrow-down2:before {
    content: "\f063"
}

.axi-mail-forward:before {
    content: "\f064"
}

.axi-expand2:before {
    content: "\f065"
}

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

.axi-plus2:before {
    content: "\f067"
}

.axi-minus2:before {
    content: "\f068"
}

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

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

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

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

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

.axi-eye2:before {
    content: "\f06e"
}

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

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

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

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

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

.axi-comment2:before {
    content: "\f075"
}

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

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

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

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

.axi-shopping-cart2:before {
    content: "\f07a"
}

.axi-folder3:before {
    content: "\f07b"
}

.axi-folder-open2:before {
    content: "\f07c"
}

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

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

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

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

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

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

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

.axi-cogs:before {
    content: "\f085"
}

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

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

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

.axi-star-half2:before {
    content: "\f089"
}

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

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

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

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

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

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

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

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

.axi-upload2:before {
    content: "\f093"
}

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

.axi-phone2:before {
    content: "\f095"
}

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

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

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

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

.axi-facebook:before {
    content: "\f09a"
}

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

.axi-unlock2:before {
    content: "\f09c"
}

.axi-credit-card2:before {
    content: "\f09d"
}

.axi-rss:before {
    content: "\f09e"
}

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

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

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

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

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

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

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

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

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

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

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

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

.axi-globe2:before {
    content: "\f0ac"
}

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

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

.axi-filter2:before {
    content: "\f0b0"
}

.axi-briefcase2:before {
    content: "\f0b1"
}

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

.axi-group2:before {
    content: "\f0c0"
}

.axi-chain:before {
    content: "\f0c1"
}

.axi-cloud8:before {
    content: "\f0c2"
}

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

.axi-cut:before {
    content: "\f0c4"
}

.axi-copy:before {
    content: "\f0c5"
}

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

.axi-floppy-o:before {
    content: "\f0c7"
}

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

.axi-bars:before {
    content: "\f0c9"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.axi-columns2:before {
    content: "\f0db"
}

.axi-sort2:before {
    content: "\f0dc"
}

.axi-sort-desc:before {
    content: "\f0dd"
}

.axi-sort-asc:before {
    content: "\f0de"
}

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

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

.axi-rotate-left2:before {
    content: "\f0e2"
}

.axi-gavel:before {
    content: "\f0e3"
}

.axi-dashboard2:before {
    content: "\f0e4"
}

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

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

.axi-bolt:before {
    content: "\f0e7"
}

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

.axi-umbrella2:before {
    content: "\f0e9"
}

.axi-clipboard2:before {
    content: "\f0ea"
}

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

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

.axi-cloud-download3:before {
    content: "\f0ed"
}

.axi-cloud-upload3:before {
    content: "\f0ee"
}

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

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

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

.axi-bell2:before {
    content: "\f0f3"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.axi-laptop2:before {
    content: "\f109"
}

.axi-tablet2:before {
    content: "\f10a"
}

.axi-mobile:before {
    content: "\f10b"
}

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

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

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

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

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

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

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

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

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

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

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

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

.axi-gamepad2:before {
    content: "\f11b"
}

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

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

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

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

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

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

.axi-star-half-empty:before {
    content: "\f123"
}

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

.axi-crop2:before {
    content: "\f125"
}

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

.axi-chain-broken:before {
    content: "\f127"
}

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

.axi-info2:before {
    content: "\f129"
}

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

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

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

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

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

.axi-microphone2:before {
    content: "\f130"
}

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

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

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

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

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

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

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

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

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

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

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

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

.axi-anchor2:before {
    content: "\f13d"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.axi-compass2:before {
    content: "\f14e"
}

.axi-caret-square-o-down:before {
    content: "\f150"
}

.axi-caret-square-o-up:before {
    content: "\f151"
}

.axi-caret-square-o-right:before {
    content: "\f152"
}

.axi-eur:before {
    content: "\f153"
}

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

.axi-dollar:before {
    content: "\f155"
}

.axi-inr:before {
    content: "\f156"
}

.axi-cny:before {
    content: "\f157"
}

.axi-rouble:before {
    content: "\f158"
}

.axi-krw:before {
    content: "\f159"
}

.axi-bitcoin:before {
    content: "\f15a"
}

.axi-file2:before {
    content: "\f15b"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.axi-android2:before {
    content: "\f17b"
}

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

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

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

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

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

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

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

.axi-gittip:before {
    content: "\f184"
}

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

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

.axi-archive3:before {
    content: "\f187"
}

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

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

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

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

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

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

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

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

.axi-caret-square-o-left:before {
    content: "\f191"
}

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

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

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

.axi-try:before {
    content: "\f195"
}

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

.axi-space-shuttle:before {
    content: "\f1d4"
}

.axi-slack:before {
    content: "\f1d5"
}

.axi-envelope-square:before {
    content: "\f1d6"
}

.axi-wordpress:before {
    content: "\f1d7"
}

.axi-openid:before {
    content: "\f1d8"
}

.axi-bank:before {
    content: "\f1d9"
}

.axi-graduation-cap:before {
    content: "\f1da"
}

.axi-yahoo:before {
    content: "\f1db"
}

.axi-google:before {
    content: "\f1dc"
}

.axi-reddit:before {
    content: "\f1dd"
}

.axi-reddit-square:before {
    content: "\f1de"
}

.axi-stumbleupon-circle:before {
    content: "\f1df"
}

.axi-stumbleupon:before {
    content: "\f1e0"
}

.axi-delicious:before {
    content: "\f1e1"
}

.axi-digg:before {
    content: "\f1e2"
}

.axi-pied-piper:before {
    content: "\f1e3"
}

.axi-pied-piper-alt:before {
    content: "\f1e4"
}

.axi-drupal:before {
    content: "\f1e5"
}

.axi-joomla:before {
    content: "\f1e6"
}

.axi-language2:before {
    content: "\f1e7"
}

.axi-fax:before {
    content: "\f1e8"
}

.axi-building:before {
    content: "\f1e9"
}

.axi-child:before {
    content: "\f1ea"
}

.axi-paw:before {
    content: "\f1eb"
}

.axi-spoon:before {
    content: "\f1ec"
}

.axi-cube:before {
    content: "\f1ed"
}

.axi-cubes:before {
    content: "\f1ee"
}

.axi-behance:before {
    content: "\f1ef"
}

.axi-behance-square:before {
    content: "\f1f0"
}

.axi-steam:before {
    content: "\f1f1"
}

.axi-steam-square:before {
    content: "\f1f2"
}

.axi-recycle:before {
    content: "\f1f3"
}

.axi-automobile:before {
    content: "\f1f4"
}

.axi-cab:before {
    content: "\f1f5"
}

.axi-tree:before {
    content: "\f1f6"
}

.axi-spotify:before {
    content: "\f1f7"
}

.axi-deviantart:before {
    content: "\f1f8"
}

.axi-soundcloud:before {
    content: "\f1fd"
}

.axi-database:before {
    content: "\f1ff"
}

.axi-file-pdf-o:before {
    content: "\f200"
}

.axi-file-word-o:before {
    content: "\f207"
}

.axi-file-excel-o:before {
    content: "\f208"
}

.axi-file-powerpoint-o:before {
    content: "\f209"
}

.axi-file-image-o:before {
    content: "\f20c"
}

.axi-file-archive-o:before {
    content: "\f20d"
}

.axi-file-audio-o:before {
    content: "\f20e"
}

.axi-file-movie-o:before {
    content: "\f20f"
}

.axi-file-code-o:before {
    content: "\f210"
}

.axi-vine:before {
    content: "\f214"
}

.axi-codepen:before {
    content: "\f215"
}

.axi-jsfiddle:before {
    content: "\f216"
}

.axi-life-bouy:before {
    content: "\f217"
}

.axi-circle-o-notch:before {
    content: "\f218"
}

.axi-ra:before {
    content: "\f219"
}

.axi-empire:before {
    content: "\f21a"
}

.axi-git-square:before {
    content: "\f21b"
}

.axi-git:before {
    content: "\f21d"
}

.axi-hacker-news:before {
    content: "\f21e"
}

.axi-tencent-weibo:before {
    content: "\f21f"
}

.axi-qq:before {
    content: "\f220"
}

.axi-wechat:before {
    content: "\f222"
}

.axi-paper-plane:before {
    content: "\f223"
}

.axi-paper-plane-o:before {
    content: "\f224"
}

.axi-history2:before {
    content: "\f225"
}

.axi-circle-thin:before {
    content: "\f226"
}

.axi-header:before {
    content: "\f227"
}

.axi-paragraph2:before {
    content: "\f228"
}

.axi-sliders:before {
    content: "\f229"
}

.axi-share-alt:before {
    content: "\f22a"
}

.axi-share-alt-square:before {
    content: "\f22b"
}

.axi-bomb:before {
    content: "\f22c"
}

.axi-futbol-o:before {
    content: "\f22d"
}

.axi-tty:before {
    content: "\f22e"
}

.axi-binoculars:before {
    content: "\f22f"
}

.axi-plug:before {
    content: "\f230"
}

.axi-slideshare:before {
    content: "\f231"
}

.axi-twitch:before {
    content: "\f232"
}

.axi-yelp:before {
    content: "\f233"
}

.axi-newspaper-o:before {
    content: "\f234"
}

.axi-wifi:before {
    content: "\f235"
}

.axi-calculator:before {
    content: "\f236"
}

.axi-paypal:before {
    content: "\f237"
}

.axi-google-wallet:before {
    content: "\f238"
}

.axi-cc-visa:before {
    content: "\f239"
}

.axi-cc-mastercard:before {
    content: "\f23a"
}

.axi-cc-discover:before {
    content: "\f23b"
}

.axi-cc-amex:before {
    content: "\f23c"
}

.axi-cc-paypal:before {
    content: "\f23d"
}

.axi-cc-stripe:before {
    content: "\f23e"
}

.axi-bell-slash:before {
    content: "\f23f"
}

.axi-bell-slash-o:before {
    content: "\f240"
}

.axi-trash2:before {
    content: "\f241"
}

.axi-copyright:before {
    content: "\f242"
}

.axi-at:before {
    content: "\f243"
}

.axi-eyedropper:before {
    content: "\f244"
}

.axi-paint-brush:before {
    content: "\f245"
}

.axi-birthday-cake:before {
    content: "\f246"
}

.axi-area-chart:before {
    content: "\f247"
}

.axi-pie-chart:before {
    content: "\f248"
}

.axi-line-chart:before {
    content: "\f249"
}

.axi-lastfm:before {
    content: "\f24a"
}

.axi-lastfm-square:before {
    content: "\f24b"
}

.axi-toggle-off:before {
    content: "\f24c"
}

.axi-toggle-on:before {
    content: "\f24d"
}

.axi-bicycle2:before {
    content: "\f24e"
}

.axi-bus:before {
    content: "\f24f"
}

.axi-ioxhost:before {
    content: "\f250"
}

.axi-angellist:before {
    content: "\f251"
}

.axi-cc:before {
    content: "\f252"
}

.axi-ils:before {
    content: "\f253"
}

.axi-meanpath:before {
    content: "\f254"
}

.axi {
    font-family: axicon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none
}

.axi .badge {
    font-size: .25em;
    display: block;
    position: absolute;
    top: -.75em;
    right: -.75em;
    width: 2em;
    height: 2em;
    line-height: 2em;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, .5)
}

.axi .badge-border {
    font-size: .25em;
    display: block;
    position: absolute;
    top: -.75em;
    right: -.75em;
    width: 2em;
    height: 2em;
    line-height: 2em;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: #fff;
    border: 1px solid #000
}

.axi-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(359deg)
    }
}

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

    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }

    100% {
        -o-transform: rotate(359deg)
    }
}

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

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

.axi-rotate-90 {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.axi-rotate-180 {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.axi-rotate-270 {
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.axi-badge {
    display: inline-block;
    position: relative
}

.axi-badge span {
    font-size: .25em !important;
    font-weight: 700 !important;
    display: block;
    position: absolute;
    top: -.75em;
    right: -.75em;
    width: 2em;
    height: 2em;
    line-height: 2em !important;
    border-radius: 50%;
    text-align: center;
    color: #fff !important;
    background: rgba(0, 0, 0, .5);
    padding: 0 !important
}

.axi-badge-border {
    display: inline-block;
    position: relative
}

.axi-badge-border span {
    font-size: .25em !important;
    font-weight: 700 !important;
    display: block;
    position: absolute;
    top: -.75em;
    right: -.75em;
    width: 2em;
    height: 2em;
    line-height: 2em !important;
    border-radius: 50%;
    text-align: center;
    color: #000 !important;
    background: rgba(255, 255, 255, .5);
    border: 2px solid #000;
    padding: 0 !important;
}

/* Reset Elements */
html {
    overflow-y: scroll;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
select,
button,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
tr,
textarea {
    margin: 0;
    padding: 0;
}

fieldset,
img {
    border: none;
}

dl,
ul,
ol,
menu,
li {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    display: block;
    content: '';
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
fieldset,
legend {
    display: block;
    margin: 0;
    padding: 0;
}

img {
    -ms-interpolation-mode: bicubic !important;
    border: none;
}

input,
select,
textarea {
    box-sizing: border-box;
}

label,
button,
input[type=button],
input[type=submit],
input[type=image] {
    cursor: pointer;
}

label img {
    pointer-events: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    text-align: left;
}

ul {
    font-family: empty;
    font-size: 0;
}

li {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table caption {
    display: none;
}

::-moz-selection {
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
}

::selection {
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
}

::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

:-moz-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

::-moz-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

a:link {
    text-decoration: none;
    color: #666666;
}

a:visited {
    text-decoration: none;
    color: #666666;
}

a:active {
    text-decoration: none;
    color: #666666;
}

a:hover {
    text-decoration: underline;
    color: #000000;
}

/* Reset Webkit Browsers */
* {
    -webkit-text-size-adjust: none;
    -webkit-border-radius: 0;
    -webkit-overflow-scrolling: touch;
    image-rendering: -webkit-optimize-contrast;
}

button,
input[type=button],
input[type=submit],
input[type=image] {
    -webkit-appearance: none;
    cursor: pointer;
}

/* Remove Styles  */
.nostyle,
.nostyle body,
.nostyle td,
.nostyle select,
.nostyle input,
.nostyle div,
.nostyle form,
.nostyle textarea,
.nostyle center,
.nostyle option,
.nostyle pre,
.nostyle p,
.nostyle span,
.nostyle blockquote,
.nostyle td,
.nostyle li,
.nostyle dd {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    letter-spacing: 0;
    word-break: break-all;
    line-height: 1.6em;
}

.nostyle ul {
    list-style: inherit !important;
    margin: 13px 0 !important;
    padding-left: 40px;
    font: inherit !important
}

.nostyle ul li {
    list-style: inherit !important;
    display: list-item;
}

.nostyle ol {
    list-style: inherit !important;
    margin: 13px 0 !important;
    padding-left: 40px;
    font: inherit !important
}

.nostyle ol li {
    list-style: decimal !important;
    display: list-item;
}

.nostyle img {
    max-width: 100%;
    height: auto !important;
}

@media screen and (max-width: 750px) {
    .nostyle img {
        width: auto !important;
        height: auto !important;
        max-width: 100%;
        max-height: auto;
    }
}

/* Handling Accessibility */
#skip-to-article a {
    background: #333;
    color: #fff;
    display: block;
    font-size: 30px;
    height: 0;
    left: 0;
    letter-spacing: -1px;
    line-height: 80px;
    opacity: 0.95;
    overflow: hidden;
    position: fixed;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 0;
    z-index: 400;
}

#skip-to-article a:focus {
    height: 80px;
    width: 100%;
}

.sound_only_ele {
    background: none !important;
    border: none !important;
    height: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    text-indent: -999em !important;
    top: 0 !important;
    width: 0 !important;
}


/* Custom Styles */
.youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 3px;
    height: 0;
    overflow: hidden;
}

.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.tal {
    text-align: left !important;
}

.tar {
    text-align: right !important;
}

.tac {
    text-align: center !important;
}

.tof {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.of {
    overflow: hidden;
}

.cb {
    zoom: 1;
}

.cb:after {
    display: block;
    content: '';
    clear: both;
}

.w100 {
    width: 100%;
}

img.w100 {
    width: auto;
    height: auto;
    max-width: 100%;
}

.root_daum_roughmap {
    padding: 0 !important;
    border: 0 !important;
}

.root_daum_roughmap .wrap_controllers {
    display: none;
}

.mt0 {
    margin-top: 0 !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt45 {
    margin-top: 45px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt55 {
    margin-top: 55px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt65 {
    margin-top: 65px !important;
}

.mt70 {
    margin-top: 70px !important;
}

.mt75 {
    margin-top: 75px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mt85 {
    margin-top: 85px !important;
}

.mt90 {
    margin-top: 90px !important;
}

.mt95 {
    margin-top: 95px !important;
}

.mt100 {
    margin-top: 100px !important;
}

.mt105 {
    margin-top: 105px !important;
}

.mt110 {
    margin-top: 110px !important;
}

.mt115 {
    margin-top: 115px !important;
}

.mt120 {
    margin-top: 120px !important;
}

.mt125 {
    margin-top: 125px !important;
}

.mt130 {
    margin-top: 130px !important;
}

.mt135 {
    margin-top: 135px !important;
}

.mt140 {
    margin-top: 140px !important;
}

.mt145 {
    margin-top: 145px !important;
}

.mt150 {
    margin-top: 150px !important;
}

.mt155 {
    margin-top: 155px !important;
}

.mt160 {
    margin-top: 160px !important;
}

.mt165 {
    margin-top: 165px !important;
}

.mt170 {
    margin-top: 170px !important;
}

.mt175 {
    margin-top: 175px !important;
}

.mt180 {
    margin-top: 180px !important;
}

.mt185 {
    margin-top: 185px !important;
}

.mt190 {
    margin-top: 190px !important;
}

.mt195 {
    margin-top: 195px !important;
}

.mt200 {
    margin-top: 200px !important;
}

.mt205 {
    margin-top: 205px !important;
}

.mt210 {
    margin-top: 210px !important;
}

.mt215 {
    margin-top: 215px !important;
}

.mt220 {
    margin-top: 220px !important;
}

.mt225 {
    margin-top: 225px !important;
}

.mt230 {
    margin-top: 230px !important;
}

.mt235 {
    margin-top: 235px !important;
}

.mt240 {
    margin-top: 240px !important;
}

.mt245 {
    margin-top: 245px !important;
}

.mt250 {
    margin-top: 250px !important;
}

.mt255 {
    margin-top: 255px !important;
}

.mt260 {
    margin-top: 260px !important;
}

.mt265 {
    margin-top: 265px !important;
}

.mt270 {
    margin-top: 270px !important;
}

.mt275 {
    margin-top: 275px !important;
}

.mt280 {
    margin-top: 280px !important;
}

.mt285 {
    margin-top: 285px !important;
}

.mt290 {
    margin-top: 290px !important;
}

.mt295 {
    margin-top: 295px !important;
}

.mt300 {
    margin-top: 300px !important;
}

.mt305 {
    margin-top: 305px !important;
}

.mt310 {
    margin-top: 310px !important;
}

.mt315 {
    margin-top: 315px !important;
}

.mt320 {
    margin-top: 320px !important;
}

.mt325 {
    margin-top: 325px !important;
}

.mt330 {
    margin-top: 330px !important;
}

.mt335 {
    margin-top: 335px !important;
}

.mt340 {
    margin-top: 340px !important;
}

.mt345 {
    margin-top: 345px !important;
}

.mt350 {
    margin-top: 350px !important;
}

.mt355 {
    margin-top: 355px !important;
}

.mt360 {
    margin-top: 360px !important;
}

.mt365 {
    margin-top: 365px !important;
}

.mt370 {
    margin-top: 370px !important;
}

.mt375 {
    margin-top: 375px !important;
}

.mt380 {
    margin-top: 380px !important;
}

.mt385 {
    margin-top: 385px !important;
}

.mt390 {
    margin-top: 390px !important;
}

.mt395 {
    margin-top: 395px !important;
}

.mt400 {
    margin-top: 400px !important;
}

.mt405 {
    margin-top: 405px !important;
}

.mt410 {
    margin-top: 410px !important;
}

.mt415 {
    margin-top: 415px !important;
}

.mt420 {
    margin-top: 420px !important;
}

.mt425 {
    margin-top: 425px !important;
}

.mt430 {
    margin-top: 430px !important;
}

.mt435 {
    margin-top: 435px !important;
}

.mt440 {
    margin-top: 440px !important;
}

.mt445 {
    margin-top: 445px !important;
}

.mt450 {
    margin-top: 450px !important;
}

.mt455 {
    margin-top: 455px !important;
}

.mt460 {
    margin-top: 460px !important;
}

.mt465 {
    margin-top: 465px !important;
}

.mt470 {
    margin-top: 470px !important;
}

.mt475 {
    margin-top: 475px !important;
}

.mt480 {
    margin-top: 480px !important;
}

.mt485 {
    margin-top: 485px !important;
}

.mt490 {
    margin-top: 490px !important;
}

.mt495 {
    margin-top: 495px !important;
}

.mt500 {
    margin-top: 500px !important;
}

.mt-5 {
    margin-top: -5px !important;
}

.mt-10 {
    margin-top: -10px !important;
}

.mt-15 {
    margin-top: -15px !important;
}

.mt-20 {
    margin-top: -20px !important;
}

.mt-25 {
    margin-top: -25px !important;
}

.mt-30 {
    margin-top: -30px !important;
}

.mt-35 {
    margin-top: -35px !important;
}

.mt-40 {
    margin-top: -40px !important;
}

.mt-45 {
    margin-top: -45px !important;
}

.mt-50 {
    margin-top: -50px !important;
}

.mt-55 {
    margin-top: -55px !important;
}

.mt-60 {
    margin-top: -60px !important;
}

.mt-65 {
    margin-top: -65px !important;
}

.mt-70 {
    margin-top: -70px !important;
}

.mt-75 {
    margin-top: -75px !important;
}

.mt-80 {
    margin-top: -80px !important;
}

.mt-85 {
    margin-top: -85px !important;
}

.mt-90 {
    margin-top: -90px !important;
}

.mt-95 {
    margin-top: -95px !important;
}

.mt-100 {
    margin-top: -100px !important;
}

.mt-105 {
    margin-top: -105px !important;
}

.mt-110 {
    margin-top: -110px !important;
}

.mt-115 {
    margin-top: -115px !important;
}

.mt-120 {
    margin-top: -120px !important;
}

.mt-125 {
    margin-top: -125px !important;
}

.mt-130 {
    margin-top: -130px !important;
}

.mt-135 {
    margin-top: -135px !important;
}

.mt-140 {
    margin-top: -140px !important;
}

.mt-145 {
    margin-top: -145px !important;
}

.mt-150 {
    margin-top: -150px !important;
}

.mt-155 {
    margin-top: -155px !important;
}

.mt-160 {
    margin-top: -160px !important;
}

.mt-165 {
    margin-top: -165px !important;
}

.mt-170 {
    margin-top: -170px !important;
}

.mt-175 {
    margin-top: -175px !important;
}

.mt-180 {
    margin-top: -180px !important;
}

.mt-185 {
    margin-top: -185px !important;
}

.mt-190 {
    margin-top: -190px !important;
}

.mt-195 {
    margin-top: -195px !important;
}

.mt-200 {
    margin-top: -200px !important;
}

.mt-205 {
    margin-top: -205px !important;
}

.mt-210 {
    margin-top: -210px !important;
}

.mt-215 {
    margin-top: -215px !important;
}

.mt-220 {
    margin-top: -220px !important;
}

.mt-225 {
    margin-top: -225px !important;
}

.mt-230 {
    margin-top: -230px !important;
}

.mt-235 {
    margin-top: -235px !important;
}

.mt-240 {
    margin-top: -240px !important;
}

.mt-245 {
    margin-top: -245px !important;
}

.mt-250 {
    margin-top: -250px !important;
}

.mt-255 {
    margin-top: -255px !important;
}

.mt-260 {
    margin-top: -260px !important;
}

.mt-265 {
    margin-top: -265px !important;
}

.mt-270 {
    margin-top: -270px !important;
}

.mt-275 {
    margin-top: -275px !important;
}

.mt-280 {
    margin-top: -280px !important;
}

.mt-285 {
    margin-top: -285px !important;
}

.mt-290 {
    margin-top: -290px !important;
}

.mt-295 {
    margin-top: -295px !important;
}

.mt-300 {
    margin-top: -300px !important;
}

.mt-305 {
    margin-top: -305px !important;
}

.mt-310 {
    margin-top: -310px !important;
}

.mt-315 {
    margin-top: -315px !important;
}

.mt-320 {
    margin-top: -320px !important;
}

.mt-325 {
    margin-top: -325px !important;
}

.mt-330 {
    margin-top: -330px !important;
}

.mt-335 {
    margin-top: -335px !important;
}

.mt-340 {
    margin-top: -340px !important;
}

.mt-345 {
    margin-top: -345px !important;
}

.mt-350 {
    margin-top: -350px !important;
}

.mt-355 {
    margin-top: -355px !important;
}

.mt-360 {
    margin-top: -360px !important;
}

.mt-365 {
    margin-top: -365px !important;
}

.mt-370 {
    margin-top: -370px !important;
}

.mt-375 {
    margin-top: -375px !important;
}

.mt-380 {
    margin-top: -380px !important;
}

.mt-385 {
    margin-top: -385px !important;
}

.mt-390 {
    margin-top: -390px !important;
}

.mt-395 {
    margin-top: -395px !important;
}

.mt-400 {
    margin-top: -400px !important;
}

.mt-405 {
    margin-top: -405px !important;
}

.mt-410 {
    margin-top: -410px !important;
}

.mt-415 {
    margin-top: -415px !important;
}

.mt-420 {
    margin-top: -420px !important;
}

.mt-425 {
    margin-top: -425px !important;
}

.mt-430 {
    margin-top: -430px !important;
}

.mt-435 {
    margin-top: -435px !important;
}

.mt-440 {
    margin-top: -440px !important;
}

.mt-445 {
    margin-top: -445px !important;
}

.mt-450 {
    margin-top: -450px !important;
}

.mt-455 {
    margin-top: -455px !important;
}

.mt-460 {
    margin-top: -460px !important;
}

.mt-465 {
    margin-top: -465px !important;
}

.mt-470 {
    margin-top: -470px !important;
}

.mt-475 {
    margin-top: -475px !important;
}

.mt-480 {
    margin-top: -480px !important;
}

.mt-485 {
    margin-top: -485px !important;
}

.mt-490 {
    margin-top: -490px !important;
}

.mt-495 {
    margin-top: -495px !important;
}

.mt-500 {
    margin-top: -500px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb45 {
    margin-bottom: 45px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb55 {
    margin-bottom: 55px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb65 {
    margin-bottom: 65px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mb75 {
    margin-bottom: 75px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mb85 {
    margin-bottom: 85px !important;
}

.mb90 {
    margin-bottom: 90px !important;
}

.mb95 {
    margin-bottom: 95px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.mb105 {
    margin-bottom: 105px !important;
}

.mb110 {
    margin-bottom: 110px !important;
}

.mb115 {
    margin-bottom: 115px !important;
}

.mb120 {
    margin-bottom: 120px !important;
}

.mb125 {
    margin-bottom: 125px !important;
}

.mb130 {
    margin-bottom: 130px !important;
}

.mb135 {
    margin-bottom: 135px !important;
}

.mb140 {
    margin-bottom: 140px !important;
}

.mb145 {
    margin-bottom: 145px !important;
}

.mb150 {
    margin-bottom: 150px !important;
}

.mb155 {
    margin-bottom: 155px !important;
}

.mb160 {
    margin-bottom: 160px !important;
}

.mb165 {
    margin-bottom: 165px !important;
}

.mb170 {
    margin-bottom: 170px !important;
}

.mb175 {
    margin-bottom: 175px !important;
}

.mb180 {
    margin-bottom: 180px !important;
}

.mb185 {
    margin-bottom: 185px !important;
}

.mb190 {
    margin-bottom: 190px !important;
}

.mb195 {
    margin-bottom: 195px !important;
}

.mb200 {
    margin-bottom: 200px !important;
}

.mb205 {
    margin-bottom: 205px !important;
}

.mb210 {
    margin-bottom: 210px !important;
}

.mb215 {
    margin-bottom: 215px !important;
}

.mb220 {
    margin-bottom: 220px !important;
}

.mb225 {
    margin-bottom: 225px !important;
}

.mb230 {
    margin-bottom: 230px !important;
}

.mb235 {
    margin-bottom: 235px !important;
}

.mb240 {
    margin-bottom: 240px !important;
}

.mb245 {
    margin-bottom: 245px !important;
}

.mb250 {
    margin-bottom: 250px !important;
}

.mb255 {
    margin-bottom: 255px !important;
}

.mb260 {
    margin-bottom: 260px !important;
}

.mb265 {
    margin-bottom: 265px !important;
}

.mb270 {
    margin-bottom: 270px !important;
}

.mb275 {
    margin-bottom: 275px !important;
}

.mb280 {
    margin-bottom: 280px !important;
}

.mb285 {
    margin-bottom: 285px !important;
}

.mb290 {
    margin-bottom: 290px !important;
}

.mb295 {
    margin-bottom: 295px !important;
}

.mb300 {
    margin-bottom: 300px !important;
}

.mb305 {
    margin-bottom: 305px !important;
}

.mb310 {
    margin-bottom: 310px !important;
}

.mb315 {
    margin-bottom: 315px !important;
}

.mb320 {
    margin-bottom: 320px !important;
}

.mb325 {
    margin-bottom: 325px !important;
}

.mb330 {
    margin-bottom: 330px !important;
}

.mb335 {
    margin-bottom: 335px !important;
}

.mb340 {
    margin-bottom: 340px !important;
}

.mb345 {
    margin-bottom: 345px !important;
}

.mb350 {
    margin-bottom: 350px !important;
}

.mb355 {
    margin-bottom: 355px !important;
}

.mb360 {
    margin-bottom: 360px !important;
}

.mb365 {
    margin-bottom: 365px !important;
}

.mb370 {
    margin-bottom: 370px !important;
}

.mb375 {
    margin-bottom: 375px !important;
}

.mb380 {
    margin-bottom: 380px !important;
}

.mb385 {
    margin-bottom: 385px !important;
}

.mb390 {
    margin-bottom: 390px !important;
}

.mb395 {
    margin-bottom: 395px !important;
}

.mb400 {
    margin-bottom: 400px !important;
}

.mb405 {
    margin-bottom: 405px !important;
}

.mb410 {
    margin-bottom: 410px !important;
}

.mb415 {
    margin-bottom: 415px !important;
}

.mb420 {
    margin-bottom: 420px !important;
}

.mb425 {
    margin-bottom: 425px !important;
}

.mb430 {
    margin-bottom: 430px !important;
}

.mb435 {
    margin-bottom: 435px !important;
}

.mb440 {
    margin-bottom: 440px !important;
}

.mb445 {
    margin-bottom: 445px !important;
}

.mb450 {
    margin-bottom: 450px !important;
}

.mb455 {
    margin-bottom: 455px !important;
}

.mb460 {
    margin-bottom: 460px !important;
}

.mb465 {
    margin-bottom: 465px !important;
}

.mb470 {
    margin-bottom: 470px !important;
}

.mb475 {
    margin-bottom: 475px !important;
}

.mb480 {
    margin-bottom: 480px !important;
}

.mb485 {
    margin-bottom: 485px !important;
}

.mb490 {
    margin-bottom: 490px !important;
}

.mb495 {
    margin-bottom: 495px !important;
}

.mb500 {
    margin-bottom: 500px !important;
}

.mb-5 {
    margin-bottom: -5px !important;
}

.mb-10 {
    margin-bottom: -10px !important;
}

.mb-15 {
    margin-bottom: -15px !important;
}

.mb-20 {
    margin-bottom: -20px !important;
}

.mb-25 {
    margin-bottom: -25px !important;
}

.mb-30 {
    margin-bottom: -30px !important;
}

.mb-35 {
    margin-bottom: -35px !important;
}

.mb-40 {
    margin-bottom: -40px !important;
}

.mb-45 {
    margin-bottom: -45px !important;
}

.mb-50 {
    margin-bottom: -50px !important;
}

.mb-55 {
    margin-bottom: -55px !important;
}

.mb-60 {
    margin-bottom: -60px !important;
}

.mb-65 {
    margin-bottom: -65px !important;
}

.mb-70 {
    margin-bottom: -70px !important;
}

.mb-75 {
    margin-bottom: -75px !important;
}

.mb-80 {
    margin-bottom: -80px !important;
}

.mb-85 {
    margin-bottom: -85px !important;
}

.mb-90 {
    margin-bottom: -90px !important;
}

.mb-95 {
    margin-bottom: -95px !important;
}

.mb-100 {
    margin-bottom: -100px !important;
}

.mb-105 {
    margin-bottom: -105px !important;
}

.mb-110 {
    margin-bottom: -110px !important;
}

.mb-115 {
    margin-bottom: -115px !important;
}

.mb-120 {
    margin-bottom: -120px !important;
}

.mb-125 {
    margin-bottom: -125px !important;
}

.mb-130 {
    margin-bottom: -130px !important;
}

.mb-135 {
    margin-bottom: -135px !important;
}

.mb-140 {
    margin-bottom: -140px !important;
}

.mb-145 {
    margin-bottom: -145px !important;
}

.mb-150 {
    margin-bottom: -150px !important;
}

.mb-155 {
    margin-bottom: -155px !important;
}

.mb-160 {
    margin-bottom: -160px !important;
}

.mb-165 {
    margin-bottom: -165px !important;
}

.mb-170 {
    margin-bottom: -170px !important;
}

.mb-175 {
    margin-bottom: -175px !important;
}

.mb-180 {
    margin-bottom: -180px !important;
}

.mb-185 {
    margin-bottom: -185px !important;
}

.mb-190 {
    margin-bottom: -190px !important;
}

.mb-195 {
    margin-bottom: -195px !important;
}

.mb-200 {
    margin-bottom: -200px !important;
}

.mb-205 {
    margin-bottom: -205px !important;
}

.mb-210 {
    margin-bottom: -210px !important;
}

.mb-215 {
    margin-bottom: -215px !important;
}

.mb-220 {
    margin-bottom: -220px !important;
}

.mb-225 {
    margin-bottom: -225px !important;
}

.mb-230 {
    margin-bottom: -230px !important;
}

.mb-235 {
    margin-bottom: -235px !important;
}

.mb-240 {
    margin-bottom: -240px !important;
}

.mb-245 {
    margin-bottom: -245px !important;
}

.mb-250 {
    margin-bottom: -250px !important;
}

.mb-255 {
    margin-bottom: -255px !important;
}

.mb-260 {
    margin-bottom: -260px !important;
}

.mb-265 {
    margin-bottom: -265px !important;
}

.mb-270 {
    margin-bottom: -270px !important;
}

.mb-275 {
    margin-bottom: -275px !important;
}

.mb-280 {
    margin-bottom: -280px !important;
}

.mb-285 {
    margin-bottom: -285px !important;
}

.mb-290 {
    margin-bottom: -290px !important;
}

.mb-295 {
    margin-bottom: -295px !important;
}

.mb-300 {
    margin-bottom: -300px !important;
}

.mb-305 {
    margin-bottom: -305px !important;
}

.mb-310 {
    margin-bottom: -310px !important;
}

.mb-315 {
    margin-bottom: -315px !important;
}

.mb-320 {
    margin-bottom: -320px !important;
}

.mb-325 {
    margin-bottom: -325px !important;
}

.mb-330 {
    margin-bottom: -330px !important;
}

.mb-335 {
    margin-bottom: -335px !important;
}

.mb-340 {
    margin-bottom: -340px !important;
}

.mb-345 {
    margin-bottom: -345px !important;
}

.mb-350 {
    margin-bottom: -350px !important;
}

.mb-355 {
    margin-bottom: -355px !important;
}

.mb-360 {
    margin-bottom: -360px !important;
}

.mb-365 {
    margin-bottom: -365px !important;
}

.mb-370 {
    margin-bottom: -370px !important;
}

.mb-375 {
    margin-bottom: -375px !important;
}

.mb-380 {
    margin-bottom: -380px !important;
}

.mb-385 {
    margin-bottom: -385px !important;
}

.mb-390 {
    margin-bottom: -390px !important;
}

.mb-395 {
    margin-bottom: -395px !important;
}

.mb-400 {
    margin-bottom: -400px !important;
}

.mb-405 {
    margin-bottom: -405px !important;
}

.mb-410 {
    margin-bottom: -410px !important;
}

.mb-415 {
    margin-bottom: -415px !important;
}

.mb-420 {
    margin-bottom: -420px !important;
}

.mb-425 {
    margin-bottom: -425px !important;
}

.mb-430 {
    margin-bottom: -430px !important;
}

.mb-435 {
    margin-bottom: -435px !important;
}

.mb-440 {
    margin-bottom: -440px !important;
}

.mb-445 {
    margin-bottom: -445px !important;
}

.mb-450 {
    margin-bottom: -450px !important;
}

.mb-455 {
    margin-bottom: -455px !important;
}

.mb-460 {
    margin-bottom: -460px !important;
}

.mb-465 {
    margin-bottom: -465px !important;
}

.mb-470 {
    margin-bottom: -470px !important;
}

.mb-475 {
    margin-bottom: -475px !important;
}

.mb-480 {
    margin-bottom: -480px !important;
}

.mb-485 {
    margin-bottom: -485px !important;
}

.mb-490 {
    margin-bottom: -490px !important;
}

.mb-495 {
    margin-bottom: -495px !important;
}

.mb-500 {
    margin-bottom: -500px !important;
}

.ml0 {
    margin-left: 0 !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml35 {
    margin-left: 35px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.ml45 {
    margin-left: 45px !important;
}

.ml50 {
    margin-left: 50px !important;
}

.ml55 {
    margin-left: 55px !important;
}

.ml60 {
    margin-left: 60px !important;
}

.ml65 {
    margin-left: 65px !important;
}

.ml70 {
    margin-left: 70px !important;
}

.ml75 {
    margin-left: 75px !important;
}

.ml80 {
    margin-left: 80px !important;
}

.ml85 {
    margin-left: 85px !important;
}

.ml90 {
    margin-left: 90px !important;
}

.ml95 {
    margin-left: 95px !important;
}

.ml100 {
    margin-left: 100px !important;
}

.ml105 {
    margin-left: 105px !important;
}

.ml110 {
    margin-left: 110px !important;
}

.ml115 {
    margin-left: 115px !important;
}

.ml120 {
    margin-left: 120px !important;
}

.ml125 {
    margin-left: 125px !important;
}

.ml130 {
    margin-left: 130px !important;
}

.ml135 {
    margin-left: 135px !important;
}

.ml140 {
    margin-left: 140px !important;
}

.ml145 {
    margin-left: 145px !important;
}

.ml150 {
    margin-left: 150px !important;
}

.ml155 {
    margin-left: 155px !important;
}

.ml160 {
    margin-left: 160px !important;
}

.ml165 {
    margin-left: 165px !important;
}

.ml170 {
    margin-left: 170px !important;
}

.ml175 {
    margin-left: 175px !important;
}

.ml180 {
    margin-left: 180px !important;
}

.ml185 {
    margin-left: 185px !important;
}

.ml190 {
    margin-left: 190px !important;
}

.ml195 {
    margin-left: 195px !important;
}

.ml200 {
    margin-left: 200px !important;
}

.ml205 {
    margin-left: 205px !important;
}

.ml210 {
    margin-left: 210px !important;
}

.ml215 {
    margin-left: 215px !important;
}

.ml220 {
    margin-left: 220px !important;
}

.ml225 {
    margin-left: 225px !important;
}

.ml230 {
    margin-left: 230px !important;
}

.ml235 {
    margin-left: 235px !important;
}

.ml240 {
    margin-left: 240px !important;
}

.ml245 {
    margin-left: 245px !important;
}

.ml250 {
    margin-left: 250px !important;
}

.ml255 {
    margin-left: 255px !important;
}

.ml260 {
    margin-left: 260px !important;
}

.ml265 {
    margin-left: 265px !important;
}

.ml270 {
    margin-left: 270px !important;
}

.ml275 {
    margin-left: 275px !important;
}

.ml280 {
    margin-left: 280px !important;
}

.ml285 {
    margin-left: 285px !important;
}

.ml290 {
    margin-left: 290px !important;
}

.ml295 {
    margin-left: 295px !important;
}

.ml300 {
    margin-left: 300px !important;
}

.ml305 {
    margin-left: 305px !important;
}

.ml310 {
    margin-left: 310px !important;
}

.ml315 {
    margin-left: 315px !important;
}

.ml320 {
    margin-left: 320px !important;
}

.ml325 {
    margin-left: 325px !important;
}

.ml330 {
    margin-left: 330px !important;
}

.ml335 {
    margin-left: 335px !important;
}

.ml340 {
    margin-left: 340px !important;
}

.ml345 {
    margin-left: 345px !important;
}

.ml350 {
    margin-left: 350px !important;
}

.ml355 {
    margin-left: 355px !important;
}

.ml360 {
    margin-left: 360px !important;
}

.ml365 {
    margin-left: 365px !important;
}

.ml370 {
    margin-left: 370px !important;
}

.ml375 {
    margin-left: 375px !important;
}

.ml380 {
    margin-left: 380px !important;
}

.ml385 {
    margin-left: 385px !important;
}

.ml390 {
    margin-left: 390px !important;
}

.ml395 {
    margin-left: 395px !important;
}

.ml400 {
    margin-left: 400px !important;
}

.ml405 {
    margin-left: 405px !important;
}

.ml410 {
    margin-left: 410px !important;
}

.ml415 {
    margin-left: 415px !important;
}

.ml420 {
    margin-left: 420px !important;
}

.ml425 {
    margin-left: 425px !important;
}

.ml430 {
    margin-left: 430px !important;
}

.ml435 {
    margin-left: 435px !important;
}

.ml440 {
    margin-left: 440px !important;
}

.ml445 {
    margin-left: 445px !important;
}

.ml450 {
    margin-left: 450px !important;
}

.ml455 {
    margin-left: 455px !important;
}

.ml460 {
    margin-left: 460px !important;
}

.ml465 {
    margin-left: 465px !important;
}

.ml470 {
    margin-left: 470px !important;
}

.ml475 {
    margin-left: 475px !important;
}

.ml480 {
    margin-left: 480px !important;
}

.ml485 {
    margin-left: 485px !important;
}

.ml490 {
    margin-left: 490px !important;
}

.ml495 {
    margin-left: 495px !important;
}

.ml500 {
    margin-left: 500px !important;
}

.mr0 {
    margin-right: 0 !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mr35 {
    margin-right: 35px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.mr45 {
    margin-right: 45px !important;
}

.mr50 {
    margin-right: 50px !important;
}

.mr55 {
    margin-right: 55px !important;
}

.mr60 {
    margin-right: 60px !important;
}

.mr65 {
    margin-right: 65px !important;
}

.mr70 {
    margin-right: 70px !important;
}

.mr75 {
    margin-right: 75px !important;
}

.mr80 {
    margin-right: 80px !important;
}

.mr85 {
    margin-right: 85px !important;
}

.mr90 {
    margin-right: 90px !important;
}

.mr95 {
    margin-right: 95px !important;
}

.mr100 {
    margin-right: 100px !important;
}

.mr105 {
    margin-right: 105px !important;
}

.mr110 {
    margin-right: 110px !important;
}

.mr115 {
    margin-right: 115px !important;
}

.mr120 {
    margin-right: 120px !important;
}

.mr125 {
    margin-right: 125px !important;
}

.mr130 {
    margin-right: 130px !important;
}

.mr135 {
    margin-right: 135px !important;
}

.mr140 {
    margin-right: 140px !important;
}

.mr145 {
    margin-right: 145px !important;
}

.mr150 {
    margin-right: 150px !important;
}

.mr155 {
    margin-right: 155px !important;
}

.mr160 {
    margin-right: 160px !important;
}

.mr165 {
    margin-right: 165px !important;
}

.mr170 {
    margin-right: 170px !important;
}

.mr175 {
    margin-right: 175px !important;
}

.mr180 {
    margin-right: 180px !important;
}

.mr185 {
    margin-right: 185px !important;
}

.mr190 {
    margin-right: 190px !important;
}

.mr195 {
    margin-right: 195px !important;
}

.mr200 {
    margin-right: 200px !important;
}

.mr205 {
    margin-right: 205px !important;
}

.mr210 {
    margin-right: 210px !important;
}

.mr215 {
    margin-right: 215px !important;
}

.mr220 {
    margin-right: 220px !important;
}

.mr225 {
    margin-right: 225px !important;
}

.mr230 {
    margin-right: 230px !important;
}

.mr235 {
    margin-right: 235px !important;
}

.mr240 {
    margin-right: 240px !important;
}

.mr245 {
    margin-right: 245px !important;
}

.mr250 {
    margin-right: 250px !important;
}

.mr255 {
    margin-right: 255px !important;
}

.mr260 {
    margin-right: 260px !important;
}

.mr265 {
    margin-right: 265px !important;
}

.mr270 {
    margin-right: 270px !important;
}

.mr275 {
    margin-right: 275px !important;
}

.mr280 {
    margin-right: 280px !important;
}

.mr285 {
    margin-right: 285px !important;
}

.mr290 {
    margin-right: 290px !important;
}

.mr295 {
    margin-right: 295px !important;
}

.mr300 {
    margin-right: 300px !important;
}

.mr305 {
    margin-right: 305px !important;
}

.mr310 {
    margin-right: 310px !important;
}

.mr315 {
    margin-right: 315px !important;
}

.mr320 {
    margin-right: 320px !important;
}

.mr325 {
    margin-right: 325px !important;
}

.mr330 {
    margin-right: 330px !important;
}

.mr335 {
    margin-right: 335px !important;
}

.mr340 {
    margin-right: 340px !important;
}

.mr345 {
    margin-right: 345px !important;
}

.mr350 {
    margin-right: 350px !important;
}

.mr355 {
    margin-right: 355px !important;
}

.mr360 {
    margin-right: 360px !important;
}

.mr365 {
    margin-right: 365px !important;
}

.mr370 {
    margin-right: 370px !important;
}

.mr375 {
    margin-right: 375px !important;
}

.mr380 {
    margin-right: 380px !important;
}

.mr385 {
    margin-right: 385px !important;
}

.mr390 {
    margin-right: 390px !important;
}

.mr395 {
    margin-right: 395px !important;
}

.mr400 {
    margin-right: 400px !important;
}

.mr405 {
    margin-right: 405px !important;
}

.mr410 {
    margin-right: 410px !important;
}

.mr415 {
    margin-right: 415px !important;
}

.mr420 {
    margin-right: 420px !important;
}

.mr425 {
    margin-right: 425px !important;
}

.mr430 {
    margin-right: 430px !important;
}

.mr435 {
    margin-right: 435px !important;
}

.mr440 {
    margin-right: 440px !important;
}

.mr445 {
    margin-right: 445px !important;
}

.mr450 {
    margin-right: 450px !important;
}

.mr455 {
    margin-right: 455px !important;
}

.mr460 {
    margin-right: 460px !important;
}

.mr465 {
    margin-right: 465px !important;
}

.mr470 {
    margin-right: 470px !important;
}

.mr475 {
    margin-right: 475px !important;
}

.mr480 {
    margin-right: 480px !important;
}

.mr485 {
    margin-right: 485px !important;
}

.mr490 {
    margin-right: 490px !important;
}

.mr495 {
    margin-right: 495px !important;
}

.mr500 {
    margin-right: 500px !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt35 {
    padding-top: 35px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pt45 {
    padding-top: 45px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.pt55 {
    padding-top: 55px !important;
}

.pt60 {
    padding-top: 60px !important;
}

.pt65 {
    padding-top: 65px !important;
}

.pt70 {
    padding-top: 70px !important;
}

.pt75 {
    padding-top: 75px !important;
}

.pt80 {
    padding-top: 80px !important;
}

.pt85 {
    padding-top: 85px !important;
}

.pt90 {
    padding-top: 90px !important;
}

.pt95 {
    padding-top: 95px !important;
}

.pt100 {
    padding-top: 100px !important;
}

.pt105 {
    padding-top: 105px !important;
}

.pt110 {
    padding-top: 110px !important;
}

.pt115 {
    padding-top: 115px !important;
}

.pt120 {
    padding-top: 120px !important;
}

.pt125 {
    padding-top: 125px !important;
}

.pt130 {
    padding-top: 130px !important;
}

.pt135 {
    padding-top: 135px !important;
}

.pt140 {
    padding-top: 140px !important;
}

.pt145 {
    padding-top: 145px !important;
}

.pt150 {
    padding-top: 150px !important;
}

.pt155 {
    padding-top: 155px !important;
}

.pt160 {
    padding-top: 160px !important;
}

.pt165 {
    padding-top: 165px !important;
}

.pt170 {
    padding-top: 170px !important;
}

.pt175 {
    padding-top: 175px !important;
}

.pt180 {
    padding-top: 180px !important;
}

.pt185 {
    padding-top: 185px !important;
}

.pt190 {
    padding-top: 190px !important;
}

.pt195 {
    padding-top: 195px !important;
}

.pt200 {
    padding-top: 200px !important;
}

.pt205 {
    padding-top: 205px !important;
}

.pt210 {
    padding-top: 210px !important;
}

.pt215 {
    padding-top: 215px !important;
}

.pt220 {
    padding-top: 220px !important;
}

.pt225 {
    padding-top: 225px !important;
}

.pt230 {
    padding-top: 230px !important;
}

.pt235 {
    padding-top: 235px !important;
}

.pt240 {
    padding-top: 240px !important;
}

.pt245 {
    padding-top: 245px !important;
}

.pt250 {
    padding-top: 250px !important;
}

.pt255 {
    padding-top: 255px !important;
}

.pt260 {
    padding-top: 260px !important;
}

.pt265 {
    padding-top: 265px !important;
}

.pt270 {
    padding-top: 270px !important;
}

.pt275 {
    padding-top: 275px !important;
}

.pt280 {
    padding-top: 280px !important;
}

.pt285 {
    padding-top: 285px !important;
}

.pt290 {
    padding-top: 290px !important;
}

.pt295 {
    padding-top: 295px !important;
}

.pt300 {
    padding-top: 300px !important;
}

.pt305 {
    padding-top: 305px !important;
}

.pt310 {
    padding-top: 310px !important;
}

.pt315 {
    padding-top: 315px !important;
}

.pt320 {
    padding-top: 320px !important;
}

.pt325 {
    padding-top: 325px !important;
}

.pt330 {
    padding-top: 330px !important;
}

.pt335 {
    padding-top: 335px !important;
}

.pt340 {
    padding-top: 340px !important;
}

.pt345 {
    padding-top: 345px !important;
}

.pt350 {
    padding-top: 350px !important;
}

.pt355 {
    padding-top: 355px !important;
}

.pt360 {
    padding-top: 360px !important;
}

.pt365 {
    padding-top: 365px !important;
}

.pt370 {
    padding-top: 370px !important;
}

.pt375 {
    padding-top: 375px !important;
}

.pt380 {
    padding-top: 380px !important;
}

.pt385 {
    padding-top: 385px !important;
}

.pt390 {
    padding-top: 390px !important;
}

.pt395 {
    padding-top: 395px !important;
}

.pt400 {
    padding-top: 400px !important;
}

.pt405 {
    padding-top: 405px !important;
}

.pt410 {
    padding-top: 410px !important;
}

.pt415 {
    padding-top: 415px !important;
}

.pt420 {
    padding-top: 420px !important;
}

.pt425 {
    padding-top: 425px !important;
}

.pt430 {
    padding-top: 430px !important;
}

.pt435 {
    padding-top: 435px !important;
}

.pt440 {
    padding-top: 440px !important;
}

.pt445 {
    padding-top: 445px !important;
}

.pt450 {
    padding-top: 450px !important;
}

.pt455 {
    padding-top: 455px !important;
}

.pt460 {
    padding-top: 460px !important;
}

.pt465 {
    padding-top: 465px !important;
}

.pt470 {
    padding-top: 470px !important;
}

.pt475 {
    padding-top: 475px !important;
}

.pt480 {
    padding-top: 480px !important;
}

.pt485 {
    padding-top: 485px !important;
}

.pt490 {
    padding-top: 490px !important;
}

.pt495 {
    padding-top: 495px !important;
}

.pt500 {
    padding-top: 500px !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb25 {
    padding-bottom: 25px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb35 {
    padding-bottom: 35px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pb45 {
    padding-bottom: 45px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

.pb55 {
    padding-bottom: 55px !important;
}

.pb60 {
    padding-bottom: 60px !important;
}

.pb65 {
    padding-bottom: 65px !important;
}

.pb70 {
    padding-bottom: 70px !important;
}

.pb75 {
    padding-bottom: 75px !important;
}

.pb80 {
    padding-bottom: 80px !important;
}

.pb85 {
    padding-bottom: 85px !important;
}

.pb90 {
    padding-bottom: 90px !important;
}

.pb95 {
    padding-bottom: 95px !important;
}

.pb100 {
    padding-bottom: 100px !important;
}

.pb105 {
    padding-bottom: 105px !important;
}

.pb110 {
    padding-bottom: 110px !important;
}

.pb115 {
    padding-bottom: 115px !important;
}

.pb120 {
    padding-bottom: 120px !important;
}

.pb125 {
    padding-bottom: 125px !important;
}

.pb130 {
    padding-bottom: 130px !important;
}

.pb135 {
    padding-bottom: 135px !important;
}

.pb140 {
    padding-bottom: 140px !important;
}

.pb145 {
    padding-bottom: 145px !important;
}

.pb150 {
    padding-bottom: 150px !important;
}

.pb155 {
    padding-bottom: 155px !important;
}

.pb160 {
    padding-bottom: 160px !important;
}

.pb165 {
    padding-bottom: 165px !important;
}

.pb170 {
    padding-bottom: 170px !important;
}

.pb175 {
    padding-bottom: 175px !important;
}

.pb180 {
    padding-bottom: 180px !important;
}

.pb185 {
    padding-bottom: 185px !important;
}

.pb190 {
    padding-bottom: 190px !important;
}

.pb195 {
    padding-bottom: 195px !important;
}

.pb200 {
    padding-bottom: 200px !important;
}

.pb205 {
    padding-bottom: 205px !important;
}

.pb210 {
    padding-bottom: 210px !important;
}

.pb215 {
    padding-bottom: 215px !important;
}

.pb220 {
    padding-bottom: 220px !important;
}

.pb225 {
    padding-bottom: 225px !important;
}

.pb230 {
    padding-bottom: 230px !important;
}

.pb235 {
    padding-bottom: 235px !important;
}

.pb240 {
    padding-bottom: 240px !important;
}

.pb245 {
    padding-bottom: 245px !important;
}

.pb250 {
    padding-bottom: 250px !important;
}

.pb255 {
    padding-bottom: 255px !important;
}

.pb260 {
    padding-bottom: 260px !important;
}

.pb265 {
    padding-bottom: 265px !important;
}

.pb270 {
    padding-bottom: 270px !important;
}

.pb275 {
    padding-bottom: 275px !important;
}

.pb280 {
    padding-bottom: 280px !important;
}

.pb285 {
    padding-bottom: 285px !important;
}

.pb290 {
    padding-bottom: 290px !important;
}

.pb295 {
    padding-bottom: 295px !important;
}

.pb300 {
    padding-bottom: 300px !important;
}

.pb305 {
    padding-bottom: 305px !important;
}

.pb310 {
    padding-bottom: 310px !important;
}

.pb315 {
    padding-bottom: 315px !important;
}

.pb320 {
    padding-bottom: 320px !important;
}

.pb325 {
    padding-bottom: 325px !important;
}

.pb330 {
    padding-bottom: 330px !important;
}

.pb335 {
    padding-bottom: 335px !important;
}

.pb340 {
    padding-bottom: 340px !important;
}

.pb345 {
    padding-bottom: 345px !important;
}

.pb350 {
    padding-bottom: 350px !important;
}

.pb355 {
    padding-bottom: 355px !important;
}

.pb360 {
    padding-bottom: 360px !important;
}

.pb365 {
    padding-bottom: 365px !important;
}

.pb370 {
    padding-bottom: 370px !important;
}

.pb375 {
    padding-bottom: 375px !important;
}

.pb380 {
    padding-bottom: 380px !important;
}

.pb385 {
    padding-bottom: 385px !important;
}

.pb390 {
    padding-bottom: 390px !important;
}

.pb395 {
    padding-bottom: 395px !important;
}

.pb400 {
    padding-bottom: 400px !important;
}

.pb405 {
    padding-bottom: 405px !important;
}

.pb410 {
    padding-bottom: 410px !important;
}

.pb415 {
    padding-bottom: 415px !important;
}

.pb420 {
    padding-bottom: 420px !important;
}

.pb425 {
    padding-bottom: 425px !important;
}

.pb430 {
    padding-bottom: 430px !important;
}

.pb435 {
    padding-bottom: 435px !important;
}

.pb440 {
    padding-bottom: 440px !important;
}

.pb445 {
    padding-bottom: 445px !important;
}

.pb450 {
    padding-bottom: 450px !important;
}

.pb455 {
    padding-bottom: 455px !important;
}

.pb460 {
    padding-bottom: 460px !important;
}

.pb465 {
    padding-bottom: 465px !important;
}

.pb470 {
    padding-bottom: 470px !important;
}

.pb475 {
    padding-bottom: 475px !important;
}

.pb480 {
    padding-bottom: 480px !important;
}

.pb485 {
    padding-bottom: 485px !important;
}

.pb490 {
    padding-bottom: 490px !important;
}

.pb495 {
    padding-bottom: 495px !important;
}

.pb500 {
    padding-bottom: 500px !important;
}

.pl0 {
    padding-left: 0 !important;
}

.pl5 {
    padding-left: 5px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pl15 {
    padding-left: 15px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pl25 {
    padding-left: 25px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.pl35 {
    padding-left: 35px !important;
}

.pl40 {
    padding-left: 40px !important;
}

.pl45 {
    padding-left: 45px !important;
}

.pl50 {
    padding-left: 50px !important;
}

.pl55 {
    padding-left: 55px !important;
}

.pl60 {
    padding-left: 60px !important;
}

.pl65 {
    padding-left: 65px !important;
}

.pl70 {
    padding-left: 70px !important;
}

.pl75 {
    padding-left: 75px !important;
}

.pl80 {
    padding-left: 80px !important;
}

.pl85 {
    padding-left: 85px !important;
}

.pl90 {
    padding-left: 90px !important;
}

.pl95 {
    padding-left: 95px !important;
}

.pl100 {
    padding-left: 100px !important;
}

.pl105 {
    padding-left: 105px !important;
}

.pl110 {
    padding-left: 110px !important;
}

.pl115 {
    padding-left: 115px !important;
}

.pl120 {
    padding-left: 120px !important;
}

.pl125 {
    padding-left: 125px !important;
}

.pl130 {
    padding-left: 130px !important;
}

.pl135 {
    padding-left: 135px !important;
}

.pl140 {
    padding-left: 140px !important;
}

.pl145 {
    padding-left: 145px !important;
}

.pl150 {
    padding-left: 150px !important;
}

.pl155 {
    padding-left: 155px !important;
}

.pl160 {
    padding-left: 160px !important;
}

.pl165 {
    padding-left: 165px !important;
}

.pl170 {
    padding-left: 170px !important;
}

.pl175 {
    padding-left: 175px !important;
}

.pl180 {
    padding-left: 180px !important;
}

.pl185 {
    padding-left: 185px !important;
}

.pl190 {
    padding-left: 190px !important;
}

.pl195 {
    padding-left: 195px !important;
}

.pl200 {
    padding-left: 200px !important;
}

.pl205 {
    padding-left: 205px !important;
}

.pl210 {
    padding-left: 210px !important;
}

.pl215 {
    padding-left: 215px !important;
}

.pl220 {
    padding-left: 220px !important;
}

.pl225 {
    padding-left: 225px !important;
}

.pl230 {
    padding-left: 230px !important;
}

.pl235 {
    padding-left: 235px !important;
}

.pl240 {
    padding-left: 240px !important;
}

.pl245 {
    padding-left: 245px !important;
}

.pl250 {
    padding-left: 250px !important;
}

.pl255 {
    padding-left: 255px !important;
}

.pl260 {
    padding-left: 260px !important;
}

.pl265 {
    padding-left: 265px !important;
}

.pl270 {
    padding-left: 270px !important;
}

.pl275 {
    padding-left: 275px !important;
}

.pl280 {
    padding-left: 280px !important;
}

.pl285 {
    padding-left: 285px !important;
}

.pl290 {
    padding-left: 290px !important;
}

.pl295 {
    padding-left: 295px !important;
}

.pl300 {
    padding-left: 300px !important;
}

.pl305 {
    padding-left: 305px !important;
}

.pl310 {
    padding-left: 310px !important;
}

.pl315 {
    padding-left: 315px !important;
}

.pl320 {
    padding-left: 320px !important;
}

.pl325 {
    padding-left: 325px !important;
}

.pl330 {
    padding-left: 330px !important;
}

.pl335 {
    padding-left: 335px !important;
}

.pl340 {
    padding-left: 340px !important;
}

.pl345 {
    padding-left: 345px !important;
}

.pl350 {
    padding-left: 350px !important;
}

.pl355 {
    padding-left: 355px !important;
}

.pl360 {
    padding-left: 360px !important;
}

.pl365 {
    padding-left: 365px !important;
}

.pl370 {
    padding-left: 370px !important;
}

.pl375 {
    padding-left: 375px !important;
}

.pl380 {
    padding-left: 380px !important;
}

.pl385 {
    padding-left: 385px !important;
}

.pl390 {
    padding-left: 390px !important;
}

.pl395 {
    padding-left: 395px !important;
}

.pl400 {
    padding-left: 400px !important;
}

.pl405 {
    padding-left: 405px !important;
}

.pl410 {
    padding-left: 410px !important;
}

.pl415 {
    padding-left: 415px !important;
}

.pl420 {
    padding-left: 420px !important;
}

.pl425 {
    padding-left: 425px !important;
}

.pl430 {
    padding-left: 430px !important;
}

.pl435 {
    padding-left: 435px !important;
}

.pl440 {
    padding-left: 440px !important;
}

.pl445 {
    padding-left: 445px !important;
}

.pl450 {
    padding-left: 450px !important;
}

.pl455 {
    padding-left: 455px !important;
}

.pl460 {
    padding-left: 460px !important;
}

.pl465 {
    padding-left: 465px !important;
}

.pl470 {
    padding-left: 470px !important;
}

.pl475 {
    padding-left: 475px !important;
}

.pl480 {
    padding-left: 480px !important;
}

.pl485 {
    padding-left: 485px !important;
}

.pl490 {
    padding-left: 490px !important;
}

.pl495 {
    padding-left: 495px !important;
}

.pl500 {
    padding-left: 500px !important;
}

.pr0 {
    padding-right: 0 !important;
}

.pr5 {
    padding-right: 5px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pr15 {
    padding-right: 15px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pr25 {
    padding-right: 25px !important;
}

.pr30 {
    padding-right: 30px !important;
}

.pr35 {
    padding-right: 35px !important;
}

.pr40 {
    padding-right: 40px !important;
}

.pr45 {
    padding-right: 45px !important;
}

.pr50 {
    padding-right: 50px !important;
}

.pr55 {
    padding-right: 55px !important;
}

.pr60 {
    padding-right: 60px !important;
}

.pr65 {
    padding-right: 65px !important;
}

.pr70 {
    padding-right: 70px !important;
}

.pr75 {
    padding-right: 75px !important;
}

.pr80 {
    padding-right: 80px !important;
}

.pr85 {
    padding-right: 85px !important;
}

.pr90 {
    padding-right: 90px !important;
}

.pr95 {
    padding-right: 95px !important;
}

.pr100 {
    padding-right: 100px !important;
}

.pr105 {
    padding-right: 105px !important;
}

.pr110 {
    padding-right: 110px !important;
}

.pr115 {
    padding-right: 115px !important;
}

.pr120 {
    padding-right: 120px !important;
}

.pr125 {
    padding-right: 125px !important;
}

.pr130 {
    padding-right: 130px !important;
}

.pr135 {
    padding-right: 135px !important;
}

.pr140 {
    padding-right: 140px !important;
}

.pr145 {
    padding-right: 145px !important;
}

.pr150 {
    padding-right: 150px !important;
}

.pr155 {
    padding-right: 155px !important;
}

.pr160 {
    padding-right: 160px !important;
}

.pr165 {
    padding-right: 165px !important;
}

.pr170 {
    padding-right: 170px !important;
}

.pr175 {
    padding-right: 175px !important;
}

.pr180 {
    padding-right: 180px !important;
}

.pr185 {
    padding-right: 185px !important;
}

.pr190 {
    padding-right: 190px !important;
}

.pr195 {
    padding-right: 195px !important;
}

.pr200 {
    padding-right: 200px !important;
}

.pr205 {
    padding-right: 205px !important;
}

.pr210 {
    padding-right: 210px !important;
}

.pr215 {
    padding-right: 215px !important;
}

.pr220 {
    padding-right: 220px !important;
}

.pr225 {
    padding-right: 225px !important;
}

.pr230 {
    padding-right: 230px !important;
}

.pr235 {
    padding-right: 235px !important;
}

.pr240 {
    padding-right: 240px !important;
}

.pr245 {
    padding-right: 245px !important;
}

.pr250 {
    padding-right: 250px !important;
}

.pr255 {
    padding-right: 255px !important;
}

.pr260 {
    padding-right: 260px !important;
}

.pr265 {
    padding-right: 265px !important;
}

.pr270 {
    padding-right: 270px !important;
}

.pr275 {
    padding-right: 275px !important;
}

.pr280 {
    padding-right: 280px !important;
}

.pr285 {
    padding-right: 285px !important;
}

.pr290 {
    padding-right: 290px !important;
}

.pr295 {
    padding-right: 295px !important;
}

.pr300 {
    padding-right: 300px !important;
}

.pr305 {
    padding-right: 305px !important;
}

.pr310 {
    padding-right: 310px !important;
}

.pr315 {
    padding-right: 315px !important;
}

.pr320 {
    padding-right: 320px !important;
}

.pr325 {
    padding-right: 325px !important;
}

.pr330 {
    padding-right: 330px !important;
}

.pr335 {
    padding-right: 335px !important;
}

.pr340 {
    padding-right: 340px !important;
}

.pr345 {
    padding-right: 345px !important;
}

.pr350 {
    padding-right: 350px !important;
}

.pr355 {
    padding-right: 355px !important;
}

.pr360 {
    padding-right: 360px !important;
}

.pr365 {
    padding-right: 365px !important;
}

.pr370 {
    padding-right: 370px !important;
}

.pr375 {
    padding-right: 375px !important;
}

.pr380 {
    padding-right: 380px !important;
}

.pr385 {
    padding-right: 385px !important;
}

.pr390 {
    padding-right: 390px !important;
}

.pr395 {
    padding-right: 395px !important;
}

.pr400 {
    padding-right: 400px !important;
}

.pr405 {
    padding-right: 405px !important;
}

.pr410 {
    padding-right: 410px !important;
}

.pr415 {
    padding-right: 415px !important;
}

.pr420 {
    padding-right: 420px !important;
}

.pr425 {
    padding-right: 425px !important;
}

.pr430 {
    padding-right: 430px !important;
}

.pr435 {
    padding-right: 435px !important;
}

.pr440 {
    padding-right: 440px !important;
}

.pr445 {
    padding-right: 445px !important;
}

.pr450 {
    padding-right: 450px !important;
}

.pr455 {
    padding-right: 455px !important;
}

.pr460 {
    padding-right: 460px !important;
}

.pr465 {
    padding-right: 465px !important;
}

.pr470 {
    padding-right: 470px !important;
}

.pr475 {
    padding-right: 475px !important;
}

.pr480 {
    padding-right: 480px !important;
}

.pr485 {
    padding-right: 485px !important;
}

.pr490 {
    padding-right: 490px !important;
}

.pr495 {
    padding-right: 495px !important;
}

.pr500 {
    padding-right: 500px !important;
}

@media screen and (max-width: 750px) {
    .mt5 {
        margin-top: 2px !important;
    }

    .mt10 {
        margin-top: 5px !important;
    }

    .mt15 {
        margin-top: 7px !important;
    }

    .mt20 {
        margin-top: 10px !important;
    }

    .mt25 {
        margin-top: 12px !important;
    }

    .mt30 {
        margin-top: 15px !important;
    }

    .mt35 {
        margin-top: 17px !important;
    }

    .mt40 {
        margin-top: 20px !important;
    }

    .mt45 {
        margin-top: 22px !important;
    }

    .mt50 {
        margin-top: 25px !important;
    }

    .mt55 {
        margin-top: 27px !important;
    }

    .mt60 {
        margin-top: 30px !important;
    }

    .mt65 {
        margin-top: 32px !important;
    }

    .mt70 {
        margin-top: 35px !important;
    }

    .mt75 {
        margin-top: 37px !important;
    }

    .mt80 {
        margin-top: 40px !important;
    }

    .mt85 {
        margin-top: 42px !important;
    }

    .mt90 {
        margin-top: 45px !important;
    }

    .mt95 {
        margin-top: 47px !important;
    }

    .mt100 {
        margin-top: 50px !important;
    }

    .mt105 {
        margin-top: 52px !important;
    }

    .mt110 {
        margin-top: 55px !important;
    }

    .mt115 {
        margin-top: 57px !important;
    }

    .mt120 {
        margin-top: 60px !important;
    }

    .mt125 {
        margin-top: 62px !important;
    }

    .mt130 {
        margin-top: 65px !important;
    }

    .mt135 {
        margin-top: 67px !important;
    }

    .mt140 {
        margin-top: 70px !important;
    }

    .mt145 {
        margin-top: 72px !important;
    }

    .mt150 {
        margin-top: 75px !important;
    }

    .mt155 {
        margin-top: 77px !important;
    }

    .mt160 {
        margin-top: 80px !important;
    }

    .mt165 {
        margin-top: 82px !important;
    }

    .mt170 {
        margin-top: 85px !important;
    }

    .mt175 {
        margin-top: 87px !important;
    }

    .mt180 {
        margin-top: 90px !important;
    }

    .mt185 {
        margin-top: 92px !important;
    }

    .mt190 {
        margin-top: 95px !important;
    }

    .mt195 {
        margin-top: 97px !important;
    }

    .mt200 {
        margin-top: 100px !important;
    }

    .mt205 {
        margin-top: 102px !important;
    }

    .mt210 {
        margin-top: 105px !important;
    }

    .mt215 {
        margin-top: 107px !important;
    }

    .mt220 {
        margin-top: 110px !important;
    }

    .mt225 {
        margin-top: 112px !important;
    }

    .mt230 {
        margin-top: 115px !important;
    }

    .mt235 {
        margin-top: 117px !important;
    }

    .mt240 {
        margin-top: 120px !important;
    }

    .mt245 {
        margin-top: 122px !important;
    }

    .mt250 {
        margin-top: 125px !important;
    }

    .mt255 {
        margin-top: 127px !important;
    }

    .mt260 {
        margin-top: 130px !important;
    }

    .mt265 {
        margin-top: 132px !important;
    }

    .mt270 {
        margin-top: 135px !important;
    }

    .mt275 {
        margin-top: 137px !important;
    }

    .mt280 {
        margin-top: 140px !important;
    }

    .mt285 {
        margin-top: 142px !important;
    }

    .mt290 {
        margin-top: 145px !important;
    }

    .mt295 {
        margin-top: 147px !important;
    }

    .mt300 {
        margin-top: 150px !important;
    }

    .mt305 {
        margin-top: 152px !important;
    }

    .mt310 {
        margin-top: 155px !important;
    }

    .mt315 {
        margin-top: 157px !important;
    }

    .mt320 {
        margin-top: 160px !important;
    }

    .mt325 {
        margin-top: 162px !important;
    }

    .mt330 {
        margin-top: 165px !important;
    }

    .mt335 {
        margin-top: 167px !important;
    }

    .mt340 {
        margin-top: 170px !important;
    }

    .mt345 {
        margin-top: 172px !important;
    }

    .mt350 {
        margin-top: 175px !important;
    }

    .mt355 {
        margin-top: 177px !important;
    }

    .mt360 {
        margin-top: 180px !important;
    }

    .mt365 {
        margin-top: 182px !important;
    }

    .mt370 {
        margin-top: 185px !important;
    }

    .mt375 {
        margin-top: 187px !important;
    }

    .mt380 {
        margin-top: 190px !important;
    }

    .mt385 {
        margin-top: 192px !important;
    }

    .mt390 {
        margin-top: 195px !important;
    }

    .mt395 {
        margin-top: 197px !important;
    }

    .mt400 {
        margin-top: 200px !important;
    }

    .mt405 {
        margin-top: 202px !important;
    }

    .mt410 {
        margin-top: 205px !important;
    }

    .mt415 {
        margin-top: 207px !important;
    }

    .mt420 {
        margin-top: 210px !important;
    }

    .mt425 {
        margin-top: 212px !important;
    }

    .mt430 {
        margin-top: 215px !important;
    }

    .mt435 {
        margin-top: 217px !important;
    }

    .mt440 {
        margin-top: 220px !important;
    }

    .mt445 {
        margin-top: 222px !important;
    }

    .mt450 {
        margin-top: 225px !important;
    }

    .mt455 {
        margin-top: 227px !important;
    }

    .mt460 {
        margin-top: 230px !important;
    }

    .mt465 {
        margin-top: 232px !important;
    }

    .mt470 {
        margin-top: 235px !important;
    }

    .mt475 {
        margin-top: 237px !important;
    }

    .mt480 {
        margin-top: 240px !important;
    }

    .mt485 {
        margin-top: 242px !important;
    }

    .mt490 {
        margin-top: 245px !important;
    }

    .mt495 {
        margin-top: 247px !important;
    }

    .mt500 {
        margin-top: 250px !important;
    }

    .mb5 {
        margin-bottom: 2px !important;
    }

    .mb10 {
        margin-bottom: 5px !important;
    }

    .mb15 {
        margin-bottom: 7px !important;
    }

    .mb20 {
        margin-bottom: 10px !important;
    }

    .mb25 {
        margin-bottom: 12px !important;
    }

    .mb30 {
        margin-bottom: 15px !important;
    }

    .mb35 {
        margin-bottom: 17px !important;
    }

    .mb40 {
        margin-bottom: 20px !important;
    }

    .mb45 {
        margin-bottom: 22px !important;
    }

    .mb50 {
        margin-bottom: 25px !important;
    }

    .mb55 {
        margin-bottom: 27px !important;
    }

    .mb60 {
        margin-bottom: 30px !important;
    }

    .mb65 {
        margin-bottom: 32px !important;
    }

    .mb70 {
        margin-bottom: 35px !important;
    }

    .mb75 {
        margin-bottom: 37px !important;
    }

    .mb80 {
        margin-bottom: 40px !important;
    }

    .mb85 {
        margin-bottom: 42px !important;
    }

    .mb90 {
        margin-bottom: 45px !important;
    }

    .mb95 {
        margin-bottom: 47px !important;
    }

    .mb100 {
        margin-bottom: 50px !important;
    }

    .mb105 {
        margin-bottom: 52px !important;
    }

    .mb110 {
        margin-bottom: 55px !important;
    }

    .mb115 {
        margin-bottom: 57px !important;
    }

    .mb120 {
        margin-bottom: 60px !important;
    }

    .mb125 {
        margin-bottom: 62px !important;
    }

    .mb130 {
        margin-bottom: 65px !important;
    }

    .mb135 {
        margin-bottom: 67px !important;
    }

    .mb140 {
        margin-bottom: 70px !important;
    }

    .mb145 {
        margin-bottom: 72px !important;
    }

    .mb150 {
        margin-bottom: 75px !important;
    }

    .mb155 {
        margin-bottom: 77px !important;
    }

    .mb160 {
        margin-bottom: 80px !important;
    }

    .mb165 {
        margin-bottom: 82px !important;
    }

    .mb170 {
        margin-bottom: 85px !important;
    }

    .mb175 {
        margin-bottom: 87px !important;
    }

    .mb180 {
        margin-bottom: 90px !important;
    }

    .mb185 {
        margin-bottom: 92px !important;
    }

    .mb190 {
        margin-bottom: 95px !important;
    }

    .mb195 {
        margin-bottom: 97px !important;
    }

    .mb200 {
        margin-bottom: 100px !important;
    }

    .mb205 {
        margin-bottom: 102px !important;
    }

    .mb210 {
        margin-bottom: 105px !important;
    }

    .mb215 {
        margin-bottom: 107px !important;
    }

    .mb220 {
        margin-bottom: 110px !important;
    }

    .mb225 {
        margin-bottom: 112px !important;
    }

    .mb230 {
        margin-bottom: 115px !important;
    }

    .mb235 {
        margin-bottom: 117px !important;
    }

    .mb240 {
        margin-bottom: 120px !important;
    }

    .mb245 {
        margin-bottom: 122px !important;
    }

    .mb250 {
        margin-bottom: 125px !important;
    }

    .mb255 {
        margin-bottom: 127px !important;
    }

    .mb260 {
        margin-bottom: 130px !important;
    }

    .mb265 {
        margin-bottom: 132px !important;
    }

    .mb270 {
        margin-bottom: 135px !important;
    }

    .mb275 {
        margin-bottom: 137px !important;
    }

    .mb280 {
        margin-bottom: 140px !important;
    }

    .mb285 {
        margin-bottom: 142px !important;
    }

    .mb290 {
        margin-bottom: 145px !important;
    }

    .mb295 {
        margin-bottom: 147px !important;
    }

    .mb300 {
        margin-bottom: 150px !important;
    }

    .mb305 {
        margin-bottom: 152px !important;
    }

    .mb310 {
        margin-bottom: 155px !important;
    }

    .mb315 {
        margin-bottom: 157px !important;
    }

    .mb320 {
        margin-bottom: 160px !important;
    }

    .mb325 {
        margin-bottom: 162px !important;
    }

    .mb330 {
        margin-bottom: 165px !important;
    }

    .mb335 {
        margin-bottom: 167px !important;
    }

    .mb340 {
        margin-bottom: 170px !important;
    }

    .mb345 {
        margin-bottom: 172px !important;
    }

    .mb350 {
        margin-bottom: 175px !important;
    }

    .mb355 {
        margin-bottom: 177px !important;
    }

    .mb360 {
        margin-bottom: 180px !important;
    }

    .mb365 {
        margin-bottom: 182px !important;
    }

    .mb370 {
        margin-bottom: 185px !important;
    }

    .mb375 {
        margin-bottom: 187px !important;
    }

    .mb380 {
        margin-bottom: 190px !important;
    }

    .mb385 {
        margin-bottom: 192px !important;
    }

    .mb390 {
        margin-bottom: 195px !important;
    }

    .mb395 {
        margin-bottom: 197px !important;
    }

    .mb400 {
        margin-bottom: 200px !important;
    }

    .mb405 {
        margin-bottom: 202px !important;
    }

    .mb410 {
        margin-bottom: 205px !important;
    }

    .mb415 {
        margin-bottom: 207px !important;
    }

    .mb420 {
        margin-bottom: 210px !important;
    }

    .mb425 {
        margin-bottom: 212px !important;
    }

    .mb430 {
        margin-bottom: 215px !important;
    }

    .mb435 {
        margin-bottom: 217px !important;
    }

    .mb440 {
        margin-bottom: 220px !important;
    }

    .mb445 {
        margin-bottom: 222px !important;
    }

    .mb450 {
        margin-bottom: 225px !important;
    }

    .mb455 {
        margin-bottom: 227px !important;
    }

    .mb460 {
        margin-bottom: 230px !important;
    }

    .mb465 {
        margin-bottom: 232px !important;
    }

    .mb470 {
        margin-bottom: 235px !important;
    }

    .mb475 {
        margin-bottom: 237px !important;
    }

    .mb480 {
        margin-bottom: 240px !important;
    }

    .mb485 {
        margin-bottom: 242px !important;
    }

    .mb490 {
        margin-bottom: 245px !important;
    }

    .mb495 {
        margin-bottom: 247px !important;
    }

    .mb500 {
        margin-bottom: 250px !important;
    }

    .mt-5 {
        margin-top: -2px !important;
    }

    .mt-10 {
        margin-top: -5px !important;
    }

    .mt-15 {
        margin-top: -7px !important;
    }

    .mt-20 {
        margin-top: -10px !important;
    }

    .mt-25 {
        margin-top: -12px !important;
    }

    .mt-30 {
        margin-top: -15px !important;
    }

    .mt-35 {
        margin-top: -17px !important;
    }

    .mt-40 {
        margin-top: -20px !important;
    }

    .mt-45 {
        margin-top: -22px !important;
    }

    .mt-50 {
        margin-top: -25px !important;
    }

    .mt-55 {
        margin-top: -27px !important;
    }

    .mt-60 {
        margin-top: -30px !important;
    }

    .mt-65 {
        margin-top: -32px !important;
    }

    .mt-70 {
        margin-top: -35px !important;
    }

    .mt-75 {
        margin-top: -37px !important;
    }

    .mt-80 {
        margin-top: -40px !important;
    }

    .mt-85 {
        margin-top: -42px !important;
    }

    .mt-90 {
        margin-top: -45px !important;
    }

    .mt-95 {
        margin-top: -47px !important;
    }

    .mt-100 {
        margin-top: -50px !important;
    }

    .mt-105 {
        margin-top: -52px !important;
    }

    .mt-110 {
        margin-top: -55px !important;
    }

    .mt-115 {
        margin-top: -57px !important;
    }

    .mt-120 {
        margin-top: -60px !important;
    }

    .mt-125 {
        margin-top: -62px !important;
    }

    .mt-130 {
        margin-top: -65px !important;
    }

    .mt-135 {
        margin-top: -67px !important;
    }

    .mt-140 {
        margin-top: -70px !important;
    }

    .mt-145 {
        margin-top: -72px !important;
    }

    .mt-150 {
        margin-top: -75px !important;
    }

    .mt-155 {
        margin-top: -77px !important;
    }

    .mt-160 {
        margin-top: -80px !important;
    }

    .mt-165 {
        margin-top: -82px !important;
    }

    .mt-170 {
        margin-top: -85px !important;
    }

    .mt-175 {
        margin-top: -87px !important;
    }

    .mt-180 {
        margin-top: -90px !important;
    }

    .mt-185 {
        margin-top: -92px !important;
    }

    .mt-190 {
        margin-top: -95px !important;
    }

    .mt-195 {
        margin-top: -97px !important;
    }

    .mt-200 {
        margin-top: -100px !important;
    }

    .mt-205 {
        margin-top: -102px !important;
    }

    .mt-210 {
        margin-top: -105px !important;
    }

    .mt-215 {
        margin-top: -107px !important;
    }

    .mt-220 {
        margin-top: -110px !important;
    }

    .mt-225 {
        margin-top: -112px !important;
    }

    .mt-230 {
        margin-top: -115px !important;
    }

    .mt-235 {
        margin-top: -117px !important;
    }

    .mt-240 {
        margin-top: -120px !important;
    }

    .mt-245 {
        margin-top: -122px !important;
    }

    .mt-250 {
        margin-top: -125px !important;
    }

    .mt-255 {
        margin-top: -127px !important;
    }

    .mt-260 {
        margin-top: -130px !important;
    }

    .mt-265 {
        margin-top: -132px !important;
    }

    .mt-270 {
        margin-top: -135px !important;
    }

    .mt-275 {
        margin-top: -137px !important;
    }

    .mt-280 {
        margin-top: -140px !important;
    }

    .mt-285 {
        margin-top: -142px !important;
    }

    .mt-290 {
        margin-top: -145px !important;
    }

    .mt-295 {
        margin-top: -147px !important;
    }

    .mt-300 {
        margin-top: -150px !important;
    }

    .mt-305 {
        margin-top: -152px !important;
    }

    .mt-310 {
        margin-top: -155px !important;
    }

    .mt-315 {
        margin-top: -157px !important;
    }

    .mt-320 {
        margin-top: -160px !important;
    }

    .mt-325 {
        margin-top: -162px !important;
    }

    .mt-330 {
        margin-top: -165px !important;
    }

    .mt-335 {
        margin-top: -167px !important;
    }

    .mt-340 {
        margin-top: -170px !important;
    }

    .mt-345 {
        margin-top: -172px !important;
    }

    .mt-350 {
        margin-top: -175px !important;
    }

    .mt-355 {
        margin-top: -177px !important;
    }

    .mt-360 {
        margin-top: -180px !important;
    }

    .mt-365 {
        margin-top: -182px !important;
    }

    .mt-370 {
        margin-top: -185px !important;
    }

    .mt-375 {
        margin-top: -187px !important;
    }

    .mt-380 {
        margin-top: -190px !important;
    }

    .mt-385 {
        margin-top: -192px !important;
    }

    .mt-390 {
        margin-top: -195px !important;
    }

    .mt-395 {
        margin-top: -197px !important;
    }

    .mt-400 {
        margin-top: -200px !important;
    }

    .mt-405 {
        margin-top: -202px !important;
    }

    .mt-410 {
        margin-top: -205px !important;
    }

    .mt-415 {
        margin-top: -207px !important;
    }

    .mt-420 {
        margin-top: -210px !important;
    }

    .mt-425 {
        margin-top: -212px !important;
    }

    .mt-430 {
        margin-top: -215px !important;
    }

    .mt-435 {
        margin-top: -217px !important;
    }

    .mt-440 {
        margin-top: -220px !important;
    }

    .mt-445 {
        margin-top: -222px !important;
    }

    .mt-450 {
        margin-top: -225px !important;
    }

    .mt-455 {
        margin-top: -227px !important;
    }

    .mt-460 {
        margin-top: -230px !important;
    }

    .mt-465 {
        margin-top: -232px !important;
    }

    .mt-470 {
        margin-top: -235px !important;
    }

    .mt-475 {
        margin-top: -237px !important;
    }

    .mt-480 {
        margin-top: -240px !important;
    }

    .mt-485 {
        margin-top: -242px !important;
    }

    .mt-490 {
        margin-top: -245px !important;
    }

    .mt-495 {
        margin-top: -247px !important;
    }

    .mt-500 {
        margin-top: -250px !important;
    }

    .mb-5 {
        margin-bottom: -2px !important;
    }

    .mb-10 {
        margin-bottom: -5px !important;
    }

    .mb-15 {
        margin-bottom: -7px !important;
    }

    .mb-20 {
        margin-bottom: -10px !important;
    }

    .mb-25 {
        margin-bottom: -12px !important;
    }

    .mb-30 {
        margin-bottom: -15px !important;
    }

    .mb-35 {
        margin-bottom: -17px !important;
    }

    .mb-40 {
        margin-bottom: -20px !important;
    }

    .mb-45 {
        margin-bottom: -22px !important;
    }

    .mb-50 {
        margin-bottom: -25px !important;
    }

    .mb-55 {
        margin-bottom: -27px !important;
    }

    .mb-60 {
        margin-bottom: -30px !important;
    }

    .mb-65 {
        margin-bottom: -32px !important;
    }

    .mb-70 {
        margin-bottom: -35px !important;
    }

    .mb-75 {
        margin-bottom: -37px !important;
    }

    .mb-80 {
        margin-bottom: -40px !important;
    }

    .mb-85 {
        margin-bottom: -42px !important;
    }

    .mb-90 {
        margin-bottom: -45px !important;
    }

    .mb-95 {
        margin-bottom: -47px !important;
    }

    .mb-100 {
        margin-bottom: -50px !important;
    }

    .mb-105 {
        margin-bottom: -52px !important;
    }

    .mb-110 {
        margin-bottom: -55px !important;
    }

    .mb-115 {
        margin-bottom: -57px !important;
    }

    .mb-120 {
        margin-bottom: -60px !important;
    }

    .mb-125 {
        margin-bottom: -62px !important;
    }

    .mb-130 {
        margin-bottom: -65px !important;
    }

    .mb-135 {
        margin-bottom: -67px !important;
    }

    .mb-140 {
        margin-bottom: -70px !important;
    }

    .mb-145 {
        margin-bottom: -72px !important;
    }

    .mb-150 {
        margin-bottom: -75px !important;
    }

    .mb-155 {
        margin-bottom: -77px !important;
    }

    .mb-160 {
        margin-bottom: -80px !important;
    }

    .mb-165 {
        margin-bottom: -82px !important;
    }

    .mb-170 {
        margin-bottom: -85px !important;
    }

    .mb-175 {
        margin-bottom: -87px !important;
    }

    .mb-180 {
        margin-bottom: -90px !important;
    }

    .mb-185 {
        margin-bottom: -92px !important;
    }

    .mb-190 {
        margin-bottom: -95px !important;
    }

    .mb-195 {
        margin-bottom: -97px !important;
    }

    .mb-200 {
        margin-bottom: -100px !important;
    }

    .mb-205 {
        margin-bottom: -102px !important;
    }

    .mb-210 {
        margin-bottom: -105px !important;
    }

    .mb-215 {
        margin-bottom: -107px !important;
    }

    .mb-220 {
        margin-bottom: -110px !important;
    }

    .mb-225 {
        margin-bottom: -112px !important;
    }

    .mb-230 {
        margin-bottom: -115px !important;
    }

    .mb-235 {
        margin-bottom: -117px !important;
    }

    .mb-240 {
        margin-bottom: -120px !important;
    }

    .mb-245 {
        margin-bottom: -122px !important;
    }

    .mb-250 {
        margin-bottom: -125px !important;
    }

    .mb-255 {
        margin-bottom: -127px !important;
    }

    .mb-260 {
        margin-bottom: -130px !important;
    }

    .mb-265 {
        margin-bottom: -132px !important;
    }

    .mb-270 {
        margin-bottom: -135px !important;
    }

    .mb-275 {
        margin-bottom: -137px !important;
    }

    .mb-280 {
        margin-bottom: -140px !important;
    }

    .mb-285 {
        margin-bottom: -142px !important;
    }

    .mb-290 {
        margin-bottom: -145px !important;
    }

    .mb-295 {
        margin-bottom: -147px !important;
    }

    .mb-300 {
        margin-bottom: -150px !important;
    }

    .mb-305 {
        margin-bottom: -152px !important;
    }

    .mb-310 {
        margin-bottom: -155px !important;
    }

    .mb-315 {
        margin-bottom: -157px !important;
    }

    .mb-320 {
        margin-bottom: -160px !important;
    }

    .mb-325 {
        margin-bottom: -162px !important;
    }

    .mb-330 {
        margin-bottom: -165px !important;
    }

    .mb-335 {
        margin-bottom: -167px !important;
    }

    .mb-340 {
        margin-bottom: -170px !important;
    }

    .mb-345 {
        margin-bottom: -172px !important;
    }

    .mb-350 {
        margin-bottom: -175px !important;
    }

    .mb-355 {
        margin-bottom: -177px !important;
    }

    .mb-360 {
        margin-bottom: -180px !important;
    }

    .mb-365 {
        margin-bottom: -182px !important;
    }

    .mb-370 {
        margin-bottom: -185px !important;
    }

    .mb-375 {
        margin-bottom: -187px !important;
    }

    .mb-380 {
        margin-bottom: -190px !important;
    }

    .mb-385 {
        margin-bottom: -192px !important;
    }

    .mb-390 {
        margin-bottom: -195px !important;
    }

    .mb-395 {
        margin-bottom: -197px !important;
    }

    .mb-400 {
        margin-bottom: -200px !important;
    }

    .mb-405 {
        margin-bottom: -202px !important;
    }

    .mb-410 {
        margin-bottom: -205px !important;
    }

    .mb-415 {
        margin-bottom: -207px !important;
    }

    .mb-420 {
        margin-bottom: -210px !important;
    }

    .mb-425 {
        margin-bottom: -212px !important;
    }

    .mb-430 {
        margin-bottom: -215px !important;
    }

    .mb-435 {
        margin-bottom: -217px !important;
    }

    .mb-440 {
        margin-bottom: -220px !important;
    }

    .mb-445 {
        margin-bottom: -222px !important;
    }

    .mb-450 {
        margin-bottom: -225px !important;
    }

    .mb-455 {
        margin-bottom: -227px !important;
    }

    .mb-460 {
        margin-bottom: -230px !important;
    }

    .mb-465 {
        margin-bottom: -232px !important;
    }

    .mb-470 {
        margin-bottom: -235px !important;
    }

    .mb-475 {
        margin-bottom: -237px !important;
    }

    .mb-480 {
        margin-bottom: -240px !important;
    }

    .mb-485 {
        margin-bottom: -242px !important;
    }

    .mb-490 {
        margin-bottom: -245px !important;
    }

    .mb-495 {
        margin-bottom: -247px !important;
    }

    .mb-500 {
        margin-bottom: -250px !important;
    }

    .ml5 {
        margin-left: 2px !important;
    }

    .ml10 {
        margin-left: 5px !important;
    }

    .ml15 {
        margin-left: 7px !important;
    }

    .ml20 {
        margin-left: 10px !important;
    }

    .ml25 {
        margin-left: 12px !important;
    }

    .ml30 {
        margin-left: 15px !important;
    }

    .ml35 {
        margin-left: 17px !important;
    }

    .ml40 {
        margin-left: 20px !important;
    }

    .ml45 {
        margin-left: 22px !important;
    }

    .ml50 {
        margin-left: 25px !important;
    }

    .ml55 {
        margin-left: 27px !important;
    }

    .ml60 {
        margin-left: 30px !important;
    }

    .ml65 {
        margin-left: 32px !important;
    }

    .ml70 {
        margin-left: 35px !important;
    }

    .ml75 {
        margin-left: 37px !important;
    }

    .ml80 {
        margin-left: 40px !important;
    }

    .ml85 {
        margin-left: 42px !important;
    }

    .ml90 {
        margin-left: 45px !important;
    }

    .ml95 {
        margin-left: 47px !important;
    }

    .ml100 {
        margin-left: 50px !important;
    }

    .ml105 {
        margin-left: 52px !important;
    }

    .ml110 {
        margin-left: 55px !important;
    }

    .ml115 {
        margin-left: 57px !important;
    }

    .ml120 {
        margin-left: 60px !important;
    }

    .ml125 {
        margin-left: 62px !important;
    }

    .ml130 {
        margin-left: 65px !important;
    }

    .ml135 {
        margin-left: 67px !important;
    }

    .ml140 {
        margin-left: 70px !important;
    }

    .ml145 {
        margin-left: 72px !important;
    }

    .ml150 {
        margin-left: 75px !important;
    }

    .ml155 {
        margin-left: 77px !important;
    }

    .ml160 {
        margin-left: 80px !important;
    }

    .ml165 {
        margin-left: 82px !important;
    }

    .ml170 {
        margin-left: 85px !important;
    }

    .ml175 {
        margin-left: 87px !important;
    }

    .ml180 {
        margin-left: 90px !important;
    }

    .ml185 {
        margin-left: 92px !important;
    }

    .ml190 {
        margin-left: 95px !important;
    }

    .ml195 {
        margin-left: 97px !important;
    }

    .ml200 {
        margin-left: 100px !important;
    }

    .ml205 {
        margin-left: 102px !important;
    }

    .ml210 {
        margin-left: 105px !important;
    }

    .ml215 {
        margin-left: 107px !important;
    }

    .ml220 {
        margin-left: 110px !important;
    }

    .ml225 {
        margin-left: 112px !important;
    }

    .ml230 {
        margin-left: 115px !important;
    }

    .ml235 {
        margin-left: 117px !important;
    }

    .ml240 {
        margin-left: 120px !important;
    }

    .ml245 {
        margin-left: 122px !important;
    }

    .ml250 {
        margin-left: 125px !important;
    }

    .ml255 {
        margin-left: 127px !important;
    }

    .ml260 {
        margin-left: 130px !important;
    }

    .ml265 {
        margin-left: 132px !important;
    }

    .ml270 {
        margin-left: 135px !important;
    }

    .ml275 {
        margin-left: 137px !important;
    }

    .ml280 {
        margin-left: 140px !important;
    }

    .ml285 {
        margin-left: 142px !important;
    }

    .ml290 {
        margin-left: 145px !important;
    }

    .ml295 {
        margin-left: 147px !important;
    }

    .ml300 {
        margin-left: 150px !important;
    }

    .ml305 {
        margin-left: 152px !important;
    }

    .ml310 {
        margin-left: 155px !important;
    }

    .ml315 {
        margin-left: 157px !important;
    }

    .ml320 {
        margin-left: 160px !important;
    }

    .ml325 {
        margin-left: 162px !important;
    }

    .ml330 {
        margin-left: 165px !important;
    }

    .ml335 {
        margin-left: 167px !important;
    }

    .ml340 {
        margin-left: 170px !important;
    }

    .ml345 {
        margin-left: 172px !important;
    }

    .ml350 {
        margin-left: 175px !important;
    }

    .ml355 {
        margin-left: 177px !important;
    }

    .ml360 {
        margin-left: 180px !important;
    }

    .ml365 {
        margin-left: 182px !important;
    }

    .ml370 {
        margin-left: 185px !important;
    }

    .ml375 {
        margin-left: 187px !important;
    }

    .ml380 {
        margin-left: 190px !important;
    }

    .ml385 {
        margin-left: 192px !important;
    }

    .ml390 {
        margin-left: 195px !important;
    }

    .ml395 {
        margin-left: 197px !important;
    }

    .ml400 {
        margin-left: 200px !important;
    }

    .ml405 {
        margin-left: 202px !important;
    }

    .ml410 {
        margin-left: 205px !important;
    }

    .ml415 {
        margin-left: 207px !important;
    }

    .ml420 {
        margin-left: 210px !important;
    }

    .ml425 {
        margin-left: 212px !important;
    }

    .ml430 {
        margin-left: 215px !important;
    }

    .ml435 {
        margin-left: 217px !important;
    }

    .ml440 {
        margin-left: 220px !important;
    }

    .ml445 {
        margin-left: 222px !important;
    }

    .ml450 {
        margin-left: 225px !important;
    }

    .ml455 {
        margin-left: 227px !important;
    }

    .ml460 {
        margin-left: 230px !important;
    }

    .ml465 {
        margin-left: 232px !important;
    }

    .ml470 {
        margin-left: 235px !important;
    }

    .ml475 {
        margin-left: 237px !important;
    }

    .ml480 {
        margin-left: 240px !important;
    }

    .ml485 {
        margin-left: 242px !important;
    }

    .ml490 {
        margin-left: 245px !important;
    }

    .ml495 {
        margin-left: 247px !important;
    }

    .ml500 {
        margin-left: 250px !important;
    }

    .mr5 {
        margin-right: 2px !important;
    }

    .mr10 {
        margin-right: 5px !important;
    }

    .mr15 {
        margin-right: 7px !important;
    }

    .mr20 {
        margin-right: 10px !important;
    }

    .mr25 {
        margin-right: 12px !important;
    }

    .mr30 {
        margin-right: 15px !important;
    }

    .mr35 {
        margin-right: 17px !important;
    }

    .mr40 {
        margin-right: 20px !important;
    }

    .mr45 {
        margin-right: 22px !important;
    }

    .mr50 {
        margin-right: 25px !important;
    }

    .mr55 {
        margin-right: 27px !important;
    }

    .mr60 {
        margin-right: 30px !important;
    }

    .mr65 {
        margin-right: 32px !important;
    }

    .mr70 {
        margin-right: 35px !important;
    }

    .mr75 {
        margin-right: 37px !important;
    }

    .mr80 {
        margin-right: 40px !important;
    }

    .mr85 {
        margin-right: 42px !important;
    }

    .mr90 {
        margin-right: 45px !important;
    }

    .mr95 {
        margin-right: 47px !important;
    }

    .mr100 {
        margin-right: 50px !important;
    }

    .mr105 {
        margin-right: 52px !important;
    }

    .mr110 {
        margin-right: 55px !important;
    }

    .mr115 {
        margin-right: 57px !important;
    }

    .mr120 {
        margin-right: 60px !important;
    }

    .mr125 {
        margin-right: 62px !important;
    }

    .mr130 {
        margin-right: 65px !important;
    }

    .mr135 {
        margin-right: 67px !important;
    }

    .mr140 {
        margin-right: 70px !important;
    }

    .mr145 {
        margin-right: 72px !important;
    }

    .mr150 {
        margin-right: 75px !important;
    }

    .mr155 {
        margin-right: 77px !important;
    }

    .mr160 {
        margin-right: 80px !important;
    }

    .mr165 {
        margin-right: 82px !important;
    }

    .mr170 {
        margin-right: 85px !important;
    }

    .mr175 {
        margin-right: 87px !important;
    }

    .mr180 {
        margin-right: 90px !important;
    }

    .mr185 {
        margin-right: 92px !important;
    }

    .mr190 {
        margin-right: 95px !important;
    }

    .mr195 {
        margin-right: 97px !important;
    }

    .mr200 {
        margin-right: 100px !important;
    }

    .mr205 {
        margin-right: 102px !important;
    }

    .mr210 {
        margin-right: 105px !important;
    }

    .mr215 {
        margin-right: 107px !important;
    }

    .mr220 {
        margin-right: 110px !important;
    }

    .mr225 {
        margin-right: 112px !important;
    }

    .mr230 {
        margin-right: 115px !important;
    }

    .mr235 {
        margin-right: 117px !important;
    }

    .mr240 {
        margin-right: 120px !important;
    }

    .mr245 {
        margin-right: 122px !important;
    }

    .mr250 {
        margin-right: 125px !important;
    }

    .mr255 {
        margin-right: 127px !important;
    }

    .mr260 {
        margin-right: 130px !important;
    }

    .mr265 {
        margin-right: 132px !important;
    }

    .mr270 {
        margin-right: 135px !important;
    }

    .mr275 {
        margin-right: 137px !important;
    }

    .mr280 {
        margin-right: 140px !important;
    }

    .mr285 {
        margin-right: 142px !important;
    }

    .mr290 {
        margin-right: 145px !important;
    }

    .mr295 {
        margin-right: 147px !important;
    }

    .mr300 {
        margin-right: 150px !important;
    }

    .mr305 {
        margin-right: 152px !important;
    }

    .mr310 {
        margin-right: 155px !important;
    }

    .mr315 {
        margin-right: 157px !important;
    }

    .mr320 {
        margin-right: 160px !important;
    }

    .mr325 {
        margin-right: 162px !important;
    }

    .mr330 {
        margin-right: 165px !important;
    }

    .mr335 {
        margin-right: 167px !important;
    }

    .mr340 {
        margin-right: 170px !important;
    }

    .mr345 {
        margin-right: 172px !important;
    }

    .mr350 {
        margin-right: 175px !important;
    }

    .mr355 {
        margin-right: 177px !important;
    }

    .mr360 {
        margin-right: 180px !important;
    }

    .mr365 {
        margin-right: 182px !important;
    }

    .mr370 {
        margin-right: 185px !important;
    }

    .mr375 {
        margin-right: 187px !important;
    }

    .mr380 {
        margin-right: 190px !important;
    }

    .mr385 {
        margin-right: 192px !important;
    }

    .mr390 {
        margin-right: 195px !important;
    }

    .mr395 {
        margin-right: 197px !important;
    }

    .mr400 {
        margin-right: 200px !important;
    }

    .mr405 {
        margin-right: 202px !important;
    }

    .mr410 {
        margin-right: 205px !important;
    }

    .mr415 {
        margin-right: 207px !important;
    }

    .mr420 {
        margin-right: 210px !important;
    }

    .mr425 {
        margin-right: 212px !important;
    }

    .mr430 {
        margin-right: 215px !important;
    }

    .mr435 {
        margin-right: 217px !important;
    }

    .mr440 {
        margin-right: 220px !important;
    }

    .mr445 {
        margin-right: 222px !important;
    }

    .mr450 {
        margin-right: 225px !important;
    }

    .mr455 {
        margin-right: 227px !important;
    }

    .mr460 {
        margin-right: 230px !important;
    }

    .mr465 {
        margin-right: 232px !important;
    }

    .mr470 {
        margin-right: 235px !important;
    }

    .mr475 {
        margin-right: 237px !important;
    }

    .mr480 {
        margin-right: 240px !important;
    }

    .mr485 {
        margin-right: 242px !important;
    }

    .mr490 {
        margin-right: 245px !important;
    }

    .mr495 {
        margin-right: 247px !important;
    }

    .mr500 {
        margin-right: 250px !important;
    }

    .pt5 {
        padding-top: 2px !important;
    }

    .pt10 {
        padding-top: 5px !important;
    }

    .pt15 {
        padding-top: 7px !important;
    }

    .pt20 {
        padding-top: 10px !important;
    }

    .pt25 {
        padding-top: 12px !important;
    }

    .pt30 {
        padding-top: 15px !important;
    }

    .pt35 {
        padding-top: 17px !important;
    }

    .pt40 {
        padding-top: 20px !important;
    }

    .pt45 {
        padding-top: 22px !important;
    }

    .pt50 {
        padding-top: 25px !important;
    }

    .pt55 {
        padding-top: 27px !important;
    }

    .pt60 {
        padding-top: 30px !important;
    }

    .pt65 {
        padding-top: 32px !important;
    }

    .pt70 {
        padding-top: 35px !important;
    }

    .pt75 {
        padding-top: 37px !important;
    }

    .pt80 {
        padding-top: 40px !important;
    }

    .pt85 {
        padding-top: 42px !important;
    }

    .pt90 {
        padding-top: 45px !important;
    }

    .pt95 {
        padding-top: 47px !important;
    }

    .pt100 {
        padding-top: 50px !important;
    }

    .pt105 {
        padding-top: 52px !important;
    }

    .pt110 {
        padding-top: 55px !important;
    }

    .pt115 {
        padding-top: 57px !important;
    }

    .pt120 {
        padding-top: 60px !important;
    }

    .pt125 {
        padding-top: 62px !important;
    }

    .pt130 {
        padding-top: 65px !important;
    }

    .pt135 {
        padding-top: 67px !important;
    }

    .pt140 {
        padding-top: 70px !important;
    }

    .pt145 {
        padding-top: 72px !important;
    }

    .pt150 {
        padding-top: 75px !important;
    }

    .pt155 {
        padding-top: 77px !important;
    }

    .pt160 {
        padding-top: 80px !important;
    }

    .pt165 {
        padding-top: 82px !important;
    }

    .pt170 {
        padding-top: 85px !important;
    }

    .pt175 {
        padding-top: 87px !important;
    }

    .pt180 {
        padding-top: 90px !important;
    }

    .pt185 {
        padding-top: 92px !important;
    }

    .pt190 {
        padding-top: 95px !important;
    }

    .pt195 {
        padding-top: 97px !important;
    }

    .pt200 {
        padding-top: 100px !important;
    }

    .pt205 {
        padding-top: 102px !important;
    }

    .pt210 {
        padding-top: 105px !important;
    }

    .pt215 {
        padding-top: 107px !important;
    }

    .pt220 {
        padding-top: 110px !important;
    }

    .pt225 {
        padding-top: 112px !important;
    }

    .pt230 {
        padding-top: 115px !important;
    }

    .pt235 {
        padding-top: 117px !important;
    }

    .pt240 {
        padding-top: 120px !important;
    }

    .pt245 {
        padding-top: 122px !important;
    }

    .pt250 {
        padding-top: 125px !important;
    }

    .pt255 {
        padding-top: 127px !important;
    }

    .pt260 {
        padding-top: 130px !important;
    }

    .pt265 {
        padding-top: 132px !important;
    }

    .pt270 {
        padding-top: 135px !important;
    }

    .pt275 {
        padding-top: 137px !important;
    }

    .pt280 {
        padding-top: 140px !important;
    }

    .pt285 {
        padding-top: 142px !important;
    }

    .pt290 {
        padding-top: 145px !important;
    }

    .pt295 {
        padding-top: 147px !important;
    }

    .pt300 {
        padding-top: 150px !important;
    }

    .pt305 {
        padding-top: 152px !important;
    }

    .pt310 {
        padding-top: 155px !important;
    }

    .pt315 {
        padding-top: 157px !important;
    }

    .pt320 {
        padding-top: 160px !important;
    }

    .pt325 {
        padding-top: 162px !important;
    }

    .pt330 {
        padding-top: 165px !important;
    }

    .pt335 {
        padding-top: 167px !important;
    }

    .pt340 {
        padding-top: 170px !important;
    }

    .pt345 {
        padding-top: 172px !important;
    }

    .pt350 {
        padding-top: 175px !important;
    }

    .pt355 {
        padding-top: 177px !important;
    }

    .pt360 {
        padding-top: 180px !important;
    }

    .pt365 {
        padding-top: 182px !important;
    }

    .pt370 {
        padding-top: 185px !important;
    }

    .pt375 {
        padding-top: 187px !important;
    }

    .pt380 {
        padding-top: 190px !important;
    }

    .pt385 {
        padding-top: 192px !important;
    }

    .pt390 {
        padding-top: 195px !important;
    }

    .pt395 {
        padding-top: 197px !important;
    }

    .pt400 {
        padding-top: 200px !important;
    }

    .pt405 {
        padding-top: 202px !important;
    }

    .pt410 {
        padding-top: 205px !important;
    }

    .pt415 {
        padding-top: 207px !important;
    }

    .pt420 {
        padding-top: 210px !important;
    }

    .pt425 {
        padding-top: 212px !important;
    }

    .pt430 {
        padding-top: 215px !important;
    }

    .pt435 {
        padding-top: 217px !important;
    }

    .pt440 {
        padding-top: 220px !important;
    }

    .pt445 {
        padding-top: 222px !important;
    }

    .pt450 {
        padding-top: 225px !important;
    }

    .pt455 {
        padding-top: 227px !important;
    }

    .pt460 {
        padding-top: 230px !important;
    }

    .pt465 {
        padding-top: 232px !important;
    }

    .pt470 {
        padding-top: 235px !important;
    }

    .pt475 {
        padding-top: 237px !important;
    }

    .pt480 {
        padding-top: 240px !important;
    }

    .pt485 {
        padding-top: 242px !important;
    }

    .pt490 {
        padding-top: 245px !important;
    }

    .pt495 {
        padding-top: 247px !important;
    }

    .pt500 {
        padding-top: 250px !important;
    }

    .pb5 {
        padding-bottom: 2px !important;
    }

    .pb10 {
        padding-bottom: 5px !important;
    }

    .pb15 {
        padding-bottom: 7px !important;
    }

    .pb20 {
        padding-bottom: 10px !important;
    }

    .pb25 {
        padding-bottom: 12px !important;
    }

    .pb30 {
        padding-bottom: 15px !important;
    }

    .pb35 {
        padding-bottom: 17px !important;
    }

    .pb40 {
        padding-bottom: 20px !important;
    }

    .pb45 {
        padding-bottom: 22px !important;
    }

    .pb50 {
        padding-bottom: 25px !important;
    }

    .pb55 {
        padding-bottom: 27px !important;
    }

    .pb60 {
        padding-bottom: 30px !important;
    }

    .pb65 {
        padding-bottom: 32px !important;
    }

    .pb70 {
        padding-bottom: 35px !important;
    }

    .pb75 {
        padding-bottom: 37px !important;
    }

    .pb80 {
        padding-bottom: 40px !important;
    }

    .pb85 {
        padding-bottom: 42px !important;
    }

    .pb90 {
        padding-bottom: 45px !important;
    }

    .pb95 {
        padding-bottom: 47px !important;
    }

    .pb100 {
        padding-bottom: 50px !important;
    }

    .pb105 {
        padding-bottom: 52px !important;
    }

    .pb110 {
        padding-bottom: 55px !important;
    }

    .pb115 {
        padding-bottom: 57px !important;
    }

    .pb120 {
        padding-bottom: 60px !important;
    }

    .pb125 {
        padding-bottom: 62px !important;
    }

    .pb130 {
        padding-bottom: 65px !important;
    }

    .pb135 {
        padding-bottom: 67px !important;
    }

    .pb140 {
        padding-bottom: 70px !important;
    }

    .pb145 {
        padding-bottom: 72px !important;
    }

    .pb150 {
        padding-bottom: 75px !important;
    }

    .pb155 {
        padding-bottom: 77px !important;
    }

    .pb160 {
        padding-bottom: 80px !important;
    }

    .pb165 {
        padding-bottom: 82px !important;
    }

    .pb170 {
        padding-bottom: 85px !important;
    }

    .pb175 {
        padding-bottom: 87px !important;
    }

    .pb180 {
        padding-bottom: 90px !important;
    }

    .pb185 {
        padding-bottom: 92px !important;
    }

    .pb190 {
        padding-bottom: 95px !important;
    }

    .pb195 {
        padding-bottom: 97px !important;
    }

    .pb200 {
        padding-bottom: 100px !important;
    }

    .pb205 {
        padding-bottom: 102px !important;
    }

    .pb210 {
        padding-bottom: 105px !important;
    }

    .pb215 {
        padding-bottom: 107px !important;
    }

    .pb220 {
        padding-bottom: 110px !important;
    }

    .pb225 {
        padding-bottom: 112px !important;
    }

    .pb230 {
        padding-bottom: 115px !important;
    }

    .pb235 {
        padding-bottom: 117px !important;
    }

    .pb240 {
        padding-bottom: 120px !important;
    }

    .pb245 {
        padding-bottom: 122px !important;
    }

    .pb250 {
        padding-bottom: 125px !important;
    }

    .pb255 {
        padding-bottom: 127px !important;
    }

    .pb260 {
        padding-bottom: 130px !important;
    }

    .pb265 {
        padding-bottom: 132px !important;
    }

    .pb270 {
        padding-bottom: 135px !important;
    }

    .pb275 {
        padding-bottom: 137px !important;
    }

    .pb280 {
        padding-bottom: 140px !important;
    }

    .pb285 {
        padding-bottom: 142px !important;
    }

    .pb290 {
        padding-bottom: 145px !important;
    }

    .pb295 {
        padding-bottom: 147px !important;
    }

    .pb300 {
        padding-bottom: 150px !important;
    }

    .pb305 {
        padding-bottom: 152px !important;
    }

    .pb310 {
        padding-bottom: 155px !important;
    }

    .pb315 {
        padding-bottom: 157px !important;
    }

    .pb320 {
        padding-bottom: 160px !important;
    }

    .pb325 {
        padding-bottom: 162px !important;
    }

    .pb330 {
        padding-bottom: 165px !important;
    }

    .pb335 {
        padding-bottom: 167px !important;
    }

    .pb340 {
        padding-bottom: 170px !important;
    }

    .pb345 {
        padding-bottom: 172px !important;
    }

    .pb350 {
        padding-bottom: 175px !important;
    }

    .pb355 {
        padding-bottom: 177px !important;
    }

    .pb360 {
        padding-bottom: 180px !important;
    }

    .pb365 {
        padding-bottom: 182px !important;
    }

    .pb370 {
        padding-bottom: 185px !important;
    }

    .pb375 {
        padding-bottom: 187px !important;
    }

    .pb380 {
        padding-bottom: 190px !important;
    }

    .pb385 {
        padding-bottom: 192px !important;
    }

    .pb390 {
        padding-bottom: 195px !important;
    }

    .pb395 {
        padding-bottom: 197px !important;
    }

    .pb400 {
        padding-bottom: 200px !important;
    }

    .pb405 {
        padding-bottom: 202px !important;
    }

    .pb410 {
        padding-bottom: 205px !important;
    }

    .pb415 {
        padding-bottom: 207px !important;
    }

    .pb420 {
        padding-bottom: 210px !important;
    }

    .pb425 {
        padding-bottom: 212px !important;
    }

    .pb430 {
        padding-bottom: 215px !important;
    }

    .pb435 {
        padding-bottom: 217px !important;
    }

    .pb440 {
        padding-bottom: 220px !important;
    }

    .pb445 {
        padding-bottom: 222px !important;
    }

    .pb450 {
        padding-bottom: 225px !important;
    }

    .pb455 {
        padding-bottom: 227px !important;
    }

    .pb460 {
        padding-bottom: 230px !important;
    }

    .pb465 {
        padding-bottom: 232px !important;
    }

    .pb470 {
        padding-bottom: 235px !important;
    }

    .pb475 {
        padding-bottom: 237px !important;
    }

    .pb480 {
        padding-bottom: 240px !important;
    }

    .pb485 {
        padding-bottom: 242px !important;
    }

    .pb490 {
        padding-bottom: 245px !important;
    }

    .pb495 {
        padding-bottom: 247px !important;
    }

    .pb500 {
        padding-bottom: 250px !important;
    }

    .pl5 {
        padding-left: 2px !important;
    }

    .pl10 {
        padding-left: 5px !important;
    }

    .pl15 {
        padding-left: 7px !important;
    }

    .pl20 {
        padding-left: 10px !important;
    }

    .pl25 {
        padding-left: 12px !important;
    }

    .pl30 {
        padding-left: 15px !important;
    }

    .pl35 {
        padding-left: 17px !important;
    }

    .pl40 {
        padding-left: 20px !important;
    }

    .pl45 {
        padding-left: 22px !important;
    }

    .pl50 {
        padding-left: 25px !important;
    }

    .pl55 {
        padding-left: 27px !important;
    }

    .pl60 {
        padding-left: 30px !important;
    }

    .pl65 {
        padding-left: 32px !important;
    }

    .pl70 {
        padding-left: 35px !important;
    }

    .pl75 {
        padding-left: 37px !important;
    }

    .pl80 {
        padding-left: 40px !important;
    }

    .pl85 {
        padding-left: 42px !important;
    }

    .pl90 {
        padding-left: 45px !important;
    }

    .pl95 {
        padding-left: 47px !important;
    }

    .pl100 {
        padding-left: 50px !important;
    }

    .pl105 {
        padding-left: 52px !important;
    }

    .pl110 {
        padding-left: 55px !important;
    }

    .pl115 {
        padding-left: 57px !important;
    }

    .pl120 {
        padding-left: 60px !important;
    }

    .pl125 {
        padding-left: 62px !important;
    }

    .pl130 {
        padding-left: 65px !important;
    }

    .pl135 {
        padding-left: 67px !important;
    }

    .pl140 {
        padding-left: 70px !important;
    }

    .pl145 {
        padding-left: 72px !important;
    }

    .pl150 {
        padding-left: 75px !important;
    }

    .pl155 {
        padding-left: 77px !important;
    }

    .pl160 {
        padding-left: 80px !important;
    }

    .pl165 {
        padding-left: 82px !important;
    }

    .pl170 {
        padding-left: 85px !important;
    }

    .pl175 {
        padding-left: 87px !important;
    }

    .pl180 {
        padding-left: 90px !important;
    }

    .pl185 {
        padding-left: 92px !important;
    }

    .pl190 {
        padding-left: 95px !important;
    }

    .pl195 {
        padding-left: 97px !important;
    }

    .pl200 {
        padding-left: 100px !important;
    }

    .pl205 {
        padding-left: 102px !important;
    }

    .pl210 {
        padding-left: 105px !important;
    }

    .pl215 {
        padding-left: 107px !important;
    }

    .pl220 {
        padding-left: 110px !important;
    }

    .pl225 {
        padding-left: 112px !important;
    }

    .pl230 {
        padding-left: 115px !important;
    }

    .pl235 {
        padding-left: 117px !important;
    }

    .pl240 {
        padding-left: 120px !important;
    }

    .pl245 {
        padding-left: 122px !important;
    }

    .pl250 {
        padding-left: 125px !important;
    }

    .pl255 {
        padding-left: 127px !important;
    }

    .pl260 {
        padding-left: 130px !important;
    }

    .pl265 {
        padding-left: 132px !important;
    }

    .pl270 {
        padding-left: 135px !important;
    }

    .pl275 {
        padding-left: 137px !important;
    }

    .pl280 {
        padding-left: 140px !important;
    }

    .pl285 {
        padding-left: 142px !important;
    }

    .pl290 {
        padding-left: 145px !important;
    }

    .pl295 {
        padding-left: 147px !important;
    }

    .pl300 {
        padding-left: 150px !important;
    }

    .pl305 {
        padding-left: 152px !important;
    }

    .pl310 {
        padding-left: 155px !important;
    }

    .pl315 {
        padding-left: 157px !important;
    }

    .pl320 {
        padding-left: 160px !important;
    }

    .pl325 {
        padding-left: 162px !important;
    }

    .pl330 {
        padding-left: 165px !important;
    }

    .pl335 {
        padding-left: 167px !important;
    }

    .pl340 {
        padding-left: 170px !important;
    }

    .pl345 {
        padding-left: 172px !important;
    }

    .pl350 {
        padding-left: 175px !important;
    }

    .pl355 {
        padding-left: 177px !important;
    }

    .pl360 {
        padding-left: 180px !important;
    }

    .pl365 {
        padding-left: 182px !important;
    }

    .pl370 {
        padding-left: 185px !important;
    }

    .pl375 {
        padding-left: 187px !important;
    }

    .pl380 {
        padding-left: 190px !important;
    }

    .pl385 {
        padding-left: 192px !important;
    }

    .pl390 {
        padding-left: 195px !important;
    }

    .pl395 {
        padding-left: 197px !important;
    }

    .pl400 {
        padding-left: 200px !important;
    }

    .pl405 {
        padding-left: 202px !important;
    }

    .pl410 {
        padding-left: 205px !important;
    }

    .pl415 {
        padding-left: 207px !important;
    }

    .pl420 {
        padding-left: 210px !important;
    }

    .pl425 {
        padding-left: 212px !important;
    }

    .pl430 {
        padding-left: 215px !important;
    }

    .pl435 {
        padding-left: 217px !important;
    }

    .pl440 {
        padding-left: 220px !important;
    }

    .pl445 {
        padding-left: 222px !important;
    }

    .pl450 {
        padding-left: 225px !important;
    }

    .pl455 {
        padding-left: 227px !important;
    }

    .pl460 {
        padding-left: 230px !important;
    }

    .pl465 {
        padding-left: 232px !important;
    }

    .pl470 {
        padding-left: 235px !important;
    }

    .pl475 {
        padding-left: 237px !important;
    }

    .pl480 {
        padding-left: 240px !important;
    }

    .pl485 {
        padding-left: 242px !important;
    }

    .pl490 {
        padding-left: 245px !important;
    }

    .pl495 {
        padding-left: 247px !important;
    }

    .pl500 {
        padding-left: 250px !important;
    }

    .pr5 {
        padding-right: 2px !important;
    }

    .pr10 {
        padding-right: 5px !important;
    }

    .pr15 {
        padding-right: 7px !important;
    }

    .pr20 {
        padding-right: 10px !important;
    }

    .pr25 {
        padding-right: 12px !important;
    }

    .pr30 {
        padding-right: 15px !important;
    }

    .pr35 {
        padding-right: 17px !important;
    }

    .pr40 {
        padding-right: 20px !important;
    }

    .pr45 {
        padding-right: 22px !important;
    }

    .pr50 {
        padding-right: 25px !important;
    }

    .pr55 {
        padding-right: 27px !important;
    }

    .pr60 {
        padding-right: 30px !important;
    }

    .pr65 {
        padding-right: 32px !important;
    }

    .pr70 {
        padding-right: 35px !important;
    }

    .pr75 {
        padding-right: 37px !important;
    }

    .pr80 {
        padding-right: 40px !important;
    }

    .pr85 {
        padding-right: 42px !important;
    }

    .pr90 {
        padding-right: 45px !important;
    }

    .pr95 {
        padding-right: 47px !important;
    }

    .pr100 {
        padding-right: 50px !important;
    }

    .pr105 {
        padding-right: 52px !important;
    }

    .pr110 {
        padding-right: 55px !important;
    }

    .pr115 {
        padding-right: 57px !important;
    }

    .pr120 {
        padding-right: 60px !important;
    }

    .pr125 {
        padding-right: 62px !important;
    }

    .pr130 {
        padding-right: 65px !important;
    }

    .pr135 {
        padding-right: 67px !important;
    }

    .pr140 {
        padding-right: 70px !important;
    }

    .pr145 {
        padding-right: 72px !important;
    }

    .pr150 {
        padding-right: 75px !important;
    }

    .pr155 {
        padding-right: 77px !important;
    }

    .pr160 {
        padding-right: 80px !important;
    }

    .pr165 {
        padding-right: 82px !important;
    }

    .pr170 {
        padding-right: 85px !important;
    }

    .pr175 {
        padding-right: 87px !important;
    }

    .pr180 {
        padding-right: 90px !important;
    }

    .pr185 {
        padding-right: 92px !important;
    }

    .pr190 {
        padding-right: 95px !important;
    }

    .pr195 {
        padding-right: 97px !important;
    }

    .pr200 {
        padding-right: 100px !important;
    }

    .pr205 {
        padding-right: 102px !important;
    }

    .pr210 {
        padding-right: 105px !important;
    }

    .pr215 {
        padding-right: 107px !important;
    }

    .pr220 {
        padding-right: 110px !important;
    }

    .pr225 {
        padding-right: 112px !important;
    }

    .pr230 {
        padding-right: 115px !important;
    }

    .pr235 {
        padding-right: 117px !important;
    }

    .pr240 {
        padding-right: 120px !important;
    }

    .pr245 {
        padding-right: 122px !important;
    }

    .pr250 {
        padding-right: 125px !important;
    }

    .pr255 {
        padding-right: 127px !important;
    }

    .pr260 {
        padding-right: 130px !important;
    }

    .pr265 {
        padding-right: 132px !important;
    }

    .pr270 {
        padding-right: 135px !important;
    }

    .pr275 {
        padding-right: 137px !important;
    }

    .pr280 {
        padding-right: 140px !important;
    }

    .pr285 {
        padding-right: 142px !important;
    }

    .pr290 {
        padding-right: 145px !important;
    }

    .pr295 {
        padding-right: 147px !important;
    }

    .pr300 {
        padding-right: 150px !important;
    }

    .pr305 {
        padding-right: 152px !important;
    }

    .pr310 {
        padding-right: 155px !important;
    }

    .pr315 {
        padding-right: 157px !important;
    }

    .pr320 {
        padding-right: 160px !important;
    }

    .pr325 {
        padding-right: 162px !important;
    }

    .pr330 {
        padding-right: 165px !important;
    }

    .pr335 {
        padding-right: 167px !important;
    }

    .pr340 {
        padding-right: 170px !important;
    }

    .pr345 {
        padding-right: 172px !important;
    }

    .pr350 {
        padding-right: 175px !important;
    }

    .pr355 {
        padding-right: 177px !important;
    }

    .pr360 {
        padding-right: 180px !important;
    }

    .pr365 {
        padding-right: 182px !important;
    }

    .pr370 {
        padding-right: 185px !important;
    }

    .pr375 {
        padding-right: 187px !important;
    }

    .pr380 {
        padding-right: 190px !important;
    }

    .pr385 {
        padding-right: 192px !important;
    }

    .pr390 {
        padding-right: 195px !important;
    }

    .pr395 {
        padding-right: 197px !important;
    }

    .pr400 {
        padding-right: 200px !important;
    }

    .pr405 {
        padding-right: 202px !important;
    }

    .pr410 {
        padding-right: 205px !important;
    }

    .pr415 {
        padding-right: 207px !important;
    }

    .pr420 {
        padding-right: 210px !important;
    }

    .pr425 {
        padding-right: 212px !important;
    }

    .pr430 {
        padding-right: 215px !important;
    }

    .pr435 {
        padding-right: 217px !important;
    }

    .pr440 {
        padding-right: 220px !important;
    }

    .pr445 {
        padding-right: 222px !important;
    }

    .pr450 {
        padding-right: 225px !important;
    }

    .pr455 {
        padding-right: 227px !important;
    }

    .pr460 {
        padding-right: 230px !important;
    }

    .pr465 {
        padding-right: 232px !important;
    }

    .pr470 {
        padding-right: 235px !important;
    }

    .pr475 {
        padding-right: 237px !important;
    }

    .pr480 {
        padding-right: 240px !important;
    }

    .pr485 {
        padding-right: 242px !important;
    }

    .pr490 {
        padding-right: 245px !important;
    }

    .pr495 {
        padding-right: 247px !important;
    }

    .pr500 {
        padding-right: 250px !important;
    }
}






[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
    transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
    transition-delay: 50ms
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
    transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
    transition-delay: .1s
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
    transition-duration: .15s
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
    transition-delay: .15s
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
    transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
    transition-delay: .2s
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
    transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
    transition-delay: .25s
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
    transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
    transition-delay: .3s
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
    transition-duration: .35s
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
    transition-delay: .35s
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
    transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
    transition-delay: .4s
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
    transition-duration: .45s
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
    transition-delay: .45s
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
    transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
    transition-delay: .5s
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
    transition-duration: .55s
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
    transition-delay: .55s
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
    transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
    transition-delay: .6s
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
    transition-duration: .65s
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
    transition-delay: .65s
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
    transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
    transition-delay: .7s
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
    transition-duration: .75s
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
    transition-delay: .75s
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
    transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
    transition-delay: .8s
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
    transition-duration: .85s
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
    transition-delay: .85s
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
    transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
    transition-delay: .9s
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
    transition-duration: .95s
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
    transition-delay: .95s
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
    transition-delay: 1s
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
    transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
    transition-delay: 1.05s
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
    transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
    transition-delay: 1.1s
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
    transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
    transition-delay: 1.15s
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
    transition-delay: 1.2s
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
    transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
    transition-delay: 1.25s
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
    transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
    transition-delay: 1.3s
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
    transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
    transition-delay: 1.35s
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
    transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
    transition-delay: 1.4s
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
    transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
    transition-delay: 1.45s
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
    transition-delay: 1.5s
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
    transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
    transition-delay: 1.55s
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
    transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
    transition-delay: 1.6s
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
    transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
    transition-delay: 1.65s
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
    transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
    transition-delay: 1.7s
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
    transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
    transition-delay: 1.75s
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
    transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
    transition-delay: 1.8s
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
    transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
    transition-delay: 1.85s
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
    transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
    transition-delay: 1.9s
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
    transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
    transition-delay: 1.95s
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
    transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
    transition-delay: 2s
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
    transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
    transition-delay: 2.05s
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
    transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
    transition-delay: 2.1s
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
    transition-duration: 2.15s
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
    transition-delay: 2.15s
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
    transition-duration: 2.2s
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
    transition-delay: 2.2s
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
    transition-duration: 2.25s
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
    transition-delay: 2.25s
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
    transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
    transition-delay: 2.3s
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
    transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
    transition-delay: 2.35s
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
    transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
    transition-delay: 2.4s
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
    transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
    transition-delay: 2.45s
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
    transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
    transition-delay: 2.5s
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
    transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
    transition-delay: 2.55s
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
    transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
    transition-delay: 2.6s
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
    transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
    transition-delay: 2.65s
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
    transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
    transition-delay: 2.7s
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
    transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
    transition-delay: 2.75s
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
    transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
    transition-delay: 2.8s
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
    transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
    transition-delay: 2.85s
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
    transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
    transition-delay: 2.9s
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
    transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
    transition-delay: 2.95s
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
    transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
    transition-delay: 3s
}

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .25, .75, .75)
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease
}

[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
    transition-timing-function: ease-in
}

[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
    transition-timing-function: ease-out
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
    transition-timing-function: ease-in-out
}

[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
    transition-timing-function: cubic-bezier(.6, -.28, .735, .045)
}

[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.47, 0, .745, .715)
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.39, .575, .565, 1)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.445, .05, .55, .95)
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0)
}

[data-aos=fade-up] {
    transform: translate3d(0, 100px, 0)
}

[data-aos=fade-down] {
    transform: translate3d(0, -100px, 0)
}

[data-aos=fade-right] {
    transform: translate3d(-100px, 0, 0)
}

[data-aos=fade-left] {
    transform: translate3d(100px, 0, 0)
}

[data-aos=fade-up-right] {
    transform: translate3d(-100px, 100px, 0)
}

[data-aos=fade-up-left] {
    transform: translate3d(100px, 100px, 0)
}

[data-aos=fade-down-right] {
    transform: translate3d(-100px, -100px, 0)
}

[data-aos=fade-down-left] {
    transform: translate3d(100px, -100px, 0)
}

[data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, transform
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translateZ(0) scale(1)
}

[data-aos=zoom-in] {
    transform: scale(.6)
}

[data-aos=zoom-in-up] {
    transform: translate3d(0, 100px, 0) scale(.6)
}

[data-aos=zoom-in-down] {
    transform: translate3d(0, -100px, 0) scale(.6)
}

[data-aos=zoom-in-right] {
    transform: translate3d(-100px, 0, 0) scale(.6)
}

[data-aos=zoom-in-left] {
    transform: translate3d(100px, 0, 0) scale(.6)
}

[data-aos=zoom-out] {
    transform: scale(1.2)
}

[data-aos=zoom-out-up] {
    transform: translate3d(0, 100px, 0) scale(1.2)
}

[data-aos=zoom-out-down] {
    transform: translate3d(0, -100px, 0) scale(1.2)
}

[data-aos=zoom-out-right] {
    transform: translate3d(-100px, 0, 0) scale(1.2)
}

[data-aos=zoom-out-left] {
    transform: translate3d(100px, 0, 0) scale(1.2)
}

[data-aos^=slide][data-aos^=slide] {
    transition-property: transform
}

[data-aos^=slide][data-aos^=slide].aos-animate {
    transform: translateZ(0)
}

[data-aos=slide-up] {
    transform: translate3d(0, 100%, 0)
}

[data-aos=slide-down] {
    transform: translate3d(0, -100%, 0)
}

[data-aos=slide-right] {
    transform: translate3d(-100%, 0, 0)
}

[data-aos=slide-left] {
    transform: translate3d(100%, 0, 0)
}

[data-aos^=flip][data-aos^=flip] {
    backface-visibility: hidden;
    transition-property: transform
}

[data-aos=flip-left] {
    transform: perspective(2500px) rotateY(-100deg)
}

[data-aos=flip-left].aos-animate {
    transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-right] {
    transform: perspective(2500px) rotateY(100deg)
}

[data-aos=flip-right].aos-animate {
    transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-up] {
    transform: perspective(2500px) rotateX(-100deg)
}

[data-aos=flip-up].aos-animate {
    transform: perspective(2500px) rotateX(0)
}

[data-aos=flip-down] {
    transform: perspective(2500px) rotateX(100deg)
}

[data-aos=flip-down].aos-animate {
    transform: perspective(2500px) rotateX(0)
}