/*!
 * Bootstrap v3.3.5 (http://getsrc.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/src/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " ("attr(href) ")"
    }

    abbr[title]:after {
        content: " ("attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn>.caret,
    .wizard>.actions a>.caret,
    .dropup>.btn>.caret,
    .wizard>.actions .dropup>a>.caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("/fonts/bootstrap/glyphicons-halflings-regular.eot");
    src: url("/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg")
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

* {
    box-sizing: border-box
}

*:before,
*:after {
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857;
    color: #363f4d;
    background-color: #fff
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    /* color: #fd7148; */
    text-decoration: none
}

a:hover,
a:focus {
    color: #fc4a16;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 5px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 22px;
    margin-bottom: 22px;
    border: 0;
    border-top: 1px solid #dae6ff
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    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
}

[role="button"] {
    cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 600;
    line-height: 1.1;
    color: #032540
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #a2a7ad
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 22px;
    margin-bottom: 11px
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
    font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 11px;
    margin-bottom: 11px
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
    font-size: 75%
}

h1,
.h1 {
    font-size: 36px
}

h2,
.h2 {
    font-size: 30px
}

h3,
.h3 {
    font-size: 26px
}

h4,
.h4 {
    font-size: 22px
}

h5,
.h5 {
    font-size: 16px
}

h6,
.h6 {
    font-size: 12px
}

p {
    margin: 0 0 11px
}

.lead {
    margin-bottom: 22px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 24px
    }
}

small,
.small {
    font-size: 87%
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase,
.initialism {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #a2a7ad
}

.text-primary {
    color: #032540
}

a.text-primary:hover,
a.text-primary:focus {
    color: #01090f
}

.text-success {
    color: #84c561
}

a.text-success:hover,
a.text-success:focus {
    color: #69b241
}

.text-info {
    color: #30C5FF
}

a.text-info:hover,
a.text-info:focus {
    color: #00b5fc
}

.text-warning {
    color: #fd7148
}

a.text-warning:hover,
a.text-warning:focus {
    color: #fc4a16
}

.text-danger {
    color: #fe5858
}

a.text-danger:hover,
a.text-danger:focus {
    color: #fe2525
}

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #032540
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #01090f
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 10px;
    margin: 44px 0 22px;
    border-bottom: 1px solid #F3F7FF
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 11px
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 22px
}

dt,
dd {
    line-height: 1.42857
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@media (min-width: 1200px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #a2a7ad
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 11px 22px;
    margin: 0 0 22px;
    font-size: 20px;
    border-left: 5px solid #dae6ff
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #a2a7ad
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #dae6ff;
    border-left: 0;
    text-align: right
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 22px;
    font-style: normal;
    line-height: 1.42857
}

code,
kbd,
pre,
samp {
    font-family: "Consolas", Menlo, Monaco, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none
}

pre {
    display: block;
    padding: 10.5px;
    margin: 0 0 11px;
    font-size: 15px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #363f4d;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container:before,
.container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row:before,
.row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.33333%
}

.col-xs-pull-2 {
    right: 16.66667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333%
}

.col-xs-pull-5 {
    right: 41.66667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333%
}

.col-xs-pull-8 {
    right: 66.66667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333%
}

.col-xs-pull-11 {
    right: 91.66667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.33333%
}

.col-xs-push-2 {
    left: 16.66667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333%
}

.col-xs-push-5 {
    left: 41.66667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333%
}

.col-xs-push-8 {
    left: 66.66667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333%
}

.col-xs-push-11 {
    left: 91.66667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0%
}

.col-xs-offset-1 {
    margin-left: 8.33333%
}

.col-xs-offset-2 {
    margin-left: 16.66667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333%
}

.col-xs-offset-5 {
    margin-left: 41.66667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333%
}

.col-xs-offset-8 {
    margin-left: 66.66667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333%
}

.col-xs-offset-11 {
    margin-left: 91.66667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width: 768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }

    .col-sm-1 {
        width: 8.33333%
    }

    .col-sm-2 {
        width: 16.66667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333%
    }

    .col-sm-5 {
        width: 41.66667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333%
    }

    .col-sm-8 {
        width: 66.66667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333%
    }

    .col-sm-11 {
        width: 91.66667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.33333%
    }

    .col-sm-pull-2 {
        right: 16.66667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.33333%
    }

    .col-sm-pull-5 {
        right: 41.66667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.33333%
    }

    .col-sm-pull-8 {
        right: 66.66667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.33333%
    }

    .col-sm-pull-11 {
        right: 91.66667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.33333%
    }

    .col-sm-push-2 {
        left: 16.66667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.33333%
    }

    .col-sm-push-5 {
        left: 41.66667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.33333%
    }

    .col-sm-push-8 {
        left: 66.66667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.33333%
    }

    .col-sm-push-11 {
        left: 91.66667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }

    .col-md-1 {
        width: 8.33333%
    }

    .col-md-2 {
        width: 16.66667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333%
    }

    .col-md-5 {
        width: 41.66667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-8 {
        width: 66.66667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-11 {
        width: 91.66667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.33333%
    }

    .col-md-pull-2 {
        right: 16.66667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.33333%
    }

    .col-md-pull-5 {
        right: 41.66667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.33333%
    }

    .col-md-pull-8 {
        right: 66.66667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.33333%
    }

    .col-md-pull-11 {
        right: 91.66667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.33333%
    }

    .col-md-push-2 {
        left: 16.66667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.33333%
    }

    .col-md-push-5 {
        left: 41.66667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.33333%
    }

    .col-md-push-8 {
        left: 66.66667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.33333%
    }

    .col-md-push-11 {
        left: 91.66667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0%
    }

    .col-md-offset-1 {
        margin-left: 8.33333%
    }

    .col-md-offset-2 {
        margin-left: 16.66667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333%
    }

    .col-md-offset-5 {
        margin-left: 41.66667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.33333%
    }

    .col-md-offset-8 {
        margin-left: 66.66667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333%
    }

    .col-md-offset-11 {
        margin-left: 91.66667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1200px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }

    .col-lg-1 {
        width: 8.33333%
    }

    .col-lg-2 {
        width: 16.66667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333%
    }

    .col-lg-5 {
        width: 41.66667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333%
    }

    .col-lg-8 {
        width: 66.66667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-11 {
        width: 91.66667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.33333%
    }

    .col-lg-pull-2 {
        right: 16.66667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.33333%
    }

    .col-lg-pull-5 {
        right: 41.66667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.33333%
    }

    .col-lg-pull-8 {
        right: 66.66667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.33333%
    }

    .col-lg-pull-11 {
        right: 91.66667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.33333%
    }

    .col-lg-push-2 {
        left: 16.66667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.33333%
    }

    .col-lg-push-5 {
        left: 41.66667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.33333%
    }

    .col-lg-push-8 {
        left: 66.66667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.33333%
    }

    .col-lg-push-11 {
        left: 91.66667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

table {
    background-color: rgba(0, 0, 0, 0)
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #a2a7ad;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 22px
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell
}

.table>thead>tr>td.active,
.table>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8
}

.table>thead>tr>td.success,
.table>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th {
    background-color: #dff0d8
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6
}

.table>thead>tr>td.info,
.table>thead>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th {
    background-color: #d9edf7
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3
}

.table>thead>tr>td.warning,
.table>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc
}

.table>thead>tr>td.danger,
.table>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th {
    background-color: #f2dede
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 16.5px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 22px;
    font-size: 24px;
    line-height: inherit;
    color: #363f4d;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold
}

input[type="search"] {
    box-sizing: border-box
}

input[type="radio"],
input[type="checkbox"] {
    margin: 5px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 9px;
    font-size: 16px;
    line-height: 1.42857;
    color: #525f76
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 1.42857;
    color: #525f76;
    background-color: #fff;
    background-image: none;
    border: 1px solid #a2a7ad;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #dae6ff;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type="search"] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 40px
    }

    input[type="date"].input-sm,
    .input-group-sm>input.form-control[type="date"],
    .input-group-sm>input.input-group-addon[type="date"],
    .input-group-sm>.input-group-btn>input.btn[type="date"],
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm>input.form-control[type="time"],
    .input-group-sm>input.input-group-addon[type="time"],
    .input-group-sm>.input-group-btn>input.btn[type="time"],
    .input-group-sm input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm>input.form-control[type="datetime-local"],
    .input-group-sm>input.input-group-addon[type="datetime-local"],
    .input-group-sm>.input-group-btn>input.btn[type="datetime-local"],
    .input-group-sm input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm>input.form-control[type="month"],
    .input-group-sm>input.input-group-addon[type="month"],
    .input-group-sm>.input-group-btn>input.btn[type="month"],
    .input-group-sm input[type="month"] {
        line-height: 33px
    }

    input[type="date"].input-lg,
    .input-group-lg>input.form-control[type="date"],
    .input-group-lg>input.input-group-addon[type="date"],
    .input-group-lg>.input-group-btn>input.btn[type="date"],
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg>input.form-control[type="time"],
    .input-group-lg>input.input-group-addon[type="time"],
    .input-group-lg>.input-group-btn>input.btn[type="time"],
    .input-group-lg input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg>input.form-control[type="datetime-local"],
    .input-group-lg>input.input-group-addon[type="datetime-local"],
    .input-group-lg>.input-group-btn>input.btn[type="datetime-local"],
    .input-group-lg input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg>input.form-control[type="month"],
    .input-group-lg>input.input-group-addon[type="month"],
    .input-group-lg>.input-group-btn>input.btn[type="month"],
    .input-group-lg input[type="month"] {
        line-height: 58px
    }
}

.form-group {
    margin-bottom: 25px
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label,
.checkbox label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 5px \9
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 9px;
    padding-bottom: 9px;
    margin-bottom: 0;
    min-height: 38px
}

.form-control-static.input-lg,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.wizard>.actions .input-group-lg>.input-group-btn>a.form-control-static,
.form-control-static.input-sm,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn,
.wizard>.actions .input-group-sm>.input-group-btn>a.form-control-static {
    padding-left: 0;
    padding-right: 0
}

.input-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn,
.wizard>.actions .input-group-sm>.input-group-btn>a {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
.input-group-sm>.input-group-btn>select.btn {
    height: 33px;
    line-height: 33px
}

textarea.input-sm,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
.input-group-sm>.input-group-btn>textarea.btn,
select[multiple].input-sm,
.input-group-sm>select.form-control[multiple],
.input-group-sm>select.input-group-addon[multiple],
.input-group-sm>.input-group-btn>select.btn[multiple] {
    height: auto
}

.form-group-sm .form-control {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 33px;
    line-height: 33px
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 33px;
    min-height: 36px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.5
}

.input-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.wizard>.actions .input-group-lg>.input-group-btn>a {
    height: 58px;
    padding: 16px 26px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 5px
}

select.input-lg,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
.input-group-lg>.input-group-btn>select.btn {
    height: 58px;
    line-height: 58px
}

textarea.input-lg,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
.input-group-lg>.input-group-btn>textarea.btn,
select[multiple].input-lg,
.input-group-lg>select.form-control[multiple],
.input-group-lg>select.input-group-addon[multiple],
.input-group-lg>.input-group-btn>select.btn[multiple] {
    height: auto
}

.form-group-lg .form-control {
    height: 58px;
    padding: 16px 26px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 5px
}

.form-group-lg select.form-control {
    height: 58px;
    line-height: 58px
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 58px;
    min-height: 40px;
    padding: 17px 26px;
    font-size: 18px;
    line-height: 1.33333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 50px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    pointer-events: none
}

.input-lg+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback,
.wizard>.actions .input-group-lg>.input-group-btn>a+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
    width: 58px;
    height: 58px;
    line-height: 58px
}

.input-sm+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback,
.wizard>.actions .input-group-sm>.input-group-btn>a+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
    width: 33px;
    height: 33px;
    line-height: 33px
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #84c561
}

.has-success .form-control {
    border-color: #84c561;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
    border-color: #69b241;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #bee0ac
}

.has-success .input-group-addon {
    color: #84c561;
    border-color: #84c561;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #84c561
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #fd7148
}

.has-warning .form-control {
    border-color: #fd7148;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
    border-color: #fc4a16;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #febfad
}

.has-warning .input-group-addon {
    color: #fd7148;
    border-color: #fd7148;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #fd7148
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #fe5858
}

.has-error .form-control {
    border-color: #fe5858;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
    border-color: #fe2525;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffbdbd
}

.has-error .input-group-addon {
    color: #fe5858;
    border-color: #fe5858;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #fe5858
}

.has-feedback label~.form-control-feedback {
    top: 27px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #6b7c97
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0
    }

    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 9px
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 31px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 9px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 22.33333px;
        font-size: 18px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 14px
    }
}

.btn,
.wizard>.actions a {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus,
.wizard>.actions a:focus,
.btn.focus,
.wizard>.actions a.focus,
.btn:active:focus,
.wizard>.actions a:active:focus,
.btn:active.focus,
.wizard>.actions a:active.focus,
.btn.active:focus,
.wizard>.actions a.active:focus,
.btn.active.focus,
.wizard>.actions a.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.wizard>.actions a:hover,
.btn:focus,
.wizard>.actions a:focus,
.btn.focus,
.wizard>.actions a.focus {
    color: #363f4d;
    text-decoration: none
}

.btn:active,
.wizard>.actions a:active,
.btn.active,
.wizard>.actions a.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled,
.wizard>.actions a.disabled,
.btn[disabled],
.wizard>.actions a[disabled],
fieldset[disabled] .btn,
fieldset[disabled] .wizard>.actions a,
.wizard>.actions fieldset[disabled] a {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none
}

a.btn.disabled,
.wizard>.actions a.disabled,
fieldset[disabled] a.btn,
fieldset[disabled] .wizard>.actions a,
.wizard>.actions fieldset[disabled] a {
    pointer-events: none
}

.btn-default,
.wizard>.actions>ul>li:first-of-type>a {
    color: #363f4d;
    background-color: rgba(0, 0, 0, 0);
    border-color: #a2a7ad
}

.btn-default:focus,
.wizard>.actions>ul>li:first-of-type>a:focus,
.btn-default.focus,
.wizard>.actions>ul>li:first-of-type>a.focus {
    color: #363f4d;
    background-color: rgba(0, 0, 0, 0);
    border-color: #61676e
}

.btn-default:hover,
.wizard>.actions>ul>li:first-of-type>a:hover {
    color: #363f4d;
    background-color: rgba(0, 0, 0, 0);
    border-color: #818890
}

.btn-default:active,
.wizard>.actions>ul>li:first-of-type>a:active,
.btn-default.active,
.wizard>.actions>ul>li:first-of-type>a.active,
.open>.btn-default.dropdown-toggle,
.wizard>.actions>ul>li.open:first-of-type>a.dropdown-toggle {
    color: #363f4d;
    background-color: rgba(0, 0, 0, 0);
    border-color: #818890
}

.btn-default:active:hover,
.wizard>.actions>ul>li:first-of-type>a:active:hover,
.btn-default:active:focus,
.wizard>.actions>ul>li:first-of-type>a:active:focus,
.btn-default:active.focus,
.wizard>.actions>ul>li:first-of-type>a:active.focus,
.btn-default.active:hover,
.wizard>.actions>ul>li:first-of-type>a.active:hover,
.btn-default.active:focus,
.wizard>.actions>ul>li:first-of-type>a.active:focus,
.btn-default.active.focus,
.wizard>.actions>ul>li:first-of-type>a.active.focus,
.open>.btn-default.dropdown-toggle:hover,
.wizard>.actions>ul>li.open:first-of-type>a.dropdown-toggle:hover,
.open>.btn-default.dropdown-toggle:focus,
.wizard>.actions>ul>li.open:first-of-type>a.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle.focus,
.wizard>.actions>ul>li.open:first-of-type>a.dropdown-toggle.focus {
    color: #363f4d;
    background-color: rgba(0, 0, 0, 0);
    border-color: #61676e
}

.btn-default:active,
.wizard>.actions>ul>li:first-of-type>a:active,
.btn-default.active,
.wizard>.actions>ul>li:first-of-type>a.active,
.open>.btn-default.dropdown-toggle,
.wizard>.actions>ul>li.open:first-of-type>a.dropdown-toggle {
    background-image: none
}

.btn-default.disabled,
.wizard>.actions>ul>li:first-of-type>a.disabled,
.btn-default.disabled:hover,
.wizard>.actions>ul>li:first-of-type>a.disabled:hover,
.btn-default.disabled:focus,
.wizard>.actions>ul>li:first-of-type>a.disabled:focus,
.btn-default.disabled.focus,
.wizard>.actions>ul>li:first-of-type>a.disabled.focus,
.btn-default.disabled:active,
.wizard>.actions>ul>li:first-of-type>a.disabled:active,
.btn-default.disabled.active,
.wizard>.actions>ul>li:first-of-type>a.disabled.active,
.btn-default[disabled],
.wizard>.actions>ul>li:first-of-type>a[disabled],
.btn-default[disabled]:hover,
.wizard>.actions>ul>li:first-of-type>a[disabled]:hover,
.btn-default[disabled]:focus,
.wizard>.actions>ul>li:first-of-type>a[disabled]:focus,
.btn-default[disabled].focus,
.wizard>.actions>ul>li:first-of-type>a[disabled].focus,
.btn-default[disabled]:active,
.wizard>.actions>ul>li:first-of-type>a[disabled]:active,
.btn-default[disabled].active,
.wizard>.actions>ul>li:first-of-type>a[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .wizard>.actions>ul>li:first-of-type>a,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .wizard>.actions>ul>li:first-of-type>a:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .wizard>.actions>ul>li:first-of-type>a:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .wizard>.actions>ul>li:first-of-type>a.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .wizard>.actions>ul>li:first-of-type>a:active,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .wizard>.actions>ul>li:first-of-type>a.active {
    background-color: rgba(0, 0, 0, 0);
    border-color: #a2a7ad
}

.btn-default .badge,
.wizard>.actions>ul>li:first-of-type>a .badge {
    color: rgba(0, 0, 0, 0);
    background-color: #363f4d
}

.btn-primary {
    color: #fff;
    background-color: #032540;
    border-color: #032540
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #01090f;
    border-color: #000
}

.btn-primary:hover {
    color: #fff;
    background-color: #01090f;
    border-color: #000306
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #01090f;
    border-color: #000306
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open>.btn-primary.dropdown-toggle:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    background-image: none
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    background-color: #032540;
    border-color: #032540
}

.btn-primary .badge {
    color: #032540;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #84c561;
    border-color: #84c561
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #69b241;
    border-color: #487a2d
}

.btn-success:hover {
    color: #fff;
    background-color: #69b241;
    border-color: #64aa3f
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #69b241;
    border-color: #64aa3f
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open>.btn-success.dropdown-toggle:hover,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #599838;
    border-color: #487a2d
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    background-image: none
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
    background-color: #84c561;
    border-color: #84c561
}

.btn-success .badge {
    color: #84c561;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #30C5FF;
    border-color: #30C5FF
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #00b5fc;
    border-color: #007eb0
}

.btn-info:hover {
    color: #fff;
    background-color: #00b5fc;
    border-color: #00aef2
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #00b5fc;
    border-color: #00aef2
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open>.btn-info.dropdown-toggle:hover,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #009cd8;
    border-color: #007eb0
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    background-image: none
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
    background-color: #30C5FF;
    border-color: #30C5FF
}

.btn-info .badge {
    color: #30C5FF;
    background-color: #fff
}

.btn-warning,
.wizard>.actions a {
    color: #fff;
    background-color: #fd7148;
    border-color: #fd7148
}

.btn-warning:focus,
.wizard>.actions a:focus,
.btn-warning.focus,
.wizard>.actions a.focus {
    color: #fff;
    background-color: #fc4a16;
    border-color: #c32e02
}

.btn-warning:hover,
.wizard>.actions a:hover {
    color: #fff;
    background-color: #fc4a16;
    border-color: #fc420b
}

.btn-warning:active,
.wizard>.actions a:active,
.btn-warning.active,
.wizard>.actions a.active,
.open>.btn-warning.dropdown-toggle,
.wizard>.actions .open>a.dropdown-toggle {
    color: #fff;
    background-color: #fc4a16;
    border-color: #fc420b
}

.btn-warning:active:hover,
.wizard>.actions a:active:hover,
.btn-warning:active:focus,
.wizard>.actions a:active:focus,
.btn-warning:active.focus,
.wizard>.actions a:active.focus,
.btn-warning.active:hover,
.wizard>.actions a.active:hover,
.btn-warning.active:focus,
.wizard>.actions a.active:focus,
.btn-warning.active.focus,
.wizard>.actions a.active.focus,
.open>.btn-warning.dropdown-toggle:hover,
.wizard>.actions .open>a.dropdown-toggle:hover,
.open>.btn-warning.dropdown-toggle:focus,
.wizard>.actions .open>a.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle.focus,
.wizard>.actions .open>a.dropdown-toggle.focus {
    color: #fff;
    background-color: #ec3703;
    border-color: #c32e02
}

.btn-warning:active,
.wizard>.actions a:active,
.btn-warning.active,
.wizard>.actions a.active,
.open>.btn-warning.dropdown-toggle,
.wizard>.actions .open>a.dropdown-toggle {
    background-image: none
}

.btn-warning.disabled,
.wizard>.actions a.disabled,
.btn-warning.disabled:hover,
.wizard>.actions a.disabled:hover,
.btn-warning.disabled:focus,
.wizard>.actions a.disabled:focus,
.btn-warning.disabled.focus,
.wizard>.actions a.disabled.focus,
.btn-warning.disabled:active,
.wizard>.actions a.disabled:active,
.btn-warning.disabled.active,
.wizard>.actions a.disabled.active,
.btn-warning[disabled],
.wizard>.actions a[disabled],
.btn-warning[disabled]:hover,
.wizard>.actions a[disabled]:hover,
.btn-warning[disabled]:focus,
.wizard>.actions a[disabled]:focus,
.btn-warning[disabled].focus,
.wizard>.actions a[disabled].focus,
.btn-warning[disabled]:active,
.wizard>.actions a[disabled]:active,
.btn-warning[disabled].active,
.wizard>.actions a[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .wizard>.actions a,
.wizard>.actions fieldset[disabled] a,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .wizard>.actions a:hover,
.wizard>.actions fieldset[disabled] a:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .wizard>.actions a:focus,
.wizard>.actions fieldset[disabled] a:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .wizard>.actions a.focus,
.wizard>.actions fieldset[disabled] a.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .wizard>.actions a:active,
.wizard>.actions fieldset[disabled] a:active,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .wizard>.actions a.active,
.wizard>.actions fieldset[disabled] a.active {
    background-color: #fd7148;
    border-color: #fd7148
}

.btn-warning .badge,
.wizard>.actions a .badge {
    color: #fd7148;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #fe5858;
    border-color: #fe5858
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #fe2525;
    border-color: #d50101
}

.btn-danger:hover {
    color: #fff;
    background-color: #fe2525;
    border-color: #fe1b1b
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #fe2525;
    border-color: #fe1b1b
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open>.btn-danger.dropdown-toggle:hover,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #fd0202;
    border-color: #d50101
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    background-image: none
}

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
    background-color: #fe5858;
    border-color: #fe5858
}

.btn-danger .badge {
    color: #fe5858;
    background-color: #fff
}

.btn-link {
    color: #fd7148;
    font-weight: normal;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
    color: #fc4a16;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: #a2a7ad;
    text-decoration: none
}

.btn-lg,
.btn-group-lg>.btn,
.wizard>.actions .btn-group-lg>a {
    padding: 16px 26px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 5px
}

.btn-sm,
.btn-group-sm>.btn,
.wizard>.actions .btn-group-sm>a {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs,
.btn-group-xs>.btn,
.wizard>.actions .btn-group-xs>a {
    padding: 1px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    transition: opacity 0.15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: 0.35s;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup,
.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 16px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #363f4d;
    white-space: nowrap
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #2b333e;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fd7148;
    text-decoration: none;
    outline: 0;
    background-color: rgba(253, 113, 72, 0.1)
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #a2a7ad
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 14px;
    line-height: 1.42857;
    color: #a2a7ad;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 1200px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group>.btn,
.wizard>.actions .btn-group>a,
.btn-group-vertical>.btn,
.wizard>.actions .btn-group-vertical>a {
    position: relative;
    float: left
}

.btn-group>.btn:hover,
.wizard>.actions .btn-group>a:hover,
.btn-group>.btn:focus,
.wizard>.actions .btn-group>a:focus,
.btn-group>.btn:active,
.wizard>.actions .btn-group>a:active,
.btn-group>.btn.active,
.wizard>.actions .btn-group>a.active,
.btn-group-vertical>.btn:hover,
.wizard>.actions .btn-group-vertical>a:hover,
.btn-group-vertical>.btn:focus,
.wizard>.actions .btn-group-vertical>a:focus,
.btn-group-vertical>.btn:active,
.wizard>.actions .btn-group-vertical>a:active,
.btn-group-vertical>.btn.active,
.wizard>.actions .btn-group-vertical>a.active {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .wizard>.actions a+.btn,
.wizard>.actions .btn-group a+.btn,
.btn-group .wizard>.actions .btn+a,
.wizard>.actions .btn-group .btn+a,
.btn-group .wizard>.actions a+a,
.wizard>.actions .btn-group a+a,
.btn-group .btn+.btn-group,
.btn-group .wizard>.actions a+.btn-group,
.wizard>.actions .btn-group a+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .wizard>.actions .btn-group+a,
.wizard>.actions .btn-group .btn-group+a,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar:before,
.btn-toolbar:after {
    content: " ";
    display: table
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn,
.btn-toolbar .wizard>.actions a,
.wizard>.actions .btn-toolbar a,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.wizard>.actions .btn-toolbar>a,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.wizard>.actions .btn-group>a:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child,
.wizard>.actions .btn-group>a:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),
.wizard>.actions .btn-group>a:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.wizard>.actions .btn-group>a:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,
.wizard>.actions .btn-group>.btn-group:not(:first-child):not(:last-child)>a {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.wizard>.actions .btn-group>.btn-group:first-child:not(:last-child)>a:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child,
.wizard>.actions .btn-group>.btn-group:last-child:not(:first-child)>a:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle,
.wizard>.actions .btn-group>a+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle,
.btn-group-lg.btn-group>.btn+.dropdown-toggle,
.wizard>.actions .btn-group-lg.btn-group>a+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none
}

.btn .caret,
.wizard>.actions a .caret {
    margin-left: 0
}

.btn-lg .caret,
.btn-group-lg>.btn .caret,
.wizard>.actions .btn-group-lg>a .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn .caret,
.dropup .wizard>.actions .btn-group-lg>a .caret,
.wizard>.actions .dropup .btn-group-lg>a .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.wizard>.actions .btn-group-vertical>a,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn,
.wizard>.actions .btn-group-vertical>.btn-group>a {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
    content: " ";
    display: table
}

.btn-group-vertical>.btn-group:after {
    clear: both
}

.btn-group-vertical>.btn-group>.btn,
.wizard>.actions .btn-group-vertical>.btn-group>a {
    float: none
}

.btn-group-vertical>.btn+.btn,
.wizard>.actions .btn-group-vertical>a+.btn,
.wizard>.actions .btn-group-vertical>.btn+a,
.wizard>.actions .btn-group-vertical>a+a,
.btn-group-vertical>.btn+.btn-group,
.wizard>.actions .btn-group-vertical>a+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.wizard>.actions .btn-group-vertical>.btn-group+a,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child),
.wizard>.actions .btn-group-vertical>a:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child),
.wizard>.actions .btn-group-vertical>a:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child),
.wizard>.actions .btn-group-vertical>a:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn,
.wizard>.actions .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>a {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.wizard>.actions .btn-group-vertical>.btn-group:first-child:not(:last-child)>a:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child,
.wizard>.actions .btn-group-vertical>.btn-group:last-child:not(:first-child)>a:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.wizard>.actions .btn-group-justified>a,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified>.btn-group .btn,
.btn-group-justified>.btn-group .wizard>.actions a,
.wizard>.actions .btn-group-justified>.btn-group a {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle="buttons"]>.btn input[type="radio"],
.wizard>.actions [data-toggle="buttons"]>a input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
.wizard>.actions [data-toggle="buttons"]>a input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
.wizard>.actions [data-toggle="buttons"]>.btn-group>a input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"],
.wizard>.actions [data-toggle="buttons"]>.btn-group>a input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 8px 16px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    color: #525f76;
    text-align: center;
    background-color: #dae6ff;
    border: 1px solid #a2a7ad;
    border-radius: 4px
}

.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn,
.wizard>.actions .input-group-sm>.input-group-btn>a.input-group-addon {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 3px
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn,
.wizard>.actions .input-group-lg>.input-group-btn>a.input-group-addon {
    padding: 16px 26px;
    font-size: 18px;
    border-radius: 5px
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.wizard>.actions .input-group-btn:first-child>a,
.input-group-btn:first-child>.btn-group>.btn,
.wizard>.actions .input-group-btn:first-child>.btn-group>a,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.wizard>.actions .input-group-btn:last-child>a:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.wizard>.actions .input-group-btn:last-child>.btn-group:not(:last-child)>a {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.wizard>.actions .input-group-btn:last-child>a,
.input-group-btn:last-child>.btn-group>.btn,
.wizard>.actions .input-group-btn:last-child>.btn-group>a,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.wizard>.actions .input-group-btn:first-child>a:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.wizard>.actions .input-group-btn:first-child>.btn-group:not(:first-child)>a {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn,
.wizard>.actions .input-group-btn>a {
    position: relative
}

.input-group-btn>.btn+.btn,
.wizard>.actions .input-group-btn>a+.btn,
.wizard>.actions .input-group-btn>.btn+a,
.wizard>.actions .input-group-btn>a+a {
    margin-left: -1px
}

.input-group-btn>.btn:hover,
.wizard>.actions .input-group-btn>a:hover,
.input-group-btn>.btn:focus,
.wizard>.actions .input-group-btn>a:focus,
.input-group-btn>.btn:active,
.wizard>.actions .input-group-btn>a:active {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.wizard>.actions .input-group-btn:first-child>a,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.wizard>.actions .input-group-btn:last-child>a,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav:before,
.nav:after {
    content: " ";
    display: table
}

.nav:after {
    clear: both
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 5px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #fff
}

.nav>li.disabled>a {
    color: #a2a7ad
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #a2a7ad;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #fff;
    border-color: #fd7148
}

.nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #dae6ff #dae6ff #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #fd7148;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fd7148;
    background-color: rgba(253, 113, 72, 0.1)
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
    float: none
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {

    .nav-justified>li,
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs.nav-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media (min-width: 768px) {

    .nav-tabs-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a,
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 100px;
    margin-bottom: 0;
    border: 1px solid transparent
}

.navbar:before,
.navbar:after {
    content: " ";
    display: table
}

.navbar:after {
    clear: both
}

@media (min-width: 1200px) {
    .navbar {
        border-radius: 0
    }
}

.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table
}

.navbar-header:after {
    clear: both
}

@media (min-width: 1200px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 1200px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}

@media (max-device-width: 480px) and (orientation: landscape) {

    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}

.container>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-header,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 1200px) {

    .container>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 1200px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width: 1200px) {

    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 39px 15px;
    font-size: 18px;
    line-height: 22px;
    height: 100px
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width: 1200px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 33px;
    margin-bottom: 33px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width: 1200px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 19.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px
}

@media (max-width: 1199px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 22px
    }

    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}

@media (min-width: 1200px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 39px;
        padding-bottom: 39px
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 30px;
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto
    }

    .navbar-form .input-group>.form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0
    }

    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width: 1199px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 1200px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 30px;
    margin-bottom: 30px
}

.navbar-btn.btn-sm,
.btn-group-sm>.navbar-btn.btn,
.wizard>.actions .btn-group-sm>a.navbar-btn {
    margin-top: 33.5px;
    margin-bottom: 33.5px
}

.navbar-btn.btn-xs,
.btn-group-xs>.navbar-btn.btn,
.wizard>.actions .btn-group-xs>a.navbar-btn {
    margin-top: 39px;
    margin-bottom: 39px
}

.navbar-text {
    margin-top: 39px;
    margin-bottom: 39px
}

@media (min-width: 1200px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (min-width: 1200px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0)
}

.navbar-default .navbar-brand {
    color: #677794
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #363f4d;
    background-color: rgba(0, 0, 0, 0)
}

.navbar-default .navbar-text {
    color: #677794
}

.navbar-default .navbar-nav>li>a {
    color: #677794
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #363f4d;
    background-color: rgba(0, 0, 0, 0)
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #363f4d;
    background-color: rgba(0, 0, 0, 0)
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #a2a7ad;
    background-color: rgba(0, 0, 0, 0)
}

.navbar-default .navbar-toggle {
    border-color: rgba(0, 0, 0, 0)
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: rgba(0, 0, 0, 0)
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #032540
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: rgba(0, 0, 0, 0)
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: rgba(0, 0, 0, 0);
    color: #363f4d
}

@media (max-width: 1199px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #677794
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #363f4d;
        background-color: rgba(0, 0, 0, 0)
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #363f4d;
        background-color: rgba(0, 0, 0, 0)
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #a2a7ad;
        background-color: rgba(0, 0, 0, 0)
    }
}

.navbar-default .navbar-link {
    color: #677794
}

.navbar-default .navbar-link:hover {
    color: #363f4d
}

.navbar-default .btn-link {
    color: #677794
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #363f4d
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #a2a7ad
}

.navbar-inverse {
    background-color: #032540;
    border-color: rgba(0, 0, 0, 0)
}

.navbar-inverse .navbar-brand {
    color: #F3F7FF
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0)
}

.navbar-inverse .navbar-text {
    color: #F3F7FF
}

.navbar-inverse .navbar-nav>li>a {
    color: #F3F7FF
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0)
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0)
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: rgba(0, 0, 0, 0)
}

.navbar-inverse .navbar-toggle {
    border-color: rgba(0, 0, 0, 0)
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: rgba(0, 0, 0, 0)
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #F3F7FF
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #01111e
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: rgba(0, 0, 0, 0);
    color: #fff
}

@media (max-width: 1199px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: rgba(0, 0, 0, 0)
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: rgba(0, 0, 0, 0)
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #F3F7FF
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: rgba(0, 0, 0, 0)
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: rgba(0, 0, 0, 0)
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: rgba(0, 0, 0, 0)
    }
}

.navbar-inverse .navbar-link {
    color: #F3F7FF
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #F3F7FF
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444
}

.breadcrumb {
    padding: 0 0;
    list-style: none;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 4px;
    box-shadow: 0 1px 1px #525f76;
    margin-bottom: 7.5px
}

@media screen and (min-width: 992px) {
    .breadcrumb {
        margin-bottom: 15px
    }
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li a {
    color: #000
}

.breadcrumb>li+li:before {
    content: ">";
    padding: 0 5px;
    color: #525f76
}

.breadcrumb>.active {
    color: #a2a7ad
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 22px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 8px 16px;
    line-height: 1.42857;
    text-decoration: none;
    color: #525f76;
    background-color: #fff;
    border: 1px solid #fff;
    margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
    z-index: 3;
    color: #363f4d;
    background-color: #dae6ff;
    border-color: #fff
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #032540;
    border-color: #032540;
    cursor: default
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #a2a7ad;
    background-color: #fff;
    border-color: #fff;
    cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 16px 26px;
    font-size: 18px;
    line-height: 1.33333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 22px 0;
    list-style: none;
    text-align: center
}

.pager:before,
.pager:after {
    content: " ";
    display: table
}

.pager:after {
    clear: both
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 15px
}

.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #dae6ff
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #a2a7ad;
    background-color: #fff;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label:empty {
    display: none
}

.btn .label,
.wizard>.actions a .label {
    position: relative;
    top: -1px
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #a2a7ad
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #878d95
}

.label-primary {
    background-color: #032540
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #01090f
}

.label-success {
    background-color: #84c561
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #69b241
}

.label-info {
    background-color: #30C5FF
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #00b5fc
}

.label-warning {
    background-color: #fd7148
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #fc4a16
}

.label-danger {
    background-color: #fe5858
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #fe2525
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #a2a7ad;
    border-radius: 15px
}

.badge:empty {
    display: none
}

.btn .badge,
.wizard>.actions a .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge,
.btn-group-xs>.btn .badge,
.wizard>.actions .btn-group-xs>a .badge,
.btn-group-xs>.btn .badge,
.wizard>.actions .btn-group-xs>a .badge {
    top: 0;
    padding: 1px 5px
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #fd7148;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #dae6ff
}

.jumbotron h1,
.jumbotron .h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #a7c4ff
}

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 5px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 72px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 22px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border 0.2s ease-in-out
}

.thumbnail>img,
.thumbnail a>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.thumbnail .caption {
    padding: 9px;
    color: #363f4d
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #fd7148
}

.alert {
    padding: 15px;
    margin-bottom: 22px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: bold
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #84c561
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #69b241
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #30C5FF
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #00b5fc
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #fd7148
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #fc4a16
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #fe5858
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #fe2525
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 22px;
    margin-bottom: 22px;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    background-color: #032540;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    transition: width 0.6s ease
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar,
.progress-bar.active {
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #84c561
}

.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #30C5FF
}

.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #fd7148
}

.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #fe5858
}

.progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item,
button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #dae6ff;
    color: #a2a7ad;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #a2a7ad
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fd7148;
    background-color: rgba(253, 113, 72, 0.1);
    border-color: rgba(253, 113, 72, 0.1)
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>.small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: rgba(255, 255, 255, 0.1)
}

.list-group-item-success {
    color: #84c561;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #84c561
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
    color: #84c561;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #84c561;
    border-color: #84c561
}

.list-group-item-info {
    color: #30C5FF;
    background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
    color: #30C5FF
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
    color: #30C5FF;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #30C5FF;
    border-color: #30C5FF
}

.list-group-item-warning {
    color: #fd7148;
    background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #fd7148
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
    color: #fd7148;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #fd7148;
    border-color: #fd7148
}

.list-group-item-danger {
    color: #fe5858;
    background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #fe5858
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
    color: #fe5858;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #fe5858;
    border-color: #fe5858
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 22px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid transparent;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.panel-body {
    padding: 5px 15px 15px
}

.panel-body:before,
.panel-body:after {
    content: " ";
    display: table
}

.panel-body:after {
    clear: both
}

.panel-heading {
    padding: 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: inherit
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
    color: inherit
}

.panel-footer {
    padding: 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #a7c4ff;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
    margin-bottom: 0
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
    padding-left: 5px 15px 15px;
    padding-right: 5px 15px 15px
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 4px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 4px
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 4px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 4px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 22px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 5px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #a7c4ff
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #a7c4ff
}

.panel-default {
    border-color: #fff
}

.panel-default>.panel-heading {
    color: #363f4d;
    background-color: #fff;
    border-color: #fff
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #fff
}

.panel-default>.panel-heading .badge {
    color: #fff;
    background-color: #363f4d
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #fff
}

.panel-primary {
    border-color: #F3F7FF
}

.panel-primary>.panel-heading {
    color: #363f4d;
    background-color: #F3F7FF;
    border-color: #F3F7FF
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #F3F7FF
}

.panel-primary>.panel-heading .badge {
    color: #F3F7FF;
    background-color: #363f4d
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #F3F7FF
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #84c561;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #84c561
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #30C5FF;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #30C5FF
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #fd7148;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #fd7148
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #fe5858;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #fe5858
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15)
}

.well-lg {
    padding: 24px;
    border-radius: 5px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 5px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .6;
    filter: alpha(opacity=60)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    min-height: 16.42857px
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid rgba(0, 0, 0, 0)
}

.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn+.btn,
.modal-footer .wizard>.actions a+.btn,
.wizard>.actions .modal-footer a+.btn,
.modal-footer .wizard>.actions .btn+a,
.wizard>.actions .modal-footer .btn+a,
.modal-footer .wizard>.actions a+a,
.wizard>.actions .modal-footer a+a {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn,
.modal-footer .btn-group .wizard>.actions a+.btn,
.wizard>.actions .modal-footer .btn-group a+.btn,
.modal-footer .btn-group .wizard>.actions .btn+a,
.wizard>.actions .modal-footer .btn-group .btn+a,
.modal-footer .btn-group .wizard>.actions a+a,
.wizard>.actions .modal-footer .btn-group a+a {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 700px;
        margin: 30px auto
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
    }

    .modal-sm {
        width: 500px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #525f76;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #525f76
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #525f76
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #525f76
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #525f76
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #525f76
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #525f76
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #525f76
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #525f76
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 16px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 16px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 4px 4px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25)
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25)
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    transition: 0.6s ease-in-out left
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        perspective: 1000px
    }

    .carousel-inner>.item.next,
    .carousel-inner>.item.active.right {
        transform: translate3d(100%, 0, 0);
        left: 0
    }

    .carousel-inner>.item.prev,
    .carousel-inner>.item.active.left {
        transform: translate3d(-100%, 0, 0);
        left: 0
    }

    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right,
    .carousel-inner>.item.active {
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0)
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-caption .btn,
.carousel-caption .wizard>.actions a,
.wizard>.actions .carousel-caption a {
    text-shadow: none
}

@media screen and (min-width: 768px) {

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.btn,
.wizard>.actions a {
    white-space: normal;
    transition: all 0.3s
}

.btn:focus,
.wizard>.actions a:focus,
.btn.focus,
.wizard>.actions a.focus,
.btn:hover,
.wizard>.actions a:hover,
.btn:active,
.wizard>.actions a:active,
.btn.active,
.wizard>.actions a.active {
    outline: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.btn-icon i+span,
.wizard>.actions a i+span,
.btn-icon span+i,
.wizard>.actions a span+i {
    margin-left: 20px
}

.btn-link {
    color: #a2a7ad;
    font-weight: 600
}

.btn-link:focus,
.btn-link.focus,
.btn-link:hover,
.btn-link:active,
.btn-link.active {
    color: #363f4d;
    text-decoration: none
}

.btn-link span+i,
.btn-link i+span {
    margin-left: 10px
}

.btn-link i {
    font-size: 12px;
    color: #032540
}

.btn-default-primary {
    border: 1px solid #a2a7ad;
    background-color: rgba(0, 0, 0, 0);
    color: #363f4d
}

.btn-default-primary:focus,
.btn-default-primary.focus,
.btn-default-primary:hover,
.btn-default-primary:active,
.btn-default-primary.active {
    border-color: #032540;
    background-color: #032540;
    color: #fff
}

.btn-default-success {
    border: 1px solid #a2a7ad;
    background-color: rgba(0, 0, 0, 0);
    color: #363f4d
}

.btn-default-success:focus,
.btn-default-success.focus,
.btn-default-success:hover,
.btn-default-success:active,
.btn-default-success.active {
    border-color: #84c561;
    background-color: #84c561;
    color: #fff
}

.btn-default-info {
    border: 1px solid #a2a7ad;
    background-color: rgba(0, 0, 0, 0);
    color: #363f4d
}

.btn-default-info:focus,
.btn-default-info.focus,
.btn-default-info:hover,
.btn-default-info:active,
.btn-default-info.active {
    border-color: #30C5FF;
    background-color: #30C5FF;
    color: #fff
}

.btn-default-warning {
    border: 1px solid #a2a7ad;
    background-color: rgba(0, 0, 0, 0);
    color: #363f4d
}

.btn-default-warning:focus,
.btn-default-warning.focus,
.btn-default-warning:hover,
.btn-default-warning:active,
.btn-default-warning.active {
    border-color: #fd7148;
    background-color: #fd7148;
    color: #fff
}

.btn-default-danger {
    border: 1px solid #a2a7ad;
    background-color: rgba(0, 0, 0, 0);
    color: #363f4d
}

.btn-default-danger:focus,
.btn-default-danger.focus,
.btn-default-danger:hover,
.btn-default-danger:active,
.btn-default-danger.active {
    border-color: #fe5858;
    background-color: #fe5858;
    color: #fff
}

.btn-outline-primary {
    border: 1px solid #032540;
    background-color: rgba(3, 37, 64, 0);
    color: #032540
}

.btn-outline-primary:focus,
.btn-outline-primary.focus,
.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary.active {
    border-color: #01090f;
    background-color: #01090f;
    color: #fff
}

.btn-outline-success {
    border: 1px solid #84c561;
    background-color: rgba(132, 197, 97, 0);
    color: #84c561
}

.btn-outline-success:focus,
.btn-outline-success.focus,
.btn-outline-success:hover,
.btn-outline-success:active,
.btn-outline-success.active {
    border-color: #69b241;
    background-color: #69b241;
    color: #fff
}

.btn-outline-info {
    border: 1px solid #30C5FF;
    background-color: rgba(48, 197, 255, 0);
    color: #30C5FF
}

.btn-outline-info:focus,
.btn-outline-info.focus,
.btn-outline-info:hover,
.btn-outline-info:active,
.btn-outline-info.active {
    border-color: #00b5fc;
    background-color: #00b5fc;
    color: #fff
}

.btn-outline-warning {
    border: 1px solid #fd7148;
    background-color: rgba(253, 113, 72, 0);
    color: #fd7148
}

.btn-outline-warning:focus,
.btn-outline-warning.focus,
.btn-outline-warning:hover,
.btn-outline-warning:active,
.btn-outline-warning.active {
    border-color: #fc4a16;
    background-color: #fc4a16;
    color: #fff
}

.btn-outline-danger {
    border: 1px solid #fe5858;
    background-color: rgba(254, 88, 88, 0);
    color: #fe5858
}

.btn-outline-danger:focus,
.btn-outline-danger.focus,
.btn-outline-danger:hover,
.btn-outline-danger:active,
.btn-outline-danger.active {
    border-color: #fe2525;
    background-color: #fe2525;
    color: #fff
}

.btn-outline-light {
    border: 1px solid #a2a7ad;
    background-color: rgba(162, 167, 173, 0);
    color: #a2a7ad
}

.btn-outline-light:focus,
.btn-outline-light.focus,
.btn-outline-light:hover,
.btn-outline-light:active,
.btn-outline-light.active {
    border-color: #878d95;
    background-color: #878d95;
    color: #F3F7FF
}

.btn-link-white {
    background-color: transparent;
    color: #fff
}

.btn-link-white:focus,
.btn-link-white.focus,
.btn-link-white:hover,
.btn-link-white:active,
.btn-link-white.active {
    color: #e6e6e6;
    text-decoration: none
}

.btn-link-gray {
    background-color: transparent;
    color: #363f4d
}

.btn-link-gray:focus,
.btn-link-gray.focus,
.btn-link-gray:hover,
.btn-link-gray:active,
.btn-link-gray.active {
    color: #21262f;
    text-decoration: none
}

.form-control {
    margin-bottom: 25px;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.form-control:focus {
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.form-control.error,
.form-control.form-error {
    border-color: #fe5858
}

.form-control.no-text-transform {
    text-transform: none
}

.form-control.transparent {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.form-control.transparent::-moz-placeholder {
    color: #F3F7FF;
    opacity: 1
}

.form-control.transparent:-ms-input-placeholder {
    color: #F3F7FF
}

.form-control.transparent::-webkit-input-placeholder {
    color: #F3F7FF
}

.form-control.transparent+label.error {
    color: #F3F7FF
}

select.form-control option {
    color: #363f4d
}

.intl-tel-input {
    display: block;
    color: #363f4d
}

.input {
    position: relative
}

.input.tel {
    margin-bottom: 25px
}

.input.error .error-message {
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    font-size: 11px;
    line-height: 1;
    color: #fe5858;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: left
}

label {
    display: block;
    color: #525f76;
    text-align: left;
    font-size: 14px;
    font-weight: 600
}

label.error {
    position: absolute;
    bottom: -11px;
    left: 0;
    right: 0;
    font-size: 11px;
    line-height: 1;
    color: #fe5858;
    margin-bottom: 0
}

.row.form-row {
    margin-left: -4px;
    margin-right: -4px
}

.row.form-row>[class*='col-'] {
    padding-left: 4px;
    padding-right: 4px
}

.radio label,
.radio-inline label,
.checkbox label,
.checkbox-inline label {
    padding-left: 0
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="radio"],
.checkbox-inline input[type="radio"] {
    position: absolute;
    left: -9999px
}

.radio input[type="radio"]+span,
.radio-inline input[type="radio"]+span,
.checkbox input[type="radio"]+span,
.checkbox-inline input[type="radio"]+span {
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    line-height: 22px;
    display: inline-block;
    color: #363f4d;
    text-transform: none
}

.radio input[type="radio"]+span:before,
.radio-inline input[type="radio"]+span:before,
.checkbox input[type="radio"]+span:before,
.checkbox-inline input[type="radio"]+span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 2px solid #a2a7ad;
    border-radius: 100%;
    background: #fff
}

.radio input[type="radio"]+span:after,
.radio-inline input[type="radio"]+span:after,
.checkbox input[type="radio"]+span:after,
.checkbox-inline input[type="radio"]+span:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #fd7148;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    opacity: 1;
    transition: all 0.2s ease
}

.radio input[type="radio"]:checked+span:after,
.radio-inline input[type="radio"]:checked+span:after,
.checkbox input[type="radio"]:checked+span:after,
.checkbox-inline input[type="radio"]:checked+span:after {
    transform: scale(1)
}

.radio input[type="radio"]:not(:checked)+span:after,
.radio-inline input[type="radio"]:not(:checked)+span:after,
.checkbox input[type="radio"]:not(:checked)+span:after,
.checkbox-inline input[type="radio"]:not(:checked)+span:after {
    transform: scale(0)
}

.radio input[type="checkbox"],
.radio-inline input[type="checkbox"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    left: -9999px
}

.radio input[type="checkbox"]+span,
.radio-inline input[type="checkbox"]+span,
.checkbox input[type="checkbox"]+span,
.checkbox-inline input[type="checkbox"]+span {
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    line-height: 22px;
    display: inline-block;
    color: #363f4d;
    text-transform: none;
    font-weight: normal
}

.radio input[type="checkbox"]+span:before,
.radio-inline input[type="checkbox"]+span:before,
.checkbox input[type="checkbox"]+span:before,
.checkbox-inline input[type="checkbox"]+span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 2px solid #a2a7ad;
    border-radius: 3px;
    background-color: transparent
}

.radio input[type="checkbox"]+span:after,
.radio-inline input[type="checkbox"]+span:after,
.checkbox input[type="checkbox"]+span:after,
.checkbox-inline input[type="checkbox"]+span:after {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    content: '\f00c';
    font-size: 18px;
    line-height: 1;
    width: 18px;
    height: 18px;
    color: #fd7148;
    position: absolute;
    top: 2px;
    left: 2px;
    opacity: 1;
    transition: all 0.2s ease
}

.radio input[type="checkbox"]:checked+span:after,
.radio-inline input[type="checkbox"]:checked+span:after,
.checkbox input[type="checkbox"]:checked+span:after,
.checkbox-inline input[type="checkbox"]:checked+span:after {
    opacity: 1
}

.radio input[type="checkbox"]:not(:checked)+span:after,
.radio-inline input[type="checkbox"]:not(:checked)+span:after,
.checkbox input[type="checkbox"]:not(:checked)+span:after,
.checkbox-inline input[type="checkbox"]:not(:checked)+span:after {
    opacity: 0
}

.radio input[type="checkbox"].radio-outline+span,
.radio input[type="radio"].radio-outline+span,
.radio-inline input[type="checkbox"].radio-outline+span,
.radio-inline input[type="radio"].radio-outline+span,
.checkbox input[type="checkbox"].radio-outline+span,
.checkbox input[type="radio"].radio-outline+span,
.checkbox-inline input[type="checkbox"].radio-outline+span,
.checkbox-inline input[type="radio"].radio-outline+span {
    display: block;
    padding: 15px 15px 15px 62px;
    border: 1px solid #e6e7e9;
    border-radius: 4px;
    font-size: 16px
}

.radio input[type="checkbox"].radio-outline+span:before,
.radio input[type="radio"].radio-outline+span:before,
.radio-inline input[type="checkbox"].radio-outline+span:before,
.radio-inline input[type="radio"].radio-outline+span:before,
.checkbox input[type="checkbox"].radio-outline+span:before,
.checkbox input[type="radio"].radio-outline+span:before,
.checkbox-inline input[type="checkbox"].radio-outline+span:before,
.checkbox-inline input[type="radio"].radio-outline+span:before {
    left: 15px;
    top: 15px;
    border: 2px solid #e6e7e9;
    border-radius: 100%;
    background: #e6e7e9
}

.radio input[type="checkbox"].radio-outline+span:after,
.radio input[type="radio"].radio-outline+span:after,
.radio-inline input[type="checkbox"].radio-outline+span:after,
.radio-inline input[type="radio"].radio-outline+span:after,
.checkbox input[type="checkbox"].radio-outline+span:after,
.checkbox input[type="radio"].radio-outline+span:after,
.checkbox-inline input[type="checkbox"].radio-outline+span:after,
.checkbox-inline input[type="radio"].radio-outline+span:after {
    content: '';
    top: 20px;
    left: 20px;
    width: 12px;
    height: 12px;
    background: #fd7148;
    border-radius: 100%;
    opacity: 1
}

.radio input[type="checkbox"].radio-outline:checked+span,
.radio input[type="radio"].radio-outline:checked+span,
.radio-inline input[type="checkbox"].radio-outline:checked+span,
.radio-inline input[type="radio"].radio-outline:checked+span,
.checkbox input[type="checkbox"].radio-outline:checked+span,
.checkbox input[type="radio"].radio-outline:checked+span,
.checkbox-inline input[type="checkbox"].radio-outline:checked+span,
.checkbox-inline input[type="radio"].radio-outline:checked+span {
    border-color: #fd7148
}

.radio input[type="checkbox"].radio-outline:checked+span:before,
.radio input[type="radio"].radio-outline:checked+span:before,
.radio-inline input[type="checkbox"].radio-outline:checked+span:before,
.radio-inline input[type="radio"].radio-outline:checked+span:before,
.checkbox input[type="checkbox"].radio-outline:checked+span:before,
.checkbox input[type="radio"].radio-outline:checked+span:before,
.checkbox-inline input[type="checkbox"].radio-outline:checked+span:before,
.checkbox-inline input[type="radio"].radio-outline:checked+span:before {
    border-color: #fd7148;
    background: rgba(255, 255, 255, 0)
}

.radio input[type="checkbox"].radio-outline:checked+span:after,
.radio input[type="radio"].radio-outline:checked+span:after,
.radio-inline input[type="checkbox"].radio-outline:checked+span:after,
.radio-inline input[type="radio"].radio-outline:checked+span:after,
.checkbox input[type="checkbox"].radio-outline:checked+span:after,
.checkbox input[type="radio"].radio-outline:checked+span:after,
.checkbox-inline input[type="checkbox"].radio-outline:checked+span:after,
.checkbox-inline input[type="radio"].radio-outline:checked+span:after {
    transform: scale(1)
}

.radio input[type="checkbox"].radio-outline:not(:checked)+span,
.radio input[type="radio"].radio-outline:not(:checked)+span,
.radio-inline input[type="checkbox"].radio-outline:not(:checked)+span,
.radio-inline input[type="radio"].radio-outline:not(:checked)+span,
.checkbox input[type="checkbox"].radio-outline:not(:checked)+span,
.checkbox input[type="radio"].radio-outline:not(:checked)+span,
.checkbox-inline input[type="checkbox"].radio-outline:not(:checked)+span,
.checkbox-inline input[type="radio"].radio-outline:not(:checked)+span {
    border-color: #e6e7e9
}

.radio input[type="checkbox"].radio-outline:not(:checked)+span:before,
.radio input[type="radio"].radio-outline:not(:checked)+span:before,
.radio-inline input[type="checkbox"].radio-outline:not(:checked)+span:before,
.radio-inline input[type="radio"].radio-outline:not(:checked)+span:before,
.checkbox input[type="checkbox"].radio-outline:not(:checked)+span:before,
.checkbox input[type="radio"].radio-outline:not(:checked)+span:before,
.checkbox-inline input[type="checkbox"].radio-outline:not(:checked)+span:before,
.checkbox-inline input[type="radio"].radio-outline:not(:checked)+span:before {
    border-color: #e6e7e9;
    background: #e6e7e9
}

.radio input[type="checkbox"].radio-outline:not(:checked)+span:after,
.radio input[type="radio"].radio-outline:not(:checked)+span:after,
.radio-inline input[type="checkbox"].radio-outline:not(:checked)+span:after,
.radio-inline input[type="radio"].radio-outline:not(:checked)+span:after,
.checkbox input[type="checkbox"].radio-outline:not(:checked)+span:after,
.checkbox input[type="radio"].radio-outline:not(:checked)+span:after,
.checkbox-inline input[type="checkbox"].radio-outline:not(:checked)+span:after,
.checkbox-inline input[type="radio"].radio-outline:not(:checked)+span:after {
    transform: scale(0)
}

.radio input[type="checkbox"].checkbox-outline+span,
.radio input[type="radio"].checkbox-outline+span,
.radio-inline input[type="checkbox"].checkbox-outline+span,
.radio-inline input[type="radio"].checkbox-outline+span,
.checkbox input[type="checkbox"].checkbox-outline+span,
.checkbox input[type="radio"].checkbox-outline+span,
.checkbox-inline input[type="checkbox"].checkbox-outline+span,
.checkbox-inline input[type="radio"].checkbox-outline+span {
    display: block;
    padding: 15px 15px 15px 62px;
    border: 1px solid #e6e7e9;
    border-radius: 4px;
    font-size: 16px
}

.radio input[type="checkbox"].checkbox-outline+span:before,
.radio input[type="radio"].checkbox-outline+span:before,
.radio-inline input[type="checkbox"].checkbox-outline+span:before,
.radio-inline input[type="radio"].checkbox-outline+span:before,
.checkbox input[type="checkbox"].checkbox-outline+span:before,
.checkbox input[type="radio"].checkbox-outline+span:before,
.checkbox-inline input[type="checkbox"].checkbox-outline+span:before,
.checkbox-inline input[type="radio"].checkbox-outline+span:before {
    left: 15px;
    top: 15px;
    border: 2px solid #e6e7e9;
    background: #e6e7e9
}

.radio input[type="checkbox"].checkbox-outline+span:after,
.radio input[type="radio"].checkbox-outline+span:after,
.radio-inline input[type="checkbox"].checkbox-outline+span:after,
.radio-inline input[type="radio"].checkbox-outline+span:after,
.checkbox input[type="checkbox"].checkbox-outline+span:after,
.checkbox input[type="radio"].checkbox-outline+span:after,
.checkbox-inline input[type="checkbox"].checkbox-outline+span:after,
.checkbox-inline input[type="radio"].checkbox-outline+span:after {
    top: 17px;
    left: 17px
}

.radio input[type="checkbox"].checkbox-outline:checked+span,
.radio input[type="radio"].checkbox-outline:checked+span,
.radio-inline input[type="checkbox"].checkbox-outline:checked+span,
.radio-inline input[type="radio"].checkbox-outline:checked+span,
.checkbox input[type="checkbox"].checkbox-outline:checked+span,
.checkbox input[type="radio"].checkbox-outline:checked+span,
.checkbox-inline input[type="checkbox"].checkbox-outline:checked+span,
.checkbox-inline input[type="radio"].checkbox-outline:checked+span {
    border-color: #fd7148
}

.radio input[type="checkbox"].checkbox-outline:checked+span:before,
.radio input[type="radio"].checkbox-outline:checked+span:before,
.radio-inline input[type="checkbox"].checkbox-outline:checked+span:before,
.radio-inline input[type="radio"].checkbox-outline:checked+span:before,
.checkbox input[type="checkbox"].checkbox-outline:checked+span:before,
.checkbox input[type="radio"].checkbox-outline:checked+span:before,
.checkbox-inline input[type="checkbox"].checkbox-outline:checked+span:before,
.checkbox-inline input[type="radio"].checkbox-outline:checked+span:before {
    border-color: #fd7148;
    background: #fd7148
}

.radio input[type="checkbox"].checkbox-outline:checked+span:after,
.radio input[type="radio"].checkbox-outline:checked+span:after,
.radio-inline input[type="checkbox"].checkbox-outline:checked+span:after,
.radio-inline input[type="radio"].checkbox-outline:checked+span:after,
.checkbox input[type="checkbox"].checkbox-outline:checked+span:after,
.checkbox input[type="radio"].checkbox-outline:checked+span:after,
.checkbox-inline input[type="checkbox"].checkbox-outline:checked+span:after,
.checkbox-inline input[type="radio"].checkbox-outline:checked+span:after {
    color: #fff;
    opacity: 1
}

.radio input[type="checkbox"].checkbox-outline:not(:checked)+span,
.radio input[type="radio"].checkbox-outline:not(:checked)+span,
.radio-inline input[type="checkbox"].checkbox-outline:not(:checked)+span,
.radio-inline input[type="radio"].checkbox-outline:not(:checked)+span,
.checkbox input[type="checkbox"].checkbox-outline:not(:checked)+span,
.checkbox input[type="radio"].checkbox-outline:not(:checked)+span,
.checkbox-inline input[type="checkbox"].checkbox-outline:not(:checked)+span,
.checkbox-inline input[type="radio"].checkbox-outline:not(:checked)+span {
    border-color: #e6e7e9
}

.radio input[type="checkbox"].checkbox-outline:not(:checked)+span:before,
.radio input[type="radio"].checkbox-outline:not(:checked)+span:before,
.radio-inline input[type="checkbox"].checkbox-outline:not(:checked)+span:before,
.radio-inline input[type="radio"].checkbox-outline:not(:checked)+span:before,
.checkbox input[type="checkbox"].checkbox-outline:not(:checked)+span:before,
.checkbox input[type="radio"].checkbox-outline:not(:checked)+span:before,
.checkbox-inline input[type="checkbox"].checkbox-outline:not(:checked)+span:before,
.checkbox-inline input[type="radio"].checkbox-outline:not(:checked)+span:before {
    border-color: #e6e7e9;
    background: #e6e7e9
}

.radio input[type="checkbox"].checkbox-outline:not(:checked)+span:after,
.radio input[type="radio"].checkbox-outline:not(:checked)+span:after,
.radio-inline input[type="checkbox"].checkbox-outline:not(:checked)+span:after,
.radio-inline input[type="radio"].checkbox-outline:not(:checked)+span:after,
.checkbox input[type="checkbox"].checkbox-outline:not(:checked)+span:after,
.checkbox input[type="radio"].checkbox-outline:not(:checked)+span:after,
.checkbox-inline input[type="checkbox"].checkbox-outline:not(:checked)+span:after,
.checkbox-inline input[type="radio"].checkbox-outline:not(:checked)+span:after {
    opacity: 0
}

.checkbox-btn,
.radio-btn {
    display: inline-block;
    margin: 0
}

.checkbox-btn input[type="checkbox"],
.checkbox-btn input[type="radio"],
.radio-btn input[type="checkbox"],
.radio-btn input[type="radio"] {
    display: none
}

.checkbox-btn input[type="checkbox"]+span,
.checkbox-btn input[type="radio"]+span,
.radio-btn input[type="checkbox"]+span,
.radio-btn input[type="radio"]+span {
    display: block;
    padding: 5px 15px;
    margin: 4px 4px 4px 0;
    background-color: #F3F7FF;
    border-radius: 4px;
    color: #5c6b85;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease
}

.checkbox-btn input[type="checkbox"]:checked+span,
.checkbox-btn input[type="radio"]:checked+span,
.radio-btn input[type="checkbox"]:checked+span,
.radio-btn input[type="radio"]:checked+span {
    background-color: rgba(253, 113, 72, 0.1);
    color: #fd7148
}

.checkbox-btn input[type="checkbox"]:not(:checked)+span,
.checkbox-btn input[type="radio"]:not(:checked)+span,
.radio-btn input[type="checkbox"]:not(:checked)+span,
.radio-btn input[type="radio"]:not(:checked)+span {
    background-color: #F3F7FF;
    color: #5c6b85
}

.navbar-nav>li>a {
    position: relative
}

.navbar-nav>li>a:focus {
    outline: none
}

.navbar-collapse {
    text-align: center;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.navbar-header {
    position: relative
}

.navbar-btn:hover,
.navbar-btn:focus {
    text-decoration: none
}

.navbar-btn:focus {
    outline: none
}

.navbar-btn.btn-icon i+span,
.wizard>.actions a.navbar-btn i+span,
.navbar-btn.btn-icon span+i,
.wizard>.actions a.navbar-btn span+i {
    margin-left: 10px
}

.navbar-brand {
    padding: 25px 15px;
    height: 100px;
    width: auto
}

.navbar-brand img {
    height: 100%;
    width: auto
}

.navbar-default .navbar-nav>li>a:hover:before,
.navbar-default .navbar-nav>li>a:focus:before {
    background-color: #032540
}

.navbar-default .navbar-nav>li.active>a:before,
.navbar-default .navbar-nav>li.active>a:hover:before,
.navbar-default .navbar-nav>li.active>a:focus:before {
    background-color: #032540
}

.navbar-default .navbar-text {
    color: #677794
}

.navbar-default .navbar-text a {
    color: #677794
}

.navbar-default .navbar-text a:hover,
.navbar-default .navbar-text a:focus {
    color: #363f4d;
    text-decoration: none;
    outline: none
}

.navbar-default .navbar-btn.btn-link {
    color: #677794
}

.navbar-default .navbar-btn.btn-link:hover,
.navbar-default .navbar-btn.btn-link:focus {
    color: #363f4d
}

.navbar-inverse .navbar-nav>li>a:hover:before,
.navbar-inverse .navbar-nav>li>a:focus:before {
    background-color: #fff
}

.navbar-inverse .navbar-nav>li.active>a:before,
.navbar-inverse .navbar-nav>li.active>a:hover:before,
.navbar-inverse .navbar-nav>li.active>a:focus:before {
    background-color: #fff
}

.navbar-inverse .navbar-text {
    color: #F3F7FF
}

.navbar-inverse .navbar-text a {
    color: #F3F7FF
}

.navbar-inverse .navbar-text a:hover,
.navbar-inverse .navbar-text a:focus {
    color: #fff;
    text-decoration: none;
    outline: none
}

.navbar-inverse .navbar-btn.btn-link {
    color: #F3F7FF
}

.navbar-inverse .navbar-btn.btn-link:hover,
.navbar-inverse .navbar-btn.btn-link:focus {
    color: #fff
}

.navbar-inverse .navbar-collapse {
    border-color: rgba(0, 0, 0, 0)
}

.navbar-notifications {
    font-weight: normal
}

.navbar-notifications .dropdown-toggle {
    color: #677794;
    padding: 8px
}

.navbar-notifications .dropdown-toggle:hover,
.navbar-notifications .dropdown-toggle:focus {
    color: #363f4d
}

.navbar-notifications .dropdown-toggle>i {
    font-size: 16px;
    color: #677794
}

.navbar-notifications .dropdown-toggle>span {
    position: absolute;
    top: 8px;
    right: 2px;
    background: #fd7148;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    font-size: 0
}

.navbar-notifications-list {
    top: 49px;
    right: -70px !important;
    width: 500px;
    padding: 20px 20px 40px
}

.navbar-notifications-list .h1,
.navbar-notifications-list .h2,
.navbar-notifications-list .h3,
.navbar-notifications-list .h4,
.navbar-notifications-list .h5,
.navbar-notifications-list .h6 {
    margin-top: 0
}

.navbar-notifications-list-item {
    position: relative;
    display: block;
    padding: 15px 0 15px 55px;
    color: #363f4d;
    min-height: 65px
}

.navbar-notifications-list-item:before {
    content: '\f0f3';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 15px;
    left: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #fff;
    background-color: #a2a7ad;
    font-size: 16px;
    text-align: center;
    line-height: 35px
}

.navbar-notifications-list-item:focus,
.navbar-notifications-list-item.focus,
.navbar-notifications-list-item:hover,
.navbar-notifications-list-item:active,
.navbar-notifications-list-item.active {
    color: #363f4d;
    text-decoration: none
}

.navbar-notifications-list-item p {
    margin-bottom: 0
}

.navbar-notifications-list-item-header {
    font-size: 12px;
    color: #a2a7ad
}

.navbar-notifications-list-item-header>span {
    position: relative;
    display: inline-block
}

.navbar-notifications-list-item-header span+span {
    padding-left: 14px
}

.navbar-notifications-list-item-header span+span:before {
    content: '';
    position: absolute;
    left: 6px;
    top: 8px;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #a2a7ad
}

.navbar-notifications-list-item.type-default:before {
    content: '\f0f3'
}

.navbar-notifications-list-item.type-comment:before {
    content: '\f4b6'
}

.navbar-notifications-list-item.type-course:before {
    content: '\f5db'
}

.navbar-notifications-list-item.type-purchase:before {
    content: '\f291'
}

.navbar-notifications-list-item.type-subscription:before {
    content: '\f09d'
}

.navbar-notifications-list-item.type-custom:before {
    content: '\f0a1'
}

.navbar-notifications-list-more-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0 0 4px 4px;
    font-size: 12px;
    color: #032540;
    background-color: #F3F7FF;
    border-color: #F3F7FF
}

.navbar-notifications-list-more-btn:focus,
.navbar-notifications-list-more-btn.focus,
.navbar-notifications-list-more-btn:hover,
.navbar-notifications-list-more-btn:active,
.navbar-notifications-list-more-btn.active {
    color: #032540;
    background-color: #dae6ff;
    border-color: #dae6ff
}

.navbar-notifications-wrapper {
    position: absolute;
    top: 0;
    right: 70px
}

.navbar-notifications-wrapper .dropdown-toggle {
    margin: 3px 0
}

.navbar-notifications-wrapper .navbar-notifications-list {
    width: 320px;
    padding: 15px 15px 40px
}

.navbar-notifications-empty-text {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    color: #a2a7ad
}

@media screen and (max-width: 1199px) {
    .navbar-default .navbar-collapse {
        background-color: #fff
    }

    .navbar-inverse .navbar-collapse {
        background-color: #032540
    }

    .navbar-nav>li>a:before {
        display: none
    }

    .navbar-collapse .navbar-btn {
        margin-top: 0 !important;
        margin-bottom: 20px !important
    }
}

@media screen and (min-width: 1200px) {
    .navbar-collapse {
        text-align: left
    }

    .navbar-nav.navbar-center {
        position: absolute;
        left: 50%;
        transform: translatex(-50%)
    }

    .navbar-brand {
        margin-right: 30px
    }
}

.nav-pills {
    margin-top: 10px;
    margin-bottom: 10px
}

.nav-pills>li>a {
    color: #5c6b85;
    font-size: 14px;
    font-weight: 600
}

.nav-pills>li>a:hover,
.nav-pills>li>a:focus {
    color: #fd7148
}

.modal-content {
    border-radius: 0;
    border: none;
    overflow: hidden
}

.modal-content .close {
    font-size: 26px;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.modal-content .close:hover,
.modal-content .close:focus {
    outline: none
}

.modal-header {
    position: absolute;
    top: 0;
    right: 0;
    padding: 30px 35px 10px 0;
    z-index: 5
}

.modal-header:before,
.modal-header:after {
    display: table;
    content: ''
}

.modal-header:after {
    clear: both
}

.modal-body {
    padding: 65px
}

.modal-speaker-info {
    text-align: center;
    margin-bottom: 20px
}

.modal-speaker-bio {
    margin-top: 30px
}

.modal-speaker-bio p {
    font-size: 15px;
    margin-bottom: 20px
}

@media screen and (max-width: 767px) {
    .modal-speaker-bio {
        margin-top: 50px
    }
}

.modal-speaker-title {
    color: #363f4d;
    font-size: 26px;
    font-weight: 600;
    margin: 0
}

.modal-speaker-subtitle {
    color: #a2a7ad;
    font-size: 14px;
    margin: 0
}

.modal-speaker-img {
    position: relative;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px
}

.modal-speaker-img:before {
    content: "";
    background: url("../img/pattern-2.png") repeat top left;
    position: absolute;
    height: 130px;
    width: 130px;
    left: -35px;
    bottom: -30px;
    opacity: 0.7
}

.modal-package .modal-title {
    position: relative;
    z-index: 0
}

.modal-package .modal-title:after {
    content: '';
    background: url("../img/pattern-2.png") repeat top left;
    position: absolute;
    height: 130px;
    width: 130px;
    bottom: -50px;
    left: -67px;
    opacity: 0.7;
    z-index: -1
}

.modal-package .block-title-simple:before,
.modal-package .block-title-simple:after {
    display: none
}

.modal-course .post-speaker {
    margin-top: 0;
    margin-bottom: 10px
}

.modal-course .post-speaker-img {
    width: 50px;
    height: 50px
}

.modal-course .post-speaker-body {
    width: calc(100% - 65px)
}

.modal-course .btn,
.modal-course .wizard>.actions a,
.wizard>.actions .modal-course a {
    margin-top: 5px;
    margin-bottom: 5px
}

@media screen and (max-width: 767px) {

    .modal-course .btn,
    .modal-course .wizard>.actions a,
    .wizard>.actions .modal-course a {
        display: block
    }
}

.modal-table table>thead>tr>th {
    color: #525f76
}

.modal-table table>tbody>tr>td>i {
    color: #525f76
}

.modal-table table>tbody>tr>td.text-info>i {
    color: #30C5FF
}

.modal-banner .modal-content {
    background-color: #000;
    border-radius: 0;
    border: none
}

.modal-banner .modal-header {
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px 25px 10px 0;
    z-index: 5
}

.modal-banner .modal-header .close {
    color: #fff;
    opacity: 0.7
}

.modal-banner .modal-header .close:hover {
    opacity: 1
}

.modal-banner .modal-body {
    padding: 0
}

.modal-banner-img {
    display: block;
    height: 600px;
    margin-left: -550px
}

@media screen and (min-width: 568px) {
    .modal-banner-img {
        width: 100%;
        height: auto;
        margin: 0
    }
}

.modal-banner-speaker-info {
    position: absolute;
    display: none;
    left: 0;
    right: 65%;
    bottom: 0;
    padding: 25px;
    color: #f1e8c6;
    text-align: left;
    z-index: 2
}

@media screen and (min-width: 568px) {
    .modal-banner-speaker-info {
        display: block
    }
}

.modal-banner-body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 25px;
    color: #f1e8c6;
    text-align: left;
    z-index: 2
}

@media screen and (min-width: 568px) {
    .modal-banner-body {
        text-align: right
    }
}

@media screen and (min-width: 768px) {
    .modal-banner-body {
        left: 25%
    }
}

.modal-banner-body p {
    font-size: 18px;
    margin: 0 0 10px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3)
}

.modal-banner-body p.h1 {
    font-size: 36px
}

.modal-banner-body p.h4 {
    font-size: 22px
}

.modal-banner-body p.quote span {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #363f4d;
    line-height: 1.25;
    font-weight: 500;
    text-shadow: none
}

.modal-banner-body p.quote span:before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    bottom: 0;
    left: -2px;
    right: -2px;
    background: #f1e8c6;
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    z-index: -1
}

.modal-banner-body .btn,
.modal-banner-body .wizard>.actions a,
.wizard>.actions .modal-banner-body a {
    min-width: 100px
}

.modal-feedback .modal-title {
    position: relative;
    z-index: 0
}

.modal-feedback .modal-title:after {
    content: '';
    background: url("../img/pattern-2.png") repeat top left;
    position: absolute;
    height: 130px;
    width: 130px;
    bottom: -50px;
    left: -67px;
    opacity: 0.7;
    z-index: -1
}

.modal-feedback .block-title-simple:before,
.modal-feedback .block-title-simple:after {
    display: none
}

.modal-feedback .comment-form {
    margin-bottom: 0
}

@media screen and (max-width: 767px) {
    .modal-feedback .comment-form {
        background: transparent;
        padding: 0
    }
}

@media screen and (max-width: 767px) {
    .modal-header {
        padding: 15px 20px 10px 0
    }

    .modal-body {
        padding: 30px
    }

    .modal-title {
        font-size: 26px !important
    }
}

.breadcrumb {
    font-size: 14px;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    margin-bottom: 15px
}

.breadcrumb>li a {
    color: #525f76
}

.breadcrumb>li+li:before {
    content: "/";
    color: #a2a7ad
}

.breadcrumb>.active {
    color: #a2a7ad
}

.pagination {
    border-radius: 0
}

.pagination>li>a,
.pagination>li>span {
    margin: 0 6px;
    font-weight: 700;
    border-radius: 0;
    padding: 6px 14px;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.pagination>li>a i,
.pagination>li>span i {
    font-weight: 700
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.panel {
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    transition: 0.3s all
}

.panel-heading {
    transition: 0.3s all
}

.panel-title {
    font-size: 22px;
    font-weight: 600
}

.panel-title a {
    position: relative;
    display: block;
    padding-right: 30px
}

.panel-title a:before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f078';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    height: 13px;
    margin: auto 10px;
    color: #a7c4ff;
    transition: 0.3s all;
    transform: rotate(0deg)
}

.panel-title a:hover:before {
    color: #8db3ff
}

.panel-title a:hover,
.panel-title a:focus,
.panel-title a:active {
    text-decoration: none
}

.panel-body {
    font-size: 18px
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid rgba(0, 0, 0, 0)
}

.panel-group .panel {
    margin-bottom: 15px
}

.panel-group.panel-group-bordered .panel {
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0
}

.panel-group.panel-group-bordered .panel+.panel {
    border-top: 1px solid #F3F7FF
}

.panel.active {
    border: rgba(0, 0, 0, 0);
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.panel.active .panel-heading {
    background-color: rgba(0, 0, 0, 0);
    border-top-right-radius: 5px;
    border-top-left-radius: 5px
}

.panel.active .panel-title a:before {
    color: #a7c4ff;
    transform: rotate(-180deg)
}

.panel-inverse {
    border-color: #fff
}

.panel-inverse>.panel-heading {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff
}

.panel-inverse>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #fff
}

.panel-inverse>.panel-heading .badge {
    color: rgba(0, 0, 0, 0);
    background-color: #fff
}

.panel-inverse>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #fff
}

.panel-inverse>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: rgba(0, 0, 0, 0)
}

.panel.panel-inverse {
    background-color: rgba(0, 0, 0, 0)
}

.panel.panel-inverse .panel-title a:before {
    color: #525f76
}

.panel.panel-inverse .panel-title a:hover:before {
    color: #F3F7FF
}

.panel.panel-inverse.active {
    background-color: rgba(255, 255, 255, 0.2)
}

.panel.panel-inverse.active .panel-heading {
    background-color: rgba(0, 0, 0, 0)
}

.panel.panel-inverse.active .panel-title a:before {
    color: #F3F7FF
}

.table-unbordered {
    border: 1px solid transparent
}

.table-unbordered>thead>tr>th,
.table-unbordered>thead>tr>td,
.table-unbordered>tbody>tr>th,
.table-unbordered>tbody>tr>td,
.table-unbordered>tfoot>tr>th,
.table-unbordered>tfoot>tr>td {
    border: 1px solid transparent
}

/*!
 * Font Awesome Pro 5.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

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

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-ul>li {
    position: relative
}

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

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

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

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

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

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

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

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

    100% {
        transform: rotate(360deg)
    }
}

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

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

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

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

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

.fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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 {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em
}

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

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

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

.fa-inverse {
    color: #fff
}

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

.fa-abacus:before {
    content: "\f640"
}

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

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

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

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

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

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

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

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

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

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

.fa-alarm-clock:before {
    content: "\f34e"
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-analytics:before {
    content: "\f643"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-arrow-alt-from-bottom:before {
    content: "\f346"
}

.fa-arrow-alt-from-left:before {
    content: "\f347"
}

.fa-arrow-alt-from-right:before {
    content: "\f348"
}

.fa-arrow-alt-from-top:before {
    content: "\f349"
}

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

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

.fa-arrow-alt-square-down:before {
    content: "\f350"
}

.fa-arrow-alt-square-left:before {
    content: "\f351"
}

.fa-arrow-alt-square-right:before {
    content: "\f352"
}

.fa-arrow-alt-square-up:before {
    content: "\f353"
}

.fa-arrow-alt-to-bottom:before {
    content: "\f34a"
}

.fa-arrow-alt-to-left:before {
    content: "\f34b"
}

.fa-arrow-alt-to-right:before {
    content: "\f34c"
}

.fa-arrow-alt-to-top:before {
    content: "\f34d"
}

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

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

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

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

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

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

.fa-arrow-from-bottom:before {
    content: "\f342"
}

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

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

.fa-arrow-from-top:before {
    content: "\f345"
}

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

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

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

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

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

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

.fa-arrow-to-bottom:before {
    content: "\f33d"
}

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

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

.fa-arrow-to-top:before {
    content: "\f341"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-atom-alt:before {
    content: "\f5d3"
}

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

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

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

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

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

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

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

.fa-backpack:before {
    content: "\f5d4"
}

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

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

.fa-badge:before {
    content: "\f335"
}

.fa-badge-check:before {
    content: "\f336"
}

.fa-badge-dollar:before {
    content: "\f645"
}

.fa-badge-percent:before {
    content: "\f646"
}

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

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

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

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

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

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

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

.fa-barcode-alt:before {
    content: "\f463"
}

.fa-barcode-read:before {
    content: "\f464"
}

.fa-barcode-scan:before {
    content: "\f465"
}

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

.fa-baseball:before {
    content: "\f432"
}

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

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

.fa-basketball-hoop:before {
    content: "\f435"
}

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

.fa-battery-bolt:before {
    content: "\f376"
}

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

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

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

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

.fa-battery-slash:before {
    content: "\f377"
}

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

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

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

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

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

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

.fa-bell-school:before {
    content: "\f5d5"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-blanket:before {
    content: "\f498"
}

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

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

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

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

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

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

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

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

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

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

.fa-bone-break:before {
    content: "\f5d8"
}

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

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

.fa-book-alt:before {
    content: "\f5d9"
}

.fa-book-heart:before {
    content: "\f499"
}

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

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

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

.fa-books:before {
    content: "\f5db"
}

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

.fa-bowling-pins:before {
    content: "\f437"
}

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

.fa-box-alt:before {
    content: "\f49a"
}

.fa-box-check:before {
    content: "\f467"
}

.fa-box-fragile:before {
    content: "\f49b"
}

.fa-box-full:before {
    content: "\f49c"
}

.fa-box-heart:before {
    content: "\f49d"
}

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

.fa-box-up:before {
    content: "\f49f"
}

.fa-box-usd:before {
    content: "\f4a0"
}

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

.fa-boxes-alt:before {
    content: "\f4a1"
}

.fa-boxing-glove:before {
    content: "\f438"
}

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

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

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

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

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

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

.fa-browser:before {
    content: "\f37e"
}

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

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

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

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

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

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

.fa-bullseye-arrow:before {
    content: "\f648"
}

.fa-bullseye-pointer:before {
    content: "\f649"
}

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

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

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

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

.fa-bus-school:before {
    content: "\f5dd"
}

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

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

.fa-cabinet-filing:before {
    content: "\f64b"
}

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

.fa-calculator-alt:before {
    content: "\f64c"
}

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

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

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

.fa-calendar-edit:before {
    content: "\f333"
}

.fa-calendar-exclamation:before {
    content: "\f334"
}

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

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

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

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

.fa-camera-alt:before {
    content: "\f332"
}

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

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

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

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

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

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

.fa-car-bump:before {
    content: "\f5e0"
}

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

.fa-car-garage:before {
    content: "\f5e2"
}

.fa-car-mechanic:before {
    content: "\f5e3"
}

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

.fa-car-tilt:before {
    content: "\f5e5"
}

.fa-car-wash:before {
    content: "\f5e6"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-chess-bishop-alt:before {
    content: "\f43b"
}

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

.fa-chess-clock:before {
    content: "\f43d"
}

.fa-chess-clock-alt:before {
    content: "\f43e"
}

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

.fa-chess-king-alt:before {
    content: "\f440"
}

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

.fa-chess-knight-alt:before {
    content: "\f442"
}

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

.fa-chess-pawn-alt:before {
    content: "\f444"
}

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

.fa-chess-queen-alt:before {
    content: "\f446"
}

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

.fa-chess-rook-alt:before {
    content: "\f448"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clipboard-prescription:before {
    content: "\f5e8"
}

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

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

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

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

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

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

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

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

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

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

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

.fa-club:before {
    content: "\f327"
}

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

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

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

.fa-code-commit:before {
    content: "\f386"
}

.fa-code-merge:before {
    content: "\f387"
}

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

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

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

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

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

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

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

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

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

.fa-comment-alt-check:before {
    content: "\f4a2"
}

.fa-comment-alt-dollar:before {
    content: "\f650"
}

.fa-comment-alt-dots:before {
    content: "\f4a3"
}

.fa-comment-alt-edit:before {
    content: "\f4a4"
}

.fa-comment-alt-exclamation:before {
    content: "\f4a5"
}

.fa-comment-alt-lines:before {
    content: "\f4a6"
}

.fa-comment-alt-minus:before {
    content: "\f4a7"
}

.fa-comment-alt-plus:before {
    content: "\f4a8"
}

.fa-comment-alt-slash:before {
    content: "\f4a9"
}

.fa-comment-alt-smile:before {
    content: "\f4aa"
}

.fa-comment-alt-times:before {
    content: "\f4ab"
}

.fa-comment-check:before {
    content: "\f4ac"
}

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

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

.fa-comment-edit:before {
    content: "\f4ae"
}

.fa-comment-exclamation:before {
    content: "\f4af"
}

.fa-comment-lines:before {
    content: "\f4b0"
}

.fa-comment-minus:before {
    content: "\f4b1"
}

.fa-comment-plus:before {
    content: "\f4b2"
}

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

.fa-comment-smile:before {
    content: "\f4b4"
}

.fa-comment-times:before {
    content: "\f4b5"
}

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

.fa-comments-alt:before {
    content: "\f4b6"
}

.fa-comments-alt-dollar:before {
    content: "\f652"
}

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

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

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

.fa-compass-slash:before {
    content: "\f5e9"
}

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

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

.fa-compress-wide:before {
    content: "\f326"
}

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

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

.fa-container-storage:before {
    content: "\f4b7"
}

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

.fa-conveyor-belt:before {
    content: "\f46e"
}

.fa-conveyor-belt-alt:before {
    content: "\f46f"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-cricket:before {
    content: "\f449"
}

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

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

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

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

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

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

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

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

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

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

.fa-curling:before {
    content: "\f44a"
}

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

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

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

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

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

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

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

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

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

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

.fa-desktop-alt:before {
    content: "\f390"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-diploma:before {
    content: "\f5ea"
}

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

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

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

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

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

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

.fa-do-not-enter:before {
    content: "\f5ec"
}

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

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

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

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

.fa-dolly-empty:before {
    content: "\f473"
}

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

.fa-dolly-flatbed-alt:before {
    content: "\f475"
}

.fa-dolly-flatbed-empty:before {
    content: "\f476"
}

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

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

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

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

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

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

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

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

.fa-draw-circle:before {
    content: "\f5ed"
}

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

.fa-draw-square:before {
    content: "\f5ef"
}

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

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

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

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

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

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

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

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

.fa-ear:before {
    content: "\f5f0"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-empty-set:before {
    content: "\f656"
}

.fa-engine-warning:before {
    content: "\f5f2"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-exclamation-square:before {
    content: "\f321"
}

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

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

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

.fa-expand-arrows:before {
    content: "\f31d"
}

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

.fa-expand-wide:before {
    content: "\f320"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-field-hockey:before {
    content: "\f44c"
}

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

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

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

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

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

.fa-file-certificate:before {
    content: "\f5f3"
}

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

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

.fa-file-check:before {
    content: "\f316"
}

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

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

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

.fa-file-edit:before {
    content: "\f31c"
}

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

.fa-file-exclamation:before {
    content: "\f31a"
}

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

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

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

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

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

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

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

.fa-file-minus:before {
    content: "\f318"
}

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

.fa-file-plus:before {
    content: "\f319"
}

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

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

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

.fa-file-spreadsheet:before {
    content: "\f65b"
}

.fa-file-times:before {
    content: "\f317"
}

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

.fa-file-user:before {
    content: "\f65c"
}

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

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

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

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

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

.fa-film-alt:before {
    content: "\f3a0"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-folder-times:before {
    content: "\f65f"
}

.fa-folders:before {
    content: "\f660"
}

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

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

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

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

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

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

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

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

.fa-football-helmet:before {
    content: "\f44f"
}

.fa-forklift:before {
    content: "\f47a"
}

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

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

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

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

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

.fa-fragile:before {
    content: "\f4bb"
}

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

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

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

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

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

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

.fa-function:before {
    content: "\f661"
}

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

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

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

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

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

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

.fa-gas-pump-slash:before {
    content: "\f5f4"
}

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

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

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

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

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

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

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

.fa-gift-card:before {
    content: "\f663"
}

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

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

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

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

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

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

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

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

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

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

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

.fa-glasses-alt:before {
    content: "\f5f5"
}

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

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

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

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

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

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

.fa-globe-stand:before {
    content: "\f5f6"
}

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

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

.fa-golf-club:before {
    content: "\f451"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-h1:before {
    content: "\f313"
}

.fa-h2:before {
    content: "\f314"
}

.fa-h3:before {
    content: "\f315"
}

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

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

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

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

.fa-hand-heart:before {
    content: "\f4bc"
}

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

.fa-hand-holding-box:before {
    content: "\f47b"
}

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

.fa-hand-holding-seedling:before {
    content: "\f4bf"
}

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

.fa-hand-holding-water:before {
    content: "\f4c1"
}

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

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

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

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

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

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

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

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

.fa-hand-receiving:before {
    content: "\f47c"
}

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

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

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

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

.fa-hands-heart:before {
    content: "\f4c3"
}

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

.fa-hands-usd:before {
    content: "\f4c5"
}

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

.fa-handshake-alt:before {
    content: "\f4c6"
}

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

.fa-haykal:before {
    content: "\f666"
}

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

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

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

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

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

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

.fa-heart-circle:before {
    content: "\f4c7"
}

.fa-heart-rate:before {
    content: "\f5f8"
}

.fa-heart-square:before {
    content: "\f4c8"
}

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

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

.fa-hexagon:before {
    content: "\f312"
}

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

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

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

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

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

.fa-hockey-sticks:before {
    content: "\f454"
}

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

.fa-home-heart:before {
    content: "\f4c9"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inbox-in:before {
    content: "\f310"
}

.fa-inbox-out:before {
    content: "\f311"
}

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

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

.fa-industry-alt:before {
    content: "\f3b3"
}

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

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

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

.fa-info-square:before {
    content: "\f30f"
}

.fa-inhaler:before {
    content: "\f5f9"
}

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

.fa-integral:before {
    content: "\f667"
}

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

.fa-intersection:before {
    content: "\f668"
}

.fa-inventory:before {
    content: "\f480"
}

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

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

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

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

.fa-jack-o-lantern:before {
    content: "\f30e"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-keynote:before {
    content: "\f66c"
}

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

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

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

.fa-kidneys:before {
    content: "\f5fb"
}

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

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

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

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

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

.fa-lambda:before {
    content: "\f66e"
}

.fa-lamp:before {
    content: "\f4ca"
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-layer-minus:before {
    content: "\f5fe"
}

.fa-layer-plus:before {
    content: "\f5ff"
}

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

.fa-leaf-heart:before {
    content: "\f4cb"
}

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

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

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

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

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

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

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

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

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

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

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

.fa-lightbulb-dollar:before {
    content: "\f670"
}

.fa-lightbulb-exclamation:before {
    content: "\f671"
}

.fa-lightbulb-on:before {
    content: "\f672"
}

.fa-lightbulb-slash:before {
    content: "\f673"
}

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

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

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

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

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

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

.fa-lips:before {
    content: "\f600"
}

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

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

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

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

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

.fa-location:before {
    content: "\f601"
}

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

.fa-location-circle:before {
    content: "\f602"
}

.fa-location-slash:before {
    content: "\f603"
}

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

.fa-lock-alt:before {
    content: "\f30d"
}

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

.fa-lock-open-alt:before {
    content: "\f3c2"
}

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

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

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

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

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

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

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

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

.fa-loveseat:before {
    content: "\f4cc"
}

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

.fa-luchador:before {
    content: "\f455"
}

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

.fa-lungs:before {
    content: "\f604"
}

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

.fa-magento:before {
    content: "\f3c4"
}

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

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

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailchimp:before {
    content: "\f59e"
}

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

.fa-mandalorian:before {
    content: "\f50f"
}

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

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

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

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

.fa-map-marker-alt-slash:before {
    content: "\f605"
}

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

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

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

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

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

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

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

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

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

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

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

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

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

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

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

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

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

.fa-mastodon:before {
    content: "\f4f6"
}

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

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

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

.fa-medium-m:before {
    content: "\f3c7"
}

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

.fa-medrt:before {
    content: "\f3c8"
}

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

.fa-megaphone:before {
    content: "\f675"
}

.fa-megaport:before {
    content: "\f5a3"
}

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

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-menorah:before {
    content: "\f676"
}

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

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

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

.fa-microphone-alt:before {
    content: "\f3c9"
}

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

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

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-mind-share:before {
    content: "\f677"
}

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

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

.fa-minus-hexagon:before {
    content: "\f307"
}

.fa-minus-octagon:before {
    content: "\f308"
}

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

.fa-mix:before {
    content: "\f3cb"
}

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

.fa-mizuni:before {
    content: "\f3cc"
}

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

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-mobile-android:before {
    content: "\f3ce"
}

.fa-mobile-android-alt:before {
    content: "\f3cf"
}

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

.fa-monero:before {
    content: "\f3d0"
}

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

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monitor-heart-rate:before {
    content: "\f611"
}

.fa-monument:before {
    content: "\f5a6"
}

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

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

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

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

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

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

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

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

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-nintendo-switch:before {
    content: "\f418"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

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

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

.fa-octagon:before {
    content: "\f306"
}

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

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

.fa-oil-can:before {
    content: "\f613"
}

.fa-oil-temp:before {
    content: "\f614"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-omega:before {
    content: "\f67a"
}

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

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

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

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

.fa-osi:before {
    content: "\f41a"
}

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

.fa-page4:before {
    content: "\f3d7"
}

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

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

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

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-pallet-alt:before {
    content: "\f483"
}

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

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

.fa-parachute-box:before {
    content: "\f4cd"
}

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

.fa-parking:before {
    content: "\f540"
}

.fa-parking-circle:before {
    content: "\f615"
}

.fa-parking-circle-slash:before {
    content: "\f616"
}

.fa-parking-slash:before {
    content: "\f617"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

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

.fa-patreon:before {
    content: "\f3d9"
}

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

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

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

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

.fa-peace:before {
    content: "\f67c"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

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

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

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-paintbrush:before {
    content: "\f618"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-pennant:before {
    content: "\f456"
}

.fa-people-carry:before {
    content: "\f4ce"
}

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

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-person-carry:before {
    content: "\f4cf"
}

.fa-person-dolly:before {
    content: "\f4d0"
}

.fa-person-dolly-empty:before {
    content: "\f4d1"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

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

.fa-phone-office:before {
    content: "\f67d"
}

.fa-phone-plus:before {
    content: "\f4d2"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

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

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

.fa-php:before {
    content: "\f457"
}

.fa-pi:before {
    content: "\f67e"
}

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

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-alt:before {
    content: "\f3de"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-hexagon:before {
    content: "\f300"
}

.fa-plus-octagon:before {
    content: "\f301"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-podium:before {
    content: "\f680"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-presentation:before {
    content: "\f685"
}

.fa-print:before {
    content: "\f02f"
}

.fa-print-slash:before {
    content: "\f686"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-question-square:before {
    content: "\f2fd"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-racquet:before {
    content: "\f45a"
}

.fa-ramp-loading:before {
    content: "\f4d4"
}

.fa-random:before {
    content: "\f074"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-rectangle-landscape:before {
    content: "\f2fa"
}

.fa-rectangle-portrait:before {
    content: "\f2fb"
}

.fa-rectangle-wide:before {
    content: "\f2fc"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-rendact:before {
    content: "\f3e4"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-repeat:before {
    content: "\f363"
}

.fa-repeat-1:before {
    content: "\f365"
}

.fa-repeat-1-alt:before {
    content: "\f366"
}

.fa-repeat-alt:before {
    content: "\f364"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-retweet-alt:before {
    content: "\f361"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-route-highway:before {
    content: "\f61a"
}

.fa-route-interstate:before {
    content: "\f61b"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-triangle:before {
    content: "\f61c"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-scalpel:before {
    content: "\f61d"
}

.fa-scalpel-path:before {
    content: "\f61e"
}

.fa-scanner:before {
    content: "\f488"
}

.fa-scanner-keyboard:before {
    content: "\f489"
}

.fa-scanner-touchscreen:before {
    content: "\f48a"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scrubber:before {
    content: "\f2f8"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-all:before {
    content: "\f367"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield:before {
    content: "\f132"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-shield-check:before {
    content: "\f2f7"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shipping-timed:before {
    content: "\f48c"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shredder:before {
    content: "\f68a"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-shuttlecock:before {
    content: "\f45b"
}

.fa-sigma:before {
    content: "\f68b"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signal-1:before {
    content: "\f68c"
}

.fa-signal-2:before {
    content: "\f68d"
}

.fa-signal-3:before {
    content: "\f68e"
}

.fa-signal-4:before {
    content: "\f68f"
}

.fa-signal-alt:before {
    content: "\f690"
}

.fa-signal-alt-1:before {
    content: "\f691"
}

.fa-signal-alt-2:before {
    content: "\f692"
}

.fa-signal-alt-3:before {
    content: "\f693"
}

.fa-signal-alt-slash:before {
    content: "\f694"
}

.fa-signal-slash:before {
    content: "\f695"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skeleton:before {
    content: "\f620"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-sliders-h-square:before {
    content: "\f3f0"
}

.fa-sliders-v:before {
    content: "\f3f1"
}

.fa-sliders-v-square:before {
    content: "\f3f2"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-plus:before {
    content: "\f5b9"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-spade:before {
    content: "\f2f4"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-spinner-third:before {
    content: "\f3f4"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root:before {
    content: "\f697"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-exclamation:before {
    content: "\f2f3"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-steering-wheel:before {
    content: "\f622"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stomach:before {
    content: "\f623"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablet-android:before {
    content: "\f3fb"
}

.fa-tablet-android-alt:before {
    content: "\f3fc"
}

.fa-tablet-rugged:before {
    content: "\f48f"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer:before {
    content: "\f0e4"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tachometer-alt-average:before {
    content: "\f624"
}

.fa-tachometer-alt-fast:before {
    content: "\f625"
}

.fa-tachometer-alt-fastest:before {
    content: "\f626"
}

.fa-tachometer-alt-slow:before {
    content: "\f627"
}

.fa-tachometer-alt-slowest:before {
    content: "\f628"
}

.fa-tachometer-average:before {
    content: "\f629"
}

.fa-tachometer-fast:before {
    content: "\f62a"
}

.fa-tachometer-fastest:before {
    content: "\f62b"
}

.fa-tachometer-slow:before {
    content: "\f62c"
}

.fa-tachometer-slowest:before {
    content: "\f62d"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tally:before {
    content: "\f69c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-tennis-ball:before {
    content: "\f45e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-theta:before {
    content: "\f69e"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-tilde:before {
    content: "\f69f"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-times-hexagon:before {
    content: "\f2ee"
}

.fa-times-octagon:before {
    content: "\f2f0"
}

.fa-times-square:before {
    content: "\f2d3"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tire:before {
    content: "\f631"
}

.fa-tire-flat:before {
    content: "\f632"
}

.fa-tire-pressure-warning:before {
    content: "\f633"
}

.fa-tire-rugged:before {
    content: "\f634"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-toothbrush:before {
    content: "\f635"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-cone:before {
    content: "\f636"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-traffic-light-go:before {
    content: "\f638"
}

.fa-traffic-light-slow:before {
    content: "\f639"
}

.fa-traffic-light-stop:before {
    content: "\f63a"
}

.fa-train:before {
    content: "\f238"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-tree-alt:before {
    content: "\f400"
}

.fa-trello:before {
    content: "\f181"
}

.fa-triangle:before {
    content: "\f2ec"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-trophy-alt:before {
    content: "\f2eb"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-container:before {
    content: "\f4dc"
}

.fa-truck-couch:before {
    content: "\f4dd"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-truck-ramp:before {
    content: "\f4e0"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-tv-retro:before {
    content: "\f401"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-union:before {
    content: "\f6a2"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-usb:before {
    content: "\f287"
}

.fa-usd-circle:before {
    content: "\f2e8"
}

.fa-usd-square:before {
    content: "\f2e9"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-chart:before {
    content: "\f6a3"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-crown:before {
    content: "\f6a4"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-class:before {
    content: "\f63d"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-users-crown:before {
    content: "\f6a5"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-fork:before {
    content: "\f2e3"
}

.fa-utensil-knife:before {
    content: "\f2e4"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-utensils-alt:before {
    content: "\f2e6"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-value-absolute:before {
    content: "\f6a6"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-plus:before {
    content: "\f4e1"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume:before {
    content: "\f6a8"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-mute:before {
    content: "\f6a9"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-slash:before {
    content: "\f2e2"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-warehouse-alt:before {
    content: "\f495"
}

.fa-watch:before {
    content: "\f2e1"
}

.fa-watch-fitness:before {
    content: "\f63e"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whistle:before {
    content: "\f460"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wifi-1:before {
    content: "\f6aa"
}

.fa-wifi-2:before {
    content: "\f6ab"
}

.fa-wifi-slash:before {
    content: "\f6ac"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-window:before {
    content: "\f40e"
}

.fa-window-alt:before {
    content: "\f40f"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

/*!
 * Font Awesome Pro 5.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/FA/fa-regular-400.eot");
    src: url("../fonts/FA/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/FA/fa-regular-400.woff2") format("woff2"), url("../fonts/FA/fa-regular-400.woff") format("woff"), url("../fonts/FA/fa-regular-400.ttf") format("truetype"), url("../fonts/FA/fa-regular-400.svg#fontawesome") format("svg");
    font-display: swap
}

.far {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400
}

/*!
 * Font Awesome Pro 5.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/FA/fa-solid-900.eot");
    src: url("../fonts/FA/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/FA/fa-solid-900.woff2") format("woff2"), url("../fonts/FA/fa-solid-900.woff") format("woff"), url("../fonts/FA/fa-solid-900.ttf") format("truetype"), url("../fonts/FA/fa-solid-900.svg#fontawesome") format("svg");
    font-display: swap
}

.fa,
.fas {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900
}

/*!
 * Font Awesome Pro 5.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/FA/fa-brands-400.eot");
    src: url("../fonts/FA/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/FA/fa-brands-400.woff2") format("woff2"), url("../fonts/FA/fa-brands-400.woff") format("woff"), url("../fonts/FA/fa-brands-400.ttf") format("truetype"), url("../fonts/FA/fa-brands-400.svg#fontawesome") format("svg");
    font-display: swap
}

.fab {
    font-family: 'Font Awesome 5 Brands'
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url("../img/ajax-loader.gif") center center no-repeat
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 30px;
    width: 30px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    text-align: center;
    bottom: 15px;
    padding: 0;
    border: none;
    outline: none
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .15
}

.slick-prev:before,
.slick-next:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 30px;
    line-height: 1;
    color: #525f76;
    opacity: .85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: 0
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: 0
}

.slick-prev:before {
    content: "\f0a8"
}

[dir="rtl"] .slick-prev:before {
    content: "\f0a9"
}

.slick-next {
    left: 45px
}

[dir="rtl"] .slick-next {
    left: auto;
    right: 45px
}

.slick-next:before {
    content: "\f0a9"
}

[dir="rtl"] .slick-next:before {
    content: "\f0a8"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 2px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\f111";
    width: 20px;
    height: 20px;
    font-family: "Font Awesome 5 Pro";
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    color: #363f4d;
    opacity: .15;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #fd7148;
    opacity: .85
}

.slick-slider-wrapper {
    margin-left: -15px;
    margin-right: -15px
}

.slick-slider-wrapper>.slick-slider:not(.slick-initialized) {
    display: none
}

.slick-slider-wrapper .slick-initialized {
    display: block
}

.slick-slider-wrapper .slick-initialized .slick-track {
    display: -ms-flexbox;
    display: flex
}

.slick-slider-wrapper .slick-initialized .slick-track .slick-slide {
    display: -ms-flexbox;
    display: flex;
    height: auto
}

.slick-slider-wrapper .slick-slide {
    padding: 15px
}

.slick-slider-wrapper .slick-slide .post-thumbnail {
    margin: 0
}

.intl-tel-input {
    position: relative;
    display: inline-block
}

.intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.intl-tel-input .hide {
    display: none
}

.intl-tel-input .v-hide {
    visibility: hidden
}

.intl-tel-input input,
.intl-tel-input input[type=text],
.intl-tel-input input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0
}

.intl-tel-input .flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px
}

.intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: 36px;
    height: 100%;
    padding: 0 0 0 8px
}

.intl-tel-input .selected-flag .iti-flag {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto
}

.intl-tel-input .selected-flag .iti-arrow {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555
}

.intl-tel-input .selected-flag .iti-arrow.up {
    border-top: none;
    border-bottom: 4px solid #555
}

.intl-tel-input .country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll
}

.intl-tel-input .country-list.dropup {
    bottom: 100%;
    margin-bottom: -1px
}

.intl-tel-input .country-list .flag-box {
    display: inline-block;
    width: 20px
}

@media (max-width: 500px) {
    .intl-tel-input .country-list {
        white-space: normal
    }
}

.intl-tel-input .country-list .divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC
}

.intl-tel-input .country-list .country {
    padding: 5px 10px
}

.intl-tel-input .country-list .country .dial-code {
    color: #999
}

.intl-tel-input .country-list .country.highlight {
    background-color: rgba(0, 0, 0, 0.05)
}

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code {
    vertical-align: middle
}

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name {
    margin-right: 6px
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.allow-dropdown input[type=tel],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type=text],
.intl-tel-input.separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0
}

.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 0
}

.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
    width: 46px
}

.intl-tel-input.allow-dropdown .flag-container:hover {
    cursor: pointer
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background-color: rgba(0, 0, 0, 0.05)
}

.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover {
    cursor: default
}

.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover .selected-flag,
.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover .selected-flag {
    background-color: transparent
}

.intl-tel-input.separate-dial-code .selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
    display: table
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding-left: 28px
}

.intl-tel-input.separate-dial-code.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
    padding-left: 66px
}

.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
    width: 60px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
    padding-left: 76px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
    width: 70px
}

.intl-tel-input.separate-dial-code.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
    padding-left: 74px
}

.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
    width: 68px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
    padding-left: 84px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    width: 78px
}

.intl-tel-input.separate-dial-code.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
    padding-left: 82px
}

.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
    width: 76px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
    padding-left: 92px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
    width: 86px
}

.intl-tel-input.separate-dial-code.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
    padding-left: 90px
}

.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
    width: 84px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
    padding-left: 100px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
    width: 94px
}

.intl-tel-input.iti-container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px
}

.intl-tel-input.iti-container:hover {
    cursor: pointer
}

.iti-mobile .intl-tel-input.iti-container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed
}

.iti-mobile .intl-tel-input .country-list {
    max-height: 100%;
    width: 100%
}

.iti-mobile .intl-tel-input .country-list .country {
    padding: 10px 10px;
    line-height: 1.5em
}

.iti-flag {
    width: 20px
}

.iti-flag.be {
    width: 18px
}

.iti-flag.ch {
    width: 15px
}

.iti-flag.mc {
    width: 19px
}

.iti-flag.ne {
    width: 18px
}

.iti-flag.np {
    width: 13px
}

.iti-flag.va {
    width: 15px
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    .iti-flag {
        background-size: 5630px 15px
    }
}

.iti-flag.ac {
    height: 10px;
    background-position: 0px 0px
}

.iti-flag.ad {
    height: 14px;
    background-position: -22px 0px
}

.iti-flag.ae {
    height: 10px;
    background-position: -44px 0px
}

.iti-flag.af {
    height: 14px;
    background-position: -66px 0px
}

.iti-flag.ag {
    height: 14px;
    background-position: -88px 0px
}

.iti-flag.ai {
    height: 10px;
    background-position: -110px 0px
}

.iti-flag.al {
    height: 15px;
    background-position: -132px 0px
}

.iti-flag.am {
    height: 10px;
    background-position: -154px 0px
}

.iti-flag.ao {
    height: 14px;
    background-position: -176px 0px
}

.iti-flag.aq {
    height: 14px;
    background-position: -198px 0px
}

.iti-flag.ar {
    height: 13px;
    background-position: -220px 0px
}

.iti-flag.as {
    height: 10px;
    background-position: -242px 0px
}

.iti-flag.at {
    height: 14px;
    background-position: -264px 0px
}

.iti-flag.au {
    height: 10px;
    background-position: -286px 0px
}

.iti-flag.aw {
    height: 14px;
    background-position: -308px 0px
}

.iti-flag.ax {
    height: 13px;
    background-position: -330px 0px
}

.iti-flag.az {
    height: 10px;
    background-position: -352px 0px
}

.iti-flag.ba {
    height: 10px;
    background-position: -374px 0px
}

.iti-flag.bb {
    height: 14px;
    background-position: -396px 0px
}

.iti-flag.bd {
    height: 12px;
    background-position: -418px 0px
}

.iti-flag.be {
    height: 15px;
    background-position: -440px 0px
}

.iti-flag.bf {
    height: 14px;
    background-position: -460px 0px
}

.iti-flag.bg {
    height: 12px;
    background-position: -482px 0px
}

.iti-flag.bh {
    height: 12px;
    background-position: -504px 0px
}

.iti-flag.bi {
    height: 12px;
    background-position: -526px 0px
}

.iti-flag.bj {
    height: 14px;
    background-position: -548px 0px
}

.iti-flag.bl {
    height: 14px;
    background-position: -570px 0px
}

.iti-flag.bm {
    height: 10px;
    background-position: -592px 0px
}

.iti-flag.bn {
    height: 10px;
    background-position: -614px 0px
}

.iti-flag.bo {
    height: 14px;
    background-position: -636px 0px
}

.iti-flag.bq {
    height: 14px;
    background-position: -658px 0px
}

.iti-flag.br {
    height: 14px;
    background-position: -680px 0px
}

.iti-flag.bs {
    height: 10px;
    background-position: -702px 0px
}

.iti-flag.bt {
    height: 14px;
    background-position: -724px 0px
}

.iti-flag.bv {
    height: 15px;
    background-position: -746px 0px
}

.iti-flag.bw {
    height: 14px;
    background-position: -768px 0px
}

.iti-flag.by {
    height: 10px;
    background-position: -790px 0px
}

.iti-flag.bz {
    height: 14px;
    background-position: -812px 0px
}

.iti-flag.ca {
    height: 10px;
    background-position: -834px 0px
}

.iti-flag.cc {
    height: 10px;
    background-position: -856px 0px
}

.iti-flag.cd {
    height: 15px;
    background-position: -878px 0px
}

.iti-flag.cf {
    height: 14px;
    background-position: -900px 0px
}

.iti-flag.cg {
    height: 14px;
    background-position: -922px 0px
}

.iti-flag.ch {
    height: 15px;
    background-position: -944px 0px
}

.iti-flag.ci {
    height: 14px;
    background-position: -961px 0px
}

.iti-flag.ck {
    height: 10px;
    background-position: -983px 0px
}

.iti-flag.cl {
    height: 14px;
    background-position: -1005px 0px
}

.iti-flag.cm {
    height: 14px;
    background-position: -1027px 0px
}

.iti-flag.cn {
    height: 14px;
    background-position: -1049px 0px
}

.iti-flag.co {
    height: 14px;
    background-position: -1071px 0px
}

.iti-flag.cp {
    height: 14px;
    background-position: -1093px 0px
}

.iti-flag.cr {
    height: 12px;
    background-position: -1115px 0px
}

.iti-flag.cu {
    height: 10px;
    background-position: -1137px 0px
}

.iti-flag.cv {
    height: 12px;
    background-position: -1159px 0px
}

.iti-flag.cw {
    height: 14px;
    background-position: -1181px 0px
}

.iti-flag.cx {
    height: 10px;
    background-position: -1203px 0px
}

.iti-flag.cy {
    height: 13px;
    background-position: -1225px 0px
}

.iti-flag.cz {
    height: 14px;
    background-position: -1247px 0px
}

.iti-flag.de {
    height: 12px;
    background-position: -1269px 0px
}

.iti-flag.dg {
    height: 10px;
    background-position: -1291px 0px
}

.iti-flag.dj {
    height: 14px;
    background-position: -1313px 0px
}

.iti-flag.dk {
    height: 15px;
    background-position: -1335px 0px
}

.iti-flag.dm {
    height: 10px;
    background-position: -1357px 0px
}

.iti-flag.do {
    height: 13px;
    background-position: -1379px 0px
}

.iti-flag.dz {
    height: 14px;
    background-position: -1401px 0px
}

.iti-flag.ea {
    height: 14px;
    background-position: -1423px 0px
}

.iti-flag.ec {
    height: 14px;
    background-position: -1445px 0px
}

.iti-flag.ee {
    height: 13px;
    background-position: -1467px 0px
}

.iti-flag.eg {
    height: 14px;
    background-position: -1489px 0px
}

.iti-flag.eh {
    height: 10px;
    background-position: -1511px 0px
}

.iti-flag.er {
    height: 10px;
    background-position: -1533px 0px
}

.iti-flag.es {
    height: 14px;
    background-position: -1555px 0px
}

.iti-flag.et {
    height: 10px;
    background-position: -1577px 0px
}

.iti-flag.eu {
    height: 14px;
    background-position: -1599px 0px
}

.iti-flag.fi {
    height: 12px;
    background-position: -1621px 0px
}

.iti-flag.fj {
    height: 10px;
    background-position: -1643px 0px
}

.iti-flag.fk {
    height: 10px;
    background-position: -1665px 0px
}

.iti-flag.fm {
    height: 11px;
    background-position: -1687px 0px
}

.iti-flag.fo {
    height: 15px;
    background-position: -1709px 0px
}

.iti-flag.fr {
    height: 14px;
    background-position: -1731px 0px
}

.iti-flag.ga {
    height: 15px;
    background-position: -1753px 0px
}

.iti-flag.gb {
    height: 10px;
    background-position: -1775px 0px
}

.iti-flag.gd {
    height: 12px;
    background-position: -1797px 0px
}

.iti-flag.ge {
    height: 14px;
    background-position: -1819px 0px
}

.iti-flag.gf {
    height: 14px;
    background-position: -1841px 0px
}

.iti-flag.gg {
    height: 14px;
    background-position: -1863px 0px
}

.iti-flag.gh {
    height: 14px;
    background-position: -1885px 0px
}

.iti-flag.gi {
    height: 10px;
    background-position: -1907px 0px
}

.iti-flag.gl {
    height: 14px;
    background-position: -1929px 0px
}

.iti-flag.gm {
    height: 14px;
    background-position: -1951px 0px
}

.iti-flag.gn {
    height: 14px;
    background-position: -1973px 0px
}

.iti-flag.gp {
    height: 14px;
    background-position: -1995px 0px
}

.iti-flag.gq {
    height: 14px;
    background-position: -2017px 0px
}

.iti-flag.gr {
    height: 14px;
    background-position: -2039px 0px
}

.iti-flag.gs {
    height: 10px;
    background-position: -2061px 0px
}

.iti-flag.gt {
    height: 13px;
    background-position: -2083px 0px
}

.iti-flag.gu {
    height: 11px;
    background-position: -2105px 0px
}

.iti-flag.gw {
    height: 10px;
    background-position: -2127px 0px
}

.iti-flag.gy {
    height: 12px;
    background-position: -2149px 0px
}

.iti-flag.hk {
    height: 14px;
    background-position: -2171px 0px
}

.iti-flag.hm {
    height: 10px;
    background-position: -2193px 0px
}

.iti-flag.hn {
    height: 10px;
    background-position: -2215px 0px
}

.iti-flag.hr {
    height: 10px;
    background-position: -2237px 0px
}

.iti-flag.ht {
    height: 12px;
    background-position: -2259px 0px
}

.iti-flag.hu {
    height: 10px;
    background-position: -2281px 0px
}

.iti-flag.ic {
    height: 14px;
    background-position: -2303px 0px
}

.iti-flag.id {
    height: 14px;
    background-position: -2325px 0px
}

.iti-flag.ie {
    height: 10px;
    background-position: -2347px 0px
}

.iti-flag.il {
    height: 15px;
    background-position: -2369px 0px
}

.iti-flag.im {
    height: 10px;
    background-position: -2391px 0px
}

.iti-flag.in {
    height: 14px;
    background-position: -2413px 0px
}

.iti-flag.io {
    height: 10px;
    background-position: -2435px 0px
}

.iti-flag.iq {
    height: 14px;
    background-position: -2457px 0px
}

.iti-flag.ir {
    height: 12px;
    background-position: -2479px 0px
}

.iti-flag.is {
    height: 15px;
    background-position: -2501px 0px
}

.iti-flag.it {
    height: 14px;
    background-position: -2523px 0px
}

.iti-flag.je {
    height: 12px;
    background-position: -2545px 0px
}

.iti-flag.jm {
    height: 10px;
    background-position: -2567px 0px
}

.iti-flag.jo {
    height: 10px;
    background-position: -2589px 0px
}

.iti-flag.jp {
    height: 14px;
    background-position: -2611px 0px
}

.iti-flag.ke {
    height: 14px;
    background-position: -2633px 0px
}

.iti-flag.kg {
    height: 12px;
    background-position: -2655px 0px
}

.iti-flag.kh {
    height: 13px;
    background-position: -2677px 0px
}

.iti-flag.ki {
    height: 10px;
    background-position: -2699px 0px
}

.iti-flag.km {
    height: 12px;
    background-position: -2721px 0px
}

.iti-flag.kn {
    height: 14px;
    background-position: -2743px 0px
}

.iti-flag.kp {
    height: 10px;
    background-position: -2765px 0px
}

.iti-flag.kr {
    height: 14px;
    background-position: -2787px 0px
}

.iti-flag.kw {
    height: 10px;
    background-position: -2809px 0px
}

.iti-flag.ky {
    height: 10px;
    background-position: -2831px 0px
}

.iti-flag.kz {
    height: 10px;
    background-position: -2853px 0px
}

.iti-flag.la {
    height: 14px;
    background-position: -2875px 0px
}

.iti-flag.lb {
    height: 14px;
    background-position: -2897px 0px
}

.iti-flag.lc {
    height: 10px;
    background-position: -2919px 0px
}

.iti-flag.li {
    height: 12px;
    background-position: -2941px 0px
}

.iti-flag.lk {
    height: 10px;
    background-position: -2963px 0px
}

.iti-flag.lr {
    height: 11px;
    background-position: -2985px 0px
}

.iti-flag.ls {
    height: 14px;
    background-position: -3007px 0px
}

.iti-flag.lt {
    height: 12px;
    background-position: -3029px 0px
}

.iti-flag.lu {
    height: 12px;
    background-position: -3051px 0px
}

.iti-flag.lv {
    height: 10px;
    background-position: -3073px 0px
}

.iti-flag.ly {
    height: 10px;
    background-position: -3095px 0px
}

.iti-flag.ma {
    height: 14px;
    background-position: -3117px 0px
}

.iti-flag.mc {
    height: 15px;
    background-position: -3139px 0px
}

.iti-flag.md {
    height: 10px;
    background-position: -3160px 0px
}

.iti-flag.me {
    height: 10px;
    background-position: -3182px 0px
}

.iti-flag.mf {
    height: 14px;
    background-position: -3204px 0px
}

.iti-flag.mg {
    height: 14px;
    background-position: -3226px 0px
}

.iti-flag.mh {
    height: 11px;
    background-position: -3248px 0px
}

.iti-flag.mk {
    height: 10px;
    background-position: -3270px 0px
}

.iti-flag.ml {
    height: 14px;
    background-position: -3292px 0px
}

.iti-flag.mm {
    height: 14px;
    background-position: -3314px 0px
}

.iti-flag.mn {
    height: 10px;
    background-position: -3336px 0px
}

.iti-flag.mo {
    height: 14px;
    background-position: -3358px 0px
}

.iti-flag.mp {
    height: 10px;
    background-position: -3380px 0px
}

.iti-flag.mq {
    height: 14px;
    background-position: -3402px 0px
}

.iti-flag.mr {
    height: 14px;
    background-position: -3424px 0px
}

.iti-flag.ms {
    height: 10px;
    background-position: -3446px 0px
}

.iti-flag.mt {
    height: 14px;
    background-position: -3468px 0px
}

.iti-flag.mu {
    height: 14px;
    background-position: -3490px 0px
}

.iti-flag.mv {
    height: 14px;
    background-position: -3512px 0px
}

.iti-flag.mw {
    height: 14px;
    background-position: -3534px 0px
}

.iti-flag.mx {
    height: 12px;
    background-position: -3556px 0px
}

.iti-flag.my {
    height: 10px;
    background-position: -3578px 0px
}

.iti-flag.mz {
    height: 14px;
    background-position: -3600px 0px
}

.iti-flag.na {
    height: 14px;
    background-position: -3622px 0px
}

.iti-flag.nc {
    height: 10px;
    background-position: -3644px 0px
}

.iti-flag.ne {
    height: 15px;
    background-position: -3666px 0px
}

.iti-flag.nf {
    height: 10px;
    background-position: -3686px 0px
}

.iti-flag.ng {
    height: 10px;
    background-position: -3708px 0px
}

.iti-flag.ni {
    height: 12px;
    background-position: -3730px 0px
}

.iti-flag.nl {
    height: 14px;
    background-position: -3752px 0px
}

.iti-flag.no {
    height: 15px;
    background-position: -3774px 0px
}

.iti-flag.np {
    height: 15px;
    background-position: -3796px 0px
}

.iti-flag.nr {
    height: 10px;
    background-position: -3811px 0px
}

.iti-flag.nu {
    height: 10px;
    background-position: -3833px 0px
}

.iti-flag.nz {
    height: 10px;
    background-position: -3855px 0px
}

.iti-flag.om {
    height: 10px;
    background-position: -3877px 0px
}

.iti-flag.pa {
    height: 14px;
    background-position: -3899px 0px
}

.iti-flag.pe {
    height: 14px;
    background-position: -3921px 0px
}

.iti-flag.pf {
    height: 14px;
    background-position: -3943px 0px
}

.iti-flag.pg {
    height: 15px;
    background-position: -3965px 0px
}

.iti-flag.ph {
    height: 10px;
    background-position: -3987px 0px
}

.iti-flag.pk {
    height: 14px;
    background-position: -4009px 0px
}

.iti-flag.pl {
    height: 13px;
    background-position: -4031px 0px
}

.iti-flag.pm {
    height: 14px;
    background-position: -4053px 0px
}

.iti-flag.pn {
    height: 10px;
    background-position: -4075px 0px
}

.iti-flag.pr {
    height: 14px;
    background-position: -4097px 0px
}

.iti-flag.ps {
    height: 10px;
    background-position: -4119px 0px
}

.iti-flag.pt {
    height: 14px;
    background-position: -4141px 0px
}

.iti-flag.pw {
    height: 13px;
    background-position: -4163px 0px
}

.iti-flag.py {
    height: 11px;
    background-position: -4185px 0px
}

.iti-flag.qa {
    height: 8px;
    background-position: -4207px 0px
}

.iti-flag.re {
    height: 14px;
    background-position: -4229px 0px
}

.iti-flag.ro {
    height: 14px;
    background-position: -4251px 0px
}

.iti-flag.rs {
    height: 14px;
    background-position: -4273px 0px
}

.iti-flag.ru {
    height: 14px;
    background-position: -4295px 0px
}

.iti-flag.rw {
    height: 14px;
    background-position: -4317px 0px
}

.iti-flag.sa {
    height: 14px;
    background-position: -4339px 0px
}

.iti-flag.sb {
    height: 10px;
    background-position: -4361px 0px
}

.iti-flag.sc {
    height: 10px;
    background-position: -4383px 0px
}

.iti-flag.sd {
    height: 10px;
    background-position: -4405px 0px
}

.iti-flag.se {
    height: 13px;
    background-position: -4427px 0px
}

.iti-flag.sg {
    height: 14px;
    background-position: -4449px 0px
}

.iti-flag.sh {
    height: 10px;
    background-position: -4471px 0px
}

.iti-flag.si {
    height: 10px;
    background-position: -4493px 0px
}

.iti-flag.sj {
    height: 15px;
    background-position: -4515px 0px
}

.iti-flag.sk {
    height: 14px;
    background-position: -4537px 0px
}

.iti-flag.sl {
    height: 14px;
    background-position: -4559px 0px
}

.iti-flag.sm {
    height: 15px;
    background-position: -4581px 0px
}

.iti-flag.sn {
    height: 14px;
    background-position: -4603px 0px
}

.iti-flag.so {
    height: 14px;
    background-position: -4625px 0px
}

.iti-flag.sr {
    height: 14px;
    background-position: -4647px 0px
}

.iti-flag.ss {
    height: 10px;
    background-position: -4669px 0px
}

.iti-flag.st {
    height: 10px;
    background-position: -4691px 0px
}

.iti-flag.sv {
    height: 12px;
    background-position: -4713px 0px
}

.iti-flag.sx {
    height: 14px;
    background-position: -4735px 0px
}

.iti-flag.sy {
    height: 14px;
    background-position: -4757px 0px
}

.iti-flag.sz {
    height: 14px;
    background-position: -4779px 0px
}

.iti-flag.ta {
    height: 10px;
    background-position: -4801px 0px
}

.iti-flag.tc {
    height: 10px;
    background-position: -4823px 0px
}

.iti-flag.td {
    height: 14px;
    background-position: -4845px 0px
}

.iti-flag.tf {
    height: 14px;
    background-position: -4867px 0px
}

.iti-flag.tg {
    height: 13px;
    background-position: -4889px 0px
}

.iti-flag.th {
    height: 14px;
    background-position: -4911px 0px
}

.iti-flag.tj {
    height: 10px;
    background-position: -4933px 0px
}

.iti-flag.tk {
    height: 10px;
    background-position: -4955px 0px
}

.iti-flag.tl {
    height: 10px;
    background-position: -4977px 0px
}

.iti-flag.tm {
    height: 14px;
    background-position: -4999px 0px
}

.iti-flag.tn {
    height: 14px;
    background-position: -5021px 0px
}

.iti-flag.to {
    height: 10px;
    background-position: -5043px 0px
}

.iti-flag.tr {
    height: 14px;
    background-position: -5065px 0px
}

.iti-flag.tt {
    height: 12px;
    background-position: -5087px 0px
}

.iti-flag.tv {
    height: 10px;
    background-position: -5109px 0px
}

.iti-flag.tw {
    height: 14px;
    background-position: -5131px 0px
}

.iti-flag.tz {
    height: 14px;
    background-position: -5153px 0px
}

.iti-flag.ua {
    height: 14px;
    background-position: -5175px 0px
}

.iti-flag.ug {
    height: 14px;
    background-position: -5197px 0px
}

.iti-flag.um {
    height: 11px;
    background-position: -5219px 0px
}

.iti-flag.us {
    height: 11px;
    background-position: -5241px 0px
}

.iti-flag.uy {
    height: 14px;
    background-position: -5263px 0px
}

.iti-flag.uz {
    height: 10px;
    background-position: -5285px 0px
}

.iti-flag.va {
    height: 15px;
    background-position: -5307px 0px
}

.iti-flag.vc {
    height: 14px;
    background-position: -5324px 0px
}

.iti-flag.ve {
    height: 14px;
    background-position: -5346px 0px
}

.iti-flag.vg {
    height: 10px;
    background-position: -5368px 0px
}

.iti-flag.vi {
    height: 14px;
    background-position: -5390px 0px
}

.iti-flag.vn {
    height: 14px;
    background-position: -5412px 0px
}

.iti-flag.vu {
    height: 12px;
    background-position: -5434px 0px
}

.iti-flag.wf {
    height: 14px;
    background-position: -5456px 0px
}

.iti-flag.ws {
    height: 10px;
    background-position: -5478px 0px
}

.iti-flag.xk {
    height: 15px;
    background-position: -5500px 0px
}

.iti-flag.ye {
    height: 14px;
    background-position: -5522px 0px
}

.iti-flag.yt {
    height: 14px;
    background-position: -5544px 0px
}

.iti-flag.za {
    height: 14px;
    background-position: -5566px 0px
}

.iti-flag.zm {
    height: 14px;
    background-position: -5588px 0px
}

.iti-flag.zw {
    height: 10px;
    background-position: -5610px 0px
}

.iti-flag {
    width: 20px;
    height: 15px;
    box-shadow: 0px 0px 1px 0px #888;
    background-image: url("../img/flags.png");
    background-repeat: no-repeat;
    background-color: #DBDBDB;
    background-position: 20px 0
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    .iti-flag {
        background-image: url("../img/flags@2x.png")
    }
}

.iti-flag.np {
    background-color: transparent
}

.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto
}

.mCSB_inside>.mCSB_container {
    margin-right: 30px
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-left: 30px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0
}

.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0
}

.mCSB_outside+.mCSB_scrollTools {
    right: -26px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools {
    right: auto;
    left: 0
}

.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    right: auto;
    left: 0;
    left: -26px
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
    margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    border-radius: 16px
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    border-radius: 16px;
    text-align: center
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px
}

.mCSB_scrollTools .mCSB_buttonUp {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools .mCSB_buttonDown {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
    bottom: 0
}

.mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-bottom: 30px
}

.mCSB_horizontal.mCSB_outside>.mCSB_container {
    min-height: 100%
}

.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0
}

.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer {
    margin: 0 20px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    height: 100%;
    left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    margin: 2px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    margin: 4px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0
}

.mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px
}

.mCSB_container_wrapper>.mCSB_container {
    padding-right: 30px;
    padding-bottom: 30px;
    box-sizing: border-box
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0;
    left: 20px
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper {
    margin-right: 0;
    margin-left: 30px
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container {
    padding-right: 0
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container {
    padding-bottom: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    margin-left: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools {
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
    transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
    transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools {
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)"
}

.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
}

.mCustomScrollBox:hover>.mCSB_scrollTools,
.mCustomScrollBox:hover~.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
}

.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)"
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
    background-image: url(../img/mCSB_buttons.png);
    background-repeat: no-repeat;
    opacity: 0.4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0
}

.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px
}

.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px
}

.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
    opacity: 0.9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.15)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.85)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.9)
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 1px
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 1px
}

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85)
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9)
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px 0
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -20px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -40px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px 0
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -20px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -40px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -56px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 2px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 2px
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px 0
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -20px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -40px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px 0
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -20px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -40px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -56px
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.1)
}

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.15)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.15)
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger {
    height: 14px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
    height: 14px
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 14px;
    margin: 0 1px
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 14px
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 14px;
    margin: 1px 0
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 16px;
    height: 16px;
    margin: -1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 16px;
    height: 16px;
    margin: -1px 0
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 4px
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 4px
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 16px;
    width: 16px;
    margin: 0 -1px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 16px;
    width: 16px;
    margin: 0 -1px
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 -72px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -92px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -112px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -128px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85)
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9)
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px -72px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -92px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -112px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -128px
}

.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
    width: 4px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background-color: transparent;
    background-position: center
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
    background-repeat: repeat-y;
    opacity: 0.3;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0;
    background-repeat: repeat-x
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px -72px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -92px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -112px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=")
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px -72px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -92px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -112px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -128px
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-y;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%)
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%)
}

.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 70px
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 70px
}

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    border-radius: 16px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    border-radius: 16px
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    width: 8px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2)
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #555
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #555
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 8px;
    margin: 4px 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2)
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 8px;
    margin: 4px auto
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
    border-radius: 7px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    border-radius: 5px
}

.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
    right: 1px
}

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5)
}

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
    bottom: 1px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
    width: 12px;
    margin: 2px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #555
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    width: auto
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    width: auto
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools {
    box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #777
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #fff;
    background-color: rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical {
    right: 0;
    margin: 12px 0
}

.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
    margin: 0 12px
}

.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
    margin: 0 12px
}

.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical {
    left: 0;
    right: auto
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 50px
}

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 50px
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"
}

.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2)
}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 6px;
    margin: 5px 0
}

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 12px
}

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 12px
}

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 12px;
    margin: 2px 0
}

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 12px;
    margin: 2px 0
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    width: 12px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2)
}

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    margin: 3px 5px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 6px;
    margin: 5px 3px;
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 12px;
    margin: 2px 0
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75)
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85)
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9)
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1)
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
    box-sizing: border-box
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    border-color: #000;
    border-color: rgba(0, 0, 0, 0.2)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.6)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9)
}

.mCS-orange-theme.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.15)
}

.mCS-orange-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(253, 113, 72, 0.75)
}

.mCS-orange-theme.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(253, 113, 72, 0.85)
}

.mCS-orange-theme.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-orange-theme.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: rgba(253, 113, 72, 0.9)
}

.mCS-orange-theme.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-orange-theme.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-orange-theme.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-orange-theme.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.wrapper {
    position: relative;
    overflow: hidden
}

.text-highlighted {
    position: relative;
    display: inline-block;
    color: #fff;
    line-height: 1.25
}

.text-highlighted:before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    bottom: 0;
    left: -2px;
    right: -2px;
    background: #032540;
    z-index: -1
}

.text-highlighted.primary {
    color: #032540
}

.text-highlighted.primary:before {
    background: rgba(3, 37, 64, 0.1)
}

.text-highlighted.warning {
    color: #fd7148
}

.text-highlighted.warning:before {
    background: rgba(253, 113, 72, 0.1)
}

.text-large {
    font-size: 18px
}

@media screen and (min-width: 768px) {
    .text-large {
        font-size: 20px
    }
}

.text-small {
    font-size: 14px
}

.inverse {
    color: #fff
}

.inverse .h1,
.inverse .h2,
.inverse .h3,
.inverse .h4,
.inverse .h5,
.inverse .h6,
.inverse h1,
.inverse h2,
.inverse h3,
.inverse h4,
.inverse h5,
.inverse h6 {
    color: #fff
}

.inverse .block-title {
    color: #fff
}

.inverse .block-title:before {
    background-color: #fff
}

.inverse .block-subtitle {
    color: rgba(243, 247, 255, 0.8)
}

.inverse .text-highlighted {
    color: #363f4d
}

.inverse .text-highlighted:before {
    background: #fff
}

.video-iframe {
    position: relative;
    padding-bottom: 54%;
    padding-top: 25px;
    height: 0;
    margin: 0 auto
}

.video-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: none
}

.intl-tel-input {
    display: block
}

.row.display-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.row.display-flex>[class*='col-'] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 -0.5px
}

.row.display-flex.center {
    -ms-flex-pack: center;
    justify-content: center
}

.text-bold {
    font-weight: 700
}

strong {
    font-weight: 600
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .col-sm-5th {
        width: 20%
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .col-md-5th {
        width: 20%
    }
}

@media screen and (min-width: 1200px) {
    .col-lg-5th {
        width: 20%
    }
}

.col-lg-5th {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 1200px) {
    .col-lg-5th {
        float: left;
        width: 20%
    }
}

.col-md-5th {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 992px) {
    .col-md-5th {
        float: left;
        width: 20%
    }
}

.col-sm-5th {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .col-sm-5th {
        float: left;
        width: 20%
    }
}

.block {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px
}

@media screen and (min-width: 768px) {
    .block {
        padding-top: 90px;
        padding-bottom: 90px
    }
}

.block-sm {
    padding-top: 50px;
    padding-bottom: 50px
}

.block-title {
    position: relative;
    color: #032540;
    font-size: 26px;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1.1;
    margin: 10px 0 15px 0
}

@media screen and (min-width: 768px) {
    .block-title.h1 {
        font-size: 36px
    }

    .block-title.h2 {
        font-size: 30px
    }
}

.block-title.h3 {
    font-size: 26px
}

.block-title.h4 {
    font-size: 22px
}

.block-title.h5 {
    font-size: 16px
}

.block-title.h6 {
    font-size: 12px
}

.block-title.text-primary {
    color: #032540
}

.block-title.text-info {
    color: #30C5FF
}

.block-title.text-danger {
    color: #fe5858
}

.block-title.text-warning {
    color: #fd7148
}

.block-title.text-success {
    color: #84c561
}

.block-title small {
    color: inherit
}

.block-title-underlined {
    padding-bottom: 25px;
    margin-bottom: 25px
}

.block-title-underlined:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: #fd7148
}

.block-subtitle {
    color: #525f76;
    margin-bottom: 30px
}

.block-suptitle {
    color: #fd7148;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 5px
}

.block-divider {
    width: 100%;
    height: 1px;
    background-color: #cbcdd1;
    margin-top: 15px;
    margin-bottom: 15px
}

.block-footer {
    text-align: center;
    margin-top: 45px
}

h3.block-title {
    font-size: 26px
}

h4.block-title {
    font-size: 22px
}

h5.block-title {
    font-size: 16px
}

h6.block-title {
    font-size: 12px
}

@media screen and (min-width: 768px) {
    h1.block-title {
        font-size: 36px
    }

    h2.block-title {
        font-size: 30px
    }
}

@media screen and (min-width: 992px) {
    .block-footer {
        margin-top: 30px
    }
}

@media screen and (max-width: 767px) {

    .h1,
    h1,
    .h2,
    h2 {
        font-size: 26px
    }
}

.block.inverse {
    color: #a2a7ad
}

.block.inverse .block-title,
.block.inverse .h1,
.block.inverse .h2,
.block.inverse .h3,
.block.inverse .h4,
.block.inverse .h5,
.block.inverse .h6,
.block.inverse h1,
.block.inverse h2,
.block.inverse h3,
.block.inverse h4,
.block.inverse h5,
.block.inverse h6 {
    color: #fff
}

.block.inverse .block-subtitle {
    color: #a2a7ad
}

.list {
    list-style: none;
    margin: 0 0 30px;
    padding-left: 30px
}

.list>li,
.list p,
.list div {
    position: relative;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 0
}

.list>li:before,
.list p:before,
.list div:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -18px;
    margin: 0.75em auto;
    width: 8px;
    height: 8px;
    background: rgba(3, 37, 64, 0.5);
    border-radius: 50%
}

.list>li ul,
.list p ul,
.list div ul {
    list-style: none;
    margin: 4px 0 0;
    padding-left: 30px
}

.list>li ul>li:before,
.list p ul>li:before,
.list div ul>li:before {
    border: 1px solid rgba(3, 37, 64, 0.5);
    background: transparent
}

.list>li ol,
.list p ol,
.list div ol {
    counter-reset: my-awesome-counter;
    margin: 4px 0 0;
    padding-left: 30px
}

.list>li ol>li,
.list p ol>li,
.list div ol>li {
    counter-increment: my-awesome-counter
}

.list>li ol>li:before,
.list p ol>li:before,
.list div ol>li:before {
    content: counter(my-awesome-counter) ". ";
    font-weight: 600;
    margin: 4px auto;
    width: auto;
    height: auto;
    color: rgba(3, 37, 64, 0.5);
    background: transparent;
    border-radius: 0
}

.list.list-warning>li:before {
    background: rgba(253, 113, 72, 0.5)
}

.list.list-warning>li ul>li:before {
    border-color: rgba(253, 113, 72, 0.5)
}

.list.list-info>li:before {
    background: rgba(48, 197, 255, 0.5)
}

.list.list-info>li ul>li:before {
    border-color: rgba(48, 197, 255, 0.5)
}

.list.list-check>li:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -23px;
    margin: 0.5em auto;
    width: 16px;
    height: 16px;
    border: none;
    background: transparent;
    color: #032540;
    font-size: 16px;
    line-height: 1
}

.list.list-check.list-success>li:before {
    color: #84c561;
    background: transparent
}

.list.list-check.list-success>li ul>li:before {
    border-color: rgba(132, 197, 97, 0.5)
}

ol.list {
    counter-reset: my-awesome-counter
}

ol.list>li {
    counter-increment: my-awesome-counter
}

ol.list>li:before {
    content: counter(my-awesome-counter) ". ";
    font-weight: 600;
    margin: 4px auto;
    width: auto;
    height: auto;
    color: rgba(3, 37, 64, 0.5);
    background: transparent;
    border-radius: 0
}

.parallax {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    z-index: 0
}

.login-page {
    min-height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff
}

@media screen and (max-width: 767px) {
    .login-page>.container {
        width: 100%
    }
}

.login-page-logo {
    display: block;
    width: 208px;
    margin: 0 auto;
    opacity: 1;
    transition: 0.3s all
}

.login-page-logo:hover,
.login-page-logo:focus {
    opacity: 0.85;
    color: inherit;
    text-decoration: none
}

.login-page-logo img {
    display: block;
    width: 100%
}

.login-page-text {
    color: #a2a7ad;
    font-size: 14px
}

.login-page-text a {
    text-decoration: underline
}

.login-page-text a.link-gray {
    color: #a2a7ad
}

.login-page .card {
    margin: 30px 0 10px;
    padding: 30px;
    border-radius: 5px;
    -ms-box-shadow: 0 2px 20px 4px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 2px 20px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 20px 4px rgba(0, 0, 0, 0.1)
}

.login-page .card .block-title {
    margin-top: 0;
    padding-bottom: 0
}

@media screen and (min-width: 768px) {
    .login-page .card {
        padding: 50px
    }
}

.login-page .reset-password {
    text-align: center;
    font-size: 14px;
    margin: 15px 0 0
}

.login-page .reset-password>a {
    color: #525f76
}

.profile .form-control {
    text-align: left;
    text-transform: none
}

.profile .form-control.ref-link {
    cursor: text;
    margin-bottom: 0;
    background-color: #fff
}

.profile select.form-control {
    text-align-last: left
}

.profile .input label {
    text-align: left
}

.profile .input.error .error-message {
    text-align: left
}

.profile-body {
    background: #fff;
    border-radius: 5px;
    font-size: 16px;
    min-height: 250px;
    margin: 0 0 30px;
    padding: 30px;
    -ms-box-shadow: 0 2px 20px 4px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 2px 20px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 20px 4px rgba(0, 0, 0, 0.1)
}

@media screen and (min-width: 768px) {
    .profile-body {
        padding: 50px
    }
}

.profile-body-empty {
    text-align: center
}

.profile-body-empty i {
    font-size: 40px;
    color: #92278f
}

.profile-body-separator {
    position: relative;
    height: 1px;
    background-color: #e1dcdc;
    margin: 20px -30px
}

.profile-body .row {
    margin-left: -7.5px;
    margin-right: -7.5px
}

.profile-body .row>div {
    padding-left: 7.5px;
    padding-right: 7.5px
}

.profile-body .block-title {
    margin-top: 0;
    padding-bottom: 0
}

.profile-body .table-subscription {
    position: relative
}

.profile-body .table-subscription td {
    width: 50%
}

.profile-body .table-subscription+.table-subscription {
    margin-top: 44px
}

.profile-body .table-subscription+.table-subscription:before {
    position: absolute;
    content: '';
    top: -22px;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background-color: #ddd
}

.profile-body .table-purchases td a {
    color: #363f4d;
    text-decoration: underline
}

.profile-menu {
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 20px;
    padding: 0;
    list-style: none
}

.profile-menu>li {
    position: relative;
    line-height: 1
}

.profile-menu>li>a {
    display: block;
    padding: 16px 0;
    color: #677794;
    font-size: 14px;
    text-decoration: none
}

.profile-menu>li>a:hover {
    color: #363f4d
}

.profile-menu>li>a i,
.profile-menu>li>a span {
    display: inline-block;
    vertical-align: middle
}

.profile-menu>li>a span {
    margin-left: 10px
}

.profile-menu>li.active>a {
    color: #363f4d;
    font-weight: 600
}

.profile-menu-collapsible {
    margin-bottom: 15px
}

.profile-ref-link-wrapper {
    padding: 30px;
    background-color: #F3F7FF;
    border-radius: 4px;
    margin-bottom: 50px
}

.profile-ref-link-wrapper .btn,
.profile-ref-link-wrapper .wizard>.actions a,
.wizard>.actions .profile-ref-link-wrapper a {
    height: 44px
}

.profile-info-block {
    border: 1px solid #dae6ff;
    border-radius: 4px;
    padding: 15px 10px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px
}

.profile-info-block p {
    font-size: 14px;
    color: #a2a7ad;
    margin-top: 5px;
    margin-bottom: 0
}

.profile-info-block span {
    font-size: 26px;
    font-weight: 600
}

.header {
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    transition: all 0.2s linear
}

.header.transparent {
    background-color: transparent
}

.header.transparent+.wrapper .page-header {
    padding-top: 100px
}

.header:not(.transparent)+.wrapper {
    padding-top: 100px
}

.header.header-fixed:not(.transparent)+.wrapper {
    padding-top: 60px
}

.header.open {
    background-color: #fff
}

.header .navbar-brand {
    position: relative;
    padding: 25px 15px;
    height: 100px;
    width: auto;
    transition: all 0.2s linear
}

.header .navbar-brand img {
    height: 100%;
    width: auto
}

.header .navbar-brand .header-logo {
    opacity: 1;
    transition: all 0.2s linear
}

.header .navbar-btn {
    transition: all 0.2s linear
}

.header .navbar-btn.btn,
.header .wizard>.actions a.navbar-btn,
.wizard>.actions .header a.navbar-btn {
    margin-left: 25px;
    margin-right: 25px
}

.header .navbar-toggle {
    transition: all 0.2s linear
}

.header .nav>li>a {
    transition: all 0.2s linear
}

.header .navbar-default .navbar-collapse {
    background-color: #fff
}

.header .navbar-inverse .navbar-collapse {
    background-color: #032540
}

.header-fixed {
    min-height: 60px;
    margin-top: 0 !important
}

.header-fixed.navbar-default {
    background-color: #fff !important
}

.header-fixed.navbar-default.transparent .nav>li>a {
    color: #677794
}

.header-fixed.navbar-default.transparent .nav>li>a:hover,
.header-fixed.navbar-default.transparent .nav>li>a:focus {
    color: #363f4d
}

.header-fixed.navbar-default.transparent .nav>li.active>a {
    color: #363f4d
}

.header-fixed.navbar-default.transparent .nav>li.active>a:hover,
.header-fixed.navbar-default.transparent .nav>li.active>a:focus {
    color: #363f4d
}

.header-fixed.navbar-default.transparent .navbar-toggle .icon-bar {
    background-color: #032540
}

.header-fixed.navbar-inverse {
    background-color: #032540 !important
}

.header-fixed.navbar-inverse.transparent .nav>li>a {
    color: #F3F7FF
}

.header-fixed.navbar-inverse.transparent .nav>li>a:hover,
.header-fixed.navbar-inverse.transparent .nav>li>a:focus {
    color: #fff
}

.header-fixed.navbar-inverse.transparent .navbar-toggle .icon-bar {
    background-color: #F3F7FF
}

.header-fixed .navbar-brand {
    padding: 5px 15px;
    height: 60px
}

.header-fixed .navbar-btn {
    margin-top: 10px;
    margin-bottom: 10px
}

.header-fixed .navbar-btn.btn-sm,
.header-fixed .btn-group-sm>.navbar-btn.btn,
.header-fixed .wizard>.actions .btn-group-sm>a.navbar-btn,
.wizard>.actions .header-fixed .btn-group-sm>a.navbar-btn {
    margin-top: 13.5px;
    margin-bottom: 13.5px
}

.header-fixed .navbar-toggle {
    margin-top: 13px;
    margin-bottom: 13px
}

@media screen and (min-width: 1200px) {
    .header .nav>li.dropdown:hover>ul.dropdown-menu {
        display: block
    }

    .header .navbar-collapse {
        background-color: transparent;
        text-align: left
    }

    .header .navbar-nav.header-phone>li>a .tel-hidden {
        display: none
    }

    .header .navbar-btn.btn.navbar-right,
    .header .wizard>.actions a.navbar-btn.navbar-right,
    .wizard>.actions .header a.navbar-btn.navbar-right {
        margin-left: 25px;
        margin-right: 0
    }

    .header .navbar-btn.btn.navbar-left,
    .header .wizard>.actions a.navbar-btn.navbar-left,
    .wizard>.actions .header a.navbar-btn.navbar-left {
        margin-left: 0;
        margin-right: 25px
    }

    .header .navbar-separator {
        float: right;
        width: 1px;
        height: 35px;
        margin: 32px 15px;
        background-color: rgba(255, 255, 255, 0.3);
        transition: all 0.2s linear
    }

    .header.header-fixed .navbar-nav>li>a {
        padding-top: 19px;
        padding-bottom: 19px
    }

    .header.header-fixed .navbar-nav>li.header-nav-lang>a:first-of-type {
        padding-top: 8px;
        padding-bottom: 2px
    }

    .header.header-fixed .navbar-nav>li.header-nav-lang>a:last-of-type {
        padding-top: 2px;
        padding-bottom: 8px
    }

    .header.header-fixed .navbar-separator {
        margin-top: 12px;
        margin-bottom: 12px
    }
}

.footer {
    position: relative;
    background: #1D2B36;
    color: #a2a7ad;
    padding: 50px 0 15px;
    overflow: hidden
}

.footer-divider {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    margin-top: 15px;
    margin-bottom: 15px
}

.footer-navbar {
    position: relative;
    padding: 0;
    margin: 0 0 25px;
    list-style: none
}

.footer-navbar:before,
.footer-navbar:after {
    content: " ";
    display: table
}

.footer-navbar:after {
    clear: both
}

.footer-navbar>li {
    position: relative;
    display: block;
    float: left
}

.footer-navbar>li>a {
    position: relative;
    display: block;
    padding: 10px 30px 10px 0;
    color: #a2a7ad
}

.footer-navbar>li>a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 30px;
    bottom: 5px;
    height: 0;
    background-color: #fd7148
}

.footer-navbar>li>a:hover,
.footer-navbar>li>a:focus {
    color: #fff;
    text-decoration: none
}

.footer-navbar>li>a:hover:before,
.footer-navbar>li>a:focus:before {
    height: 1px
}

.footer-brand {
    display: inline-block;
    height: 50px;
    margin: 0 0 25px
}

.footer-brand img {
    display: block;
    height: 100%
}

.footer-contacts {
    margin: 0 0 25px;
    color: #a2a7ad;
    font-size: 14px
}

.footer-contacts>a {
    color: #F3F7FF;
    font-size: 16px
}

.footer-contacts>a:hover,
.footer-contacts>a:focus {
    color: #fff;
    text-decoration: none;
    outline: none
}

.footer-about {
    font-size: 13px
}

.footer-copyright {
    background: #0b1115;
    padding-top: 20px;
    padding-bottom: 20px;
    color: rgba(162, 167, 173, 0.8);
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    line-height: 1
}

.footer-copyright-policy {
    display: inline-block;
    margin: 0 0 10px
}

.footer-copyright-policy a {
    display: inline-block;
    color: rgba(162, 167, 173, 0.8);
    font-weight: normal;
    text-transform: none;
    margin: 0 15px
}

.footer-copyright-policy a:hover {
    color: #a2a7ad;
    text-decoration: none
}

.footer-copyright-payment {
    display: inline-block;
    height: 30px;
    margin-top: 5px;
    margin-bottom: 0;
    opacity: 0.9
}

.footer-copyright .copy {
    display: block;
    margin: 0 15px
}

@media screen and (min-width: 768px) {
    .footer-navbar>li>a {
        padding: 15px
    }

    .footer-navbar>li>a:before {
        left: 15px;
        right: 15px;
        bottom: 10px
    }

    .footer-about {
        text-align: center
    }

    .footer-copyright-policy {
        margin: 0
    }

    .footer-copyright-left {
        text-align: left
    }

    .footer-copyright-right {
        text-align: right
    }

    .footer-copyright-center {
        text-align: center
    }

    .footer-copyright-payment {
        margin-top: -11px;
        margin-bottom: -11px
    }

    .footer-copyright .copy {
        display: inline-block
    }
}

.messages-wrapper {
    position: fixed;
    display: block;
    left: 10px;
    right: 10px;
    bottom: 10px;
    margin: 0;
    padding: 0;
    z-index: 70
}

@media screen and (min-width: 768px) {
    .messages-wrapper {
        right: auto;
        bottom: 20px;
        left: 20px;
        width: 350px
    }
}

.message {
    position: relative;
    color: #363f4d;
    background-color: #fff;
    border-color: #63d3ff;
    width: 100%;
    margin: 0 0 10px;
    min-height: 70px;
    border-radius: 3px;
    font-size: 16px;
    padding: 15px 30px 15px 60px;
    animation-duration: 0.3s !important;
    -ms-box-shadow: 0 4px 20px rgba(54, 63, 77, 0.4);
    -o-box-shadow: 0 4px 20px rgba(54, 63, 77, 0.4);
    box-shadow: 0 4px 20px rgba(54, 63, 77, 0.4);
    transition: 0.3s all
}

.message:before {
    content: "\f05a";
    font-family: 'Font Awesome 5 Pro';
    font-size: 30px;
    font-weight: 300;
    color: #30C5FF;
    position: absolute;
    left: 15px;
    top: 14px
}

.message.success:before {
    content: "\f058";
    color: #84c561
}

.message.error:before {
    content: "\f057";
    color: #fe5858
}

.message.warning:before {
    content: "\f071";
    color: #fd7148
}

.message.cookies:before {
    content: "\f564"
}

.message a {
    color: inherit;
    text-decoration: underline
}

.message a:focus {
    outline: none
}

.message-close {
    position: absolute;
    top: 0;
    right: 6px;
    color: #525f76;
    font-size: 28px;
    line-height: 1;
    cursor: pointer
}

.message-close:hover {
    color: #363f4d
}

.categories-collapsible {
    position: relative;
    width: 100%
}

@media screen and (min-width: 768px) {
    .categories-collapsible {
        width: 250px
    }
}

.categories-collapsible .btn-default:focus,
.categories-collapsible .wizard>.actions>ul>li:first-of-type>a:focus,
.categories-collapsible .btn-default.focus,
.categories-collapsible .wizard>.actions>ul>li:first-of-type>a.focus,
.categories-collapsible .btn-default:hover,
.categories-collapsible .wizard>.actions>ul>li:first-of-type>a:hover,
.categories-collapsible .btn-default:active,
.categories-collapsible .wizard>.actions>ul>li:first-of-type>a:active,
.categories-collapsible .btn-default.active,
.categories-collapsible .wizard>.actions>ul>li:first-of-type>a.active {
    background-color: rgba(0, 0, 0, 0)
}

.categories-collapsible .dropdown-toggle {
    text-align: left;
    padding-right: 20px
}

.categories-collapsible .dropdown-toggle span {
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    color: #000;
    transition: 0.3s all
}

.categories-collapsible .dropdown-menu {
    width: 100%;
    max-height: 250px;
    border-radius: 0;
    overflow-y: auto
}

.categories-collapsible .dropdown-menu>li>a {
    padding: 6px 15px;
    white-space: normal
}

.categories-collapsible.open .dropdown-toggle {
    border-color: #032540;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.categories-collapsible.open .dropdown-toggle span {
    transform: rotate(-180deg)
}

.error-page {
    position: relative;
    clear: both;
    min-height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 22px;
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
    z-index: 0
}

.error-page-logo {
    display: inline-block;
    max-width: 180px
}

.error-page-logo>img {
    display: block;
    width: 100%
}

.error-page-body {
    position: relative;
    padding-top: 50px;
    margin-top: 30px
}

.error-page-code {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    color: rgba(3, 37, 64, 0.1);
    font-size: 100px;
    font-weight: 700;
    letter-spacing: 10px;
    text-align: center;
    line-height: 1
}

@media screen and (min-width: 768px) {
    .error-page-code {
        font-size: 200px
    }
}

.not-authorized-block {
    position: relative;
    background: rgba(253, 113, 72, 0.15);
    border-radius: 5px;
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 40px
}

.not-authorized-block-icon {
    display: none
}

.not-authorized-block-title {
    font-weight: 600;
    font-size: 18px
}

.not-authorized-block .btn,
.not-authorized-block .wizard>.actions a,
.wizard>.actions .not-authorized-block a {
    width: 100%
}

@media screen and (min-width: 768px) {
    .not-authorized-block {
        padding: 40px 40px 40px 100px
    }

    .not-authorized-block-icon {
        position: absolute;
        display: block;
        top: 40px;
        left: 40px;
        bottom: 0;
        width: 40px;
        height: 40px;
        font-size: 34px;
        line-height: 40px;
        color: #fd7148;
        text-align: center;
        overflow: hidden
    }

    .not-authorized-block .btn,
    .not-authorized-block .wizard>.actions a,
    .wizard>.actions .not-authorized-block a {
        width: auto
    }
}

@media screen and (min-width: 1200px) {
    .not-authorized-block-right-col {
        text-align: right
    }
}

.benefit {
    position: relative;
    margin-bottom: 30px;
    padding-left: 70px
}

.benefit-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    margin-top: 0;
    margin-bottom: 20px
}

.benefit-icon>img {
    display: block;
    width: 100%
}

.benefit-title {
    font-size: 18px;
    margin-bottom: 10px
}

@media screen and (min-width: 768px) {
    .benefit {
        margin-bottom: 0;
        padding-left: 0
    }

    .benefit-icon {
        position: static;
        margin-top: 10px
    }
}

@media screen and (min-width: 992px) {
    .benefit {
        padding-right: 50px
    }
}

.benefits-list {
    list-style: none;
    padding: 0;
    margin: 0 0 10px
}

.benefits-list-item {
    position: relative;
    padding-left: 45px;
    padding-top: 5px;
    padding-bottom: 5px
}

.benefits-list-item-icon {
    position: absolute;
    top: 5px;
    left: 0;
    width: 28px;
    height: 28px
}

.benefits-list-item-icon>img {
    display: block;
    width: 100%
}

.benefits-list-item-title span {
    font-weight: 600
}

@media screen and (min-width: 1200px) {
    .benefits-list-item-title span {
        font-size: 18px
    }
}

.package {
    position: relative;
    background-color: #fff;
    border: 1px solid #cbcdd1;
    border-radius: 4px;
    margin-bottom: 30px;
    padding-bottom: 105px;
    height: 100%;
    color: #363f4d;
    text-align: center;
    overflow: hidden
}

.package .btn,
.package .wizard>.actions a,
.wizard>.actions .package a {
    position: absolute;
    display: block;
    left: 45px;
    right: 45px;
    bottom: 45px
}

.package-header {
    position: relative;
    padding: 20px 45px;
    background-color: #F3F7FF
}

.package-title {
    font-size: 22px;
    font-weight: 600;
    color: #032540;
    line-height: 1.1;
    margin: 0
}

.package-note {
    line-height: 1.625;
    color: #a2a7ad;
    margin: 0
}

.package-body {
    padding: 20px 45px
}

.package-body ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 25px;
    text-align: left
}

.package-body ul>li {
    position: relative;
    padding-top: 7px;
    padding-bottom: 7px;
    line-height: 1
}

.package-body ul>li:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -25px;
    margin: 0.75em auto;
    width: 12px;
    height: 12px;
    border: none;
    background: transparent;
    color: #032540;
    font-size: 12px;
    line-height: 1
}

.package-price {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    min-height: 40px;
    color: #363f4d;
    font-size: 18px
}

.package-price:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #EBEBEB
}

.package-price>span {
    color: #fd7148;
    font-size: 50px;
    line-height: 1;
    font-weight: 700;
    vertical-align: top
}

.package-price>span.strikethrough {
    color: #a2a7ad;
    font-size: 24px;
    line-height: 1;
    margin: 18px 10px
}

.package-price>span.strikethrough:before {
    background-color: #fe5858;
    right: -6px
}

.package-price>small {
    color: #032540;
    font-size: 28px;
    line-height: 1.7;
    font-weight: 700;
    vertical-align: middle
}

.package-price-sm {
    font-size: 16px;
    min-height: 32px
}

.package-price-sm>span {
    font-size: 32px;
    line-height: 1
}

.package-price-sm>p {
    font-size: 16px
}

.package-price+.package-price {
    margin-top: -15px
}

.package-discount {
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 12px;
    background: rgba(3, 37, 64, 0.1);
    margin: 0 auto;
    padding: 6px 12px;
    line-height: 1;
    color: rgba(3, 37, 64, 0.8);
    font-weight: 600;
    text-align: center;
    text-transform: uppercase
}

.package-availability {
    position: absolute;
    left: 35px;
    right: 0;
    bottom: 0;
    text-align: center;
    width: 50%;
    opacity: 0.75
}

.package-availability>img {
    display: block;
    width: 100%
}

.package.popular {
    border-color: #fd7148
}

.package.popular .package-header {
    background-color: rgba(253, 113, 72, 0.1)
}

.package.demo {
    background-color: transparent;
    color: #fff
}

.package.demo .package-title {
    color: #fff
}

.package.demo .package-price {
    color: rgba(255, 255, 255, 0.85)
}

.package.demo .package-price>span {
    color: #fff
}

.package.demo .package-price>small {
    color: #fff
}

.package.demo .package-body {
    color: rgba(255, 255, 255, 0.85)
}

.package.inverse {
    background-color: #032540;
    color: #F3F7FF
}

.package.inverse .package-body,
.package.inverse .package-price {
    color: #F3F7FF
}

.package.inverse .package-body>span,
.package.inverse .package-price>span {
    color: #fff
}

.package.inverse .package-body>small,
.package.inverse .package-price>small {
    color: #fff
}

.package.compact {
    padding: 0
}

.package.compact .package-title {
    margin-bottom: 20px
}

.package.compact .package-body {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: left
}

.package.compact .btn,
.package.compact .wizard>.actions a,
.wizard>.actions .package.compact a {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 20px
}

.strikethrough {
    position: relative;
    display: inline-block;
    font-size: 40px
}

.strikethrough:before {
    background-color: #525f76;
    position: absolute;
    content: "";
    height: 2px;
    top: 50%;
    left: -6px;
    right: -10px;
    transform: rotate(-13deg)
}

@media screen and (min-width: 768px) {

    .package.compact .btn,
    .package.compact .wizard>.actions a,
    .wizard>.actions .package.compact a {
        margin-top: 0
    }
}

.subscribe-for-news {
    position: relative;
    background-color: #F3F7FF;
    border-radius: 4px;
    padding: 30px 15px;
    margin: 40px -15px;
    text-align: center
}

.subscribe-for-news-title {
    font-size: 20px;
    color: #032540;
    font-weight: 600;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 10px
}

.subscribe-for-news-subtitle {
    position: relative;
    margin-top: 0;
    margin-bottom: 25px;
    color: #525f76;
    font-size: 16px;
    line-height: 1.5
}

.subscribe-for-news-subtitle:before {
    content: '';
    position: relative;
    top: 13px;
    width: 40px;
    height: 1px;
    background-color: #cbcdd1;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top
}

.subscribe-for-news .btn,
.subscribe-for-news .wizard>.actions a,
.wizard>.actions .subscribe-for-news a {
    width: 100%
}

@media screen and (min-width: 768px) {
    .subscribe-for-news {
        padding: 50px;
        margin-left: 0;
        margin-right: 0
    }

    .subscribe-for-news-title {
        font-size: 30px
    }

    .subscribe-for-news-subtitle {
        font-size: 18px
    }

    .subscribe-for-news-subtitle:before {
        top: 15px
    }

    .subscribe-for-news .btn,
    .subscribe-for-news .wizard>.actions a,
    .wizard>.actions .subscribe-for-news a {
        width: auto
    }
}

.checkout .text-highlighted.primary,
.checkout .text-highlighted.warning {
    padding: 5px 10px;
    margin: 5px
}

.checkout-course {
    padding-bottom: 0
}

.checkout-course-wrapper {
    background-color: #F3F7FF;
    padding: 30px 15px;
    margin-top: 40px;
    margin-left: -15px;
    margin-right: -15px
}

.checkout-course-info {
    padding-top: 15px;
    padding-bottom: 15px
}

.checkout-course-info+.checkout-course-info {
    border-top: 1px solid #dae6ff
}

.checkout-course-info .post-metadata {
    line-height: 1.2;
    margin-top: 10px
}

.checkout-course-info .post-metadata .post-type {
    font-size: 12px;
    margin-right: 10px
}

@media screen and (min-width: 768px) {
    .checkout-course {
        padding-bottom: 100px
    }

    .checkout-course-wrapper {
        border-radius: 4px;
        padding: 15px 30px;
        margin: 0
    }
}

@media screen and (min-width: 992px) {
    .checkout-course-info .post-metadata {
        margin-top: 0
    }
}

@media screen and (min-width: 1200px) {
    .checkout-course-wrapper {
        padding: 20px 40px
    }
}

.speaker {
    position: relative;
    display: block;
    margin: 15px 0
}

.speaker:hover,
.speaker:focus {
    text-decoration: none;
    outline: none
}

.speaker-img {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 5px
}

.speaker-title {
    position: relative;
    color: #363f4d;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin: 15px 0 3px;
    z-index: 1
}

.speaker-title:hover {
    color: #032540
}

@media screen and (min-width: 768px) {
    .speaker-title {
        font-size: 20px
    }
}

@media screen and (min-width: 1200px) {
    .speaker-title {
        font-size: 26px
    }
}

.speaker-subtitle {
    position: relative;
    color: #a2a7ad;
    font-size: 14px;
    margin: 0;
    z-index: 1
}

.attention-ribbon {
    position: relative;
    background-color: rgba(253, 113, 72, 0.15);
    padding-top: 15px;
    padding-bottom: 15px;
    color: #032540;
    overflow: hidden
}

.attention-ribbon>.container {
    position: relative;
    z-index: 0
}

.attention-ribbon>.container:before {
    content: '';
    position: absolute;
    top: -115px;
    right: -100px;
    background: url("../img/shape-1.png") no-repeat center center;
    background-size: contain;
    width: 300px;
    height: 300px;
    z-index: -1
}

.attention-ribbon-title {
    font-size: 18px;
    line-height: 1.42857;
    font-weight: 600;
    color: #032540;
    margin-top: 20px;
    margin-bottom: 20px
}

.attention-ribbon .btn,
.attention-ribbon .wizard>.actions a,
.wizard>.actions .attention-ribbon a {
    margin-bottom: 20px
}

@media screen and (min-width: 768px) {

    .attention-ribbon .btn,
    .attention-ribbon .wizard>.actions a,
    .wizard>.actions .attention-ribbon a {
        margin-top: 20px
    }
}

@media screen and (min-width: 992px) {
    .attention-ribbon-title {
        font-size: 20px
    }
}

@media screen and (min-width: 1200px) {
    .attention-ribbon-title {
        font-size: 22px
    }
}

.payment-card {
    position: relative;
    padding: 110px 20px 20px;
    background-color: #F3F7FF;
    border: 1px solid #F3F7FF;
    border-radius: 5px;
    margin-bottom: 30px;
    color: #a2a7ad;
    text-align: left
}

.payment-card-number {
    color: #363f4d;
    font-size: 20px;
    font-weight: 600
}

.payment-card-expires {
    margin-top: 5px;
    font-size: 14px
}

.payment-card-type {
    position: absolute;
    top: 20px;
    left: 20px;
    height: 30px
}

.payment-card-type>img {
    display: block;
    height: 100%
}

.payment-card-remove-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    font-size: 18px;
    line-height: 1;
    color: #525f76;
    cursor: pointer
}

.payment-card-remove-btn:hover,
.payment-card-remove-btn:focus {
    color: #363f4d
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .payment-card-number {
        font-size: 16px
    }
}

.page {
    position: relative;
    min-height: 65vh
}

.page-empty {
    font-size: 22px;
    color: #a2a7ad
}

.page .block:first-of-type {
    padding-top: 0
}

.page.block {
    padding-top: 50px
}

@media screen and (min-width: 768px) {
    .page.block {
        padding-top: 100px
    }
}

.page .list {
    margin-bottom: 10px
}

@media screen and (min-width: 1200px) {
    .page-title-lg {
        font-size: 54px
    }
}

.page-header {
    position: relative;
    background-color: #F3F7FF;
    padding: 50px 0;
    margin: 0 0 50px
}

.page-header>.container {
    position: relative
}

.page-header .h1,
.page-header .h2,
.page-header .h3,
.page-header .h4,
.page-header .h5,
.page-header .h6,
.page-header h1,
.page-header h2,
.page-header h3,
.page-header h4,
.page-header h5,
.page-header h6 {
    margin-top: 0
}

.page-header-btns {
    margin-top: 40px
}

.page-header-btns .btn,
.page-header-btns .wizard>.actions a,
.wizard>.actions .page-header-btns a {
    margin-right: 5px;
    margin-bottom: 10px
}

@media screen and (min-width: 768px) {
    .page-header .post-speaker {
        margin-top: 40px
    }
}

.page-navigation {
    list-style: none;
    margin: 0 0 30px 0;
    padding-left: 0;
    font-weight: 600
}

.page-navigation>li {
    padding-top: 4px;
    padding-bottom: 4px
}

.page-navigation>li>ul {
    list-style: none;
    margin: 0;
    padding-left: 20px;
    font-size: 14px
}

.page-navigation a {
    color: #032540
}

.page-navigation a:hover,
.page-navigation a:active,
.page-navigation a:focus {
    text-decoration: none;
    color: #363f4d
}

@media screen and (min-width: 768px) {
    .page-navigation {
        margin-right: 30px
    }
}

.home-preview {
    position: relative;
    background: linear-gradient(180deg, #F3F7FF 0%, rgba(243, 247, 255, 0) 100%);
    padding-top: 100px;
    z-index: 0
}

.home-preview-bg {
    position: relative;
    width: 100%;
    margin-top: 40px
}

.home-preview-bg>img {
    display: block;
    width: 100%
}

.home-preview-title {
    font-size: 38px;
    font-weight: 600;
    text-transform: uppercase;
    color: #363f4d;
    margin-bottom: 20px
}

@supports (-webkit-text-stroke: 1px #363f4d) {
    .home-preview-title span {
        -webkit-text-fill-color: rgba(243, 247, 255, 0.8);
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #363f4d;
        letter-spacing: 2px
    }
}

.home-preview-subtitle {
    position: relative;
    padding-left: 60px;
    font-size: 18px;
    margin-bottom: 30px
}

.home-preview-subtitle:before {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: #fd7148
}

.home-preview .btn.scroll,
.home-preview .wizard>.actions a.scroll,
.wizard>.actions .home-preview a.scroll {
    width: 100%
}

.home-preview-search-form .input-group-lg .btn,
.home-preview-search-form .input-group-lg .wizard>.actions a,
.wizard>.actions .home-preview-search-form .input-group-lg a {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: auto
}

@media screen and (min-width: 768px) {
    .home-preview {
        padding-top: 150px;
        padding-bottom: 180px
    }

    .home-preview-bg {
        position: absolute;
        left: 40%;
        top: 0;
        width: 515px;
        margin-bottom: 0;
        z-index: -1
    }

    .home-preview-title {
        font-size: 42px;
        margin-bottom: 30px
    }

    .home-preview .btn.scroll,
    .home-preview .wizard>.actions a.scroll,
    .wizard>.actions .home-preview a.scroll {
        width: auto
    }
}

@media screen and (min-width: 992px) {
    .home-preview {
        padding-top: 180px
    }

    .home-preview-bg {
        left: 50%;
        width: 550px
    }

    .home-preview-title {
        font-size: 60px;
        line-height: 70px
    }

    .home-preview-subtitle {
        padding-left: 80px;
        font-size: 22px
    }

    .home-preview-subtitle:before {
        top: 15px;
        width: 50px
    }

    .home-preview-search-form .input-group-lg .btn,
    .home-preview-search-form .input-group-lg .wizard>.actions a,
    .wizard>.actions .home-preview-search-form .input-group-lg a {
        padding-left: 35px;
        padding-right: 35px
    }
}

@media screen and (min-width: 1200px) {
    .home-preview-bg {
        left: 55%
    }

    .home-preview-title {
        font-size: 75px;
        line-height: 80px
    }
}

.home-block+.home-block {
    margin-top: 80px
}

.home-block-header-more .btn,
.home-block-header-more .wizard>.actions a,
.wizard>.actions .home-block-header-more a {
    padding-left: 0;
    padding-right: 0;
    margin-top: -11px
}

.home-block-title {
    color: #032540;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.1
}

.home-block-title>i {
    font-size: 22px;
    color: #a2a7ad;
    margin-right: 10px
}

.home-block-title>span,
.home-block-title>i {
    display: inline-block;
    vertical-align: middle
}

@media screen and (min-width: 768px) {
    .home-block-header-more {
        text-align: right
    }

    .home-block-header-more .btn,
    .home-block-header-more .wizard>.actions a,
    .wizard>.actions .home-block-header-more a {
        margin-top: 20px;
        font-size: 14px
    }
}

.home-packages .block-divider {
    margin-bottom: 30px
}

.home-packages-description {
    margin-top: 40px;
    margin-bottom: 30px;
    color: #363f4d
}

.home-packages .about-page-sign {
    margin-bottom: 50px
}

@media screen and (max-width: 991px) {
    .home-packages-description {
        height: 180px !important
    }
}

@media screen and (min-width: 992px) {
    .home-packages .about-page-sign {
        margin-bottom: 10px
    }
}

.home-courses,
.home-webinars {
    background-color: #F3F7FF
}

.post-header-bg {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    background-color: rgba(243, 247, 255, 0.3);
    min-height: 100px;
    overflow: hidden
}

.post-header-bg>img {
    display: block;
    width: 100%
}

.post-header-inner {
    background-color: #F3F7FF;
    border-radius: 4px;
    padding: 20px 30px;
    margin-top: -30px
}

.post-header-title {
    margin-top: 10px
}

.post-header-subtitle {
    line-height: 1.5
}

@media screen and (min-width: 768px) {
    .post-header-bg {
        margin-left: 0;
        margin-right: 0;
        height: 300px
    }

    .post-header-inner {
        padding: 50px 70px;
        margin-top: -100px
    }

    .post-header-subtitle {
        font-size: 18px
    }
}

@media screen and (min-width: 1200px) {
    .post-header-bg {
        height: 500px
    }
}

.post-type {
    color: #a2a7ad;
    font-size: 14px;
    text-transform: uppercase
}

.post-type:hover,
.post-type:focus {
    color: #a2a7ad;
    outline: none
}

.post-type.article {
    color: #0275d0
}

.post-type.course {
    color: #30C5FF
}

.post-type.video {
    color: #fe5858
}

.post-type.checklist {
    color: #84c561
}

.post-type.new {
    color: #fd7148
}

.post-type.soon {
    color: #a2a7ad
}

.post-metadata {
    line-height: 1.2;
    margin: 0 0 5px
}

.post-metadata-item {
    position: relative;
    color: #a2a7ad;
    font-size: 12px;
    padding: 5px 0
}

.post-metadata-item:hover,
.post-metadata-item:focus {
    color: #a2a7ad;
    outline: none
}

.post-metadata-item-icon {
    line-height: 14px;
    padding-left: 20px
}

.post-metadata-item-icon>i {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 14px;
    line-height: 1;
    width: 14px;
    text-align: center
}

.post-metadata-item.text-primary {
    color: #032540
}

.post-metadata-item.text-success {
    color: #84c561
}

.post-metadata-item.text-info {
    color: #30C5FF
}

.post-metadata-item.text-warning {
    color: #fd7148
}

.post-metadata-item.text-danger {
    color: #fe5858
}

.post-metadata-item-with-bg {
    padding-left: 7px;
    padding-right: 7px;
    background-color: #fd7148;
    color: #F3F7FF;
    border-radius: 2px
}

.post-metadata-item-with-bg:hover,
.post-metadata-item-with-bg:focus {
    color: #fff;
    outline: none
}

.post-metadata .post-metadata-item,
.post-metadata .post-type,
.post-metadata .post-date,
.post-metadata .post-item,
.post-metadata .post-status {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle
}

.post-metadata .post-metadata-item:last-child,
.post-metadata .post-type:last-child,
.post-metadata .post-date:last-child,
.post-metadata .post-item:last-child,
.post-metadata .post-status:last-child {
    margin-right: 0
}

.post-metadata .post-item:last-of-type {
    margin-right: 0
}

.post-metadata .post-item>a {
    color: inherit
}

.post-metadata .post-item i {
    color: rgba(254, 88, 88, 0.8)
}

.post-metadata .post-status {
    font-size: 16px;
    padding-left: 18px;
    min-height: 18px
}

.post-metadata .post-status:before {
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 18px;
    font-size: 9px;
    line-height: 18px
}

.post-navs {
    margin-bottom: 15px
}

.post-navs-prev,
.post-navs-next {
    position: relative;
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
    font-weight: normal
}

.post-navs-prev.btn-icon i+span,
.wizard>.actions a.post-navs-prev i+span,
.post-navs-prev.btn-icon span+i,
.wizard>.actions a.post-navs-prev span+i,
.post-navs-next.btn-icon i+span,
.wizard>.actions a.post-navs-next i+span,
.post-navs-next.btn-icon span+i,
.wizard>.actions a.post-navs-next span+i {
    margin-left: 5px
}

.post-navs-prev.btn-icon i,
.wizard>.actions a.post-navs-prev i,
.post-navs-next.btn-icon i,
.wizard>.actions a.post-navs-next i {
    font-size: 12px
}

.post-navs-next.btn-primary:before,
.post-navs-next.btn-info:before,
.post-navs-next.btn-success:before,
.post-navs-next.btn-danger:before,
.post-navs-next.btn-warning:before,
.wizard>.actions a.post-navs-next:before {
    content: '';
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: -1px;
    width: 1px;
    background: rgba(255, 255, 255, 0.7)
}

.post-date {
    color: #a2a7ad;
    font-size: 16px
}

.post-date i {
    margin-right: 5px
}

.post-item {
    color: #525f76
}

.post-item i {
    margin-right: 3px
}

@media screen and (min-width: 768px) {
    .post-item {
        display: inline-block
    }
}

.post-status {
    position: relative;
    font-size: 14px;
    color: #032540;
    margin: 0;
    padding-left: 45px;
    min-height: 25px
}

.post-status:before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    background-color: #F3F7FF;
    color: #032540;
    border-radius: 50%;
    font-size: 14px;
    line-height: 25px;
    text-align: center
}

.post-status.success {
    color: #84c561
}

.post-status.success:before {
    background-color: #84c561;
    color: #fff
}

.star-rating {
    font-size: 0
}

.star-rating-title {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 600
}

.star-rating__wrap {
    display: inline-block;
    font-size: 16px;
    vertical-align: middle
}

.star-rating__wrap:after {
    content: "";
    display: table;
    clear: both
}

.star-rating__number,
.star-rating__votes {
    display: inline-block;
    font-size: 22px;
    margin-left: 10px;
    vertical-align: middle
}

.star-rating__info {
    display: inline-block;
    vertical-align: middle
}

.star-rating__info .star-rating__number {
    display: block;
    font-size: 16px;
    line-height: 1
}

.star-rating__info .star-rating__votes {
    display: block;
    font-size: 12px;
    line-height: 1
}

.star-rating__ico {
    float: right;
    margin: 0;
    line-height: 40px !important;
    padding-left: 2px !important;
    cursor: pointer !important;
    color: #a2a7ad !important
}

.star-rating__ico:before {
    position: relative !important;
    display: block;
    content: "\f005" !important;
    font-family: 'Font Awesome 5 Pro';
    font-size: 36px;
    font-weight: 900;
    line-height: 1;
    width: 40px !important;
    height: 40px !important;
    border: 0 !important;
    background: transparent !important
}

.star-rating__ico:after {
    display: none
}

.star-rating__ico:last-child {
    padding-left: 0 !important
}

.star-rating__input {
    display: none
}

.star-rating__ico:hover:before,
.star-rating__ico:hover~.star-rating__ico:before {
    color: #FFAA49 !important
}

.star-rating__input:checked~.star-rating__ico:before {
    color: #FFAA49 !important
}

.post-thumbnail {
    position: relative;
    display: block;
    margin: 15px 0;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.2s linear
}

.post-thumbnail:focus {
    outline: none
}

.post-thumbnail:hover,
.post-thumbnail:focus {
    text-decoration: none
}

.post-thumbnail:hover .post-thumbnail-more,
.post-thumbnail:focus .post-thumbnail-more {
    color: #fd7148
}

.post-thumbnail-img {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.2s linear
}

.post-thumbnail-img>img {
    display: block;
    width: 100%
}

.post-thumbnail-img .post-metadata {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    margin: 0;
    z-index: 1
}

.post-thumbnail-body {
    padding: 15px 0
}

.post-thumbnail-title {
    position: relative;
    font-size: 18px;
    color: #032540;
    font-weight: 600;
    line-height: 1.3;
    margin: 0
}

.post-thumbnail-title.h1 {
    font-size: 36px
}

.post-thumbnail-title.h2 {
    font-size: 30px
}

.post-thumbnail-title.h3 {
    font-size: 26px
}

.post-thumbnail-title.h4 {
    font-size: 22px
}

.post-thumbnail-title.h5 {
    font-size: 16px
}

.post-thumbnail-title.h6 {
    font-size: 12px
}

.post-thumbnail-subtitle {
    line-height: 1.625;
    color: #363f4d;
    margin: 10px 0 5px
}

.post-thumbnail-rating {
    margin: 0;
    font-size: 0
}

.post-thumbnail-rating-wrap {
    display: inline-block;
    font-size: 16px;
    vertical-align: middle
}

.post-thumbnail-rating-wrap:after {
    content: "";
    display: table;
    clear: both
}

.post-thumbnail-rating-number,
.post-thumbnail-rating-votes {
    display: inline-block;
    font-size: 11px;
    color: #525f76;
    margin-left: 10px;
    vertical-align: middle;
    line-height: 1
}

.post-thumbnail-rating-info {
    display: inline-block;
    vertical-align: middle
}

.post-thumbnail-rating-info .post-thumbnail-rating-number {
    display: block;
    font-size: 16px
}

.post-thumbnail-rating-info .post-thumbnail-rating-votes {
    display: block;
    font-size: 12px
}

.post-thumbnail-rating-ico {
    float: right;
    margin: 0;
    line-height: 11px;
    padding-left: 3px;
    color: #a2a7ad
}

.post-thumbnail-rating-ico:before {
    position: relative;
    display: block;
    content: "\f005";
    font-family: 'Font Awesome 5 Pro';
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    width: 13px;
    height: 11px;
    background: transparent
}

.post-thumbnail-rating-ico:last-child {
    padding-left: 0
}

.post-thumbnail-rating-ico.checked:before,
.post-thumbnail-rating-ico.checked~.post-thumbnail-rating-ico:before {
    color: #FFAA49
}

.post-thumbnail-more {
    position: relative;
    font-size: 14px;
    color: #032540;
    line-height: 1.8;
    transition: all 0.2s linear
}

.post-thumbnail-more>span {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.post-thumbnail-more>span:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: #fd7148
}

.post-thumbnail-more>i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    font-size: 12px;
    color: #fd7148
}

.post-thumbnail .post-metadata {
    font-size: 12px;
    line-height: 1.2
}

.post-thumbnail.article,
.post-thumbnail.video,
.post-thumbnail.blog_post,
.post-thumbnail.quiz,
.post-thumbnail.checklist,
.post-thumbnail.lesson,
.post-thumbnail.speaker {
    padding-bottom: 40px
}

.post-thumbnail.article .post-thumbnail-more,
.post-thumbnail.video .post-thumbnail-more,
.post-thumbnail.blog_post .post-thumbnail-more,
.post-thumbnail.quiz .post-thumbnail-more,
.post-thumbnail.checklist .post-thumbnail-more,
.post-thumbnail.lesson .post-thumbnail-more,
.post-thumbnail.speaker .post-thumbnail-more {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px
}

.post-thumbnail-bordered {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #cbcdd1;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.post-thumbnail-bordered:hover,
.post-thumbnail-bordered:focus {
    background-color: #fff;
    border-color: #fff;
    -ms-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06)
}

.post-thumbnail-bordered .post-thumbnail-more {
    left: 20px !important;
    right: 20px !important
}

.post-thumbnail-minimalistic {
    background-color: rgba(255, 255, 255, 0);
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.post-thumbnail-minimalistic:hover,
.post-thumbnail-minimalistic:focus {
    background-color: #fff
}

.post-thumbnail.course.post-thumbnail-bordered:hover,
.post-thumbnail.course.post-thumbnail-bordered:focus {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
    border-color: #fd7148;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.post-thumbnail.course.post-thumbnail-bordered .post-thumbnail-body {
    padding: 0 0 35px 0
}

.post-thumbnail.course.post-thumbnail-bordered .post-thumbnail-subtitle {
    position: absolute;
    bottom: 0;
    left: 20px;
    color: #a2a7ad
}

.post-thumbnail.course.post-thumbnail-bordered .post-thumbnail-subtitle>i {
    display: inline-block;
    margin-right: 5px;
    font-size: 14px
}

@media screen and (min-width: 768px) {

    .post-thumbnail-minimalistic:hover,
    .post-thumbnail-minimalistic:focus {
        -ms-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
        -o-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06)
    }

    .post-thumbnail-minimalistic .post-thumbnail-body {
        padding-left: 20px;
        padding-right: 20px
    }

    .post-thumbnail-minimalistic .post-thumbnail-more {
        left: 20px !important;
        right: 20px !important
    }
}

.post-list-thumbnails {
    list-style: none;
    margin: 0 0 15px;
    padding: 0
}

.post-list-thumbnails>li>a {
    position: relative;
    display: block;
    padding: 10px 10px 10px 115px;
    color: #363f4d;
    line-height: 1.2;
    min-height: 70px
}

.post-list-thumbnails>li>a:hover,
.post-list-thumbnails>li>a:focus {
    background-color: #fff;
    text-decoration: none;
    outline: none
}

.post-list-thumbnails>li>a .post-thumbnail-img {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 90px;
    border-radius: 3px
}

.post-list-thumbnails>li>a .post-thumbnail-body {
    padding: 0;
    background-color: transparent
}

.post-list-thumbnails>li>a .post-thumbnail-title {
    font-size: 14px
}

.post-list-thumbnails>li>a .post-thumbnail-title span {
    display: inline-block;
    color: #a2a7ad;
    font-size: 12px;
    margin: 0 5px
}

.post-list-thumbnails>li>a .post-thumbnail-subtitle {
    font-size: 14px;
    margin: 5px 0
}

.post-list-thumbnails>li>a .post-duration {
    color: #a2a7ad;
    font-size: 12px;
    margin: 5px 0
}

.post-list-thumbnails>li>a .post-status {
    position: absolute;
    top: 7px;
    left: 7px;
    font-size: 10px;
    padding-left: 35px;
    min-height: 18px
}

.post-list-thumbnails>li>a .post-status:before {
    width: 18px;
    height: 18px;
    font-size: 9px;
    line-height: 18px
}

.post-list-thumbnails>li.active>a {
    background-color: #F3F7FF
}

.post-list-thumbnails li+li {
    border-top: 1px solid #F3F7FF
}

@media screen and (min-width: 768px) {
    .post-list-thumbnails>li>a {
        padding: 10px 10px 10px 120px
    }
}

.post-cover {
    position: relative;
    display: block;
    margin: 15px 0;
    overflow: hidden
}

.post-cover img {
    display: block;
    width: 100%
}

.post-cover.video:after {
    content: "\f144";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 65px;
    height: 65px;
    width: 65px;
    line-height: 1;
    color: rgba(3, 37, 64, 0.6);
    z-index: 2
}

.post-cover.video:hover:after,
.post-cover.video:focus:after {
    color: rgba(3, 37, 64, 0.85)
}

.block-divider+.post-cover {
    margin-top: 40px
}

.post-about {
    margin-top: 40px;
    margin-bottom: 40px
}

.post-about img {
    display: inline-block;
    max-width: 100%
}

.post-about.not-authorized {
    position: relative
}

/* .post-about.not-authorized:after {
    content: '';
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#FFFFFFFF', GradientType=0)
} */

.post-about-video {
    margin-top: 20px;
    margin-bottom: 20px
}

.post-about ul {
    list-style: none;
    margin: 0 0 30px;
    padding-left: 30px
}

.post-about ul>li {
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 0;
    list-style-type: disc
}

.post-about ol {
    list-style: none;
    margin: 0 0 30px;
    padding-left: 30px
}

.post-about ol>li {
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 0;
    list-style-type: decimal
}

.post-benefits {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.post-benefits>p {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 15px -0.5px;
    padding-left: 45px;
    padding-right: 15px;
    width: 100%
}

.post-benefits>p:before {
    content: '\f058';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 20px;
    width: 20px;
    height: 20px;
    color: #525f76;
    line-height: 1
}

@media screen and (min-width: 768px) {
    .post-benefits>p {
        width: 40%
    }
}

.post-program-item {
    position: relative;
    padding: 10px 70px 10px 35px
}

.post-program-item:before {
    content: attr(data-number);
    position: absolute;
    left: 0;
    top: 10px;
    color: #363f4d;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 700
}

.post-program-item-title {
    display: block;
    color: #363f4d;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin: 0
}

.post-program-item-title:hover,
.post-program-item-title:focus {
    color: #363f4d;
    outline: none
}

.post-program-item-subtitle {
    color: #525f76;
    font-size: 14px;
    line-height: 1.2;
    margin: 5px 0 0
}

.post-program-item-note {
    color: #a2a7ad;
    font-size: 14px;
    line-height: 1.2;
    margin: 0 0 5px
}

.post-program-item .post-duration {
    position: absolute;
    top: 10px;
    right: 0;
    margin: 0;
    color: #a2a7ad;
    font-size: 14px
}

.post-program-item.active:before {
    color: #fd7148
}

.post-program-item.active .post-program-item-title {
    color: #fd7148
}

.post-program-compact .post-program-item {
    padding: 10px 0 10px 35px
}

.post-program-marathon .post-program-item {
    padding: 30px 70px 10px 0
}

.post-program-marathon .post-program-item:before {
    color: #a2a7ad;
    font-size: 14px;
    text-transform: none;
    font-weight: 600
}

.post-program-marathon .post-program-item-title {
    font-size: 18px
}

@media screen and (min-width: 768px) {
    .post-program-marathon .post-program-item {
        padding: 10px 70px 10px 85px
    }

    .post-program-marathon .post-program-item:before {
        font-size: 16px
    }
}

.post-speakers {
    margin-top: 25px;
    margin-bottom: 25px
}

.post-speaker {
    position: relative;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #363f4d;
    font-size: 0;
    transition: all 0.2s linear
}

.post-speaker:hover,
.post-speaker:focus {
    color: #032540;
    text-decoration: none;
    outline: none
}

.post-speaker-img {
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 15px;
    padding: 5px;
    border: 1px solid #cbcdd1;
    overflow: hidden;
    vertical-align: middle
}

.post-speaker-img img {
    display: block;
    width: 100%;
    border-radius: 50%
}

.post-speaker-body {
    display: inline-block;
    width: calc(100% - 95px);
    vertical-align: middle
}

.post-speaker-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    margin: 0
}

.post-speaker-subtitle {
    color: #a2a7ad;
    font-size: 14px;
    line-height: 1.2;
    margin: 10px 0 0
}

.post-speaker-info {
    margin-top: 40px;
    margin-bottom: 40px
}

.post-speaker-info:last-of-type {
    margin-bottom: 0
}

.post-speaker-info-img {
    position: relative;
    margin-bottom: 20px;
    border-radius: 10px
}

.post-speaker-info-img .speaker-img {
    border-radius: 10px
}

.post-speaker-block {
    position: relative;
    background-color: #F3F7FF;
    padding: 50px 15px;
    margin-left: -15px;
    margin-right: -15px
}

.post-speaker-block:before {
    content: "";
    background: url("../img/shape-2.png") no-repeat center center;
    background-size: contain;
    width: 300px;
    height: 300px;
    position: absolute;
    right: -145px;
    top: 0;
    z-index: 0
}

@media screen and (min-width: 768px) {
    .post-speaker-img {
        width: 90px;
        height: 90px
    }

    .post-speaker-body {
        width: calc(100% - 105px)
    }

    .post-speaker-info-about {
        margin-left: 50px
    }

    .post-speaker-block {
        padding: 50px 60px;
        border-radius: 30px;
        margin-left: 0;
        margin-right: 0
    }
}

.post-rating {
    font-size: 0
}

.post-rating-title {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 600
}

.post-rating-wrap {
    display: inline-block;
    font-size: 16px;
    vertical-align: middle
}

.post-rating-wrap:after {
    content: "";
    display: table;
    clear: both
}

.post-rating-number,
.post-rating-votes {
    display: inline-block;
    font-size: 22px;
    margin-left: 10px;
    vertical-align: middle
}

.post-rating-info {
    display: inline-block;
    vertical-align: middle
}

.post-rating-info .post-rating-number {
    display: block;
    font-size: 16px;
    line-height: 1
}

.post-rating-info .post-rating-votes {
    display: block;
    font-size: 12px;
    line-height: 1
}

.post-rating-ico {
    float: right;
    margin: 0;
    line-height: 28px;
    padding-left: 2px;
    color: #a2a7ad
}

.post-rating-ico:before {
    position: relative;
    display: block;
    content: "\f005";
    font-family: 'Font Awesome 5 Pro';
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
    width: 30px;
    height: 30px;
    background: transparent
}

.post-rating-ico:after {
    display: none
}

.post-rating-ico:last-child {
    padding-left: 0
}

.post-rating-ico.checked:before,
.post-rating-ico.checked~.post-rating-ico:before {
    color: #FFAA49
}

.post-checklist ul,
.post-checklist ol {
    padding-left: 0
}

.post-checklist ul>li,
.post-checklist ol>li {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0
}

.post-checklist ul>li:before,
.post-checklist ol>li:before {
    display: none
}

.post-checklist.checkbox ul,
.post-checklist.checkbox ol {
    padding-left: 40px
}

.post-checklist.checkbox ul>li:before,
.post-checklist.checkbox ol>li:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -40px;
    margin: 0.75em auto;
    width: 20px;
    height: 20px;
    border: 2px solid #bdc1c5;
    border-radius: 3px;
    background: transparent
}

.post-checklist.rating ul,
.post-checklist.rating ol {
    padding-right: 120px
}

.post-checklist.rating ul>li:before,
.post-checklist.rating ol>li:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: -120px;
    margin: 0.75em auto;
    width: 90px;
    height: 40px;
    background: #d8dadd;
    border-radius: 3px
}

.post-checklist.rating ul>li:after,
.post-checklist.rating ol>li:after {
    content: '__ / 10';
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: -120px;
    margin: 0.75em auto;
    padding: 3px;
    width: 90px;
    height: 40px;
    color: #a2a7ad;
    text-align: center;
    font-size: 20px;
    font-weight: 600
}

.post-quiz-item-result {
    position: relative;
    padding-left: 32px;
    cursor: default;
    line-height: 22px;
    display: block;
    color: #a2a7ad;
    text-transform: none;
    margin-top: 10px;
    margin-bottom: 10px
}

.post-quiz-item-result:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #a2a7ad;
    background: #fff
}

.post-quiz-item-result:after {
    position: absolute;
    top: 5px;
    left: 5px;
    content: '';
    width: 0;
    height: 0;
    opacity: 1
}

.post-quiz-item-result+.post-quiz-item-result {
    margin-top: -5px
}

.post-quiz-item-result.active {
    color: #363f4d
}

.post-quiz-item-type-radio .post-quiz-item-result:before,
.post-quiz-item-type-radio .post-quiz-item-result:after {
    border-radius: 100%
}

.post-quiz-item-type-radio .post-quiz-item-result.active:after {
    width: 12px;
    height: 12px;
    background: #032540
}

.post-quiz-item-type-checkbox .post-quiz-item-result:before {
    border-radius: 3px
}

.post-quiz-item-type-checkbox .post-quiz-item-result.active:after {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    content: '\f00c';
    font-size: 18px;
    line-height: 1;
    width: 18px;
    height: 18px;
    color: #032540;
    position: absolute;
    top: 2px;
    left: 2px
}

.post-quiz-item-type-note {
    display: inline-block;
    padding: 3px 5px 3px 25px;
    margin: 0 0 15px;
    width: 210px;
    font-size: 13px;
    line-height: 17px;
    border: 1px solid rgba(253, 113, 72, 0.5);
    border-radius: 3px;
    background-color: rgba(253, 113, 72, 0.15)
}

.post-quiz-item-type-note.checkbox:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 4px;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    background-color: #fd7148
}

.post-quiz-item-type-note.checkbox:after {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    content: '\f00c';
    position: absolute;
    top: 6px;
    left: 7px;
    font-size: 11px;
    line-height: 1;
    width: 11px;
    height: 11px;
    color: #fff
}

.post-quiz-item-type-note.radio:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #fd7148;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0)
}

.post-quiz-item-type-note.radio:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 8px;
    width: 9px;
    height: 9px;
    background-color: #fd7148;
    border-radius: 100%
}

.other {
    background-color: #F3F7FF
}

.comment {
    position: relative;
    padding: 10px 0 10px 55px
}

.comment-avatar {
    position: absolute;
    display: block;
    top: 10px;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #a2a7ad;
    font-size: 24px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    overflow: hidden
}

.comment-avatar img {
    display: block;
    width: 100%
}

.comment-title {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px
}

.comment-title .approved {
    background-color: #dae6ff;
    border-radius: 10px;
    padding: 0 5px
}

.comment-date {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: #a2a7ad;
    padding-left: 14px
}

.comment-date:before {
    content: '';
    position: absolute;
    left: 6px;
    top: 8px;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #a2a7ad
}

.comment-date:focus,
.comment-date.focus,
.comment-date:hover,
.comment-date:active,
.comment-date.active {
    color: #525f76;
    text-decoration: none
}

.comment-status {
    position: relative;
    display: inline-block;
    font-size: 12px;
    padding-left: 14px
}

.comment-status:before {
    content: '';
    position: absolute;
    left: 6px;
    top: 8px;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #a2a7ad
}

.comment-reply-to {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: #a2a7ad;
    padding-left: 14px
}

.comment-reply-to:before {
    content: '';
    position: absolute;
    left: 6px;
    top: 8px;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #a2a7ad
}

.comment-reply-to:focus,
.comment-reply-to.focus,
.comment-reply-to:hover,
.comment-reply-to:active,
.comment-reply-to.active {
    color: #525f76;
    text-decoration: none
}

.comment-reply-to>i {
    margin-right: 2px
}

.comment-body>p {
    margin-bottom: 0
}

.comment-form {
    background: #F3F7FF;
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 30px;
    border-radius: 5px
}

.comment-form .btn,
.comment-form .wizard>.actions a,
.wizard>.actions .comment-form a {
    width: 100%
}

.comment-reply-btn,
.comment-like-btn {
    font-size: 14px;
    color: #949aa1
}

.comment-reply-btn:focus,
.comment-reply-btn.focus,
.comment-reply-btn:hover,
.comment-reply-btn:active,
.comment-reply-btn.active,
.comment-like-btn:focus,
.comment-like-btn.focus,
.comment-like-btn:hover,
.comment-like-btn:active,
.comment-like-btn.active {
    color: #525f76;
    text-decoration: none
}

.comment-likes-num {
    font-size: 14px;
    color: #525f76 !important;
    cursor: default
}

.comment-likes-num:focus,
.comment-likes-num.focus,
.comment-likes-num:hover,
.comment-likes-num:active,
.comment-likes-num.active {
    color: #525f76;
    text-decoration: none
}

.comment-likes-num>i {
    font-size: 12px;
    margin-right: 2px
}

.comment-footer a {
    font-size: 14px;
    color: #949aa1
}

.comment-footer a:focus,
.comment-footer a.focus,
.comment-footer a:hover,
.comment-footer a:active,
.comment-footer a.active {
    color: #525f76;
    text-decoration: none
}

.comment-footer a+a {
    position: relative;
    padding-left: 14px
}

.comment-footer a+a:before {
    content: '';
    position: absolute;
    left: 6px;
    top: 9px;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #a2a7ad
}

.comment-reply-form .comment-form,
.comment-edit-form .comment-form {
    padding: 10px
}

.comment-reply-form .comment-form .form-control,
.comment-edit-form .comment-form .form-control {
    margin-bottom: 10px
}

.comment-reply-form .comment-form .btn,
.comment-reply-form .comment-form .wizard>.actions a,
.wizard>.actions .comment-reply-form .comment-form a,
.comment-edit-form .comment-form .btn,
.comment-edit-form .comment-form .wizard>.actions a,
.wizard>.actions .comment-edit-form .comment-form a {
    width: 50%
}

.comment-children {
    margin-left: 55px
}

.comment-children .comment {
    padding: 5px 0 5px 40px
}

.comment-children .comment-avatar {
    top: 5px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 14px
}

.comment-children .comment-reply-form,
.comment-children .comment-edit-form {
    margin-left: -40px
}

.comment-cancel-reply-btn:focus,
.comment-cancel-reply-btn.focus,
.comment-cancel-reply-btn:hover,
.comment-cancel-reply-btn:active,
.comment-cancel-reply-btn.active {
    color: #032540
}

@media screen and (min-width: 768px) {

    .comment-form .btn,
    .comment-form .wizard>.actions a,
    .wizard>.actions .comment-form a {
        width: auto
    }

    .comment-reply-form .comment-form,
    .comment-edit-form .comment-form {
        padding: 15px
    }

    .comment-reply-form .comment-form .form-control,
    .comment-edit-form .comment-form .form-control {
        margin-bottom: 15px
    }

    .comment-reply-form .comment-form .btn,
    .comment-reply-form .comment-form .wizard>.actions a,
    .wizard>.actions .comment-reply-form .comment-form a,
    .comment-edit-form .comment-form .btn,
    .comment-edit-form .comment-form .wizard>.actions a,
    .wizard>.actions .comment-edit-form .comment-form a {
        width: auto
    }

    .comment-children .comment-reply-form,
    .comment-children .comment-edit-form {
        margin-left: 0
    }
}

.post-video-player-wrapper {
    margin-left: -10px;
    margin-right: -10px
}

.post-video-player-wrapper>[class*='col-'] {
    padding-left: 10px;
    padding-right: 10px
}

.post-video-player-wrapper .post-list-thumbnails {
    display: none;
    margin-top: 0;
    height: 210px;
    overflow-y: auto
}

@media screen and (min-width: 768px) {
    .post-video-player-wrapper .post-list-thumbnails {
        display: block
    }
}

@media screen and (min-width: 992px) {
    .post-video-player-wrapper .post-list-thumbnails {
        margin-top: 15px;
        height: 100%
    }
}

.page.course .page-header:after {
    left: 35%
}

.page.course .page-header .post-cover {
    margin-top: 0;
    border-radius: 10px
}

.page.course .page-header .post-metadata-benefits {
    margin: 30px 0 0
}

@media screen and (min-width: 768px) {
    .page.course .page-header {
        background-color: transparent;
        border-color: transparent
    }

    .page.course .page-header:before {
        content: '';
        position: absolute;
        top: 0;
        right: 20%;
        left: 0;
        bottom: 0;
        background-color: #F3F7FF;
        border-bottom-right-radius: 30px;
        z-index: -1
    }
}

@media screen and (min-width: 1200px) {
    .page.course .page-header:before {
        right: 40%
    }
}

.course-speakers {
    padding-bottom: 0
}

.course-about .post-about:first-child {
    margin-top: 0
}

.course-about .post-about:first-child .h3 {
    margin-top: 0
}

.course-attention-btn {
    position: fixed;
    display: block;
    left: 15px;
    right: 15px;
    bottom: 30px;
    margin: 0;
    padding: 0;
    z-index: 60
}

.course-attention-btn .btn,
.course-attention-btn .wizard>.actions a,
.wizard>.actions .course-attention-btn a {
    width: 100%;
    padding: 20px 10px
}

@media screen and (min-width: 768px) {
    .course-attention-btn {
        display: none
    }
}

.new-course-preview {
    text-align: center
}

.new-course-preview-title {
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 20px
}

.new-course-preview-subtitle {
    color: #fd7148;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px
}

@media screen and (min-width: 768px) {
    .new-course-preview {
        padding-top: 50px !important
    }

    .new-course-preview-title {
        font-size: 56px
    }

    .new-course-preview-subtitle {
        font-size: 16px
    }
}

.new-course-video {
    background-repeat: repeat-x;
    background-image: linear-gradient(184deg, #eaf1f9 10%, rgba(234, 241, 249, 0));
    z-index: 0
}

.new-course-video:after {
    content: '';
    position: absolute;
    top: -30px;
    right: -65px;
    background: url("../img/shape-1.png") no-repeat center center;
    background-size: contain;
    width: 400px;
    height: 400px;
    z-index: -1
}

.new-course-video-blockquote {
    margin: 30px 15px 0
}

.new-course-video-blockquote .h4 {
    font-size: 18px
}

.new-course-video .post-cover {
    -ms-box-shadow: 0 4px 40px -10px rgba(3, 37, 64, 0.25);
    -o-box-shadow: 0 4px 40px -10px rgba(3, 37, 64, 0.25);
    box-shadow: 0 4px 40px -10px rgba(3, 37, 64, 0.25)
}

@media screen and (min-width: 992px) {
    .new-course-video-blockquote {
        margin: 50px 0 0 55px
    }
}

@media screen and (min-width: 1200px) {
    .new-course-video-blockquote .h4 {
        font-size: 22px
    }
}

.new-course-program {
    padding-top: 0
}

.new-course-program .panel.active {
    -ms-box-shadow: 0 4px 35px -5px rgba(3, 37, 64, 0.25);
    -o-box-shadow: 0 4px 35px -5px rgba(3, 37, 64, 0.25);
    box-shadow: 0 4px 35px -5px rgba(3, 37, 64, 0.25)
}

.new-course-program .panel-title {
    font-size: 18px
}

.new-course-program .panel-title a {
    padding-right: 15px
}

.new-course-program .panel-title a:before {
    margin: 15px 3px
}

.new-course-program .panel-title-module {
    display: inline-block;
    width: 45px;
    height: 45px;
    background-color: #c0d5ff;
    border-radius: 5px;
    margin-right: 15px;
    padding: 7px;
    color: rgba(3, 37, 64, 0.5);
    font-size: 8px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    vertical-align: top
}

.new-course-program .panel-title-module span {
    display: block;
    font-size: 26px;
    line-height: 0.9
}

.new-course-program .panel-title-inner {
    display: inline-block;
    margin-top: 5px;
    width: calc(100% - 90px);
    vertical-align: top
}

.new-course-program .panel-title-inner-meta {
    font-size: 14px;
    color: #a2a7ad;
    font-weight: 400;
    margin-top: 5px
}

.new-course-program .panel-title-inner-meta span {
    position: relative;
    display: inline-block
}

.new-course-program .panel-title-inner-meta span+span {
    padding-left: 10px
}

.new-course-program .panel-title-inner-meta span+span:before {
    content: '';
    position: absolute;
    left: 3px;
    top: 7px;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #a2a7ad
}

.new-course-program .panel-body {
    font-size: 16px
}

@media screen and (min-width: 992px) {
    .new-course-program .panel-title {
        font-size: 26px
    }

    .new-course-program .panel-title a {
        padding-right: 30px
    }

    .new-course-program .panel-title a:before {
        font-size: 16px;
        height: 16px;
        margin: 23px 9px
    }

    .new-course-program .panel-title-module {
        display: inline-block;
        width: 62px;
        height: 62px;
        margin-right: 30px;
        padding: 12px;
        font-size: 10px
    }

    .new-course-program .panel-title-module span {
        font-size: 36px;
        line-height: 0.8
    }

    .new-course-program .panel-title-inner {
        margin-top: 5px;
        width: calc(100% - 122px)
    }

    .new-course-program .panel-title-inner-meta {
        font-size: 16px
    }

    .new-course-program .panel-title-inner-meta span+span {
        padding-left: 14px
    }

    .new-course-program .panel-title-inner-meta span+span:before {
        left: 6px;
        top: 8px
    }

    .new-course-program .panel-body {
        font-size: 18px;
        padding-left: 115px
    }
}

.new-course-lessons {
    padding-top: 0
}

@media screen and (min-width: 992px) {
    .new-course-lessons .panel-title {
        font-size: 20px
    }

    .new-course-lessons .panel-title-inner-meta {
        font-size: 14px
    }

    .new-course-lessons .panel-body {
        font-size: 16px;
        padding-right: 30px
    }
}

.new-course-speakers {
    background-color: #032540;
    z-index: 0;
    overflow: hidden
}

.new-course-speakers:after {
    content: '';
    position: absolute;
    top: -355px;
    right: 0;
    background: url("../img/shape-2.png") no-repeat center center;
    background-size: contain;
    width: 800px;
    height: 800px;
    opacity: 0.05;
    z-index: -1
}

.new-course-speaker-img {
    position: relative;
    margin-bottom: 30px;
    z-index: 0
}

.new-course-speaker-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(to bottom, rgba(3, 37, 64, 0) 40%, rgba(3, 37, 64, 0.8) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00032540', endColorstr='#CC032540', GradientType=0);
    z-index: 1
}

.new-course-speaker-img>img {
    display: block;
    width: 100%
}

.new-course-speaker-title-wrapper {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    z-index: 2
}

.new-course-speaker-title {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px
}

.new-course-speaker-subtitle {
    position: relative;
    color: #fff;
    font-size: 12px;
    padding-left: 10px;
    margin-bottom: 0
}

.new-course-speaker-subtitle:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #fd7148
}

.new-course-speaker-bio {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
    -ms-flex-direction: column
}

.new-course-speaker-bio>p {
    position: relative;
    padding-left: 40px;
    font-size: 16px
}

.new-course-speaker-bio>p:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 12px;
    height: 2px;
    width: 20px;
    background-color: #fff
}

.new-course-speaker+.new-course-speaker {
    margin-top: 30px
}

@media screen and (min-width: 992px) {
    .new-course-speaker-img {
        margin-bottom: 0
    }

    .new-course-speaker-bio>p {
        font-size: 18px
    }

    .new-course-speaker+.new-course-speaker {
        margin-top: 40px
    }
}

.new-course-about .post-about:first-child {
    margin-top: 0
}

.new-course-about .post-about:first-child .h3 {
    margin-top: 0
}

.new-course-about .post-benefits {
    display: block
}

.new-course-about .post-benefits>p {
    display: block
}

.new-course-about .post-benefits>p:before {
    content: '\f00c';
    width: 25px;
    height: 25px;
    background-color: #eaf1f9;
    color: #032540;
    border-radius: 50%;
    font-size: 14px;
    line-height: 25px;
    text-align: center
}

@media screen and (min-width: 768px) {
    .new-course-about .post-benefits>p {
        width: 100%;
        padding-right: 45px
    }
}

.new-course-about .post-benefits.course-benefits-slider {
    display: block
}

.new-course-about .post-benefits.course-benefits-slider>.slick-list>.slick-track>p {
    position: relative;
    display: block;
    margin: 15px 0;
    padding: 15px 15px 15px 55px;
    width: 100%;
    background-color: #F3F7FF;
    border-radius: 4px;
    border: 1px solid #fff
}

.new-course-about .post-benefits.course-benefits-slider>.slick-list>.slick-track>p:before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    position: absolute;
    top: 15px;
    left: 15px;
    width: 25px;
    height: 25px;
    background-color: #c0d5ff;
    color: #032540;
    border-radius: 50%;
    font-size: 14px;
    line-height: 25px;
    text-align: center
}

.new-course-about .post-benefits.course-benefits-slider>.slick-list>.slick-track>p:hover,
.new-course-about .post-benefits.course-benefits-slider>.slick-list>.slick-track>p:focus {
    outline: none
}

@media screen and (min-width: 768px) {
    .new-course-about .post-benefits.course-benefits-slider>.slick-list>.slick-track>p {
        padding: 0 45px 0 45px;
        background-color: transparent
    }

    .new-course-about .post-benefits.course-benefits-slider>.slick-list>.slick-track>p:before {
        top: 3px;
        left: 0;
        background-color: #F3F7FF
    }
}

.new-course-about-info {
    margin-bottom: 40px
}

.new-course-about-info-title {
    color: #032540;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0
}

.new-course-about-info-subtitle {
    font-size: 22px
}

.new-course-process {
    background-repeat: repeat-x;
    background-image: linear-gradient(10deg, #eaf1f9 10%, rgba(234, 241, 249, 0))
}

.new-course-process-img {
    border-radius: 15px;
    -ms-box-shadow: 0 8px 35px -5px rgba(3, 37, 64, 0.1);
    -o-box-shadow: 0 8px 35px -5px rgba(3, 37, 64, 0.1);
    box-shadow: 0 8px 35px -5px rgba(3, 37, 64, 0.1);
    overflow: hidden;
    margin: 0 15px 30px
}

.new-course-process-img>img {
    display: block;
    width: 100%
}

.new-course-process .nav-pills>li>a {
    position: relative;
    background-color: transparent;
    color: #363f4d;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
    overflow: hidden
}

.new-course-process .nav-pills>li>a:hover,
.new-course-process .nav-pills>li>a:focus {
    color: #363f4d;
    text-decoration: none;
    outline: none
}

.new-course-process .nav-pills>li.active>a {
    background-color: #fff;
    -ms-box-shadow: 0 4px 35px -5px rgba(3, 37, 64, 0.25);
    -o-box-shadow: 0 4px 35px -5px rgba(3, 37, 64, 0.25);
    box-shadow: 0 4px 35px -5px rgba(3, 37, 64, 0.25)
}

.new-course-process .nav-pills>li.active>a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 4px;
    background-color: #fd7148
}

@media screen and (min-width: 768px) {
    .new-course-process .block-title {
        margin-bottom: 50px
    }

    .new-course-process-img {
        margin: 0 50px 50px
    }

    .new-course-process .nav-pills {
        display: -ms-flexbox;
        display: flex
    }

    .new-course-process .nav-pills>li {
        width: 33%
    }

    .new-course-process .nav-pills>li>a {
        height: 100%
    }
}

@media screen and (min-width: 992px) {
    .new-course-process-img {
        margin: 0 50px
    }

    .new-course-process .nav-pills {
        display: block
    }

    .new-course-process .nav-pills>li {
        width: 100%
    }
}

.new-course-reviews-navs {
    position: relative
}

.new-course-reviews-nav-prev,
.new-course-reviews-nav-next {
    background-color: transparent;
    display: inline-block;
    width: 50px;
    height: 50px;
    color: #fd7148;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    border: 1px solid #fd7148;
    border-radius: 50%;
    cursor: pointer
}

.new-course-reviews-nav-prev:hover,
.new-course-reviews-nav-next:hover {
    background-color: #fc4a16;
    color: #fff
}

.new-course-reviews-nav-next {
    background-color: #fd7148;
    color: #fff;
    margin-left: 10px
}

.new-course-reviews+.new-course-faq {
    padding-top: 0
}

.course-reviews-wrapper {
    margin-left: -15px;
    margin-right: -15px
}

.course-review {
    background-color: #fff;
    padding: 20px;
    margin: 15px;
    border-radius: 4px;
    -ms-box-shadow: 0 4px 25px -5px rgba(3, 37, 64, 0.25);
    -o-box-shadow: 0 4px 25px -5px rgba(3, 37, 64, 0.25);
    box-shadow: 0 4px 25px -5px rgba(3, 37, 64, 0.25)
}

.course-review:focus {
    outline: none
}

.course-review-header {
    position: relative;
    padding: 0 0 0 65px
}

.course-review-avatar {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #c0d5ff;
    font-size: 28px;
    line-height: 50px;
    color: #032540;
    text-align: center;
    font-weight: 600;
    overflow: hidden
}

.course-review-avatar img {
    display: block;
    width: 100%
}

.course-review-title {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0
}

.course-review-date {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #a2a7ad;
    line-height: 1
}

.course-review-status {
    position: relative;
    display: inline-block;
    font-size: 14px;
    padding-left: 14px;
    line-height: 1
}

.course-review-status:before {
    content: '';
    position: absolute;
    left: 6px;
    top: 8px;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #a2a7ad
}

.course-review-rating {
    margin: 15px 0;
    font-size: 0
}

.course-review-rating-wrap {
    display: inline-block;
    font-size: 16px;
    vertical-align: middle
}

.course-review-rating-wrap:after {
    content: "";
    display: table;
    clear: both
}

.course-review-rating-ico {
    float: right;
    margin: 0;
    line-height: 14px;
    padding-left: 3px;
    color: #a2a7ad
}

.course-review-rating-ico:before {
    position: relative;
    display: block;
    content: "\f005";
    font-family: 'Font Awesome 5 Pro';
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    width: 17px;
    height: 14px;
    background: transparent
}

.course-review-rating-ico:last-child {
    padding-left: 0
}

.course-review-rating-ico.checked:before,
.course-review-rating-ico.checked~.course-review-rating-ico:before {
    color: #FFAA49
}

.course-review-body {
    margin-top: 10px;
    font-size: 18px
}

.new-course-faq .panel {
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0
}

.new-course-faq .panel-group .panel+.panel {
    border-top: 1px solid #F3F7FF
}

.new-course-buy-block+.new-course-faq {
    padding-top: 0
}

.new-course-buy-block-wrapper {
    background-color: rgba(253, 113, 72, 0.15);
    border: 10px solid #fd7148;
    border-radius: 5px;
    padding: 30px
}

.new-course-buy-block-title {
    color: #032540;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2
}

.new-course-buy-block-top {
    color: #fd7148;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0
}

.new-course-buy-block-subtitle {
    font-size: 16px
}

.new-course-buy-block-prices {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    -ms-flex-direction: column
}

.new-course-buy-block-price {
    position: relative;
    margin: 0 0 10px 0;
    min-height: 40px;
    color: #fd7148;
    font-size: 50px;
    line-height: 0.8;
    font-weight: 700
}

.new-course-buy-block-old-price {
    color: #a2a7ad;
    font-size: 26px;
    font-weight: 600;
    margin: 5px 0;
    text-decoration: line-through
}

.new-course-buy-block-price-note {
    color: #a2a7ad;
    margin: 5px 0
}

.new-course-buy-block .btn,
.new-course-buy-block .wizard>.actions a,
.wizard>.actions .new-course-buy-block a {
    margin-top: 20px
}

@media screen and (min-width: 768px) {
    .new-course-buy-block-title {
        font-size: 30px
    }

    .new-course-buy-block-subtitle {
        font-size: 18px
    }

    .new-course-buy-block-prices {
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
}

@media screen and (min-width: 992px) {
    .new-course-buy-block-title {
        font-size: 36px
    }

    .new-course-buy-block-top {
        font-size: 16px;
        margin-bottom: 5px
    }
}

.course-attention-btn {
    position: fixed;
    display: block;
    left: 15px;
    right: 15px;
    bottom: 30px;
    margin: 0;
    padding: 0;
    z-index: 60
}

.course-attention-btn .btn,
.course-attention-btn .wizard>.actions a,
.wizard>.actions .course-attention-btn a {
    width: 100%;
    padding: 20px 10px
}

@media screen and (min-width: 768px) {
    .course-attention-btn {
        display: none
    }
}

.about-page {
    font-size: 18px
}

.about-page-img {
    display: block;
    width: 100%;
    margin-bottom: 30px
}

.about-page-benefits {
    padding: 30px;
    background-color: #F3F7FF;
    border-radius: 4px;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 30px
}

.about-page-sign {
    position: relative;
    font-weight: 600;
    font-style: italic;
    line-height: 1;
    margin-top: 25px;
    color: #363f4d
}

.about-page-sign>span {
    position: relative;
    display: inline-block;
    padding-left: 32px;
    padding-right: 32px
}

.about-page-sign>span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 25px;
    height: 2px;
    margin: auto 0;
    background-color: #363f4d
}

.about-page+.about-page-blog {
    padding-top: 0
}

@media screen and (min-width: 768px) {
    .about-page-benefits {
        padding: 30px 40px
    }
}

.payment-page {
    font-size: 18px
}

.thank-you {
    text-align: center;
    font-size: 18px
}

.thank-you .h1 {
    margin-bottom: 30px
}

.thank-you-icon {
    font-size: 52px;
    text-align: center
}

.thank-you-phones {
    margin: 20px 0 40px
}

.thank-you-phones a {
    display: inline-block;
    color: #fd7148;
    font-size: 16px;
    font-weight: 700;
    margin: 5px 15px
}

.thank-you-phones a:hover,
.thank-you-phones a:focus {
    text-decoration: none
}

.thank-you-phones span,
.thank-you-phones i {
    font-size: 18px;
    line-height: 1
}

.thank-you-phones i {
    margin-right: 10px
}

.search-page-form-wrapper {
    margin-top: 10px;
    margin-bottom: 25px
}

.search-page-form-wrapper .block-title {
    margin-top: 0
}

.search-page-block+.search-page-block {
    margin-top: 50px
}

@media screen and (min-width: 768px) {
    .search-page-form-wrapper {
        position: relative;
        padding: 35px;
        background-color: #F3F7FF;
        border-radius: 5px;
        margin-top: 20px;
        margin-bottom: 35px;
        overflow: hidden
    }
}

@media screen and (min-width: 992px) {
    .search-page-form {
        margin: 6px 0
    }

    .search-page-form-wrapper .block-title {
        margin-bottom: 0
    }
}

.wizard {
    display: block;
    width: 100%;
    overflow: hidden
}

.wizard a {
    outline: 0
}

.wizard ul {
    list-style: none !important;
    padding: 0;
    margin: 0
}

.wizard ul>li {
    display: block;
    padding: 0
}

.wizard>.steps {
    position: relative;
    display: block;
    width: 100%
}

.wizard>.steps .current-info {
    position: absolute;
    left: -999em
}

.wizard>.steps>ul>li {
    width: 25%;
    float: left;
    text-align: center
}

.wizard>.steps a {
    position: relative;
    color: #a2a7ad;
    text-decoration: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    font-weight: 500;
    font-size: 1.15rem
}

.wizard>.steps a .number {
    position: relative;
    background-color: #bdc1c5;
    color: #fff;
    width: 35px;
    height: 35px;
    font-size: 18px;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 5px 10px;
    transition: all 0.2s ease
}

.wizard>.steps a .number:before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid #bdc1c5;
    transition: all 0.2s ease
}

.wizard>.steps .disabled a {
    color: #a2a7ad;
    cursor: default
}

.wizard>.steps .disabled a .number {
    background-color: #bdc1c5;
    color: #fff
}

.wizard>.steps .disabled a .number:before {
    border-color: #bdc1c5
}

.wizard>.steps .current a {
    color: #032540
}

.wizard>.steps .current a:hover {
    color: #032540
}

.wizard>.steps .current a:active {
    color: #032540
}

.wizard>.steps .current a .number {
    background-color: #032540;
    color: #fff
}

.wizard>.steps .current a .number:before {
    border-color: #032540
}

.wizard>.steps .done a {
    color: #032540
}

.wizard>.steps .done a:hover {
    color: #032540
}

.wizard>.steps .done a:active {
    color: #032540
}

.wizard>.steps .done a .number {
    background-color: #032540;
    color: #fff
}

.wizard>.steps .done a .number:before {
    border-color: #032540
}

.wizard>.steps .error a {
    color: #fe5858
}

.wizard>.steps .error a:hover {
    color: #fe5858
}

.wizard>.steps .error a:active {
    color: #fe5858
}

.wizard>.steps .error a .number {
    background-color: #fe5858;
    color: #fff
}

.wizard>.steps .error a .number:before {
    border-color: #fe5858
}

.wizard.vertical>.steps {
    display: none
}

.wizard.vertical>.steps>ul>li {
    float: none;
    width: 100%;
    text-align: left
}

.wizard.vertical>.steps>ul>li:last-of-type>a:before {
    display: none
}

.wizard.vertical>.steps a {
    margin-bottom: 40px
}

.wizard.vertical>.steps a:before {
    content: '';
    position: absolute;
    top: 45px;
    left: 27px;
    width: 2px;
    height: 40px;
    background-color: #bdc1c5
}

.wizard.vertical>.steps .disabled a:before {
    background-color: #bdc1c5
}

.wizard.vertical>.steps .current a:before {
    background-color: #bdc1c5
}

.wizard.vertical>.steps .done a:before {
    background-color: #032540
}

.wizard.vertical>.steps .error a:before {
    background-color: #bdc1c5
}

@media (min-width: 768px) {
    .wizard.vertical>.steps {
        display: block;
        float: left;
        width: 12%;
        padding: 15px
    }

    .wizard.vertical>.content {
        float: left;
        width: 88%;
        padding: 15px
    }

    .wizard.vertical>.actions {
        display: inline-block;
        text-align: left;
        padding: 20px 15px 20px 12%
    }

    .wizard.vertical>.actions>ul>li {
        margin: 0 0 0 1em
    }
}

@media (min-width: 992px) {
    .wizard.vertical>.steps {
        width: 20%;
        padding: 15px 30px
    }

    .wizard.vertical>.content {
        width: 80%
    }

    .wizard.vertical>.actions {
        padding-left: 20%
    }
}

.wizard>.content {
    position: relative;
    height: auto;
    width: auto;
    display: block;
    margin: 0;
    padding: 15px 5px
}

.wizard>.content>.title {
    position: absolute;
    left: -999em
}

.wizard>.content>.body {
    width: 100%;
    height: 100%
}

.wizard>.content>.body .heading {
    font-size: 18px;
    margin-bottom: 30px
}

.wizard>.content>.body textarea {
    resize: none
}

.wizard>.actions {
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
    padding: 20px 0
}

.wizard>.actions>ul {
    display: inline-block;
    text-align: right
}

.wizard>.actions>ul>li {
    float: left;
    margin: 0 10px
}

.wizard>.actions .disabled {
    display: none
}

.tabcontrol {
    display: block;
    width: 100%;
    overflow: hidden
}

.tabcontrol a {
    outline: 0
}

.tabcontrol ul {
    list-style: none !important;
    padding: 0;
    margin: 0
}

.tabcontrol ul>li {
    display: block;
    padding: 0
}

.tabcontrol>.steps {
    position: relative;
    display: block;
    width: 100%
}

.tabcontrol>.steps .current-info {
    position: absolute;
    left: -999em
}

.tabcontrol>.steps>ul {
    position: relative;
    margin: 6px 0 0;
    top: 1px;
    z-index: 1
}

.tabcontrol>.steps>ul>li {
    float: left;
    margin: 5px 2px 0 0;
    padding: 1px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.tabcontrol>.steps>ul>li:hover {
    background: #edecec;
    border: 1px solid #a2a7ad;
    padding: 0
}

.tabcontrol>.steps>ul>li>a {
    color: #a2a7ad;
    display: inline-block;
    border: 0 none;
    margin: 0;
    padding: 10px 30px;
    text-decoration: none
}

.tabcontrol>.steps>ul>li>a:hover {
    text-decoration: none
}

.tabcontrol>.steps>ul>li.current {
    background: #fff;
    border: 1px solid #a2a7ad;
    border-bottom: 0 none;
    padding: 0 0 1px;
    margin-top: 0
}

.tabcontrol>.steps>ul>li.current>a {
    padding: 15px 30px 10px
}

.tabcontrol>.content {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 35em;
    overflow: hidden;
    border-top: 1px solid #a2a7ad;
    padding-top: 20px
}

.tabcontrol>.content>.title {
    position: absolute;
    left: -999em
}

.tabcontrol>.content>.body {
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%
}

.tabcontrol>.content>.body ul {
    list-style: disc !important
}

.tabcontrol>.content>.body ul>li {
    display: list-item
}

#form-order-box.wizard.vertical>.steps {
    display: none
}

#form-order-box.wizard.vertical>.steps a {
    cursor: default
}

@media (min-width: 768px) {
    #form-order-box.wizard.vertical>.steps {
        display: none
    }

    #form-order-box.wizard.vertical>.content {
        width: 100%
    }

    #form-order-box.wizard.vertical>.actions {
        padding-left: 0
    }
}

@media (min-width: 992px) {
    #form-order-box.wizard.vertical>.steps {
        display: block;
        opacity: 0
    }

    #form-order-box.wizard.vertical>.content {
        width: 80%
    }

    #form-order-box.wizard.vertical>.actions {
        padding-left: 20%
    }
}

.wizard-simple>.steps>ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.wizard-simple>.steps>ul>li {
    position: relative;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    width: 100%;
    float: none
}

.wizard-simple>.steps a {
    margin-left: 2px;
    margin-right: 2px
}

.wizard-simple>.steps a .step {
    position: relative;
    height: 3px;
    width: 100%;
    background-color: #e6e7e9;
    font-size: 0
}

.wizard-simple>.steps .disabled a .step {
    background-color: #e6e7e9
}

.wizard-simple>.steps .current a .step {
    background-color: #fd7148
}

.wizard-simple>.steps .done a .step {
    background-color: #84c561
}

.wizard-simple>.steps .error a .step {
    background-color: #fe5858
}

.wizard-with-sidebar .wizard-sidebar {
    display: none
}

@media screen and (min-width: 992px) {

    .wizard-with-sidebar>.steps,
    .wizard-with-sidebar>.actions {
        width: 66.66667%
    }

    .wizard-with-sidebar .wizard-sidebar {
        display: block;
        padding: 15px;
        background-color: #F3F7FF;
        border-radius: 4px;
        min-height: 300px;
        height: 100%
    }

    .wizard-with-sidebar .wizard-sidebar .assistant .post-speaker-img {
        position: relative;
        width: 80px;
        height: 80px;
        overflow: visible
    }

    .wizard-with-sidebar .wizard-sidebar .assistant .post-speaker-img:after {
        content: '';
        position: absolute;
        right: 4px;
        bottom: 4px;
        width: 15px;
        height: 15px;
        background-color: #84c561;
        border: 3px solid #F3F7FF;
        border-radius: 50%
    }

    .wizard-with-sidebar .wizard-sidebar .assistant .post-speaker-img>img {
        border-radius: 50%
    }

    .wizard-with-sidebar .wizard-sidebar .assistant .post-speaker-body {
        width: calc(100% - 105px)
    }

    .wizard-with-sidebar .wizard-sidebar .assistant-bubble {
        position: relative;
        margin-top: 20px;
        margin-bottom: 10px;
        padding: 10px;
        background-color: #fff;
        border-radius: 4px;
        -ms-box-shadow: 0 5px 10px rgba(3, 37, 64, 0.1);
        -o-box-shadow: 0 5px 10px rgba(3, 37, 64, 0.1);
        box-shadow: 0 5px 10px rgba(3, 37, 64, 0.1)
    }

    .wizard-with-sidebar .wizard-sidebar .assistant-bubble:before {
        content: '';
        position: absolute;
        top: -9px;
        left: 35px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff
    }
}

@media screen and (min-width: 1200px) {

    .wizard-with-sidebar>.steps,
    .wizard-with-sidebar>.actions {
        width: 75%
    }
}