/*!
 * 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: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  color: #ececec;
  background-color: #1a191d;
}

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

a {
  color: #f9f9f9;
  text-decoration: none;
}

a:hover, a:focus {
  color: #ffffff;
  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: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #1a191d;
  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 #ececec;
}

.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: 700;
  line-height: 1.2;
  color: #ffffff;
}

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: #a4a4a4;
}

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: #040100;
  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: #a4a4a4;
}

.text-primary {
  color: #d90a2c;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #a80822;
}

.text-success {
  color: #549e2b;
}

a.text-success:hover,
a.text-success:focus {
  color: #3f7620;
}

.text-info {
  color: #259fd3;
}

a.text-info:hover,
a.text-info:focus {
  color: #1d7ea8;
}

.text-warning {
  color: #e9714d;
}

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

.text-danger {
  color: #be001f;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #8b0017;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #d90a2c;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #a80822;
}

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

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

.bg-info {
  background-color: black;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: black;
}

.bg-warning {
  background-color: #040100;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: black;
}

.bg-danger {
  background-color: #240006;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: black;
}

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

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 #a4a4a4;
}

.initialism {
  font-size: 90%;
}

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

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: #a4a4a4;
}

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 #ececec;
  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: #ffffff;
  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: #262529;
  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: transparent;
}

caption {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #a4a4a4;
  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: 12px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #646165;
}

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

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

.table .table {
  background-color: #1a191d;
}

.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: 8px;
}

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

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

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

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

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

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: #262529;
}

.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: #1a191c;
}

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

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

.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: #040100;
}

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

.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: #240006;
}

.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: #0a0002;
}

.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 #646165;
  }
  .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: #a4a4a4;
  border: 0;
  border-bottom: 1px solid #262529;
}

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: 10px;
  font-size: 16px;
  line-height: 1.42857;
  color: #f9f9f9;
}

.form-control {
  display: block;
  width: 100%;
  height: 42px;
  padding: 9px 18px;
  font-size: 16px;
  line-height: 1.42857;
  color: #f9f9f9;
  background-color: #262529;
  background-image: none;
  border: 1px solid #262529;
  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: #a4a4a4;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(164, 164, 164, 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: #1a191d;
  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: 42px;
  }
  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: 50px;
  }
}

.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: 10px;
  padding-bottom: 10px;
  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: 50px;
  padding: 12px 24px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

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: 50px;
  line-height: 50px;
}

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: 50px;
  padding: 12px 24px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

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

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

.form-group-lg .form-control-static {
  height: 50px;
  min-height: 40px;
  padding: 13px 24px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

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

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  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: 50px;
  height: 50px;
  line-height: 50px;
}

.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: #549e2b;
}

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

.has-success .form-control:focus {
  border-color: #3f7620;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #87d35c;
}

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

.has-success .form-control-feedback {
  color: #549e2b;
}

.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: #e9714d;
}

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

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

.has-warning .input-group-addon {
  color: #e9714d;
  border-color: #e9714d;
  background-color: #040100;
}

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

.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: #be001f;
}

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

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

.has-error .input-group-addon {
  color: #be001f;
  border-color: #be001f;
  background-color: #240006;
}

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

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

@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: 10px;
}

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

.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: 10px;
  }
}

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

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 17.0px;
    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: 9px 18px;
  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: #ffffff;
  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: 0.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: #ffffff;
  background-color: #262529;
  border-color: #262529;
}

.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: #ffffff;
  background-color: #0d0d0e;
  border-color: black;
}

.btn-default:hover, .wizard > .actions > ul > li:first-of-type > a:hover {
  color: #ffffff;
  background-color: #0d0d0e;
  border-color: #080809;
}

.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: #ffffff;
  background-color: #0d0d0e;
  border-color: #080809;
}

.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: #ffffff;
  background-color: black;
  border-color: black;
}

.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: #262529;
  border-color: #262529;
}

.btn-default .badge, .wizard > .actions > ul > li:first-of-type > a .badge {
  color: #262529;
  background-color: #ffffff;
}

.btn-primary, .wizard > .actions a {
  color: #ffffff;
  background-color: #d90a2c;
  border-color: #d90a2c;
}

.btn-primary:focus, .wizard > .actions a:focus, .btn-primary.focus, .wizard > .actions a.focus {
  color: #ffffff;
  background-color: #a80822;
  border-color: #5f0413;
}

.btn-primary:hover, .wizard > .actions a:hover {
  color: #ffffff;
  background-color: #a80822;
  border-color: #9e0720;
}

.btn-primary:active, .wizard > .actions a:active, .btn-primary.active, .wizard > .actions a.active,
.open > .btn-primary.dropdown-toggle,
.wizard > .actions .open > a.dropdown-toggle {
  color: #ffffff;
  background-color: #a80822;
  border-color: #9e0720;
}

.btn-primary:active:hover, .wizard > .actions a:active:hover, .btn-primary:active:focus, .wizard > .actions a:active:focus, .btn-primary:active.focus, .wizard > .actions a:active.focus, .btn-primary.active:hover, .wizard > .actions a.active:hover, .btn-primary.active:focus, .wizard > .actions a.active:focus, .btn-primary.active.focus, .wizard > .actions a.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.wizard > .actions .open > a.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.wizard > .actions .open > a.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus,
.wizard > .actions .open > a.dropdown-toggle.focus {
  color: #ffffff;
  background-color: #86061b;
  border-color: #5f0413;
}

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

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

.btn-primary .badge, .wizard > .actions a .badge {
  color: #d90a2c;
  background-color: #ffffff;
}

.btn-success {
  color: #ffffff;
  background-color: #549e2b;
  border-color: #549e2b;
}

.btn-success:focus, .btn-success.focus {
  color: #ffffff;
  background-color: #3f7620;
  border-color: #1f3a10;
}

.btn-success:hover {
  color: #ffffff;
  background-color: #3f7620;
  border-color: #3a6e1e;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: #3f7620;
  border-color: #3a6e1e;
}

.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: #ffffff;
  background-color: #305a18;
  border-color: #1f3a10;
}

.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: #549e2b;
  border-color: #549e2b;
}

.btn-success .badge {
  color: #549e2b;
  background-color: #ffffff;
}

.btn-info {
  color: #ffffff;
  background-color: #259fd3;
  border-color: #259fd3;
}

.btn-info:focus, .btn-info.focus {
  color: #ffffff;
  background-color: #1d7ea8;
  border-color: #124d67;
}

.btn-info:hover {
  color: #ffffff;
  background-color: #1d7ea8;
  border-color: #1c789f;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #ffffff;
  background-color: #1d7ea8;
  border-color: #1c789f;
}

.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: #ffffff;
  background-color: #186789;
  border-color: #124d67;
}

.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: #259fd3;
  border-color: #259fd3;
}

.btn-info .badge {
  color: #259fd3;
  background-color: #ffffff;
}

.btn-warning {
  color: #ffffff;
  background-color: #e9714d;
  border-color: #e9714d;
}

.btn-warning:focus, .btn-warning.focus {
  color: #ffffff;
  background-color: #e34d20;
  border-color: #a23514;
}

.btn-warning:hover {
  color: #ffffff;
  background-color: #e34d20;
  border-color: #dd481b;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #ffffff;
  background-color: #e34d20;
  border-color: #dd481b;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #ffffff;
  background-color: #c74119;
  border-color: #a23514;
}

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

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

.btn-warning .badge {
  color: #e9714d;
  background-color: #ffffff;
}

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

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

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

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #ffffff;
  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: #ffffff;
  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: #ffffff;
}

.btn-link {
  color: #f9f9f9;
  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: #ffffff;
  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: #a4a4a4;
  text-decoration: none;
}

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

.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: #262529;
  border: 1px solid #262529;
  border: 1px solid #262529;
  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: #646165;
}

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

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

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #262529;
  text-decoration: none;
  outline: 0;
  background-color: transparent;
}

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

.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: #8b8b8b;
  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: 9px 18px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #f9f9f9;
  text-align: center;
  background-color: #262529;
  border: 1px solid #262529;
  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: 12px 24px;
  font-size: 18px;
  border-radius: 6px;
}

.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: #1a191d;
}

.nav > li.disabled > a {
  color: #a4a4a4;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #a4a4a4;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #1a191d;
  border-color: #f9f9f9;
}

.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: #ececec #ececec #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #262529;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  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: #262529;
  background-color: #ffffff;
}

.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 rgba(255, 255, 255, 0.2);
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    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: #ffffff;
  }
}

.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: 29px;
  margin-bottom: 29px;
}

@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: 29px;
  margin-bottom: 29px;
}

.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: #1a191d;
  border-color: transparent;
}

.navbar-default .navbar-brand {
  color: #a4a4a4;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #f9f9f9;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #ececec;
}

.navbar-default .navbar-nav > li > a {
  color: #a4a4a4;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #f9f9f9;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #f9f9f9;
  background-color: transparent;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #646165;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #d90a2c;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #f9f9f9;
}

@media (max-width: 1199px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #a4a4a4;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #f9f9f9;
    background-color: transparent;
  }
  .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: #f9f9f9;
    background-color: transparent;
  }
  .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: #646165;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #a4a4a4;
}

.navbar-default .navbar-link:hover {
  color: #f9f9f9;
}

.navbar-default .btn-link {
  color: #a4a4a4;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #f9f9f9;
}

.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: #646165;
}

.navbar-inverse {
  background-color: #d90a2c;
  border-color: transparent;
}

.navbar-inverse .navbar-brand {
  color: #f9f9f9;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #f9f9f9;
}

.navbar-inverse .navbar-nav > li > a {
  color: #f9f9f9;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: transparent;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #f9f9f9;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #b70825;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #ffffff;
}

@media (max-width: 1199px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #f9f9f9;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .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: #ffffff;
    background-color: transparent;
  }
  .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: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #f9f9f9;
}

.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

.navbar-inverse .btn-link {
  color: #f9f9f9;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #ffffff;
}

.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: transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px #646165;
  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: #646165;
}

.breadcrumb > .active {
  color: #a4a4a4;
}

.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: 9px 18px;
  line-height: 1.42857;
  text-decoration: none;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid transparent;
  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: #ffffff;
  background-color: rgba(255, 255, 255, 0.4);
  border-color: transparent;
}

.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: #262529;
  background-color: #ffffff;
  border-color: transparent;
  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: #a4a4a4;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 12px 24px;
  font-size: 18px;
  line-height: 1.33333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.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: rgba(255, 255, 255, 0.2);
  border: 1px solid transparent;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.4);
}

.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: #a4a4a4;
  background-color: rgba(255, 255, 255, 0.2);
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  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: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #a4a4a4;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #8b8b8b;
}

.label-primary {
  background-color: #d90a2c;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #a80822;
}

.label-success {
  background-color: #549e2b;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #3f7620;
}

.label-info {
  background-color: #259fd3;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #1d7ea8;
}

.label-warning {
  background-color: #e9714d;
}

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #e34d20;
}

.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: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #a4a4a4;
  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: #f9f9f9;
  background-color: #ffffff;
}

.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: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #ececec;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: lightgray;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}

.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: #1a191d;
  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: #ececec;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #f9f9f9;
}

.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: #549e2b;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #3f7620;
}

.alert-info {
  background-color: black;
  border-color: black;
  color: #259fd3;
}

.alert-info hr {
  border-top-color: black;
}

.alert-info .alert-link {
  color: #1d7ea8;
}

.alert-warning {
  background-color: #040100;
  border-color: #040100;
  color: #e9714d;
}

.alert-warning hr {
  border-top-color: black;
}

.alert-warning .alert-link {
  color: #e34d20;
}

.alert-danger {
  background-color: #240006;
  border-color: #240006;
  color: #be001f;
}

.alert-danger hr {
  border-top-color: #0a0002;
}

.alert-danger .alert-link {
  color: #8b0017;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: rgba(255, 255, 255, 0.1);
  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: #ffffff;
  text-align: center;
  background-color: #d90a2c;
  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: #549e2b;
}

.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: #259fd3;
}

.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: #e9714d;
}

.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: #ffffff;
  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: #ececec;
  color: #a4a4a4;
  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: #a4a4a4;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #262529;
  background-color: #ffffff;
  border-color: #ffffff;
}

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

.list-group-item-success {
  color: #549e2b;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #549e2b;
}

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: #549e2b;
  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: #549e2b;
  border-color: #549e2b;
}

.list-group-item-info {
  color: #259fd3;
  background-color: black;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #259fd3;
}

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: #259fd3;
  background-color: black;
}

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: #259fd3;
  border-color: #259fd3;
}

.list-group-item-warning {
  color: #e9714d;
  background-color: #040100;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #e9714d;
}

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: #e9714d;
  background-color: black;
}

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: #e9714d;
  border-color: #e9714d;
}

.list-group-item-danger {
  color: #be001f;
  background-color: #240006;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #be001f;
}

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: #be001f;
  background-color: #0a0002;
}

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: #be001f;
  border-color: #be001f;
}

.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(255, 255, 255, 0);
  border: 1px solid transparent;
  border-radius: 6px;
  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: 5px;
  border-top-left-radius: 5px;
}

.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: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(255, 255, 255, 0);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.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: 5px;
  border-top-left-radius: 5px;
}

.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: 5px;
  border-bottom-left-radius: 5px;
}

.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: 5px;
  border-top-left-radius: 5px;
}

.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: 5px;
  border-top-right-radius: 5px;
}

.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: 5px;
}

.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: 5px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.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: 5px;
  border-bottom-right-radius: 5px;
}

.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: 5px;
}

.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: 5px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #646165;
}

.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: 6px;
}

.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 rgba(255, 255, 255, 0);
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.panel-default {
  border-color: rgba(255, 255, 255, 0.5);
}

.panel-default > .panel-heading {
  color: #ececec;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(255, 255, 255, 0.5);
}

.panel-default > .panel-heading .badge {
  color: rgba(255, 255, 255, 0.1);
  background-color: #ececec;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}

.panel-primary {
  border-color: #d90a2c;
}

.panel-primary > .panel-heading {
  color: #ececec;
  background-color: rgba(217, 10, 44, 0.1);
  border-color: #d90a2c;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d90a2c;
}

.panel-primary > .panel-heading .badge {
  color: rgba(217, 10, 44, 0.1);
  background-color: #ececec;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d90a2c;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #549e2b;
  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: #549e2b;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: black;
}

.panel-info > .panel-heading {
  color: #259fd3;
  background-color: black;
  border-color: black;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: black;
}

.panel-info > .panel-heading .badge {
  color: black;
  background-color: #259fd3;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: black;
}

.panel-warning {
  border-color: #040100;
}

.panel-warning > .panel-heading {
  color: #e9714d;
  background-color: #040100;
  border-color: #040100;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #040100;
}

.panel-warning > .panel-heading .badge {
  color: #040100;
  background-color: #e9714d;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #040100;
}

.panel-danger {
  border-color: #240006;
}

.panel-danger > .panel-heading {
  color: #be001f;
  background-color: #240006;
  border-color: #240006;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #240006;
}

.panel-danger > .panel-heading .badge {
  color: #240006;
  background-color: #be001f;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #240006;
}

.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: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
  text-shadow: none;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.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: #1a191d;
  border: 1px solid transparent;
  border: 1px solid transparent;
  border-radius: 6px;
  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: 0.6;
  filter: alpha(opacity=60);
}

.modal-header {
  padding: 25px 25px 0;
  border-bottom: 1px solid transparent;
  min-height: 25px 25px 01.42857;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px 25px 25px;
}

.modal-footer {
  padding: 15px 25px 25px;
  text-align: right;
  border-top: 1px solid transparent;
}

.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: "Open Sans", 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: #f9f9f9;
  text-align: center;
  background-color: #3d3c3e;
  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: #3d3c3e;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #3d3c3e;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #3d3c3e;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #3d3c3e;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #3d3c3e;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #3d3c3e;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #3d3c3e;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #3d3c3e;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans", 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: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  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: 5px 5px 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: #999999;
  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: #ffffff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  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: #ffffff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  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: #ffffff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  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;
    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: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  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: #ffffff;
  text-decoration: none;
  opacity: 0.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 #ffffff;
  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: #ffffff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  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;
  }
}

/* Create random background color */
.alert > i {
  display: inline-block;
  margin: 0 10px;
}

.alert-default {
  background-color: #262529;
  border-color: #262529;
  color: #a4a4a4;
}

.alert-default hr {
  border-top-color: #1a191c;
}

.alert-default .alert-link {
  color: #8b8b8b;
}

.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-icon.btn-sm i + span, .btn-group-sm > .btn-icon.btn i + span, .wizard > .actions .btn-group-sm > a i + span, .wizard > .actions a.btn-sm i + span,
.btn-icon.btn-sm span + i,
.btn-group-sm > .btn-icon.btn span + i,
.wizard > .actions .btn-group-sm > a span + i,
.wizard > .actions a.btn-sm span + i {
  margin-left: 10px;
}

.btn-link {
  color: #a4a4a4;
  font-weight: 600;
}

.btn-link:focus, .btn-link.focus, .btn-link:hover, .btn-link:active, .btn-link.active {
  color: #ffffff;
  text-decoration: none;
}

.btn-link span + i,
.btn-link i + span {
  margin-left: 10px;
}

.btn-link i {
  font-size: 12px;
  color: #d90a2c;
}

.btn-social {
  position: relative;
  color: #a4a4a4;
  font-weight: 400;
  min-height: 24px;
  padding: 0 0 0 35px;
}

.btn-social:focus, .btn-social.focus, .btn-social:hover, .btn-social:active, .btn-social.active {
  color: #ffffff;
  text-decoration: none;
}

.btn-social i {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 18px;
  color: #f9f9f9;
  line-height: 1;
  width: 22px;
  text-align: center;
}

.btn-default-primary {
  border: 1px solid #262529;
  background-color: #262529;
  color: #ffffff;
}

.btn-default-primary:focus, .btn-default-primary.focus, .btn-default-primary:hover, .btn-default-primary:active, .btn-default-primary.active {
  border-color: #d90a2c;
  background-color: #d90a2c;
  color: #ffffff;
}

.btn-default-success {
  border: 1px solid #262529;
  background-color: #262529;
  color: #ffffff;
}

.btn-default-success:focus, .btn-default-success.focus, .btn-default-success:hover, .btn-default-success:active, .btn-default-success.active {
  border-color: #549e2b;
  background-color: #549e2b;
  color: #ffffff;
}

.btn-default-info {
  border: 1px solid #262529;
  background-color: #262529;
  color: #ffffff;
}

.btn-default-info:focus, .btn-default-info.focus, .btn-default-info:hover, .btn-default-info:active, .btn-default-info.active {
  border-color: #259fd3;
  background-color: #259fd3;
  color: #ffffff;
}

.btn-default-warning {
  border: 1px solid #262529;
  background-color: #262529;
  color: #ffffff;
}

.btn-default-warning:focus, .btn-default-warning.focus, .btn-default-warning:hover, .btn-default-warning:active, .btn-default-warning.active {
  border-color: #e9714d;
  background-color: #e9714d;
  color: #ffffff;
}

.btn-default-danger {
  border: 1px solid #262529;
  background-color: #262529;
  color: #ffffff;
}

.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: #ffffff;
}

.btn-outline-primary {
  border: 1px solid #d90a2c;
  background-color: rgba(217, 10, 44, 0);
  color: #d90a2c;
}

.btn-outline-primary:focus, .btn-outline-primary.focus, .btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary.active {
  border-color: #a80822;
  background-color: #a80822;
  color: #ffffff;
}

.btn-outline-success {
  border: 1px solid #549e2b;
  background-color: rgba(84, 158, 43, 0);
  color: #549e2b;
}

.btn-outline-success:focus, .btn-outline-success.focus, .btn-outline-success:hover, .btn-outline-success:active, .btn-outline-success.active {
  border-color: #3f7620;
  background-color: #3f7620;
  color: #ffffff;
}

.btn-outline-info {
  border: 1px solid #259fd3;
  background-color: rgba(37, 159, 211, 0);
  color: #259fd3;
}

.btn-outline-info:focus, .btn-outline-info.focus, .btn-outline-info:hover, .btn-outline-info:active, .btn-outline-info.active {
  border-color: #1d7ea8;
  background-color: #1d7ea8;
  color: #ffffff;
}

.btn-outline-warning {
  border: 1px solid #e9714d;
  background-color: rgba(233, 113, 77, 0);
  color: #e9714d;
}

.btn-outline-warning:focus, .btn-outline-warning.focus, .btn-outline-warning:hover, .btn-outline-warning:active, .btn-outline-warning.active {
  border-color: #e34d20;
  background-color: #e34d20;
  color: #ffffff;
}

.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: #ffffff;
}

.btn-outline-default {
  border: 1px solid #646165;
  background-color: rgba(100, 97, 101, 0);
  color: #646165;
}

.btn-outline-default:focus, .btn-outline-default.focus, .btn-outline-default:hover, .btn-outline-default:active, .btn-outline-default.active {
  border-color: #4a484b;
  background-color: #4a484b;
  color: #ffffff;
}

.btn-link-dark {
  background-color: transparent;
  color: #646165;
}

.btn-link-dark:focus, .btn-link-dark.focus, .btn-link-dark:hover, .btn-link-dark:active, .btn-link-dark.active {
  color: #4a484b;
  text-decoration: none;
}

.btn-link-light {
  background-color: transparent;
  color: #a4a4a4;
}

.btn-link-light:focus, .btn-link-light.focus, .btn-link-light:hover, .btn-link-light:active, .btn-link-light.active {
  color: #8b8b8b;
  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: #a4a4a4;
  color: #ffffff;
}

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

.form-control.transparent:-ms-input-placeholder {
  color: #a4a4a4;
}

.form-control.transparent::-webkit-input-placeholder {
  color: #a4a4a4;
}

.form-control.transparent:focus {
  border-color: #ffffff;
}

.help-block {
  color: #a4a4a4;
  font-size: 14px;
  margin-top: 10px;
}

.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: 50px;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 1.33333;
  border-radius: 6px;
}

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: 50px;
  line-height: 50px;
}

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: 50px;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 1.33333;
  border-radius: 6px;
}

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

.form-group-lg .form-control-static {
  height: 50px;
  min-height: 40px;
  padding: 13px 24px;
  font-size: 16px;
  line-height: 1.33333;
}

.input-group-lg .form-control:last-child > .btn, .input-group-lg .wizard > .actions .form-control:last-child > a, .wizard > .actions .input-group-lg .form-control:last-child > a,
.input-group-lg .input-group-addon:last-child > .btn,
.input-group-lg .wizard > .actions .input-group-addon:last-child > a,
.wizard > .actions .input-group-lg .input-group-addon:last-child > a,
.input-group-lg > .input-group-btn:last-child > .btn,
.wizard > .actions .input-group-lg > .input-group-btn:last-child > a {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

select.form-control option {
  color: #ececec;
}

.intl-tel-input {
  display: block !important;
  color: #ececec;
}

.intl-tel-input .country-list {
  background-color: #262529 !important;
  border-color: #262529 !important;
}

.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: 400;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: left;
}

label {
  display: block;
  color: #a4a4a4;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
}

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;
  font-size: 16px;
  color: #ececec;
  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: 1px solid #646165;
  border-radius: 100%;
  background: transparent;
}

.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: #a4a4a4;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  opacity: 1;
  transition: all 0.2s ease;
}

.radio input[type="radio"] + span.text-success,
.radio-inline input[type="radio"] + span.text-success,
.checkbox input[type="radio"] + span.text-success,
.checkbox-inline input[type="radio"] + span.text-success {
  color: #549e2b;
}

.radio input[type="radio"] + span.text-danger,
.radio-inline input[type="radio"] + span.text-danger,
.checkbox input[type="radio"] + span.text-danger,
.checkbox-inline input[type="radio"] + span.text-danger {
  color: #be001f;
}

.radio input[type="radio"] + span small,
.radio-inline input[type="radio"] + span small,
.checkbox input[type="radio"] + span small,
.checkbox-inline input[type="radio"] + span small {
  color: #a4a4a4;
}

.radio input[type="radio"]:checked + span:before,
.radio-inline input[type="radio"]:checked + span:before,
.checkbox input[type="radio"]:checked + span:before,
.checkbox-inline input[type="radio"]:checked + span:before {
  border-color: #a4a4a4;
}

.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:before,
.radio-inline input[type="radio"]:not(:checked) + span:before,
.checkbox input[type="radio"]:not(:checked) + span:before,
.checkbox-inline input[type="radio"]:not(:checked) + span:before {
  border-color: #646165;
}

.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;
  font-size: 16px;
  color: #ececec;
  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: 1px solid #646165;
  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: 14px;
  line-height: 1;
  width: 14px;
  height: 14px;
  color: #a4a4a4;
  position: absolute;
  top: 4px;
  left: 4px;
  opacity: 1;
  transition: all 0.2s ease;
}

.radio input[type="checkbox"] + span.text-success,
.radio-inline input[type="checkbox"] + span.text-success,
.checkbox input[type="checkbox"] + span.text-success,
.checkbox-inline input[type="checkbox"] + span.text-success {
  color: #549e2b;
}

.radio input[type="checkbox"] + span.text-danger,
.radio-inline input[type="checkbox"] + span.text-danger,
.checkbox input[type="checkbox"] + span.text-danger,
.checkbox-inline input[type="checkbox"] + span.text-danger {
  color: #be001f;
}

.radio input[type="checkbox"] + span small,
.radio-inline input[type="checkbox"] + span small,
.checkbox input[type="checkbox"] + span small,
.checkbox-inline input[type="checkbox"] + span small {
  color: #a4a4a4;
}

.radio input[type="checkbox"]:checked + span:before,
.radio-inline input[type="checkbox"]:checked + span:before,
.checkbox input[type="checkbox"]:checked + span:before,
.checkbox-inline input[type="checkbox"]:checked + span:before {
  border-color: #a4a4a4;
}

.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:before,
.radio-inline input[type="checkbox"]:not(:checked) + span:before,
.checkbox input[type="checkbox"]:not(:checked) + span:before,
.checkbox-inline input[type="checkbox"]:not(:checked) + span:before {
  border-color: #646165;
}

.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 #646165;
  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: 1px solid #646165;
  border-radius: 100%;
}

.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: #a4a4a4;
  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: #a4a4a4;
}

.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: #a4a4a4;
}

.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: #646165;
}

.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: #646165;
}

.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 #646165;
  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: 1px solid #646165;
}

.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: 19px;
  left: 19px;
}

.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: #a4a4a4;
}

.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: #a4a4a4;
}

.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: #a4a4a4;
  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: #646165;
}

.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: #646165;
}

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

.radio input[type="checkbox"].radio-image-lg + span,
.radio input[type="radio"].radio-image-lg + span,
.radio-inline input[type="checkbox"].radio-image-lg + span,
.radio-inline input[type="radio"].radio-image-lg + span,
.checkbox input[type="checkbox"].radio-image-lg + span,
.checkbox input[type="radio"].radio-image-lg + span,
.checkbox-inline input[type="checkbox"].radio-image-lg + span,
.checkbox-inline input[type="radio"].radio-image-lg + span {
  display: block;
  padding: 0;
  border: 1px solid #646165;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
  overflow: hidden;
}

.radio input[type="checkbox"].radio-image-lg + span:before,
.radio input[type="radio"].radio-image-lg + span:before,
.radio-inline input[type="checkbox"].radio-image-lg + span:before,
.radio-inline input[type="radio"].radio-image-lg + span:before,
.checkbox input[type="checkbox"].radio-image-lg + span:before,
.checkbox input[type="radio"].radio-image-lg + span:before,
.checkbox-inline input[type="checkbox"].radio-image-lg + span:before,
.checkbox-inline input[type="radio"].radio-image-lg + span:before {
  left: 15px;
  top: 15px;
  border: 1px solid #646165;
  border-radius: 100%;
}

.radio input[type="checkbox"].radio-image-lg + span:after,
.radio input[type="radio"].radio-image-lg + span:after,
.radio-inline input[type="checkbox"].radio-image-lg + span:after,
.radio-inline input[type="radio"].radio-image-lg + span:after,
.checkbox input[type="checkbox"].radio-image-lg + span:after,
.checkbox input[type="radio"].radio-image-lg + span:after,
.checkbox-inline input[type="checkbox"].radio-image-lg + span:after,
.checkbox-inline input[type="radio"].radio-image-lg + span:after {
  content: '';
  top: 20px;
  left: 20px;
  width: 12px;
  height: 12px;
  background: #a4a4a4;
  border-radius: 100%;
  opacity: 1;
}

.radio input[type="checkbox"].radio-image-lg + span > b,
.radio input[type="radio"].radio-image-lg + span > b,
.radio-inline input[type="checkbox"].radio-image-lg + span > b,
.radio-inline input[type="radio"].radio-image-lg + span > b,
.checkbox input[type="checkbox"].radio-image-lg + span > b,
.checkbox input[type="radio"].radio-image-lg + span > b,
.checkbox-inline input[type="checkbox"].radio-image-lg + span > b,
.checkbox-inline input[type="radio"].radio-image-lg + span > b {
  display: block;
  font-weight: normal;
  padding: 15px;
}

.radio input[type="checkbox"].radio-image-lg + span > img,
.radio input[type="radio"].radio-image-lg + span > img,
.radio-inline input[type="checkbox"].radio-image-lg + span > img,
.radio-inline input[type="radio"].radio-image-lg + span > img,
.checkbox input[type="checkbox"].radio-image-lg + span > img,
.checkbox input[type="radio"].radio-image-lg + span > img,
.checkbox-inline input[type="checkbox"].radio-image-lg + span > img,
.checkbox-inline input[type="radio"].radio-image-lg + span > img {
  display: block;
  width: 100%;
}

.radio input[type="checkbox"].radio-image-lg:checked + span,
.radio input[type="radio"].radio-image-lg:checked + span,
.radio-inline input[type="checkbox"].radio-image-lg:checked + span,
.radio-inline input[type="radio"].radio-image-lg:checked + span,
.checkbox input[type="checkbox"].radio-image-lg:checked + span,
.checkbox input[type="radio"].radio-image-lg:checked + span,
.checkbox-inline input[type="checkbox"].radio-image-lg:checked + span,
.checkbox-inline input[type="radio"].radio-image-lg:checked + span {
  border-color: #a4a4a4;
}

.radio input[type="checkbox"].radio-image-lg:checked + span:before,
.radio input[type="radio"].radio-image-lg:checked + span:before,
.radio-inline input[type="checkbox"].radio-image-lg:checked + span:before,
.radio-inline input[type="radio"].radio-image-lg:checked + span:before,
.checkbox input[type="checkbox"].radio-image-lg:checked + span:before,
.checkbox input[type="radio"].radio-image-lg:checked + span:before,
.checkbox-inline input[type="checkbox"].radio-image-lg:checked + span:before,
.checkbox-inline input[type="radio"].radio-image-lg:checked + span:before {
  border-color: #a4a4a4;
}

.radio input[type="checkbox"].radio-image-lg:checked + span:after,
.radio input[type="radio"].radio-image-lg:checked + span:after,
.radio-inline input[type="checkbox"].radio-image-lg:checked + span:after,
.radio-inline input[type="radio"].radio-image-lg:checked + span:after,
.checkbox input[type="checkbox"].radio-image-lg:checked + span:after,
.checkbox input[type="radio"].radio-image-lg:checked + span:after,
.checkbox-inline input[type="checkbox"].radio-image-lg:checked + span:after,
.checkbox-inline input[type="radio"].radio-image-lg:checked + span:after {
  transform: scale(1);
}

.radio input[type="checkbox"].radio-image-lg:not(:checked) + span,
.radio input[type="radio"].radio-image-lg:not(:checked) + span,
.radio-inline input[type="checkbox"].radio-image-lg:not(:checked) + span,
.radio-inline input[type="radio"].radio-image-lg:not(:checked) + span,
.checkbox input[type="checkbox"].radio-image-lg:not(:checked) + span,
.checkbox input[type="radio"].radio-image-lg:not(:checked) + span,
.checkbox-inline input[type="checkbox"].radio-image-lg:not(:checked) + span,
.checkbox-inline input[type="radio"].radio-image-lg:not(:checked) + span {
  border-color: #646165;
}

.radio input[type="checkbox"].radio-image-lg:not(:checked) + span:before,
.radio input[type="radio"].radio-image-lg:not(:checked) + span:before,
.radio-inline input[type="checkbox"].radio-image-lg:not(:checked) + span:before,
.radio-inline input[type="radio"].radio-image-lg:not(:checked) + span:before,
.checkbox input[type="checkbox"].radio-image-lg:not(:checked) + span:before,
.checkbox input[type="radio"].radio-image-lg:not(:checked) + span:before,
.checkbox-inline input[type="checkbox"].radio-image-lg:not(:checked) + span:before,
.checkbox-inline input[type="radio"].radio-image-lg:not(:checked) + span:before {
  border-color: #646165;
}

.radio input[type="checkbox"].radio-image-lg:not(:checked) + span:after,
.radio input[type="radio"].radio-image-lg:not(:checked) + span:after,
.radio-inline input[type="checkbox"].radio-image-lg:not(:checked) + span:after,
.radio-inline input[type="radio"].radio-image-lg:not(:checked) + span:after,
.checkbox input[type="checkbox"].radio-image-lg:not(:checked) + span:after,
.checkbox input[type="radio"].radio-image-lg:not(:checked) + span:after,
.checkbox-inline input[type="checkbox"].radio-image-lg:not(:checked) + span:after,
.checkbox-inline input[type="radio"].radio-image-lg:not(:checked) + span:after {
  transform: scale(0);
}

.radio input[type="checkbox"].checkbox-image-lg + span,
.radio input[type="radio"].checkbox-image-lg + span,
.radio-inline input[type="checkbox"].checkbox-image-lg + span,
.radio-inline input[type="radio"].checkbox-image-lg + span,
.checkbox input[type="checkbox"].checkbox-image-lg + span,
.checkbox input[type="radio"].checkbox-image-lg + span,
.checkbox-inline input[type="checkbox"].checkbox-image-lg + span,
.checkbox-inline input[type="radio"].checkbox-image-lg + span {
  display: block;
  padding: 0;
  border: 1px solid #646165;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
  overflow: hidden;
}

.radio input[type="checkbox"].checkbox-image-lg + span:before,
.radio input[type="radio"].checkbox-image-lg + span:before,
.radio-inline input[type="checkbox"].checkbox-image-lg + span:before,
.radio-inline input[type="radio"].checkbox-image-lg + span:before,
.checkbox input[type="checkbox"].checkbox-image-lg + span:before,
.checkbox input[type="radio"].checkbox-image-lg + span:before,
.checkbox-inline input[type="checkbox"].checkbox-image-lg + span:before,
.checkbox-inline input[type="radio"].checkbox-image-lg + span:before {
  left: 15px;
  top: 15px;
  border: 1px solid #646165;
}

.radio input[type="checkbox"].checkbox-image-lg + span:after,
.radio input[type="radio"].checkbox-image-lg + span:after,
.radio-inline input[type="checkbox"].checkbox-image-lg + span:after,
.radio-inline input[type="radio"].checkbox-image-lg + span:after,
.checkbox input[type="checkbox"].checkbox-image-lg + span:after,
.checkbox input[type="radio"].checkbox-image-lg + span:after,
.checkbox-inline input[type="checkbox"].checkbox-image-lg + span:after,
.checkbox-inline input[type="radio"].checkbox-image-lg + span:after {
  top: 19px;
  left: 19px;
}

.radio input[type="checkbox"].checkbox-image-lg + span > b,
.radio input[type="radio"].checkbox-image-lg + span > b,
.radio-inline input[type="checkbox"].checkbox-image-lg + span > b,
.radio-inline input[type="radio"].checkbox-image-lg + span > b,
.checkbox input[type="checkbox"].checkbox-image-lg + span > b,
.checkbox input[type="radio"].checkbox-image-lg + span > b,
.checkbox-inline input[type="checkbox"].checkbox-image-lg + span > b,
.checkbox-inline input[type="radio"].checkbox-image-lg + span > b {
  display: block;
  font-weight: normal;
  padding: 15px;
}

.radio input[type="checkbox"].checkbox-image-lg + span > img,
.radio input[type="radio"].checkbox-image-lg + span > img,
.radio-inline input[type="checkbox"].checkbox-image-lg + span > img,
.radio-inline input[type="radio"].checkbox-image-lg + span > img,
.checkbox input[type="checkbox"].checkbox-image-lg + span > img,
.checkbox input[type="radio"].checkbox-image-lg + span > img,
.checkbox-inline input[type="checkbox"].checkbox-image-lg + span > img,
.checkbox-inline input[type="radio"].checkbox-image-lg + span > img {
  display: block;
  width: 100%;
}

.radio input[type="checkbox"].checkbox-image-lg:checked + span,
.radio input[type="radio"].checkbox-image-lg:checked + span,
.radio-inline input[type="checkbox"].checkbox-image-lg:checked + span,
.radio-inline input[type="radio"].checkbox-image-lg:checked + span,
.checkbox input[type="checkbox"].checkbox-image-lg:checked + span,
.checkbox input[type="radio"].checkbox-image-lg:checked + span,
.checkbox-inline input[type="checkbox"].checkbox-image-lg:checked + span,
.checkbox-inline input[type="radio"].checkbox-image-lg:checked + span {
  border-color: #a4a4a4;
}

.radio input[type="checkbox"].checkbox-image-lg:checked + span:before,
.radio input[type="radio"].checkbox-image-lg:checked + span:before,
.radio-inline input[type="checkbox"].checkbox-image-lg:checked + span:before,
.radio-inline input[type="radio"].checkbox-image-lg:checked + span:before,
.checkbox input[type="checkbox"].checkbox-image-lg:checked + span:before,
.checkbox input[type="radio"].checkbox-image-lg:checked + span:before,
.checkbox-inline input[type="checkbox"].checkbox-image-lg:checked + span:before,
.checkbox-inline input[type="radio"].checkbox-image-lg:checked + span:before {
  border-color: #a4a4a4;
}

.radio input[type="checkbox"].checkbox-image-lg:checked + span:after,
.radio input[type="radio"].checkbox-image-lg:checked + span:after,
.radio-inline input[type="checkbox"].checkbox-image-lg:checked + span:after,
.radio-inline input[type="radio"].checkbox-image-lg:checked + span:after,
.checkbox input[type="checkbox"].checkbox-image-lg:checked + span:after,
.checkbox input[type="radio"].checkbox-image-lg:checked + span:after,
.checkbox-inline input[type="checkbox"].checkbox-image-lg:checked + span:after,
.checkbox-inline input[type="radio"].checkbox-image-lg:checked + span:after {
  color: #a4a4a4;
  opacity: 1;
}

.radio input[type="checkbox"].checkbox-image-lg:not(:checked) + span,
.radio input[type="radio"].checkbox-image-lg:not(:checked) + span,
.radio-inline input[type="checkbox"].checkbox-image-lg:not(:checked) + span,
.radio-inline input[type="radio"].checkbox-image-lg:not(:checked) + span,
.checkbox input[type="checkbox"].checkbox-image-lg:not(:checked) + span,
.checkbox input[type="radio"].checkbox-image-lg:not(:checked) + span,
.checkbox-inline input[type="checkbox"].checkbox-image-lg:not(:checked) + span,
.checkbox-inline input[type="radio"].checkbox-image-lg:not(:checked) + span {
  border-color: #646165;
}

.radio input[type="checkbox"].checkbox-image-lg:not(:checked) + span:before,
.radio input[type="radio"].checkbox-image-lg:not(:checked) + span:before,
.radio-inline input[type="checkbox"].checkbox-image-lg:not(:checked) + span:before,
.radio-inline input[type="radio"].checkbox-image-lg:not(:checked) + span:before,
.checkbox input[type="checkbox"].checkbox-image-lg:not(:checked) + span:before,
.checkbox input[type="radio"].checkbox-image-lg:not(:checked) + span:before,
.checkbox-inline input[type="checkbox"].checkbox-image-lg:not(:checked) + span:before,
.checkbox-inline input[type="radio"].checkbox-image-lg:not(:checked) + span:before {
  border-color: #646165;
}

.radio input[type="checkbox"].checkbox-image-lg:not(:checked) + span:after,
.radio input[type="radio"].checkbox-image-lg:not(:checked) + span:after,
.radio-inline input[type="checkbox"].checkbox-image-lg:not(:checked) + span:after,
.radio-inline input[type="radio"].checkbox-image-lg:not(:checked) + span:after,
.checkbox input[type="checkbox"].checkbox-image-lg:not(:checked) + span:after,
.checkbox input[type="radio"].checkbox-image-lg:not(:checked) + span:after,
.checkbox-inline input[type="checkbox"].checkbox-image-lg:not(:checked) + span:after,
.checkbox-inline input[type="radio"].checkbox-image-lg:not(:checked) + span:after {
  opacity: 0;
}

.radio input[type="checkbox"].radio-image-sm + span,
.radio input[type="radio"].radio-image-sm + span,
.radio-inline input[type="checkbox"].radio-image-sm + span,
.radio-inline input[type="radio"].radio-image-sm + span,
.checkbox input[type="checkbox"].radio-image-sm + span,
.checkbox input[type="radio"].radio-image-sm + span,
.checkbox-inline input[type="checkbox"].radio-image-sm + span,
.checkbox-inline input[type="radio"].radio-image-sm + span {
  display: block;
  padding: 15px 15px 15px 117px;
  border: 1px solid #646165;
  border-radius: 4px;
  font-size: 16px;
  min-height: 72px;
}

.radio input[type="checkbox"].radio-image-sm + span:before,
.radio input[type="radio"].radio-image-sm + span:before,
.radio-inline input[type="checkbox"].radio-image-sm + span:before,
.radio-inline input[type="radio"].radio-image-sm + span:before,
.checkbox input[type="checkbox"].radio-image-sm + span:before,
.checkbox input[type="radio"].radio-image-sm + span:before,
.checkbox-inline input[type="checkbox"].radio-image-sm + span:before,
.checkbox-inline input[type="radio"].radio-image-sm + span:before {
  left: 15px;
  top: 15px;
  border: 1px solid #646165;
  border-radius: 100%;
}

.radio input[type="checkbox"].radio-image-sm + span:after,
.radio input[type="radio"].radio-image-sm + span:after,
.radio-inline input[type="checkbox"].radio-image-sm + span:after,
.radio-inline input[type="radio"].radio-image-sm + span:after,
.checkbox input[type="checkbox"].radio-image-sm + span:after,
.checkbox input[type="radio"].radio-image-sm + span:after,
.checkbox-inline input[type="checkbox"].radio-image-sm + span:after,
.checkbox-inline input[type="radio"].radio-image-sm + span:after {
  content: '';
  top: 20px;
  left: 20px;
  width: 12px;
  height: 12px;
  background: #a4a4a4;
  border-radius: 100%;
  opacity: 1;
}

.radio input[type="checkbox"].radio-image-sm + span > b,
.radio input[type="radio"].radio-image-sm + span > b,
.radio-inline input[type="checkbox"].radio-image-sm + span > b,
.radio-inline input[type="radio"].radio-image-sm + span > b,
.checkbox input[type="checkbox"].radio-image-sm + span > b,
.checkbox input[type="radio"].radio-image-sm + span > b,
.checkbox-inline input[type="checkbox"].radio-image-sm + span > b,
.checkbox-inline input[type="radio"].radio-image-sm + span > b {
  display: block;
  font-weight: normal;
}

.radio input[type="checkbox"].radio-image-sm + span > img,
.radio input[type="radio"].radio-image-sm + span > img,
.radio-inline input[type="checkbox"].radio-image-sm + span > img,
.radio-inline input[type="radio"].radio-image-sm + span > img,
.checkbox input[type="checkbox"].radio-image-sm + span > img,
.checkbox input[type="radio"].radio-image-sm + span > img,
.checkbox-inline input[type="checkbox"].radio-image-sm + span > img,
.checkbox-inline input[type="radio"].radio-image-sm + span > img {
  position: absolute;
  left: 52px;
  top: 10px;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 3px;
}

.radio input[type="checkbox"].radio-image-sm:checked + span,
.radio input[type="radio"].radio-image-sm:checked + span,
.radio-inline input[type="checkbox"].radio-image-sm:checked + span,
.radio-inline input[type="radio"].radio-image-sm:checked + span,
.checkbox input[type="checkbox"].radio-image-sm:checked + span,
.checkbox input[type="radio"].radio-image-sm:checked + span,
.checkbox-inline input[type="checkbox"].radio-image-sm:checked + span,
.checkbox-inline input[type="radio"].radio-image-sm:checked + span {
  border-color: #a4a4a4;
}

.radio input[type="checkbox"].radio-image-sm:checked + span:before,
.radio input[type="radio"].radio-image-sm:checked + span:before,
.radio-inline input[type="checkbox"].radio-image-sm:checked + span:before,
.radio-inline input[type="radio"].radio-image-sm:checked + span:before,
.checkbox input[type="checkbox"].radio-image-sm:checked + span:before,
.checkbox input[type="radio"].radio-image-sm:checked + span:before,
.checkbox-inline input[type="checkbox"].radio-image-sm:checked + span:before,
.checkbox-inline input[type="radio"].radio-image-sm:checked + span:before {
  border-color: #a4a4a4;
}

.radio input[type="checkbox"].radio-image-sm:checked + span:after,
.radio input[type="radio"].radio-image-sm:checked + span:after,
.radio-inline input[type="checkbox"].radio-image-sm:checked + span:after,
.radio-inline input[type="radio"].radio-image-sm:checked + span:after,
.checkbox input[type="checkbox"].radio-image-sm:checked + span:after,
.checkbox input[type="radio"].radio-image-sm:checked + span:after,
.checkbox-inline input[type="checkbox"].radio-image-sm:checked + span:after,
.checkbox-inline input[type="radio"].radio-image-sm:checked + span:after {
  transform: scale(1);
}

.radio input[type="checkbox"].radio-image-sm:not(:checked) + span,
.radio input[type="radio"].radio-image-sm:not(:checked) + span,
.radio-inline input[type="checkbox"].radio-image-sm:not(:checked) + span,
.radio-inline input[type="radio"].radio-image-sm:not(:checked) + span,
.checkbox input[type="checkbox"].radio-image-sm:not(:checked) + span,
.checkbox input[type="radio"].radio-image-sm:not(:checked) + span,
.checkbox-inline input[type="checkbox"].radio-image-sm:not(:checked) + span,
.checkbox-inline input[type="radio"].radio-image-sm:not(:checked) + span {
  border-color: #646165;
}

.radio input[type="checkbox"].radio-image-sm:not(:checked) + span:before,
.radio input[type="radio"].radio-image-sm:not(:checked) + span:before,
.radio-inline input[type="checkbox"].radio-image-sm:not(:checked) + span:before,
.radio-inline input[type="radio"].radio-image-sm:not(:checked) + span:before,
.checkbox input[type="checkbox"].radio-image-sm:not(:checked) + span:before,
.checkbox input[type="radio"].radio-image-sm:not(:checked) + span:before,
.checkbox-inline input[type="checkbox"].radio-image-sm:not(:checked) + span:before,
.checkbox-inline input[type="radio"].radio-image-sm:not(:checked) + span:before {
  border-color: #646165;
}

.radio input[type="checkbox"].radio-image-sm:not(:checked) + span:after,
.radio input[type="radio"].radio-image-sm:not(:checked) + span:after,
.radio-inline input[type="checkbox"].radio-image-sm:not(:checked) + span:after,
.radio-inline input[type="radio"].radio-image-sm:not(:checked) + span:after,
.checkbox input[type="checkbox"].radio-image-sm:not(:checked) + span:after,
.checkbox input[type="radio"].radio-image-sm:not(:checked) + span:after,
.checkbox-inline input[type="checkbox"].radio-image-sm:not(:checked) + span:after,
.checkbox-inline input[type="radio"].radio-image-sm:not(:checked) + span:after {
  transform: scale(0);
}

.radio input[type="checkbox"].checkbox-image-sm + span,
.radio input[type="radio"].checkbox-image-sm + span,
.radio-inline input[type="checkbox"].checkbox-image-sm + span,
.radio-inline input[type="radio"].checkbox-image-sm + span,
.checkbox input[type="checkbox"].checkbox-image-sm + span,
.checkbox input[type="radio"].checkbox-image-sm + span,
.checkbox-inline input[type="checkbox"].checkbox-image-sm + span,
.checkbox-inline input[type="radio"].checkbox-image-sm + span {
  display: block;
  padding: 15px 15px 15px 117px;
  border: 1px solid #646165;
  border-radius: 4px;
  font-size: 16px;
  min-height: 72px;
}

.radio input[type="checkbox"].checkbox-image-sm + span:before,
.radio input[type="radio"].checkbox-image-sm + span:before,
.radio-inline input[type="checkbox"].checkbox-image-sm + span:before,
.radio-inline input[type="radio"].checkbox-image-sm + span:before,
.checkbox input[type="checkbox"].checkbox-image-sm + span:before,
.checkbox input[type="radio"].checkbox-image-sm + span:before,
.checkbox-inline input[type="checkbox"].checkbox-image-sm + span:before,
.checkbox-inline input[type="radio"].checkbox-image-sm + span:before {
  left: 15px;
  top: 15px;
  border: 1px solid #646165;
}

.radio input[type="checkbox"].checkbox-image-sm + span:after,
.radio input[type="radio"].checkbox-image-sm + span:after,
.radio-inline input[type="checkbox"].checkbox-image-sm + span:after,
.radio-inline input[type="radio"].checkbox-image-sm + span:after,
.checkbox input[type="checkbox"].checkbox-image-sm + span:after,
.checkbox input[type="radio"].checkbox-image-sm + span:after,
.checkbox-inline input[type="checkbox"].checkbox-image-sm + span:after,
.checkbox-inline input[type="radio"].checkbox-image-sm + span:after {
  top: 19px;
  left: 19px;
}

.radio input[type="checkbox"].checkbox-image-sm + span > b,
.radio input[type="radio"].checkbox-image-sm + span > b,
.radio-inline input[type="checkbox"].checkbox-image-sm + span > b,
.radio-inline input[type="radio"].checkbox-image-sm + span > b,
.checkbox input[type="checkbox"].checkbox-image-sm + span > b,
.checkbox input[type="radio"].checkbox-image-sm + span > b,
.checkbox-inline input[type="checkbox"].checkbox-image-sm + span > b,
.checkbox-inline input[type="radio"].checkbox-image-sm + span > b {
  display: block;
  font-weight: normal;
}

.radio input[type="checkbox"].checkbox-image-sm + span > img,
.radio input[type="radio"].checkbox-image-sm + span > img,
.radio-inline input[type="checkbox"].checkbox-image-sm + span > img,
.radio-inline input[type="radio"].checkbox-image-sm + span > img,
.checkbox input[type="checkbox"].checkbox-image-sm + span > img,
.checkbox input[type="radio"].checkbox-image-sm + span > img,
.checkbox-inline input[type="checkbox"].checkbox-image-sm + span > img,
.checkbox-inline input[type="radio"].checkbox-image-sm + span > img {
  position: absolute;
  left: 52px;
  top: 10px;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 3px;
}

.radio input[type="checkbox"].checkbox-image-sm:checked + span,
.radio input[type="radio"].checkbox-image-sm:checked + span,
.radio-inline input[type="checkbox"].checkbox-image-sm:checked + span,
.radio-inline input[type="radio"].checkbox-image-sm:checked + span,
.checkbox input[type="checkbox"].checkbox-image-sm:checked + span,
.checkbox input[type="radio"].checkbox-image-sm:checked + span,
.checkbox-inline input[type="checkbox"].checkbox-image-sm:checked + span,
.checkbox-inline input[type="radio"].checkbox-image-sm:checked + span {
  border-color: #a4a4a4;
}

.radio input[type="checkbox"].checkbox-image-sm:checked + span:before,
.radio input[type="radio"].checkbox-image-sm:checked + span:before,
.radio-inline input[type="checkbox"].checkbox-image-sm:checked + span:before,
.radio-inline input[type="radio"].checkbox-image-sm:checked + span:before,
.checkbox input[type="checkbox"].checkbox-image-sm:checked + span:before,
.checkbox input[type="radio"].checkbox-image-sm:checked + span:before,
.checkbox-inline input[type="checkbox"].checkbox-image-sm:checked + span:before,
.checkbox-inline input[type="radio"].checkbox-image-sm:checked + span:before {
  border-color: #a4a4a4;
}

.radio input[type="checkbox"].checkbox-image-sm:checked + span:after,
.radio input[type="radio"].checkbox-image-sm:checked + span:after,
.radio-inline input[type="checkbox"].checkbox-image-sm:checked + span:after,
.radio-inline input[type="radio"].checkbox-image-sm:checked + span:after,
.checkbox input[type="checkbox"].checkbox-image-sm:checked + span:after,
.checkbox input[type="radio"].checkbox-image-sm:checked + span:after,
.checkbox-inline input[type="checkbox"].checkbox-image-sm:checked + span:after,
.checkbox-inline input[type="radio"].checkbox-image-sm:checked + span:after {
  color: #a4a4a4;
  opacity: 1;
}

.radio input[type="checkbox"].checkbox-image-sm:not(:checked) + span,
.radio input[type="radio"].checkbox-image-sm:not(:checked) + span,
.radio-inline input[type="checkbox"].checkbox-image-sm:not(:checked) + span,
.radio-inline input[type="radio"].checkbox-image-sm:not(:checked) + span,
.checkbox input[type="checkbox"].checkbox-image-sm:not(:checked) + span,
.checkbox input[type="radio"].checkbox-image-sm:not(:checked) + span,
.checkbox-inline input[type="checkbox"].checkbox-image-sm:not(:checked) + span,
.checkbox-inline input[type="radio"].checkbox-image-sm:not(:checked) + span {
  border-color: #646165;
}

.radio input[type="checkbox"].checkbox-image-sm:not(:checked) + span:before,
.radio input[type="radio"].checkbox-image-sm:not(:checked) + span:before,
.radio-inline input[type="checkbox"].checkbox-image-sm:not(:checked) + span:before,
.radio-inline input[type="radio"].checkbox-image-sm:not(:checked) + span:before,
.checkbox input[type="checkbox"].checkbox-image-sm:not(:checked) + span:before,
.checkbox input[type="radio"].checkbox-image-sm:not(:checked) + span:before,
.checkbox-inline input[type="checkbox"].checkbox-image-sm:not(:checked) + span:before,
.checkbox-inline input[type="radio"].checkbox-image-sm:not(:checked) + span:before {
  border-color: #646165;
}

.radio input[type="checkbox"].checkbox-image-sm:not(:checked) + span:after,
.radio input[type="radio"].checkbox-image-sm:not(:checked) + span:after,
.radio-inline input[type="checkbox"].checkbox-image-sm:not(:checked) + span:after,
.radio-inline input[type="radio"].checkbox-image-sm:not(:checked) + span:after,
.checkbox input[type="checkbox"].checkbox-image-sm:not(:checked) + span:after,
.checkbox input[type="radio"].checkbox-image-sm:not(:checked) + span:after,
.checkbox-inline input[type="checkbox"].checkbox-image-sm:not(:checked) + span:after,
.checkbox-inline input[type="radio"].checkbox-image-sm:not(:checked) + span:after {
  opacity: 0;
}

.form-group .radio,
.form-group .checkbox {
  margin-top: 0;
}

.form-group .row.display-flex .radio,
.form-group .row.display-flex .checkbox {
  height: 100%;
}

.form-group .row.display-flex .radio .radio-outline + span,
.form-group .row.display-flex .radio .checkbox-outline + span,
.form-group .row.display-flex .checkbox .radio-outline + span,
.form-group .row.display-flex .checkbox .checkbox-outline + span {
  height: 100%;
}

.checkbox-image-wrapper {
  height: 100%;
}

.checkbox-image-wrapper label {
  height: 100%;
}

.checkbox-image-wrapper label span {
  height: 100%;
}

.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: #f9f9f9;
  border-radius: 4px;
  color: #716d72;
  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: #ffffff;
  color: #262529;
}

.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: #f9f9f9;
  color: #716d72;
}

.avatar-input {
  position: relative;
  padding-left: 100px;
  padding-top: 19px;
  min-height: 80px;
  margin-bottom: 25px;
}

.avatar-input-img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}

.avatar-input-img > img {
  display: block;
  width: 100%;
}

.avatar-input-upload-btn {
  display: inline-block;
}

.navbar-nav {
  font-weight: 600;
}

.navbar-nav > li > a {
  position: relative;
  font-size: 14px;
}

.navbar-nav > li > a:focus {
  outline: none;
}

.navbar-collapse {
  text-align: center;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.navbar-btn {
  font-size: 14px;
  font-weight: 600;
}

.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: #d90a2c;
}

.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: #d90a2c;
}

.navbar-default .navbar-text {
  color: #ececec;
}

.navbar-default .navbar-text a {
  color: #a4a4a4;
}

.navbar-default .navbar-text a:hover, .navbar-default .navbar-text a:focus {
  color: #f9f9f9;
  text-decoration: none;
  outline: none;
}

.navbar-default .navbar-btn.btn-link {
  color: #a4a4a4;
}

.navbar-default .navbar-btn.btn-link:hover, .navbar-default .navbar-btn.btn-link:focus {
  color: #f9f9f9;
}

.navbar-inverse .navbar-nav > li > a:hover:before, .navbar-inverse .navbar-nav > li > a:focus:before {
  background-color: #ffffff;
}

.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: #ffffff;
}

.navbar-inverse .navbar-text {
  color: #f9f9f9;
}

.navbar-inverse .navbar-text a {
  color: #f9f9f9;
}

.navbar-inverse .navbar-text a:hover, .navbar-inverse .navbar-text a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}

.navbar-inverse .navbar-btn.btn-link {
  color: #f9f9f9;
}

.navbar-inverse .navbar-btn.btn-link:hover, .navbar-inverse .navbar-btn.btn-link:focus {
  color: #ffffff;
}

.navbar-inverse .navbar-collapse {
  border-color: transparent;
}

.navbar-notifications {
  font-weight: normal;
}

.navbar-notifications .dropdown-toggle {
  color: #a4a4a4;
  padding: 8px;
}

.navbar-notifications .dropdown-toggle:hover, .navbar-notifications .dropdown-toggle:focus {
  color: #f9f9f9;
}

.navbar-notifications .dropdown-toggle > i {
  font-size: 20px;
  color: #a4a4a4;
}

.navbar-notifications .dropdown-toggle > span {
  position: absolute;
  top: 4px;
  right: 2px;
  background: #d90a2c;
  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: #ececec;
  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: #646165;
  background-color: #1f1e21;
  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: #ffffff;
  text-decoration: none;
}

.navbar-notifications-list-item p {
  margin-bottom: 0;
}

.navbar-notifications-list-item-header {
  font-size: 12px;
  color: #a4a4a4;
}

.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: #a4a4a4;
}

.navbar-notifications-list-item.type-default:before {
  content: '\f0f3';
}

.navbar-notifications-list-item.type-new_comment:before, .navbar-notifications-list-item.type-spam_comment:before {
  content: '\f4b6';
}

.navbar-notifications-list-item.type-gift_course:before {
  content: '\f5db';
}

.navbar-notifications-list-item.type-purchase:before {
  content: '\f291';
}

.navbar-notifications-list-item.type-subscription:before, .navbar-notifications-list-item.type-subscription_write_off: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;
  background-color: #1a191d;
}

.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: #a4a4a4;
}

@media screen and (max-width: 1199px) {
  .navbar-default .navbar-collapse {
    background-color: #1a191d;
  }
  .navbar-inverse .navbar-collapse {
    background-color: #d90a2c;
  }
  .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 {
  margin-top: 3px;
  margin-bottom: 3px;
  margin-right: 6px;
}

.nav-pills > li:last-of-type {
  margin-right: 0;
}

.nav-pills > li > a {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 14px;
  font-weight: 600;
}

.nav-pills > li > a:hover, .nav-pills > li > a:focus {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.4);
}

.nav-pills > li + li {
  margin-left: 0;
}

.nav-switcher {
  display: inline-block;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 4px;
}

.nav-switcher > li {
  margin: 0;
}

.nav-switcher > li > a {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 8px 20px;
  border-radius: 0;
}

.nav-switcher > li > a:hover, .nav-switcher > li > a:focus {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.3);
}

.nav-switcher > li.active > a {
  color: #262529;
  background-color: #ffffff;
}

.nav-switcher > li.active > a:hover, .nav-switcher > li.active > a:focus {
  color: #262529;
  background-color: #ffffff;
}

.nav-switcher > li:first-child > a {
  border-radius: 4px 0 0 4px;
}

.nav-switcher > li:last-child > a {
  border-radius: 0 4px 4px 0;
}

.nav-switcher > li + li {
  margin-left: 0;
}

.nav-wrapper {
  margin-bottom: 20px;
}

.nav-wrapper.center {
  text-align: center;
}

.nav-wrapper.center > .nav {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .nav-wrapper {
    margin-bottom: 40px;
  }
}

.modal-content {
  border: none;
  overflow: hidden;
}

.modal-header {
  color: #ececec;
}

.modal-title {
  color: #ffffff;
}

.modal-body {
  color: #ececec;
}

.close {
  font-size: 26px;
  line-height: 0.8;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.close:hover, .close:focus {
  outline: none;
}

.breadcrumb {
  font-size: 14px;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  margin-bottom: 25px;
}

.breadcrumb > li a {
  color: #646165;
}

.breadcrumb > li + li:before {
  content: "/";
  color: #a4a4a4;
}

.breadcrumb > .active {
  color: #a4a4a4;
}

.pagination {
  border-radius: 0;
}

.pagination > li > a,
.pagination > li > span {
  margin: 3px;
  padding: 6px 14px;
  font-weight: 700;
  border-radius: 4px;
  -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: 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;
}

.panel {
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  transition: 0.3s all;
}

.panel-heading {
  transition: 0.3s all;
}

.panel-title.h1 {
  font-size: 36px;
}

.panel-title.h2 {
  font-size: 30px;
}

.panel-title.h3 {
  font-size: 26px;
}

.panel-title.h4 {
  font-size: 22px;
}

.panel-title.h5 {
  font-size: 16px;
}

.panel-title.h6 {
  font-size: 12px;
}

.panel-title a {
  position: relative;
  display: block;
  padding-right: 30px;
}

.panel-title a:before {
  font-family: 'Font Awesome 5 Pro';
  content: '\f063';
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  height: 14px;
  margin: 5px 10px;
  color: #a4a4a4;
  transition: 0.3s all;
  transform: rotate(0deg);
}

.panel-title a:hover:before {
  color: #f9f9f9;
}

.panel-title a:hover, .panel-title a:focus, .panel-title a:active {
  text-decoration: none;
}

.panel.active {
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.panel.active .panel-title a:before {
  color: #f9f9f9;
  transform: rotate(-180deg);
}

.panel-default .panel-heading {
  background-color: rgba(255, 255, 255, 0);
}

.panel-default.active {
  background-color: rgba(255, 255, 255, 0.1);
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid rgba(255, 255, 255, 0);
}

.panel-group .panel {
  margin-bottom: 10px;
}

.panel-group.panel-group-bordered .panel {
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-color: rgba(255, 255, 255, 0);
}

.panel-group.panel-group-bordered .panel-heading {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
}

.panel-group.panel-group-bordered .panel-body {
  color: #a4a4a4;
}

.panel-group.panel-group-bordered .panel.active {
  background-color: rgba(255, 255, 255, 0);
}

.panel-group.panel-group-bordered .panel + .panel {
  margin-top: 0;
  border-top: 1px solid #646165;
}

.table {
  margin-bottom: 35px;
}

.table > thead > tr > th {
  color: #a4a4a4;
  font-size: 14px;
  border-bottom-width: 1px;
}

.table > thead > tr > th a.asc:after, .table > thead > tr > th a.desc:after {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  margin: 0 5px;
}

.table > thead > tr > th a.asc:after {
  content: '\f062';
}

.table > thead > tr > th a.desc:after {
  content: '\f063';
}

.table > thead > tr > th small,
.table > thead > tr > td small,
.table > tbody > tr > th small,
.table > tbody > tr > td small,
.table > tfoot > tr > th small,
.table > tfoot > tr > td small {
  font-size: 12px;
}

.table > thead > tr > th a,
.table > thead > tr > td a,
.table > tbody > tr > th a,
.table > tbody > tr > td a,
.table > tfoot > tr > th a,
.table > tfoot > tr > td a {
  color: #ececec;
}

.table > thead > tr > th a:hover, .table > thead > tr > th a:focus,
.table > thead > tr > td a:hover,
.table > thead > tr > td a:focus,
.table > tbody > tr > th a:hover,
.table > tbody > tr > th a:focus,
.table > tbody > tr > td a:hover,
.table > tbody > tr > td a:focus,
.table > tfoot > tr > th a:hover,
.table > tfoot > tr > th a:focus,
.table > tfoot > tr > td a:hover,
.table > tfoot > tr > td a:focus {
  color: #ffffff;
}

.table > thead > tr > th .dropdown-menu > li > a,
.table > thead > tr > td .dropdown-menu > li > a,
.table > tbody > tr > th .dropdown-menu > li > a,
.table > tbody > tr > td .dropdown-menu > li > a,
.table > tfoot > tr > th .dropdown-menu > li > a,
.table > tfoot > tr > td .dropdown-menu > li > a {
  color: #a4a4a4;
}

.table > thead > tr > th .dropdown-menu > li > a:hover, .table > thead > tr > th .dropdown-menu > li > a:focus,
.table > thead > tr > td .dropdown-menu > li > a:hover,
.table > thead > tr > td .dropdown-menu > li > a:focus,
.table > tbody > tr > th .dropdown-menu > li > a:hover,
.table > tbody > tr > th .dropdown-menu > li > a:focus,
.table > tbody > tr > td .dropdown-menu > li > a:hover,
.table > tbody > tr > td .dropdown-menu > li > a:focus,
.table > tfoot > tr > th .dropdown-menu > li > a:hover,
.table > tfoot > tr > th .dropdown-menu > li > a:focus,
.table > tfoot > tr > td .dropdown-menu > li > a:hover,
.table > tfoot > tr > td .dropdown-menu > li > a:focus {
  color: #f9f9f9;
}

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

.dropdown-menu {
  font-size: 14px;
}

.dropdown-menu > li > a {
  padding: 6px 20px;
}

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

.dropdown-header {
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 12px;
}

.progress {
  height: 6px;
}

/*!
 * Font Awesome Pro 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.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-both, .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,
:root .fa-flip-both {
  filter: none;
}

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

.fa-abacus:before {
  content: "\f640";
}

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

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

.fa-acorn:before {
  content: "\f6ae";
}

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

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

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

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

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

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

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

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

.fa-air-conditioner:before {
  content: "\f8f4";
}

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

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

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

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

.fa-alarm-plus:before {
  content: "\f844";
}

.fa-alarm-snooze:before {
  content: "\f845";
}

.fa-album:before {
  content: "\f89f";
}

.fa-album-collection:before {
  content: "\f8a0";
}

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

.fa-alicorn:before {
  content: "\f6b0";
}

.fa-alien:before {
  content: "\f8f5";
}

.fa-alien-monster:before {
  content: "\f8f6";
}

.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-align-slash:before {
  content: "\f846";
}

.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-amp-guitar:before {
  content: "\f8a1";
}

.fa-analytics:before {
  content: "\f643";
}

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

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

.fa-angel:before {
  content: "\f779";
}

.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-crate:before {
  content: "\f6b1";
}

.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-artstation:before {
  content: "\f77a";
}

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

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

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

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

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

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

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

.fa-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-axe:before {
  content: "\f6b2";
}

.fa-axe-battle:before {
  content: "\f6b3";
}

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

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

.fa-backpack:before {
  content: "\f5d4";
}

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

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

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

.fa-bacteria:before {
  content: "\e059";
}

.fa-bacterium:before {
  content: "\e05a";
}

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

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

.fa-badge-dollar:before {
  content: "\f645";
}

.fa-badge-percent:before {
  content: "\f646";
}

.fa-badge-sheriff:before {
  content: "\f8a2";
}

.fa-badger-honey:before {
  content: "\f6b4";
}

.fa-bags-shopping:before {
  content: "\f847";
}

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

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

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

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

.fa-ball-pile:before {
  content: "\f77e";
}

.fa-ballot:before {
  content: "\f732";
}

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

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

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

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

.fa-banjo:before {
  content: "\f8a3";
}

.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-bat:before {
  content: "\f6b5";
}

.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-battle-net:before {
  content: "\f835";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-bells:before {
  content: "\f77f";
}

.fa-betamax:before {
  content: "\f8a4";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-blanket:before {
  content: "\f498";
}

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

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

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

.fa-blinds:before {
  content: "\f8fb";
}

.fa-blinds-open:before {
  content: "\f8fc";
}

.fa-blinds-raised:before {
  content: "\f8fd";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-books:before {
  content: "\f5db";
}

.fa-books-medical:before {
  content: "\f7e8";
}

.fa-boombox:before {
  content: "\f8a5";
}

.fa-boot:before {
  content: "\f782";
}

.fa-booth-curtain:before {
  content: "\f734";
}

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

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

.fa-border-bottom:before {
  content: "\f84d";
}

.fa-border-center-h:before {
  content: "\f89c";
}

.fa-border-center-v:before {
  content: "\f89d";
}

.fa-border-inner:before {
  content: "\f84e";
}

.fa-border-left:before {
  content: "\f84f";
}

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

.fa-border-outer:before {
  content: "\f851";
}

.fa-border-right:before {
  content: "\f852";
}

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

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

.fa-border-top:before {
  content: "\f855";
}

.fa-bow-arrow:before {
  content: "\f6b9";
}

.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-ballot:before {
  content: "\f735";
}

.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-tissue:before {
  content: "\e05b";
}

.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-brackets:before {
  content: "\f7e9";
}

.fa-brackets-curly:before {
  content: "\f7ea";
}

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

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

.fa-bread-loaf:before {
  content: "\f7eb";
}

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

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

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

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

.fa-bring-front:before {
  content: "\f857";
}

.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-buffer:before {
  content: "\f837";
}

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

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

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

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

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

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

.fa-burger-soda:before {
  content: "\f858";
}

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

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

.fa-burrito:before {
  content: "\f7ed";
}

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

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

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

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

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

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

.fa-cabinet-filing:before {
  content: "\f64b";
}

.fa-cactus:before {
  content: "\f8a7";
}

.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-day:before {
  content: "\f783";
}

.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-star:before {
  content: "\f736";
}

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

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

.fa-camcorder:before {
  content: "\f8a8";
}

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

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

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

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

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

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

.fa-campfire:before {
  content: "\f6ba";
}

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

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

.fa-candle-holder:before {
  content: "\f6bc";
}

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

.fa-candy-corn:before {
  content: "\f6bd";
}

.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-building:before {
  content: "\f859";
}

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

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

.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-caravan:before {
  content: "\f8ff";
}

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

.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-carrot:before {
  content: "\f787";
}

.fa-cars:before {
  content: "\f85b";
}

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

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

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

.fa-cassette-tape:before {
  content: "\f8ab";
}

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

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

.fa-cauldron:before {
  content: "\f6bf";
}

.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-cctv:before {
  content: "\f8ac";
}

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

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

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

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

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

.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-network:before {
  content: "\f78a";
}

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

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

.fa-chart-scatter:before {
  content: "\f7ee";
}

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

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

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

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

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

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

.fa-cheeseburger:before {
  content: "\f7f1";
}

.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-chimney:before {
  content: "\f78b";
}

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

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

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

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

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

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

.fa-clarinet:before {
  content: "\f8ad";
}

.fa-claw-marks:before {
  content: "\f6c2";
}

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

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

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

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

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

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

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

.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-drizzle:before {
  content: "\f738";
}

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

.fa-cloud-hail-mixed:before {
  content: "\f73a";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-clouds:before {
  content: "\f744";
}

.fa-clouds-moon:before {
  content: "\f745";
}

.fa-clouds-sun:before {
  content: "\f746";
}

.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-coffee-pot:before {
  content: "\e002";
}

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

.fa-coffin:before {
  content: "\f6c6";
}

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

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

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

.fa-coin:before {
  content: "\f85c";
}

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

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

.fa-comet:before {
  content: "\e003";
}

.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-medical:before {
  content: "\f7f4";
}

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

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

.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-medical:before {
  content: "\f7f5";
}

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

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

.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-arrows-alt:before {
  content: "\f78c";
}

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

.fa-computer-classic:before {
  content: "\f8b1";
}

.fa-computer-speaker:before {
  content: "\f8b2";
}

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

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

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

.fa-construction:before {
  content: "\f85d";
}

.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-corn:before {
  content: "\f6c7";
}

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

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

.fa-cow:before {
  content: "\f6c8";
}

.fa-cowbell:before {
  content: "\f8b3";
}

.fa-cowbell-more:before {
  content: "\f8b4";
}

.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-critical-role:before {
  content: "\f6c9";
}

.fa-croissant:before {
  content: "\f7f6";
}

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

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

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

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

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

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

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

.fa-crutches:before {
  content: "\f7f8";
}

.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-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dagger:before {
  content: "\f6cb";
}

.fa-dailymotion:before {
  content: "\e052";
}

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

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

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

.fa-debug:before {
  content: "\f7f9";
}

.fa-deer:before {
  content: "\f78e";
}

.fa-deer-rudolph:before {
  content: "\f78f";
}

.fa-deezer:before {
  content: "\e077";
}

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

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

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

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

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

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

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

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

.fa-dewpoint:before {
  content: "\f748";
}

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

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

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

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

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

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

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

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

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

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

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

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

.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-digging:before {
  content: "\f85e";
}

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

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

.fa-diploma:before {
  content: "\f5ea";
}

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

.fa-disc-drive:before {
  content: "\f8b5";
}

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

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

.fa-disease:before {
  content: "\f7fa";
}

.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-dog:before {
  content: "\f6d3";
}

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

.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-dragon:before {
  content: "\f6d5";
}

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

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

.fa-draw-square:before {
  content: "\f5ef";
}

.fa-dreidel:before {
  content: "\f792";
}

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

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

.fa-drone:before {
  content: "\f85f";
}

.fa-drone-alt:before {
  content: "\f860";
}

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

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

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

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

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

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

.fa-dryer:before {
  content: "\f861";
}

.fa-dryer-alt:before {
  content: "\f862";
}

.fa-duck:before {
  content: "\f6d8";
}

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

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

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

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

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

.fa-ear:before {
  content: "\f5f0";
}

.fa-ear-muffs:before {
  content: "\f795";
}

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

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

.fa-eclipse:before {
  content: "\f749";
}

.fa-eclipse-alt:before {
  content: "\f74a";
}

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

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

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

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

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

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

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

.fa-elephant:before {
  content: "\f6da";
}

.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-ethernet:before {
  content: "\f796";
}

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

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

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

.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-evil:before {
  content: "\f6db";
}

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

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

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

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

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

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

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

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

.fa-farm:before {
  content: "\f864";
}

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

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

.fa-faucet:before {
  content: "\e005";
}

.fa-faucet-drip:before {
  content: "\e006";
}

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

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

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

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

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

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

.fa-field-hockey:before {
  content: "\f44c";
}

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

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

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

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

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

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

.fa-file-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-csv:before {
  content: "\f6dd";
}

.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-music:before {
  content: "\f8b6";
}

.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-search:before {
  content: "\f865";
}

.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-files-medical:before {
  content: "\f7fd";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-fireplace:before {
  content: "\f79a";
}

.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-fish-cooked:before {
  content: "\f7fe";
}

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

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

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

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

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

.fa-flame:before {
  content: "\f6df";
}

.fa-flashlight:before {
  content: "\f8b8";
}

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

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

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

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

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

.fa-flower:before {
  content: "\f7ff";
}

.fa-flower-daffodil:before {
  content: "\f800";
}

.fa-flower-tulip:before {
  content: "\f801";
}

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

.fa-flute:before {
  content: "\f8b9";
}

.fa-flux-capacitor:before {
  content: "\f8ba";
}

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

.fa-fog:before {
  content: "\f74e";
}

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

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

.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-folder-tree:before {
  content: "\f802";
}

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

.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-font-case:before {
  content: "\f866";
}

.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-french-fries:before {
  content: "\f803";
}

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

.fa-frosty-head:before {
  content: "\f79b";
}

.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-galaxy:before {
  content: "\e008";
}

.fa-game-board:before {
  content: "\f867";
}

.fa-game-board-alt:before {
  content: "\f868";
}

.fa-game-console-handheld:before {
  content: "\f8bb";
}

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

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

.fa-garage:before {
  content: "\e009";
}

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

.fa-garage-open:before {
  content: "\e00b";
}

.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-ghost:before {
  content: "\f6e2";
}

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

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

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

.fa-gingerbread-man:before {
  content: "\f79d";
}

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

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

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

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

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

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

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

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

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

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

.fa-glass-champagne:before {
  content: "\f79e";
}

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

.fa-glass-citrus:before {
  content: "\f869";
}

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

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

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

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

.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-europe:before {
  content: "\f7a2";
}

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

.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-pay:before {
  content: "\e079";
}

.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-gramophone:before {
  content: "\f8bd";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-guilded:before {
  content: "\e07e";
}

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

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

.fa-guitars:before {
  content: "\f8bf";
}

.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-h4:before {
  content: "\f86a";
}

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

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

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

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

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

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

.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-magic:before {
  content: "\f6e5";
}

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

.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-middle-finger:before {
  content: "\f806";
}

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

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

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

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

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

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

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

.fa-hand-receiving:before {
  content: "\f47c";
}

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

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

.fa-hand-sparkles:before {
  content: "\e05d";
}

.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-hands-wash:before {
  content: "\e05e";
}

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

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

.fa-handshake-alt-slash:before {
  content: "\e05f";
}

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

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

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

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

.fa-hat-chef:before {
  content: "\f86b";
}

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

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

.fa-hat-santa:before {
  content: "\f7a7";
}

.fa-hat-winter:before {
  content: "\f7a8";
}

.fa-hat-witch:before {
  content: "\f6e7";
}

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

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

.fa-head-side:before {
  content: "\f6e9";
}

.fa-head-side-brain:before {
  content: "\f808";
}

.fa-head-side-cough:before {
  content: "\e061";
}

.fa-head-side-cough-slash:before {
  content: "\e062";
}

.fa-head-side-headphones:before {
  content: "\f8c2";
}

.fa-head-side-mask:before {
  content: "\e063";
}

.fa-head-side-medical:before {
  content: "\f809";
}

.fa-head-side-virus:before {
  content: "\e064";
}

.fa-head-vr:before {
  content: "\f6ea";
}

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

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

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

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

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

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

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

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

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

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

.fa-heat:before {
  content: "\e00c";
}

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

.fa-helmet-battle:before {
  content: "\f6eb";
}

.fa-hexagon:before {
  content: "\f312";
}

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

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

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

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

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

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

.fa-hive:before {
  content: "\e07f";
}

.fa-hockey-mask:before {
  content: "\f6ee";
}

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

.fa-hockey-sticks:before {
  content: "\f454";
}

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

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

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

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

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

.fa-home-lg-alt:before {
  content: "\f80c";
}

.fa-hood-cloak:before {
  content: "\f6ef";
}

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

.fa-horizontal-rule:before {
  content: "\f86c";
}

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

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

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

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

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

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

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

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

.fa-hospitals:before {
  content: "\f80e";
}

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

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

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

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

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

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

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

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

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

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

.fa-house-day:before {
  content: "\e00e";
}

.fa-house-flood:before {
  content: "\f74f";
}

.fa-house-leave:before {
  content: "\e00f";
}

.fa-house-night:before {
  content: "\e010";
}

.fa-house-return:before {
  content: "\e011";
}

.fa-house-signal:before {
  content: "\e012";
}

.fa-house-user:before {
  content: "\e065";
}

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

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

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

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

.fa-humidity:before {
  content: "\f750";
}

.fa-hurricane:before {
  content: "\f751";
}

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

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

.fa-ice-skate:before {
  content: "\f7ac";
}

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

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

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

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

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

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

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

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

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

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

.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-innosoft:before {
  content: "\e080";
}

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

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

.fa-instalod:before {
  content: "\e081";
}

.fa-integral:before {
  content: "\f667";
}

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

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

.fa-intersection:before {
  content: "\f668";
}

.fa-inventory:before {
  content: "\f480";
}

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

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

.fa-island-tropical:before {
  content: "\f811";
}

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

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

.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-jira:before {
  content: "\f7b1";
}

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

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

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

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

.fa-joystick:before {
  content: "\f8c5";
}

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

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

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

.fa-jug:before {
  content: "\f8c6";
}

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

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

.fa-kazoo:before {
  content: "\f8c7";
}

.fa-kerning:before {
  content: "\f86f";
}

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

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

.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-kite:before {
  content: "\f6f4";
}

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

.fa-knife-kitchen:before {
  content: "\f6f5";
}

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

.fa-lambda:before {
  content: "\f66e";
}

.fa-lamp:before {
  content: "\f4ca";
}

.fa-lamp-desk:before {
  content: "\e014";
}

.fa-lamp-floor:before {
  content: "\e015";
}

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

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

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

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

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

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

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

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

.fa-lasso:before {
  content: "\f8c8";
}

.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-leaf-maple:before {
  content: "\f6f6";
}

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

.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-light-ceiling:before {
  content: "\e016";
}

.fa-light-switch:before {
  content: "\e017";
}

.fa-light-switch-off:before {
  content: "\e018";
}

.fa-light-switch-on:before {
  content: "\e019";
}

.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-lights-holiday:before {
  content: "\f7b2";
}

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

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

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

.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-music:before {
  content: "\f8c9";
}

.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-lungs-virus:before {
  content: "\e067";
}

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

.fa-mace:before {
  content: "\f6f8";
}

.fa-magento:before {
  content: "\f3c4";
}

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

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

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailbox:before {
  content: "\f813";
}

.fa-mailchimp:before {
  content: "\f59e";
}

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

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-mandolin:before {
  content: "\f6f9";
}

.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-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

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

.fa-mdb:before {
  content: "\f8ca";
}

.fa-meat:before {
  content: "\f814";
}

.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-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

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

.fa-meteor:before {
  content: "\f753";
}

.fa-microblog:before {
  content: "\e01a";
}

.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-microphone-stand:before {
  content: "\f8cb";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-microwave:before {
  content: "\e01b";
}

.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-mistletoe:before {
  content: "\f7b4";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

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

.fa-mixer:before {
  content: "\e056";
}

.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-money-check-edit:before {
  content: "\f872";
}

.fa-money-check-edit-alt:before {
  content: "\f873";
}

.fa-monitor-heart-rate:before {
  content: "\f611";
}

.fa-monkey:before {
  content: "\f6fb";
}

.fa-monument:before {
  content: "\f5a6";
}

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

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

.fa-moon-stars:before {
  content: "\f755";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

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

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mountains:before {
  content: "\f6fd";
}

.fa-mouse:before {
  content: "\f8cc";
}

.fa-mouse-alt:before {
  content: "\f8cd";
}

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

.fa-mp3-player:before {
  content: "\f8ce";
}

.fa-mug:before {
  content: "\f874";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-mug-marshmallows:before {
  content: "\f7b7";
}

.fa-mug-tea:before {
  content: "\f875";
}

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

.fa-music-alt:before {
  content: "\f8cf";
}

.fa-music-alt-slash:before {
  content: "\f8d0";
}

.fa-music-slash:before {
  content: "\f8d1";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-narwhal:before {
  content: "\f6fe";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

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

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

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

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

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

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

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

.fa-octagon:before {
  content: "\f306";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.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-orcid:before {
  content: "\f8d2";
}

.fa-ornament:before {
  content: "\f7b8";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

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

.fa-outlet:before {
  content: "\e01c";
}

.fa-oven:before {
  content: "\e01d";
}

.fa-overline:before {
  content: "\f876";
}

.fa-page-break:before {
  content: "\f877";
}

.fa-page4:before {
  content: "\f3d7";
}

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

.fa-pager:before {
  content: "\f815";
}

.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-paragraph-rtl:before {
  content: "\f878";
}

.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-paw-alt:before {
  content: "\f701";
}

.fa-paw-claws:before {
  content: "\f702";
}

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

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

.fa-pegasus:before {
  content: "\f703";
}

.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-penny-arcade:before {
  content: "\f704";
}

.fa-people-arrows:before {
  content: "\e068";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-perbyte:before {
  content: "\e083";
}

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

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-person-carry:before {
  content: "\f4cf";
}

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

.fa-person-dolly-empty:before {
  content: "\f4d1";
}

.fa-person-sign:before {
  content: "\f757";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

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

.fa-phone-alt:before {
  content: "\f879";
}

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

.fa-phone-office:before {
  content: "\f67d";
}

.fa-phone-plus:before {
  content: "\f4d2";
}

.fa-phone-rotary:before {
  content: "\f8d3";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

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

.fa-phone-square-alt:before {
  content: "\f87b";
}

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

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pi:before {
  content: "\f67e";
}

.fa-piano:before {
  content: "\f8d4";
}

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

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

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

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

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

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

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-pig:before {
  content: "\f706";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

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

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

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

.fa-pizza:before {
  content: "\f817";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.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-plane-slash:before {
  content: "\e069";
}

.fa-planet-moon:before {
  content: "\e01f";
}

.fa-planet-ringed:before {
  content: "\e020";
}

.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-podium-star:before {
  content: "\f758";
}

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

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poll-people:before {
  content: "\f759";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-popcorn:before {
  content: "\f819";
}

.fa-portal-enter:before {
  content: "\e022";
}

.fa-portal-exit:before {
  content: "\e023";
}

.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-search:before {
  content: "\f81a";
}

.fa-print-slash:before {
  content: "\f686";
}

.fa-procedures:before {
  content: "\f487";
}

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

.fa-project-diagram:before {
  content: "\f542";
}

.fa-projector:before {
  content: "\f8d6";
}

.fa-pump-medical:before {
  content: "\e06a";
}

.fa-pump-soap:before {
  content: "\e06b";
}

.fa-pumpkin:before {
  content: "\f707";
}

.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-rabbit:before {
  content: "\f708";
}

.fa-rabbit-fast:before {
  content: "\f709";
}

.fa-racquet:before {
  content: "\f45a";
}

.fa-radar:before {
  content: "\e024";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-radio:before {
  content: "\f8d7";
}

.fa-radio-alt:before {
  content: "\f8d8";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-raindrops:before {
  content: "\f75c";
}

.fa-ram:before {
  content: "\f70a";
}

.fa-ramp-loading:before {
  content: "\f4d4";
}

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

.fa-raspberry-pi:before {
  content: "\f7bb";
}

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

.fa-raygun:before {
  content: "\e025";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.fa-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-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-refrigerator:before {
  content: "\e026";
}

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

.fa-remove-format:before {
  content: "\f87d";
}

.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-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

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

.fa-retweet-alt:before {
  content: "\f361";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

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

.fa-rings-wedding:before {
  content: "\f81b";
}

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

.fa-robot:before {
  content: "\f544";
}

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

.fa-rocket-launch:before {
  content: "\e027";
}

.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-router:before {
  content: "\f8da";
}

.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-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-rv:before {
  content: "\f7be";
}

.fa-sack:before {
  content: "\f81c";
}

.fa-sack-dollar:before {
  content: "\f81d";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

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

.fa-salad:before {
  content: "\f81e";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sandwich:before {
  content: "\f81f";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-sausage:before {
  content: "\f820";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-sax-hot:before {
  content: "\f8db";
}

.fa-saxophone:before {
  content: "\f8dc";
}

.fa-scalpel:before {
  content: "\f61d";
}

.fa-scalpel-path:before {
  content: "\f61e";
}

.fa-scanner:before {
  content: "\f488";
}

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

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

.fa-scanner-touchscreen:before {
  content: "\f48a";
}

.fa-scarecrow:before {
  content: "\f70d";
}

.fa-scarf:before {
  content: "\f7c1";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

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

.fa-scroll:before {
  content: "\f70e";
}

.fa-scroll-old:before {
  content: "\f70f";
}

.fa-scrubber:before {
  content: "\f2f8";
}

.fa-scythe:before {
  content: "\f710";
}

.fa-sd-card:before {
  content: "\f7c2";
}

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

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

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

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

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

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

.fa-send-back:before {
  content: "\f87e";
}

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

.fa-sensor:before {
  content: "\e028";
}

.fa-sensor-alert:before {
  content: "\e029";
}

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

.fa-sensor-on:before {
  content: "\e02b";
}

.fa-sensor-smoke:before {
  content: "\e02c";
}

.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-sheep:before {
  content: "\f711";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

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

.fa-shield-alt:before {
  content: "\f3ed";
}

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

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

.fa-shield-virus:before {
  content: "\e06c";
}

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

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shipping-timed:before {
  content: "\f48c";
}

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

.fa-shish-kebab:before {
  content: "\f821";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopify:before {
  content: "\e057";
}

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

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

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

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shovel:before {
  content: "\f713";
}

.fa-shovel-snow:before {
  content: "\f7c3";
}

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

.fa-shredder:before {
  content: "\f68a";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-shuttlecock:before {
  content: "\f45b";
}

.fa-sickle:before {
  content: "\f822";
}

.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-signal-stream:before {
  content: "\f8dd";
}

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

.fa-sim-card:before {
  content: "\f7c4";
}

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

.fa-sink:before {
  content: "\e06d";
}

.fa-siren:before {
  content: "\e02d";
}

.fa-siren-on:before {
  content: "\e02e";
}

.fa-sistrix:before {
  content: "\f3ee";
}

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

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-skeleton:before {
  content: "\f620";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-ski-jump:before {
  content: "\f7c7";
}

.fa-ski-lift:before {
  content: "\f7c8";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-cow:before {
  content: "\f8de";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

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

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

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

.fa-slack-hash:before {
  content: "\f3ef";
}

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

.fa-sledding:before {
  content: "\f7cb";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.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-smog:before {
  content: "\f75f";
}

.fa-smoke:before {
  content: "\f760";
}

.fa-smoking:before {
  content: "\f48d";
}

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

.fa-sms:before {
  content: "\f7cd";
}

.fa-snake:before {
  content: "\f716";
}

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

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

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

.fa-snooze:before {
  content: "\f880";
}

.fa-snow-blowing:before {
  content: "\f761";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

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

.fa-snowflakes:before {
  content: "\f7cf";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowmobile:before {
  content: "\f7d1";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-soap:before {
  content: "\e06e";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-solar-system:before {
  content: "\e02f";
}

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

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

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

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

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-alt:before {
  content: "\f883";
}

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

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

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

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

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

.fa-sort-circle-down:before {
  content: "\e031";
}

.fa-sort-circle-up:before {
  content: "\e032";
}

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

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

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

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

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-shapes-down:before {
  content: "\f888";
}

.fa-sort-shapes-down-alt:before {
  content: "\f889";
}

.fa-sort-shapes-up:before {
  content: "\f88a";
}

.fa-sort-shapes-up-alt:before {
  content: "\f88b";
}

.fa-sort-size-down:before {
  content: "\f88c";
}

.fa-sort-size-down-alt:before {
  content: "\f88d";
}

.fa-sort-size-up:before {
  content: "\f88e";
}

.fa-sort-size-up-alt:before {
  content: "\f88f";
}

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

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

.fa-soup:before {
  content: "\f823";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

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

.fa-space-station-moon:before {
  content: "\e033";
}

.fa-space-station-moon-alt:before {
  content: "\e034";
}

.fa-spade:before {
  content: "\f2f4";
}

.fa-sparkles:before {
  content: "\f890";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker:before {
  content: "\f8df";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-speakers:before {
  content: "\f8e0";
}

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

.fa-spider:before {
  content: "\f717";
}

.fa-spider-black-widow:before {
  content: "\f718";
}

.fa-spider-web:before {
  content: "\f719";
}

.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-sprinkler:before {
  content: "\e035";
}

.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-squirrel:before {
  content: "\f71a";
}

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

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

.fa-stackpath:before {
  content: "\f842";
}

.fa-staff:before {
  content: "\f71b";
}

.fa-stamp:before {
  content: "\f5bf";
}

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

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-christmas:before {
  content: "\f7d4";
}

.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-star-shooting:before {
  content: "\e036";
}

.fa-starfighter:before {
  content: "\e037";
}

.fa-starfighter-alt:before {
  content: "\e038";
}

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

.fa-starship:before {
  content: "\e039";
}

.fa-starship-freighter:before {
  content: "\e03a";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steak:before {
  content: "\f824";
}

.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-stocking:before {
  content: "\f7d5";
}

.fa-stomach:before {
  content: "\f623";
}

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

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

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-stopwatch-20:before {
  content: "\e06f";
}

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

.fa-store-alt:before {
  content: "\f54f";
}

.fa-store-alt-slash:before {
  content: "\e070";
}

.fa-store-slash:before {
  content: "\e071";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

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

.fa-stretcher:before {
  content: "\f825";
}

.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-sun-cloud:before {
  content: "\f763";
}

.fa-sun-dust:before {
  content: "\f764";
}

.fa-sun-haze:before {
  content: "\f765";
}

.fa-sunglasses:before {
  content: "\f892";
}

.fa-sunrise:before {
  content: "\f766";
}

.fa-sunset:before {
  content: "\f767";
}

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

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

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-sword:before {
  content: "\f71c";
}

.fa-sword-laser:before {
  content: "\e03b";
}

.fa-sword-laser-alt:before {
  content: "\e03c";
}

.fa-swords:before {
  content: "\f71d";
}

.fa-swords-laser:before {
  content: "\e03d";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

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

.fa-table-tennis:before {
  content: "\f45d";
}

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

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-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-taco:before {
  content: "\f826";
}

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

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

.fa-tally:before {
  content: "\f69c";
}

.fa-tanakh:before {
  content: "\f827";
}

.fa-tape:before {
  content: "\f4db";
}

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

.fa-tasks-alt:before {
  content: "\f828";
}

.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-telescope:before {
  content: "\e03e";
}

.fa-temperature-down:before {
  content: "\e03f";
}

.fa-temperature-frigid:before {
  content: "\f768";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-hot:before {
  content: "\f76a";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-temperature-up:before {
  content: "\e040";
}

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

.fa-tenge:before {
  content: "\f7d7";
}

.fa-tennis-ball:before {
  content: "\f45e";
}

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

.fa-text:before {
  content: "\f893";
}

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

.fa-text-size:before {
  content: "\f894";
}

.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-think-peaks:before {
  content: "\f731";
}

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

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

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-thunderstorm:before {
  content: "\f76c";
}

.fa-thunderstorm-moon:before {
  content: "\f76d";
}

.fa-thunderstorm-sun:before {
  content: "\f76e";
}

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

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tiktok:before {
  content: "\e07b";
}

.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-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-alt:before {
  content: "\f71f";
}

.fa-toilet-paper-slash:before {
  content: "\e072";
}

.fa-tombstone:before {
  content: "\f720";
}

.fa-tombstone-alt:before {
  content: "\f721";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-toothbrush:before {
  content: "\f635";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tornado:before {
  content: "\f76f";
}

.fa-tractor:before {
  content: "\f722";
}

.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-trailer:before {
  content: "\e041";
}

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

.fa-tram:before {
  content: "\f7da";
}

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

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

.fa-transporter:before {
  content: "\e042";
}

.fa-transporter-1:before {
  content: "\e043";
}

.fa-transporter-2:before {
  content: "\e044";
}

.fa-transporter-3:before {
  content: "\e045";
}

.fa-transporter-empty:before {
  content: "\e046";
}

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

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-trash-undo:before {
  content: "\f895";
}

.fa-trash-undo-alt:before {
  content: "\f896";
}

.fa-treasure-chest:before {
  content: "\f723";
}

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

.fa-tree-alt:before {
  content: "\f400";
}

.fa-tree-christmas:before {
  content: "\f7db";
}

.fa-tree-decorated:before {
  content: "\f7dc";
}

.fa-tree-large:before {
  content: "\f7dd";
}

.fa-tree-palm:before {
  content: "\f82b";
}

.fa-trees:before {
  content: "\f724";
}

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

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

.fa-triangle-music:before {
  content: "\f8e2";
}

.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-plow:before {
  content: "\f7de";
}

.fa-truck-ramp:before {
  content: "\f4e0";
}

.fa-trumpet:before {
  content: "\f8e3";
}

.fa-tshirt:before {
  content: "\f553";
}

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

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

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

.fa-turkey:before {
  content: "\f725";
}

.fa-turntable:before {
  content: "\f8e4";
}

.fa-turtle:before {
  content: "\f726";
}

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

.fa-tv-alt:before {
  content: "\f8e5";
}

.fa-tv-music:before {
  content: "\f8e6";
}

.fa-tv-retro:before {
  content: "\f401";
}

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

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

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

.fa-typewriter:before {
  content: "\f8e7";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-ufo:before {
  content: "\e047";
}

.fa-ufo-beam:before {
  content: "\e048";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

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

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-uncharted:before {
  content: "\e084";
}

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

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-unicorn:before {
  content: "\f727";
}

.fa-union:before {
  content: "\f6a2";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "\e049";
}

.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-unsplash:before {
  content: "\e07c";
}

.fa-untappd:before {
  content: "\f405";
}

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

.fa-ups:before {
  content: "\f7e0";
}

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

.fa-usb-drive:before {
  content: "\f8e9";
}

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

.fa-usd-square:before {
  content: "\f2e9";
}

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

.fa-user-alien:before {
  content: "\e04a";
}

.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-cowboy:before {
  content: "\f8ea";
}

.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-hard-hat:before {
  content: "\f82c";
}

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

.fa-user-injured:before {
  content: "\f728";
}

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

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

.fa-user-md-chat:before {
  content: "\f82e";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-music:before {
  content: "\f8eb";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

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

.fa-user-robot:before {
  content: "\e04b";
}

.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-user-unlock:before {
  content: "\e058";
}

.fa-user-visor:before {
  content: "\e04c";
}

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

.fa-users-class:before {
  content: "\f63d";
}

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

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

.fa-users-medical:before {
  content: "\f830";
}

.fa-users-slash:before {
  content: "\e073";
}

.fa-usps:before {
  content: "\f7e1";
}

.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-vacuum:before {
  content: "\e04d";
}

.fa-vacuum-robot:before {
  content: "\e04e";
}

.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-vest:before {
  content: "\e085";
}

.fa-vest-patches:before {
  content: "\e086";
}

.fa-vhs:before {
  content: "\f8ec";
}

.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-violin:before {
  content: "\f8ed";
}

.fa-virus:before {
  content: "\e074";
}

.fa-virus-slash:before {
  content: "\e075";
}

.fa-viruses:before {
  content: "\e076";
}

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

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volcano:before {
  content: "\f770";
}

.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-vote-nay:before {
  content: "\f771";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-wagon-covered:before {
  content: "\f8ee";
}

.fa-walker:before {
  content: "\f831";
}

.fa-walkie-talkie:before {
  content: "\f8ef";
}

.fa-walking:before {
  content: "\f554";
}

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

.fa-wand:before {
  content: "\f72a";
}

.fa-wand-magic:before {
  content: "\f72b";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-warehouse-alt:before {
  content: "\f495";
}

.fa-washer:before {
  content: "\f898";
}

.fa-watch:before {
  content: "\f2e1";
}

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

.fa-watch-fitness:before {
  content: "\f63e";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-water:before {
  content: "\f773";
}

.fa-water-lower:before {
  content: "\f774";
}

.fa-water-rise:before {
  content: "\f775";
}

.fa-wave-sine:before {
  content: "\f899";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-wave-triangle:before {
  content: "\f89a";
}

.fa-waveform:before {
  content: "\f8f1";
}

.fa-waveform-path:before {
  content: "\f8f2";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-webcam:before {
  content: "\f832";
}

.fa-webcam-slash:before {
  content: "\f833";
}

.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-whale:before {
  content: "\f72c";
}

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

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheat:before {
  content: "\f72d";
}

.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-wind:before {
  content: "\f72e";
}

.fa-wind-turbine:before {
  content: "\f89b";
}

.fa-wind-warning:before {
  content: "\f776";
}

.fa-window:before {
  content: "\f40e";
}

.fa-window-alt:before {
  content: "\f40f";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-frame:before {
  content: "\e04f";
}

.fa-window-frame-open:before {
  content: "\e050";
}

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

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

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

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

.fa-windsock:before {
  content: "\f777";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

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

.fa-wordpress-simple:before {
  content: "\f411";
}

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

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

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

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wreath:before {
  content: "\f7e2";
}

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

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

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

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

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

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

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

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

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

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

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

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

.fa-zhihu:before {
  content: "\f63f";
}

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

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

/*!
 * Font Awesome Pro 5.15.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: 300;
  font-display: block;
  src: url("../fonts/FA/fa-light-300.eot");
  src: url("../fonts/FA/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../fonts/FA/fa-light-300.woff2") format("woff2"), url("../fonts/FA/fa-light-300.woff") format("woff"), url("../fonts/FA/fa-light-300.ttf") format("truetype"), url("../fonts/FA/fa-light-300.svg#fontawesome") format("svg");
}

.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}

/*!
 * Font Awesome Pro 5.15.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;
  font-display: block;
  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");
}

.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/*!
 * Font Awesome Pro 5.15.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;
  font-display: block;
  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");
}

.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}

/*!
 * Font Awesome Pro 5.15.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: 400;
  font-display: block;
  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");
}

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* Slider */
.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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  width: 42px;
  height: 42px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  text-align: center;
  top: 0;
  bottom: 0;
  padding: 0;
  margin: auto;
  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;
  background-color: #d90a2c;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  line-height: 42px;
  color: #ffffff;
  opacity: 0.85;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -50px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -50px;
}

.slick-prev:before {
  content: "\f060";
}

[dir="rtl"] .slick-prev:before {
  content: "\f061";
}

.slick-next {
  right: -50px;
}

[dir="rtl"] .slick-next {
  left: -50px;
  right: auto;
}

.slick-next:before {
  content: "\f061";
}

[dir="rtl"] .slick-next:before {
  content: "\f060";
}

/* Dots */
.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 5px;
  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: 6px;
  line-height: 20px;
  text-align: center;
  color: #a4a4a4;
  opacity: 0.25;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #f9f9f9;
  opacity: 0.85;
}

.slick-slider-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}

.slick-slider-wrapper > .slick-slider:not(.slick-initialized) {
  display: none;
}

.slick-slider-wrapper > .slick-slider.slick-initialized {
  display: block;
}

.slick-slider-wrapper > .slick-slider.slick-initialized .slick-track {
  display: -ms-flexbox;
  display: flex;
}

.slick-slider-wrapper > .slick-slider.slick-initialized .slick-track .slick-slide {
  display: -ms-flexbox;
  display: flex;
}

.slick-slider-wrapper .slick-slide {
  padding: 15px;
}

.slick-slider-wrapper .slick-slide .post-thumbnail {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .slick-slider-wrapper > .slick-slider.slick-initialized .slick-track .slick-slide {
    height: auto;
  }
  .slick-slider-wrapper > .slick-slider.slick-adaptive-height .slick-track .slick-slide {
    height: 100%;
  }
}

@media screen and (min-width: 992px) {
  .slick-slider-wrapper > .slick-slider.slick-center-mode .slick-list {
    overflow: visible;
  }
  .slick-slider-wrapper > .slick-slider.slick-center-mode .slick-slide {
    opacity: 0.65;
    transition: ease-in-out 0.2s;
  }
  .slick-slider-wrapper > .slick-slider.slick-center-mode .slick-slide.slick-current.slick-center {
    opacity: 1;
  }
}

.slick-slider-navs {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}

.slick-slider-nav-prev, .slick-slider-nav-next {
  display: inline-block;
  width: 42px;
  height: 42px;
  color: #ffffff;
  line-height: 42px;
  font-size: 18px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  cursor: pointer;
  opacity: 0.85;
}

.slick-slider-nav-prev:hover, .slick-slider-nav-next:hover {
  background-color: #d90a2c;
  opacity: 1;
}

.slick-slider-nav-next {
  margin-left: 10px;
}

/**
 * Variables declared here can be overridden by consuming applications, with
 * the help of the `!default` flag.
 *
 * @example
 *     // overriding $hoverColor
 *     $hoverColor: rgba(red, 0.05);
 *
 *     // overriding image path
 *     $flagsImagePath: "images/";
 *
 *     // import the scss file after the overrides
 *     @import "bower_component/intl-tel-input/src/css/intlTelInput";
 */
.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;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

.wrapper-fancy-bg {
  background-image: url("../img/bg.jpeg");
  background-position: top center;
  background-repeat: repeat-y;
  background-size: cover;
}

.wrapper-fancy-bg .footer {
  background: rgba(26, 25, 29, 0);
  border-color: rgba(26, 25, 29, 0);
}

.text-highlighted {
  position: relative;
  display: inline-block;
  color: #ffffff;
  line-height: 1.25;
}

.text-highlighted:before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  bottom: 0;
  left: -2px;
  right: -2px;
  background: #1a191d;
  z-index: -1;
}

.text-highlighted.primary {
  color: #d90a2c;
}

.text-highlighted.primary:before {
  background: rgba(217, 10, 44, 0.1);
}

.text-highlighted.warning {
  color: #e9714d;
}

.text-highlighted.warning:before {
  background: rgba(233, 113, 77, 0.1);
}

.text-large {
  font-size: 18px;
}

.text-small {
  font-size: 14px;
}

.text-base {
  font-size: 16px;
}

.inverse {
  color: #ffffff;
}

.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: #ffffff;
}

.inverse .block-title {
  color: #ffffff;
}

.inverse .block-title:before {
  background-color: #ffffff;
}

.inverse .block-subtitle {
  color: rgba(249, 249, 249, 0.8);
}

.inverse .text-highlighted {
  color: #ececec;
}

.inverse .text-highlighted:before {
  background: #ffffff;
}

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

.display-block {
  display: block !important;
}

.display-inline-block {
  display: inline-block !important;
}

[hidden] {
  display: none !important;
}

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

.row.display-flex.align-items-center {
  -ms-flex-align: center !important;
      align-items: center !important;
}

.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: 25px;
  padding-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.block-title {
  position: relative;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.block-title.text-primary {
  color: #d90a2c;
}

.block-title.text-info {
  color: #259fd3;
}

.block-title.text-danger {
  color: #fe5858;
}

.block-title.text-warning {
  color: #e9714d;
}

.block-title.text-success {
  color: #549e2b;
}

.block-title small {
  color: inherit;
}

.block-title-outline {
  border-top: 1px solid #646165;
  padding-top: 25px;
  margin-top: 25px;
}

.block-subtitle {
  color: #ececec;
  margin-bottom: 30px;
}

.block-suptitle {
  color: #646165;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 15px;
}

.block-suptitle + .block-title {
  margin-top: 15px;
}

.block-footer {
  text-align: center;
  margin-top: 45px;
}

.block-footer .btn, .block-footer .wizard > .actions a, .wizard > .actions .block-footer a {
  margin-top: 5px;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .h1, h1,
  .h2, h2 {
    font-size: 26px;
  }
}

.block.inverse {
  color: #646165;
}

.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: #262529;
}

.block.inverse .block-subtitle {
  color: #575558;
}

.list {
  list-style: none;
  margin: 0 0 30px;
  padding-left: 40px;
}

.list > li {
  position: relative;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 0;
}

.list > li:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -25px;
  margin: 0.65em auto;
  width: 8px;
  height: 8px;
  background: rgba(217, 10, 44, 0.95);
  border-radius: 50%;
}

.list > li ul {
  list-style: none;
  margin: 4px 0 0;
  padding-left: 40px;
}

.list > li ul > li:before {
  border: 1px solid rgba(217, 10, 44, 0.95);
  background: transparent;
}

.list > li ol {
  counter-reset: my-awesome-counter;
  margin: 4px 0 0;
  padding-left: 40px;
}

.list > li ol > li {
  counter-increment: my-awesome-counter;
}

.list > li ol > li:before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  top: 4px;
  left: -40px;
  width: 25px;
  height: 25px;
  color: #ffffff;
  font-size: 12px;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
  background: rgba(217, 10, 44, 0.95);
  border-radius: 0;
  margin: 0;
}

.list.list-warning > li:before {
  background: rgba(233, 113, 77, 0.95);
}

.list.list-warning > li ul > li:before {
  border-color: rgba(233, 113, 77, 0.95);
}

.list.list-info > li:before {
  background: rgba(37, 159, 211, 0.95);
}

.list.list-info > li ul > li:before {
  border-color: rgba(37, 159, 211, 0.95);
}

.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: #d90a2c;
  font-size: 16px;
  line-height: 1;
}

.list.list-check.list-success > li:before {
  color: #549e2b;
  background: transparent;
}

.list.list-check.list-success > li ul > li:before {
  border-color: rgba(84, 158, 43, 0.95);
}

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

.list.list-inline > li {
  padding-left: 40px;
}

.list.list-inline > li:before {
  left: 12px;
  margin: 0.5em 0;
}

ol.list {
  counter-reset: my-awesome-counter;
}

ol.list > li {
  counter-increment: my-awesome-counter;
}

ol.list > li:before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  top: 4px;
  left: -40px;
  width: 25px;
  height: 25px;
  color: #ffffff;
  font-size: 12px;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
  background: rgba(217, 10, 44, 0.95);
  border-radius: 0;
  margin: 0;
}

.language-switcher {
  display: block;
  width: 100%;
  margin: 10px 0;
}

.language-switcher > .dropdown-toggle {
  display: block;
  float: none;
  font-weight: normal;
}

.language-switcher > .dropdown-toggle img,
.language-switcher > .dropdown-menu img {
  margin-right: 5px;
}

.language-switcher > .dropdown-toggle span,
.language-switcher > .dropdown-menu span {
  vertical-align: middle;
}

.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: #1a191d;
}

@media screen and (max-width: 767px) {
  .login-page > .container {
    width: 100%;
  }
}

.login-page-logo {
  display: block;
  width: 130px;
  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: #a4a4a4;
  font-size: 14px;
}

.login-page-text a {
  text-decoration: underline;
}

.login-page-text a.link-gray {
  color: #a4a4a4;
}

.login-page .card {
  margin: 30px 0 10px;
  padding: 30px;
  border-radius: 6px;
  background-color: #131215;
}

.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: #646165;
}

.profile .form-control.ref-link {
  cursor: text;
  margin-bottom: 0;
  background-color: #262529;
}

.profile select.form-control {
  text-align-last: left;
}

.profile .input label {
  text-align: left;
}

.profile .input.error .error-message {
  text-align: left;
}

.profile-body {
  font-size: 16px;
  margin: 10px 0 50px;
}

@media screen and (min-width: 992px) {
  .profile-body {
    background: #131215;
    border-radius: 6px;
    min-height: 220px;
    margin: 0 0 30px;
    padding: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .profile-body {
    padding: 50px;
  }
}

.profile-body-empty {
  text-align: center;
}

.profile-body-empty i {
  font-size: 40px;
  color: #d90a2c;
}

.profile-body-divider {
  position: relative;
  height: 1px;
  background-color: #262529;
  margin: 40px -30px;
}

@media screen and (min-width: 1200px) {
  .profile-body-divider {
    margin-left: -50px;
    margin-right: -50px;
  }
}

.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: #646165;
}

.profile-body .package-price > span {
  font-size: 46px;
}

.profile-body .package-price > span.strikethrough {
  font-size: 16px;
}

.profile-body .package-body, .profile-body .package-note {
  font-size: 14px;
}

.profile-body .form-group .btn-group {
  margin-bottom: 5px;
}

.profile-body .task-result {
  background-color: #1a191d;
  border: 1px solid #646165;
}

.profile-body .task-result-response {
  background-color: #131215;
}

.profile-body .task-result .task-result-response + .task-result-response {
  border-color: #646165;
}

.profile-menu {
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}

.profile-menu > li {
  position: relative;
  padding-left: 30px;
  line-height: 1;
}

.profile-menu > li > a {
  display: block;
  padding: 12px 0;
  color: #a4a4a4;
  font-size: 14px;
  text-decoration: none;
}

.profile-menu > li > a:hover {
  color: #f9f9f9;
}

.profile-menu > li > a i {
  position: absolute;
  top: 11px;
  left: 0;
  width: 20px;
  height: 16px;
  font-size: 16px;
  text-align: center;
  line-height: 1;
}

.profile-menu > li.active > a {
  color: #f9f9f9;
  font-weight: 600;
}

.profile-menu > li.active.with-submenu:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 35px;
  bottom: 18px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.15);
}

.profile-menu > li.active.with-submenu .profile-menu-submenu > li:before {
  position: absolute;
  content: '';
  left: -19px;
  top: 19px;
  width: 10px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
}

.profile-menu-submenu {
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  list-style: none;
}

.profile-menu-submenu > li {
  position: relative;
  line-height: 1;
}

.profile-menu-submenu > li > a {
  display: block;
  padding: 12px 0;
  color: #a4a4a4;
  font-size: 14px;
  text-decoration: none;
}

.profile-menu-submenu > li > a:hover, .profile-menu-submenu > li > a:focus {
  color: #f9f9f9;
  background-color: transparent;
}

.profile-menu-submenu > li.active > a {
  color: #f9f9f9;
}

.profile-menu-collapsible {
  margin-bottom: 15px;
}

.profile-menu-divider {
  display: block;
  height: 1px;
  background-color: #262529;
  padding: 0;
  margin: 10px 0;
}

.profile-ref-link-wrapper {
  padding: 30px;
  background-color: #1a191d;
  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-wrapper {
  margin-bottom: 10px;
}

.profile-info-block {
  border: 1px solid #646165;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 15px;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  height: 100%;
}

.profile-info-block span {
  display: block;
  font-size: 12px;
  color: #a4a4a4;
  font-weight: 400;
  margin-bottom: 5px;
}

.profile-filter {
  margin-bottom: 15px;
}

.profile-filter-title {
  color: #a4a4a4;
  font-size: 14px;
  padding: 12px 0;
}

.profile-filter-body {
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}

.profile-filter-body .input.checkbox span, .profile-filter-body .input.radio span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.profile-filter-collapsible.collapsing {
  transition: none;
  display: none;
}

.profile-filter-collapsible .profile-filter {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding-top: 53px;
  padding-bottom: 73px;
  overflow: hidden;
  background-color: #1a191d;
  z-index: 1050;
}

.profile-filter-collapsible .profile-filter-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background-color: #1a191d;
  border-bottom: 1px solid #262529;
  text-align: center;
}

.profile-filter-collapsible .profile-filter-body {
  position: absolute;
  top: 53px;
  left: 0;
  right: 0;
  bottom: 73px;
  padding: 15px;
  max-height: initial;
  overflow-y: auto;
}

.profile-filter-collapsible .profile-filter-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background-color: #1a191d;
  border-top: 1px solid #262529;
}

.text-right {
  text-align: right;
}

.mb-20 {
  margin-bottom: 20px;
  font-weight: 400;
}

.white-nowrap {
  white-space: nowrap;
}

label[for="comment"] {
  padding-bottom: 15px;
  padding-left: 15px;
}

.header {
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  transition: all 0.2s linear;
}

.header.transparent {
  background-color: transparent;
}

.header + .wrapper {
  padding-top: 100px;
}

.header.header-fixed + .wrapper {
  padding-top: 60px;
}

.header.open {
  background-color: #1a191d;
}

.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: #1a191d;
}

.header .navbar-inverse .navbar-collapse {
  background-color: #d90a2c;
}

.header-fixed {
  min-height: 60px;
  margin-top: 0 !important;
}

.header-fixed.navbar-default {
  background-color: #1a191d !important;
}

.header-fixed.navbar-default.transparent .nav > li > a {
  color: #a4a4a4;
}

.header-fixed.navbar-default.transparent .nav > li > a:hover, .header-fixed.navbar-default.transparent .nav > li > a:focus {
  color: #f9f9f9;
}

.header-fixed.navbar-default.transparent .nav > li.active > a {
  color: #f9f9f9;
}

.header-fixed.navbar-default.transparent .nav > li.active > a:hover, .header-fixed.navbar-default.transparent .nav > li.active > a:focus {
  color: #f9f9f9;
}

.header-fixed.navbar-default.transparent .navbar-toggle .icon-bar {
  background-color: #d90a2c;
}

.header-fixed.navbar-inverse {
  background-color: #d90a2c !important;
}

.header-fixed.navbar-inverse.transparent .nav > li > a {
  color: #f9f9f9;
}

.header-fixed.navbar-inverse.transparent .nav > li > a:hover, .header-fixed.navbar-inverse.transparent .nav > li > a:focus {
  color: #ffffff;
}

.header-fixed.navbar-inverse.transparent .navbar-toggle .icon-bar {
  background-color: #f9f9f9;
}

.header-fixed .navbar-brand {
  padding: 5px 15px;
  height: 60px;
}

.header-fixed .navbar-btn {
  margin-top: 9px;
  margin-bottom: 9px;
}

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

@media screen and (min-width: 1400px) {
  .header > .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.footer {
  position: relative;
  background: #131215;
  border-top: 1px solid #1a191d;
  color: #a4a4a4;
  padding: 50px 0 0;
  overflow: hidden;
}

.footer a {
  color: #a4a4a4;
}

.footer a:hover, .footer a:focus {
  color: #ffffff;
  text-decoration: none;
}

.footer .btn-primary, .footer .wizard > .actions a, .wizard > .actions .footer a {
  color: #ffffff;
}

.footer-title {
  color: #646165;
  font-size: 14px;
  font-weight: 600;
  margin-top: 30px;
}

.footer-description {
  margin-top: 10px;
  margin-bottom: 15px;
}

.footer-navbar {
  position: relative;
  padding: 0;
  margin: 0 0 25px;
  list-style: none;
}

.footer-navbar > li > a {
  display: block;
  padding: 7px 0;
}

.footer-brand {
  display: inline-block;
  height: 50px;
}

.footer-brand img {
  display: block;
  height: 100%;
}

.footer-socials {
  margin-top: 15px;
}

.footer-socials .btn-social {
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 15px;
  padding-left: 22px;
  color: #a4a4a4;
  font-size: 20px;
  transition: all 0.2s linear;
}

.footer-socials .btn-social:hover {
  color: #ffffff;
  text-decoration: none;
}

.footer-socials .btn-social i {
  font-size: 20px;
}

.footer-about {
  margin-top: 30px;
  font-size: 13px;
}

.footer-copyright {
  padding: 25px 0;
  margin-top: 25px;
  color: #a4a4a4;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  border-top: 1px solid #262529;
}

.footer-copyright-policy {
  display: inline-block;
  margin: 0 0 10px;
}

.footer-copyright-policy a {
  display: inline-block;
  color: rgba(164, 164, 164, 0.8);
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
  margin: 0 5px;
  text-decoration: underline;
}

.footer-copyright-policy a:hover {
  color: #ffffff;
}

.footer-copyright-payment {
  display: inline-block;
  height: 30px;
  margin-top: 5px;
  margin-bottom: 0;
  opacity: 0.9;
}

.footer-copyright .copy {
  display: block;
  margin: 0 10px;
}

@media screen and (min-width: 768px) {
  .footer-title {
    margin-top: 0;
  }
  .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: #646165;
  background-color: #ffffff;
  border-color: #ffffff;
  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 10px rgba(38, 37, 41, 0.15);
  -o-box-shadow: 0 4px 10px rgba(38, 37, 41, 0.15);
  box-shadow: 0 4px 10px rgba(38, 37, 41, 0.15);
  transition: 0.3s all;
}

.message:before {
  content: "\f05a";
  font-family: 'Font Awesome 5 Pro';
  font-size: 30px;
  font-weight: 300;
  color: #a4a4a4;
  position: absolute;
  left: 15px;
  top: 14px;
}

.message.success:before {
  content: "\f058";
  color: #549e2b;
}

.message.error:before {
  content: "\f057";
  color: #fe5858;
}

.message.warning:before {
  content: "\f071";
  color: #e9714d;
}

.message.cookies:before {
  content: "\f564";
}

.message a:not(.btn) {
  color: #262529;
}

.message a:not(.btn):hover, .message a:not(.btn):focus {
  text-decoration: underline;
  outline: none;
}

.message-close {
  position: absolute;
  top: 0;
  right: 6px;
  color: #a4a4a4;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.message-close:hover {
  color: #646165;
}

.categories-collapsible {
  position: relative;
  width: 100%;
}

.categories-collapsible .btn, .categories-collapsible .wizard > .actions a, .wizard > .actions .categories-collapsible a {
  position: relative;
  text-align: left;
}

.categories-collapsible .btn:focus, .categories-collapsible .wizard > .actions a:focus, .wizard > .actions .categories-collapsible a:focus, .categories-collapsible .btn.focus, .categories-collapsible .wizard > .actions a.focus, .wizard > .actions .categories-collapsible a.focus, .categories-collapsible .btn:hover, .categories-collapsible .wizard > .actions a:hover, .wizard > .actions .categories-collapsible a:hover, .categories-collapsible .btn:active, .categories-collapsible .wizard > .actions a:active, .wizard > .actions .categories-collapsible a:active, .categories-collapsible .btn.active, .categories-collapsible .wizard > .actions a.active, .wizard > .actions .categories-collapsible a.active {
  outline: none;
}

.categories-collapsible .dropdown-toggle,
.categories-collapsible .btn-collapse {
  padding-right: 30px;
}

.categories-collapsible .dropdown-toggle:after,
.categories-collapsible .btn-collapse:after {
  content: "\f078";
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  margin: auto;
  color: #a4a4a4;
  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 {
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.categories-collapsible.open .dropdown-toggle:after {
  transform: rotate(-180deg);
}

.categories-collapsible .btn-collapse:after {
  transform: rotate(-180deg);
}

.categories-collapsible .btn-collapse.collapsed:after {
  transform: rotate(0deg);
}

.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(217, 10, 44, 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(255, 255, 255, 0.1);
  border-radius: 6px;
  padding: 30px;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 14px;
  color: #a4a4a4;
}

.not-authorized-block-icon {
  display: none;
}

.not-authorized-block-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}

.not-authorized-block .btn, .not-authorized-block .wizard > .actions a, .wizard > .actions .not-authorized-block a {
  width: 100%;
}

.not-authorized-block a {
  color: #f9f9f9;
}

@media screen and (min-width: 768px) {
  .not-authorized-block {
    padding-left: 90px;
  }
  .not-authorized-block-icon {
    position: absolute;
    display: block;
    top: 30px;
    left: 30px;
    bottom: 0;
    width: 40px;
    height: 40px;
    font-size: 34px;
    line-height: 40px;
    color: #d90a2c;
    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;
  }
}

.hero-block {
  padding-top: 0;
  padding-bottom: 0;
}

.hero-block-inner {
  background-image: url("../img/club/preview-bg.jpeg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 15px;
  margin-left: -15px;
  margin-right: -15px;
}

.hero-block-inner .btn, .hero-block-inner .wizard > .actions a, .wizard > .actions .hero-block-inner a {
  display: block;
  margin-bottom: 10px;
}

.hero-block-inner .btn-outline-default {
  border-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.hero-block-inner .btn-outline-default:focus, .hero-block-inner .btn-outline-default.focus, .hero-block-inner .btn-outline-default:hover, .hero-block-inner .btn-outline-default:active, .hero-block-inner .btn-outline-default.active {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #262529;
}

.hero-block .block-title {
  margin-bottom: 20px;
}

.hero-block .block-subtitle {
  font-size: 18px;
  color: #ececec;
  line-height: 1.6;
}

.hero-block .breadcrumb {
  margin-top: 25px;
}

.hero-block-event {
  background-color: #ffffff;
  border-radius: 6px;
  padding: 20px 30px 30px;
  color: #646165;
}

.hero-block-event-img {
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 4px;
  overflow: hidden;
}

.hero-block-event-img > img {
  display: block;
  width: 100%;
}

.hero-block-event .h1, .hero-block-event .h2, .hero-block-event .h3, .hero-block-event .h4, .hero-block-event .h5, .hero-block-event .h6 {
  color: #262529;
}

.hero-block-event-date {
  position: relative;
  font-size: 12px;
  padding-left: 25px;
  line-height: 17px;
  vertical-align: middle;
}

.hero-block-event-date > i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  line-height: 1;
  width: 20px;
  text-align: center;
  color: #d90a2c;
}

@media screen and (min-width: 768px) {
  .hero-block-inner {
    padding: 100px 20px;
    margin-left: 0;
    margin-right: 0;
  }
  .hero-block-inner .btn, .hero-block-inner .wizard > .actions a, .wizard > .actions .hero-block-inner a {
    display: inline-block;
  }
  .hero-block-event {
    margin-right: -30px;
    margin-top: -30px;
  }
}

@media screen and (min-width: 992px) {
  .hero-block-inner {
    padding: 100px 0;
  }
}

@media screen and (min-width: 1200px) {
  .hero-block .block-title {
    font-size: 50px;
  }
}

.benefit {
  position: relative;
  margin-bottom: 30px;
  padding-left: 70px;
  line-height: 1.6;
}

.benefit-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 48px;
  margin-top: 0;
  margin-bottom: 20px;
  background-color: rgba(217, 10, 44, 0.2);
  color: #d90a2c;
  font-size: 26px;
  font-weight: 600;
  border-radius: 50%;
  text-align: center;
}

.benefit-icon > img {
  display: inline-block;
  width: 50%;
}

.benefit-title {
  font-weight: 700;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .benefit {
    padding-left: 0;
  }
  .benefit-icon {
    position: static;
    margin-top: 10px;
    width: 70px;
    height: 70px;
    line-height: 68px;
  }
}

@media screen and (min-width: 992px) {
  .benefit {
    padding-right: 50px;
  }
}

.benefits-list-item {
  position: relative;
  padding-left: 55px;
  margin-bottom: 15px;
  min-height: 55px;
}

.benefits-list-item-icon {
  position: absolute;
  top: 5px;
  left: 0;
  width: 35px;
  height: 35px;
  background-color: rgba(217, 10, 44, 0.2);
  border-radius: 50%;
  text-align: center;
  line-height: 33px;
}

.benefits-list-item-icon > img {
  display: inline-block;
  width: 55%;
}

.benefits-list-item-title span {
  font-weight: 600;
}

.package {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 6px;
  padding: 30px;
  margin-top: 0;
  margin-bottom: 30px;
  height: 100%;
  color: #ececec;
  text-align: left;
}

.package-title {
  color: #262529;
  font-size: 18px;
  font-weight: 600;
}

.package-note {
  color: #646165;
  font-size: 15px;
  font-weight: 600;
  margin: 25px 0;
}

.package-note + .package-body {
  margin-top: 0;
}

.package-body {
  margin: 25px 0;
  color: #262529;
}

.package-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.package-body ul > li {
  position: relative;
  padding: 7px 0 7px 25px;
  line-height: 1.2;
}

.package-body ul > li:before {
  content: "\f00c";
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 12px;
}

.package-body ul > li.disabled {
  color: #a4a4a4;
  text-decoration: line-through;
}

.package-body ul > li.disabled:before {
  content: "\f00d";
}

.package-price {
  position: relative;
  min-height: 40px;
  color: #a4a4a4;
  font-size: 16px;
  font-weight: 600;
}

.package-price > span {
  display: inline-block;
  color: #262529;
  font-size: 48px;
  font-weight: 700;
  vertical-align: bottom;
}

.package-price > span.strikethrough {
  position: relative;
  color: #a4a4a4;
  font-size: 20px;
  margin: 0 10px 15px 10px;
  font-weight: 600;
}

.package-price > span.strikethrough:before {
  background-color: #bebebe;
  position: absolute;
  content: "";
  height: 2px;
  top: 50%;
  left: -2px;
  right: -2px;
}

.package-price-frequency {
  margin-top: 10px;
}

.package-price-frequency > span {
  display: inline-block;
  border-radius: 4px;
  color: #646165;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.9;
  padding: 0 10px;
  background-color: rgba(164, 164, 164, 0.15);
}

.package-price-converted {
  color: #262529;
  font-size: 20px;
}

.package-divider {
  background-color: #ececec;
  height: 1px;
  margin: 25px 0;
}

.package-footer {
  margin-top: auto;
}

.package-footer .btn, .package-footer .wizard > .actions a, .wizard > .actions .package-footer a {
  display: block;
}

.package-flag {
  position: absolute;
  top: -25px;
  left: -1px;
  right: -1px;
  height: 25px;
  line-height: 25px;
  background-color: #b70825;
  border-radius: 6px 6px 0 0;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}

.package.popular {
  margin-top: 25px;
  border-radius: 0 0 6px 6px;
}

.package.popular .package-footer .btn-default-primary {
  background-color: #d90a2c;
  border-color: #d90a2c;
  color: #ffffff;
}

.package.popular .package-footer .btn-default-primary:hover {
  background-color: #b70825;
  border-color: #b70825;
  color: #ffffff;
}

.package-compact {
  padding-bottom: 30px;
  background: transparent;
  border-color: #646165;
}

.package-compact .package-title {
  color: #f9f9f9;
}

.package-compact .package-note {
  color: #a4a4a4;
}

.package-compact .package-body {
  color: #a4a4a4;
}

.package-compact .package-price {
  color: #a4a4a4;
}

.package-compact .package-price > span {
  color: #f9f9f9;
}

.packages-help-block {
  margin-top: 50px;
}

.packages-help-block-description {
  position: relative;
  font-size: 18px;
  padding-bottom: 40px;
}

.packages-help-block-description:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20px;
  width: 100px;
  height: 80px;
  background-image: url("../img/arrow-1.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.packages-help-block-inner {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
}

@media screen and (min-width: 768px) {
  .package {
    margin-top: 25px;
  }
}

@media screen and (min-width: 992px) {
  .packages-help-block-description:before {
    background-image: url("../img/arrow.png");
  }
  .packages-help-block-inner {
    padding: 40px;
  }
}

.review {
  background-color: #262529;
  padding: 20px;
  margin: 15px 0;
  border-radius: 4px;
  width: 100%;
}

.review:focus {
  outline: none;
}

.review-header {
  position: relative;
  padding: 0 0 0 65px;
}

.review-avatar {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #646165;
  font-size: 28px;
  line-height: 50px;
  color: #262529;
  text-align: center;
  font-weight: 600;
  overflow: hidden;
}

.review-avatar img {
  display: block;
  width: 100%;
}

.review-title {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}

.review-date {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #a4a4a4;
  line-height: 1;
}

.review-status {
  position: relative;
  display: inline-block;
  font-size: 14px;
  padding-left: 14px;
  line-height: 1;
}

.review-status:before {
  content: '';
  position: absolute;
  left: 6px;
  top: 8px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #a4a4a4;
}

.review-body {
  margin-top: 15px;
  font-size: 18px;
}

.review-rating {
  margin: 15px 0;
  font-size: 0;
}

.review-rating-wrap {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
}

.review-rating-wrap:after {
  content: "";
  display: table;
  clear: both;
}

.review-rating-number, .review-rating-votes {
  display: inline-block;
  font-size: 12px;
  color: #a4a4a4;
  margin-left: 10px;
  vertical-align: middle;
  line-height: 1;
}

.review-rating-ico {
  float: right;
  margin: 0;
  line-height: 14px;
  padding-left: 3px;
  color: #a4a4a4;
}

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

.review-rating-ico:last-child {
  padding-left: 0;
}

.review-rating-ico.checked:before,
.review-rating-ico.checked ~ .review-rating-ico:before {
  color: #FFAA49;
}

.review-read-more {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  color: #a4a4a4;
  text-decoration: underline;
}

.review-read-more:hover, .review-read-more:focus {
  color: #f9f9f9;
  outline: none;
}

.review-more {
  padding-top: 35px;
  padding-bottom: 35px;
  text-align: center;
}

.review-more:before {
  content: '';
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: 0;
  left: -1px;
  bottom: 0;
  width: 1px;
  height: 100%;
}

.review-more > a {
  display: inline-block;
  vertical-align: middle;
  color: #a4a4a4;
  font-weight: 600;
}

.review-more > a:hover, .review-more > a:focus {
  color: #f9f9f9;
  text-decoration: none;
  outline: none;
}

.review-more > a > i {
  display: inline-block;
  font-size: 36px;
  margin-bottom: 20px;
}

.review-more > a > span {
  display: block;
}

.slick-slider-wrapper .slick-slider .review {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .review-body {
    padding-left: 65px;
  }
  .slick-slider-wrapper .slick-slider .review-body {
    padding-left: 0;
  }
  .slick-slider-wrapper .slick-slider .review-rating {
    margin-left: 65px;
  }
}

.testimonial {
  position: relative;
  background-color: #ffffff;
  border-radius: 6px;
  color: #646165;
  padding: 30px;
  margin-bottom: 30px;
}

.testimonial:before {
  content: '';
  position: absolute;
  bottom: -19px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #ffffff transparent transparent transparent;
}

.testimonial-inner {
  position: relative;
  padding-top: 25px;
  min-height: 70px;
  z-index: 0;
}

.testimonial-inner:before {
  content: "\f10e";
  font-family: 'Font Awesome 5 Pro';
  font-size: 50px;
  font-weight: 900;
  color: #ececec;
  position: absolute;
  left: 5px;
  top: -10px;
  z-index: -1;
}

.testimonial-inner:after {
  content: '';
  display: none;
  position: absolute;
  left: 90px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #ececec;
  z-index: -1;
}

.testimonial-avatar {
  width: 67px;
  height: 67px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0);
  margin: 0 auto;
  padding: 5px;
  overflow: hidden;
  transition: ease-in-out 0.2s;
}

.testimonial-avatar img {
  display: block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
}

.testimonial .post-speaker {
  margin: 15px 0 0;
}

.testimonial .post-speaker-title {
  color: #262529;
  font-size: 16px;
  font-weight: normal;
}

.testimonial a:hover, .testimonial a:focus {
  color: #262529;
}

.slick-slider-wrapper > .slick-slider .slick-slide.slick-current.slick-center .testimonial-avatar {
  border: 1px solid rgba(255, 255, 255, 0.3);
  transform: scale(1.4);
}

@media screen and (min-width: 768px) {
  .testimonial {
    margin-top: 30px;
  }
  .testimonial-inner {
    padding-top: 0;
    padding-left: 120px;
  }
  .testimonial-inner:after {
    display: block;
  }
}

.subscribe:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 60%;
  bottom: 0;
  background-color: #f5f6f8;
}

.subscribe > .container {
  position: relative;
}

.subscribe > .container:before {
  content: "";
  background: url("../img/pattern-2.png") repeat top left;
  position: absolute;
  height: 130px;
  width: 130px;
  left: 35px;
  top: 30px;
  opacity: 0.7;
  z-index: 0;
}

.subscribe-block {
  position: relative;
  padding: 30px;
  background-color: rgba(217, 10, 44, 0.9);
  color: #ffffff;
}

.subscribe-block .h2 {
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 35px;
}

.subscribe-block .btn, .subscribe-block .wizard > .actions a, .wizard > .actions .subscribe-block a {
  margin-bottom: 25px;
}

@media screen and (min-width: 992px) {
  .subscribe-block {
    padding: 50px;
  }
}

.subscribe-sidebar-block {
  position: relative;
  background-color: #131215;
  border-radius: 4px;
  padding: 30px;
  margin-top: 15px;
  margin-bottom: 30px;
  text-align: center;
}

.subscribe-sidebar-block-title {
  margin-top: 0;
  margin-bottom: 10px;
}

.subscribe-sidebar-block-subtitle {
  margin-top: 0;
  margin-bottom: 25px;
  color: #646165;
  font-size: 14px;
  line-height: 1;
}

.subscribe-sidebar-block .form-control {
  margin-bottom: 15px;
}

.checkout .block-title + .block-subtitle {
  margin-top: -20px;
}

.checkout .text-highlighted.primary,
.checkout .text-highlighted.warning {
  padding: 5px 10px;
  margin: 5px;
}

.checkout-course {
  padding-bottom: 0;
}

.checkout-course-wrapper {
  background-color: #262529;
  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 #646165;
}

.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: 6px;
}

.speaker-title {
  position: relative;
  color: #ececec;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin: 15px 0 3px;
  z-index: 1;
}

.speaker-title:hover {
  color: #d90a2c;
}

@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: #a4a4a4;
  font-size: 14px;
  margin: 0;
  z-index: 1;
}

.faq-help-block-description {
  position: relative;
  padding-right: 40px;
}

.faq-help-block-description:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 60px;
  margin: 0 auto;
  background-image: url("../img/question.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .faq-help-block-description {
    position: relative;
    padding-bottom: 100px;
    padding-right: 0;
  }
  .faq-help-block-description:before {
    content: '';
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
  }
}

.attention-ribbon {
  position: relative;
  background-color: rgba(233, 113, 77, 0.15);
  padding-top: 15px;
  padding-bottom: 15px;
  color: #1a191d;
  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: 700;
  color: #ffffff;
  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: #262529;
  border: 1px solid #262529;
  border-radius: 6px;
  margin-bottom: 30px;
  color: #a4a4a4;
  text-align: left;
}

.payment-card-number {
  color: #ececec;
  font-size: 20px;
  font-weight: 700;
}

.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;
  color: #a4a4a4;
  cursor: pointer;
}

.payment-card-remove-btn:hover, .payment-card-remove-btn:focus {
  color: #ffffff;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .payment-card-number {
    font-size: 16px;
  }
}

.countdown {
  margin: 10px 0;
  font-size: 14px;
}

.countdown p {
  color: #a4a4a4;
  margin-bottom: 0;
}

.countdown > span {
  color: #ececec;
  font-size: 26px;
  font-weight: 700;
}

.page {
  position: relative;
  min-height: 65vh;
}

.page-empty {
  font-size: 22px;
  color: #a4a4a4;
}

.page-inner {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  padding: 30px 15px;
}

.page .block:first-of-type {
  padding-top: 0;
}

.page.block {
  padding-top: 50px;
}

.page .list {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .page-inner {
    padding: 50px 40px;
  }
  .page.block {
    padding-top: 100px;
  }
}

@media screen and (min-width: 1200px) {
  .page-title-lg {
    font-size: 54px;
  }
  .page-inner {
    padding: 100px 80px;
  }
}

.page-header {
  position: relative;
  background-color: transparent;
  border-color: transparent;
  padding: 0;
  margin: 0 0 20px;
}

.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-btns {
    margin-bottom: 20px;
  }
  .page-header .post-speaker {
    margin-top: 25px;
  }
}

@media screen and (min-width: 992px) {
  .page-header-btns {
    margin-bottom: 0;
  }
}

.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: #a4a4a4;
}

.page-navigation a:hover, .page-navigation a:active, .page-navigation a:focus {
  text-decoration: none;
  color: #f9f9f9;
}

@media screen and (min-width: 768px) {
  .page-navigation {
    margin-right: 30px;
  }
}

.home-preview {
  position: relative;
  padding-top: 100px;
  padding-bottom: 0;
  z-index: 0;
  overflow: hidden;
}

.home-preview:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -200px;
  width: 800px;
  margin: auto;
  background-image: radial-gradient(circle, rgba(217, 10, 44, 0.2) 0%, rgba(217, 10, 44, 0) 70%);
  background-repeat: no-repeat;
  z-index: -1;
}

.home-preview:after {
  content: '';
  position: absolute;
  top: 300px;
  left: 0;
  right: 0;
  bottom: -200px;
  width: 500px;
  margin: auto;
  background-image: radial-gradient(circle, rgba(38, 37, 41, 0.2) 0%, rgba(38, 37, 41, 0) 70%);
  background-repeat: no-repeat;
  z-index: -1;
}

.home-preview-bg {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  z-index: -1;
}

.home-preview-bg > img {
  display: block;
  width: 100%;
}

.home-preview .block-title {
  font-size: 36px;
  font-weight: 700;
}

.home-preview .block-subtitle {
  font-size: 12px;
  color: #ececec;
  line-height: 1.6;
}

.home-preview .block-suptitle {
  font-size: 14px;
  margin-bottom: 0;
  color: #ececec;
  font-weight: 600;
}

.home-preview .btn, .home-preview .wizard > .actions a, .wizard > .actions .home-preview a {
  display: block;
  margin-bottom: 10px;
}

.home-preview .btn-outline-default {
  border-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.home-preview .btn-outline-default:focus, .home-preview .btn-outline-default.focus, .home-preview .btn-outline-default:hover, .home-preview .btn-outline-default:active, .home-preview .btn-outline-default.active {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #262529;
}

@media screen and (max-width: 767px) {
  .home-preview {
    padding-bottom: 20px;
    min-height: 500px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .home-preview:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background-image: linear-gradient(to bottom, rgba(26, 25, 29, 0) 0%, #1a191d 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001A191D', endColorstr='#FF1A191D', GradientType=0);
    z-index: 0;
  }
  .home-preview > .container {
    position: relative;
    width: 100%;
    z-index: 1;
  }
}

@media screen and (min-width: 768px) {
  .home-preview {
    padding-top: 185px;
    padding-bottom: 50px;
  }
  .home-preview:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -200px;
    width: 800px;
    margin: auto;
    background-image: radial-gradient(circle, rgba(217, 10, 44, 0.2) 0%, rgba(217, 10, 44, 0) 70%);
    background-repeat: no-repeat;
    z-index: -1;
  }
  .home-preview-bg {
    top: 20px;
    width: 320px;
  }
  .home-preview .btn, .home-preview .wizard > .actions a, .wizard > .actions .home-preview a {
    display: inline-block;
  }
}

@media screen and (min-width: 992px) {
  .home-preview {
    padding-top: 350px;
    padding-bottom: 100px;
  }
  .home-preview-bg {
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    margin: 0 auto;
    width: 510px;
  }
  .home-preview .block-title {
    font-size: 50px;
  }
  .home-preview .block-suptitle {
    font-size: 16px;
  }
}

@media screen and (min-width: 1200px) {
  .home-preview .block-subtitle {
    font-size: 16px;
  }
  .home-preview .block-suptitle {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  .home-feed {
    padding-top: 0;
    margin-top: -13px;
  }
}

.home-courses {
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  .home-courses {
    margin-top: -30px;
  }
}

@media screen and (min-width: 1200px) {
  .home-courses {
    margin-top: -60px;
  }
}

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

@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-courses + .home-blocks {
  padding-top: 0;
}

.home-packages .package {
  background-color: #ffffff;
  border-color: #ffffff;
}

.home-packages .package-title {
  color: #262529;
  font-size: 24px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .home-packages .package-title {
    font-size: 22px;
  }
}

.home-benefits {
  background: #131215;
}

.home-benefits .benefit {
  margin-bottom: 30px;
  padding-left: 60px;
}

@media screen and (min-width: 768px) {
  .home-benefits .benefit {
    margin-bottom: 30px;
    padding-left: 0;
  }
}

@media screen and (min-width: 992px) {
  .home-benefits .benefit {
    padding-right: 0;
  }
}

.home-benefits .benefit-title {
  font-size: 16px;
}

.home-benefits .benefit-subtitle {
  font-size: 14px;
}

.home-packages + .home-blog {
  padding-top: 20px;
}

.home-packages + .home-reviews {
  padding-top: 20px;
}

.home-blog + .home-reviews {
  padding-top: 0;
}

.home-packages + .home-faq {
  padding-top: 20px;
}

.home-blog + .home-faq,
.home-reviews + .home-faq {
  padding-top: 0;
}

.post-type {
  position: relative;
  color: #a4a4a4;
  font-size: 12px;
  padding: 5px 0;
  line-height: 1.42857;
  min-height: 27px;
}

.post-type:hover, .post-type:focus {
  color: #a4a4a4;
  outline: none;
}

.post-type.article, .post-type.video, .post-type.checklist, .post-type.lesson, .post-type.test, .post-type.task, .post-type.blog_post, .post-type.trip_post, .post-type.club_post, .post-type.club_event_video, .post-type.quiz, .post-type.course, .post-type.class, .post-type.trip, .post-type.webinar, .post-type.mentorship {
  padding-left: 25px;
}

.post-type.article:before, .post-type.video:before, .post-type.checklist:before, .post-type.lesson:before, .post-type.test:before, .post-type.task:before, .post-type.blog_post:before, .post-type.trip_post:before, .post-type.club_post:before, .post-type.club_event_video:before, .post-type.quiz:before, .post-type.course:before, .post-type.class:before, .post-type.trip:before, .post-type.webinar:before, .post-type.mentorship:before {
  content: "\f040";
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  width: 20px;
  text-align: center;
  color: #a4a4a4;
}

.post-type.article:before, .post-type.trip_post:before, .post-type.club_post:before {
  content: "\f1ea";
}

.post-type.video:before, .post-type.club_event_video:before {
  content: "\f03d";
}

.post-type.checklist:before {
  content: "\f14a";
}

.post-type.lesson:before, .post-type.test:before, .post-type.task:before {
  content: "\f5da";
}

.post-type.blog_post:before {
  content: "\f5ad";
}

.post-type.quiz:before {
  content: "\f0a1";
}

.post-type.course:before, .post-type.class:before {
  content: "\f5db";
}

.post-type.trip:before {
  content: "\f6ec";
}

.post-type.webinar:before {
  content: "\f37e";
}

.post-type.mentorship:before {
  content: "\f63d";
}

.post-metadata {
  margin: 5px 0;
}

.post-metadata-item {
  position: relative;
  color: #a4a4a4;
  font-size: 12px;
  padding: 5px 0;
  margin: 5px 0;
  line-height: 1.42857;
  min-height: 27px;
}

.post-metadata-item.text-primary {
  color: #d90a2c;
}

.post-metadata-item.text-success {
  color: #549e2b;
}

.post-metadata-item.text-info {
  color: #259fd3;
}

.post-metadata-item.text-warning {
  color: #e9714d;
}

.post-metadata-item.text-danger {
  color: #fe5858;
}

.post-metadata-item-with-bg {
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 4px;
  background-color: rgba(164, 164, 164, 0.15);
  color: #a4a4a4;
}

.post-metadata-item-with-bg.primary {
  background-color: #d90a2c;
  color: #f9f9f9;
}

.post-metadata-item-bordered {
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 4px;
  border: 1px solid rgba(164, 164, 164, 0.15);
  color: #a4a4a4;
}

.post-metadata-item-icon {
  padding-left: 25px;
}

.post-metadata-item-icon > i {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 16px;
  line-height: 1;
  width: 20px;
  text-align: center;
}

.post-metadata .post-metadata-item,
.post-metadata .post-type,
.post-metadata .post-status {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.post-metadata.aside .post-metadata-item,
.post-metadata.aside .post-type,
.post-metadata.aside .post-status {
  display: block;
  margin: 0 0 10px;
}

.post-metadata a.post-metadata-item:hover, .post-metadata a.post-metadata-item:focus {
  color: #f9f9f9;
  outline: none;
  text-decoration: none;
}

.post-metadata a.post-metadata-item-with-bg:hover, .post-metadata a.post-metadata-item-with-bg:focus {
  background-color: rgba(164, 164, 164, 0.35);
  color: #f9f9f9;
}

.post-metadata a.post-metadata-item-bordered:hover, .post-metadata a.post-metadata-item-bordered:focus {
  border-color: rgba(164, 164, 164, 0.35);
  color: #f9f9f9;
}

.post-navs {
  margin-bottom: 15px;
}

.post-navs-prev, .post-navs-next {
  position: relative;
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  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-default:before, .wizard > .actions > ul > li:first-of-type > a.post-navs-next:before, .post-navs-next.btn-primary:before, .wizard > .actions a.post-navs-next: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 {
  content: '';
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: -1px;
  width: 1px;
  background: rgba(255, 255, 255, 0.4);
}

.post-status {
  position: relative;
  font-size: 12px;
  color: #a4a4a4;
  padding: 5px 0 5px 25px;
  line-height: 1.42857;
  min-height: 27px;
}

.post-status:before {
  content: "\f00c";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  position: absolute;
  top: 5px;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: #a4a4a4;
  color: #f9f9f9;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
}

.post-status > span {
  display: inline-block;
  vertical-align: middle;
}

.post-status.success {
  color: #549e2b;
}

.post-status.success:before {
  background-color: #549e2b;
}

.post-status.primary {
  color: #d90a2c;
}

.post-status.primary:before {
  background-color: #d90a2c;
}

.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: 22px;
  padding-left: 2px;
  cursor: pointer;
  color: #a4a4a4;
}

.star-rating__ico:before {
  position: relative;
  display: block;
  font-family: 'Font Awesome 5 Pro';
  content: "\f005";
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  width: 22px;
  height: 22px;
  border: 0;
  background: transparent;
}

.star-rating__ico:after {
  display: none;
}

.star-rating__ico:last-child {
  padding-left: 0;
}

.star-rating__input {
  display: none;
}

.star-rating__ico:hover:before, .star-rating__ico:hover ~ .star-rating__ico:before {
  color: #FFAA49;
}

.star-rating__input:checked ~ .star-rating__ico:before {
  color: #FFAA49;
}

.post-star-rating {
  font-size: 0;
}

.post-star-rating-title {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: 600;
}

.post-star-rating-wrap {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
}

.post-star-rating-wrap:after {
  content: "";
  display: table;
  clear: both;
}

.post-star-rating-number,
.post-star-rating-votes {
  display: inline-block;
  font-size: 22px;
  margin-left: 10px;
  vertical-align: middle;
}

.post-star-rating-info {
  display: inline-block;
  vertical-align: middle;
}

.post-star-rating-info .post-star-rating-number {
  display: block;
  font-size: 16px;
  line-height: 1;
}

.post-star-rating-info .post-star-rating-votes {
  display: block;
  font-size: 12px;
  line-height: 1;
}

.post-star-rating-ico {
  float: right;
  margin: 0;
  line-height: 40px;
  padding-left: 2px;
  cursor: pointer;
}

.post-star-rating-ico:before {
  position: relative;
  display: block;
  content: '';
  line-height: 25px;
  width: 25px;
  height: 25px;
  background: url("../img/icons/star-gray.svg") center center no-repeat;
  background-size: contain;
}

.post-star-rating-ico:last-child {
  padding-left: 0 !important;
}

.post-star-rating-input {
  position: absolute;
  left: -9999px;
}

.post-star-rating-ico:hover:before, .post-star-rating-ico:hover ~ .post-star-rating-ico:before {
  background: url("../img/icons/star-full.svg") center center no-repeat !important;
  background-size: contain;
}

.post-star-rating-input:checked ~ .post-star-rating-ico:before {
  background: url("../img/icons/star-full.svg") center center no-repeat !important;
  background-size: contain;
}

.post-thumbnail {
  position: relative;
  display: block;
  margin-top: 0;
  margin-bottom: 30px;
  height: 100%;
  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: #d90a2c !important;
}

.post-thumbnail-img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.2s linear;
}

.post-thumbnail-img > img {
  display: block;
  width: 100%;
}

.post-thumbnail-img.with-bg {
  background-color: #262529;
}

.post-thumbnail-body {
  padding: 15px 0;
}

.post-thumbnail-title {
  position: relative;
  color: #ffffff;
  font-weight: 600;
  margin: 0;
}

.post-thumbnail-subtitle {
  font-size: 14px;
  color: #ececec;
  margin: 10px 0 5px;
}

.post-thumbnail-start {
  position: absolute;
  top: 30px;
  right: 25px;
  left: 100px;
  color: #646165;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
}

.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: #646165;
  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: #a4a4a4;
}

.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 {
  font-size: 14px;
  color: #ececec;
  font-weight: 600;
  transition: all 0.2s linear;
}

.post-thumbnail-more > i {
  margin-left: 10px;
  font-size: 12px;
  color: #d90a2c;
}

.post-thumbnail-stamp {
  position: absolute;
  top: 45px;
  right: 25px;
  padding: 6px 12px;
  border: 3px solid #d90a2c;
  border-radius: 4px;
  color: #d90a2c;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.95;
  transform: rotate(20deg);
}

.post-thumbnail-flag {
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  height: 25px;
  line-height: 25px;
  background-color: #b70825;
  border-radius: 6px 6px 0 0;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  overflow: hidden;
}

.post-thumbnail-flag .row {
  margin-left: 0;
  margin-right: 0;
}

.post-thumbnail-flag .row > [class*='col-'] {
  padding-left: 0;
  padding-right: 0;
}

.post-thumbnail-flag span {
  display: block;
  background-color: #9e0720;
}

.post-thumbnail.boxed {
  background-color: #ffffff;
  border-radius: 6px;
  margin-top: 0;
  color: #646165;
}

.post-thumbnail.boxed .post-thumbnail-body {
  position: relative;
  height: 100%;
  padding: 20px 30px;
}

.post-thumbnail.boxed .post-thumbnail-title {
  color: #262529;
}

.post-thumbnail.boxed .post-thumbnail-subtitle {
  color: #646165;
}

.post-thumbnail.boxed .post-thumbnail-img {
  border-radius: 0;
}

.post-thumbnail.boxed .post-thumbnail-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #ececec;
  padding: 20px 30px;
}

.post-thumbnail.boxed .post-thumbnail-footer .post-speaker {
  margin: 0;
}

.post-thumbnail.boxed .post-thumbnail-footer .post-speaker-title {
  color: #646165;
}

.post-thumbnail.boxed .post-thumbnail-footer .post-speaker-title:hover, .post-thumbnail.boxed .post-thumbnail-footer .post-speaker-title:focus {
  color: #262529;
}

.post-thumbnail.boxed .post-thumbnail-footer .post-speaker-img {
  background-color: #ececec;
}

.post-thumbnail.boxed .post-thumbnail-rating {
  display: inline-block;
  vertical-align: middle;
}

.post-thumbnail.boxed.with-flag {
  margin-top: 25px;
  border-radius: 0 0 6px 6px;
}

.post-thumbnail.boxed.with-flag.soon .post-thumbnail-flag {
  background-color: #a4a4a4;
}

.post-thumbnail.boxed.with-speaker {
  padding-bottom: 95px;
}

.post-thumbnail.boxed.with-speaker .post-thumbnail-body {
  padding-bottom: 5px;
}

.post-thumbnail.course-card {
  background-color: #ffffff;
  width: 100%;
  border-radius: 6px;
  color: #646165;
}

.post-thumbnail.course-card > .row {
  height: 100%;
}

.post-thumbnail.course-card .post-thumbnail-body {
  padding: 15px 30px 70px;
}

.post-thumbnail.course-card .post-thumbnail-footer {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
}

.post-thumbnail.course-card .post-thumbnail-footer .btn, .post-thumbnail.course-card .post-thumbnail-footer .wizard > .actions a, .wizard > .actions .post-thumbnail.course-card .post-thumbnail-footer a {
  display: block;
  margin-top: 30px;
}

.post-thumbnail.course-card .post-thumbnail-title {
  color: #262529;
}

.post-thumbnail.course-card .post-thumbnail-subtitle {
  color: #646165;
}

.post-thumbnail.course-card .post-thumbnail-img {
  margin-top: auto;
}

.post-thumbnail.course-card .post-thumbnail-img.with-bg {
  background-color: #ececec;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.post-thumbnail.course-card .post-thumbnail-more {
  color: #262529;
}

.post-thumbnail.class-card {
  background-color: #ffffff;
  border-radius: 6px;
  margin-top: 0;
  color: #646165;
}

.post-thumbnail.class-card .post-thumbnail-body {
  position: relative;
  height: 100%;
  padding: 20px 30px;
}

.post-thumbnail.class-card .post-thumbnail-title {
  color: #262529;
}

.post-thumbnail.class-card .post-thumbnail-subtitle {
  color: #646165;
}

.post-thumbnail.class-card .post-thumbnail-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #ececec;
  padding: 20px 30px;
}

.post-thumbnail.class-card .post-thumbnail-footer .post-speaker {
  margin: 0;
}

.post-thumbnail.class-card .post-thumbnail-footer .post-speaker-title {
  color: #646165;
}

.post-thumbnail.class-card .post-thumbnail-footer .post-speaker-title:hover, .post-thumbnail.class-card .post-thumbnail-footer .post-speaker-title:focus {
  color: #262529;
}

.post-thumbnail.class-card .post-thumbnail-footer .post-speaker-img {
  background-color: #ececec;
}

.post-thumbnail.class-card.with-flag {
  margin-top: 25px;
  border-radius: 0 0 6px 6px;
}

.post-thumbnail.class-card.with-flag.soon .post-thumbnail-flag {
  background-color: #a4a4a4;
}

.post-thumbnail.class-card.with-speaker {
  padding-bottom: 95px;
}

.post-thumbnail.class-card.with-speaker .post-thumbnail-body {
  padding-bottom: 10px;
}

.post-thumbnail.event-card {
  background-color: #ffffff;
  border-radius: 6px;
  margin-top: 0;
  color: #646165;
}

.post-thumbnail.event-card .post-thumbnail-body {
  position: relative;
  height: 100%;
  padding: 20px 30px;
}

.post-thumbnail.event-card .post-thumbnail-title {
  color: #262529;
}

.post-thumbnail.event-card .post-thumbnail-subtitle {
  color: #646165;
}

.post-thumbnail.event-card .post-description {
  color: #646165;
  font-size: 14px;
  margin-top: 10px;
}

.post-thumbnail.event-card .post-description > span {
  margin-right: 10px;
}

.post-thumbnail.event-card .post-description > span.with-icon {
  padding-left: 25px;
}

.post-thumbnail.event-card .post-description > span.with-icon > i {
  font-size: 16px;
}

.post-thumbnail.event-card .post-thumbnail-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #ececec;
  padding: 20px 30px;
}

.post-thumbnail.event-card .post-thumbnail-footer .post-speaker {
  margin: 0;
}

.post-thumbnail.event-card .post-thumbnail-footer .post-speaker-title {
  color: #646165;
}

.post-thumbnail.event-card .post-thumbnail-footer .post-speaker-title:hover, .post-thumbnail.event-card .post-thumbnail-footer .post-speaker-title:focus {
  color: #262529;
}

.post-thumbnail.event-card .post-thumbnail-footer .post-speaker-img {
  background-color: #ececec;
}

.post-thumbnail.event-card.with-speaker {
  padding-bottom: 95px;
}

.post-thumbnail.event-card.with-speaker .post-thumbnail-body {
  padding-bottom: 10px;
}

.slick-slider .post-thumbnail.course-card .post-thumbnail-body {
  position: relative;
}

.slick-slider .post-thumbnail.course-card .post-thumbnail-subtitle {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .post-thumbnail.course-card .post-thumbnail-footer .btn, .post-thumbnail.course-card .post-thumbnail-footer .wizard > .actions a, .wizard > .actions .post-thumbnail.course-card .post-thumbnail-footer a {
    display: inline-block;
  }
  .post-thumbnail.class-card {
    margin-top: 25px;
  }
  .slick-slider .post-thumbnail.course-card .post-thumbnail-body {
    height: 100%;
    padding-top: 25px;
  }
}

.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: #ececec;
  line-height: 1.2;
  min-height: 70px;
}

.post-list-thumbnails > li > a:hover, .post-list-thumbnails > li > a:focus {
  background-color: #2d2c31;
  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: #a4a4a4;
  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: #a4a4a4;
  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: #262529;
}

.post-list-thumbnails > li.disabled > a {
  pointer-events: none;
}

.post-list-thumbnails li + li {
  border-top: 1px solid #262529;
}

@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(217, 10, 44, 0.6);
  z-index: 2;
}

.post-cover.video:hover:after, .post-cover.video:focus:after {
  color: rgba(217, 10, 44, 0.85);
}

.post-about {
  margin-top: 50px;
  margin-bottom: 20px;
}

.post-about img {
  display: inline-block;
  max-width: 100%;
}

.post-about-video {
  margin-top: 20px;
  margin-bottom: 20px;
}

.post-about-inner {
  position: relative;
  padding: 30px 15px;
  margin-left: -15px;
  margin-right: -15px;
  background: #131215;
  border-radius: 6px;
}

.post-about-inner .h1, .post-about-inner .h2, .post-about-inner .h3, .post-about-inner .h4, .post-about-inner .h5, .post-about-inner .h6,
.post-about-inner h1, .post-about-inner h2, .post-about-inner h3, .post-about-inner h4, .post-about-inner h5, .post-about-inner h6 {
  margin-top: 0;
}

.post-about-inner .wizard > .actions {
  padding-bottom: 0;
}

.post-about ul:not(.nav) {
  list-style: none;
  margin: 0 0 30px;
  padding-left: 30px;
}

.post-about ul:not(.nav) > li {
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 0;
  list-style-type: disc;
}

.post-about ol:not(.nav) {
  list-style: none;
  margin: 0 0 30px;
  padding-left: 30px;
}

.post-about ol:not(.nav) > li {
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 0;
  list-style-type: decimal;
}

.post-about .btn, .post-about .wizard > .actions a, .wizard > .actions .post-about a {
  margin-top: 5px;
  margin-bottom: 5px;
}

.post-about .input-group-btn .btn, .post-about .input-group-btn .wizard > .actions a, .wizard > .actions .post-about .input-group-btn a {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .post-about-inner {
    padding: 30px;
    margin-left: 0;
    margin-right: 0;
  }
}

.post-benefits {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-benefits > p {
  position: relative;
  display: block;
  margin: 15px 0;
  padding: 15px 15px 15px 45px;
  width: 100%;
}

.post-benefits > p:before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  position: absolute;
  top: 3px;
  left: 0;
  width: 25px;
  height: 25px;
  background-color: rgba(217, 10, 44, 0.15);
  color: #f9f9f9;
  border-radius: 50%;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
}

.post-benefits > p:hover, .post-benefits > p:focus {
  outline: none;
}

@media screen and (min-width: 768px) {
  .post-benefits > p {
    width: 50%;
    padding: 0 30px 0 45px;
  }
}

.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: #ececec;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 700;
}

.post-program-item-title {
  display: block;
  color: #ececec;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
}

.post-program-item-title:hover, .post-program-item-title:focus {
  color: #ececec;
  outline: none;
}

.post-program-item-subtitle {
  color: #646165;
  font-size: 14px;
  line-height: 1.2;
  margin: 5px 0 0;
}

.post-program-item-note {
  color: #a4a4a4;
  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: #a4a4a4;
  font-size: 14px;
}

.post-program-item.active:before {
  color: #e9714d;
}

.post-program-item.active .post-program-item-title {
  color: #e9714d;
}

.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: #a4a4a4;
  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: 50px;
  margin-bottom: 50px;
}

.post-speaker {
  position: relative;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #ececec;
  font-size: 0;
  transition: all 0.2s linear;
}

.post-speaker:hover, .post-speaker:focus {
  color: #d90a2c;
  text-decoration: none;
  outline: none;
}

.post-speaker-img {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 15px;
  background-color: #262529;
  overflow: hidden;
  vertical-align: top;
}

.post-speaker-img img {
  display: block;
  width: 100%;
}

.post-speaker-body {
  display: inline-block;
  width: calc(100% - 60px);
  vertical-align: top;
}

.post-speaker-title {
  color: #ececec;
  font-size: 14px;
  line-height: 1;
  margin: 4px 0;
}

.post-speaker-title:hover, .post-speaker-title:focus {
  color: #ffffff;
}

.post-speaker-title small {
  color: #a4a4a4;
}

.post-speaker-subtitle {
  color: #a4a4a4;
  font-size: 13px;
  line-height: 1.2;
  margin: 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;
}

@media screen and (min-width: 768px) {
  .post-speaker-info-about {
    margin-left: 50px;
  }
}

.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: #a4a4a4;
}

.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 #bebebe;
  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: #d7d7d7;
  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: #a4a4a4;
  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: #a4a4a4;
  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 #262529;
  background: #ffffff;
}

.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: #ececec;
}

.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: #a4a4a4;
}

.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: #a4a4a4;
  position: absolute;
  top: 2px;
  left: 2px;
}

.post-quiz-item-type-note {
  position: relative;
  display: inline-block;
  padding: 3px 5px 3px 25px;
  margin: 0 0 15px;
  font-size: 13px;
  line-height: 17px;
  border: 1px solid rgba(164, 164, 164, 0.5);
  border-radius: 3px;
  background-color: rgba(164, 164, 164, 0.15);
}

.post-quiz-item-type-note.checkbox:before {
  content: '';
  position: absolute;
  left: 5px;
  top: 4px;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  border: 1px solid #a4a4a4;
}

.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: #a4a4a4;
}

.post-quiz-item-type-note.radio:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 5px;
  width: 15px;
  height: 15px;
  border: 1px solid #a4a4a4;
  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: #a4a4a4;
  border-radius: 100%;
}

.post-quiz-item-type-note.rating:after {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  content: '\f005';
  position: absolute;
  top: 6px;
  left: 7px;
  font-size: 11px;
  line-height: 1;
  width: 11px;
  height: 11px;
  color: #ffffff;
}

.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: #646165;
  font-size: 24px;
  line-height: 40px;
  color: #262529;
  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: #3f3d44;
  border-radius: 10px;
  padding: 0 5px;
}

.comment-date {
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: #a4a4a4;
  padding-left: 14px;
}

.comment-date:before {
  content: '';
  position: absolute;
  left: 6px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #a4a4a4;
}

.comment-date:focus, .comment-date.focus, .comment-date:hover, .comment-date:active, .comment-date.active {
  color: #f9f9f9;
  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: 0;
  bottom: 0;
  margin: auto 0;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #a4a4a4;
}

.comment-reply-to {
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: #a4a4a4;
  padding-left: 14px;
}

.comment-reply-to:before {
  content: '';
  position: absolute;
  left: 6px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #a4a4a4;
}

.comment-reply-to:focus, .comment-reply-to.focus, .comment-reply-to:hover, .comment-reply-to:active, .comment-reply-to.active {
  color: #f9f9f9;
  text-decoration: none;
}

.comment-reply-to > i {
  margin-right: 2px;
}

.comment-body > p {
  margin-bottom: 0;
}

.comment-form {
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
  border: 1px solid #1a191d;
  border-radius: 6px;
}

.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: #979797;
}

.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: #f9f9f9;
  text-decoration: none;
}

.comment-likes-num {
  font-size: 14px;
  color: #a4a4a4;
  cursor: default;
  font-weight: 600;
}

.comment-likes-num:focus, .comment-likes-num.focus, .comment-likes-num:hover, .comment-likes-num:active, .comment-likes-num.active {
  color: #a4a4a4;
  text-decoration: none;
}

.comment-likes-num > i {
  font-size: 12px;
  margin-right: 2px;
  color: #d90a2c;
}

.comment-footer a {
  font-size: 14px;
  color: #979797;
}

.comment-footer a:focus, .comment-footer a.focus, .comment-footer a:hover, .comment-footer a:active, .comment-footer a.active {
  color: #f9f9f9;
  text-decoration: none;
}

.comment-footer a + a {
  position: relative;
  padding-left: 14px;
}

.comment-footer a + a:before {
  content: '';
  position: absolute;
  left: 6px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #a4a4a4;
}

.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: #646165;
}

@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.row {
  margin-left: -10px;
  margin-right: -10px;
}

.post-video-player-wrapper.row > [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%;
  }
}

.post-attachment {
  position: relative;
  display: block;
  color: #a4a4a4;
  font-size: 16px;
  border: 1px solid #646165;
  border-radius: 4px;
  margin: 10px 0;
  padding: 5px;
}

.post-attachment:hover, .post-attachment:focus {
  color: #ececec;
  background-color: rgba(100, 97, 101, 0.1);
  text-decoration: none;
  outline: none;
}

.post-attachment-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: #646165;
  vertical-align: top;
}

.post-attachment > span {
  display: inline-block;
  width: calc(100% - 65px);
  margin-top: 8px;
  margin-bottom: 8px;
  font-weight: 500;
  vertical-align: top;
}

.post-attachment-remove {
  position: absolute;
  display: block;
  top: 5px;
  right: 5px;
  cursor: pointer;
  color: #a4a4a4;
  width: 20px;
  height: 20px;
  text-align: center;
}

.post-attachment-remove:hover {
  color: #f9f9f9;
}

.post-attachment-remove i {
  position: absolute;
  height: 20px;
  width: 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.task-result {
  position: relative;
  background-color: #262529;
  border-radius: 6px;
  margin: 30px 0;
  overflow: hidden;
}

.task-result-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.task-result-header {
  font-size: 12px;
  color: #a4a4a4;
}

.task-result-header span,
.task-result-header a {
  display: inline-block;
}

.task-result-header a {
  font-size: 12px;
  color: #a4a4a4;
}

.task-result-header a:focus, .task-result-header a.focus, .task-result-header a:hover, .task-result-header a:active, .task-result-header a.active {
  color: #f9f9f9;
  text-decoration: none;
}

.task-result-header a > i {
  margin-right: 2px;
}

.task-result-header a + a,
.task-result-header span + span,
.task-result-header span + a,
.task-result-header a + span {
  margin-left: 14px;
}

.task-result-date {
  margin: 0 0 5px;
}

.task-result-status {
  position: relative;
  display: inline-block;
  padding: 6px 9px;
  color: #ececec;
  background-color: #646165;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  border-radius: 4px;
}

.task-result-status.pending {
  background-color: rgba(233, 113, 77, 0.85);
}

.task-result-status.approved {
  background-color: rgba(84, 158, 43, 0.85);
}

.task-result-status.returned {
  background-color: rgba(254, 88, 88, 0.85);
}

.task-result-header {
  margin-bottom: 15px;
}

.task-result-body a {
  color: lightgray;
}

.task-result-form {
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
  border: 1px solid #1a191d;
  border-radius: 6px;
}

.task-result-form .btn, .task-result-form .wizard > .actions a, .wizard > .actions .task-result-form a {
  width: 100%;
}

.task-result-inner {
  padding: 20px;
}

.task-result-inner .task-result-form {
  background: transparent;
  padding: 0;
  margin: 0;
  border-color: transparent;
}

.task-result-edit-btn.disabled, .task-result-edit-btn.disabled:hover, .task-result-edit-btn.disabled:focus {
  color: #a4a4a4;
  cursor: not-allowed;
}

.task-result-response {
  background-color: #2d2c31;
}

.task-result-response-inner {
  padding: 20px;
}

.task-result-response + .task-result-response {
  border-top: 1px solid #262529;
}

@media screen and (min-width: 768px) {
  .task-result-inner {
    padding: 30px;
  }
  .task-result-date {
    text-align: right;
    margin: 4px 0;
  }
  .task-result-form {
    padding: 30px;
  }
  .task-result-form .btn, .task-result-form .wizard > .actions a, .wizard > .actions .task-result-form a {
    width: auto;
  }
  .task-result-response-inner {
    padding: 30px;
  }
}

.test-result {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

.test-result-title {
  margin: 0;
  padding: 15px;
  border-bottom: 1px solid #262529;
}

.test-result-body {
  padding: 15px;
}

.post-assistant {
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  padding: 20px;
  font-size: 14px;
  color: #a4a4a4;
}

.post-assistant .btn, .post-assistant .wizard > .actions a, .wizard > .actions .post-assistant a {
  width: 100%;
}

.post-assistant-body {
  position: relative;
  padding-left: 60px;
}

.post-assistant-avatar {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #646165;
  font-size: 24px;
  line-height: 40px;
  color: #262529;
  text-align: center;
  overflow: visible;
}

.post-assistant-avatar:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  background-color: #549e2b;
  border: 3px solid #262529;
  border-radius: 50%;
}

.post-assistant-avatar img {
  display: block;
  width: 100%;
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  .post-assistant {
    padding: 30px;
  }
  .post-assistant .btn, .post-assistant .wizard > .actions a, .wizard > .actions .post-assistant a {
    width: auto;
  }
  .post-assistant-body {
    padding-left: 90px;
  }
  .post-assistant-avatar {
    width: 60px;
    height: 60px;
    font-size: 30px;
    line-height: 60px;
  }
  .post-assistant-avatar:after {
    right: 1px;
    bottom: 1px;
    width: 15px;
    height: 15px;
  }
  .post-assistant-right-col {
    text-align: right;
  }
}

.post-description > span {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  padding: 5px 0;
  vertical-align: middle;
}

.post-description > span.with-icon {
  padding-left: 30px;
}

.post-description > span.with-icon > i {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 18px;
  line-height: 1;
  width: 20px;
  text-align: center;
}

.course-hero-block .hero-block-inner {
  position: relative;
  background-color: rgba(26, 25, 29, 0);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0 100px;
  margin-left: 0;
  margin-right: 0;
  z-index: 0;
}

.course-hero-block .hero-block-inner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(26, 25, 29, 0.6) 0%, rgba(26, 25, 29, 0.75) 100%);
  z-index: -1;
}

.course-hero-block-benefits-wrapper {
  position: relative;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 20px 30px;
  margin-top: -50px;
  color: #646165;
  z-index: 1;
}

.course-hero-block-benefits-wrapper .h1, .course-hero-block-benefits-wrapper .h2, .course-hero-block-benefits-wrapper .h3, .course-hero-block-benefits-wrapper .h4, .course-hero-block-benefits-wrapper .h5, .course-hero-block-benefits-wrapper .h6 {
  color: #262529;
}

.course-hero-block-benefit {
  position: relative;
  padding-left: 40px;
}

.course-hero-block-benefit > i {
  position: absolute;
  top: 10px;
  left: 0;
  color: #d90a2c;
  font-size: 22px;
}

@media screen and (min-width: 768px) {
  .course-hero-block .hero-block-inner {
    padding: 100px 0 150px;
  }
}

.course-preview-title {
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 20px;
}

.course-preview-subtitle {
  color: #e9714d;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.course-preview-benefit {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #646165;
}

.course-preview-progress {
  margin-top: 30px;
}

.course-preview-progress-item-number {
  color: #a4a4a4;
  font-size: 16px;
  font-weight: 600;
}

.course-preview-progress-item-number > span {
  color: #ffffff;
  font-size: 36px;
}

@media screen and (min-width: 768px) {
  .course-preview {
    padding-top: 50px !important;
  }
  .course-preview-title {
    font-size: 42px;
  }
  .course-preview-subtitle {
    font-size: 16px;
  }
}

@media screen and (min-width: 992px) {
  .course-preview-progress {
    margin-top: 10px;
  }
}

.course-program .panel-title-module {
  display: inline-block;
  background-color: #d90a2c;
  padding: 5px 10px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
}

.course-program .panel-title-inner {
  margin-top: 5px;
}

.course-program .panel-title-inner-meta span {
  display: inline-block;
  border-radius: 4px;
  color: #f9f9f9;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.9;
  padding: 0 10px;
  margin-top: 10px;
  background-color: rgba(164, 164, 164, 0.15);
}

.course-program .panel-title-inner-meta span + span {
  margin-left: 10px;
}

@media screen and (min-width: 992px) {
  .course-program .panel-title a {
    padding-left: 165px;
  }
  .course-program .panel-title-module {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
  }
  .course-program .panel-title-inner {
    margin-top: 0;
  }
  .course-program .panel-title-inner-meta {
    font-size: 16px;
  }
  .course-program .panel-title-inner-meta span + span {
    padding-left: 14px;
  }
  .course-program .panel-title-inner-meta span + span:before {
    left: 6px;
    top: 8px;
  }
  .course-program .panel-body {
    padding-left: 180px;
    padding-right: 30px;
  }
}

.course-feature {
  background-color: #ffffff;
  border-radius: 6px;
  overflow: hidden;
}

.course-feature-img {
  display: block;
  overflow: hidden;
}

.course-feature-img > img {
  display: block;
  width: 100%;
}

.course-feature-body {
  padding: 30px;
  color: #646165;
}

.course-feature-title {
  color: #262529;
  margin-top: 0;
  margin-bottom: 10px;
}

.course-feature-meta {
  margin-top: 10px;
  margin-bottom: 10px;
}

.course-feature-meta span {
  display: inline-block;
  border-radius: 4px;
  color: #646165;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.9;
  padding: 0 10px;
  background-color: rgba(164, 164, 164, 0.15);
}

.course-feature-meta span + span {
  margin-left: 10px;
}

@media screen and (min-width: 768px) {
  .course-feature-img {
    min-height: 370px;
    height: 100%;
  }
  .course-feature-img > img {
    width: auto;
    height: 100%;
  }
  .course-feature-body {
    padding: 30px 30px 30px 0;
  }
  .course-feature-meta {
    font-size: 16px;
  }
}

.course-benefits-minimalistic {
  background-color: rgba(26, 25, 29, 0.45);
}

.course-benefits-minimalistic .benefits-wrapper.row [class*='col-'] + [class*='col-'] {
  position: relative;
}

.course-benefits-minimalistic .benefits-wrapper.row [class*='col-'] + [class*='col-']:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
}

.course-benefits-minimalistic .benefit {
  padding: 20px 0;
}

.course-benefits-minimalistic .benefit-title {
  position: relative;
  padding-left: 35px;
}

.course-benefits-minimalistic .benefit-title > i {
  position: absolute;
  top: 0;
  left: 0;
  color: #d90a2c;
  font-size: 1.1em;
}

@media screen and (min-width: 768px) {
  .course-benefits-minimalistic .benefits-wrapper.row [class*='col-'] + [class*='col-']:before {
    display: none;
  }
  .course-benefits-minimalistic .benefit {
    padding: 0;
  }
}

@media screen and (min-width: 992px) {
  .course-benefits-minimalistic {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .course-benefits-minimalistic .benefits-wrapper.row {
    margin-left: -50px;
    margin-right: -50px;
  }
  .course-benefits-minimalistic .benefits-wrapper.row > [class*='col-'] {
    padding-left: 50px;
    padding-right: 50px;
  }
  .course-benefits-minimalistic .benefits-wrapper.row [class*='col-'] + [class*='col-']:before {
    display: block;
    width: 1px;
    height: 100%;
  }
}

.course-results .post-benefits {
  line-height: 1.6;
}

.course-results .post-benefits > p {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.course-results .post-benefits > p:before {
  content: '\f061';
  background-color: rgba(217, 10, 44, 0);
  color: #d90a2c;
  top: 0;
}

.course-results .block-title {
  margin-bottom: 15px;
}

@media screen and (min-width: 992px) {
  .course-lessons .panel-title {
    font-size: 20px;
  }
  .course-lessons .panel-title-inner-meta {
    font-size: 14px;
  }
  .course-lessons .panel-body {
    font-size: 16px;
    padding-right: 30px;
  }
}

.course-speakers {
  position: relative;
  overflow: hidden;
}

.course-speaker-img {
  position: relative;
  margin-bottom: 30px;
  z-index: 0;
}

.course-speaker-img:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 55%;
  background-color: #131215;
  z-index: -1;
}

.course-speaker-img:after {
  content: '';
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
  background-image: radial-gradient(circle, rgba(217, 10, 44, 0.2) 0%, rgba(217, 10, 44, 0) 70%);
  background-repeat: no-repeat;
  z-index: -1;
}

.course-speaker-img > img {
  display: block;
  width: 90%;
  margin: 0 auto;
}

.course-speaker-bio {
  line-height: 1.6;
}

.course-speaker-bio > p {
  margin-bottom: 15px;
}

.course-speaker .block-title {
  margin-bottom: 15px;
}

.course-speaker + .course-speaker {
  margin-top: 100px;
}

@media screen and (min-width: 992px) {
  .course-speaker-bio {
    padding: 0 0 0 30px;
  }
}

@media screen and (min-width: 1200px) {
  .course-speaker-bio {
    padding: 50px 0 40px 60px;
  }
}

.course-about .post-about:first-child {
  margin-top: 0;
}

.course-about .post-about:first-child .h3 {
  margin-top: 0;
}

.course-about .post-benefits {
  display: block;
}

.course-about .post-benefits > p {
  display: block;
}

.course-about .post-benefits > p:before {
  content: '\f00c';
  width: 25px;
  height: 25px;
  background-color: #eaf1f9;
  color: #d90a2c;
  border-radius: 50%;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .course-about .post-benefits > p {
    width: 100%;
    padding-right: 45px;
  }
}

.course-about .post-benefits.course-benefits-slider {
  display: block;
}

.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: #f9f9f9;
  border-radius: 4px;
  border: 1px solid #1a191d;
}

.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: #e0e0e0;
  color: #d90a2c;
  border-radius: 50%;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
}

.course-about .post-benefits.course-benefits-slider > .slick-list > .slick-track > p:hover, .course-about .post-benefits.course-benefits-slider > .slick-list > .slick-track > p:focus {
  outline: none;
}

@media screen and (min-width: 768px) {
  .course-about .post-benefits.course-benefits-slider > .slick-list > .slick-track > p {
    padding: 0 45px 0 45px;
    background-color: transparent;
  }
  .course-about .post-benefits.course-benefits-slider > .slick-list > .slick-track > p:before {
    top: 3px;
    left: 0;
    background-color: #f9f9f9;
  }
}

.course-about-info {
  margin-bottom: 40px;
}

.course-about-info-title {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.course-about-info-subtitle {
  font-size: 18px;
  line-height: 1.6;
}

.course-about .course-speaker-img:before {
  top: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
}

.course-about .course-speaker-img:after {
  display: none;
}

.course-process-item {
  position: relative;
  line-height: 1.6;
  margin-bottom: 30px;
}

.course-process-item-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.course-process-item-number {
  color: #d90a2c;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
}

.course-process-item-number.h1 {
  font-size: 36px;
}

.course-process-item-number.h2 {
  font-size: 30px;
}

.course-process-item-number.h3 {
  font-size: 26px;
}

.course-process-item-number.h4 {
  font-size: 22px;
}

.course-process-item-number.h5 {
  font-size: 16px;
}

.course-process-item-number.h6 {
  font-size: 12px;
}

.course-process .block-title {
  margin-top: 0;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .course-process .block-subtitle {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .course-process {
    margin-bottom: 0;
  }
  .course-process-item {
    padding-right: 20px;
  }
}

.course-tickets {
  max-width: 280px;
  font-size: 0;
  text-align: left;
}

.course-tickets-item {
  display: inline-block;
  width: 35px;
  height: 65px;
  vertical-align: middle;
}

.course-tickets-wrapper {
  margin-bottom: 50px;
}

.course-tickets-inner {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
}

.course-tickets-info {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .course-tickets-wrapper {
    margin-top: 15px;
  }
  .course-tickets-inner {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .course-tickets-info > span {
    display: block;
  }
}

@media screen and (min-width: 992px) {
  .course-tickets {
    max-width: 350px;
  }
  .course-tickets-inner {
    padding: 10px;
  }
  .course-tickets-info {
    font-size: 18px;
  }
}

@media screen and (min-width: 1200px) {
  .course-tickets {
    max-width: 525px;
  }
}

.course-buy-block-wrapper {
  background-color: rgba(233, 113, 77, 0.15);
  border: 10px solid #e9714d;
  border-radius: 6px;
  padding: 30px;
}

.course-buy-block-title {
  color: #ffffff;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
}

.course-buy-block-top {
  color: #e9714d;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}

.course-buy-block-subtitle {
  font-size: 16px;
}

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

.course-buy-block-price {
  position: relative;
  margin: 0 0 10px 0;
  min-height: 40px;
  color: #e9714d;
  font-size: 50px;
  line-height: 0.8;
  font-weight: 700;
}

.course-buy-block-old-price {
  color: #a4a4a4;
  font-size: 26px;
  font-weight: 600;
  margin: 5px 0;
  text-decoration: line-through;
}

.course-buy-block-price-note {
  color: #a4a4a4;
  margin: 5px 0;
}

.course-buy-block .btn, .course-buy-block .wizard > .actions a, .wizard > .actions .course-buy-block a {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .course-buy-block-title {
    font-size: 30px;
  }
  .course-buy-block-subtitle {
    font-size: 18px;
  }
  .course-buy-block-prices {
    -ms-flex-align: center;
        align-items: center;
    text-align: center;
  }
}

@media screen and (min-width: 992px) {
  .course-buy-block-title {
    font-size: 36px;
  }
  .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-speaker-img {
  position: relative;
  margin-bottom: 30px;
  z-index: 0;
}

.about-page-speaker-img:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 55%;
  background-color: #131215;
  z-index: -1;
}

.about-page-speaker-img:after {
  content: '';
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
  background-image: radial-gradient(circle, rgba(217, 10, 44, 0.2) 0%, rgba(217, 10, 44, 0) 70%);
  background-repeat: no-repeat;
  z-index: -1;
}

.about-page-speaker-img > img {
  display: block;
  width: 90%;
  margin: 0 auto;
}

.about-page-speaker-bio {
  line-height: 1.6;
}

.about-page-speaker-bio > p {
  margin-bottom: 15px;
}

.about-page-speaker .block-title {
  margin-bottom: 15px;
}

.about-faq + .home-blog {
  padding-top: 0;
}

@media screen and (min-width: 992px) {
  .about-page-speaker-bio {
    padding: 0 0 0 30px;
  }
}

@media screen and (min-width: 1200px) {
  .about-page-speaker-bio {
    padding: 30px 0 30px 30px;
  }
}

.payment-page {
  font-size: 18px;
}

.thank-you .block-title {
  position: relative;
  padding-left: 80px;
}

.thank-you .block-title:before {
  content: "\f00c";
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(249, 249, 249, 0.2);
  color: #f9f9f9;
  font-size: 24px;
  line-height: 60px;
  text-align: center;
}

.thank-you .block-title.success:before {
  background-color: rgba(84, 158, 43, 0.2);
  color: #549e2b;
}

.thank-you .block-title.danger:before {
  content: "\f00d";
  background-color: rgba(254, 88, 88, 0.2);
  color: #fe5858;
}

.thank-you .block-title.info:before {
  content: "\f021";
  background-color: rgba(37, 159, 211, 0.2);
  color: #259fd3;
}

.thank-you-special-offer {
  background-color: #262529;
  padding: 30px 15px;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 50px;
}

.thank-you-special-offer:first-child {
  margin-top: 0;
}

.thank-you-special-offer-countdown {
  margin: 0 0 20px;
}

.thank-you-special-offer-footer {
  margin-top: 30px;
}

.thank-you-special-offer .h1, .thank-you-special-offer .h2, .thank-you-special-offer .h3, .thank-you-special-offer .h4, .thank-you-special-offer .h5, .thank-you-special-offer .h6 {
  margin-top: 0;
  margin-bottom: 30px;
}

.thank-you-special-offer .package {
  padding-bottom: 30px;
  background: transparent;
  border-color: #646165;
}

@media screen and (min-width: 768px) {
  .thank-you-special-offer {
    border-radius: 4px;
    padding: 30px;
    margin-left: 0;
    margin-right: 0;
  }
  .thank-you-special-offer-countdown {
    text-align: center;
  }
}

@media screen and (min-width: 1200px) {
  .thank-you-special-offer {
    padding: 40px;
  }
}

.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: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    margin-top: 20px;
    margin-bottom: 35px;
    overflow: hidden;
    z-index: 0;
  }
  .search-page-form .input-group {
    border-radius: 6px;
  }
}

@media screen and (min-width: 992px) {
  .search-page-form {
    margin: 6px 0;
  }
  .search-page-form-wrapper .block-title {
    margin-bottom: 0;
  }
}

.complete-registration-for-course + .new-course-process {
  padding-top: 0;
  padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .complete-registration-for-course + .new-course-process {
    padding-bottom: 100px;
  }
}

.club-event {
  background-color: #ffffff;
  border-radius: 6px;
  padding: 20px 30px 30px;
  color: #646165;
}

.club-event-img {
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 4px;
  overflow: hidden;
}

.club-event-img > img {
  display: block;
  width: 100%;
}

.club-event .h1, .club-event .h2, .club-event .h3, .club-event .h4, .club-event .h5, .club-event .h6 {
  color: #262529;
}

.club-event-date {
  position: relative;
  font-size: 12px;
  padding-left: 25px;
  line-height: 17px;
  vertical-align: middle;
}

.club-event-date > i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  line-height: 1;
  width: 20px;
  text-align: center;
  color: #d90a2c;
}

.club-mission-wrapper {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  margin-top: 50px;
  padding: 40px 30px;
}

.club-mission-wrapper:before {
  content: '';
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  width: 65px;
  height: 65px;
  margin: auto;
  background-image: url("../img/quotes.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.club-mission-img {
  margin-bottom: -40px;
}

.club-mission-img > img {
  display: block;
  width: 100%;
}

.club-mission-sign {
  margin-top: 10px;
  margin-bottom: 10px;
}

.club-mission-sign > img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .club-mission-wrapper {
    font-size: 18px;
  }
}

@media screen and (min-width: 992px) {
  .club-mission-wrapper:before {
    width: 85px;
    height: 65px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .club-mission-wrapper {
    font-size: 14px;
  }
  .club-mission-img {
    margin-top: 25px;
    margin-bottom: -40px;
  }
}

@media screen and (min-width: 1200px) {
  .club-mission-wrapper {
    margin-top: 70px;
    padding: 70px 50px 50px;
    font-size: 16px;
  }
  .club-mission-img {
    margin-bottom: -50px;
  }
}

.club-benefits .benefit {
  height: 100%;
  padding: 30px;
  margin-bottom: 30px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  transition: background-color 0.3s ease;
}

.club-benefits .benefit.active, .club-benefits .benefit:hover {
  background-color: white;
  color: #646165;
}

.club-benefits .benefit.active .benefit-title, .club-benefits .benefit:hover .benefit-title {
  color: #262529;
}

.club-benefits .benefit-icon {
  position: relative;
  margin-top: 0;
  margin-bottom: 35px;
  background-color: rgba(217, 10, 44, 0);
}

.club-benefits .benefit-icon > img {
  display: block;
  width: 100%;
}

.club-benefits .benefit-number {
  position: absolute;
  top: 0;
  right: 0;
  color: #a4a4a4;
  font-size: 18px;
  font-weight: 600;
}

.club-benefits .benefit-inner {
  position: relative;
  height: 100%;
}

.club-benefits .benefit-inner-with-button {
  padding-bottom: 58px;
}

.club-benefits .benefit-inner-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.club-benefits .benefit-suptitle {
  color: #d90a2c;
  font-weight: 700;
}

.club-benefits .benefit-img {
  border-radius: 4px;
  overflow: hidden;
}

.club-benefits .benefit-img > img {
  display: block;
  width: 100%;
}

.club-benefits .benefit .list {
  margin-top: 15px;
  margin-bottom: 15px;
}

.club-benefits .benefit .btn, .club-benefits .benefit .wizard > .actions a, .wizard > .actions .club-benefits .benefit a {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .club-benefits .block-title.h3 {
    margin-bottom: 30px;
  }
  .club-benefits .block-subtitle {
    margin-bottom: 50px;
  }
  .club-benefits .benefit {
    padding: 40px;
  }
  .club-benefits .benefit-inner {
    margin-top: 0;
  }
}

.club-audience {
  padding-bottom: 0;
}

.club-audience-img {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}

.club-audience-img > img {
  display: block;
  width: 90%;
  margin: 0 auto;
}

.club-audience-description .post-benefits {
  line-height: 1.6;
}

.club-audience-description .post-benefits > p {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.club-audience-description .post-benefits > p:before {
  content: '\f061';
  background-color: rgba(217, 10, 44, 0);
  color: #d90a2c;
  top: 0;
}

@media screen and (min-width: 768px) {
  .club-audience-img {
    margin-top: 40px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1200px) {
  .club-audience-description {
    padding: 0 0 40px 60px;
  }
}

.club-how-to-item {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}

.club-how-to-item:before {
  content: attr(data-number);
  position: absolute;
  top: 10px;
  left: 10px;
  width: 25px;
  height: 25px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  font-size: 14px;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
}

.club-how-to-item-icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  margin-top: 40px;
  margin-bottom: 15px;
}

.club-how-to-item-icon > img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .club-how-to-item:before {
    top: 20px;
    left: 20px;
  }
  .club-how-to-item:after {
    content: '';
    position: absolute;
    top: 75px;
    right: -35px;
    width: 50px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
  }
  .club-how-to .row > [class*='col']:last-of-type .club-how-to-item:after {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .club-how-to-item:before {
    left: 40px;
  }
}

.club-geography-carousel {
  position: relative;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.club-geography-carousel-words {
  position: relative;
  display: inline-block;
  animation: scroll-left 15s infinite linear;
}

.club-geography-carousel-words.h1 {
  font-size: 70px;
}

.club-geography-carousel-words.h2 {
  font-size: 55px;
}

.club-geography-carousel-words.h3 {
  font-size: 40px;
}

.club-geography-carousel-words.h4 {
  font-size: 30px;
}

.club-geography-carousel-words.h5 {
  font-size: 22px;
}

.club-geography-carousel-words.h6 {
  font-size: 18px;
}

.club-geography-carousel-words.text-bordered {
  -webkit-text-fill-color: rgba(26, 25, 29, 0.1);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
}

.club-geography-carousel-item {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  padding: 10px 20px;
  white-space: nowrap;
}

.club-geography-carousel.scroll-left .club-geography-carousel-words {
  animation-name: scroll-left;
}

.club-geography-carousel.scroll-left .club-geography-carousel-words.h1 {
  animation-duration: 40s;
}

.club-geography-carousel.scroll-left .club-geography-carousel-words.h2 {
  animation-duration: 38s;
}

.club-geography-carousel.scroll-left .club-geography-carousel-words.h3 {
  animation-duration: 36s;
}

.club-geography-carousel.scroll-left .club-geography-carousel-words.h4 {
  animation-duration: 34s;
}

.club-geography-carousel.scroll-left .club-geography-carousel-words.h5 {
  animation-duration: 34s;
}

.club-geography-carousel.scroll-left .club-geography-carousel-words.h6 {
  animation-duration: 34s;
}

.club-geography-carousel.scroll-right .club-geography-carousel-words {
  animation-name: scroll-right;
}

.club-geography-carousel.scroll-right .club-geography-carousel-words.h1 {
  animation-duration: 40s;
}

.club-geography-carousel.scroll-right .club-geography-carousel-words.h2 {
  animation-duration: 38s;
}

.club-geography-carousel.scroll-right .club-geography-carousel-words.h3 {
  animation-duration: 36s;
}

.club-geography-carousel.scroll-right .club-geography-carousel-words.h4 {
  animation-duration: 34s;
}

.club-geography-carousel.scroll-right .club-geography-carousel-words.h5 {
  animation-duration: 34s;
}

.club-geography-carousel.scroll-right .club-geography-carousel-words.h6 {
  animation-duration: 34s;
}

@media screen and (min-width: 768px) {
  .club-geography .block-title {
    margin-bottom: 50px;
  }
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

.onboarding-form-description {
  position: relative;
  padding-bottom: 40px;
}

.onboarding-form-inner {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
}

@media screen and (min-width: 992px) {
  .onboarding-form-inner {
    padding: 40px;
  }
}

.chat-card {
  position: relative;
  display: block;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  padding: 20px;
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
  height: 100%;
  transition: all 0.2s linear;
}

.chat-card:hover, .chat-card:focus {
  background-color: #ffffff;
  color: #646165;
  text-decoration: none;
  outline: none;
}

.chat-card:hover .chat-card-title, .chat-card:focus .chat-card-title {
  color: #262529;
}

.chat-card:hover .chat-card-img, .chat-card:focus .chat-card-img {
  background-color: #a4a4a4;
  color: #f9f9f9;
}

.chat-card-img {
  display: inline-block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #646165;
  color: #262529;
  font-size: 30px;
  line-height: 90px;
  text-align: center;
  overflow: hidden;
}

.chat-card-img > img {
  display: block;
  width: 100%;
}

.chat-card-title {
  color: #ffffff;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .chat-card {
    padding: 30px;
  }
}

.club-member-thumbnail {
  position: relative;
  display: block;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 20px;
  margin-top: 0;
  margin-bottom: 30px;
  color: #646165;
  height: 100%;
}

.club-member-thumbnail:hover, .club-member-thumbnail:focus {
  text-decoration: none;
  outline: none;
}

.club-member-thumbnail .post-speaker-title {
  color: #262529;
  font-size: 16px;
  font-weight: 600;
  margin-top: 12px;
}

.club-member-thumbnail .post-speaker-img {
  width: 60px;
  height: 60px;
}

.club-member-thumbnail .post-speaker-body {
  width: calc(100% - 75px);
}

.club-member-img {
  border-radius: 50%;
  overflow: hidden;
}

.club-member-img img {
  display: block;
  width: 100%;
}

.club-member-title {
  margin-top: 10px;
}

.club-member-socials {
  text-align: center;
}

.club-member-metadata .post-metadata-item {
  font-size: 16px;
}

.club-member-metadata .post-metadata-item-icon {
  padding-left: 35px;
}

.club-member-metadata .post-metadata-item-icon > i {
  top: 6px;
  font-size: 18px;
}

.club-page-header {
  position: relative;
  display: block;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  padding: 20px;
  margin-top: 0;
  margin-bottom: 0;
  color: #a4a4a4;
}

.club-page-header .btn, .club-page-header .wizard > .actions a, .wizard > .actions .club-page-header a {
  margin-top: 10px;
  margin-bottom: 10px;
}

.club-page-header .btn-social {
  padding-left: 22px;
  margin: 7px;
}

.club-page-header .btn-social i {
  color: #a4a4a4;
  font-size: 20px;
}

@media screen and (min-width: 768px) {
  .club-page-header {
    padding: 30px;
  }
}

/* Wizard */
.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: #a4a4a4;
  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: #bebebe;
  color: #ffffff;
  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 #bebebe;
  transition: all 0.2s ease;
}

.wizard > .steps .disabled a {
  color: #a4a4a4;
  cursor: default;
}

.wizard > .steps .disabled a .number {
  background-color: #bebebe;
  color: #ffffff;
}

.wizard > .steps .disabled a .number:before {
  border-color: #bebebe;
}

.wizard > .steps .current a {
  color: #d90a2c;
}

.wizard > .steps .current a:hover {
  color: #d90a2c;
}

.wizard > .steps .current a:active {
  color: #d90a2c;
}

.wizard > .steps .current a .number {
  background-color: #d90a2c;
  color: #ffffff;
}

.wizard > .steps .current a .number:before {
  border-color: #d90a2c;
}

.wizard > .steps .done a {
  color: #d90a2c;
}

.wizard > .steps .done a:hover {
  color: #d90a2c;
}

.wizard > .steps .done a:active {
  color: #d90a2c;
}

.wizard > .steps .done a .number {
  background-color: #d90a2c;
  color: #ffffff;
}

.wizard > .steps .done a .number:before {
  border-color: #d90a2c;
}

.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: #ffffff;
}

.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: #bebebe;
}

.wizard.vertical > .steps .disabled a:before {
  background-color: #bebebe;
}

.wizard.vertical > .steps .current a:before {
  background-color: #bebebe;
}

.wizard.vertical > .steps .done a:before {
  background-color: #d90a2c;
}

.wizard.vertical > .steps .error a:before {
  background-color: #bebebe;
}

@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%;
  /*ul {
        list-style: disc !important;

        > li {
          display: list-item;
        }
      }

      > iframe {
        border: 0 none;
        width: 100%;
        height: 100%;
      }

      input {
        display: block;
        border: 1px solid $input-border;
      }

      input[type="checkbox"] {
        display: inline-block;
      }

      input.error {
        background: rgb(251, 227, 228);
        border: 1px solid lighten($brand-danger, 20%);
        color: $brand-danger;
      }

      label {
        display: inline-block;
        margin-bottom: 0.5em;
      }

      label.error {
        color: $brand-danger;
        display: inline-block;
        margin-left: 1.5em;
      }*/
}

.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 #262529;
  padding: 0;
}

.tabcontrol > .steps > ul > li > a {
  color: #a4a4a4;
  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: #ffffff;
  border: 1px solid #262529;
  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 #262529;
  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;
  padding: 0;
}

.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: #64616c;
  font-size: 0;
}

.wizard-simple > .steps .disabled a .step {
  background-color: #64616c;
}

.wizard-simple > .steps .current a .step {
  background-color: #f9f9f9;
}

.wizard-simple > .steps .done a .step {
  background-color: #a4a4a4;
}

.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: #f9f9f9;
    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: #549e2b;
    border: 3px solid #f9f9f9;
    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: #ffffff;
    border-radius: 4px;
    -ms-box-shadow: 0 5px 10px rgba(26, 25, 29, 0.1);
    -o-box-shadow: 0 5px 10px rgba(26, 25, 29, 0.1);
    box-shadow: 0 5px 10px rgba(26, 25, 29, 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 #ffffff;
  }
}

@media screen and (min-width: 1200px) {
  .wizard-with-sidebar > .steps,
  .wizard-with-sidebar > .actions {
    width: 75%;
  }
}
