@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/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,
.dropup > .btn > .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: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "";
}

.glyphicon-music:before {
  content: "";
}

.glyphicon-search:before {
  content: "";
}

.glyphicon-heart:before {
  content: "";
}

.glyphicon-star:before {
  content: "";
}

.glyphicon-star-empty:before {
  content: "";
}

.glyphicon-user:before {
  content: "";
}

.glyphicon-film:before {
  content: "";
}

.glyphicon-th-large:before {
  content: "";
}

.glyphicon-th:before {
  content: "";
}

.glyphicon-th-list:before {
  content: "";
}

.glyphicon-ok:before {
  content: "";
}

.glyphicon-remove:before {
  content: "";
}

.glyphicon-zoom-in:before {
  content: "";
}

.glyphicon-zoom-out:before {
  content: "";
}

.glyphicon-off:before {
  content: "";
}

.glyphicon-signal:before {
  content: "";
}

.glyphicon-cog:before {
  content: "";
}

.glyphicon-trash:before {
  content: "";
}

.glyphicon-home:before {
  content: "";
}

.glyphicon-file:before {
  content: "";
}

.glyphicon-time:before {
  content: "";
}

.glyphicon-road:before {
  content: "";
}

.glyphicon-download-alt:before {
  content: "";
}

.glyphicon-download:before {
  content: "";
}

.glyphicon-upload:before {
  content: "";
}

.glyphicon-inbox:before {
  content: "";
}

.glyphicon-play-circle:before {
  content: "";
}

.glyphicon-repeat:before {
  content: "";
}

.glyphicon-refresh:before {
  content: "";
}

.glyphicon-list-alt:before {
  content: "";
}

.glyphicon-lock:before {
  content: "";
}

.glyphicon-flag:before {
  content: "";
}

.glyphicon-headphones:before {
  content: "";
}

.glyphicon-volume-off:before {
  content: "";
}

.glyphicon-volume-down:before {
  content: "";
}

.glyphicon-volume-up:before {
  content: "";
}

.glyphicon-qrcode:before {
  content: "";
}

.glyphicon-barcode:before {
  content: "";
}

.glyphicon-tag:before {
  content: "";
}

.glyphicon-tags:before {
  content: "";
}

.glyphicon-book:before {
  content: "";
}

.glyphicon-bookmark:before {
  content: "";
}

.glyphicon-print:before {
  content: "";
}

.glyphicon-camera:before {
  content: "";
}

.glyphicon-font:before {
  content: "";
}

.glyphicon-bold:before {
  content: "";
}

.glyphicon-italic:before {
  content: "";
}

.glyphicon-text-height:before {
  content: "";
}

.glyphicon-text-width:before {
  content: "";
}

.glyphicon-align-left:before {
  content: "";
}

.glyphicon-align-center:before {
  content: "";
}

.glyphicon-align-right:before {
  content: "";
}

.glyphicon-align-justify:before {
  content: "";
}

.glyphicon-list:before {
  content: "";
}

.glyphicon-indent-left:before {
  content: "";
}

.glyphicon-indent-right:before {
  content: "";
}

.glyphicon-facetime-video:before {
  content: "";
}

.glyphicon-picture:before {
  content: "";
}

.glyphicon-map-marker:before {
  content: "";
}

.glyphicon-adjust:before {
  content: "";
}

.glyphicon-tint:before {
  content: "";
}

.glyphicon-edit:before {
  content: "";
}

.glyphicon-share:before {
  content: "";
}

.glyphicon-check:before {
  content: "";
}

.glyphicon-move:before {
  content: "";
}

.glyphicon-step-backward:before {
  content: "";
}

.glyphicon-fast-backward:before {
  content: "";
}

.glyphicon-backward:before {
  content: "";
}

.glyphicon-play:before {
  content: "";
}

.glyphicon-pause:before {
  content: "";
}

.glyphicon-stop:before {
  content: "";
}

.glyphicon-forward:before {
  content: "";
}

.glyphicon-fast-forward:before {
  content: "";
}

.glyphicon-step-forward:before {
  content: "";
}

.glyphicon-eject:before {
  content: "";
}

.glyphicon-chevron-left:before {
  content: "";
}

.glyphicon-chevron-right:before {
  content: "";
}

.glyphicon-plus-sign:before {
  content: "";
}

.glyphicon-minus-sign:before {
  content: "";
}

.glyphicon-remove-sign:before {
  content: "";
}

.glyphicon-ok-sign:before {
  content: "";
}

.glyphicon-question-sign:before {
  content: "";
}

.glyphicon-info-sign:before {
  content: "";
}

.glyphicon-screenshot:before {
  content: "";
}

.glyphicon-remove-circle:before {
  content: "";
}

.glyphicon-ok-circle:before {
  content: "";
}

.glyphicon-ban-circle:before {
  content: "";
}

.glyphicon-arrow-left:before {
  content: "";
}

.glyphicon-arrow-right:before {
  content: "";
}

.glyphicon-arrow-up:before {
  content: "";
}

.glyphicon-arrow-down:before {
  content: "";
}

.glyphicon-share-alt:before {
  content: "";
}

.glyphicon-resize-full:before {
  content: "";
}

.glyphicon-resize-small:before {
  content: "";
}

.glyphicon-exclamation-sign:before {
  content: "";
}

.glyphicon-gift:before {
  content: "";
}

.glyphicon-leaf:before {
  content: "";
}

.glyphicon-fire:before {
  content: "";
}

.glyphicon-eye-open:before {
  content: "";
}

.glyphicon-eye-close:before {
  content: "";
}

.glyphicon-warning-sign:before {
  content: "";
}

.glyphicon-plane:before {
  content: "";
}

.glyphicon-calendar:before {
  content: "";
}

.glyphicon-random:before {
  content: "";
}

.glyphicon-comment:before {
  content: "";
}

.glyphicon-magnet:before {
  content: "";
}

.glyphicon-chevron-up:before {
  content: "";
}

.glyphicon-chevron-down:before {
  content: "";
}

.glyphicon-retweet:before {
  content: "";
}

.glyphicon-shopping-cart:before {
  content: "";
}

.glyphicon-folder-close:before {
  content: "";
}

.glyphicon-folder-open:before {
  content: "";
}

.glyphicon-resize-vertical:before {
  content: "";
}

.glyphicon-resize-horizontal:before {
  content: "";
}

.glyphicon-hdd:before {
  content: "";
}

.glyphicon-bullhorn:before {
  content: "";
}

.glyphicon-bell:before {
  content: "";
}

.glyphicon-certificate:before {
  content: "";
}

.glyphicon-thumbs-up:before {
  content: "";
}

.glyphicon-thumbs-down:before {
  content: "";
}

.glyphicon-hand-right:before {
  content: "";
}

.glyphicon-hand-left:before {
  content: "";
}

.glyphicon-hand-up:before {
  content: "";
}

.glyphicon-hand-down:before {
  content: "";
}

.glyphicon-circle-arrow-right:before {
  content: "";
}

.glyphicon-circle-arrow-left:before {
  content: "";
}

.glyphicon-circle-arrow-up:before {
  content: "";
}

.glyphicon-circle-arrow-down:before {
  content: "";
}

.glyphicon-globe:before {
  content: "";
}

.glyphicon-wrench:before {
  content: "";
}

.glyphicon-tasks:before {
  content: "";
}

.glyphicon-filter:before {
  content: "";
}

.glyphicon-briefcase:before {
  content: "";
}

.glyphicon-fullscreen:before {
  content: "";
}

.glyphicon-dashboard:before {
  content: "";
}

.glyphicon-paperclip:before {
  content: "";
}

.glyphicon-heart-empty:before {
  content: "";
}

.glyphicon-link:before {
  content: "";
}

.glyphicon-phone:before {
  content: "";
}

.glyphicon-pushpin:before {
  content: "";
}

.glyphicon-usd:before {
  content: "";
}

.glyphicon-gbp:before {
  content: "";
}

.glyphicon-sort:before {
  content: "";
}

.glyphicon-sort-by-alphabet:before {
  content: "";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "";
}

.glyphicon-sort-by-order:before {
  content: "";
}

.glyphicon-sort-by-order-alt:before {
  content: "";
}

.glyphicon-sort-by-attributes:before {
  content: "";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "";
}

.glyphicon-unchecked:before {
  content: "";
}

.glyphicon-expand:before {
  content: "";
}

.glyphicon-collapse-down:before {
  content: "";
}

.glyphicon-collapse-up:before {
  content: "";
}

.glyphicon-log-in:before {
  content: "";
}

.glyphicon-flash:before {
  content: "";
}

.glyphicon-log-out:before {
  content: "";
}

.glyphicon-new-window:before {
  content: "";
}

.glyphicon-record:before {
  content: "";
}

.glyphicon-save:before {
  content: "";
}

.glyphicon-open:before {
  content: "";
}

.glyphicon-saved:before {
  content: "";
}

.glyphicon-import:before {
  content: "";
}

.glyphicon-export:before {
  content: "";
}

.glyphicon-send:before {
  content: "";
}

.glyphicon-floppy-disk:before {
  content: "";
}

.glyphicon-floppy-saved:before {
  content: "";
}

.glyphicon-floppy-remove:before {
  content: "";
}

.glyphicon-floppy-save:before {
  content: "";
}

.glyphicon-floppy-open:before {
  content: "";
}

.glyphicon-credit-card:before {
  content: "";
}

.glyphicon-transfer:before {
  content: "";
}

.glyphicon-cutlery:before {
  content: "";
}

.glyphicon-header:before {
  content: "";
}

.glyphicon-compressed:before {
  content: "";
}

.glyphicon-earphone:before {
  content: "";
}

.glyphicon-phone-alt:before {
  content: "";
}

.glyphicon-tower:before {
  content: "";
}

.glyphicon-stats:before {
  content: "";
}

.glyphicon-sd-video:before {
  content: "";
}

.glyphicon-hd-video:before {
  content: "";
}

.glyphicon-subtitles:before {
  content: "";
}

.glyphicon-sound-stereo:before {
  content: "";
}

.glyphicon-sound-dolby:before {
  content: "";
}

.glyphicon-sound-5-1:before {
  content: "";
}

.glyphicon-sound-6-1:before {
  content: "";
}

.glyphicon-sound-7-1:before {
  content: "";
}

.glyphicon-copyright-mark:before {
  content: "";
}

.glyphicon-registration-mark:before {
  content: "";
}

.glyphicon-cloud-download:before {
  content: "";
}

.glyphicon-cloud-upload:before {
  content: "";
}

.glyphicon-tree-conifer:before {
  content: "";
}

.glyphicon-tree-deciduous:before {
  content: "";
}

.glyphicon-cd:before {
  content: "";
}

.glyphicon-save-file:before {
  content: "";
}

.glyphicon-open-file:before {
  content: "";
}

.glyphicon-level-up:before {
  content: "";
}

.glyphicon-copy:before {
  content: "";
}

.glyphicon-paste:before {
  content: "";
}

.glyphicon-alert:before {
  content: "";
}

.glyphicon-equalizer:before {
  content: "";
}

.glyphicon-king:before {
  content: "";
}

.glyphicon-queen:before {
  content: "";
}

.glyphicon-pawn:before {
  content: "";
}

.glyphicon-bishop:before {
  content: "";
}

.glyphicon-knight:before {
  content: "";
}

.glyphicon-baby-formula:before {
  content: "";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "";
}

.glyphicon-bed:before {
  content: "";
}

.glyphicon-apple:before {
  content: "";
}

.glyphicon-erase:before {
  content: "";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "";
}

.glyphicon-duplicate:before {
  content: "";
}

.glyphicon-piggy-bank:before {
  content: "";
}

.glyphicon-scissors:before {
  content: "";
}

.glyphicon-bitcoin:before {
  content: "";
}

.glyphicon-btc:before {
  content: "";
}

.glyphicon-xbt:before {
  content: "";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "";
}

.glyphicon-ice-lolly:before {
  content: "";
}

.glyphicon-ice-lolly-tasted:before {
  content: "";
}

.glyphicon-education:before {
  content: "";
}

.glyphicon-option-horizontal:before {
  content: "";
}

.glyphicon-option-vertical:before {
  content: "";
}

.glyphicon-menu-hamburger:before {
  content: "";
}

.glyphicon-modal-window:before {
  content: "";
}

.glyphicon-oil:before {
  content: "";
}

.glyphicon-grain:before {
  content: "";
}

.glyphicon-sunglasses:before {
  content: "";
}

.glyphicon-text-size:before {
  content: "";
}

.glyphicon-text-color:before {
  content: "";
}

.glyphicon-text-background:before {
  content: "";
}

.glyphicon-object-align-top:before {
  content: "";
}

.glyphicon-object-align-bottom:before {
  content: "";
}

.glyphicon-object-align-horizontal:before {
  content: "";
}

.glyphicon-object-align-left:before {
  content: "";
}

.glyphicon-object-align-vertical:before {
  content: "";
}

.glyphicon-object-align-right:before {
  content: "";
}

.glyphicon-triangle-right:before {
  content: "";
}

.glyphicon-triangle-left:before {
  content: "";
}

.glyphicon-triangle-bottom:before {
  content: "";
}

.glyphicon-triangle-top:before {
  content: "";
}

.glyphicon-console:before {
  content: "";
}

.glyphicon-superscript:before {
  content: "";
}

.glyphicon-subscript:before {
  content: "";
}

.glyphicon-menu-left:before {
  content: "";
}

.glyphicon-menu-right:before {
  content: "";
}

.glyphicon-menu-down:before {
  content: "";
}

.glyphicon-menu-up:before {
  content: "";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  line-height: 1.448571429;
  color: #3c3c3b;
  background-color: #fff;
}

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

a {
  color: #ef5843;
  text-decoration: none;
}
a:hover, a:focus {
  color: #ef5843;
  text-decoration: none;
}
a:focus {
  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.448571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

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

hr {
  margin-top: 26px;
  margin-bottom: 26px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.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: "Raleway", sans-serif;
  font-weight: 800;
  line-height: 1.2;
  color: #3c3c3b;
}
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: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 26px;
  margin-bottom: 13px;
}
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: 13px;
  margin-bottom: 13px;
}
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: 54px;
}

h2, .h2 {
  font-size: 40px;
}

h3, .h3 {
  font-size: 32px;
}

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

h5, .h5 {
  font-size: 18px;
}

h6, .h6 {
  font-size: 16px;
}

p {
  margin: 0 0 13px;
}

.lead {
  margin-bottom: 26px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 27px;
  }
}

small,
.small {
  font-size: 88%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.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: #777777;
}

.text-primary {
  color: #337ab7;
}

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

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

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

.text-warning {
  color: #8a6d3b;
}

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

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

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 12px;
  margin: 52px 0 26px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 13px;
}
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: 26px;
}

dt,
dd {
  line-height: 1.448571429;
}

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: 768px) {
  .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 #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 13px 26px;
  margin: 0 0 26px;
  font-size: 22.5px;
  border-left: 5px solid #eeeeee;
}
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.448571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  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: " —";
}

address {
  margin-bottom: 26px;
  font-style: normal;
  line-height: 1.448571429;
}

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

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

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

pre {
  display: block;
  padding: 12.5px;
  margin: 0 0 13px;
  font-size: 17px;
  line-height: 1.448571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  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: 10px;
  padding-right: 10px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 1000px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1280px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}
.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, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.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, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24 {
  float: left;
}

.col-xs-1 {
  width: 4.1666666667%;
}

.col-xs-2 {
  width: 8.3333333333%;
}

.col-xs-3 {
  width: 12.5%;
}

.col-xs-4 {
  width: 16.6666666667%;
}

.col-xs-5 {
  width: 20.8333333333%;
}

.col-xs-6 {
  width: 25%;
}

.col-xs-7 {
  width: 29.1666666667%;
}

.col-xs-8 {
  width: 33.3333333333%;
}

.col-xs-9 {
  width: 37.5%;
}

.col-xs-10 {
  width: 41.6666666667%;
}

.col-xs-11 {
  width: 45.8333333333%;
}

.col-xs-12 {
  width: 50%;
}

.col-xs-13 {
  width: 54.1666666667%;
}

.col-xs-14 {
  width: 58.3333333333%;
}

.col-xs-15 {
  width: 62.5%;
}

.col-xs-16 {
  width: 66.6666666667%;
}

.col-xs-17 {
  width: 70.8333333333%;
}

.col-xs-18 {
  width: 75%;
}

.col-xs-19 {
  width: 79.1666666667%;
}

.col-xs-20 {
  width: 83.3333333333%;
}

.col-xs-21 {
  width: 87.5%;
}

.col-xs-22 {
  width: 91.6666666667%;
}

.col-xs-23 {
  width: 95.8333333333%;
}

.col-xs-24 {
  width: 100%;
}

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

.col-xs-pull-1 {
  right: 4.1666666667%;
}

.col-xs-pull-2 {
  right: 8.3333333333%;
}

.col-xs-pull-3 {
  right: 12.5%;
}

.col-xs-pull-4 {
  right: 16.6666666667%;
}

.col-xs-pull-5 {
  right: 20.8333333333%;
}

.col-xs-pull-6 {
  right: 25%;
}

.col-xs-pull-7 {
  right: 29.1666666667%;
}

.col-xs-pull-8 {
  right: 33.3333333333%;
}

.col-xs-pull-9 {
  right: 37.5%;
}

.col-xs-pull-10 {
  right: 41.6666666667%;
}

.col-xs-pull-11 {
  right: 45.8333333333%;
}

.col-xs-pull-12 {
  right: 50%;
}

.col-xs-pull-13 {
  right: 54.1666666667%;
}

.col-xs-pull-14 {
  right: 58.3333333333%;
}

.col-xs-pull-15 {
  right: 62.5%;
}

.col-xs-pull-16 {
  right: 66.6666666667%;
}

.col-xs-pull-17 {
  right: 70.8333333333%;
}

.col-xs-pull-18 {
  right: 75%;
}

.col-xs-pull-19 {
  right: 79.1666666667%;
}

.col-xs-pull-20 {
  right: 83.3333333333%;
}

.col-xs-pull-21 {
  right: 87.5%;
}

.col-xs-pull-22 {
  right: 91.6666666667%;
}

.col-xs-pull-23 {
  right: 95.8333333333%;
}

.col-xs-pull-24 {
  right: 100%;
}

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

.col-xs-push-1 {
  left: 4.1666666667%;
}

.col-xs-push-2 {
  left: 8.3333333333%;
}

.col-xs-push-3 {
  left: 12.5%;
}

.col-xs-push-4 {
  left: 16.6666666667%;
}

.col-xs-push-5 {
  left: 20.8333333333%;
}

.col-xs-push-6 {
  left: 25%;
}

.col-xs-push-7 {
  left: 29.1666666667%;
}

.col-xs-push-8 {
  left: 33.3333333333%;
}

.col-xs-push-9 {
  left: 37.5%;
}

.col-xs-push-10 {
  left: 41.6666666667%;
}

.col-xs-push-11 {
  left: 45.8333333333%;
}

.col-xs-push-12 {
  left: 50%;
}

.col-xs-push-13 {
  left: 54.1666666667%;
}

.col-xs-push-14 {
  left: 58.3333333333%;
}

.col-xs-push-15 {
  left: 62.5%;
}

.col-xs-push-16 {
  left: 66.6666666667%;
}

.col-xs-push-17 {
  left: 70.8333333333%;
}

.col-xs-push-18 {
  left: 75%;
}

.col-xs-push-19 {
  left: 79.1666666667%;
}

.col-xs-push-20 {
  left: 83.3333333333%;
}

.col-xs-push-21 {
  left: 87.5%;
}

.col-xs-push-22 {
  left: 91.6666666667%;
}

.col-xs-push-23 {
  left: 95.8333333333%;
}

.col-xs-push-24 {
  left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-13 {
  margin-left: 54.1666666667%;
}

.col-xs-offset-14 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-15 {
  margin-left: 62.5%;
}

.col-xs-offset-16 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-17 {
  margin-left: 70.8333333333%;
}

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

.col-xs-offset-19 {
  margin-left: 79.1666666667%;
}

.col-xs-offset-20 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-21 {
  margin-left: 87.5%;
}

.col-xs-offset-22 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-23 {
  margin-left: 95.8333333333%;
}

.col-xs-offset-24 {
  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, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24 {
    float: left;
  }

  .col-sm-1 {
    width: 4.1666666667%;
  }

  .col-sm-2 {
    width: 8.3333333333%;
  }

  .col-sm-3 {
    width: 12.5%;
  }

  .col-sm-4 {
    width: 16.6666666667%;
  }

  .col-sm-5 {
    width: 20.8333333333%;
  }

  .col-sm-6 {
    width: 25%;
  }

  .col-sm-7 {
    width: 29.1666666667%;
  }

  .col-sm-8 {
    width: 33.3333333333%;
  }

  .col-sm-9 {
    width: 37.5%;
  }

  .col-sm-10 {
    width: 41.6666666667%;
  }

  .col-sm-11 {
    width: 45.8333333333%;
  }

  .col-sm-12 {
    width: 50%;
  }

  .col-sm-13 {
    width: 54.1666666667%;
  }

  .col-sm-14 {
    width: 58.3333333333%;
  }

  .col-sm-15 {
    width: 62.5%;
  }

  .col-sm-16 {
    width: 66.6666666667%;
  }

  .col-sm-17 {
    width: 70.8333333333%;
  }

  .col-sm-18 {
    width: 75%;
  }

  .col-sm-19 {
    width: 79.1666666667%;
  }

  .col-sm-20 {
    width: 83.3333333333%;
  }

  .col-sm-21 {
    width: 87.5%;
  }

  .col-sm-22 {
    width: 91.6666666667%;
  }

  .col-sm-23 {
    width: 95.8333333333%;
  }

  .col-sm-24 {
    width: 100%;
  }

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

  .col-sm-pull-1 {
    right: 4.1666666667%;
  }

  .col-sm-pull-2 {
    right: 8.3333333333%;
  }

  .col-sm-pull-3 {
    right: 12.5%;
  }

  .col-sm-pull-4 {
    right: 16.6666666667%;
  }

  .col-sm-pull-5 {
    right: 20.8333333333%;
  }

  .col-sm-pull-6 {
    right: 25%;
  }

  .col-sm-pull-7 {
    right: 29.1666666667%;
  }

  .col-sm-pull-8 {
    right: 33.3333333333%;
  }

  .col-sm-pull-9 {
    right: 37.5%;
  }

  .col-sm-pull-10 {
    right: 41.6666666667%;
  }

  .col-sm-pull-11 {
    right: 45.8333333333%;
  }

  .col-sm-pull-12 {
    right: 50%;
  }

  .col-sm-pull-13 {
    right: 54.1666666667%;
  }

  .col-sm-pull-14 {
    right: 58.3333333333%;
  }

  .col-sm-pull-15 {
    right: 62.5%;
  }

  .col-sm-pull-16 {
    right: 66.6666666667%;
  }

  .col-sm-pull-17 {
    right: 70.8333333333%;
  }

  .col-sm-pull-18 {
    right: 75%;
  }

  .col-sm-pull-19 {
    right: 79.1666666667%;
  }

  .col-sm-pull-20 {
    right: 83.3333333333%;
  }

  .col-sm-pull-21 {
    right: 87.5%;
  }

  .col-sm-pull-22 {
    right: 91.6666666667%;
  }

  .col-sm-pull-23 {
    right: 95.8333333333%;
  }

  .col-sm-pull-24 {
    right: 100%;
  }

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

  .col-sm-push-1 {
    left: 4.1666666667%;
  }

  .col-sm-push-2 {
    left: 8.3333333333%;
  }

  .col-sm-push-3 {
    left: 12.5%;
  }

  .col-sm-push-4 {
    left: 16.6666666667%;
  }

  .col-sm-push-5 {
    left: 20.8333333333%;
  }

  .col-sm-push-6 {
    left: 25%;
  }

  .col-sm-push-7 {
    left: 29.1666666667%;
  }

  .col-sm-push-8 {
    left: 33.3333333333%;
  }

  .col-sm-push-9 {
    left: 37.5%;
  }

  .col-sm-push-10 {
    left: 41.6666666667%;
  }

  .col-sm-push-11 {
    left: 45.8333333333%;
  }

  .col-sm-push-12 {
    left: 50%;
  }

  .col-sm-push-13 {
    left: 54.1666666667%;
  }

  .col-sm-push-14 {
    left: 58.3333333333%;
  }

  .col-sm-push-15 {
    left: 62.5%;
  }

  .col-sm-push-16 {
    left: 66.6666666667%;
  }

  .col-sm-push-17 {
    left: 70.8333333333%;
  }

  .col-sm-push-18 {
    left: 75%;
  }

  .col-sm-push-19 {
    left: 79.1666666667%;
  }

  .col-sm-push-20 {
    left: 83.3333333333%;
  }

  .col-sm-push-21 {
    left: 87.5%;
  }

  .col-sm-push-22 {
    left: 91.6666666667%;
  }

  .col-sm-push-23 {
    left: 95.8333333333%;
  }

  .col-sm-push-24 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-13 {
    margin-left: 54.1666666667%;
  }

  .col-sm-offset-14 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-15 {
    margin-left: 62.5%;
  }

  .col-sm-offset-16 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-17 {
    margin-left: 70.8333333333%;
  }

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

  .col-sm-offset-19 {
    margin-left: 79.1666666667%;
  }

  .col-sm-offset-20 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-21 {
    margin-left: 87.5%;
  }

  .col-sm-offset-22 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-23 {
    margin-left: 95.8333333333%;
  }

  .col-sm-offset-24 {
    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, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24 {
    float: left;
  }

  .col-md-1 {
    width: 4.1666666667%;
  }

  .col-md-2 {
    width: 8.3333333333%;
  }

  .col-md-3 {
    width: 12.5%;
  }

  .col-md-4 {
    width: 16.6666666667%;
  }

  .col-md-5 {
    width: 20.8333333333%;
  }

  .col-md-6 {
    width: 25%;
  }

  .col-md-7 {
    width: 29.1666666667%;
  }

  .col-md-8 {
    width: 33.3333333333%;
  }

  .col-md-9 {
    width: 37.5%;
  }

  .col-md-10 {
    width: 41.6666666667%;
  }

  .col-md-11 {
    width: 45.8333333333%;
  }

  .col-md-12 {
    width: 50%;
  }

  .col-md-13 {
    width: 54.1666666667%;
  }

  .col-md-14 {
    width: 58.3333333333%;
  }

  .col-md-15 {
    width: 62.5%;
  }

  .col-md-16 {
    width: 66.6666666667%;
  }

  .col-md-17 {
    width: 70.8333333333%;
  }

  .col-md-18 {
    width: 75%;
  }

  .col-md-19 {
    width: 79.1666666667%;
  }

  .col-md-20 {
    width: 83.3333333333%;
  }

  .col-md-21 {
    width: 87.5%;
  }

  .col-md-22 {
    width: 91.6666666667%;
  }

  .col-md-23 {
    width: 95.8333333333%;
  }

  .col-md-24 {
    width: 100%;
  }

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

  .col-md-pull-1 {
    right: 4.1666666667%;
  }

  .col-md-pull-2 {
    right: 8.3333333333%;
  }

  .col-md-pull-3 {
    right: 12.5%;
  }

  .col-md-pull-4 {
    right: 16.6666666667%;
  }

  .col-md-pull-5 {
    right: 20.8333333333%;
  }

  .col-md-pull-6 {
    right: 25%;
  }

  .col-md-pull-7 {
    right: 29.1666666667%;
  }

  .col-md-pull-8 {
    right: 33.3333333333%;
  }

  .col-md-pull-9 {
    right: 37.5%;
  }

  .col-md-pull-10 {
    right: 41.6666666667%;
  }

  .col-md-pull-11 {
    right: 45.8333333333%;
  }

  .col-md-pull-12 {
    right: 50%;
  }

  .col-md-pull-13 {
    right: 54.1666666667%;
  }

  .col-md-pull-14 {
    right: 58.3333333333%;
  }

  .col-md-pull-15 {
    right: 62.5%;
  }

  .col-md-pull-16 {
    right: 66.6666666667%;
  }

  .col-md-pull-17 {
    right: 70.8333333333%;
  }

  .col-md-pull-18 {
    right: 75%;
  }

  .col-md-pull-19 {
    right: 79.1666666667%;
  }

  .col-md-pull-20 {
    right: 83.3333333333%;
  }

  .col-md-pull-21 {
    right: 87.5%;
  }

  .col-md-pull-22 {
    right: 91.6666666667%;
  }

  .col-md-pull-23 {
    right: 95.8333333333%;
  }

  .col-md-pull-24 {
    right: 100%;
  }

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

  .col-md-push-1 {
    left: 4.1666666667%;
  }

  .col-md-push-2 {
    left: 8.3333333333%;
  }

  .col-md-push-3 {
    left: 12.5%;
  }

  .col-md-push-4 {
    left: 16.6666666667%;
  }

  .col-md-push-5 {
    left: 20.8333333333%;
  }

  .col-md-push-6 {
    left: 25%;
  }

  .col-md-push-7 {
    left: 29.1666666667%;
  }

  .col-md-push-8 {
    left: 33.3333333333%;
  }

  .col-md-push-9 {
    left: 37.5%;
  }

  .col-md-push-10 {
    left: 41.6666666667%;
  }

  .col-md-push-11 {
    left: 45.8333333333%;
  }

  .col-md-push-12 {
    left: 50%;
  }

  .col-md-push-13 {
    left: 54.1666666667%;
  }

  .col-md-push-14 {
    left: 58.3333333333%;
  }

  .col-md-push-15 {
    left: 62.5%;
  }

  .col-md-push-16 {
    left: 66.6666666667%;
  }

  .col-md-push-17 {
    left: 70.8333333333%;
  }

  .col-md-push-18 {
    left: 75%;
  }

  .col-md-push-19 {
    left: 79.1666666667%;
  }

  .col-md-push-20 {
    left: 83.3333333333%;
  }

  .col-md-push-21 {
    left: 87.5%;
  }

  .col-md-push-22 {
    left: 91.6666666667%;
  }

  .col-md-push-23 {
    left: 95.8333333333%;
  }

  .col-md-push-24 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-13 {
    margin-left: 54.1666666667%;
  }

  .col-md-offset-14 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-15 {
    margin-left: 62.5%;
  }

  .col-md-offset-16 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-17 {
    margin-left: 70.8333333333%;
  }

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

  .col-md-offset-19 {
    margin-left: 79.1666666667%;
  }

  .col-md-offset-20 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-21 {
    margin-left: 87.5%;
  }

  .col-md-offset-22 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-23 {
    margin-left: 95.8333333333%;
  }

  .col-md-offset-24 {
    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, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24 {
    float: left;
  }

  .col-lg-1 {
    width: 4.1666666667%;
  }

  .col-lg-2 {
    width: 8.3333333333%;
  }

  .col-lg-3 {
    width: 12.5%;
  }

  .col-lg-4 {
    width: 16.6666666667%;
  }

  .col-lg-5 {
    width: 20.8333333333%;
  }

  .col-lg-6 {
    width: 25%;
  }

  .col-lg-7 {
    width: 29.1666666667%;
  }

  .col-lg-8 {
    width: 33.3333333333%;
  }

  .col-lg-9 {
    width: 37.5%;
  }

  .col-lg-10 {
    width: 41.6666666667%;
  }

  .col-lg-11 {
    width: 45.8333333333%;
  }

  .col-lg-12 {
    width: 50%;
  }

  .col-lg-13 {
    width: 54.1666666667%;
  }

  .col-lg-14 {
    width: 58.3333333333%;
  }

  .col-lg-15 {
    width: 62.5%;
  }

  .col-lg-16 {
    width: 66.6666666667%;
  }

  .col-lg-17 {
    width: 70.8333333333%;
  }

  .col-lg-18 {
    width: 75%;
  }

  .col-lg-19 {
    width: 79.1666666667%;
  }

  .col-lg-20 {
    width: 83.3333333333%;
  }

  .col-lg-21 {
    width: 87.5%;
  }

  .col-lg-22 {
    width: 91.6666666667%;
  }

  .col-lg-23 {
    width: 95.8333333333%;
  }

  .col-lg-24 {
    width: 100%;
  }

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

  .col-lg-pull-1 {
    right: 4.1666666667%;
  }

  .col-lg-pull-2 {
    right: 8.3333333333%;
  }

  .col-lg-pull-3 {
    right: 12.5%;
  }

  .col-lg-pull-4 {
    right: 16.6666666667%;
  }

  .col-lg-pull-5 {
    right: 20.8333333333%;
  }

  .col-lg-pull-6 {
    right: 25%;
  }

  .col-lg-pull-7 {
    right: 29.1666666667%;
  }

  .col-lg-pull-8 {
    right: 33.3333333333%;
  }

  .col-lg-pull-9 {
    right: 37.5%;
  }

  .col-lg-pull-10 {
    right: 41.6666666667%;
  }

  .col-lg-pull-11 {
    right: 45.8333333333%;
  }

  .col-lg-pull-12 {
    right: 50%;
  }

  .col-lg-pull-13 {
    right: 54.1666666667%;
  }

  .col-lg-pull-14 {
    right: 58.3333333333%;
  }

  .col-lg-pull-15 {
    right: 62.5%;
  }

  .col-lg-pull-16 {
    right: 66.6666666667%;
  }

  .col-lg-pull-17 {
    right: 70.8333333333%;
  }

  .col-lg-pull-18 {
    right: 75%;
  }

  .col-lg-pull-19 {
    right: 79.1666666667%;
  }

  .col-lg-pull-20 {
    right: 83.3333333333%;
  }

  .col-lg-pull-21 {
    right: 87.5%;
  }

  .col-lg-pull-22 {
    right: 91.6666666667%;
  }

  .col-lg-pull-23 {
    right: 95.8333333333%;
  }

  .col-lg-pull-24 {
    right: 100%;
  }

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

  .col-lg-push-1 {
    left: 4.1666666667%;
  }

  .col-lg-push-2 {
    left: 8.3333333333%;
  }

  .col-lg-push-3 {
    left: 12.5%;
  }

  .col-lg-push-4 {
    left: 16.6666666667%;
  }

  .col-lg-push-5 {
    left: 20.8333333333%;
  }

  .col-lg-push-6 {
    left: 25%;
  }

  .col-lg-push-7 {
    left: 29.1666666667%;
  }

  .col-lg-push-8 {
    left: 33.3333333333%;
  }

  .col-lg-push-9 {
    left: 37.5%;
  }

  .col-lg-push-10 {
    left: 41.6666666667%;
  }

  .col-lg-push-11 {
    left: 45.8333333333%;
  }

  .col-lg-push-12 {
    left: 50%;
  }

  .col-lg-push-13 {
    left: 54.1666666667%;
  }

  .col-lg-push-14 {
    left: 58.3333333333%;
  }

  .col-lg-push-15 {
    left: 62.5%;
  }

  .col-lg-push-16 {
    left: 66.6666666667%;
  }

  .col-lg-push-17 {
    left: 70.8333333333%;
  }

  .col-lg-push-18 {
    left: 75%;
  }

  .col-lg-push-19 {
    left: 79.1666666667%;
  }

  .col-lg-push-20 {
    left: 83.3333333333%;
  }

  .col-lg-push-21 {
    left: 87.5%;
  }

  .col-lg-push-22 {
    left: 91.6666666667%;
  }

  .col-lg-push-23 {
    left: 95.8333333333%;
  }

  .col-lg-push-24 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-13 {
    margin-left: 54.1666666667%;
  }

  .col-lg-offset-14 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-15 {
    margin-left: 62.5%;
  }

  .col-lg-offset-16 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-17 {
    margin-left: 70.8333333333%;
  }

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

  .col-lg-offset-19 {
    margin-left: 79.1666666667%;
  }

  .col-lg-offset-20 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-21 {
    margin-left: 87.5%;
  }

  .col-lg-offset-22 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-23 {
    margin-left: 95.8333333333%;
  }

  .col-lg-offset-24 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

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

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 26px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.448571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 19.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 26px;
  font-size: 27px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

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

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 18px;
  line-height: 1.448571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.448571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    line-height: 40px;
  }
  input[type=date].input-sm,
.input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
input[type=time].input-sm,
.input-group-sm > .input-group-btn > input[type=time].btn,
.input-group-sm input[type=time],
input[type=datetime-local].input-sm,
.input-group-sm > .input-group-btn > input[type=datetime-local].btn,
.input-group-sm input[type=datetime-local],
input[type=month].input-sm,
.input-group-sm > .input-group-btn > input[type=month].btn,
.input-group-sm input[type=month] {
    line-height: 36px;
  }
  input[type=date].input-lg,
.input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
input[type=time].input-lg,
.input-group-lg > .input-group-btn > input[type=time].btn,
.input-group-lg input[type=time],
input[type=datetime-local].input-lg,
.input-group-lg > .input-group-btn > input[type=datetime-local].btn,
.input-group-lg input[type=datetime-local],
input[type=month].input-lg,
.input-group-lg > .input-group-btn > input[type=month].btn,
.input-group-lg input[type=month] {
    line-height: 53px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 26px;
  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: 4px \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: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 44px;
}
.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, .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 {
  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 {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  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: 36px;
  line-height: 36px;
}

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[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 36px;
  line-height: 36px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 36px;
  min-height: 42px;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  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: 53px;
  line-height: 53px;
}

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[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 53px;
  line-height: 53px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 53px;
  min-height: 49px;
  padding: 11px 16px;
  font-size: 23px;
  line-height: 1.3333333;
}

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

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

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

.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,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 36px;
  height: 36px;
  line-height: 36px;
}

.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: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.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: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.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: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

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

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

@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: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 33px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.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: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 23px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 16px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.448571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.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: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #ef5843;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #ef5843;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 6px;
}

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

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 16px;
  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;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  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;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  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: 18px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  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: 12px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.448571429;
  color: #333333;
  white-space: nowrap;
}

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

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

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.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: 16px;
  line-height: 1.448571429;
  color: #777777;
  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: 768px) {
  .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,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.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 .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn: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),
.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 {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn: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 {
  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 {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  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 {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn: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 {
  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,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn 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 .form-control:focus {
  z-index: 3;
}

.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: 6px 12px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 23px;
  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,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  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,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  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 {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.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: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #ef5843;
}
.nav .nav-divider {
  height: 1px;
  margin: 12px 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.448571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.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-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 26px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  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: 768px) {
  .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: -10px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .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: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .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: 12px 10px;
  font-size: 23px;
  line-height: 26px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  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: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 6px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .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: 26px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 5px;
  margin-bottom: 5px;
}
@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: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    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: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 5px;
  margin-bottom: 5px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 12px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -10px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    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: #555;
    background-color: #e7e7e7;
  }
  .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: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.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: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.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: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    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: #fff;
    background-color: #090909;
  }
  .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: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 26px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 26px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.448571429;
  text-decoration: none;
  color: #ef5843;
  background-color: #fff;
  border: 1px solid #ddd;
  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: 2;
  color: #ef5843;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  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: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
}
.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: 16px;
  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: 26px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.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: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

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

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

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

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #ef5843;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 27px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 10px;
  padding-right: 10px;
}
.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: 81px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 26px;
  line-height: 1.448571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  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: #3c3c3b;
}

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

.alert {
  padding: 15px;
  margin-bottom: 26px;
  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: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 26px;
  margin-bottom: 26px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-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-image: -o-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-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 {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-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-image: -o-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-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: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-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-image: -o-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-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: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-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-image: -o-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-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: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-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-image: -o-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-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

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

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  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: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.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: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
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: #3c763d;
  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: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
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: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
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: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
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: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 26px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.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: 3px;
  border-top-left-radius: 3px;
}
.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: 3px;
  border-bottom-left-radius: 3px;
}
.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: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.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: 3px;
  border-top-right-radius: 3px;
}
.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: 3px;
}
.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: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.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: 3px;
  border-bottom-right-radius: 3px;
}
.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: 3px;
}
.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: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 26px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.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 #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  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: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  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: 27px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  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 {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  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.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  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: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.448571429;
  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;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  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: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.448571429;
  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: 18px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  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: 18px;
  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: #fff;
}
.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: #fff;
}
.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: #fff;
}
.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: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  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 {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    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: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  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: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 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: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  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: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -10px;
  }

  .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;
  }
}
/*!
 * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: "Font Awesome 6 Free";
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}

.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-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

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

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

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
.fa-bounce,
.fa-fade,
.fa-beat-fade,
.fa-flip,
.fa-pulse,
.fa-shake,
.fa-spin,
.fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0));
}

.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%;
  z-index: var(--fa-stack-z-index, auto);
}

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

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

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

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

.fa-1::before {
  content: "\31 ";
}

.fa-2::before {
  content: "\32 ";
}

.fa-3::before {
  content: "\33 ";
}

.fa-4::before {
  content: "\34 ";
}

.fa-5::before {
  content: "\35 ";
}

.fa-6::before {
  content: "\36 ";
}

.fa-7::before {
  content: "\37 ";
}

.fa-8::before {
  content: "\38 ";
}

.fa-9::before {
  content: "\39 ";
}

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

.fa-arrows-to-circle::before {
  content: "";
}

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

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

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

.fa-trash-can::before {
  content: "";
}

.fa-trash-alt::before {
  content: "";
}

.fa-text-height::before {
  content: "";
}

.fa-user-xmark::before {
  content: "";
}

.fa-user-times::before {
  content: "";
}

.fa-stethoscope::before {
  content: "";
}

.fa-message::before {
  content: "";
}

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

.fa-info::before {
  content: "";
}

.fa-down-left-and-up-right-to-center::before {
  content: "";
}

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

.fa-explosion::before {
  content: "";
}

.fa-file-lines::before {
  content: "";
}

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

.fa-file-text::before {
  content: "";
}

.fa-wave-square::before {
  content: "";
}

.fa-ring::before {
  content: "";
}

.fa-building-un::before {
  content: "";
}

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

.fa-calendar-days::before {
  content: "";
}

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

.fa-anchor-circle-check::before {
  content: "";
}

.fa-building-circle-arrow-right::before {
  content: "";
}

.fa-volleyball::before {
  content: "";
}

.fa-volleyball-ball::before {
  content: "";
}

.fa-arrows-up-to-line::before {
  content: "";
}

.fa-sort-down::before {
  content: "";
}

.fa-sort-desc::before {
  content: "";
}

.fa-circle-minus::before {
  content: "";
}

.fa-minus-circle::before {
  content: "";
}

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

.fa-right-from-bracket::before {
  content: "";
}

.fa-sign-out-alt::before {
  content: "";
}

.fa-atom::before {
  content: "";
}

.fa-soap::before {
  content: "";
}

.fa-icons::before {
  content: "";
}

.fa-heart-music-camera-bolt::before {
  content: "";
}

.fa-microphone-lines-slash::before {
  content: "";
}

.fa-microphone-alt-slash::before {
  content: "";
}

.fa-bridge-circle-check::before {
  content: "";
}

.fa-pump-medical::before {
  content: "";
}

.fa-fingerprint::before {
  content: "";
}

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

.fa-magnifying-glass-location::before {
  content: "";
}

.fa-search-location::before {
  content: "";
}

.fa-forward-step::before {
  content: "";
}

.fa-step-forward::before {
  content: "";
}

.fa-face-smile-beam::before {
  content: "";
}

.fa-smile-beam::before {
  content: "";
}

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

.fa-football::before {
  content: "";
}

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

.fa-school-circle-exclamation::before {
  content: "";
}

.fa-crop::before {
  content: "";
}

.fa-angles-down::before {
  content: "";
}

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

.fa-users-rectangle::before {
  content: "";
}

.fa-people-roof::before {
  content: "";
}

.fa-people-line::before {
  content: "";
}

.fa-beer-mug-empty::before {
  content: "";
}

.fa-beer::before {
  content: "";
}

.fa-diagram-predecessor::before {
  content: "";
}

.fa-arrow-up-long::before {
  content: "";
}

.fa-long-arrow-up::before {
  content: "";
}

.fa-fire-flame-simple::before {
  content: "";
}

.fa-burn::before {
  content: "";
}

.fa-person::before {
  content: "";
}

.fa-male::before {
  content: "";
}

.fa-laptop::before {
  content: "";
}

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

.fa-menorah::before {
  content: "";
}

.fa-truck-plane::before {
  content: "";
}

.fa-record-vinyl::before {
  content: "";
}

.fa-face-grin-stars::before {
  content: "";
}

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

.fa-bong::before {
  content: "";
}

.fa-spaghetti-monster-flying::before {
  content: "";
}

.fa-pastafarianism::before {
  content: "";
}

.fa-arrow-down-up-across-line::before {
  content: "";
}

.fa-spoon::before {
  content: "";
}

.fa-utensil-spoon::before {
  content: "";
}

.fa-jar-wheat::before {
  content: "";
}

.fa-envelopes-bulk::before {
  content: "";
}

.fa-mail-bulk::before {
  content: "";
}

.fa-file-circle-exclamation::before {
  content: "";
}

.fa-circle-h::before {
  content: "";
}

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

.fa-pager::before {
  content: "";
}

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

.fa-contact-book::before {
  content: "";
}

.fa-strikethrough::before {
  content: "";
}

.fa-k::before {
  content: "K";
}

.fa-landmark-flag::before {
  content: "";
}

.fa-pencil::before {
  content: "";
}

.fa-pencil-alt::before {
  content: "";
}

.fa-backward::before {
  content: "";
}

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

.fa-comments::before {
  content: "";
}

.fa-paste::before {
  content: "";
}

.fa-file-clipboard::before {
  content: "";
}

.fa-code-pull-request::before {
  content: "";
}

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

.fa-truck-ramp-box::before {
  content: "";
}

.fa-truck-loading::before {
  content: "";
}

.fa-user-check::before {
  content: "";
}

.fa-vial-virus::before {
  content: "";
}

.fa-sheet-plastic::before {
  content: "";
}

.fa-blog::before {
  content: "";
}

.fa-user-ninja::before {
  content: "";
}

.fa-person-arrow-up-from-line::before {
  content: "";
}

.fa-scroll-torah::before {
  content: "";
}

.fa-torah::before {
  content: "";
}

.fa-broom-ball::before {
  content: "";
}

.fa-quidditch::before {
  content: "";
}

.fa-quidditch-broom-ball::before {
  content: "";
}

.fa-toggle-off::before {
  content: "";
}

.fa-box-archive::before {
  content: "";
}

.fa-archive::before {
  content: "";
}

.fa-person-drowning::before {
  content: "";
}

.fa-arrow-down-9-1::before {
  content: "";
}

.fa-sort-numeric-desc::before {
  content: "";
}

.fa-sort-numeric-down-alt::before {
  content: "";
}

.fa-face-grin-tongue-squint::before {
  content: "";
}

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

.fa-spray-can::before {
  content: "";
}

.fa-truck-monster::before {
  content: "";
}

.fa-w::before {
  content: "W";
}

.fa-earth-africa::before {
  content: "";
}

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

.fa-rainbow::before {
  content: "";
}

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

.fa-tablet-screen-button::before {
  content: "";
}

.fa-tablet-alt::before {
  content: "";
}

.fa-paw::before {
  content: "";
}

.fa-cloud::before {
  content: "";
}

.fa-trowel-bricks::before {
  content: "";
}

.fa-face-flushed::before {
  content: "";
}

.fa-flushed::before {
  content: "";
}

.fa-hospital-user::before {
  content: "";
}

.fa-tent-arrow-left-right::before {
  content: "";
}

.fa-gavel::before {
  content: "";
}

.fa-legal::before {
  content: "";
}

.fa-binoculars::before {
  content: "";
}

.fa-microphone-slash::before {
  content: "";
}

.fa-box-tissue::before {
  content: "";
}

.fa-motorcycle::before {
  content: "";
}

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

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

.fa-pen-ruler::before {
  content: "";
}

.fa-pencil-ruler::before {
  content: "";
}

.fa-people-arrows::before {
  content: "";
}

.fa-people-arrows-left-right::before {
  content: "";
}

.fa-mars-and-venus-burst::before {
  content: "";
}

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

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

.fa-scissors::before {
  content: "";
}

.fa-cut::before {
  content: "";
}

.fa-sun-plant-wilt::before {
  content: "";
}

.fa-toilets-portable::before {
  content: "";
}

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

.fa-table::before {
  content: "";
}

.fa-magnifying-glass-arrow-right::before {
  content: "";
}

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

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

.fa-users-slash::before {
  content: "";
}

.fa-clover::before {
  content: "";
}

.fa-reply::before {
  content: "";
}

.fa-mail-reply::before {
  content: "";
}

.fa-star-and-crescent::before {
  content: "";
}

.fa-house-fire::before {
  content: "";
}

.fa-square-minus::before {
  content: "";
}

.fa-minus-square::before {
  content: "";
}

.fa-helicopter::before {
  content: "";
}

.fa-compass::before {
  content: "";
}

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

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

.fa-file-circle-question::before {
  content: "";
}

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

.fa-swatchbook::before {
  content: "";
}

.fa-prescription-bottle::before {
  content: "";
}

.fa-bars::before {
  content: "";
}

.fa-navicon::before {
  content: "";
}

.fa-people-group::before {
  content: "";
}

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

.fa-hourglass-3::before {
  content: "";
}

.fa-heart-crack::before {
  content: "";
}

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

.fa-square-up-right::before {
  content: "";
}

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

.fa-face-kiss-beam::before {
  content: "";
}

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

.fa-film::before {
  content: "";
}

.fa-ruler-horizontal::before {
  content: "";
}

.fa-people-robbery::before {
  content: "";
}

.fa-lightbulb::before {
  content: "";
}

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

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

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

.fa-school-circle-xmark::before {
  content: "";
}

.fa-arrow-right-from-bracket::before {
  content: "";
}

.fa-sign-out::before {
  content: "";
}

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

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

.fa-unlock-keyhole::before {
  content: "";
}

.fa-unlock-alt::before {
  content: "";
}

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

.fa-headphones-simple::before {
  content: "";
}

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

.fa-sitemap::before {
  content: "";
}

.fa-circle-dollar-to-slot::before {
  content: "";
}

.fa-donate::before {
  content: "";
}

.fa-memory::before {
  content: "";
}

.fa-road-spikes::before {
  content: "";
}

.fa-fire-burner::before {
  content: "";
}

.fa-flag::before {
  content: "";
}

.fa-hanukiah::before {
  content: "";
}

.fa-feather::before {
  content: "";
}

.fa-volume-low::before {
  content: "";
}

.fa-volume-down::before {
  content: "";
}

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

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

.fa-compress::before {
  content: "";
}

.fa-wheat-awn::before {
  content: "";
}

.fa-wheat-alt::before {
  content: "";
}

.fa-ankh::before {
  content: "";
}

.fa-hands-holding-child::before {
  content: "";
}

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

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

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

.fa-peseta-sign::before {
  content: "";
}

.fa-heading::before {
  content: "";
}

.fa-header::before {
  content: "";
}

.fa-ghost::before {
  content: "";
}

.fa-list::before {
  content: "";
}

.fa-list-squares::before {
  content: "";
}

.fa-square-phone-flip::before {
  content: "";
}

.fa-phone-square-alt::before {
  content: "";
}

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

.fa-gamepad::before {
  content: "";
}

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

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

.fa-face-dizzy::before {
  content: "";
}

.fa-dizzy::before {
  content: "";
}

.fa-egg::before {
  content: "";
}

.fa-house-medical-circle-xmark::before {
  content: "";
}

.fa-campground::before {
  content: "";
}

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

.fa-futbol::before {
  content: "";
}

.fa-futbol-ball::before {
  content: "";
}

.fa-soccer-ball::before {
  content: "";
}

.fa-paintbrush::before {
  content: "";
}

.fa-paint-brush::before {
  content: "";
}

.fa-lock::before {
  content: "";
}

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

.fa-hot-tub-person::before {
  content: "";
}

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

.fa-map-location::before {
  content: "";
}

.fa-map-marked::before {
  content: "";
}

.fa-house-flood-water::before {
  content: "";
}

.fa-tree::before {
  content: "";
}

.fa-bridge-lock::before {
  content: "";
}

.fa-sack-dollar::before {
  content: "";
}

.fa-pen-to-square::before {
  content: "";
}

.fa-edit::before {
  content: "";
}

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

.fa-share-nodes::before {
  content: "";
}

.fa-share-alt::before {
  content: "";
}

.fa-heart-circle-minus::before {
  content: "";
}

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

.fa-hourglass-2::before {
  content: "";
}

.fa-microscope::before {
  content: "";
}

.fa-sink::before {
  content: "";
}

.fa-bag-shopping::before {
  content: "";
}

.fa-shopping-bag::before {
  content: "";
}

.fa-arrow-down-z-a::before {
  content: "";
}

.fa-sort-alpha-desc::before {
  content: "";
}

.fa-sort-alpha-down-alt::before {
  content: "";
}

.fa-mitten::before {
  content: "";
}

.fa-person-rays::before {
  content: "";
}

.fa-users::before {
  content: "";
}

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

.fa-flask-vial::before {
  content: "";
}

.fa-hand::before {
  content: "";
}

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

.fa-om::before {
  content: "";
}

.fa-worm::before {
  content: "";
}

.fa-house-circle-xmark::before {
  content: "";
}

.fa-plug::before {
  content: "";
}

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

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

.fa-stopwatch::before {
  content: "";
}

.fa-face-kiss::before {
  content: "";
}

.fa-kiss::before {
  content: "";
}

.fa-bridge-circle-xmark::before {
  content: "";
}

.fa-face-grin-tongue::before {
  content: "";
}

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

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

.fa-face-grin-wink::before {
  content: "";
}

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

.fa-ear-deaf::before {
  content: "";
}

.fa-deaf::before {
  content: "";
}

.fa-deafness::before {
  content: "";
}

.fa-hard-of-hearing::before {
  content: "";
}

.fa-road-circle-check::before {
  content: "";
}

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

.fa-square-rss::before {
  content: "";
}

.fa-rss-square::before {
  content: "";
}

.fa-land-mine-on::before {
  content: "";
}

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

.fa-stamp::before {
  content: "";
}

.fa-stairs::before {
  content: "";
}

.fa-i::before {
  content: "I";
}

.fa-hryvnia-sign::before {
  content: "";
}

.fa-hryvnia::before {
  content: "";
}

.fa-pills::before {
  content: "";
}

.fa-face-grin-wide::before {
  content: "";
}

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

.fa-tooth::before {
  content: "";
}

.fa-v::before {
  content: "V";
}

.fa-bangladeshi-taka-sign::before {
  content: "";
}

.fa-bicycle::before {
  content: "";
}

.fa-staff-snake::before {
  content: "";
}

.fa-rod-asclepius::before {
  content: "";
}

.fa-rod-snake::before {
  content: "";
}

.fa-staff-aesculapius::before {
  content: "";
}

.fa-head-side-cough-slash::before {
  content: "";
}

.fa-truck-medical::before {
  content: "";
}

.fa-ambulance::before {
  content: "";
}

.fa-wheat-awn-circle-exclamation::before {
  content: "";
}

.fa-snowman::before {
  content: "";
}

.fa-mortar-pestle::before {
  content: "";
}

.fa-road-barrier::before {
  content: "";
}

.fa-school::before {
  content: "";
}

.fa-igloo::before {
  content: "";
}

.fa-joint::before {
  content: "";
}

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

.fa-horse::before {
  content: "";
}

.fa-q::before {
  content: "Q";
}

.fa-g::before {
  content: "G";
}

.fa-notes-medical::before {
  content: "";
}

.fa-temperature-half::before {
  content: "";
}

.fa-temperature-2::before {
  content: "";
}

.fa-thermometer-2::before {
  content: "";
}

.fa-thermometer-half::before {
  content: "";
}

.fa-dong-sign::before {
  content: "";
}

.fa-capsules::before {
  content: "";
}

.fa-poo-storm::before {
  content: "";
}

.fa-poo-bolt::before {
  content: "";
}

.fa-face-frown-open::before {
  content: "";
}

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

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

.fa-money-bill::before {
  content: "";
}

.fa-bookmark::before {
  content: "";
}

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

.fa-umbrella-beach::before {
  content: "";
}

.fa-helmet-un::before {
  content: "";
}

.fa-bullseye::before {
  content: "";
}

.fa-bacon::before {
  content: "";
}

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

.fa-arrow-up-from-bracket::before {
  content: "";
}

.fa-folder::before {
  content: "";
}

.fa-folder-blank::before {
  content: "";
}

.fa-file-waveform::before {
  content: "";
}

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

.fa-radiation::before {
  content: "";
}

.fa-chart-simple::before {
  content: "";
}

.fa-mars-stroke::before {
  content: "";
}

.fa-vial::before {
  content: "";
}

.fa-gauge::before {
  content: "";
}

.fa-dashboard::before {
  content: "";
}

.fa-gauge-med::before {
  content: "";
}

.fa-tachometer-alt-average::before {
  content: "";
}

.fa-wand-magic-sparkles::before {
  content: "";
}

.fa-magic-wand-sparkles::before {
  content: "";
}

.fa-e::before {
  content: "E";
}

.fa-pen-clip::before {
  content: "";
}

.fa-pen-alt::before {
  content: "";
}

.fa-bridge-circle-exclamation::before {
  content: "";
}

.fa-user::before {
  content: "";
}

.fa-school-circle-check::before {
  content: "";
}

.fa-dumpster::before {
  content: "";
}

.fa-van-shuttle::before {
  content: "";
}

.fa-shuttle-van::before {
  content: "";
}

.fa-building-user::before {
  content: "";
}

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

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

.fa-highlighter::before {
  content: "";
}

.fa-key::before {
  content: "";
}

.fa-bullhorn::before {
  content: "";
}

.fa-globe::before {
  content: "";
}

.fa-synagogue::before {
  content: "";
}

.fa-person-half-dress::before {
  content: "";
}

.fa-road-bridge::before {
  content: "";
}

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

.fa-c::before {
  content: "C";
}

.fa-tablet-button::before {
  content: "";
}

.fa-building-lock::before {
  content: "";
}

.fa-pizza-slice::before {
  content: "";
}

.fa-money-bill-wave::before {
  content: "";
}

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

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

.fa-house-flag::before {
  content: "";
}

.fa-person-circle-minus::before {
  content: "";
}

.fa-ban::before {
  content: "";
}

.fa-cancel::before {
  content: "";
}

.fa-camera-rotate::before {
  content: "";
}

.fa-spray-can-sparkles::before {
  content: "";
}

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

.fa-star::before {
  content: "";
}

.fa-repeat::before {
  content: "";
}

.fa-cross::before {
  content: "";
}

.fa-box::before {
  content: "";
}

.fa-venus-mars::before {
  content: "";
}

.fa-arrow-pointer::before {
  content: "";
}

.fa-mouse-pointer::before {
  content: "";
}

.fa-maximize::before {
  content: "";
}

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

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

.fa-shapes::before {
  content: "";
}

.fa-triangle-circle-square::before {
  content: "";
}

.fa-shuffle::before {
  content: "";
}

.fa-random::before {
  content: "";
}

.fa-person-running::before {
  content: "";
}

.fa-running::before {
  content: "";
}

.fa-mobile-retro::before {
  content: "";
}

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

.fa-spider::before {
  content: "";
}

.fa-hands-bound::before {
  content: "";
}

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

.fa-plane-circle-exclamation::before {
  content: "";
}

.fa-x-ray::before {
  content: "";
}

.fa-spell-check::before {
  content: "";
}

.fa-slash::before {
  content: "";
}

.fa-computer-mouse::before {
  content: "";
}

.fa-mouse::before {
  content: "";
}

.fa-arrow-right-to-bracket::before {
  content: "";
}

.fa-sign-in::before {
  content: "";
}

.fa-shop-slash::before {
  content: "";
}

.fa-store-alt-slash::before {
  content: "";
}

.fa-server::before {
  content: "";
}

.fa-virus-covid-slash::before {
  content: "";
}

.fa-shop-lock::before {
  content: "";
}

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

.fa-hourglass-1::before {
  content: "";
}

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

.fa-building-wheat::before {
  content: "";
}

.fa-person-breastfeeding::before {
  content: "";
}

.fa-right-to-bracket::before {
  content: "";
}

.fa-sign-in-alt::before {
  content: "";
}

.fa-venus::before {
  content: "";
}

.fa-passport::before {
  content: "";
}

.fa-heart-pulse::before {
  content: "";
}

.fa-heartbeat::before {
  content: "";
}

.fa-people-carry-box::before {
  content: "";
}

.fa-people-carry::before {
  content: "";
}

.fa-temperature-high::before {
  content: "";
}

.fa-microchip::before {
  content: "";
}

.fa-crown::before {
  content: "";
}

.fa-weight-hanging::before {
  content: "";
}

.fa-xmarks-lines::before {
  content: "";
}

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

.fa-weight-scale::before {
  content: "";
}

.fa-weight::before {
  content: "";
}

.fa-user-group::before {
  content: "";
}

.fa-user-friends::before {
  content: "";
}

.fa-arrow-up-a-z::before {
  content: "";
}

.fa-sort-alpha-up::before {
  content: "";
}

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

.fa-face-laugh-squint::before {
  content: "";
}

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

.fa-wheelchair::before {
  content: "";
}

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

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

.fa-toggle-on::before {
  content: "";
}

.fa-person-walking::before {
  content: "";
}

.fa-walking::before {
  content: "";
}

.fa-l::before {
  content: "L";
}

.fa-fire::before {
  content: "";
}

.fa-bed-pulse::before {
  content: "";
}

.fa-procedures::before {
  content: "";
}

.fa-shuttle-space::before {
  content: "";
}

.fa-space-shuttle::before {
  content: "";
}

.fa-face-laugh::before {
  content: "";
}

.fa-laugh::before {
  content: "";
}

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

.fa-heart-circle-plus::before {
  content: "";
}

.fa-code-fork::before {
  content: "";
}

.fa-city::before {
  content: "";
}

.fa-microphone-lines::before {
  content: "";
}

.fa-microphone-alt::before {
  content: "";
}

.fa-pepper-hot::before {
  content: "";
}

.fa-unlock::before {
  content: "";
}

.fa-colon-sign::before {
  content: "";
}

.fa-headset::before {
  content: "";
}

.fa-store-slash::before {
  content: "";
}

.fa-road-circle-xmark::before {
  content: "";
}

.fa-user-minus::before {
  content: "";
}

.fa-mars-stroke-up::before {
  content: "";
}

.fa-mars-stroke-v::before {
  content: "";
}

.fa-champagne-glasses::before {
  content: "";
}

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

.fa-clipboard::before {
  content: "";
}

.fa-house-circle-exclamation::before {
  content: "";
}

.fa-file-arrow-up::before {
  content: "";
}

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

.fa-wifi::before {
  content: "";
}

.fa-wifi-3::before {
  content: "";
}

.fa-wifi-strong::before {
  content: "";
}

.fa-bath::before {
  content: "";
}

.fa-bathtub::before {
  content: "";
}

.fa-underline::before {
  content: "";
}

.fa-user-pen::before {
  content: "";
}

.fa-user-edit::before {
  content: "";
}

.fa-signature::before {
  content: "";
}

.fa-stroopwafel::before {
  content: "";
}

.fa-bold::before {
  content: "";
}

.fa-anchor-lock::before {
  content: "";
}

.fa-building-ngo::before {
  content: "";
}

.fa-manat-sign::before {
  content: "";
}

.fa-not-equal::before {
  content: "";
}

.fa-border-top-left::before {
  content: "";
}

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

.fa-map-location-dot::before {
  content: "";
}

.fa-map-marked-alt::before {
  content: "";
}

.fa-jedi::before {
  content: "";
}

.fa-square-poll-vertical::before {
  content: "";
}

.fa-poll::before {
  content: "";
}

.fa-mug-hot::before {
  content: "";
}

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

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

.fa-gift::before {
  content: "";
}

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

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

.fa-glasses::before {
  content: "";
}

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

.fa-building-circle-check::before {
  content: "";
}

.fa-person-chalkboard::before {
  content: "";
}

.fa-mars-stroke-right::before {
  content: "";
}

.fa-mars-stroke-h::before {
  content: "";
}

.fa-hand-back-fist::before {
  content: "";
}

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

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

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

.fa-cloud-showers-water::before {
  content: "";
}

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

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

.fa-hands-bubbles::before {
  content: "";
}

.fa-hands-wash::before {
  content: "";
}

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

.fa-train::before {
  content: "";
}

.fa-eye-low-vision::before {
  content: "";
}

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

.fa-crow::before {
  content: "";
}

.fa-sailboat::before {
  content: "";
}

.fa-window-restore::before {
  content: "";
}

.fa-square-plus::before {
  content: "";
}

.fa-plus-square::before {
  content: "";
}

.fa-torii-gate::before {
  content: "";
}

.fa-frog::before {
  content: "";
}

.fa-bucket::before {
  content: "";
}

.fa-image::before {
  content: "";
}

.fa-microphone::before {
  content: "";
}

.fa-cow::before {
  content: "";
}

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

.fa-screwdriver::before {
  content: "";
}

.fa-folder-closed::before {
  content: "";
}

.fa-house-tsunami::before {
  content: "";
}

.fa-square-nfi::before {
  content: "";
}

.fa-arrow-up-from-ground-water::before {
  content: "";
}

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

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

.fa-rotate-left::before {
  content: "";
}

.fa-rotate-back::before {
  content: "";
}

.fa-rotate-backward::before {
  content: "";
}

.fa-undo-alt::before {
  content: "";
}

.fa-table-columns::before {
  content: "";
}

.fa-columns::before {
  content: "";
}

.fa-lemon::before {
  content: "";
}

.fa-head-side-mask::before {
  content: "";
}

.fa-handshake::before {
  content: "";
}

.fa-gem::before {
  content: "";
}

.fa-dolly::before {
  content: "";
}

.fa-dolly-box::before {
  content: "";
}

.fa-smoking::before {
  content: "";
}

.fa-minimize::before {
  content: "";
}

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

.fa-monument::before {
  content: "";
}

.fa-snowplow::before {
  content: "";
}

.fa-angles-right::before {
  content: "";
}

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

.fa-cannabis::before {
  content: "";
}

.fa-circle-play::before {
  content: "";
}

.fa-play-circle::before {
  content: "";
}

.fa-tablets::before {
  content: "";
}

.fa-ethernet::before {
  content: "";
}

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

.fa-eur::before {
  content: "";
}

.fa-euro::before {
  content: "";
}

.fa-chair::before {
  content: "";
}

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

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

.fa-circle-stop::before {
  content: "";
}

.fa-stop-circle::before {
  content: "";
}

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

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

.fa-plate-wheat::before {
  content: "";
}

.fa-icicles::before {
  content: "";
}

.fa-person-shelter::before {
  content: "";
}

.fa-neuter::before {
  content: "";
}

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

.fa-marker::before {
  content: "";
}

.fa-face-laugh-beam::before {
  content: "";
}

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

.fa-helicopter-symbol::before {
  content: "";
}

.fa-universal-access::before {
  content: "";
}

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

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

.fa-lari-sign::before {
  content: "";
}

.fa-volcano::before {
  content: "";
}

.fa-person-walking-dashed-line-arrow-right::before {
  content: "";
}

.fa-sterling-sign::before {
  content: "";
}

.fa-gbp::before {
  content: "";
}

.fa-pound-sign::before {
  content: "";
}

.fa-viruses::before {
  content: "";
}

.fa-square-person-confined::before {
  content: "";
}

.fa-user-tie::before {
  content: "";
}

.fa-arrow-down-long::before {
  content: "";
}

.fa-long-arrow-down::before {
  content: "";
}

.fa-tent-arrow-down-to-line::before {
  content: "";
}

.fa-certificate::before {
  content: "";
}

.fa-reply-all::before {
  content: "";
}

.fa-mail-reply-all::before {
  content: "";
}

.fa-suitcase::before {
  content: "";
}

.fa-person-skating::before {
  content: "";
}

.fa-skating::before {
  content: "";
}

.fa-filter-circle-dollar::before {
  content: "";
}

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

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

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

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

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

.fa-arrow-right-to-file::before {
  content: "";
}

.fa-square-arrow-up-right::before {
  content: "";
}

.fa-external-link-square::before {
  content: "";
}

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

.fa-scroll::before {
  content: "";
}

.fa-spa::before {
  content: "";
}

.fa-location-pin-lock::before {
  content: "";
}

.fa-pause::before {
  content: "";
}

.fa-hill-avalanche::before {
  content: "";
}

.fa-temperature-empty::before {
  content: "";
}

.fa-temperature-0::before {
  content: "";
}

.fa-thermometer-0::before {
  content: "";
}

.fa-thermometer-empty::before {
  content: "";
}

.fa-bomb::before {
  content: "";
}

.fa-registered::before {
  content: "";
}

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

.fa-contact-card::before {
  content: "";
}

.fa-vcard::before {
  content: "";
}

.fa-scale-unbalanced-flip::before {
  content: "";
}

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

.fa-subscript::before {
  content: "";
}

.fa-diamond-turn-right::before {
  content: "";
}

.fa-directions::before {
  content: "";
}

.fa-burst::before {
  content: "";
}

.fa-house-laptop::before {
  content: "";
}

.fa-laptop-house::before {
  content: "";
}

.fa-face-tired::before {
  content: "";
}

.fa-tired::before {
  content: "";
}

.fa-money-bills::before {
  content: "";
}

.fa-smog::before {
  content: "";
}

.fa-crutch::before {
  content: "";
}

.fa-cloud-arrow-up::before {
  content: "";
}

.fa-cloud-upload::before {
  content: "";
}

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

.fa-palette::before {
  content: "";
}

.fa-arrows-turn-right::before {
  content: "";
}

.fa-vest::before {
  content: "";
}

.fa-ferry::before {
  content: "";
}

.fa-arrows-down-to-people::before {
  content: "";
}

.fa-seedling::before {
  content: "";
}

.fa-sprout::before {
  content: "";
}

.fa-left-right::before {
  content: "";
}

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

.fa-boxes-packing::before {
  content: "";
}

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

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

.fa-group-arrows-rotate::before {
  content: "";
}

.fa-bowl-food::before {
  content: "";
}

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

.fa-arrow-down-wide-short::before {
  content: "";
}

.fa-sort-amount-asc::before {
  content: "";
}

.fa-sort-amount-down::before {
  content: "";
}

.fa-cloud-bolt::before {
  content: "";
}

.fa-thunderstorm::before {
  content: "";
}

.fa-text-slash::before {
  content: "";
}

.fa-remove-format::before {
  content: "";
}

.fa-face-smile-wink::before {
  content: "";
}

.fa-smile-wink::before {
  content: "";
}

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

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

.fa-arrows-left-right::before {
  content: "";
}

.fa-arrows-h::before {
  content: "";
}

.fa-house-lock::before {
  content: "";
}

.fa-cloud-arrow-down::before {
  content: "";
}

.fa-cloud-download::before {
  content: "";
}

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

.fa-children::before {
  content: "";
}

.fa-chalkboard::before {
  content: "";
}

.fa-blackboard::before {
  content: "";
}

.fa-user-large-slash::before {
  content: "";
}

.fa-user-alt-slash::before {
  content: "";
}

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

.fa-handshake-simple-slash::before {
  content: "";
}

.fa-handshake-alt-slash::before {
  content: "";
}

.fa-mattress-pillow::before {
  content: "";
}

.fa-guarani-sign::before {
  content: "";
}

.fa-arrows-rotate::before {
  content: "";
}

.fa-refresh::before {
  content: "";
}

.fa-sync::before {
  content: "";
}

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

.fa-cruzeiro-sign::before {
  content: "";
}

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

.fa-shield-halved::before {
  content: "";
}

.fa-shield-alt::before {
  content: "";
}

.fa-book-atlas::before {
  content: "";
}

.fa-atlas::before {
  content: "";
}

.fa-virus::before {
  content: "";
}

.fa-envelope-circle-check::before {
  content: "";
}

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

.fa-arrows-to-dot::before {
  content: "";
}

.fa-archway::before {
  content: "";
}

.fa-heart-circle-check::before {
  content: "";
}

.fa-house-chimney-crack::before {
  content: "";
}

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

.fa-file-zipper::before {
  content: "";
}

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

.fa-square::before {
  content: "";
}

.fa-martini-glass-empty::before {
  content: "";
}

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

.fa-couch::before {
  content: "";
}

.fa-cedi-sign::before {
  content: "";
}

.fa-italic::before {
  content: "";
}

.fa-table-cells-column-lock::before {
  content: "";
}

.fa-church::before {
  content: "";
}

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

.fa-democrat::before {
  content: "";
}

.fa-z::before {
  content: "Z";
}

.fa-person-skiing::before {
  content: "";
}

.fa-skiing::before {
  content: "";
}

.fa-road-lock::before {
  content: "";
}

.fa-a::before {
  content: "A";
}

.fa-temperature-arrow-down::before {
  content: "";
}

.fa-temperature-down::before {
  content: "";
}

.fa-feather-pointed::before {
  content: "";
}

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

.fa-p::before {
  content: "P";
}

.fa-snowflake::before {
  content: "";
}

.fa-newspaper::before {
  content: "";
}

.fa-rectangle-ad::before {
  content: "";
}

.fa-ad::before {
  content: "";
}

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

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

.fa-filter-circle-xmark::before {
  content: "";
}

.fa-locust::before {
  content: "";
}

.fa-sort::before {
  content: "";
}

.fa-unsorted::before {
  content: "";
}

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

.fa-list-1-2::before {
  content: "";
}

.fa-list-numeric::before {
  content: "";
}

.fa-person-dress-burst::before {
  content: "";
}

.fa-money-check-dollar::before {
  content: "";
}

.fa-money-check-alt::before {
  content: "";
}

.fa-vector-square::before {
  content: "";
}

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

.fa-language::before {
  content: "";
}

.fa-face-kiss-wink-heart::before {
  content: "";
}

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

.fa-filter::before {
  content: "";
}

.fa-question::before {
  content: "\?";
}

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

.fa-up-down-left-right::before {
  content: "";
}

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

.fa-house-chimney-user::before {
  content: "";
}

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

.fa-puzzle-piece::before {
  content: "";
}

.fa-money-check::before {
  content: "";
}

.fa-star-half-stroke::before {
  content: "";
}

.fa-star-half-alt::before {
  content: "";
}

.fa-code::before {
  content: "";
}

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

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

.fa-building-circle-exclamation::before {
  content: "";
}

.fa-magnifying-glass-chart::before {
  content: "";
}

.fa-arrow-up-right-from-square::before {
  content: "";
}

.fa-external-link::before {
  content: "";
}

.fa-cubes-stacked::before {
  content: "";
}

.fa-won-sign::before {
  content: "";
}

.fa-krw::before {
  content: "";
}

.fa-won::before {
  content: "";
}

.fa-virus-covid::before {
  content: "";
}

.fa-austral-sign::before {
  content: "";
}

.fa-f::before {
  content: "F";
}

.fa-leaf::before {
  content: "";
}

.fa-road::before {
  content: "";
}

.fa-taxi::before {
  content: "";
}

.fa-cab::before {
  content: "";
}

.fa-person-circle-plus::before {
  content: "";
}

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

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

.fa-bolt-lightning::before {
  content: "";
}

.fa-sack-xmark::before {
  content: "";
}

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

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

.fa-fish-fins::before {
  content: "";
}

.fa-building-flag::before {
  content: "";
}

.fa-face-grin-beam::before {
  content: "";
}

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

.fa-object-ungroup::before {
  content: "";
}

.fa-poop::before {
  content: "";
}

.fa-location-pin::before {
  content: "";
}

.fa-map-marker::before {
  content: "";
}

.fa-kaaba::before {
  content: "";
}

.fa-toilet-paper::before {
  content: "";
}

.fa-helmet-safety::before {
  content: "";
}

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

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

.fa-eject::before {
  content: "";
}

.fa-circle-right::before {
  content: "";
}

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

.fa-plane-circle-check::before {
  content: "";
}

.fa-face-rolling-eyes::before {
  content: "";
}

.fa-meh-rolling-eyes::before {
  content: "";
}

.fa-object-group::before {
  content: "";
}

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

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

.fa-mask-ventilator::before {
  content: "";
}

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

.fa-signs-post::before {
  content: "";
}

.fa-map-signs::before {
  content: "";
}

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

.fa-person-circle-question::before {
  content: "";
}

.fa-h::before {
  content: "H";
}

.fa-tarp::before {
  content: "";
}

.fa-screwdriver-wrench::before {
  content: "";
}

.fa-tools::before {
  content: "";
}

.fa-arrows-to-eye::before {
  content: "";
}

.fa-plug-circle-bolt::before {
  content: "";
}

.fa-heart::before {
  content: "";
}

.fa-mars-and-venus::before {
  content: "";
}

.fa-house-user::before {
  content: "";
}

.fa-home-user::before {
  content: "";
}

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

.fa-house-crack::before {
  content: "";
}

.fa-martini-glass-citrus::before {
  content: "";
}

.fa-cocktail::before {
  content: "";
}

.fa-face-surprise::before {
  content: "";
}

.fa-surprise::before {
  content: "";
}

.fa-bottle-water::before {
  content: "";
}

.fa-circle-pause::before {
  content: "";
}

.fa-pause-circle::before {
  content: "";
}

.fa-toilet-paper-slash::before {
  content: "";
}

.fa-apple-whole::before {
  content: "";
}

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

.fa-kitchen-set::before {
  content: "";
}

.fa-r::before {
  content: "R";
}

.fa-temperature-quarter::before {
  content: "";
}

.fa-temperature-1::before {
  content: "";
}

.fa-thermometer-1::before {
  content: "";
}

.fa-thermometer-quarter::before {
  content: "";
}

.fa-cube::before {
  content: "";
}

.fa-bitcoin-sign::before {
  content: "";
}

.fa-shield-dog::before {
  content: "";
}

.fa-solar-panel::before {
  content: "";
}

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

.fa-elevator::before {
  content: "";
}

.fa-money-bill-transfer::before {
  content: "";
}

.fa-money-bill-trend-up::before {
  content: "";
}

.fa-house-flood-water-circle-arrow-right::before {
  content: "";
}

.fa-square-poll-horizontal::before {
  content: "";
}

.fa-poll-h::before {
  content: "";
}

.fa-circle::before {
  content: "";
}

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

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

.fa-recycle::before {
  content: "";
}

.fa-user-astronaut::before {
  content: "";
}

.fa-plane-slash::before {
  content: "";
}

.fa-trademark::before {
  content: "";
}

.fa-basketball::before {
  content: "";
}

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

.fa-satellite-dish::before {
  content: "";
}

.fa-circle-up::before {
  content: "";
}

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

.fa-mobile-screen-button::before {
  content: "";
}

.fa-mobile-alt::before {
  content: "";
}

.fa-volume-high::before {
  content: "";
}

.fa-volume-up::before {
  content: "";
}

.fa-users-rays::before {
  content: "";
}

.fa-wallet::before {
  content: "";
}

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

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

.fa-burger::before {
  content: "";
}

.fa-hamburger::before {
  content: "";
}

.fa-wrench::before {
  content: "";
}

.fa-bugs::before {
  content: "";
}

.fa-rupee-sign::before {
  content: "";
}

.fa-rupee::before {
  content: "";
}

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

.fa-circle-question::before {
  content: "";
}

.fa-question-circle::before {
  content: "";
}

.fa-plane-departure::before {
  content: "";
}

.fa-handshake-slash::before {
  content: "";
}

.fa-book-bookmark::before {
  content: "";
}

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

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

.fa-bridge::before {
  content: "";
}

.fa-phone-flip::before {
  content: "";
}

.fa-phone-alt::before {
  content: "";
}

.fa-truck-front::before {
  content: "";
}

.fa-cat::before {
  content: "";
}

.fa-anchor-circle-exclamation::before {
  content: "";
}

.fa-truck-field::before {
  content: "";
}

.fa-route::before {
  content: "";
}

.fa-clipboard-question::before {
  content: "";
}

.fa-panorama::before {
  content: "";
}

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

.fa-teeth-open::before {
  content: "";
}

.fa-file-circle-minus::before {
  content: "";
}

.fa-tags::before {
  content: "";
}

.fa-wine-glass::before {
  content: "";
}

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

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

.fa-face-meh-blank::before {
  content: "";
}

.fa-meh-blank::before {
  content: "";
}

.fa-square-parking::before {
  content: "";
}

.fa-parking::before {
  content: "";
}

.fa-house-signal::before {
  content: "";
}

.fa-bars-progress::before {
  content: "";
}

.fa-tasks-alt::before {
  content: "";
}

.fa-faucet-drip::before {
  content: "";
}

.fa-cart-flatbed::before {
  content: "";
}

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

.fa-ban-smoking::before {
  content: "";
}

.fa-smoking-ban::before {
  content: "";
}

.fa-terminal::before {
  content: "";
}

.fa-mobile-button::before {
  content: "";
}

.fa-house-medical-flag::before {
  content: "";
}

.fa-basket-shopping::before {
  content: "";
}

.fa-shopping-basket::before {
  content: "";
}

.fa-tape::before {
  content: "";
}

.fa-bus-simple::before {
  content: "";
}

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

.fa-eye::before {
  content: "";
}

.fa-face-sad-cry::before {
  content: "";
}

.fa-sad-cry::before {
  content: "";
}

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

.fa-person-military-to-person::before {
  content: "";
}

.fa-file-shield::before {
  content: "";
}

.fa-user-slash::before {
  content: "";
}

.fa-pen::before {
  content: "";
}

.fa-tower-observation::before {
  content: "";
}

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

.fa-signal::before {
  content: "";
}

.fa-signal-5::before {
  content: "";
}

.fa-signal-perfect::before {
  content: "";
}

.fa-bus::before {
  content: "";
}

.fa-heart-circle-xmark::before {
  content: "";
}

.fa-house-chimney::before {
  content: "";
}

.fa-home-lg::before {
  content: "";
}

.fa-window-maximize::before {
  content: "";
}

.fa-face-frown::before {
  content: "";
}

.fa-frown::before {
  content: "";
}

.fa-prescription::before {
  content: "";
}

.fa-shop::before {
  content: "";
}

.fa-store-alt::before {
  content: "";
}

.fa-floppy-disk::before {
  content: "";
}

.fa-save::before {
  content: "";
}

.fa-vihara::before {
  content: "";
}

.fa-scale-unbalanced::before {
  content: "";
}

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

.fa-sort-up::before {
  content: "";
}

.fa-sort-asc::before {
  content: "";
}

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

.fa-commenting::before {
  content: "";
}

.fa-plant-wilt::before {
  content: "";
}

.fa-diamond::before {
  content: "";
}

.fa-face-grin-squint::before {
  content: "";
}

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

.fa-hand-holding-dollar::before {
  content: "";
}

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

.fa-bacterium::before {
  content: "";
}

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

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

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

.fa-hands-praying::before {
  content: "";
}

.fa-praying-hands::before {
  content: "";
}

.fa-arrow-rotate-right::before {
  content: "";
}

.fa-arrow-right-rotate::before {
  content: "";
}

.fa-arrow-rotate-forward::before {
  content: "";
}

.fa-redo::before {
  content: "";
}

.fa-biohazard::before {
  content: "";
}

.fa-location-crosshairs::before {
  content: "";
}

.fa-location::before {
  content: "";
}

.fa-mars-double::before {
  content: "";
}

.fa-child-dress::before {
  content: "";
}

.fa-users-between-lines::before {
  content: "";
}

.fa-lungs-virus::before {
  content: "";
}

.fa-face-grin-tears::before {
  content: "";
}

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

.fa-phone::before {
  content: "";
}

.fa-calendar-xmark::before {
  content: "";
}

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

.fa-child-reaching::before {
  content: "";
}

.fa-head-side-virus::before {
  content: "";
}

.fa-user-gear::before {
  content: "";
}

.fa-user-cog::before {
  content: "";
}

.fa-arrow-up-1-9::before {
  content: "";
}

.fa-sort-numeric-up::before {
  content: "";
}

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

.fa-shield-virus::before {
  content: "";
}

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

.fa-mosquito-net::before {
  content: "";
}

.fa-bridge-water::before {
  content: "";
}

.fa-person-booth::before {
  content: "";
}

.fa-text-width::before {
  content: "";
}

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

.fa-pen-fancy::before {
  content: "";
}

.fa-person-digging::before {
  content: "";
}

.fa-digging::before {
  content: "";
}

.fa-trash::before {
  content: "";
}

.fa-gauge-simple::before {
  content: "";
}

.fa-gauge-simple-med::before {
  content: "";
}

.fa-tachometer-average::before {
  content: "";
}

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

.fa-poo::before {
  content: "";
}

.fa-quote-right::before {
  content: "";
}

.fa-quote-right-alt::before {
  content: "";
}

.fa-shirt::before {
  content: "";
}

.fa-t-shirt::before {
  content: "";
}

.fa-tshirt::before {
  content: "";
}

.fa-cubes::before {
  content: "";
}

.fa-divide::before {
  content: "";
}

.fa-tenge-sign::before {
  content: "";
}

.fa-tenge::before {
  content: "";
}

.fa-headphones::before {
  content: "";
}

.fa-hands-holding::before {
  content: "";
}

.fa-hands-clapping::before {
  content: "";
}

.fa-republican::before {
  content: "";
}

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

.fa-person-circle-xmark::before {
  content: "";
}

.fa-ruler::before {
  content: "";
}

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

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

.fa-restroom::before {
  content: "";
}

.fa-j::before {
  content: "J";
}

.fa-users-viewfinder::before {
  content: "";
}

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

.fa-up-right-from-square::before {
  content: "";
}

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

.fa-table-cells::before {
  content: "";
}

.fa-th::before {
  content: "";
}

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

.fa-book-bible::before {
  content: "";
}

.fa-bible::before {
  content: "";
}

.fa-o::before {
  content: "O";
}

.fa-suitcase-medical::before {
  content: "";
}

.fa-medkit::before {
  content: "";
}

.fa-user-secret::before {
  content: "";
}

.fa-otter::before {
  content: "";
}

.fa-person-dress::before {
  content: "";
}

.fa-female::before {
  content: "";
}

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

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

.fa-briefcase-clock::before {
  content: "";
}

.fa-table-cells-large::before {
  content: "";
}

.fa-th-large::before {
  content: "";
}

.fa-book-tanakh::before {
  content: "";
}

.fa-tanakh::before {
  content: "";
}

.fa-phone-volume::before {
  content: "";
}

.fa-volume-control-phone::before {
  content: "";
}

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

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

.fa-child::before {
  content: "";
}

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

.fa-satellite::before {
  content: "";
}

.fa-plane-lock::before {
  content: "";
}

.fa-tag::before {
  content: "";
}

.fa-comment::before {
  content: "";
}

.fa-cake-candles::before {
  content: "";
}

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

.fa-cake::before {
  content: "";
}

.fa-envelope::before {
  content: "";
}

.fa-angles-up::before {
  content: "";
}

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

.fa-paperclip::before {
  content: "";
}

.fa-arrow-right-to-city::before {
  content: "";
}

.fa-ribbon::before {
  content: "";
}

.fa-lungs::before {
  content: "";
}

.fa-arrow-up-9-1::before {
  content: "";
}

.fa-sort-numeric-up-alt::before {
  content: "";
}

.fa-litecoin-sign::before {
  content: "";
}

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

.fa-circle-nodes::before {
  content: "";
}

.fa-parachute-box::before {
  content: "";
}

.fa-indent::before {
  content: "";
}

.fa-truck-field-un::before {
  content: "";
}

.fa-hourglass::before {
  content: "";
}

.fa-hourglass-empty::before {
  content: "";
}

.fa-mountain::before {
  content: "";
}

.fa-user-doctor::before {
  content: "";
}

.fa-user-md::before {
  content: "";
}

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

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

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

.fa-camera::before {
  content: "";
}

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

.fa-square-virus::before {
  content: "";
}

.fa-meteor::before {
  content: "";
}

.fa-car-on::before {
  content: "";
}

.fa-sleigh::before {
  content: "";
}

.fa-arrow-down-1-9::before {
  content: "";
}

.fa-sort-numeric-asc::before {
  content: "";
}

.fa-sort-numeric-down::before {
  content: "";
}

.fa-hand-holding-droplet::before {
  content: "";
}

.fa-hand-holding-water::before {
  content: "";
}

.fa-water::before {
  content: "";
}

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

.fa-braille::before {
  content: "";
}

.fa-prescription-bottle-medical::before {
  content: "";
}

.fa-prescription-bottle-alt::before {
  content: "";
}

.fa-landmark::before {
  content: "";
}

.fa-truck::before {
  content: "";
}

.fa-crosshairs::before {
  content: "";
}

.fa-person-cane::before {
  content: "";
}

.fa-tent::before {
  content: "";
}

.fa-vest-patches::before {
  content: "";
}

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

.fa-arrow-down-a-z::before {
  content: "";
}

.fa-sort-alpha-asc::before {
  content: "";
}

.fa-sort-alpha-down::before {
  content: "";
}

.fa-money-bill-wheat::before {
  content: "";
}

.fa-cookie::before {
  content: "";
}

.fa-arrow-rotate-left::before {
  content: "";
}

.fa-arrow-left-rotate::before {
  content: "";
}

.fa-arrow-rotate-back::before {
  content: "";
}

.fa-arrow-rotate-backward::before {
  content: "";
}

.fa-undo::before {
  content: "";
}

.fa-hard-drive::before {
  content: "";
}

.fa-hdd::before {
  content: "";
}

.fa-face-grin-squint-tears::before {
  content: "";
}

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

.fa-dumbbell::before {
  content: "";
}

.fa-rectangle-list::before {
  content: "";
}

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

.fa-tarp-droplet::before {
  content: "";
}

.fa-house-medical-circle-check::before {
  content: "";
}

.fa-person-skiing-nordic::before {
  content: "";
}

.fa-skiing-nordic::before {
  content: "";
}

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

.fa-plane-arrival::before {
  content: "";
}

.fa-circle-left::before {
  content: "";
}

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

.fa-train-subway::before {
  content: "";
}

.fa-subway::before {
  content: "";
}

.fa-chart-gantt::before {
  content: "";
}

.fa-indian-rupee-sign::before {
  content: "";
}

.fa-indian-rupee::before {
  content: "";
}

.fa-inr::before {
  content: "";
}

.fa-crop-simple::before {
  content: "";
}

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

.fa-money-bill-1::before {
  content: "";
}

.fa-money-bill-alt::before {
  content: "";
}

.fa-left-long::before {
  content: "";
}

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

.fa-dna::before {
  content: "";
}

.fa-virus-slash::before {
  content: "";
}

.fa-minus::before {
  content: "";
}

.fa-subtract::before {
  content: "";
}

.fa-chess::before {
  content: "";
}

.fa-arrow-left-long::before {
  content: "";
}

.fa-long-arrow-left::before {
  content: "";
}

.fa-plug-circle-check::before {
  content: "";
}

.fa-street-view::before {
  content: "";
}

.fa-franc-sign::before {
  content: "";
}

.fa-volume-off::before {
  content: "";
}

.fa-hands-asl-interpreting::before {
  content: "";
}

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

.fa-asl-interpreting::before {
  content: "";
}

.fa-hands-american-sign-language-interpreting::before {
  content: "";
}

.fa-gear::before {
  content: "";
}

.fa-cog::before {
  content: "";
}

.fa-droplet-slash::before {
  content: "";
}

.fa-tint-slash::before {
  content: "";
}

.fa-mosque::before {
  content: "";
}

.fa-mosquito::before {
  content: "";
}

.fa-star-of-david::before {
  content: "";
}

.fa-person-military-rifle::before {
  content: "";
}

.fa-cart-shopping::before {
  content: "";
}

.fa-shopping-cart::before {
  content: "";
}

.fa-vials::before {
  content: "";
}

.fa-plug-circle-plus::before {
  content: "";
}

.fa-place-of-worship::before {
  content: "";
}

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

.fa-arrow-turn-up::before {
  content: "";
}

.fa-level-up::before {
  content: "";
}

.fa-u::before {
  content: "U";
}

.fa-square-root-variable::before {
  content: "";
}

.fa-square-root-alt::before {
  content: "";
}

.fa-clock::before {
  content: "";
}

.fa-clock-four::before {
  content: "";
}

.fa-backward-step::before {
  content: "";
}

.fa-step-backward::before {
  content: "";
}

.fa-pallet::before {
  content: "";
}

.fa-faucet::before {
  content: "";
}

.fa-baseball-bat-ball::before {
  content: "";
}

.fa-s::before {
  content: "S";
}

.fa-timeline::before {
  content: "";
}

.fa-keyboard::before {
  content: "";
}

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

.fa-house-chimney-medical::before {
  content: "";
}

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

.fa-temperature-three-quarters::before {
  content: "";
}

.fa-temperature-3::before {
  content: "";
}

.fa-thermometer-3::before {
  content: "";
}

.fa-thermometer-three-quarters::before {
  content: "";
}

.fa-mobile-screen::before {
  content: "";
}

.fa-mobile-android-alt::before {
  content: "";
}

.fa-plane-up::before {
  content: "";
}

.fa-piggy-bank::before {
  content: "";
}

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

.fa-battery-3::before {
  content: "";
}

.fa-mountain-city::before {
  content: "";
}

.fa-coins::before {
  content: "";
}

.fa-khanda::before {
  content: "";
}

.fa-sliders::before {
  content: "";
}

.fa-sliders-h::before {
  content: "";
}

.fa-folder-tree::before {
  content: "";
}

.fa-network-wired::before {
  content: "";
}

.fa-map-pin::before {
  content: "";
}

.fa-hamsa::before {
  content: "";
}

.fa-cent-sign::before {
  content: "";
}

.fa-flask::before {
  content: "";
}

.fa-person-pregnant::before {
  content: "";
}

.fa-wand-sparkles::before {
  content: "";
}

.fa-ellipsis-vertical::before {
  content: "";
}

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

.fa-ticket::before {
  content: "";
}

.fa-power-off::before {
  content: "";
}

.fa-right-long::before {
  content: "";
}

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

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

.fa-laptop-file::before {
  content: "";
}

.fa-tty::before {
  content: "";
}

.fa-teletype::before {
  content: "";
}

.fa-diagram-next::before {
  content: "";
}

.fa-person-rifle::before {
  content: "";
}

.fa-house-medical-circle-exclamation::before {
  content: "";
}

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

.fa-person-hiking::before {
  content: "";
}

.fa-hiking::before {
  content: "";
}

.fa-venus-double::before {
  content: "";
}

.fa-images::before {
  content: "";
}

.fa-calculator::before {
  content: "";
}

.fa-people-pulling::before {
  content: "";
}

.fa-n::before {
  content: "N";
}

.fa-cable-car::before {
  content: "";
}

.fa-tram::before {
  content: "";
}

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

.fa-building-circle-xmark::before {
  content: "";
}

.fa-ship::before {
  content: "";
}

.fa-arrows-down-to-line::before {
  content: "";
}

.fa-download::before {
  content: "";
}

.fa-face-grin::before {
  content: "";
}

.fa-grin::before {
  content: "";
}

.fa-delete-left::before {
  content: "";
}

.fa-backspace::before {
  content: "";
}

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

.fa-eye-dropper-empty::before {
  content: "";
}

.fa-eyedropper::before {
  content: "";
}

.fa-file-circle-check::before {
  content: "";
}

.fa-forward::before {
  content: "";
}

.fa-mobile::before {
  content: "";
}

.fa-mobile-android::before {
  content: "";
}

.fa-mobile-phone::before {
  content: "";
}

.fa-face-meh::before {
  content: "";
}

.fa-meh::before {
  content: "";
}

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

.fa-book-skull::before {
  content: "";
}

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

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

.fa-drivers-license::before {
  content: "";
}

.fa-outdent::before {
  content: "";
}

.fa-dedent::before {
  content: "";
}

.fa-heart-circle-exclamation::before {
  content: "";
}

.fa-house::before {
  content: "";
}

.fa-home::before {
  content: "";
}

.fa-home-alt::before {
  content: "";
}

.fa-home-lg-alt::before {
  content: "";
}

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

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

.fa-b::before {
  content: "B";
}

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

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

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

.fa-arrow-right-arrow-left::before {
  content: "";
}

.fa-exchange::before {
  content: "";
}

.fa-rotate-right::before {
  content: "";
}

.fa-redo-alt::before {
  content: "";
}

.fa-rotate-forward::before {
  content: "";
}

.fa-utensils::before {
  content: "";
}

.fa-cutlery::before {
  content: "";
}

.fa-arrow-up-wide-short::before {
  content: "";
}

.fa-sort-amount-up::before {
  content: "";
}

.fa-mill-sign::before {
  content: "";
}

.fa-bowl-rice::before {
  content: "";
}

.fa-skull::before {
  content: "";
}

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

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

.fa-truck-pickup::before {
  content: "";
}

.fa-up-long::before {
  content: "";
}

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

.fa-stop::before {
  content: "";
}

.fa-code-merge::before {
  content: "";
}

.fa-upload::before {
  content: "";
}

.fa-hurricane::before {
  content: "";
}

.fa-mound::before {
  content: "";
}

.fa-toilet-portable::before {
  content: "";
}

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

.fa-file-arrow-down::before {
  content: "";
}

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

.fa-caravan::before {
  content: "";
}

.fa-shield-cat::before {
  content: "";
}

.fa-bolt::before {
  content: "";
}

.fa-zap::before {
  content: "";
}

.fa-glass-water::before {
  content: "";
}

.fa-oil-well::before {
  content: "";
}

.fa-vault::before {
  content: "";
}

.fa-mars::before {
  content: "";
}

.fa-toilet::before {
  content: "";
}

.fa-plane-circle-xmark::before {
  content: "";
}

.fa-yen-sign::before {
  content: "";
}

.fa-cny::before {
  content: "";
}

.fa-jpy::before {
  content: "";
}

.fa-rmb::before {
  content: "";
}

.fa-yen::before {
  content: "";
}

.fa-ruble-sign::before {
  content: "";
}

.fa-rouble::before {
  content: "";
}

.fa-rub::before {
  content: "";
}

.fa-ruble::before {
  content: "";
}

.fa-sun::before {
  content: "";
}

.fa-guitar::before {
  content: "";
}

.fa-face-laugh-wink::before {
  content: "";
}

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

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

.fa-bore-hole::before {
  content: "";
}

.fa-industry::before {
  content: "";
}

.fa-circle-down::before {
  content: "";
}

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

.fa-arrows-turn-to-dots::before {
  content: "";
}

.fa-florin-sign::before {
  content: "";
}

.fa-arrow-down-short-wide::before {
  content: "";
}

.fa-sort-amount-desc::before {
  content: "";
}

.fa-sort-amount-down-alt::before {
  content: "";
}

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

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

.fa-car-tunnel::before {
  content: "";
}

.fa-head-side-cough::before {
  content: "";
}

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

.fa-thumbs-down::before {
  content: "";
}

.fa-user-lock::before {
  content: "";
}

.fa-arrow-right-long::before {
  content: "";
}

.fa-long-arrow-right::before {
  content: "";
}

.fa-anchor-circle-xmark::before {
  content: "";
}

.fa-ellipsis::before {
  content: "";
}

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

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

.fa-kit-medical::before {
  content: "";
}

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

.fa-person-through-window::before {
  content: "";
}

.fa-toolbox::before {
  content: "";
}

.fa-hands-holding-circle::before {
  content: "";
}

.fa-bug::before {
  content: "";
}

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

.fa-credit-card-alt::before {
  content: "";
}

.fa-car::before {
  content: "";
}

.fa-automobile::before {
  content: "";
}

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

.fa-book-open-reader::before {
  content: "";
}

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

.fa-mountain-sun::before {
  content: "";
}

.fa-arrows-left-right-to-line::before {
  content: "";
}

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

.fa-truck-droplet::before {
  content: "";
}

.fa-file-circle-xmark::before {
  content: "";
}

.fa-temperature-arrow-up::before {
  content: "";
}

.fa-temperature-up::before {
  content: "";
}

.fa-medal::before {
  content: "";
}

.fa-bed::before {
  content: "";
}

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

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

.fa-podcast::before {
  content: "";
}

.fa-temperature-full::before {
  content: "";
}

.fa-temperature-4::before {
  content: "";
}

.fa-thermometer-4::before {
  content: "";
}

.fa-thermometer-full::before {
  content: "";
}

.fa-bell::before {
  content: "";
}

.fa-superscript::before {
  content: "";
}

.fa-plug-circle-xmark::before {
  content: "";
}

.fa-star-of-life::before {
  content: "";
}

.fa-phone-slash::before {
  content: "";
}

.fa-paint-roller::before {
  content: "";
}

.fa-handshake-angle::before {
  content: "";
}

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

.fa-location-dot::before {
  content: "";
}

.fa-map-marker-alt::before {
  content: "";
}

.fa-file::before {
  content: "";
}

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

.fa-person-swimming::before {
  content: "";
}

.fa-swimmer::before {
  content: "";
}

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

.fa-droplet::before {
  content: "";
}

.fa-tint::before {
  content: "";
}

.fa-eraser::before {
  content: "";
}

.fa-earth-americas::before {
  content: "";
}

.fa-earth::before {
  content: "";
}

.fa-earth-america::before {
  content: "";
}

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

.fa-person-burst::before {
  content: "";
}

.fa-dove::before {
  content: "";
}

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

.fa-battery-0::before {
  content: "";
}

.fa-socks::before {
  content: "";
}

.fa-inbox::before {
  content: "";
}

.fa-section::before {
  content: "";
}

.fa-gauge-high::before {
  content: "";
}

.fa-tachometer-alt::before {
  content: "";
}

.fa-tachometer-alt-fast::before {
  content: "";
}

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

.fa-hospital::before {
  content: "";
}

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

.fa-hospital-wide::before {
  content: "";
}

.fa-wine-bottle::before {
  content: "";
}

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

.fa-bars-staggered::before {
  content: "";
}

.fa-reorder::before {
  content: "";
}

.fa-stream::before {
  content: "";
}

.fa-dharmachakra::before {
  content: "";
}

.fa-hotdog::before {
  content: "";
}

.fa-person-walking-with-cane::before {
  content: "";
}

.fa-blind::before {
  content: "";
}

.fa-drum::before {
  content: "";
}

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

.fa-heart-circle-bolt::before {
  content: "";
}

.fa-fax::before {
  content: "";
}

.fa-paragraph::before {
  content: "";
}

.fa-check-to-slot::before {
  content: "";
}

.fa-vote-yea::before {
  content: "";
}

.fa-star-half::before {
  content: "";
}

.fa-boxes-stacked::before {
  content: "";
}

.fa-boxes::before {
  content: "";
}

.fa-boxes-alt::before {
  content: "";
}

.fa-link::before {
  content: "";
}

.fa-chain::before {
  content: "";
}

.fa-ear-listen::before {
  content: "";
}

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

.fa-tree-city::before {
  content: "";
}

.fa-play::before {
  content: "";
}

.fa-font::before {
  content: "";
}

.fa-table-cells-row-lock::before {
  content: "";
}

.fa-rupiah-sign::before {
  content: "";
}

.fa-magnifying-glass::before {
  content: "";
}

.fa-search::before {
  content: "";
}

.fa-table-tennis-paddle-ball::before {
  content: "";
}

.fa-ping-pong-paddle-ball::before {
  content: "";
}

.fa-table-tennis::before {
  content: "";
}

.fa-person-dots-from-line::before {
  content: "";
}

.fa-diagnoses::before {
  content: "";
}

.fa-trash-can-arrow-up::before {
  content: "";
}

.fa-trash-restore-alt::before {
  content: "";
}

.fa-naira-sign::before {
  content: "";
}

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

.fa-walkie-talkie::before {
  content: "";
}

.fa-file-pen::before {
  content: "";
}

.fa-file-edit::before {
  content: "";
}

.fa-receipt::before {
  content: "";
}

.fa-square-pen::before {
  content: "";
}

.fa-pen-square::before {
  content: "";
}

.fa-pencil-square::before {
  content: "";
}

.fa-suitcase-rolling::before {
  content: "";
}

.fa-person-circle-exclamation::before {
  content: "";
}

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

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

.fa-battery::before {
  content: "";
}

.fa-battery-5::before {
  content: "";
}

.fa-skull-crossbones::before {
  content: "";
}

.fa-code-compare::before {
  content: "";
}

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

.fa-list-dots::before {
  content: "";
}

.fa-school-lock::before {
  content: "";
}

.fa-tower-cell::before {
  content: "";
}

.fa-down-long::before {
  content: "";
}

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

.fa-ranking-star::before {
  content: "";
}

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

.fa-person-harassing::before {
  content: "";
}

.fa-brazilian-real-sign::before {
  content: "";
}

.fa-landmark-dome::before {
  content: "";
}

.fa-landmark-alt::before {
  content: "";
}

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

.fa-tv::before {
  content: "";
}

.fa-television::before {
  content: "";
}

.fa-tv-alt::before {
  content: "";
}

.fa-shrimp::before {
  content: "";
}

.fa-list-check::before {
  content: "";
}

.fa-tasks::before {
  content: "";
}

.fa-jug-detergent::before {
  content: "";
}

.fa-circle-user::before {
  content: "";
}

.fa-user-circle::before {
  content: "";
}

.fa-user-shield::before {
  content: "";
}

.fa-wind::before {
  content: "";
}

.fa-car-burst::before {
  content: "";
}

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

.fa-y::before {
  content: "Y";
}

.fa-person-snowboarding::before {
  content: "";
}

.fa-snowboarding::before {
  content: "";
}

.fa-truck-fast::before {
  content: "";
}

.fa-shipping-fast::before {
  content: "";
}

.fa-fish::before {
  content: "";
}

.fa-user-graduate::before {
  content: "";
}

.fa-circle-half-stroke::before {
  content: "";
}

.fa-adjust::before {
  content: "";
}

.fa-clapperboard::before {
  content: "";
}

.fa-circle-radiation::before {
  content: "";
}

.fa-radiation-alt::before {
  content: "";
}

.fa-baseball::before {
  content: "";
}

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

.fa-jet-fighter-up::before {
  content: "";
}

.fa-diagram-project::before {
  content: "";
}

.fa-project-diagram::before {
  content: "";
}

.fa-copy::before {
  content: "";
}

.fa-volume-xmark::before {
  content: "";
}

.fa-volume-mute::before {
  content: "";
}

.fa-volume-times::before {
  content: "";
}

.fa-hand-sparkles::before {
  content: "";
}

.fa-grip::before {
  content: "";
}

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

.fa-share-from-square::before {
  content: "";
}

.fa-share-square::before {
  content: "";
}

.fa-child-combatant::before {
  content: "";
}

.fa-child-rifle::before {
  content: "";
}

.fa-gun::before {
  content: "";
}

.fa-square-phone::before {
  content: "";
}

.fa-phone-square::before {
  content: "";
}

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

.fa-add::before {
  content: "\+";
}

.fa-expand::before {
  content: "";
}

.fa-computer::before {
  content: "";
}

.fa-xmark::before {
  content: "";
}

.fa-close::before {
  content: "";
}

.fa-multiply::before {
  content: "";
}

.fa-remove::before {
  content: "";
}

.fa-times::before {
  content: "";
}

.fa-arrows-up-down-left-right::before {
  content: "";
}

.fa-arrows::before {
  content: "";
}

.fa-chalkboard-user::before {
  content: "";
}

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

.fa-peso-sign::before {
  content: "";
}

.fa-building-shield::before {
  content: "";
}

.fa-baby::before {
  content: "";
}

.fa-users-line::before {
  content: "";
}

.fa-quote-left::before {
  content: "";
}

.fa-quote-left-alt::before {
  content: "";
}

.fa-tractor::before {
  content: "";
}

.fa-trash-arrow-up::before {
  content: "";
}

.fa-trash-restore::before {
  content: "";
}

.fa-arrow-down-up-lock::before {
  content: "";
}

.fa-lines-leaning::before {
  content: "";
}

.fa-ruler-combined::before {
  content: "";
}

.fa-copyright::before {
  content: "";
}

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

.fa-blender::before {
  content: "";
}

.fa-teeth::before {
  content: "";
}

.fa-shekel-sign::before {
  content: "";
}

.fa-ils::before {
  content: "";
}

.fa-shekel::before {
  content: "";
}

.fa-sheqel::before {
  content: "";
}

.fa-sheqel-sign::before {
  content: "";
}

.fa-map::before {
  content: "";
}

.fa-rocket::before {
  content: "";
}

.fa-photo-film::before {
  content: "";
}

.fa-photo-video::before {
  content: "";
}

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

.fa-store::before {
  content: "";
}

.fa-arrow-trend-up::before {
  content: "";
}

.fa-plug-circle-minus::before {
  content: "";
}

.fa-sign-hanging::before {
  content: "";
}

.fa-sign::before {
  content: "";
}

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

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

.fa-tablet::before {
  content: "";
}

.fa-tablet-android::before {
  content: "";
}

.fa-school-flag::before {
  content: "";
}

.fa-fill::before {
  content: "";
}

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

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

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

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

.fa-bacteria::before {
  content: "";
}

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

.fa-notdef::before {
  content: "";
}

.fa-disease::before {
  content: "";
}

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

.fa-genderless::before {
  content: "";
}

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

.fa-retweet::before {
  content: "";
}

.fa-car-rear::before {
  content: "";
}

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

.fa-pump-soap::before {
  content: "";
}

.fa-video-slash::before {
  content: "";
}

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

.fa-battery-2::before {
  content: "";
}

.fa-radio::before {
  content: "";
}

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

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

.fa-traffic-light::before {
  content: "";
}

.fa-thermometer::before {
  content: "";
}

.fa-vr-cardboard::before {
  content: "";
}

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

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

.fa-percentage::before {
  content: "\%";
}

.fa-truck-moving::before {
  content: "";
}

.fa-glass-water-droplet::before {
  content: "";
}

.fa-display::before {
  content: "";
}

.fa-face-smile::before {
  content: "";
}

.fa-smile::before {
  content: "";
}

.fa-thumbtack::before {
  content: "";
}

.fa-thumb-tack::before {
  content: "";
}

.fa-trophy::before {
  content: "";
}

.fa-person-praying::before {
  content: "";
}

.fa-pray::before {
  content: "";
}

.fa-hammer::before {
  content: "";
}

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

.fa-rotate::before {
  content: "";
}

.fa-sync-alt::before {
  content: "";
}

.fa-spinner::before {
  content: "";
}

.fa-robot::before {
  content: "";
}

.fa-peace::before {
  content: "";
}

.fa-gears::before {
  content: "";
}

.fa-cogs::before {
  content: "";
}

.fa-warehouse::before {
  content: "";
}

.fa-arrow-up-right-dots::before {
  content: "";
}

.fa-splotch::before {
  content: "";
}

.fa-face-grin-hearts::before {
  content: "";
}

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

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

.fa-sim-card::before {
  content: "";
}

.fa-transgender::before {
  content: "";
}

.fa-transgender-alt::before {
  content: "";
}

.fa-mercury::before {
  content: "";
}

.fa-arrow-turn-down::before {
  content: "";
}

.fa-level-down::before {
  content: "";
}

.fa-person-falling-burst::before {
  content: "";
}

.fa-award::before {
  content: "";
}

.fa-ticket-simple::before {
  content: "";
}

.fa-ticket-alt::before {
  content: "";
}

.fa-building::before {
  content: "";
}

.fa-angles-left::before {
  content: "";
}

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

.fa-qrcode::before {
  content: "";
}

.fa-clock-rotate-left::before {
  content: "";
}

.fa-history::before {
  content: "";
}

.fa-face-grin-beam-sweat::before {
  content: "";
}

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

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

.fa-arrow-right-from-file::before {
  content: "";
}

.fa-shield::before {
  content: "";
}

.fa-shield-blank::before {
  content: "";
}

.fa-arrow-up-short-wide::before {
  content: "";
}

.fa-sort-amount-up-alt::before {
  content: "";
}

.fa-house-medical::before {
  content: "";
}

.fa-golf-ball-tee::before {
  content: "";
}

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

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

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

.fa-house-chimney-window::before {
  content: "";
}

.fa-pen-nib::before {
  content: "";
}

.fa-tent-arrow-turn-left::before {
  content: "";
}

.fa-tents::before {
  content: "";
}

.fa-wand-magic::before {
  content: "";
}

.fa-magic::before {
  content: "";
}

.fa-dog::before {
  content: "";
}

.fa-carrot::before {
  content: "";
}

.fa-moon::before {
  content: "";
}

.fa-wine-glass-empty::before {
  content: "";
}

.fa-wine-glass-alt::before {
  content: "";
}

.fa-cheese::before {
  content: "";
}

.fa-yin-yang::before {
  content: "";
}

.fa-music::before {
  content: "";
}

.fa-code-commit::before {
  content: "";
}

.fa-temperature-low::before {
  content: "";
}

.fa-person-biking::before {
  content: "";
}

.fa-biking::before {
  content: "";
}

.fa-broom::before {
  content: "";
}

.fa-shield-heart::before {
  content: "";
}

.fa-gopuram::before {
  content: "";
}

.fa-earth-oceania::before {
  content: "";
}

.fa-globe-oceania::before {
  content: "";
}

.fa-square-xmark::before {
  content: "";
}

.fa-times-square::before {
  content: "";
}

.fa-xmark-square::before {
  content: "";
}

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

.fa-up-right-and-down-left-from-center::before {
  content: "";
}

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

.fa-oil-can::before {
  content: "";
}

.fa-t::before {
  content: "T";
}

.fa-hippo::before {
  content: "";
}

.fa-chart-column::before {
  content: "";
}

.fa-infinity::before {
  content: "";
}

.fa-vial-circle-check::before {
  content: "";
}

.fa-person-arrow-down-to-line::before {
  content: "";
}

.fa-voicemail::before {
  content: "";
}

.fa-fan::before {
  content: "";
}

.fa-person-walking-luggage::before {
  content: "";
}

.fa-up-down::before {
  content: "";
}

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

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

.fa-calendar::before {
  content: "";
}

.fa-trailer::before {
  content: "";
}

.fa-bahai::before {
  content: "";
}

.fa-haykal::before {
  content: "";
}

.fa-sd-card::before {
  content: "";
}

.fa-dragon::before {
  content: "";
}

.fa-shoe-prints::before {
  content: "";
}

.fa-circle-plus::before {
  content: "";
}

.fa-plus-circle::before {
  content: "";
}

.fa-face-grin-tongue-wink::before {
  content: "";
}

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

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

.fa-plug-circle-exclamation::before {
  content: "";
}

.fa-link-slash::before {
  content: "";
}

.fa-chain-broken::before {
  content: "";
}

.fa-chain-slash::before {
  content: "";
}

.fa-unlink::before {
  content: "";
}

.fa-clone::before {
  content: "";
}

.fa-person-walking-arrow-loop-left::before {
  content: "";
}

.fa-arrow-up-z-a::before {
  content: "";
}

.fa-sort-alpha-up-alt::before {
  content: "";
}

.fa-fire-flame-curved::before {
  content: "";
}

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

.fa-tornado::before {
  content: "";
}

.fa-file-circle-plus::before {
  content: "";
}

.fa-book-quran::before {
  content: "";
}

.fa-quran::before {
  content: "";
}

.fa-anchor::before {
  content: "";
}

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

.fa-face-angry::before {
  content: "";
}

.fa-angry::before {
  content: "";
}

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

.fa-arrow-trend-down::before {
  content: "";
}

.fa-rss::before {
  content: "";
}

.fa-feed::before {
  content: "";
}

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

.fa-scale-balanced::before {
  content: "";
}

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

.fa-gauge-simple-high::before {
  content: "";
}

.fa-tachometer::before {
  content: "";
}

.fa-tachometer-fast::before {
  content: "";
}

.fa-shower::before {
  content: "";
}

.fa-desktop::before {
  content: "";
}

.fa-desktop-alt::before {
  content: "";
}

.fa-m::before {
  content: "M";
}

.fa-table-list::before {
  content: "";
}

.fa-th-list::before {
  content: "";
}

.fa-comment-sms::before {
  content: "";
}

.fa-sms::before {
  content: "";
}

.fa-book::before {
  content: "";
}

.fa-user-plus::before {
  content: "";
}

.fa-check::before {
  content: "";
}

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

.fa-battery-4::before {
  content: "";
}

.fa-house-circle-check::before {
  content: "";
}

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

.fa-diagram-successor::before {
  content: "";
}

.fa-truck-arrow-right::before {
  content: "";
}

.fa-arrows-split-up-and-left::before {
  content: "";
}

.fa-hand-fist::before {
  content: "";
}

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

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

.fa-briefcase::before {
  content: "";
}

.fa-person-falling::before {
  content: "";
}

.fa-image-portrait::before {
  content: "";
}

.fa-portrait::before {
  content: "";
}

.fa-user-tag::before {
  content: "";
}

.fa-rug::before {
  content: "";
}

.fa-earth-europe::before {
  content: "";
}

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

.fa-cart-flatbed-suitcase::before {
  content: "";
}

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

.fa-rectangle-xmark::before {
  content: "";
}

.fa-rectangle-times::before {
  content: "";
}

.fa-times-rectangle::before {
  content: "";
}

.fa-window-close::before {
  content: "";
}

.fa-baht-sign::before {
  content: "";
}

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

.fa-book-journal-whills::before {
  content: "";
}

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

.fa-handcuffs::before {
  content: "";
}

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

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

.fa-warning::before {
  content: "";
}

.fa-database::before {
  content: "";
}

.fa-share::before {
  content: "";
}

.fa-mail-forward::before {
  content: "";
}

.fa-bottle-droplet::before {
  content: "";
}

.fa-mask-face::before {
  content: "";
}

.fa-hill-rockslide::before {
  content: "";
}

.fa-right-left::before {
  content: "";
}

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

.fa-paper-plane::before {
  content: "";
}

.fa-road-circle-exclamation::before {
  content: "";
}

.fa-dungeon::before {
  content: "";
}

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

.fa-money-bill-1-wave::before {
  content: "";
}

.fa-money-bill-wave-alt::before {
  content: "";
}

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

.fa-hands::before {
  content: "";
}

.fa-sign-language::before {
  content: "";
}

.fa-signing::before {
  content: "";
}

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

.fa-water-ladder::before {
  content: "";
}

.fa-ladder-water::before {
  content: "";
}

.fa-swimming-pool::before {
  content: "";
}

.fa-arrows-up-down::before {
  content: "";
}

.fa-arrows-v::before {
  content: "";
}

.fa-face-grimace::before {
  content: "";
}

.fa-grimace::before {
  content: "";
}

.fa-wheelchair-move::before {
  content: "";
}

.fa-wheelchair-alt::before {
  content: "";
}

.fa-turn-down::before {
  content: "";
}

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

.fa-person-walking-arrow-right::before {
  content: "";
}

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

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

.fa-dice::before {
  content: "";
}

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

.fa-brain::before {
  content: "";
}

.fa-bandage::before {
  content: "";
}

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

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

.fa-circle-xmark::before {
  content: "";
}

.fa-times-circle::before {
  content: "";
}

.fa-xmark-circle::before {
  content: "";
}

.fa-gifts::before {
  content: "";
}

.fa-hotel::before {
  content: "";
}

.fa-earth-asia::before {
  content: "";
}

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

.fa-id-card-clip::before {
  content: "";
}

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

.fa-magnifying-glass-plus::before {
  content: "";
}

.fa-search-plus::before {
  content: "";
}

.fa-thumbs-up::before {
  content: "";
}

.fa-user-clock::before {
  content: "";
}

.fa-hand-dots::before {
  content: "";
}

.fa-allergies::before {
  content: "";
}

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

.fa-window-minimize::before {
  content: "";
}

.fa-mug-saucer::before {
  content: "";
}

.fa-coffee::before {
  content: "";
}

.fa-brush::before {
  content: "";
}

.fa-mask::before {
  content: "";
}

.fa-magnifying-glass-minus::before {
  content: "";
}

.fa-search-minus::before {
  content: "";
}

.fa-ruler-vertical::before {
  content: "";
}

.fa-user-large::before {
  content: "";
}

.fa-user-alt::before {
  content: "";
}

.fa-train-tram::before {
  content: "";
}

.fa-user-nurse::before {
  content: "";
}

.fa-syringe::before {
  content: "";
}

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

.fa-stopwatch-20::before {
  content: "";
}

.fa-square-full::before {
  content: "";
}

.fa-magnet::before {
  content: "";
}

.fa-jar::before {
  content: "";
}

.fa-note-sticky::before {
  content: "";
}

.fa-sticky-note::before {
  content: "";
}

.fa-bug-slash::before {
  content: "";
}

.fa-arrow-up-from-water-pump::before {
  content: "";
}

.fa-bone::before {
  content: "";
}

.fa-user-injured::before {
  content: "";
}

.fa-face-sad-tear::before {
  content: "";
}

.fa-sad-tear::before {
  content: "";
}

.fa-plane::before {
  content: "";
}

.fa-tent-arrows-down::before {
  content: "";
}

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

.fa-arrows-spin::before {
  content: "";
}

.fa-print::before {
  content: "";
}

.fa-turkish-lira-sign::before {
  content: "";
}

.fa-try::before {
  content: "";
}

.fa-turkish-lira::before {
  content: "";
}

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

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

.fa-usd::before {
  content: "\$";
}

.fa-x::before {
  content: "X";
}

.fa-magnifying-glass-dollar::before {
  content: "";
}

.fa-search-dollar::before {
  content: "";
}

.fa-users-gear::before {
  content: "";
}

.fa-users-cog::before {
  content: "";
}

.fa-person-military-pointing::before {
  content: "";
}

.fa-building-columns::before {
  content: "";
}

.fa-bank::before {
  content: "";
}

.fa-institution::before {
  content: "";
}

.fa-museum::before {
  content: "";
}

.fa-university::before {
  content: "";
}

.fa-umbrella::before {
  content: "";
}

.fa-trowel::before {
  content: "";
}

.fa-d::before {
  content: "D";
}

.fa-stapler::before {
  content: "";
}

.fa-masks-theater::before {
  content: "";
}

.fa-theater-masks::before {
  content: "";
}

.fa-kip-sign::before {
  content: "";
}

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

.fa-handshake-simple::before {
  content: "";
}

.fa-handshake-alt::before {
  content: "";
}

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

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

.fa-square-share-nodes::before {
  content: "";
}

.fa-share-alt-square::before {
  content: "";
}

.fa-barcode::before {
  content: "";
}

.fa-plus-minus::before {
  content: "";
}

.fa-video::before {
  content: "";
}

.fa-video-camera::before {
  content: "";
}

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

.fa-mortar-board::before {
  content: "";
}

.fa-hand-holding-medical::before {
  content: "";
}

.fa-person-circle-check::before {
  content: "";
}

.fa-turn-up::before {
  content: "";
}

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

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

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.container {
  max-width: 100%;
}

body {
  font-weight: 300;
}
body p {
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
@media (max-width: 767px) {
  body p {
    margin-bottom: 19px;
  }
}
body p, body div, body table {
  font-size: 18px;
}
@media (max-width: 767px) {
  body p, body div, body table {
    font-size: 16px;
    line-height: 1.35;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body p, body div, body table {
    font-size: 17px;
  }
}

h1 {
  margin: 0px 0px 23px 0px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 39px;
  }
}

h2 {
  margin: 0px 0px 25px 0px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  margin: 0px 0px 15px 0px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h3 {
    font-size: 25px;
  }
}

h4 {
  margin: 0px 0px 13px 0px;
}
@media (max-width: 767px) {
  h4 {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  margin: 0px 0px 12px 0px;
}
@media (max-width: 767px) {
  h5 {
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h5 {
    font-size: 17px;
  }
}

h6 {
  margin: 0px 0px 10px 0px;
}
@media (max-width: 767px) {
  h6 {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h6 {
    font-size: 14px;
  }
}

.h4-subtitle {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .h4-subtitle {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .h4-subtitle {
    font-size: 20px;
  }
}

.button-main {
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  border-radius: 8px;
  border-color: #ef5843;
  border-width: 2px;
  border-style: solid;
  background: #ef5843;
  padding: 12px 26px 13px 26px;
  font-size: 18px;
}
.button-main:hover, .button-main:active, .button-main:focus {
  transition-duration: 0.5s;
  background: #ffffff;
  color: #ef5843;
}
.button-main:hover .cls-1, .button-main:active .cls-1, .button-main:focus .cls-1 {
  fill: #ef5843;
  transition-duration: 0.5s;
}
.button-main svg {
  width: 6px;
  height: 11px;
}
@media (max-width: 767px) {
  .button-main {
    padding: 5px 20px 6px 20px;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .button-main {
    padding: 8px 26px 9px 26px;
    font-size: 13px;
  }
}

.button-main-dos {
  display: inline-block;
  color: #ef5843;
  font-weight: bold;
  border-radius: 8px;
  border-color: #ef5843;
  border-width: 2px;
  border-style: solid;
  background: #ffffff;
  padding: 12px 26px 13px 26px;
  font-size: 18px;
}
.button-main-dos:hover, .button-main-dos:active, .button-main-dos:focus {
  transition-duration: 0.5s;
  background: #ef5843;
  color: #ffffff;
}
.button-main-dos:hover .st0, .button-main-dos:active .st0, .button-main-dos:focus .st0 {
  fill: #ffffff;
  transition-duration: 0.5s;
}
.button-main-dos svg {
  width: 6px;
  height: 11px;
}
@media (max-width: 767px) {
  .button-main-dos {
    padding: 5px 20px 6px 20px;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .button-main-dos {
    padding: 8px 26px 9px 26px;
    font-size: 13px;
  }
}

.button-main-tres {
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  border-radius: 8px;
  border-color: #ffffff;
  border-width: 2px;
  border-style: solid;
  padding: 12px 26px 13px 26px;
  font-size: 18px;
}
.button-main-tres:hover, .button-main-tres:active, .button-main-tres:focus {
  transition-duration: 0.5s;
  color: #ffffff;
}
.button-main-tres:hover .st0, .button-main-tres:active .st0, .button-main-tres:focus .st0 {
  fill: #ffffff;
  transition-duration: 0.5s;
}
.button-main-tres svg {
  width: 6px;
  height: 11px;
}
@media (max-width: 767px) {
  .button-main-tres {
    padding: 5px 20px 6px 20px;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .button-main-tres {
    padding: 8px 26px 9px 26px;
    font-size: 13px;
  }
}

ul {
  margin-bottom: 25px;
  list-style-type: none;
  padding: 0px;
  padding-left: 20px;
}
ul li {
  background-image: url(../assets/img/bullet.png);
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: 10px;
  background-size: 7px 7px;
  padding-bottom: 22px;
  padding-left: 18px;
}
ul li:last-child {
  padding-bottom: 0px;
}
@media (max-width: 767px) {
  ul li {
    padding-bottom: 17px;
  }
  ul li:last-child {
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  ul {
    margin-bottom: 0px;
    padding-left: 10px;
  }
}

.content-ul-checkbox ul li {
  background-image: url(../assets/img/bullet2.png);
  background-size: 16px 16px;
  background-position-y: 5px;
  padding-left: 30px;
}

.title-center {
  text-align: center;
}

.span-red {
  color: #ef5843;
}

.span-yellow {
  color: #fccf37;
}

.span-cyan {
  color: #45c0f0;
}

.span-mora {
  color: #3d45a5;
}

.span-mora-word {
  background-image: linear-gradient(-225deg, #3d45a5 0%, #717bb9 29%, #3c3b7f 67%, #3d45a5 100%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
}

.span-red-word {
  background-image: linear-gradient(-225deg, #ef5843 0%, #f38272 29%, #f38272 67%, #ef5843 100%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
}

.span-yellow-word {
  background-image: linear-gradient(-225deg, #fccf37 0%, #fddb69 29%, #fddb69 67%, #fccf37 100%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
.number-porcentaje {
  font-family: "Open Sans", sans-serif;
  line-height: 68px;
  font-size: 70px;
  display: inline-block;
  font-weight: bold;
}
@media (max-width: 767px) {
  .number-porcentaje {
    font-size: 40px;
    line-height: 1;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .number-porcentaje {
    font-size: 50px;
  }
}

.header-top {
  background-color: #3c3b7f;
}
.header-top .data-header-top {
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .header-top .data-header-top {
    min-height: inherit;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.header-top .data-header-top h6 {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .header-top .data-header-top h6 {
    text-align: center;
  }
}

.header-bottom {
  background-image: url("../assets/img/background.jpg");
  background-position: center bottom;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.header-bottom .data-header-bottom {
  display: flex;
  flex-wrap: nowrap;
  min-height: 96px;
  padding-top: 8px;
  position: relative;
}
@media (max-width: 767px) {
  .header-bottom .data-header-bottom {
    min-height: inherit;
    display: block;
    padding-top: 22px;
  }
}
.header-bottom .data-header-bottom .logo-header {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .header-bottom .data-header-bottom .logo-header {
    display: block;
    text-align: left;
    padding-left: 7px;
  }
}
.header-bottom .data-header-bottom .logo-header a {
  transform: translateY(-2px);
  display: inline-block;
}
@media (max-width: 767px) {
  .header-bottom .data-header-bottom .logo-header a {
    transform: translateY(-5px);
  }
}
@media (max-width: 767px) {
  .header-bottom .data-header-bottom .logo-header a img {
    height: 44px;
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-bottom .data-header-bottom .logo-header a img {
    height: 45px;
    width: auto;
  }
}
.header-bottom .data-header-bottom .menu-button {
  flex: 1;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  padding-top: 20px;
}
.header-bottom .data-header-bottom .menu-button .menu {
  flex: 1;
  padding-top: 4px;
}
.header-bottom .data-header-bottom .menu-button .content-button-header .button-header {
  transform: translateY(-4px);
}

.content-button-header {
  margin-left: 5.6%;
}
@media (max-width: 767px) {
  .content-button-header {
    margin-left: 0px;
    padding-left: 35px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-button-header {
    margin-left: 4%;
  }
}

.menu {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .menu {
    display: block;
    padding-left: 35px;
    padding-right: 25px;
    border-top: 2px solid #e9e9e9;
    padding-top: 22px;
    margin-top: 27px;
  }
}
.menu > li {
  padding: 0px;
  margin: 0px;
  background-image: inherit;
  margin-left: 7.6%;
}
@media (max-width: 767px) {
  .menu > li {
    margin-left: 0px;
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu > li {
    margin-left: 4%;
  }
}
.menu > li > a {
  color: #333333;
  font-weight: 500;
  display: inline-block;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 1px;
  font-size: 18px;
  border-bottom: 2px solid transparent;
}
@media (max-width: 767px) {
  .menu > li > a {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu > li > a {
    font-size: 16px;
  }
}
.menu > li.item_arrow > a:after {
  content: url("../assets/img/arrow_black.png");
  display: inline-block;
  transform: translateY(calc(-50% + 1px));
  margin-left: 4px;
}
@media (max-width: 767px) {
  .menu > li.item_arrow {
    position: relative;
  }
}
.menu > li:hover > a {
  border-bottom: 2px solid #717bb9;
}
@media (max-width: 767px) {
  .menu > li:hover > a {
    border-bottom: 2px solid transparent;
  }
}
.menu > li:hover > .megamenu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.menu > li .megamenu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 90px;
  background-color: #ffffff;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  z-index: 101;
  /*CSS animation applied for sub menu : Slide from Top */
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
}
@media (max-width: 767px) {
  .menu > li .megamenu {
    visibility: visible;
    opacity: 1;
    position: inherit;
    top: 0px;
    display: none;
    box-shadow: none;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}

.megamenu .data-megamenu {
  padding: 50px 5% 45px 4%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}
@media (max-width: 767px) {
  .megamenu .data-megamenu {
    display: block;
    padding: 15px 0px 10px 15px;
  }
}
.megamenu .data-megamenu .item-megamenu {
  padding-right: 30px;
  padding-left: 30px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .megamenu .data-megamenu .item-megamenu {
    max-width: 100%;
    margin-bottom: 23px;
  }
  .megamenu .data-megamenu .item-megamenu:last-child {
    margin-bottom: 0px;
  }
}
.megamenu .data-megamenu .item-megamenu .logo-solutions {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .megamenu .data-megamenu .item-megamenu .logo-solutions {
    margin-bottom: 10px;
  }
}
.megamenu .data-megamenu .item-megamenu .logo-solutions:after {
  content: "";
  width: 86px;
  height: 1px;
  background-color: #b1b1b1;
  display: block;
  margin-top: 21px;
}
@media (max-width: 767px) {
  .megamenu .data-megamenu .item-megamenu .logo-solutions:after {
    content: none;
  }
}
.megamenu .data-megamenu .item-megamenu p {
  margin-bottom: 29px;
  line-height: 1.55;
}
@media (max-width: 767px) {
  .megamenu .data-megamenu .item-megamenu p {
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 1.45;
  }
}
.megamenu .data-megamenu .item-megamenu p a {
  color: #3c3c3b;
}
.megamenu .data-megamenu .item-megamenu p a:hover, .megamenu .data-megamenu .item-megamenu p a:focus, .megamenu .data-megamenu .item-megamenu p a:active {
  color: #3c3c3b;
}
@media (max-width: 767px) {
  .megamenu .data-megamenu .item-megamenu .content-button {
    display: none;
  }
}
.megamenu .data-megamenu .item-megamenu .content-button a {
  font-weight: 600;
}

.button-header {
  font-size: 18px;
  display: inline-block;
  border-radius: 8px;
  color: #ef5843;
  font-weight: bold;
  border-color: #ef5843;
  border-width: 2px;
  border-style: solid;
  background: transparent;
  padding: 4.5px 18px 3.5px 18px;
}
.button-header:hover, .button-header:active, .button-header:focus {
  transition-duration: 0.5s;
  background: #ef5843;
  color: #ffffff;
}
.button-header:hover .st0, .button-header:active .st0, .button-header:focus .st0 {
  fill: #ffffff;
  transition-duration: 0.5s;
}
.button-header svg {
  width: 6px;
  height: 11px;
}
@media (max-width: 767px) {
  .button-header {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .button-header {
    padding: 4px 15px 3px 15px;
    font-size: 16px;
  }
}

.content-header .data-content-header {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 10px;
  padding-top: 77px;
}
@media (max-width: 767px) {
  .content-header .data-content-header {
    padding-top: 23px;
    padding-bottom: 25px;
    display: block;
    text-align: center;
  }
}
.content-header .data-content-header .text-data-content-header {
  padding-left: 1.5%;
  flex: 10;
}
@media (max-width: 767px) {
  .content-header .data-content-header .text-data-content-header {
    padding-top: 0px;
    margin-bottom: 40px;
    padding-left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-header .data-content-header .text-data-content-header {
    flex: 14;
  }
}
@media (max-width: 767px) {
  .content-header .data-content-header .text-data-content-header h1 {
    font-size: 26px;
  }
}
.content-header .data-content-header .text-data-content-header p {
  font-size: 20px;
  line-height: 1.65;
}
@media (max-width: 767px) {
  .content-header .data-content-header .text-data-content-header p {
    font-size: 17px;
    line-height: 1.45;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-header .data-content-header .text-data-content-header p {
    font-size: 18px;
    line-height: 1.45;
  }
}
.content-header .data-content-header .image-data-content-header {
  text-align: right;
  flex: 14;
}
@media (max-width: 767px) {
  .content-header .data-content-header .image-data-content-header {
    text-align: center;
  }
}
.content-header .data-content-header .image-data-content-header img {
  max-width: 100%;
  height: auto;
  max-height: 478px;
}
@media (max-width: 767px) {
  .content-header .data-content-header .image-data-content-header img {
    max-width: 70%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-header .data-content-header .image-data-content-header img {
    max-width: 90%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content-header .data-content-header .image-data-content-header img {
    max-width: 95%;
  }
}
.content-header .data-content-header-interno {
  align-items: center;
  padding-bottom: 32px;
  padding-top: 52px;
}
.content-header .data-content-header-interno .image-data-content-header {
  padding-right: 2.5%;
}
@media (max-width: 767px) {
  .content-header .data-content-header-interno .image-data-content-header {
    padding-right: 0px;
  }
}

/*Menu mobile*/
.logo-responsive a {
  transform: translate(18px, 15px);
  display: inline-block;
}
.logo-responsive a img {
  height: 44px;
  width: auto;
}

body {
  padding: 0;
  margin: 0;
}

.content-menu-responsive {
  background-color: red;
}

#sidebarMenu {
  z-index: 98;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0px;
  width: 100%;
  /*margin-top: 60px;*/
  transform: translateX(100%);
  transition: transform 250ms ease-in-out;
  background: #ffffff;
}

input[type=checkbox]:checked ~ #sidebarMenu {
  transform: translateX(0);
}

input[type=checkbox] {
  transition: all 0.3s;
  box-sizing: border-box;
  display: none;
}

.sidebarIconToggle {
  transition: all 0.3s;
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  height: 100%;
  width: 100%;
  top: 25px;
  right: 7px;
  height: 30px;
  width: 30px;
  margin-bottom: 0px;
}

.spinner {
  transition: all 0.3s;
  box-sizing: border-box;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #3c3b7f;
}

.horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 4px;
}

.diagonal.part-1 {
  position: relative;
  transition: all 0.3s;
  box-sizing: border-box;
  float: left;
}

.diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 4px;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  opacity: 0;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(135deg);
  margin-top: 8px;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(-135deg);
  margin-top: -10px;
}

input[type=checkbox]:checked ~ .sidebarIconToggle {
  position: fixed;
  right: 12px;
}

/*/ Menu mobile*/
.size-little img {
  width: 220px;
}

.trusted {
  background-color: white;
  padding-top: 55px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .trusted {
    padding-top: 33px;
    padding-bottom: 10px;
  }
}
.trusted .trusted-back .data-trusted {
  background-color: #ffffff;
  display: flex;
  flex-wrap: nowrap;
  padding-top: 60px;
  padding-bottom: 61px;
  padding-left: 4.8%;
  width: calc(100% + 150px);
  transform: translate(-75px, calc(50% - 10px));
}
@media (max-width: 767px) {
  .trusted .trusted-back .data-trusted {
    padding-left: 0px;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    transform: translate(0px, 0px);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .trusted .trusted-back .data-trusted {
    width: 100%;
    transform: translate(0px, 0px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .trusted .trusted-back .data-trusted {
    width: 100%;
    transform: translate(0px, calc(50% - 10px));
  }
}

.elements-trusted {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}
@media (min-width: 768px) and (max-width: 991px) {
  .elements-trusted {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
.elements-trusted .item-trusted {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .elements-trusted .item-trusted {
    width: 25%;
  }
}
.elements-trusted .item-trusted div img {
  max-width: 135px;
  height: auto;
}
@media (max-width: 767px) {
  .elements-trusted .item-trusted div img {
    max-width: 120px;
  }
}
@media (max-width: 767px) {
  .elements-trusted .item-trusted {
    width: 50%;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .elements-trusted {
    display: inline-flex;
    flex-wrap: wrap;
  }
}

.solutions {
  background: #e9e9fd;
  background: linear-gradient(0deg, #e9e9fd 0%, white 100%);
}
@media (max-width: 767px) {
  .solutions {
    padding-top: 12px;
  }
}
.solutions .data-solutions .title-center p:last-child {
  margin-bottom: 0px;
}
.solutions .section-logo-trusted {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .solutions .section-logo-trusted {
    padding-top: 45px;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .solutions .section-logo-trusted {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.solutions .section-logo-trusted:first-child {
  padding-top: 0px;
}
.solutions .section-logo-trusted:last-child {
  padding-bottom: 0px;
}
@media (max-width: 767px) {
  .solutions .section-logo-trusted:last-child {
    padding-bottom: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .solutions .section-logo-trusted:last-child {
    padding-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .solutions .section-logo-trusted .trusted-back {
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .solutions .section-logo-trusted .trusted-back {
    margin-top: 35px;
  }
}

.trusted-back .data-trusted-back {
  background-color: #ffffff;
  flex-wrap: nowrap;
  padding-top: 36px;
  padding-bottom: 38px;
  padding-left: 4.8%;
  padding-right: 4.8%;
  box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.1);
  transform: translate(-6px, calc(50% - 10px));
}
@media (max-width: 767px) {
  .trusted-back .data-trusted-back {
    padding-left: 0px;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    transform: translate(0px, 0px);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .trusted-back .data-trusted-back {
    width: 100%;
    transform: translate(0px, 0px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .trusted-back .data-trusted-back {
    width: 100%;
    transform: translate(0px, calc(50% - 10px));
  }
}
.trusted-back .data-trusted-back .text-trusted-back {
  padding-right: 4%;
}
.trusted-back .data-trusted-back .text-trusted-back h3 {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .trusted-back .data-trusted-back .text-trusted-back h3 {
    margin-bottom: 17px;
  }
}
.trusted-back .data-trusted-back .text-trusted-back p:last-child {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .trusted-back .data-trusted-back .text-trusted-back {
    margin-bottom: 24px;
    text-align: center;
    padding-right: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .trusted-back .data-trusted-back .text-trusted-back {
    padding-right: 2%;
  }
}
.trusted-back .data-trusted-back .images-trusted-back {
  flex: 16;
  display: inline-flex;
  flex-wrap: wrap;
  padding-right: 3%;
  padding-top: 2%;
}
@media (max-width: 767px) {
  .trusted-back .data-trusted-back .images-trusted-back {
    padding-left: 0px;
    padding-right: 0px;
    justify-content: center;
  }
}
.trusted-back .data-trusted-back .images-trusted-back .item-trusted {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  margin-right: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .trusted-back .data-trusted-back .images-trusted-back .item-trusted {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .trusted-back .data-trusted-back .images-trusted-back .item-trusted {
    margin-left: 2px;
    margin-right: 2px;
  }
}
.trusted-back .data-trusted-back .images-trusted-back .item-trusted div img {
  max-width: 135px;
  height: auto;
}
@media (max-width: 767px) {
  .trusted-back .data-trusted-back .images-trusted-back .item-trusted div img {
    max-width: 120px;
  }
}
@media (max-width: 767px) {
  .trusted-back .data-trusted-back .images-trusted-back .item-trusted {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .trusted-back .data-trusted-back .images-trusted-back {
    display: inline-flex;
    flex-wrap: wrap;
  }
}
.trusted-back .data-trusted-back .images-trusted-back img {
  width: 180px;
}

.section-solutions {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .section-solutions {
    padding-top: 45px;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-solutions {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.section-solutions:first-child {
  padding-top: 0px;
}
.section-solutions:last-child {
  padding-bottom: 42px;
}
@media (max-width: 767px) {
  .section-solutions:last-child {
    padding-bottom: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-solutions:last-child {
    padding-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .section-solutions .money-back {
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-solutions .money-back {
    margin-top: 35px;
  }
}

.money-back {
  margin-top: 70px;
  background-color: #f2f2f9;
}
.money-back .data-money-back {
  flex-wrap: nowrap;
  padding-top: 20px;
  padding-bottom: 61px;
  padding-left: 4.8%;
}
@media (max-width: 767px) {
  .money-back .data-money-back {
    display: block;
    padding-left: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    transform: translate(0px, 0px);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .money-back .data-money-back {
    width: 100%;
    transform: translate(0px, 0px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .money-back .data-money-back {
    width: 100%;
    transform: translate(0px, calc(50% - 10px));
  }
}
.money-back .data-money-back .text-money-back {
  padding-right: 4%;
}
.money-back .data-money-back .text-money-back h3 {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .money-back .data-money-back .text-money-back h3 {
    margin-bottom: 17px;
  }
}
.money-back .data-money-back .text-money-back p:last-child {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .money-back .data-money-back .text-money-back {
    margin-bottom: 24px;
    text-align: center;
    padding-right: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .money-back .data-money-back .text-money-back {
    padding-right: 2%;
  }
}
.money-back .data-money-back .images-money-back {
  display: flex;
  flex: 16;
  flex-wrap: wrap;
  padding-left: 5%;
  padding-right: 5%;
  margin-left: 12px;
  margin-right: 12px;
}
@media (max-width: 767px) {
  .money-back .data-money-back .images-money-back {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.money-back .data-money-back .images-money-back .item-images-money-back {
  display: flex;
  flex-wrap: nowrap;
  padding-left: 4%;
  padding-right: 4%;
  align-items: center;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .money-back .data-money-back .images-money-back .item-images-money-back {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .money-back .data-money-back .images-money-back .item-images-money-back {
    padding-left: 2%;
    padding-right: 2%;
  }
}
.money-back .data-money-back .images-money-back .item-images-money-back:nth-last-child(1) {
  margin-bottom: 0px;
}
.money-back .data-money-back .images-money-back .item-images-money-back:nth-last-child(2) {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .money-back .data-money-back .images-money-back .item-images-money-back:nth-last-child(2) {
    margin-bottom: 25px;
  }
}
.money-back .data-money-back .images-money-back .item-images-money-back div {
  margin-right: 15px;
}
@media (max-width: 767px) {
  .money-back .data-money-back .images-money-back .item-images-money-back div {
    margin-right: 12px;
  }
}
.money-back .data-money-back .images-money-back .item-images-money-back div img {
  max-width: 66px;
  height: auto;
}
@media (max-width: 767px) {
  .money-back .data-money-back .images-money-back .item-images-money-back div img {
    max-width: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .money-back .data-money-back .images-money-back .item-images-money-back div img {
    max-width: 55px;
  }
}
.money-back .data-money-back .images-money-back .item-images-money-back h5 {
  margin-bottom: 0px;
  font-weight: 500;
  color: #3c3c3b;
}
.money-back .data-money-back .images-money-back .item-images-money-back .col {
  margin-left: 25px;
  margin-right: 25px;
}

.item-solutions {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
@media (max-width: 767px) {
  .item-solutions {
    display: block;
  }
}
.item-solutions .image-item-solutions {
  flex: 18;
  text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .item-solutions .image-item-solutions {
    flex: 14;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .item-solutions .image-item-solutions {
    flex: 12;
  }
}
@media (max-width: 767px) {
  .item-solutions .image-item-solutions {
    text-align: center;
    margin-bottom: 40px;
  }
}
.item-solutions .image-item-solutions img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .item-solutions .image-item-solutions img {
    max-width: 62%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .item-solutions .image-item-solutions img {
    max-width: 90%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .item-solutions .image-item-solutions img {
    max-width: 88%;
  }
}
@media (max-width: 767px) {
  .item-solutions .image-item-solutions img.img-1 {
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  .item-solutions .image-item-solutions img.img-2 {
    max-width: 80%;
  }
}
.item-solutions .info-item-solutions {
  flex: 13;
}
.item-solutions .info-item-solutions h3 {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .item-solutions .info-item-solutions h3 {
    margin-bottom: 17px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .item-solutions .info-item-solutions > p {
    text-align: center;
  }
}
.item-solutions .info-item-solutions .logo-solutions {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .item-solutions .info-item-solutions .logo-solutions {
    margin-bottom: 20px;
    text-align: center;
  }
  .item-solutions .info-item-solutions .logo-solutions img {
    height: 36px;
    width: auto;
  }
}
.item-solutions .info-item-solutions .accordion {
  margin-bottom: 30px;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .item-solutions .info-item-solutions .accordion {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 17px;
  }
}
@media (max-width: 767px) {
  .item-solutions .info-item-solutions .content-button {
    text-align: center;
  }
}

.item-solutions-reverse {
  flex-direction: row-reverse;
}
.item-solutions-reverse .image-item-solutions {
  text-align: right;
}
@media (max-width: 767px) {
  .item-solutions-reverse .image-item-solutions {
    text-align: center;
  }
}
.item-solutions-reverse .image-item-solutions img {
  transform: translateX(-12%);
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .item-solutions-reverse .image-item-solutions img {
    transform: translateX(0px);
  }
}

.accordion .panel {
  background-color: transparent;
  border: 1px solid transparent;
  box-shadow: none;
  border-left: none;
  border-right: none;
  border-top: none;
  padding-bottom: 11px;
  margin-bottom: 11px;
}
.accordion .panel:last-child {
  border-bottom: none;
}
.accordion .panel .title-collapse {
  font-weight: 600;
  color: #3c3c3b;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.accordion .panel .title-collapse:hover, .accordion .panel .title-collapse:active, .accordion .panel .title-collapse:focus {
  color: #3c3c3b;
}
.accordion .panel .title-collapse span {
  display: inline-block;
  width: 20px;
}
.accordion .panel .body-collapse {
  padding-top: 10px;
  padding-right: 0px;
  padding-left: 20px;
}
.accordion .panel .body-collapse a {
  font-weight: 400;
}
.accordion .panel .body-collapse p {
  margin-bottom: 18px;
}
.accordion .panel .body-collapse p:last-child {
  margin-bottom: 0px;
}

.section-final {
  background-color: #f6f5f7;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .section-final {
    padding-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-final {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.section-final .data-section-final {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
@media (max-width: 767px) {
  .section-final .data-section-final {
    display: block;
  }
}
.section-final .data-section-final .text-data-section-final {
  flex: 10;
}
@media (max-width: 767px) {
  .section-final .data-section-final .text-data-section-final {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-final .data-section-final .text-data-section-final {
    flex: 14;
  }
}
.section-final .data-section-final .text-data-section-final h3 {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .section-final .data-section-final .text-data-section-final h3 {
    margin-bottom: 20px;
  }
}
.section-final .data-section-final .text-data-section-final .content-button {
  padding-top: 5px;
}
.section-final .data-section-final .image-data-section-final {
  flex: 14;
  text-align: right;
}
.section-final .data-section-final .image-data-section-final img {
  max-width: 100%;
  height: auto;
  transform: translateX(-5%);
}
@media (max-width: 767px) {
  .section-final .data-section-final .image-data-section-final img {
    transform: translateX(0px);
    max-width: 65%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-final .data-section-final .image-data-section-final img {
    max-width: 90%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-final .data-section-final .image-data-section-final img {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .section-final .data-section-final .image-data-section-final {
    text-align: center;
  }
}

.sectionHome {
  padding-top: 70px;
  padding-bottom: 75px;
}

.home-use-description {
  background-color: #f2f2f9;
}
.home-use-description .data-home-use-description h2 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .home-use-description .data-home-use-description h2 {
    margin-bottom: 20px;
  }
}
.home-use-description .data-home-use-description .article-home-use-description {
  margin-top: 65px;
}
@media (max-width: 767px) {
  .home-use-description .data-home-use-description .article-home-use-description {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .home-use-description {
    padding-top: 33px;
    padding-bottom: 38px;
  }
}

.article-home-use-description {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 72px;
}
@media (max-width: 767px) {
  .article-home-use-description {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.article-home-use-description .item-home-use-description {
  flex: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .article-home-use-description .item-home-use-description {
    flex: inherit;
    width: 47.5%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .article-home-use-description .item-home-use-description {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .article-home-use-description .item-home-use-description:nth-last-child(1) {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .article-home-use-description .item-home-use-description:nth-last-child(2) {
    margin-bottom: 0px;
  }
}
.article-home-use-description .item-home-use-description .image-item-home-use-description {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .article-home-use-description .item-home-use-description .image-item-home-use-description {
    margin-bottom: 10px;
  }
  .article-home-use-description .item-home-use-description .image-item-home-use-description img {
    width: 50px;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .article-home-use-description .item-home-use-description .image-item-home-use-description {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .article-home-use-description .item-home-use-description p {
    font-size: 15px;
  }
}
.article-home-use-description .item-home-use-description p:last-child {
  margin-bottom: 0px;
}

.section-accordion-description {
  background-color: #ffffff;
  padding-top: 80px;
  padding-bottom: 155px;
}
@media (max-width: 767px) {
  .section-accordion-description {
    padding-top: 9px;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-accordion-description {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.section-accordion-description:first-child {
  padding-top: 0px;
}
.section-accordion-description:last-child {
  padding-bottom: 42px;
}
@media (max-width: 767px) {
  .section-accordion-description:last-child {
    padding-bottom: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-accordion-description:last-child {
    padding-bottom: 45px;
  }
}
.section-accordion-description h2 {
  margin-top: 80px;
  margin-bottom: 46px;
}
@media (max-width: 767px) {
  .section-accordion-description h2 {
    margin-top: 52px;
  }
}

.item-accordion {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}
@media (max-width: 767px) {
  .item-accordion {
    display: block;
  }
}
.item-accordion .image-item-accordion {
  flex: 18;
  text-align: left;
  margin-left: 72px;
  margin-right: 30px;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .item-accordion .image-item-accordion {
    flex: 14;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .item-accordion .image-item-accordion {
    flex: 12;
  }
}
@media (max-width: 767px) {
  .item-accordion .image-item-accordion {
    text-align: center;
    margin-bottom: 40px;
    margin-left: 0px;
  }
}
.item-accordion .image-item-accordion img {
  position: absolute;
  top: 0;
  left: -70px;
  max-width: 100%;
  height: auto;
  box-shadow: 0 9px 23px rgba(22, 25, 32, 0.2);
  opacity: 0;
  transition: opacity 0.3s;
}
.item-accordion .image-item-accordion img.image-item-accordion-active {
  opacity: 1;
}
@media (max-width: 767px) {
  .item-accordion .image-item-accordion img {
    max-width: 90%;
    margin-left: 87px;
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .item-accordion .image-item-accordion img {
    max-width: 85%;
    margin-left: 6px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .item-accordion .image-item-accordion img {
    max-width: 88%;
  }
}
@media (max-width: 767px) {
  .item-accordion .image-item-accordion img.img-1 {
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  .item-accordion .image-item-accordion img.img-2 {
    max-width: 80%;
  }
}
.item-accordion .info-item-accordion {
  flex: 13;
  margin-left: 40px;
}
@media (max-width: 767px) {
  .item-accordion .info-item-accordion {
    margin-left: 9px;
  }
}
.item-accordion .info-item-accordion h3 {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .item-accordion .info-item-accordion h3 {
    margin-bottom: 17px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .item-accordion .info-item-accordion > p {
    text-align: center;
    font-size: 14px;
  }
}
.item-accordion .info-item-accordion .accordion {
  margin-bottom: 30px;
  padding-left: 3px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .item-accordion .info-item-accordion .accordion {
    padding-left: 0px;
    padding-right: 8px;
    margin-bottom: 17px;
    padding-top: 200px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .item-accordion .info-item-accordion .accordion {
    padding-left: 0px;
    padding-right: 30px;
    margin-bottom: 17px;
  }
}

.item-accordion-reverse {
  flex-direction: row-reverse;
}
.item-accordion-reverse .image-item-accordion {
  text-align: right;
}
@media (max-width: 767px) {
  .item-accordion-reverse .image-item-accordion {
    text-align: center;
  }
}
.item-accordion-reverse .image-item-accordion img {
  transform: translateX(9%);
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .item-accordion-reverse .image-item-accordion img {
    transform: translateX(0px);
  }
}

.accordion .panel {
  background-color: transparent;
  border: 1px solid transparent;
  box-shadow: none;
  border-left: none;
  border-right: none;
  border-top: none;
  padding-bottom: 11px;
  margin-bottom: 11px;
}
@media (max-width: 767px) {
  .accordion .panel {
    margin-top: 20px;
  }
}
.accordion .panel:last-child {
  border-bottom: none;
}
.accordion .panel .title-collapse {
  font-weight: 600;
  color: #3c3c3b;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.accordion .panel .title-collapse:hover, .accordion .panel .title-collapse:active, .accordion .panel .title-collapse:focus {
  color: #3c3c3b;
}
@media (max-width: 767px) {
  .accordion .panel .title-collapse {
    font-size: 14px;
  }
}
.accordion .panel .title-collapse span {
  display: inline-block;
  width: 20px;
}
@media (max-width: 767px) {
  .accordion .panel .title-collapse span img {
    margin-left: -3px;
  }
}
.accordion .panel .title-collapse .body-collapse {
  padding-top: 10px;
  padding-right: 0px;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .accordion .panel .title-collapse .body-collapse {
    padding-left: 2px;
  }
}
.accordion .panel .title-collapse .body-collapse a {
  font-weight: 400;
}
.accordion .panel .title-collapse .body-collapse p {
  margin-bottom: 18px;
}
.accordion .panel .title-collapse .body-collapse p:last-child {
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .text-body-collapse {
    font-size: 16px;
  }
}

.background-header {
  background-image: url("../assets/img/background.jpg");
}

.content-header .text-data-content-header {
  flex: 13 !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content-header .text-data-content-header {
    padding-top: 0px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-header .text-data-content-header {
    padding-top: 0px !important;
  }
}
@media (max-width: 767px) {
  .content-header .text-data-content-header {
    padding-top: 0px !important;
  }
}
.content-header .text-data-content-header h1 {
  line-height: 43px;
  font-size: 44px;
}
@media (max-width: 767px) {
  .content-header .text-data-content-header h1 {
    line-height: 28px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content-header .text-data-content-header h1 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-header .text-data-content-header h1 {
    font-size: 18px;
    line-height: 21px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content-header .text-data-content-header p {
    font-size: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-header .text-data-content-header p {
    font-size: 15px !important;
    margin-bottom: 5px;
  }
}
.content-header .text-data-content-header .intro-text {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .content-header .text-data-content-header .intro-text {
    font-size: 11px !important;
  }
}
.content-header .text-data-content-header .content-button .button-main {
  margin-right: 6px;
}
@media (max-width: 767px) {
  .content-header .text-data-content-header .content-button .button-main {
    margin-bottom: 15px;
    margin-right: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content-header .text-data-content-header .content-button .button-main {
    padding: 12px 9px 13px 9px;
    font-size: 15px;
    margin-right: 6px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-header .text-data-content-header .content-button .button-main {
    padding: 12px 9px 13px 9px;
    font-size: 12px;
    margin-right: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content-header .text-data-content-header .content-button .button-main-dos {
    padding: 12px 9px 13px 9px;
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-header .text-data-content-header .content-button .button-main-dos {
    padding: 12px 9px 13px 9px;
    font-size: 12px;
  }
}

.data-content-header {
  padding-bottom: 0px !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .data-content-header {
    padding-top: 44px !important;
  }
}

.section-data {
  text-align: center;
  background: #ffffff;
  padding-top: 78px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .section-data {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-data {
    padding-top: 44px;
    padding-bottom: 44px;
  }
}
.section-data img {
  width: 100%;
}
@media (max-width: 767px) {
  .section-data p {
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-data p {
    margin-bottom: 0px;
  }
}

.section-logos {
  padding-top: 0px;
  padding-bottom: 100px;
  background: #ffffff;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-logos {
    padding-bottom: 39px;
  }
}
@media (max-width: 767px) {
  .section-logos {
    padding-bottom: 11px;
  }
}
.section-logos p {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .section-logos p {
    margin-bottom: 21px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-logos p {
    margin-bottom: 41px;
  }
}
.section-logos .logos-support {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-logos .logos-support {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .section-logos .logos-support {
    justify-content: center;
  }
}
.section-logos .logos-support .logos-support-item {
  width: 14%;
  text-align: center;
  margin-left: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-logos .logos-support .logos-support-item {
    width: 30%;
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .section-logos .logos-support .logos-support-item {
    width: 50%;
    margin-bottom: 20px;
    margin-left: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-logos .logos-support .logos-support-item {
    width: 13%;
  }
}
.section-logos .logos-support .logos-support-item img {
  width: 191px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-logos .logos-support .logos-support-item img {
    width: 166px;
  }
}
@media (max-width: 767px) {
  .section-logos .logos-support .logos-support-item img {
    width: 147px;
  }
}
.section-logos .logos-support .logos-support-item .img-size {
  width: 185px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-logos .logos-support .logos-support-item .img-size {
    width: 154px;
  }
}
@media (max-width: 767px) {
  .section-logos .logos-support .logos-support-item .img-size {
    width: 170px;
  }
}

.section-image-large {
  background-image: url("../assets/img/background-img-large.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 150px;
  text-align: center;
}
@media (max-width: 767px) {
  .section-image-large {
    padding-top: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-image-large {
    padding-top: 103px;
  }
}
@media (max-width: 767px) {
  .section-image-large img {
    width: 78%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-image-large img {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-image-large img {
    width: 100%;
  }
}

.section-our-solutions {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 56px;
  background: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-our-solutions {
    padding-top: 36px;
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-our-solutions {
    padding-bottom: 42px;
  }
}
@media (max-width: 767px) {
  .section-our-solutions {
    padding-top: 24px;
    padding-bottom: 33px;
  }
}
@media (max-width: 767px) {
  .section-our-solutions h2 {
    margin-bottom: 0px;
  }
}
.section-our-solutions .img-logo {
  margin-bottom: 25px;
  margin-top: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-our-solutions .img-logo {
    text-align: center;
  }
}
.section-our-solutions .img-logo img {
  width: 300px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-our-solutions .img-logo img {
    width: 217px;
  }
}
@media (max-width: 767px) {
  .section-our-solutions .image-solutions-desk {
    display: none;
  }
}
.section-our-solutions .image-solutions-desk img {
  width: 80%;
}
.section-our-solutions .image-solutions-mobile {
  display: none;
}
@media (max-width: 767px) {
  .section-our-solutions .image-solutions-mobile {
    display: block;
    margin-top: 20px;
  }
}
.section-our-solutions .image-solutions-mobile img {
  width: 100%;
}

.section-cards {
  background: #ffffff;
}
.section-cards .box-content {
  background: #f2f2f9;
  padding: 60px;
  border-radius: 50px;
  margin-bottom: 41px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-cards .box-content {
    padding: 34px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-cards .box-content {
    padding: 27px;
  }
}
@media (max-width: 767px) {
  .section-cards .box-content {
    padding: 25px 18px;
    margin-bottom: 18px;
  }
}
.section-cards .box-content .data-box {
  text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-cards .box-content .data-box {
    margin-top: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-cards .box-content .data-box {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .section-cards .box-content .data-box {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .section-cards .box-content .data-box .logo-box {
    text-align: center;
  }
}
.section-cards .box-content .data-box img {
  margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-cards .box-content .data-box img {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-cards .box-content .data-box img {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .section-cards .box-content .data-box img {
    margin-bottom: 8px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-cards .box-content .data-box .logo {
    width: auto;
    height: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-cards .box-content .data-box .logo {
    height: 28px;
  }
}
@media (max-width: 767px) {
  .section-cards .box-content .data-box .logo {
    height: 28px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-cards .box-content .data-box p {
    margin-bottom: 10px;
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-cards .box-content .data-box p {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .section-cards .box-content .data-box p {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .section-cards .box-content .position-mobile {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-cards .img-box {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .section-cards .img-box {
    text-align: center;
  }
}
.section-cards .img-box img {
  width: 100%;
}
@media (max-width: 767px) {
  .section-cards .img-box img {
    width: 90%;
  }
}
.section-cards .button-box {
  text-align: left;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .section-cards .button-box {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.text-bold {
  font-weight: 700;
}

.section-description {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 60px;
  background: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-description {
    padding-top: 0px;
    padding-bottom: 26px;
  }
}
@media (max-width: 767px) {
  .section-description {
    padding-top: 8px;
    padding-bottom: 26px;
  }
}
.section-description h2 {
  text-align: left;
}
@media (max-width: 767px) {
  .section-description h2 {
    text-align: center;
    margin-bottom: 0px;
  }
}
.section-description .description-data {
  text-align: left;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 30px;
  width: 60%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-description .description-data {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .section-description .description-data {
    text-align: center;
    margin-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }
}
.section-description .options-data {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.section-description .options-data h4 {
  margin-top: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-description .options-data img {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .section-description .options-data img {
    width: 100px;
  }
}
.section-description .style-text-align {
  display: flex;
  align-items: baseline;
}
@media (max-width: 767px) {
  .section-description .style-text-align {
    display: block;
  }
}
.section-description .style-text-align p {
  text-align: left;
}
@media (max-width: 767px) {
  .section-description .style-text-align p {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .section-description .style-text-align .description-text p {
    margin-bottom: 10px;
  }
}

.list-box {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  text-align: left;
  margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .list-box {
    margin-bottom: 8px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .list-box div {
    margin-bottom: 0px;
    font-size: 15px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .list-box div {
    margin-bottom: 0px;
    font-size: 15px !important;
  }
}
@media (max-width: 767px) {
  .list-box div {
    margin-bottom: 0px;
    font-size: 16px !important;
  }
}
.list-box img {
  margin-right: 10px;
}

.section-background-color {
  background-image: url("../assets/img/background-color.png");
  background-size: cover;
  background-position: center;
  color: #ffffff;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-background-color {
    padding-top: 54px;
    padding-bottom: 54px;
  }
}
@media (max-width: 767px) {
  .section-background-color {
    padding-top: 20px;
    padding-bottom: 36px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-background-color {
    padding-top: 74px;
    padding-bottom: 62px;
  }
}
.section-background-color h3 {
  color: #ffffff;
}
@media (max-width: 767px) {
  .section-background-color h3 {
    text-align: center;
  }
}
.section-background-color h5 {
  color: #ffffff;
}
@media (max-width: 767px) {
  .section-background-color h5 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .section-background-color .content-image {
    text-align: center;
  }
}
.section-background-color .content-image img {
  width: 100%;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .section-background-color .content-image img {
    width: 300px;
    margin-bottom: 20px;
  }
}
.section-background-color .list-box img {
  margin-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-background-color p {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .section-background-color .content-button {
    text-align: center;
  }
}
.section-background-color .content-button .button-main {
  margin-right: 22px;
}
@media (max-width: 767px) {
  .section-background-color .content-button .button-main {
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-background-color .content-button .button-main {
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-background-color .content-button .button-main {
    padding: 12px 11px 12px 11px;
    margin-bottom: 15px;
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-background-color .content-button .button-main-tres {
    padding: 12px 11px 12px 11px;
    margin-bottom: 15px;
    font-size: 14px;
  }
}
.section-background-color .position-column-color {
  display: flex !important;
  align-items: center !important;
}
@media (max-width: 767px) {
  .section-background-color .position-column-color {
    display: block !important;
  }
}

.section-contact-form {
  background: #ffffff;
  padding-top: 74px;
  padding-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-contact-form {
    padding-top: 42px;
    padding-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .section-contact-form {
    padding-top: 26px;
    padding-bottom: 0px;
  }
}
.section-contact-form h2 {
  text-align: center;
}
.section-contact-form p {
  text-align: center;
}
.section-contact-form .submit-container {
  text-align: center !important;
}
.section-contact-form .nf-form-content input:not([type=button]) {
  background: white;
  border: 1px solid #e7dddd;
  padding-top: 11px;
}
@media (max-width: 767px) {
  .section-contact-form .nf-form-content input:not([type=button]) {
    width: 100%;
  }
}
.section-contact-form .nf-form-content select.ninja-forms-field:not([multiple]) {
  border: 1px solid #e7dddd;
}
.section-contact-form .nf-form-content textarea.ninja-forms-field {
  background: white;
  border: 1px solid #e7dddd;
}
.section-contact-form .nf-form-content input[type=submit]:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .section-contact-form .label-above .field-wrap {
    text-align: left !important;
    font-size: 16px !important;
  }
}
@media (max-width: 767px) {
  .section-contact-form .nf-form-content label {
    font-size: 16px !important;
  }
}
@media (max-width: 767px) {
  .section-contact-form .nf-field-container {
    margin-bottom: 10px !important;
  }
}
.section-contact-form .ninja-forms-req-symbol {
  display: none !important;
}

.section-blog {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .section-blog {
    padding-top: 40px;
    padding-bottom: 35px;
  }
}
.section-blog .header-section-blog {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .section-blog .header-section-blog {
    display: block;
    justify-content: center;
    text-align: center;
  }
}
.section-blog .section-announcement .header-section-blog {
  text-align: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .section-blog .section-announcement .header-section-blog {
    margin-bottom: 39px;
  }
}
.section-blog .section-announcement .item-cards-blog {
  margin-bottom: 29px;
}
@media (max-width: 767px) {
  .section-blog .section-announcement .item-cards-blog {
    margin-bottom: 20px;
  }
}
.section-blog .section-announcement .item-cards-blog .title-card-blog h4 {
  margin-top: 20px !important;
}
.section-blog .section-announcement .button-box {
  text-align: center;
  margin-top: 30px;
}

.list-cards-blog {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: left;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .list-cards-blog {
    display: block;
  }
}
.list-cards-blog .item-cards-blog {
  width: 31%;
  padding: 20px;
  border-radius: 10px;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .list-cards-blog .item-cards-blog {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .list-cards-blog .item-cards-blog {
    margin-right: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .list-cards-blog .item-cards-blog {
    margin-right: 16px;
  }
}
.list-cards-blog .item-cards-blog .img-card-blog img {
  width: 100%;
  border-radius: 10px;
}
.list-cards-blog .item-cards-blog .date-card-blog p {
  margin-top: 20px;
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 7px;
}
.list-cards-blog .item-cards-blog .title-card-blog p {
  margin-top: 0px;
}
.list-cards-blog .item-cards-blog .link-card-blog svg {
  width: 6px;
}

.footer {
  color: #ffffff;
  background-color: #3c3b7f;
}
@media (max-width: 767px) {
  .footer {
    padding-bottom: 30px;
  }
}
.footer .footer-top .data-footer-top {
  min-height: 262px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding-left: 1.2%;
  padding-right: 1.2%;
}
@media (max-width: 767px) {
  .footer .footer-top .data-footer-top {
    min-height: inherit;
    display: block;
    padding-top: 32px;
  }
}
.footer .footer-top .data-footer-top .logo-footer-text {
  flex: 7;
}
@media (max-width: 767px) {
  .footer .footer-top .data-footer-top .logo-footer-text {
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
    margin-bottom: 27px;
  }
}
.footer .footer-top .data-footer-top .logo-footer-text .logo-footer {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .footer .footer-top .data-footer-top .logo-footer-text .logo-footer {
    margin-bottom: 18px;
  }
  .footer .footer-top .data-footer-top .logo-footer-text .logo-footer img {
    width: 170px;
    height: auto;
  }
}
.footer .footer-top .data-footer-top .logo-footer-text p {
  padding-right: 41px;
}
@media (max-width: 767px) {
  .footer .footer-top .data-footer-top .logo-footer-text p {
    margin-bottom: 20px;
    padding-right: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .footer-top .data-footer-top .logo-footer-text p {
    padding-right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer .footer-top .data-footer-top .logo-footer-text p {
    padding-right: 61px;
  }
}
.footer .footer-top .data-footer-top .content-menu-footer {
  flex: 7;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer .footer-top .data-footer-top .content-menu-footer {
    display: block;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.footer .footer-top .data-footer-top .content-menu-footer .item-menu-footer {
  padding-right: 7%;
}
@media (max-width: 767px) {
  .footer .footer-top .data-footer-top .content-menu-footer .item-menu-footer {
    padding-right: 0px;
    margin-bottom: 27px;
  }
}
.footer .footer-top .data-footer-top .content-menu-footer .item-menu-footer:last-child {
  padding-right: 0px;
}
.footer .footer-top .data-footer-top .content-menu-footer .item-menu-footer h5 {
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .footer .footer-top .data-footer-top .content-menu-footer .item-menu-footer h5 {
    margin-bottom: 12px;
  }
}
.footer .footer-top .data-footer-top .content-menu-footer .item-menu-footer .menu-footer {
  padding: 0px;
  margin: 0px;
  list-style-type: disc;
}
.footer .footer-top .data-footer-top .content-menu-footer .item-menu-footer .menu-footer li {
  padding: 0px;
  margin: 0px 0px 0px 20px;
  background-image: inherit;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .footer .footer-top .data-footer-top .content-menu-footer .item-menu-footer .menu-footer li {
    margin-bottom: 12px;
  }
}
.footer .footer-top .data-footer-top .content-menu-footer .item-menu-footer .menu-footer li a {
  display: inline-block;
  color: #ffffff;
}
.footer .footer-top .data-footer-top .content-menu-footer .item-menu-footer .menu-footer li a:hover, .footer .footer-top .data-footer-top .content-menu-footer .item-menu-footer .menu-footer li a:active, .footer .footer-top .data-footer-top .content-menu-footer .item-menu-footer .menu-footer li a:focus {
  color: #ffffff;
}
.footer .footer-top .data-footer-top .content-menu-footer .item-menu-footer .menu-footer li:last-child {
  margin-bottom: 0px;
}
.footer .footer-bottom .data-footer-bottom {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  min-height: 110px;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding-left: 1.2%;
  padding-right: 1.2%;
}
@media (max-width: 767px) {
  .footer .footer-bottom .data-footer-bottom {
    flex-direction: column;
    justify-content: center;
    min-height: 85px;
  }
}
.footer .footer-bottom .data-footer-bottom p {
  margin-bottom: 0px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .footer .footer-bottom .data-footer-bottom p {
    margin-bottom: 12px;
    font-size: 15px;
    margin-top: 15px;
    text-align: center;
  }
}
.footer .footer-bottom .data-footer-bottom .socialmedia-footer {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.footer .footer-bottom .data-footer-bottom .socialmedia-footer li {
  padding: 0px;
  margin: 0px;
  background-image: inherit;
  margin-left: 24px;
}
@media (max-width: 767px) {
  .footer .footer-bottom .data-footer-bottom .socialmedia-footer li {
    margin-left: 14px;
  }
}
.footer .footer-bottom .data-footer-bottom .socialmedia-footer li:first-child {
  margin-left: 0px;
}
.footer .footer-bottom .data-footer-bottom .socialmedia-footer li a {
  display: inline-block;
}
@media (max-width: 767px) {
  .footer .footer-bottom .data-footer-bottom .socialmedia-footer li a img {
    width: 20px;
    height: auto;
  }
}

.social-media-menu-footer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: left;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.social-media-menu-footer li {
  padding: 0px;
  background-image: inherit;
  list-style: none;
  margin-top: 12px !important;
}
@media (max-width: 767px) {
  .social-media-menu-footer li {
    margin-left: 14px;
  }
}
.social-media-menu-footer li:first-child {
  margin-left: 0px !important;
}
.social-media-menu-footer li a {
  display: inline-block;
}
@media (max-width: 767px) {
  .social-media-menu-footer li a img {
    width: 20px;
    height: auto;
  }
}

/* estilos ninja forms */
.formulario-land2021 ul li {
  background-image: inherit;
}
.formulario-land2021 .nf-form-fields-required {
  font-size: 16px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .formulario-land2021 .nf-form-fields-required {
    text-align: center;
    font-size: 15px;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .formulario-land2021 {
    max-width: 99%;
    margin-left: auto;
    margin-right: auto;
  }
}
.formulario-land2021 .nf-form-content {
  padding: 15px 0px 0px 0px;
  max-width: 100%;
  /*select*/
  /*textfield*/
  /*label titulo*/
  /*radio y checkboxes*/
  /*submit*/
}
.formulario-land2021 .nf-form-content button {
  background: #ef5843;
  color: #ffffff;
}
.formulario-land2021 .nf-form-content button:hover, .formulario-land2021 .nf-form-content button:active, .formulario-land2021 .nf-form-content button:focus {
  color: #ffffff;
  background: #ef5843;
  outline: none;
  border: none;
}
.formulario-land2021 .nf-form-content input.ninja-forms-field, .formulario-land2021 .nf-form-content select.ninja-forms-field:not([multiple]) {
  height: 45px;
}
@media (max-width: 767px) {
  .formulario-land2021 .nf-form-content input.ninja-forms-field, .formulario-land2021 .nf-form-content select.ninja-forms-field:not([multiple]) {
    height: 37px;
  }
}
.formulario-land2021 .nf-form-content select.ninja-forms-field:not([multiple]) {
  color: #3c3c3b;
  padding: 6px 12px;
}
@media (max-width: 767px) {
  .formulario-land2021 .nf-form-content select.ninja-forms-field:not([multiple]) {
    padding: 0px 12px;
    height: 39px;
  }
}
.formulario-land2021 .nf-form-content select.ninja-forms-field:not([multiple]) + div {
  background-color: #ffffff;
  height: 45px;
}
@media (max-width: 767px) {
  .formulario-land2021 .nf-form-content select.ninja-forms-field:not([multiple]) + div {
    font-size: 13px;
    height: 39px;
  }
}
.formulario-land2021 .nf-form-content select.ninja-forms-field:not([multiple]) + div:after {
  color: #45c0f0;
  font-size: 15px;
  top: 0px;
  height: 45px;
  line-height: 45px;
}
@media (max-width: 767px) {
  .formulario-land2021 .nf-form-content select.ninja-forms-field:not([multiple]) + div:after {
    height: 37px;
    line-height: 37px;
    font-size: 14px;
    top: 1px;
  }
}
.formulario-land2021 .nf-form-content input:not([type=button]), .formulario-land2021 .nf-form-content textarea {
  background-color: #ffffff;
  color: #3c3c3b;
}
.formulario-land2021 .nf-form-content input:not([type=button]):focus, .formulario-land2021 .nf-form-content textarea:focus {
  border-color: #333333;
  color: #3c3c3b;
}
.formulario-land2021 .nf-form-content textarea {
  resize: none;
}
@media (max-width: 767px) {
  .formulario-land2021 .nf-form-content textarea {
    height: inherit !important;
    min-height: 100px;
  }
}
.formulario-land2021 .nf-form-content .nf-field-label label {
  font-weight: 300;
  display: none;
}
@media (max-width: 767px) {
  .formulario-land2021 .nf-form-content .nf-field-label label {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .formulario-land2021 .nf-form-content .nf-field-label {
    margin-bottom: 5px !important;
  }
}
@media (max-width: 767px) {
  .formulario-land2021 .nf-form-content .nf-field-element ul li:last-child {
    margin-bottom: 0px !important;
  }
}
.formulario-land2021 .nf-form-content .nf-field-element label {
  font-weight: 300;
}
.formulario-land2021 .nf-form-content .nf-field-element label:after {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .formulario-land2021 .nf-form-content .nf-field-element label:after {
    width: 15px;
    height: 15px;
  }
}
.formulario-land2021 .nf-form-content .nf-field-element label:before {
  font-size: 14px;
  left: -26px;
}
@media (max-width: 767px) {
  .formulario-land2021 .nf-form-content .nf-field-element label:before {
    font-size: 12px;
    left: -27px;
  }
}
@media (max-width: 767px) {
  .formulario-land2021 .nf-form-content .nf-field-element label {
    font-size: 15px;
  }
}
.formulario-land2021 .nf-form-content .nf-field-element input[type=radio] + label:before {
  top: 4.5px;
}
@media (max-width: 767px) {
  .formulario-land2021 .nf-form-content .nf-field-element input[type=radio] + label:before {
    top: 4px;
    left: -26.5px;
    height: 7.5px;
    width: 7.5px;
  }
}
.formulario-land2021 .nf-form-content .nf-field-element input[type=checkbox] + label:before {
  top: 2px;
}
@media (max-width: 767px) {
  .formulario-land2021 .nf-form-content .nf-field-element input[type=checkbox] + label:before {
    top: 1px;
  }
}
.formulario-land2021 .nf-form-content .container-choice ul {
  display: flex;
  flex-wrap: wrap;
}
.formulario-land2021 .nf-form-content .container-choice ul li {
  width: 40%;
}
@media (max-width: 767px) {
  .formulario-land2021 .nf-form-content .container-choice ul li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .formulario-land2021 .nf-form-content .container-choice ul {
    display: block;
  }
}
.formulario-land2021 .nf-form-content .nf-error .nf-field-element:after {
  height: 43px;
  width: 45px;
  line-height: 45px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .formulario-land2021 .nf-form-content .nf-error .nf-field-element:after {
    height: 35px;
    width: 37px;
    line-height: 37px;
    font-size: 14px;
  }
}
.formulario-land2021 .nf-form-content input[type=submit], .formulario-land2021 .nf-form-content input[type=button], .formulario-land2021 .nf-form-content .submit-geocode1 {
  padding: 14px 6% 13px 6%;
  height: inherit;
  display: inline-block;
  background-color: #ef5843;
  border: 2px solid #ef5843;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: bold;
  transition-property: background-color, color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
  border-radius: 8px;
  cursor: pointer;
}
.formulario-land2021 .nf-form-content input[type=submit]:hover, .formulario-land2021 .nf-form-content input[type=submit]:focus, .formulario-land2021 .nf-form-content input[type=submit]:active, .formulario-land2021 .nf-form-content input[type=button]:hover, .formulario-land2021 .nf-form-content input[type=button]:focus, .formulario-land2021 .nf-form-content input[type=button]:active, .formulario-land2021 .nf-form-content .submit-geocode1:hover, .formulario-land2021 .nf-form-content .submit-geocode1:focus, .formulario-land2021 .nf-form-content .submit-geocode1:active {
  text-decoration: none;
  color: #ef5843;
  background-color: #ffffff !important;
  border: 2px solid #ef5843;
  transition-property: background-color, color;
  transition-duration: 0.3s !important;
  transition-timing-function: ease-in;
}
@media (max-width: 767px) {
  .formulario-land2021 .nf-form-content input[type=submit], .formulario-land2021 .nf-form-content input[type=button], .formulario-land2021 .nf-form-content .submit-geocode1 {
    font-size: 15px;
    line-height: 22px;
    padding: 6px 5%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .formulario-land2021 .nf-form-content input[type=submit], .formulario-land2021 .nf-form-content input[type=button], .formulario-land2021 .nf-form-content .submit-geocode1 {
    padding: 11px 5.5% 10px 5.5%;
  }
}
.formulario-land2021 .nf-form-content input[type=submit].button-disabled, .formulario-land2021 .nf-form-content input[type=button].button-disabled, .formulario-land2021 .nf-form-content .submit-geocode1.button-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.formulario-land2021 .nf-form-content input[type=submit].button-disabled:hover, .formulario-land2021 .nf-form-content input[type=submit].button-disabled:focus, .formulario-land2021 .nf-form-content input[type=submit].button-disabled:active, .formulario-land2021 .nf-form-content input[type=button].button-disabled:hover, .formulario-land2021 .nf-form-content input[type=button].button-disabled:focus, .formulario-land2021 .nf-form-content input[type=button].button-disabled:active, .formulario-land2021 .nf-form-content .submit-geocode1.button-disabled:hover, .formulario-land2021 .nf-form-content .submit-geocode1.button-disabled:focus, .formulario-land2021 .nf-form-content .submit-geocode1.button-disabled:active {
  background-color: #ef5843;
  border: 2px solid #ef5843;
  color: #ffffff;
}
.formulario-land2021 .nf-form-content .submit-geocode1 {
  text-transform: none;
  padding: 12px;
  font-size: 16px;
  font-weight: normal;
}
.formulario-land2021 .nf-form-content .hidden-field {
  display: none;
}
.formulario-land2021 .nf-form-content .hidden-field-latitud .nf-field-label, .formulario-land2021 .nf-form-content .hidden-field-latitud .nf-field-element {
  display: none;
}
.formulario-land2021 .nf-form-content .hidden-field-latitud.nf-field-container {
  margin-bottom: 5px;
}
.formulario-land2021 .nf-error-msg {
  font-size: 15px;
}
@media (max-width: 767px) {
  .formulario-land2021 .nf-error-msg {
    font-size: 14px;
  }
}
.formulario-land2021 .nf-field-container {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .formulario-land2021 .nf-field-container {
    margin-bottom: 10px;
  }
}
.formulario-land2021 ul li:before {
  content: none;
}
.formulario-land2021 .submit-container .nf-field-element {
  text-align: center;
  padding-top: 8px;
}
@media (max-width: 767px) {
  .formulario-land2021 .submit-container .nf-field-element {
    padding-top: 8px;
  }
}
.formulario-land2021 form:last-child {
  margin-bottom: 0px;
}

/* /estilos ninja forms */
.content-page {
  padding-top: 55px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .content-page {
    padding-top: 20px;
    padding-bottom: 11px;
  }
}

.data-contacto {
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .data-contacto {
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .data-contacto {
    flex-direction: column-reverse;
  }
}
.data-contacto .data-left-contacto {
  flex: 1;
  display: flex;
  padding-left: 0.7%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .data-contacto .data-left-contacto {
    flex: 4;
  }
}
.data-contacto .data-left-contacto h1 {
  margin-bottom: 20px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .data-contacto .data-left-contacto h1 {
    margin-bottom: 18px;
    text-align: center;
  }
}
.data-contacto .data-left-contacto h4 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .data-contacto .data-left-contacto h4 {
    margin-bottom: 25px;
  }
}
.data-contacto .data-left-contacto .table-contact {
  margin-left: 8%;
}
@media (max-width: 767px) {
  .data-contacto .data-left-contacto h4 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .data-contacto .data-left-contacto h3 {
    text-align: center;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .data-contacto .data-left-contacto p {
    text-align: center;
  }
}
.data-contacto .data-left-contacto a {
  color: #000;
}
.data-contacto .data-right-contacto {
  flex: 1;
  padding-right: 1.2%;
  padding-left: 3%;
}
@media (max-width: 767px) {
  .data-contacto .data-right-contacto {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .data-contacto .data-right-contacto {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 30px;
  }
}

.content-form {
  background-color: #ffffff;
  padding-bottom: 20px;
  padding-top: 40px;
  padding-left: 7%;
  padding-right: 7%;
  border-radius: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-form {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 767px) {
  .content-form {
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 10px;
    padding-top: 25px;
  }
}
.content-form .title-form {
  text-align: center;
}
.content-form .title-form .content-image {
  margin-bottom: 15px;
}
.content-form .title-form .content-image img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .content-form .title-form .content-image img {
    height: 37px;
  }
}
.content-form .title-form h3 {
  font-size: 30px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .content-form .title-form h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.content-form .title-form p {
  font-weight: 600;
}

.table-contact {
  color: #3c3c3b;
  font-weight: 500;
}
.table-contact a {
  color: #3c3c3b;
  font-weight: 500;
}
.table-contact a:hover, .table-contact a:active, .table-contact a:focus {
  color: #3c3c3b;
}
.table-contact tr td {
  padding-bottom: 32px;
}
@media (max-width: 767px) {
  .table-contact tr td {
    padding-bottom: 27px;
  }
}
.table-contact tr td:first-child {
  padding-right: 27px;
}
@media (max-width: 767px) {
  .table-contact tr td:first-child {
    padding-right: 17px;
  }
  .table-contact tr td:first-child img {
    width: 22px;
    height: auto;
  }
}
.table-contact tr:last-child td {
  padding-bottom: 0px;
}

.sectionAbout {
  padding-top: 70px;
  padding-bottom: 75px;
}

.about-problem-solution .data-about-problem-solution h2 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .about-problem-solution .data-about-problem-solution h2 {
    margin-bottom: 20px;
  }
}
.about-problem-solution .data-about-problem-solution .article-problem-solution {
  margin-top: 65px;
}
@media (max-width: 767px) {
  .about-problem-solution .data-about-problem-solution .article-problem-solution {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .about-problem-solution {
    padding-top: 33px;
    padding-bottom: 38px;
  }
}

.article-problem-solution {
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .article-problem-solution {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.article-problem-solution .item-problem-solution {
  flex: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .article-problem-solution .item-problem-solution {
    flex: inherit;
    width: 47.5%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .article-problem-solution .item-problem-solution {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .article-problem-solution .item-problem-solution:nth-last-child(1) {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .article-problem-solution .item-problem-solution:nth-last-child(2) {
    margin-bottom: 0px;
  }
}
.article-problem-solution .item-problem-solution .image-item {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .article-problem-solution .item-problem-solution .image-item {
    margin-bottom: 10px;
  }
  .article-problem-solution .item-problem-solution .image-item img {
    width: 50px;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .article-problem-solution .item-problem-solution .image-item {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .article-problem-solution .item-problem-solution p {
    font-size: 15px;
  }
}
.article-problem-solution .item-problem-solution p:last-child {
  margin-bottom: 0px;
}

.about-list-solution {
  background-color: #f2f2f9;
}
@media (max-width: 767px) {
  .about-list-solution {
    padding-top: 33px;
    padding-bottom: 35px;
  }
}
.about-list-solution .data-about-list-solution .bullet-about-list {
  display: flex;
  margin-top: 60px;
  padding-left: 4%;
  padding-right: 4%;
}
@media (max-width: 767px) {
  .about-list-solution .data-about-list-solution .bullet-about-list {
    margin-top: 22px;
    padding-left: 2%;
    padding-right: 2%;
  }
}

.data-solution-about {
  margin-top: 50px;
}
.data-solution-about p {
  margin-top: 20px;
}

.with-porcentajes {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .with-porcentajes {
    padding-top: 32px;
  }
}
.with-porcentajes .data-with-porcentajes .article-problem-solution {
  margin-top: 105px;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .with-porcentajes .data-with-porcentajes .article-problem-solution {
    margin-top: 15px;
    margin-bottom: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .with-porcentajes .data-with-porcentajes .article-problem-solution {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.with-porcentajes .data-with-porcentajes .image-crm {
  text-align: center;
}
.with-porcentajes .data-with-porcentajes .image-crm img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .with-porcentajes .data-with-porcentajes .image-crm img {
    max-width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .with-porcentajes .data-with-porcentajes .image-crm img {
    max-width: 88%;
  }
}

.testimonials-melian {
  padding-top: 80px;
  padding-bottom: 85px;
  background-color: #f2f2f9;
}
@media (max-width: 767px) {
  .testimonials-melian {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.testimonials-melian .data-testimonials-melian .title-center {
  padding-bottom: 37px;
}
@media (max-width: 767px) {
  .testimonials-melian .data-testimonials-melian .title-center {
    padding-bottom: 5px;
  }
}
.articles-testominals {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .articles-testominals {
    display: block;
  }
}
.articles-testominals .item-testimonials {
  max-width: 600px;
}
@media (max-width: 767px) {
  .articles-testominals .item-testimonials {
    max-width: 100%;
    margin-bottom: 25px;
  }
  .articles-testominals .item-testimonials:last-child {
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .articles-testominals .item-testimonials {
    max-width: 345px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .articles-testominals .item-testimonials {
    max-width: 470px;
  }
}
.articles-testominals .item-testimonials:nth-child(2n-1) .data-item-testimonials .text-author-info:before {
  content: url("../assets/img/iconquote1.png");
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
}
@media (max-width: 767px) {
  .articles-testominals .item-testimonials:nth-child(2n-1) .data-item-testimonials .text-author-info:before {
    transform: scale(0.8);
  }
}
.articles-testominals .item-testimonials:nth-child(2n) .data-item-testimonials .text-author-info:before {
  content: url("../assets/img/iconquote2.png");
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
}
@media (max-width: 767px) {
  .articles-testominals .item-testimonials:nth-child(2n) .data-item-testimonials .text-author-info:before {
    transform: scale(0.8);
  }
}
.articles-testominals .item-testimonials .data-item-testimonials {
  background-color: #ffffff;
  border-radius: 15px;
  padding-top: 75px;
  padding-bottom: 65px;
  padding-left: 12.2%;
  padding-right: 12.2%;
}
@media (max-width: 767px) {
  .articles-testominals .item-testimonials .data-item-testimonials {
    padding-left: 8.5%;
    padding-right: 8.5%;
    padding-top: 28px;
    padding-bottom: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .articles-testominals .item-testimonials .data-item-testimonials {
    padding-top: 55px;
    padding-bottom: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .articles-testominals .item-testimonials .data-item-testimonials {
    padding-left: 10%;
    padding-right: 10%;
  }
}
.articles-testominals .item-testimonials .data-item-testimonials .text-author-info {
  position: relative;
  padding-top: 22px;
  margin-bottom: 27px;
}
@media (max-width: 767px) {
  .articles-testominals .item-testimonials .data-item-testimonials .text-author-info {
    padding-top: 18px;
  }
}
.articles-testominals .item-testimonials .data-item-testimonials .text-author-info p {
  text-indent: 28px;
}
.articles-testominals .item-testimonials .data-item-testimonials .text-author-info p:last-child {
  margin-bottom: 0px;
}
.articles-testominals .item-testimonials .data-item-testimonials .author-info {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.articles-testominals .item-testimonials .data-item-testimonials .author-info .image-author {
  margin-right: 28px;
}
@media (max-width: 767px) {
  .articles-testominals .item-testimonials .data-item-testimonials .author-info .image-author {
    margin-right: 20px;
  }
}
.articles-testominals .item-testimonials .data-item-testimonials .author-info .image-author img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .articles-testominals .item-testimonials .data-item-testimonials .author-info .image-author img {
    width: 87px;
    height: 87px;
  }
}
.articles-testominals .item-testimonials .data-item-testimonials .author-info .text-author h5 {
  margin-bottom: 2px;
  font-weight: bold;
}
.articles-testominals .item-testimonials .data-item-testimonials .author-info .text-author p:last-child {
  margin-bottom: 0px;
}

.sections-melian-solutions {
  padding-top: 90px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .sections-melian-solutions {
    padding-top: 33px;
    padding-bottom: 35px;
  }
}
.sections-melian-solutions .data-sections-melian-solutions .title-center {
  padding-bottom: 65px;
}
@media (max-width: 767px) {
  .sections-melian-solutions .data-sections-melian-solutions .title-center {
    padding-bottom: 10px;
  }
}
.sections-melian-solutions .data-sections-melian-solutions .article-melian-solutions {
  margin-bottom: 65px;
}
@media (max-width: 767px) {
  .sections-melian-solutions .data-sections-melian-solutions .article-melian-solutions {
    margin-bottom: 45px;
  }
  .sections-melian-solutions .data-sections-melian-solutions .article-melian-solutions:nth-child(3) {
    margin-bottom: 30px;
  }
}
.sections-melian-solutions .data-sections-melian-solutions .article-melian-solutions:last-child {
  margin-bottom: 0px;
}

.article-melian-solutions {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
@media (max-width: 767px) {
  .article-melian-solutions {
    display: block;
  }
}
@media (max-width: 767px) {
  .article-melian-solutions:nth-child(3) .text-article-melian-solutions {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .article-melian-solutions:nth-child(3) .image-article-melian-solutions img {
    max-width: 93%;
  }
}
@media (max-width: 767px) {
  .article-melian-solutions:nth-child(2) .text-article-melian-solutions {
    margin-bottom: 12px;
  }
}
.article-melian-solutions .text-article-melian-solutions {
  flex: 10;
  padding-left: 25px;
  padding-right: 0px;
}
@media (max-width: 767px) {
  .article-melian-solutions .text-article-melian-solutions {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 17px;
  }
}
.article-melian-solutions .text-article-melian-solutions p:last-child {
  margin-bottom: 0px;
}
.article-melian-solutions .image-article-melian-solutions {
  flex: 13;
  text-align: right;
}
.article-melian-solutions .image-article-melian-solutions img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .article-melian-solutions .image-article-melian-solutions img {
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .article-melian-solutions .image-article-melian-solutions img {
    max-width: 87%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .article-melian-solutions .image-article-melian-solutions img {
    max-width: 92%;
  }
}
@media (max-width: 767px) {
  .article-melian-solutions .image-article-melian-solutions {
    text-align: center;
  }
}

.article-melian-solutions-reverse {
  flex-direction: row-reverse;
}
.article-melian-solutions-reverse .text-article-melian-solutions {
  padding-left: 0px;
  padding-right: 20px;
}
.article-melian-solutions-reverse .image-article-melian-solutions {
  text-align: left;
}

.works-melian {
  background-color: #f2f2f9;
  padding-top: 90px;
  padding-bottom: 105px;
}
@media (max-width: 767px) {
  .works-melian {
    padding-top: 33px;
    padding-bottom: 35px;
  }
}
.works-melian .data-works-melian .title-center {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .works-melian .data-works-melian .title-center {
    padding-bottom: 20px;
  }
}
.works-melian .data-works-melian .articles-work {
  padding-left: 1%;
  padding-right: 1%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .works-melian .data-works-melian .articles-work {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.articles-work {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .articles-work {
    display: block;
  }
}
.articles-work .item-work {
  text-align: center;
  max-width: 360px;
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 767px) {
  .articles-work .item-work {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 33px;
  }
  .articles-work .item-work:last-child {
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .articles-work .item-work {
    max-width: 220px;
  }
}
.articles-work .item-work .icon-item-work {
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .articles-work .item-work .icon-item-work {
    margin-bottom: 11px;
  }
}
@media (max-width: 767px) {
  .articles-work .item-work .icon-item-work img {
    width: 50px;
    height: 50px;
  }
}
.articles-work .item-work .h4-subtitle {
  margin-bottom: 10px;
}
.articles-work .item-work p:last-child {
  margin-bottom: 0px;
}

.section-clientes {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (max-width: 767px) {
  .section-clientes {
    padding-top: 52px;
  }
}
.section-clientes .slick-slide {
  height: auto;
}
.section-clientes .slick-dots li {
  background-image: none !important;
}
.section-clientes .section-clientes-link a img {
  width: 10px;
}
.section-clientes .section-clientes-description {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .section-clientes .section-clientes-description {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .section-clientes .section-clientes-description .img-carousel img {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .section-clientes .section-clientes-description ul {
    margin-bottom: 40px;
  }
}

.nf-form-content input[type=submit] {
  padding: 14px 6% 13px 6%;
  height: inherit;
  display: inline-block;
  background-color: #ef5843 !important;
  border: 2px solid #ef5843 !important;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: bold;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  border-radius: 8px !important;
  cursor: pointer;
}

.nf-form-fields-required {
  display: none;
}

.blog {
  background: #f2f2f9;
  padding-bottom: 100px;
}
.blog .item-cards-blog {
  margin-bottom: 50px;
}
.blog h1 {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .blog h1 {
    margin-top: 21px;
  }
}
@media (max-width: 767px) {
  .blog .list-cards-blog {
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .blog .item-cards-blog {
    margin-bottom: 24px;
  }
}

.single-space {
  margin-top: 30px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .single-space {
    padding-bottom: 0px;
  }
}

.single-page {
  background-color: #f9f9f9;
  padding: 20px 20;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 1200px;
  margin: 0 auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .single-page {
    width: 1000px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-page {
    width: 780px;
  }
}
@media (max-width: 767px) {
  .single-page {
    width: 100%;
  }
}

.post-header {
  text-align: center;
  margin-bottom: 48px;
  margin-top: 31px;
}

.post-header h1 {
  color: #333;
}

.post-img {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .post-img {
    margin-bottom: 20px;
  }
}

.post-img img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.post-meta {
  text-align: center;
  font-size: 0.9em;
  color: #777;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #f2f2f9;
  padding: 15px;
}
@media (max-width: 767px) {
  .post-meta {
    text-align: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .post-meta .social-media {
    margin-top: 10px;
  }
}
.post-meta .social-media img {
  width: 30px;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .post-meta .social-media img {
    width: 25px;
  }
}
.post-meta .social-media .img-size {
  width: 40px;
}
@media (max-width: 767px) {
  .post-meta .social-media .img-size {
    width: 35px;
  }
}

.post-date {
  text-align: center;
  margin-top: 30px;
}

.border-date {
  border: 1px solid #3d45a5;
  width: 80px;
}

.post-meta .post-author,
.post-meta .post-date {
  display: inline-block;
  margin-right: 10px;
}

.post-content {
  line-height: 1.6;
  color: #444;
  margin-bottom: 20px;
}

.post-footer {
  text-align: center;
  margin-top: 20px;
}

.share-link {
  display: inline-block;
  padding: 10px 20px;
  background-color: #1da1f2;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.share-link:hover {
  background-color: #0d95e8;
}

.wp-pagenavi .pages {
  border: 1px solid #717bb9;
}
.wp-pagenavi span.current {
  border-color: #717bb9;
}

.resultado-busqueda {
  margin-top: 30px;
}

.search-form-container #searchsubmit {
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  border-radius: 8px;
  border-color: #ef5843;
  border-width: 2px;
  border-style: solid;
  background: #ef5843;
  padding: 4px 25px 4px 25px;
  font-size: 14px;
}
.search-form-container #s {
  border-color: #717bb9;
  border: 1px solid #717bb9;
  background-color: #f2f2f9 !important;
}

.list-checkbox-wrap .nf-field-element li label {
  font-weight: 400 !important;
}

.list-radio-wrap .nf-field-element li label {
  font-weight: 400 !important;
}

.text-bold {
  font-weight: 700;
}

.page-quienes-somos {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .page-quienes-somos {
    padding-bottom: 30px;
  }
}
.page-quienes-somos .data-content-header {
  padding-top: 34px;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-quienes-somos .data-content-header {
    padding-top: 10px !important;
  }
}
@media (max-width: 767px) {
  .page-quienes-somos .data-content-header {
    padding-top: 17px !important;
  }
}
.page-quienes-somos .text-data-content-header {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .page-quienes-somos .text-data-content-header {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
}
.page-quienes-somos .text-data-content-header h1 {
  font-size: 38px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-quienes-somos .text-data-content-header h1 {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-quienes-somos .text-data-content-header h1 {
    font-size: 20px;
    margin-bottom: 7px;
  }
}
@media (max-width: 767px) {
  .page-quienes-somos .text-data-content-header h1 {
    font-size: 24px !important;
  }
}
@media (max-width: 767px) {
  .page-quienes-somos .text-data-content-header h4 {
    font-size: 17px !important;
  }
}
.page-quienes-somos .text-data-content-header img {
  margin-bottom: 20px;
}
.page-quienes-somos .image-data-content-header {
  margin-top: 32px;
  text-align: center !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-quienes-somos .image-data-content-header {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .page-quienes-somos .image-data-content-header {
    margin-top: 20px;
  }
}
.page-quienes-somos .image-data-content-header img {
  width: 63%;
}
@media (max-width: 767px) {
  .page-quienes-somos .image-data-content-header img {
    width: 100%;
    max-width: 90% !important;
  }
}

.section-our-team {
  background: #f2f2f9;
  padding-top: 80px;
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .section-our-team {
    padding-top: 27px;
    padding-bottom: 7px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-our-team {
    padding-top: 50px;
    padding-bottom: 38px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-our-team {
    padding-top: 56px;
    padding-bottom: 41px;
  }
}
.section-our-team .title-our-team {
  text-align: center;
}
.section-our-team .title-our-team p {
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .section-our-team .title-our-team p {
    margin-bottom: 26px;
  }
}
.section-our-team .info-team {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 767px) {
  .section-our-team .info-team {
    display: block;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-our-team .info-team {
    margin-bottom: 20px;
  }
}
.section-our-team .info-team .image-team {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .section-our-team .info-team .image-team {
    margin-bottom: 20px;
  }
}
.section-our-team .info-team .data-team span {
  font-weight: 500;
}

.section-nuestros-valores {
  background: #f2f2f9;
  padding-top: 72px;
  padding-bottom: 75px;
}
@media (max-width: 767px) {
  .section-nuestros-valores {
    padding-top: 32px;
    padding-bottom: 16px;
  }
}
.section-nuestros-valores .position-content {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .section-nuestros-valores .position-content {
    display: block;
  }
}
@media (max-width: 767px) {
  .section-nuestros-valores .position-content h2 {
    text-align: center;
    margin-top: 20px;
  }
}
.section-nuestros-valores .img-logo {
  text-align: center;
  display: flex;
  justify-content: center;
}
.section-nuestros-valores .img-logo img {
  width: 300px;
}
@media (max-width: 767px) {
  .section-nuestros-valores .img-logo img {
    width: 167px;
  }
}

.section-more-about {
  background: #f2f2f9;
}
@media (max-width: 767px) {
  .section-more-about {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-more-about {
    padding-bottom: 50px;
  }
}
.section-more-about img {
  width: 450px;
}
@media (max-width: 767px) {
  .section-more-about img {
    width: 100%;
  }
}
.section-more-about .content-text {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .section-more-about .content-text {
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .section-more-about .button-box {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-more-about .button-box {
    text-align: center;
  }
}

.section-test {
  background: #ffffff;
  padding-top: 84px;
}
@media (max-width: 767px) {
  .section-test {
    padding-top: 24px;
  }
}
.section-test img {
  width: 100%;
}
.section-test .content-text {
  margin-top: 0px;
}
@media (max-width: 767px) {
  .section-test h2 {
    text-align: center;
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-test h2 {
    text-align: center;
    margin-top: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-test h2 {
    font-size: 30px;
  }
}

.extra-space-top {
  padding-top: 68px;
}
@media (max-width: 767px) {
  .extra-space-top {
    padding-top: 28px;
  }
}

.page-case-styles .section-banner {
  padding-top: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .page-case-styles .section-banner {
    padding-top: 19px;
  }
}
.page-case-styles .section-banner .logo-main img {
  width: 500px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .page-case-styles .section-banner .logo-main img {
    width: 167px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-case-styles .section-banner .img-preview img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .page-case-styles .section-banner .img-preview img {
    width: 100%;
  }
}
.page-case-styles .section-data-case {
  background: #ffffff;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .page-case-styles .section-data-case {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.page-case-styles .section-data-case .content-data {
  text-align: center;
}
.page-case-styles .section-data-case .content-data span {
  font-size: 50px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .page-case-styles .section-data-case .content-data span {
    font-size: 30px;
  }
}
.page-case-styles .setion-description-case {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f2f2f9;
}
@media (max-width: 767px) {
  .page-case-styles .setion-description-case {
    padding-top: 27px;
    padding-bottom: 27px;
  }
}
.page-case-styles .setion-description-case h2 {
  text-align: center;
}

.background-white {
  background: #ffffff;
}

.background-gray {
  background: #f2f2f9;
}

.section-testimonio {
  padding-top: 73px;
  padding-bottom: 80px;
  background: #f2f2f9;
}
@media (max-width: 767px) {
  .section-testimonio {
    padding-top: 27px;
    padding-bottom: 27px;
  }
}
.section-testimonio h2 {
  text-align: center;
}
.section-testimonio .box-testimonio {
  background: #ffffff;
  padding: 50px 80px;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .section-testimonio .box-testimonio {
    padding: 35px 22px;
  }
}
.section-testimonio .text-testimonio {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .section-testimonio .text-testimonio {
    display: block;
  }
}
.section-testimonio .text-testimonio img {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .section-testimonio .text-testimonio img {
    margin-bottom: 20px;
    width: 30px;
  }
}
.section-testimonio .footer-testimonio {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
@media (max-width: 767px) {
  .section-testimonio .footer-testimonio {
    display: block;
  }
}
.section-testimonio .footer-testimonio .person-testimonio {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.section-testimonio .footer-testimonio .person-testimonio img {
  margin-right: 20px;
}
.section-testimonio .footer-testimonio .person-testimonio p {
  margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-testimonio .footer-testimonio .person-testimonio p {
    font-size: 15px;
  }
}
.section-testimonio .footer-testimonio .person-testimonio span {
  font-weight: 700;
}
@media (max-width: 767px) {
  .section-testimonio .footer-testimonio .logo-testimonio {
    margin-top: 30px;
    text-align: center;
  }
}
.section-testimonio .footer-testimonio .logo-testimonio img {
  width: 300px;
}
@media (max-width: 767px) {
  .section-testimonio .footer-testimonio .logo-testimonio img {
    width: 185px;
  }
}

.section-cards-cliente {
  padding-top: 50px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .section-cards-cliente {
    padding-top: 19px;
  }
}
@media (max-width: 767px) {
  .section-cards-cliente .info-banner {
    margin-bottom: 22px;
  }
}
.section-cards-cliente .info-banner h1 {
  text-align: center;
}
.section-cards-cliente .info-banner p {
  text-align: center;
  margin-bottom: 0px;
}
.section-cards-cliente .card-info {
  border: 3px solid #c6c6c5;
  border-radius: 30px;
  margin-bottom: 12px;
  margin-top: 36px;
  background: #f2f2f9;
}
@media (max-width: 767px) {
  .section-cards-cliente .card-info {
    margin-bottom: 25px;
    margin-top: 3px;
  }
}
.section-cards-cliente .card-info .box-data-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #ffffff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding: 20px 20px 0px 20px;
}
@media (max-width: 767px) {
  .section-cards-cliente .card-info .box-data-info {
    display: block;
    padding-bottom: 20px;
  }
}
.section-cards-cliente .card-info .box-data-info .img-box-data-info {
  width: 40%;
}
@media (max-width: 767px) {
  .section-cards-cliente .card-info .box-data-info .img-box-data-info {
    text-align: center;
    width: 100%;
  }
}
.section-cards-cliente .card-info .box-data-info .img-box-data-info .size-1 {
  width: 60%;
  margin-left: 50px;
}
@media (max-width: 767px) {
  .section-cards-cliente .card-info .box-data-info .img-box-data-info .size-1 {
    width: 60%;
    margin-left: 0px;
  }
}
.section-cards-cliente .card-info .box-data-info img {
  width: 100%;
}
@media (max-width: 767px) {
  .section-cards-cliente .card-info .box-data-info img {
    text-align: center;
    width: 200px;
  }
}
@media (max-width: 767px) {
  .section-cards-cliente .card-info .box-data-info .list-description {
    margin-top: 20px;
  }
}
.section-cards-cliente .card-info .box-data-info .list-description li {
  padding-bottom: 7px;
}
@media (max-width: 767px) {
  .section-cards-cliente .card-info .box-data-info .list-description li {
    line-height: 23px;
  }
}

.box-descrition-info {
  background: #f2f2f9;
  padding: 20px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.box-descrition-info p {
  margin-bottom: 10px;
}
.box-descrition-info ul li {
  padding-bottom: 0px;
}
@media (max-width: 767px) {
  .box-descrition-info ul li {
    line-height: 23px;
  }
}
.box-descrition-info img {
  width: 100%;
}
@media (max-width: 767px) {
  .box-descrition-info img {
    margin-top: 20px;
  }
}

.tag-cyan {
  background: #45c0f0;
  padding: 1px 12px;
  color: #ffffff;
  border-radius: 3px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-left: 3px;
  margin-right: 3px;
}

.tag-yellow {
  background: #fccf37;
  padding: 1px 12px;
  color: #ffffff;
  border-radius: 3px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-left: 3px;
  margin-right: 3px;
}

.tag-red {
  background: #ef5843;
  padding: 1px 12px;
  color: #ffffff;
  border-radius: 3px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-left: 3px;
  margin-right: 3px;
}

.link-box {
  text-align: center;
  margin-top: 20px;
}

.page-clientesMelian {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .page-clientesMelian {
    padding-bottom: 34px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-melian-solution {
    padding-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .page-melian-solution {
    padding-bottom: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-melian-solution {
    padding-bottom: 55px;
  }
}
.page-melian-solution .text-data-content-header {
  flex: 16 !important;
  padding-top: 11px !important;
}
@media (max-width: 767px) {
  .page-melian-solution .text-data-content-header {
    margin-bottom: 3px !important;
    padding-top: 0px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-melian-solution .text-data-content-header {
    padding-top: 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-melian-solution .text-data-content-header {
    padding-top: 0px !important;
  }
}
.page-melian-solution .text-data-content-header h1 {
  font-size: 36px;
  line-height: 41px;
  margin-bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-melian-solution .text-data-content-header h1 {
    font-size: 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-melian-solution .text-data-content-header h1 {
    font-size: 20px !important;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .page-melian-solution .text-data-content-header h1 {
    line-height: 29px;
  }
}
.page-melian-solution .text-data-content-header h4 {
  font-size: 20px;
}
@media (max-width: 767px) {
  .page-melian-solution .text-data-content-header h4 {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-melian-solution .text-data-content-header h4 {
    font-size: 15px;
  }
}
.page-melian-solution .text-data-content-header img {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .page-melian-solution .text-data-content-header img {
    width: 200px;
  }
}
.page-melian-solution .text-data-content-header p {
  margin-bottom: 25px;
}
.page-melian-solution .image-data-content-header {
  text-align: center !important;
}
.page-melian-solution .image-data-content-header img {
  width: 63%;
}

.section-melian-solution {
  text-align: center;
  padding-top: 80px;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-melian-solution {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .section-melian-solution {
    padding-top: 28px;
  }
}
.section-melian-solution h2 {
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .section-melian-solution h2 {
    margin-bottom: 23px;
  }
}
.section-melian-solution p {
  margin-bottom: 52px;
}
.section-melian-solution img {
  width: 50px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section-melian-solution img {
    width: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-melian-solution .info-solution-column p {
    font-size: 14px;
  }
}

.img-preview-solution {
  margin-top: 30px;
}
.img-preview-solution img {
  width: 70%;
  margin-bottom: 0px;
}

.section-solution-process {
  padding-top: 62px;
  padding-bottom: 15px;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-solution-process {
    padding-top: 58px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-solution-process {
    padding-top: 59px;
    padding-bottom: 9px;
  }
}
@media (max-width: 767px) {
  .section-solution-process {
    padding-top: 24px;
  }
}
.section-solution-process .solution-process-description h2 {
  text-align: center;
}
.section-solution-process .solution-process-description p {
  text-align: center;
}

.option-process {
  margin-top: 50px;
  margin-bottom: 50px;
  align-items: center;
  display: flex;
}
@media (max-width: 767px) {
  .option-process {
    margin-top: 8px;
    margin-bottom: 8px;
    display: block;
    text-align: center;
  }
}
.option-process img {
  width: 100%;
}
.option-process h3 {
  font-size: 28px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .option-process h3 {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .option-process h3 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .option-process h3 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .position-column {
    display: flex;
    flex-direction: column-reverse;
  }
}

.section-test-solution {
  background: #f2f2f9;
}
@media (max-width: 767px) {
  .section-test-solution .content-text {
    text-align: center;
  }
}
.section-test-solution .content-text h2 {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .section-test-solution .content-text h3 {
    margin-top: 20px;
    margin-bottom: 5px;
  }
}
.section-test-solution .content-text p {
  margin-bottom: 18px;
}

.space-button-solution .button-box {
  margin-top: 30px !important;
}

.melian-campaing .image-data-content-header img {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .melian-campaing .image-data-content-header img {
    margin-bottom: 20px;
  }
}

.melian-alumni .image-data-content-header img {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .melian-alumni .image-data-content-header img {
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=style.css.map */
