@charset "UTF-8";
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
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, 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: 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 {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after, a[href^="#"]: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;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -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: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 16px;
  line-height: 1.428571429;
  color: #333;
  background-color: #fff;
}
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #007bff;
  text-decoration: none;
}
a:hover, a:focus {
  color: #0056b3;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 40px;
  -webkit-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: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Lora", serif;
  font-weight: 400;
  line-height: 1;
  color: inherit;
}
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: #999;
}
h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
  font-size: 65%;
}
h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
  font-size: 75%;
}
h1, .h1 {
  font-size: 28px;
  margin-bottom: 5px;
}
h2, .h2 {
  font-size: 24px;
  margin-top: 0px;
}
h3, .h3 {
  font-size: 23px;
}
h4, .h4 {
  font-size: 22px;
}
h5, .h5 {
  font-size: 16px;
}
h6, .h6 {
  font-size: 14px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 900px) {
  .lead {
    font-size: 24px;
  }
}
small, .small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999;
}
.text-primary {
  color: #f8b912;
}
a.text-primary:hover {
  color: #d19906;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
}
.bg-primary {
  background-color: #f8b912;
}
a.bg-primary:hover {
  background-color: #d19906;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eee;
}
ul, ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul, ul ol, ol ul, ol ol {
  margin-bottom: 0;
}
.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt, dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 1000px) {
  .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;
  }
  .dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eee;
}
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.428571429;
  color: #999;
}
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 #eee;
  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: ' —';
}
blockquote:before, blockquote:after {
  content: "";
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.428571429;
}
code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 40px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 40px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 900px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 1000px) {
  .container {
    width: 1000px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-1 {
  width: 8.3333333333%;
}
.col-xs-2 {
  width: 16.6666666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.3333333333%;
}
.col-xs-5 {
  width: 41.6666666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.3333333333%;
}
.col-xs-8 {
  width: 66.6666666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.3333333333%;
}
.col-xs-11 {
  width: 91.6666666667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-pull-1 {
  right: 8.3333333333%;
}
.col-xs-pull-2 {
  right: 16.6666666667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.3333333333%;
}
.col-xs-pull-5 {
  right: 41.6666666667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.3333333333%;
}
.col-xs-pull-8 {
  right: 66.6666666667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.3333333333%;
}
.col-xs-pull-11 {
  right: 91.6666666667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-push-1 {
  left: 8.3333333333%;
}
.col-xs-push-2 {
  left: 16.6666666667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.3333333333%;
}
.col-xs-push-5 {
  left: 41.6666666667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.3333333333%;
}
.col-xs-push-8 {
  left: 66.6666666667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.3333333333%;
}
.col-xs-push-11 {
  left: 91.6666666667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 900px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1000px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  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-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
  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.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.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.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.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.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 899px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333;
  border: 0;
}
label {
  display: inline-block;
  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 ;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple], select[size] {
  height: auto;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #555;
  background-color: #ddd;
  background-image: none;
  border-radius: 8px;
  box-shadow: none;
  border: 1px solid #fff;
  -webkit-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #f8b912;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(248, 185, 18, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(248, 185, 18, 0.2);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 36px;
}
.form-group {
  margin-bottom: 15px;
}
.radio, .checkbox {
  display: block;
  min-height: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label, .checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline, .checkbox-inline {
  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], fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], fieldset[disabled] input[type="checkbox"], .radio[disabled], fieldset[disabled] .radio, .radio-inline[disabled], fieldset[disabled] .radio-inline, .checkbox[disabled], fieldset[disabled] .checkbox, .checkbox-inline[disabled], fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, .input-group-sm > .input-group-btn > select.btn {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, .input-group-sm > .input-group-btn > textarea.btn, select[multiple].input-sm, .input-group-sm > select.form-control[multiple], .input-group-sm > select.input-group-addon[multiple], .input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto;
}
.input-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 0px;
}
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: 49px;
  line-height: 49px;
}
textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, .input-group-lg > .input-group-btn > textarea.btn, select[multiple].input-lg, .input-group-lg > select.form-control[multiple], .input-group-lg > select.input-group-addon[multiple], .input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 27px;
  right: 0;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
  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 {
  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 {
  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;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 900px) {
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control, .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label, .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio, .navbar-form .radio, .form-inline .checkbox, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"], .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label, .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: 29px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 900px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  border-radius: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .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;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-square {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn-square:focus, .btn-square:active:focus, .btn-square.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-square:hover, .btn-square:focus {
  color: #333;
  text-decoration: none;
}
.btn-square:active, .btn-square.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-square.disabled, .btn-square[disabled], fieldset[disabled] .btn-square {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.open .btn-default.dropdown-toggle {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active {
  background-image: none;
}
.open .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#42cf55+0,2ebd42+100 */
  background: #f8b912;
  /* Old browsers */
  color: rgba(23, 48, 66, 0.9);
  border: 1px solid #eaac07;
  padding: 10px 40px 10px 40px !important;
  font-weight: bold;
  letter-spacing: 1px;
  transition: all 0.5s;
  text-transform: uppercase;
}
.btn-primary:hover {
  color: white;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.open .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active, .btn-success.active {
  background-image: none;
}
.open .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  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:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.open .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active {
  background-image: none;
}
.open .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  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:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.open .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active {
  background-image: none;
}
.open .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  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:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.open .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active {
  background-image: none;
}
.open .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-callout {
  border-bottom-width: 3px;
}
.btn-link {
  color: #007bff;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link, .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: #0056b3;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 0px;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%;
}
html, body {
  height: 100%;
  margin: 0px;
  padding: 0px;
}
body {
  background: #fff;
}
.login {
  background: #e7e7e7;
}
.alignleft, .alignright {
  padding: 5px;
  background: #fff;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
.margin-left {
  margin-left: 20px;
  margin-bottom: 20px;
  margin-top: 5px;
}
.margin-right {
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 5px;
}
.affix {
  top: 0px;
  width: 100%;
  z-index: 9999;
}
/* Bootstrap Dropdown Fix */
ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
}
.navbar .dropdown-menu {
  margin-top: 0px;
  text-align: left;
  min-width: 250px;
}
.navbar-default .navbar-toggle {
  color: #000;
  border-radius: 3px;
}
.page-template-page-landing-1 .trust-logos {
  margin-bottom: 0px;
}
.page-template-page-landing-1 .trust-logos #owl-logos .owl-controls {
  display: none;
}
.page-template-page-landing-1 .header {
  background-color: #fff;
  padding: 0px 0px 0px 0px;
  position: relative;
  overflow: hidden;
  z-index: 900;
  height: auto;
}
.page-template-page-landing-1 .header .header-bar {
  font-family: "Wix Madefor Display", sans-serif;
  background: #000000;
  padding: 0px 0px 0px 0px;
}
.page-template-page-landing-1 .header .header-bar a {
  color: #f8b912;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 10px 10px 10px;
  font-size: 18px;
  font-family: "Wix Madefor Display", sans-serif;
}
.page-template-page-landing-1 .header .header-bar a span {
  color: #000000;
  font-family: "Wix Madefor Display", sans-serif;
}
.page-template-page-landing-1 .header .header-bar .top-bar-right {
  text-align: right;
}
.page-template-page-landing-1 .header .header-top {
  background-color: #223a4b;
}
.page-template-page-landing-1 .header .header-top .main-logo {
  margin: 0px 0px 0px 0px;
  padding: 20px 0px 20px 0px;
  display: block;
  width: 100%;
}
.page-template-page-landing-1 .header .header-top .main-logo img {
  width: auto;
  max-height: 75px;
}
.page-template-page-landing-1 .header .header-top .navbar {
  margin-top: 30px;
}
.page-template-page-landing-1 .header .header-top .navbar a {
  font-size: 20px;
  font-family: "Lora", serif;
  color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
}
.page-template-page-landing-1 .header .header-top .navbar a:hover {
  color: a11y-color(black, #223a4b);
}
.page-template-page-landing-1 .header .top-bar {
  background: #000000;
  font-size: 25px;
  padding: 20px 0px 20px 0px;
  text-align: center;
  font-family: "Lora", serif;
}
.page-template-page-landing-1 .header .top-bar a {
  color: #f8b912;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
}
.page-template-page-landing-1 .header .top-bar a span {
  color: #000000;
}
.page-template-page-landing-1 .header .lp-main {
  position: relative;
  padding: 60px 0px 40px 0px;
  color: #ffffff;
  background-color: #444444;
  background-size: cover;
  background-position: center center;
  height: auto;
}
.page-template-page-landing-1 .header .lp-main .lp-overlay {
  position: absolute;
  top: 0px;
  left: 60%;
  right: 0px;
  bottom: 0px;
  content: '';
  background: #333333;
  z-index: 999;
  opacity: 0.8;
}
.page-template-page-landing-1 .header .lp-main .lp-main-left {
  margin-bottom: 0px;
  padding: 20px 20px 20px 20px;
  height: auto;
  color: #ffffff;
  position: relative;
  z-index: 1000;
}
.page-template-page-landing-1 .header .lp-main .lp-main-left p {
  color: #ffffff;
}
.page-template-page-landing-1 .header .lp-main .lp-main-right {
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 20px 20px 20px 20px;
  color: #ffffff;
  position: relative;
  z-index: 1000;
}
.page-template-page-landing-1 .header .lp-main .lp-main-right .outer .inner .inner-body img {
  width: 100%;
  height: auto;
  position: relative;
}
.page-template-page-landing-1 .header .lp-main .lp-main-right .outer .inner .inner-body p {
  margin: 0px 0px 0px 0px;
}
.page-template-page-landing-1 .header .lp-main .lp-main-right .outer .inner .inner-body .or-call {
  color: inherit;
  margin-top: 15px;
}
.page-template-page-landing-1 .header .lp-main .inner-cta {
  padding: 20px 20px 20px 20px;
  text-align: center;
}
.page-template-page-landing-1 .header .lp-main .inner-cta .or-call {
  color: inherit;
}
.page-template-page-landing-1 .header .lp-main .inner-cta .or-call i {
  color: inherit;
}
.page-template-page-landing-1 .header .lp-main .inner-cta .or-call:first-line {
  color: inherit;
}
.page-template-page-landing-1 .header .lp-main .inner-cta .or-call a {
  color: inherit;
}
.page-template-page-landing-1 .header #h-affix.affix {
  z-index: 1003;
}
.page-template-page-landing-1 .header #tb-affix.affix {
  top: 45px;
  z-index: 1002;
}
.page-template-page-landing-1 .header .affix {
  width: 100%;
  background: #000000;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.page-template-page-landing-1 .header .affix .header-top .main-logo {
  margin: 5px 0px 0px 0px;
}
.page-template-page-landing-1 .header .affix .header-top .main-logo img {
  width: auto;
  max-height: 60px;
}
.page-template-page-landing-1 .header .affix .header-top .col-lg-8 {
  transform: translateY(50%);
}
.page-template-page-landing-1 .header .affix .header-top .col-lg-8 .navbar {
  margin: 0px 0px 0px 0px;
}
.page-template-page-landing-1 .actual-patient-wrapper {
  position: relative;
}
.page-template-page-landing-1 .actual-patient-wrapper:after {
  content: 'Actual Patient';
  display: block;
  position: absolute;
  height: 20px;
  bottom: 10px;
  right: 10px;
  font-size: 20px;
  line-height: 1em;
  color: #fff;
  text-align: right;
  z-index: 9000;
  text-shadow: 1px 1px 0px black;
}
.page-template-page-landing-1 .lp-body {
  padding: 0px 0px 0px 0px;
  background: #fff;
}
.page-template-page-landing-1 .lp-body .lp-generic {
  background: #fff;
  color: #333;
  padding: 80px 0px 80px 0px;
}
.page-template-page-landing-1 .lp-body .lp-generic h2 {
  color: inherit;
}
.page-template-page-landing-1 .lp-body .lp-generic .generic-outer {
  padding: 0px 30px 0px 30px;
}
.page-template-page-landing-1 .lp-body .lp-generic .generic-cta-body img {
  width: 100%;
  height: auto;
  border: 1px solid #f8b912;
  position: relative;
}
.page-template-page-landing-1 .lp-body .lp-generic .generic-cta-action {
  text-align: center;
  margin-top: 30px;
}
.page-template-page-landing-1 .lp-body .lp-generic .generic-left {
  margin-bottom: 80px;
  padding-right: 40px;
}
.page-template-page-landing-1 .lp-body .lp-generic .generic-left p {
  color: inherit;
  font-size: 18px;
}
.page-template-page-landing-1 .lp-body .lp-generic .generic-left li {
  font-size: inherit;
  margin-bottom: 10px;
  font-size: 18px;
}
.page-template-page-landing-1 .lp-body .lp-generic .generic-right {
  margin-bottom: 80px;
}
.page-template-page-landing-1 .lp-body .lp-generic .generic-right p {
  color: inherit;
  font-size: 18px;
}
.page-template-page-landing-1 .lp-body .lp-generic .generic-right li {
  font-size: inherit;
  margin-bottom: 10px;
  font-size: 18px;
}
.page-template-page-landing-1 .lp-body .lp-generic .generic-center {
  text-align: center;
}
.page-template-page-landing-1 .lp-body .lp-generic .generic-callout {
  margin-top: 0px;
}
.page-template-page-landing-1 .lp-body .lp-generic .generic-callout p {
  margin: 0px 0px 10px 0px;
  font-size: 20px;
}
.page-template-page-landing-1 .lp-body .lp-generic .generic-callout .or-call {
  margin-top: 20px;
  color: inherit;
}
.page-template-page-landing-1 .lp-body .lp-generic .generic-callout .or-call i {
  color: inherit;
}
.page-template-page-landing-1 .lp-body .lp-generic .generic-callout .or-call:first-line {
  color: inherit;
}
.page-template-page-landing-1 .lp-body .lp-generic .generic-callout .or-call a {
  color: inherit;
}
.page-template-page-landing-1 .lp-body .lp-generic img {
  width: 100%;
  height: auto;
}
.page-template-page-landing-1 .lp-body .lp-generic ul, .page-template-page-landing-1 .lp-body .lp-generic ol {
  margin-bottom: 30px;
}
.page-template-page-landing-1 .lp-body .lp-generic ul li, .page-template-page-landing-1 .lp-body .lp-generic ol li {
  font-size: 18px;
  line-height: 1.3em;
  margin-bottom: 5px;
  list-style-position: inside;
}
.page-template-page-landing-1 .lp-body .lp-generic-odd {
  background: #f7f7f7;
  color: #333;
}
.page-template-page-landing-1 .lp-body .lp-generic-odd h2 {
  color: inherit;
}
.page-template-page-landing-1 .lp-body .lp-generic-odd p {
  color: inherit;
}
.page-template-page-landing-1 .lp-body .generic-testimonial .generic-testimonial-stars {
  text-align: center;
  font-size: 30px;
  color: #F2AE30;
  margin-bottom: 20px;
}
.page-template-page-landing-1 .lp-body .generic-testimonial .generic-testimonial-body {
  margin: 0px 0px 40px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 20px;
  font-style: italic;
  text-align: center;
}
.page-template-page-landing-1 .lp-body .generic-testimonial .generic-testimonial-attribution {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 24px;
  text-align: center;
  line-height: 24px;
  font-weight: bold;
}
.page-template-page-landing-1 .lp-body .generic-testimonial .generic-testimonial-attribution i {
  font-size: 16px;
}
.page-template-page-landing-1 .lp-body .generic-testimonial .generic-testimonial-attribution .fa-comment-smile {
  color: #002333;
}
.page-template-page-landing-1 .lp-body .generic-testimonial .generic-testimonial-attribution .fa-google {
  color: #4285f4;
}
.page-template-page-landing-1 .lp-body .generic-testimonial .generic-testimonial-attribution .fa-facebook {
  color: #0866ff;
}
.page-template-page-landing-1 .lp-body .lp-dentists {
  padding-bottom: 40px;
}
.page-template-page-landing-1 .lp-body .lp-dentists .lp-dentists-header {
  margin: 0px 0px 40px 0px;
}
.page-template-page-landing-1 .lp-body .lp-dentists p {
  color: inherit;
}
.page-template-page-landing-1 .lp-body .lp-dentists .dentists-box {
  padding: 0px 0px 0px 0px;
}
.page-template-page-landing-1 .lp-body .lp-dentists .dentists-box .dentist-headshot {
  text-align: center;
}
.page-template-page-landing-1 .lp-body .lp-dentists .dentists-box .dentist-headshot img {
  display: inline-block;
}
.page-template-page-landing-1 .lp-body .lp-dentists .dentists-box .dentist-body {
  padding: 0px 0px 0px 0px;
}
.page-template-page-landing-1 .lp-body .lp-dentists .dentists-box .dentist-body h3 {
  font-size: 30px;
  font-weight: bold;
  color: inherit;
  margin-bottom: 5px;
  margin-top: 30px;
}
.page-template-page-landing-1 .lp-body .lp-dentists .dentists-box .dentist-body h4 {
  font-size: 20px;
  font-weight: bold;
  color: inherit;
  margin-bottom: 20px;
  margin-top: 0px;
}
.page-template-page-landing-1 .lp-body .lp-dentists .dentists-box .dentist-body p {
  color: inherit;
}
.page-template-page-landing-1 .lp-body .lp-dentists #owl-dentists .owl-controls .owl-nav .owl-prev {
  left: -50px;
}
.page-template-page-landing-1 .lp-body .lp-dentists #owl-dentists .owl-controls .owl-nav .owl-next {
  right: -50px;
}
.page-template-page-landing-1 .lp-body .lp-dentists #owl-dentists .owl-controls .owl-nav [class*="owl-"] {
  color: #ffffff;
  font-size: 30px;
}
.page-template-page-landing-1 .lp-body .lp-dentists .lp-dentists-cta {
  padding: 60px 0px 0px 0px;
}
.page-template-page-landing-1 .lp-body .lp-dentists .or-call {
  color: inherit;
}
.page-template-page-landing-1 .lp-body .lp-dentists .or-call i {
  color: inherit;
}
.page-template-page-landing-1 .lp-body .lp-dentists .or-call:first-line {
  color: inherit;
}
.page-template-page-landing-1 .lp-body .lp-dentists .or-call a {
  color: inherit;
}
.page-template-page-landing-1 .lp-body .lp-services {
  padding: 100px 0px 120px 0px;
}
.page-template-page-landing-1 .lp-body .lp-services .lp-services-inner {
  margin-bottom: 60px;
}
.page-template-page-landing-1 .lp-body .lp-services .lp-services-inner h2 {
  color: #000;
}
.page-template-page-landing-1 .lp-body .lp-services .services-row .services-inner {
  padding: 10px 10px 10px 10px;
  margin: 0px 0px 20px 0px;
}
.page-template-page-landing-1 .lp-body .lp-services .services-row .services-inner .services-img {
  margin-bottom: 30px;
}
.page-template-page-landing-1 .lp-body .lp-services .services-row .services-inner .services-body h3 {
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
}
.page-template-page-landing-1 .lp-body .lp-services .services-row .services-inner .services-body p {
  font-size: 16px;
  line-height: 1.75em;
  color: #555;
}
.page-template-page-landing-1 .lp-body .lp-services .lp-services-cta {
  padding: 60px 0px 0px 0px;
}
.page-template-page-landing-1 .lp-body .lp-testimonials-lower {
  background: #333333;
  padding: 80px 0px 80px 0px;
  color: #ffffff;
  text-align: center;
}
.page-template-page-landing-1 .lp-body .lp-testimonials-lower .testimonials-outer {
  padding: 0px 30px 0px 30px;
  border-radius: 27px;
  margin-top: 20px;
}
.page-template-page-landing-1 .lp-body .lp-testimonials-lower #owl-testimonials .testimonial-box {
  text-align: left;
}
.page-template-page-landing-1 .lp-body .lp-testimonials-lower #owl-testimonials .testimonial-box .stars {
  position: relative;
  text-align: center;
  width: 100%;
}
.page-template-page-landing-1 .lp-body .lp-testimonials-lower #owl-testimonials .testimonial-box .stars i {
  color: #fcbc04;
  font-size: 40px;
}
.page-template-page-landing-1 .lp-body .lp-testimonials-lower #owl-testimonials .testimonial-box .quote {
  position: relative;
  width: 100%;
  padding: 20px 20px 40px 20px;
  text-align: left;
}
.page-template-page-landing-1 .lp-body .lp-testimonials-lower #owl-testimonials .testimonial-box .quote p {
  margin: 0px 0px 0px 0px;
  font-style: italic;
  font-size: 20px;
  color: inherit;
}
.page-template-page-landing-1 .lp-body .lp-testimonials-lower #owl-testimonials .testimonial-box .attribution {
  position: relative;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  padding: 0px 0px 0px 20px;
}
.page-template-page-landing-1 .lp-body .lp-testimonials-lower #owl-testimonials .testimonial-box .attribution i {
  display: inline-block;
  margin-left: 10px;
}
.page-template-page-landing-1 .lp-body .lp-testimonials-lower #owl-testimonials .owl-controls .owl-nav .owl-prev {
  left: -30px;
}
.page-template-page-landing-1 .lp-body .lp-testimonials-lower #owl-testimonials .owl-controls .owl-nav .owl-next {
  right: -30px;
}
.page-template-page-landing-1 .lp-body .lp-testimonials-lower #owl-testimonials .owl-controls .owl-nav [class*="owl-"] {
  color: inherit;
  font-size: 20px;
}
.page-template-page-landing-1 .lp-body .lp-testimonials-lower .owl-theme .owl-dots .owl-dot.active span {
  background: #333333;
}
.page-template-page-landing-1 .lp-body .lp-testimonials-lower .testimonial-more {
  color: #ffffff;
  border-color: #fff;
}
.page-template-page-landing-1 .lp-body .faq {
  background-color: #202020;
  padding: 100px 0px 120px;
}
.page-template-page-landing-1 .lp-body .faq h2 {
  color: #fff;
}
.page-template-page-landing-1 .lp-body .faq .panel-default {
  border-color: #000;
}
.page-template-page-landing-1 .lp-body .faq .panel-default .panel-heading {
  border-bottom-color: #000;
}
.page-template-page-landing-1 .lp-body .faq .panel-default .panel-collapse .panel-body {
  border-top-color: #000;
}
.page-template-page-landing-1 .lp-body .faq .panel {
  background: #101010;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.page-template-page-landing-1 .lp-body .faq .panel .panel-heading {
  background: #000;
  border-bottom-color: #000;
}
.page-template-page-landing-1 .lp-body .faq .panel .panel-title {
  background: #000;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.page-template-page-landing-1 .lp-body .faq .panel .panel-title .btn {
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: normal;
  color: #fff;
}
.page-template-page-landing-1 .lp-body .faq .panel .panel-body {
  font-size: 18px;
  line-height: 1.5em;
  color: #fff;
}
.page-template-page-landing-1 .lp-body .case-gallery {
  padding: 100px 0px 120px 0px;
  background: #f7f7f7;
  border-top: 1px solid #ddd;
}
.page-template-page-landing-1 .lp-body .case-gallery h2 {
  margin-bottom: 10px !important;
}
.page-template-page-landing-1 .lp-body .case-gallery .container-fluid {
  max-width: 1500px;
}
.page-template-page-landing-1 .lp-body .case-gallery .container-fluid .col-xs-6 {
  padding-left: 0px;
  padding-right: 0px;
}
.page-template-page-landing-1 .lp-body .case-gallery .container-fluid .row {
  margin-left: 0px;
  margin-right: 0px;
}
.page-template-page-landing-1 .lp-body .case-gallery #case-gallery {
  margin-top: 0px;
}
.page-template-page-landing-1 .lp-body .case-gallery #case-gallery img {
  border: 1px solid #ddd;
}
.page-template-page-landing-1 .lp-body .case-gallery #case-gallery .owl-controls .owl-nav .owl-prev {
  left: -50px;
}
.page-template-page-landing-1 .lp-body .case-gallery #case-gallery .owl-controls .owl-nav .owl-next {
  right: -50px;
}
.page-template-page-landing-1 .lp-body .case-gallery #case-gallery .owl-controls .owl-nav [class*="owl-"] {
  color: #000;
  font-size: 30px;
}
.page-template-page-landing-1 .btn-block {
  white-space: normal;
}
.page-template-page-landing-1 .or-call {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0px;
}
.page-template-page-landing-1 .or-call a {
  margin-top: 0px;
  font-size: 30px;
  color: #f8b912;
}
.page-template-page-landing-1 .inner-cta .or-call {
  margin-top: 15px;
}
.page-template-page-landing-1 .inner-cta .or-call a {
  color: inherit;
}
.page-template-page-landing-1 .footer {
  background: #223a4b;
  padding: 0px 0px 0px 0px;
  color: #ffffff;
}
.page-template-page-landing-1 .footer label, .page-template-page-landing-1 .footer legend {
  color: #ffffff;
}
.page-template-page-landing-1 .footer .footer-bar {
  background-position: center center;
  background-size: cover;
  padding: 80px 0px 80px 0px;
}
.page-template-page-landing-1 .footer .f-left {
  padding: 0px 0px 0px 0px;
  text-align: left;
}
.page-template-page-landing-1 .footer .f-left form .gfield_required {
  color: #ebebeb !important;
}
.page-template-page-landing-1 .footer .f-right {
  padding: 0px 0px 60px 20px;
}
.page-template-page-landing-1 .footer .f-right .outer .inner .inner-body {
  margin-bottom: 10px;
}
.page-template-page-landing-1 .footer .f-right .outer .inner .inner-body .lp-main-offer-box {
  padding: 0px 0px 0px 0px;
  color: #fff;
  text-align: center;
  font-family: "Lora", serif;
  margin-top: 30px;
}
.page-template-page-landing-1 .footer .f-right .outer .inner .inner-body .lp-main-offer-box .lp-main-offer-box-headline {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 10px;
}
.page-template-page-landing-1 .footer .f-right .outer .inner .inner-body .lp-main-offer-box .lp-main-offer-box-headline:first-line {
  font-size: 80px;
  line-height: 60px;
}
.page-template-page-landing-1 .footer .f-right .outer .inner .inner-body .lp-main-offer-box .lp-main-offer-box-terms {
  font-size: 17px;
  margin-bottom: 20px;
}
.page-template-page-landing-1 .footer .f-right .outer .inner .inner-body .lp-main-offer-box .lp-main-offer-box-action {
  font-size: 20px;
  text-align: center;
  line-height: 1em;
  margin-bottom: 10px;
}
.page-template-page-landing-1 .footer .f-right .outer .inner .inner-body img {
  width: 100%;
  height: auto;
  position: relative;
}
.page-template-page-landing-1 .footer .f-right .outer .inner .inner-body p {
  margin-bottom: 0px;
}
.page-template-page-landing-1 .footer .f-right .outer .inner .inner-cta {
  padding: 20px 10px 20px 10px;
  text-align: center;
}
.page-template-page-landing-1 .footer .f-map {
  line-height: 0.5em;
  margin-top: 0px;
}
.page-template-page-landing-1 .footer .f-map iframe {
  width: 100%;
  height: 600px;
}
.page-template-page-landing-1 .footer .footer-copyright {
  margin: 0px 0px 0px 0px;
  padding: 8px 0px 8px 0px;
  background: #121f28;
  color: #ffffff;
}
.page-template-page-landing-1 .footer .footer-copyright p {
  margin: 0px 0px 0px 0px;
}
.page-template-page-landing-1 .footer .footer-copyright .f-copyright-right {
  text-align: right;
}
.page-template-page-landing-1 .top-arrow {
  font-size: 40px;
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 9997;
  line-height: 0em;
  color: #fff;
  background: #444444;
  cursor: pointer;
  padding: 3px 5px 3px 5px;
  border-radius: 5px;
}
.page-template-page-landing-1 .bottom-links {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: black;
  z-index: 9998;
  border-top: 1px solid black;
}
.page-template-page-landing-1 .bottom-links a {
  display: block;
  width: 100%;
  background: blue;
  text-align: center;
  color: #fff;
  padding: 10px 10px 10px 10px;
  font-size: 14px;
}
.page-template-page-landing-1 .bottom-links .bottom-links-left {
  float: left;
  width: 50%;
}
.page-template-page-landing-1 .bottom-links .bottom-links-left a {
  background: #444444;
}
.page-template-page-landing-1 .bottom-links .bottom-links-right {
  float: left;
  width: 50%;
}
.page-template-page-landing-1 .bottom-links .bottom-links-right a {
  background: #333333;
}
.page-template-page-landing-1 .primary-gradient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3778ce+0,5865b9+100 */
  background: #444444;
  /* Old browsers */
}
.page-template-page-landing-1 p {
  font-size: 18px;
  line-height: 1.75em;
  margin-bottom: 30px;
  font-family: "Wix Madefor Display", sans-serif;
}
.page-template-page-landing-1 ul, .page-template-page-landing-1 li, .page-template-page-landing-1 table, .page-template-page-landing-1 td, .page-template-page-landing-1 span {
  font-family: "Wix Madefor Display", sans-serif;
}
.page-template-page-landing-1 h2 {
  font-size: 36px;
  margin: 0px 0px 20px 0px;
  line-height: 1.3em;
}
.page-template-page-landing-1 .prac-hours-widget table td, .page-template-page-landing-1 .prac-hours-widget table th {
  font-size: 20px;
}
.page-template-page-landing-1 .call-now {
  color: rgba(255, 255, 255, 0.75);
  font-size: 24px;
  display: inline-block;
  line-height: 1.3em;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
  min-width: 320px;
}
.page-template-page-landing-1 .call-now:first-line {
  color: #ffffff;
  font-size: 36px;
}
.page-template-page-landing-1 .call-now i {
  color: rgba(255, 255, 255, 0.4);
}
.page-template-page-landing-1 .call-now:hover {
  color: white;
  text-decoration: none;
}
.page-template-page-landing-1 .testimonial-more {
  text-transform: uppercase;
  letter-spacing: 0.25px;
  font-weight: bold;
  display: inline-block;
  font-size: 16px;
  padding: 5px 5px 5px 5px;
  border-bottom: 1px solid #007bff;
}
.page-template-page-landing-1 .testimonial-more:hover {
  text-decoration: none;
}
.page-template-page-landing-1 .landing-contact {
  display: none;
}
.page-template-page-landing-1 .btn {
  font-family: "Lora", serif;
  border-radius: 40px;
}
.page-template-page-landing-2 .upper-logos {
  padding: 20px 0px 50px;
  background: #f7f7f7;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.page-template-page-landing-2 .upper-logos #owl-logos .owl-controls {
  display: none;
}
.page-template-page-landing-2 .header {
  background-color: #fff;
  padding: 0px 0px 0px 0px;
  position: relative;
  overflow: hidden;
  z-index: 900;
}
.page-template-page-landing-2 .header .top-bar {
  background: #000000;
  padding: 0px 0px 0px 0px;
}
.page-template-page-landing-2 .header .top-bar a {
  color: #f8b912;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  padding: 10px 10px 10px 10px;
  font-size: 16px;
}
.page-template-page-landing-2 .header .top-bar .top-bar-right {
  text-align: right;
}
.page-template-page-landing-2 .header .header-top {
  background-color: #223a4b;
}
.page-template-page-landing-2 .header .header-top .main-logo {
  margin: 0px 0px 0px 0px;
  padding: 20px 0px 20px 0px;
  display: block;
  width: 100%;
}
.page-template-page-landing-2 .header .header-top .main-logo img {
  width: auto;
  max-height: 75px;
}
.page-template-page-landing-2 .header .header-top .navbar {
  margin-top: 30px;
}
.page-template-page-landing-2 .header .header-top .navbar a {
  font-size: 20px;
  font-family: "Lora", serif;
  color: #ffffff;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
}
.page-template-page-landing-2 .header .header-top .navbar a:hover {
  color: a11y-color(black, #223a4b);
}
.page-template-page-landing-2 .header .header-bottom {
  text-align: right;
  margin: 20px 0px 40px 0px;
}
.page-template-page-landing-2 .header .lp-main {
  position: relative;
  padding-bottom: 80px;
  color: #ffffff;
}
.page-template-page-landing-2 .header .lp-main:after {
  content: ' ';
  display: block;
  background-color: #333333;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 46%;
  height: 100%;
  z-index: -1;
}
.page-template-page-landing-2 .header .lp-main .headline-container {
  background-color: #373737;
  margin: 0px 0px 40px 0px;
}
.page-template-page-landing-2 .header .lp-main .headline-container h1 {
  color: #ffffff;
  margin: 0px 0px 0px 0px;
  padding: 28px 20px 32px 20px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.page-template-page-landing-2 .header .lp-main .lp-main-left {
  margin-bottom: 0px;
  padding: 80px 0px 40px 20px;
}
.page-template-page-landing-2 .header .lp-main .lp-main-left p {
  color: #ffffff;
}
.page-template-page-landing-2 .header .lp-main .lp-main-left h2 {
  font-size: 30px;
  color: #ffffff;
}
.page-template-page-landing-2 .header .lp-main .lp-main-left .lp-body-main-address {
  margin: 40px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.page-template-page-landing-2 .header .lp-main .lp-main-left .lp-body-main-address .pull-left {
  min-height: 120px;
  padding: 10px 20px 0px 0px;
}
.page-template-page-landing-2 .header .lp-main .lp-main-left .lp-body-main-address .pull-left i {
  color: rgba(255, 255, 255, 0.4);
  font-size: 30px;
}
.page-template-page-landing-2 .header .lp-main .lp-main-left .lp-body-main-address address {
  min-height: 80px;
  padding: 0px 5px 0px 5px;
  margin: 0px 0px 0px 0px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.5em;
}
.page-template-page-landing-2 .header .lp-main .lp-main-left .lp-body-main-address address a {
  color: #ffffff;
  font-weight: bold;
}
.page-template-page-landing-2 .header .lp-main .lp-main-left .lp-body-main-address address a:hover {
  text-decoration: none;
}
.page-template-page-landing-2 .header .lp-main .lp-main-left .lp-body-main-address address .get-directions {
  margin: 5px 0px 0px 0px;
  display: block;
  width: 100%;
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  letter-spacing: 0.5px;
}
.page-template-page-landing-2 .header .lp-main .lp-main-right {
  margin: 0px 0px 20px 0px;
  padding: 60px 0px 20px 0px;
  color: #ffffff;
}
.page-template-page-landing-2 .header .lp-main .lp-main-right .outer {
  overflow: hidden;
}
.page-template-page-landing-2 .header .lp-main .lp-main-right .outer .inner .inner-body {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
.page-template-page-landing-2 .header .lp-main .lp-main-right .outer .inner .inner-body img {
  width: 100%;
  height: auto;
  position: relative;
}
.page-template-page-landing-2 .header .lp-main .lp-main-right .outer .inner .inner-body p {
  margin: 0px 0px 0px 0px;
}
.page-template-page-landing-2 .header .lp-main .inner-cta {
  padding: 20px 20px 20px 20px;
  text-align: center;
}
.page-template-page-landing-2 .header .lp-main .inner-cta .or-call {
  color: inherit;
}
.page-template-page-landing-2 .header .lp-main .inner-cta .or-call i {
  color: inherit;
}
.page-template-page-landing-2 .header .lp-main .inner-cta .or-call:first-line {
  color: inherit;
}
.page-template-page-landing-2 .header .lp-main .inner-cta .or-call a {
  color: inherit;
}
.page-template-page-landing-2 .header .affix {
  width: 100%;
  background: #444444;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.page-template-page-landing-2 .header .affix .header-top .main-logo {
  margin: 5px 0px 0px 0px;
}
.page-template-page-landing-2 .header .affix .header-top .main-logo img {
  width: auto;
  max-height: 60px;
}
.page-template-page-landing-2 .header .affix .header-top .col-lg-8 {
  transform: translateY(50%);
}
.page-template-page-landing-2 .header .affix .header-top .col-lg-8 .navbar {
  margin: 0px 0px 0px 0px;
}
.page-template-page-landing-2 .navbar-default .navbar-toggle {
  color: #000;
  border-radius: 3px;
}
.page-template-page-landing-2 .lp-body {
  padding: 60px 0px 0px 0px;
  background: #fff;
}
.page-template-page-landing-2 .lp-body .lp-testimonial-upper {
  width: 100%;
  padding: 100px 0px 120px 0px;
  border-bottom: 1px solid #ddd;
}
.page-template-page-landing-2 .lp-body .lp-testimonial-upper h2 {
  color: #000;
}
.page-template-page-landing-2 .lp-body .lp-testimonial-upper .f-vids {
  margin-bottom: 20px;
}
.page-template-page-landing-2 .lp-body .lp-testimonial-upper .lp-testimonial-pull-quote {
  padding: 20px 20px 20px 100px;
  position: relative;
}
.page-template-page-landing-2 .lp-body .lp-testimonial-upper .lp-testimonial-pull-quote .stars {
  position: relative;
  text-align: center;
  width: 100%;
}
.page-template-page-landing-2 .lp-body .lp-testimonial-upper .lp-testimonial-pull-quote .stars i {
  color: #fcbc04;
  font-size: 20px;
}
.page-template-page-landing-2 .lp-body .lp-testimonial-upper .lp-testimonial-pull-quote .quote {
  position: relative;
  width: 100%;
  padding: 20px 20px 40px 20px;
  text-align: left;
}
.page-template-page-landing-2 .lp-body .lp-testimonial-upper .lp-testimonial-pull-quote .quote p {
  margin: 0px 0px 0px 0px;
  line-height: 1.35em;
  color: #000;
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: 30px;
  font-style: italic;
}
.page-template-page-landing-2 .lp-body .lp-testimonial-upper .lp-testimonial-pull-quote .attribution {
  position: relative;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  color: #555;
  padding-left: 20px;
}
.page-template-page-landing-2 .lp-body .lp-testimonial-upper .lp-testimonial-pull-quote .attribution i {
  display: inline-block;
  margin-left: 10px;
}
.page-template-page-landing-2 .lp-body .lp-testimonial-upper .lp-testimonial-pull-quote .attribution i.fa-facebook {
  color: #4c57a0;
}
.page-template-page-landing-2 .lp-body .lp-testimonial-upper .lp-testimonial-pull-quote .attribution i.fa-google {
  color: #4285f4;
}
.page-template-page-landing-2 .lp-body .lp-testimonial-upper .lp-testimonial-pull-quote .quote-icon {
  display: none;
  position: absolute;
  top: 0px;
  left: 80px;
}
.page-template-page-landing-2 .lp-body .lp-testimonial-upper .lp-testimonial-pull-quote .quote-icon i {
  font-size: 100px;
  color: rgba(0, 0, 0, 0.1);
}
.page-template-page-landing-2 .lp-body .lp-generic {
  background: #fff;
  color: #333;
  padding: 100px 0px 120px 0px;
}
.page-template-page-landing-2 .lp-body .lp-generic h2 {
  color: inherit;
}
.page-template-page-landing-2 .lp-body .lp-generic .generic-outer {
  padding: 0px 30px 0px 30px;
}
.page-template-page-landing-2 .lp-body .lp-generic .generic-cta-body img {
  width: 100%;
  height: auto;
  border: 1px solid #f8b912;
  position: relative;
}
.page-template-page-landing-2 .lp-body .lp-generic .generic-cta-action {
  text-align: center;
  margin-top: 30px;
}
.page-template-page-landing-2 .lp-body .lp-generic .generic-left {
  margin-bottom: 60px;
  padding-right: 120px;
}
.page-template-page-landing-2 .lp-body .lp-generic .generic-left p {
  color: inherit;
}
.page-template-page-landing-2 .lp-body .lp-generic .generic-left ul {
  margin-bottom: 30px;
}
.page-template-page-landing-2 .lp-body .lp-generic .generic-left ul li {
  font-size: inherit;
  margin-bottom: 5px;
  font-size: 18px;
}
.page-template-page-landing-2 .lp-body .lp-generic .generic-right {
  margin-bottom: 60px;
}
.page-template-page-landing-2 .lp-body .lp-generic .generic-right p {
  color: inherit;
}
.page-template-page-landing-2 .lp-body .lp-generic .generic-right ul {
  margin-bottom: 30px;
}
.page-template-page-landing-2 .lp-body .lp-generic .generic-right ul li {
  font-size: inherit;
  margin-bottom: 5px;
  font-size: 18px;
}
.page-template-page-landing-2 .lp-body .lp-generic .generic-callout {
  margin-top: 0px;
}
.page-template-page-landing-2 .lp-body .lp-generic .generic-callout .or-call {
  color: inherit;
}
.page-template-page-landing-2 .lp-body .lp-generic .generic-callout .or-call i {
  color: inherit;
}
.page-template-page-landing-2 .lp-body .lp-generic .generic-callout .or-call:first-line {
  color: inherit;
}
.page-template-page-landing-2 .lp-body .lp-generic .generic-callout .or-call a {
  color: inherit;
}
.page-template-page-landing-2 .lp-body .lp-generic img {
  width: 100%;
  height: auto;
}
.page-template-page-landing-2 .lp-body .lp-generic-odd {
  background: #f7f7f7;
  color: #333;
}
.page-template-page-landing-2 .lp-body .lp-generic-odd h2 {
  color: inherit;
}
.page-template-page-landing-2 .lp-body .lp-generic-odd p {
  color: inherit;
}
.page-template-page-landing-2 .lp-body .lp-dentists {
  background: #333333;
  padding: 100px 0px 100px 0px;
  color: #ffffff;
}
.page-template-page-landing-2 .lp-body .lp-dentists p {
  color: inherit;
}
.page-template-page-landing-2 .lp-body .lp-dentists .dentists-box {
  padding: 20px 20px 20px 20px;
}
.page-template-page-landing-2 .lp-body .lp-dentists .dentists-box .dentist-body {
  padding: 0px 60px 0px 60px;
}
.page-template-page-landing-2 .lp-body .lp-dentists .dentists-box .dentist-body h3 {
  font-size: 30px;
  font-weight: bold;
  color: inherit;
  margin-bottom: 5px;
  margin-top: 30px;
}
.page-template-page-landing-2 .lp-body .lp-dentists .dentists-box .dentist-body h4 {
  font-size: 20px;
  font-weight: bold;
  color: inherit;
  margin-bottom: 20px;
  margin-top: 0px;
}
.page-template-page-landing-2 .lp-body .lp-dentists .dentists-box .dentist-body p {
  color: inherit;
}
.page-template-page-landing-2 .lp-body .lp-dentists #owl-dentists .owl-controls .owl-nav .owl-prev {
  left: -50px;
}
.page-template-page-landing-2 .lp-body .lp-dentists #owl-dentists .owl-controls .owl-nav .owl-next {
  right: -50px;
}
.page-template-page-landing-2 .lp-body .lp-dentists #owl-dentists .owl-controls .owl-nav [class*="owl-"] {
  color: #ffffff;
  font-size: 30px;
}
.page-template-page-landing-2 .lp-body .lp-dentists .lp-dentists-cta {
  padding: 60px 0px 0px 0px;
}
.page-template-page-landing-2 .lp-body .lp-dentists .or-call {
  color: inherit;
}
.page-template-page-landing-2 .lp-body .lp-dentists .or-call i {
  color: inherit;
}
.page-template-page-landing-2 .lp-body .lp-dentists .or-call:first-line {
  color: inherit;
}
.page-template-page-landing-2 .lp-body .lp-dentists .or-call a {
  color: inherit;
}
.page-template-page-landing-2 .lp-body .lp-services {
  padding: 100px 0px 120px 0px;
}
.page-template-page-landing-2 .lp-body .lp-services .lp-services-inner {
  margin-bottom: 60px;
}
.page-template-page-landing-2 .lp-body .lp-services .lp-services-inner h2 {
  color: #000;
}
.page-template-page-landing-2 .lp-body .lp-services .services-row .services-inner {
  padding: 10px 10px 10px 10px;
  margin: 0px 0px 20px 0px;
}
.page-template-page-landing-2 .lp-body .lp-services .services-row .services-inner .services-img {
  margin-bottom: 30px;
}
.page-template-page-landing-2 .lp-body .lp-services .services-row .services-inner .services-body h3 {
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
}
.page-template-page-landing-2 .lp-body .lp-services .services-row .services-inner .services-body p {
  font-size: 16px;
  line-height: 1.75em;
  color: #555;
}
.page-template-page-landing-2 .lp-body .lp-services .lp-services-cta {
  padding: 60px 0px 0px 0px;
}
.page-template-page-landing-2 .lp-body .lp-testimonials-lower {
  background: #333333;
  padding: 100px 0px 100px 0px;
  color: #ffffff;
  text-align: center;
}
.page-template-page-landing-2 .lp-body .lp-testimonials-lower .testimonials-outer {
  padding: 80px 30px 40px 30px;
  border-radius: 27px;
  margin-top: 20px;
}
.page-template-page-landing-2 .lp-body .lp-testimonials-lower #owl-testimonials .testimonial-box {
  text-align: left;
}
.page-template-page-landing-2 .lp-body .lp-testimonials-lower #owl-testimonials .testimonial-box .stars {
  position: relative;
  text-align: center;
  width: 100%;
}
.page-template-page-landing-2 .lp-body .lp-testimonials-lower #owl-testimonials .testimonial-box .stars i {
  color: #fcbc04;
  font-size: 20px;
}
.page-template-page-landing-2 .lp-body .lp-testimonials-lower #owl-testimonials .testimonial-box .quote {
  position: relative;
  width: 100%;
  padding: 20px 20px 40px 20px;
  text-align: left;
}
.page-template-page-landing-2 .lp-body .lp-testimonials-lower #owl-testimonials .testimonial-box .quote p {
  margin: 0px 0px 0px 0px;
  font-style: italic;
  font-size: 20px;
  color: inherit;
}
.page-template-page-landing-2 .lp-body .lp-testimonials-lower #owl-testimonials .testimonial-box .attribution {
  position: relative;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  padding: 0px 0px 0px 20px;
}
.page-template-page-landing-2 .lp-body .lp-testimonials-lower #owl-testimonials .testimonial-box .attribution i {
  display: inline-block;
  margin-left: 10px;
}
.page-template-page-landing-2 .lp-body .lp-testimonials-lower #owl-testimonials .owl-controls .owl-nav .owl-prev {
  left: -30px;
}
.page-template-page-landing-2 .lp-body .lp-testimonials-lower #owl-testimonials .owl-controls .owl-nav .owl-next {
  right: -30px;
}
.page-template-page-landing-2 .lp-body .lp-testimonials-lower #owl-testimonials .owl-controls .owl-nav [class*="owl-"] {
  color: inherit;
  font-size: 20px;
}
.page-template-page-landing-2 .lp-body .lp-testimonials-lower .owl-theme .owl-dots .owl-dot.active span {
  background: #333333;
}
.page-template-page-landing-2 .lp-body .lp-testimonials-lower .testimonial-more {
  color: #ffffff;
  border-color: #fff;
}
.page-template-page-landing-2 .lp-body .faq {
  padding: 100px 0px 120px;
}
.page-template-page-landing-2 .lp-body .case-gallery {
  padding: 100px 0px 120px 0px;
  background: #f7f7f7;
  border-top: 1px solid #ddd;
}
.page-template-page-landing-2 .lp-body .case-gallery h2 {
  margin-bottom: 10px !important;
}
.page-template-page-landing-2 .lp-body .case-gallery .container-fluid {
  max-width: 1500px;
}
.page-template-page-landing-2 .lp-body .case-gallery .container-fluid .col-xs-6 {
  padding-left: 0px;
  padding-right: 0px;
}
.page-template-page-landing-2 .lp-body .case-gallery .container-fluid .row {
  margin-left: 0px;
  margin-right: 0px;
}
.page-template-page-landing-2 .lp-body .case-gallery #case-gallery {
  margin-top: 0px;
}
.page-template-page-landing-2 .lp-body .case-gallery #case-gallery img {
  border: 1px solid #ddd;
}
.page-template-page-landing-2 .lp-body .case-gallery #case-gallery .owl-controls .owl-nav .owl-prev {
  left: -50px;
}
.page-template-page-landing-2 .lp-body .case-gallery #case-gallery .owl-controls .owl-nav .owl-next {
  right: -50px;
}
.page-template-page-landing-2 .lp-body .case-gallery #case-gallery .owl-controls .owl-nav [class*="owl-"] {
  color: #000;
  font-size: 30px;
}
.page-template-page-landing-2 .btn-block {
  white-space: normal;
}
.page-template-page-landing-2 .or-call {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0px;
}
.page-template-page-landing-2 .or-call a {
  margin-top: 0px;
  font-size: 30px;
  color: #f8b912;
}
.page-template-page-landing-2 .inner-cta .or-call {
  margin-top: 15px;
}
.page-template-page-landing-2 .inner-cta .or-call a {
  color: #f8b912;
}
.page-template-page-landing-2 .inner-cta .or-call {
  margin-top: 5px;
}
.page-template-page-landing-2 .inner-cta .or-call a {
  color: #f8b912;
}
.page-template-page-landing-2 .footer {
  background: #223a4b;
  padding: 0px 0px 0px 0px;
  color: #ffffff;
}
.page-template-page-landing-2 .footer .footer-bar {
  padding: 0px 0px 70px 0px;
}
.page-template-page-landing-2 .footer .f-left {
  padding: 100px 20px 20px 20px;
  text-align: center;
}
.page-template-page-landing-2 .footer .f-left .call-now {
  color: inherit;
}
.page-template-page-landing-2 .footer .f-left .call-now:first-line {
  color: inherit;
}
.page-template-page-landing-2 .footer .f-left form {
  text-align: left;
}
.page-template-page-landing-2 .footer .f-left form legend {
  color: #ffffff;
}
.page-template-page-landing-2 .footer .f-left form span {
  color: #e6e6e6 !important;
}
.page-template-page-landing-2 .footer .f-right {
  padding: 100px 20px 20px 20px;
}
.page-template-page-landing-2 .footer .f-right .outer .inner .inner-body {
  margin-bottom: 10px;
  background: #ff0000;
}
.page-template-page-landing-2 .footer .f-right .outer .inner .inner-body img {
  width: 100%;
  height: auto;
  position: relative;
}
.page-template-page-landing-2 .footer .f-right .outer .inner .inner-body p {
  margin-bottom: 0px;
}
.page-template-page-landing-2 .footer .f-right .outer .inner .inner-cta {
  padding: 20px 10px 20px 10px;
  text-align: center;
}
.page-template-page-landing-2 .footer .f-map {
  line-height: 0.5em;
  margin-top: 0px;
}
.page-template-page-landing-2 .footer .f-map iframe {
  width: 100%;
  height: 600px;
}
.page-template-page-landing-2 .footer .footer-copyright {
  margin: 0px 0px 0px 0px;
  padding: 8px 0px 8px 0px;
  background: #121f28;
  color: #ffffff;
}
.page-template-page-landing-2 .footer .footer-copyright p {
  margin: 0px 0px 0px 0px;
}
.page-template-page-landing-2 .footer .footer-copyright .f-copyright-right {
  text-align: right;
}
.page-template-page-landing-2 .top-arrow {
  font-size: 40px;
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 9997;
  line-height: 0em;
  color: #fff;
  background: #444444;
  cursor: pointer;
  padding: 3px 5px 3px 5px;
  border-radius: 5px;
}
.page-template-page-landing-2 .bottom-links {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: black;
  z-index: 9998;
  border-top: 1px solid black;
}
.page-template-page-landing-2 .bottom-links a {
  display: block;
  width: 100%;
  background: blue;
  text-align: center;
  color: #fff;
  padding: 10px 10px 10px 10px;
  font-size: 14px;
}
.page-template-page-landing-2 .bottom-links .bottom-links-left {
  float: left;
  width: 50%;
}
.page-template-page-landing-2 .bottom-links .bottom-links-left a {
  background: #444444;
}
.page-template-page-landing-2 .bottom-links .bottom-links-right {
  float: left;
  width: 50%;
}
.page-template-page-landing-2 .bottom-links .bottom-links-right a {
  background: #333333;
}
.page-template-page-landing-2 .primary-gradient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3778ce+0,5865b9+100 */
  background: #444444;
  /* Old browsers */
}
.page-template-page-landing-2 p {
  font-size: 18px;
  line-height: 1.75em;
  margin-bottom: 30px;
  font-family: "Wix Madefor Display", sans-serif;
}
.page-template-page-landing-2 ul, .page-template-page-landing-2 li, .page-template-page-landing-2 table, .page-template-page-landing-2 td, .page-template-page-landing-2 span {
  font-family: "Wix Madefor Display", sans-serif;
}
.page-template-page-landing-2 h2 {
  font-size: 36px;
  font-weight: bold;
  margin: 0px 0px 20px 0px;
  line-height: 1.3em;
}
.page-template-page-landing-2 .prac-hours-widget table td, .page-template-page-landing-2 .prac-hours-widget table th {
  font-size: 20px;
}
.page-template-page-landing-2 .call-now {
  color: rgba(255, 255, 255, 0.75);
  font-size: 24px;
  display: inline-block;
  line-height: 1.3em;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
  min-width: 320px;
}
.page-template-page-landing-2 .call-now:first-line {
  color: #ffffff;
  font-size: 36px;
}
.page-template-page-landing-2 .call-now i {
  color: rgba(255, 255, 255, 0.4);
}
.page-template-page-landing-2 .call-now:hover {
  color: white;
  text-decoration: none;
}
.page-template-page-landing-2 .testimonial-more {
  text-transform: uppercase;
  letter-spacing: 0.25px;
  font-weight: bold;
  display: inline-block;
  font-size: 16px;
  padding: 5px 5px 5px 5px;
  border-bottom: 1px solid #007bff;
}
.page-template-page-landing-2 .testimonial-more:hover {
  text-decoration: none;
}
.page-template-page-landing-2 .landing-contact {
  display: none;
}
.page-template-page-landing-2 .btn {
  font-family: "Lora", serif;
  border-radius: 40px;
}
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and up) */
@media (max-width: 1000px) {
  .page-template-page-landing-1 .header .header-top .navbar li {
    display: block;
    width: 100%;
    text-align: left;
  }
  .page-template-page-landing-1 .navbar .dropdown-menu {
    display: inline-block;
    position: relative;
    float: none;
    box-shadow: none;
    background: transparent;
    border: none;
    margin-left: 10px;
  }
  .page-template-page-landing-1 .navbar .dropdown-menu li a {
    color: #fff !important;
  }
  .page-template-page-landing-1 .navbar .dropdown-menu li a:before {
    content: '- ';
  }
  .page-template-page-landing-1 .navbar .dropdown-menu li a:hover {
    background-color: transparent;
  }
  .page-template-page-landing-1 .navbar .dropdown-menu .active a {
    background: transparent;
    color: #007bff !important;
  }
  .page-template-page-landing-1 .header .top-bar .top-bar-left {
    text-align: center;
  }
  .page-template-page-landing-1 .header .top-bar .top-bar-right {
    text-align: center;
  }
  .page-template-page-landing-1 .header .header-top .main-logo {
    text-align: center;
  }
  .page-template-page-landing-1 .header .header-top .main-logo img {
    display: inline-block;
  }
  .page-template-page-landing-1 .header .header-bottom {
    text-align: center;
  }
  .page-template-page-landing-1 .header .lp-main .lp-overlay {
    display: none;
  }
  .page-template-page-landing-1 .header .lp-main .lp-main-left {
    margin-bottom: 0px;
    padding: 0px 0px 40px 0px;
  }
  .page-template-page-landing-1 .header .lp-main .lp-main-right {
    padding: 20px;
  }
  .page-template-page-landing-1 .header .lp-main .lp-main-right .outer .inner .inner-body {
    padding: 0px;
  }
  .page-template-page-landing-1 .header .lp-main .inner-cta {
    padding: 20px 0px 0px 0px;
  }
  .page-template-page-landing-1 .header .lp-main .inner-cta .or-call a {
    color: #f8b912 !important;
  }
  .page-template-page-landing-1 .header .lp-main:after {
    display: none;
  }
  .page-template-page-landing-1 .header .header-feature {
    display: none;
  }
  .page-template-page-landing-1 .header .affix {
    position: relative;
    box-shadow: none;
    background: transparent;
  }
  .page-template-page-landing-1 .header .affix .header-top .main-logo img {
    max-height: 75px;
  }
  .page-template-page-landing-1 .lp-body .lp-testimonial-upper {
    padding: 20px 0px 20px 0px;
  }
  .page-template-page-landing-1 .lp-body .lp-testimonial-upper .lp-testimonial-pull-quote {
    margin-bottom: 60px;
    padding: 0px 20px 0px 20px;
  }
  .page-template-page-landing-1 .lp-body .lp-testimonial-upper .lp-testimonial-pull-quote .quote-icon {
    display: none;
  }
  .page-template-page-landing-1 .lp-body .lp-testimonial-upper .lp-testimonial-pull-quote .quote p {
    font-size: 30px;
  }
  .page-template-page-landing-1 .lp-body .lp-generic h2 {
    font-size: 25px;
  }
  .page-template-page-landing-1 .lp-body .lp-generic .generic-left {
    padding-right: 0px;
  }
  .page-template-page-landing-1 .lp-body .lp-generic .generic-outer {
    margin-top: 60px;
  }
  .page-template-page-landing-1 .lp-body .lp-dentists .dentists-box .dentist-body {
    padding: 0px 20px 0px 20px;
  }
  .page-template-page-landing-1 .lp-body .lp-dentists .text-right {
    text-align: center;
  }
  .page-template-page-landing-1 .lp-body .lp-dentists .text-right .call-now {
    margin-bottom: 60px;
  }
  .page-template-page-landing-1 .footer .f-right .outer .inner .inner-body {
    padding: 0px;
  }
  .page-template-page-landing-1 .footer .f-right .outer .inner .inner-body .lp-main-offer-box .lp-main-offer-box-headline {
    font-size: 36px;
    line-height: 30px;
  }
  .page-template-page-landing-1 .footer .f-right .outer .inner .inner-body .lp-main-offer-box .lp-main-offer-box-headline:first-line {
    font-size: 60px;
  }
  .page-template-page-landing-1 .footer .f-right .outer .inner .inner-body .lp-main-offer-box .lp-main-offer-box-terms {
    line-height: 20px;
    margin-bottom: 20px;
  }
  .page-template-page-landing-1 .footer .f-right .outer .inner .inner-body .lp-main-offer-box .lp-main-offer-box-action {
    font-size: 25px;
  }
  .page-template-page-landing-1 .footer .f-right .outer .inner .inner-cta {
    padding: 20px 0px 0px 0px;
  }
  .page-template-page-landing-1 .footer .footer-copyright p {
    text-align: center;
    font-size: 16px;
  }
  .page-template-page-landing-1 .footer .footer-copyright .f-copyright-right {
    text-align: center;
  }
  .page-template-page-landing-1 .call-now {
    padding: 20px 20px 20px 20px;
    background: #42cf55;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f8b912 0%, #dba106 100%);
    background: -webkit-linear-gradient(top, #f8b912 0%, #dba106 100%);
    background: linear-gradient(to bottom, #f8b912 0%, #dba106 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$button-primary', endColorstr='$brand-primary-darken',GradientType=0);
    color: #173042;
    border: 1px solid #eaac07;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
    border-radius: 27px;
    font-size: 20px;
    width: 100%;
  }
  .page-template-page-landing-1 .call-now:first-line {
    font-size: 30px;
    color: #173042;
  }
  .page-template-page-landing-1 .btn-lg, .page-template-page-landing-1 .btn-group-lg > .btn {
    font-size: 17px;
  }
  .page-template-page-landing-1 .top-arrow {
    bottom: 62px;
  }
  .page-template-page-landing-2 .header .header-top .navbar li {
    display: block;
    width: 100%;
    text-align: left;
  }
  .page-template-page-landing-2 .navbar .dropdown-menu {
    display: inline-block;
    position: relative;
    float: none;
    box-shadow: none;
    background: transparent;
    border: none;
    margin-left: 10px;
  }
  .page-template-page-landing-2 .navbar .dropdown-menu li a {
    color: #fff !important;
  }
  .page-template-page-landing-2 .navbar .dropdown-menu li a:before {
    content: '- ';
  }
  .page-template-page-landing-2 .navbar .dropdown-menu li a:hover {
    background-color: transparent;
  }
  .page-template-page-landing-2 .navbar .dropdown-menu .active a {
    background: transparent;
    color: #007bff !important;
  }
  .page-template-page-landing-2 .header .top-bar .top-bar-left {
    text-align: center;
  }
  .page-template-page-landing-2 .header .top-bar .top-bar-right {
    text-align: center;
  }
  .page-template-page-landing-2 .header .header-top .main-logo {
    text-align: center;
  }
  .page-template-page-landing-2 .header .header-top .main-logo img {
    display: inline-block;
  }
  .page-template-page-landing-2 .header .header-bottom {
    text-align: center;
  }
  .page-template-page-landing-2 .header .lp-main .lp-main-left {
    margin-bottom: 0px;
    padding: 0px 0px 40px 0px;
  }
  .page-template-page-landing-2 .header .lp-main .lp-main-right {
    padding: 0px;
  }
  .page-template-page-landing-2 .header .lp-main .lp-main-right .outer .inner .inner-body {
    padding: 0px;
  }
  .page-template-page-landing-2 .header .lp-main .inner-cta {
    padding: 0px 0px 0px 0px;
  }
  .page-template-page-landing-2 .header .lp-main .inner-cta .or-call a {
    color: #f8b912 !important;
  }
  .page-template-page-landing-2 .header .lp-main:after {
    display: none;
  }
  .page-template-page-landing-2 .header .header-feature {
    display: none;
  }
  .page-template-page-landing-2 .header .affix {
    position: relative;
    box-shadow: none;
    background: transparent;
  }
  .page-template-page-landing-2 .header .affix .header-top .main-logo img {
    max-height: 75px;
  }
  .page-template-page-landing-2 .lp-body .lp-testimonial-upper {
    padding: 20px 0px 20px 0px;
  }
  .page-template-page-landing-2 .lp-body .lp-testimonial-upper .lp-testimonial-pull-quote {
    margin-bottom: 60px;
    padding: 0px 20px 0px 20px;
  }
  .page-template-page-landing-2 .lp-body .lp-testimonial-upper .lp-testimonial-pull-quote .quote-icon {
    display: none;
  }
  .page-template-page-landing-2 .lp-body .lp-testimonial-upper .lp-testimonial-pull-quote .quote p {
    font-size: 30px;
  }
  .page-template-page-landing-2 .lp-body .lp-generic .generic-left {
    padding-right: 0px;
  }
  .page-template-page-landing-2 .lp-body .lp-generic .generic-outer {
    margin-top: 60px;
  }
  .page-template-page-landing-2 .lp-body .lp-dentists .dentists-box .dentist-body {
    padding: 0px 20px 0px 20px;
  }
  .page-template-page-landing-2 .lp-body .lp-dentists .text-right {
    text-align: center;
  }
  .page-template-page-landing-2 .lp-body .lp-dentists .text-right .call-now {
    margin-bottom: 60px;
  }
  .page-template-page-landing-2 .footer .f-right .outer .inner .inner-body {
    padding: 0px;
  }
  .page-template-page-landing-2 .footer .f-right .outer .inner .inner-cta {
    padding: 0px 0px 0px 0px;
  }
  .page-template-page-landing-2 .footer .footer-copyright p {
    text-align: center;
    font-size: 16px;
  }
  .page-template-page-landing-2 .footer .footer-copyright .f-copyright-right {
    text-align: center;
  }
  .page-template-page-landing-2 .call-now {
    padding: 20px 20px 20px 20px;
    background: #42cf55;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f8b912 0%, #dba106 100%);
    background: -webkit-linear-gradient(top, #f8b912 0%, #dba106 100%);
    background: linear-gradient(to bottom, #f8b912 0%, #dba106 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$button-primary', endColorstr='$brand-primary-darken',GradientType=0);
    color: #173042;
    border: 1px solid #eaac07;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
    border-radius: 27px;
    font-size: 20px;
    width: 100%;
  }
  .page-template-page-landing-2 .call-now:first-line {
    font-size: 30px;
    color: #173042;
  }
  .page-template-page-landing-2 .btn-lg, .page-template-page-landing-2 .btn-group-lg > .btn {
    font-size: 17px;
  }
  .page-template-page-landing-2 .top-arrow {
    bottom: 62px;
  }
}
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  background-color: white;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 40px;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333;
  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: #333;
  text-decoration: none;
  outline: 0;
  background-color: #e2e2e2;
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #999;
}
.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 solid;
  content: "";
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 1000px) {
  .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:focus, .btn-group-vertical > .btn:focus {
  outline: none;
}
.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-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 > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-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: 40px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 40px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.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%;
}
[data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #000;
  border-radius: 40px;
}
.input-group-addon.input-sm, .input-group-sm > .input-group-addon.form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 0px;
}
.input-group-addon.input-lg, .input-group-lg > .input-group-addon.form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 0px;
}
.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 {
  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 25px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #999;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eee;
  border-color: #007bff;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 40px 40px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 40px;
}
.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: #333;
  background-color: #e2e2e2;
}
.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, .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 900px) {
  .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: 40px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 900px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 40px 40px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.divider {
  display: block;
  text-indent: -1000em;
  background: rgba(255, 255, 255, 0.1);
  width: 1px;
  height: 25px;
  margin: 0px 0px 0px 0px;
  position: relative;
  top: 6px;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  z-index: 1000;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 1000px) {
  .navbar {
    border-radius: 0px;
  }
}
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 1000px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 3240px;
  overflow-x: visible;
  padding-right: 0px;
  padding-left: 0px;
  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: 1000px) {
  .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;
  }
}
.container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
  margin-right: 0px;
  margin-left: 0px;
}
@media (min-width: 1000px) {
  .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: 1000px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 1000px) {
  .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: 15px 0px;
  font-size: 20px;
  line-height: 22px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 1000px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 0px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 40px;
  color: #fff;
}
.navbar-toggle:focus {
  outline: none;
  color: #f8b912;
}
.navbar-toggle:hover {
  color: #f8b912;
}
.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: 1000px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px 0px;
  text-align: right;
  width: 100%;
}
.navbar-nav > li {
  display: inline-block;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
  display: inline-block;
}
@media (max-width: 999px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 1000px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: 0px;
  }
}
@media (min-width: 1000px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: 0px;
  margin-right: 0px;
  padding: 10px 0px;
  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: 7px;
  margin-bottom: 7px;
}
@media (max-width: 999px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 1000px) {
  .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-form.navbar-right:last-child {
    margin-right: 0px;
  }
}
.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 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}
@media (min-width: 1000px) {
  .navbar-text {
    float: left;
    margin-left: 0px;
    margin-right: 0px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.navbar-default .navbar-brand {
  color: #000;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: black;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #000;
}
.navbar-default .navbar-nav > li > a {
  color: #000;
  font-weight: 300;
  font-size: 18px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #777;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: white;
  background-color: transparent;
}
.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: #333;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: white;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: white;
}
@media (max-width: 999px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #777;
    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: white;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #000;
}
.navbar-default .navbar-link:hover {
  color: #777;
}
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #999;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999;
}
.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: 999px) {
  .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: #999;
  }
  .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: #999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 40px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 40px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #007bff;
  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: 40px;
  border-top-left-radius: 40px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 40px;
  border-top-right-radius: 40px;
}
.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
  color: #0056b3;
  background-color: #eee;
  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: 2;
  color: #fff;
  background-color: #f8b912;
  border-color: #f8b912;
  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: #999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
}
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
}
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover, .pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.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: #999;
  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[href]:hover, .label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: gray;
}
.label-primary {
  background-color: #f8b912;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #d19906;
}
.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: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999;
  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;
}
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #007bff;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 40px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 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: #333;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #007bff;
}
.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 40px;
}
.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 {
  padding-right: 35px;
}
.alert-dismissable .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: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 40px;
  -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: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #f8b912;
  -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;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  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: 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 {
  -webkit-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: 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: 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: 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: 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, .media-body {
  overflow: hidden;
  zoom: 1;
}
.media, .media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.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: 40px;
  border-top-left-radius: 40px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
  z-index: 2;
  color: #333;
  background-color: #e2e2e2;
  border-color: #e2e2e2;
}
a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
  color: white;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.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 {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.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 {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.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 {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.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 {
  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: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0px;
  -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: -1px;
  border-top-left-radius: -1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #fff;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table, .panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.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: -1px;
}
.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: -1px;
}
.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.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: -1px;
}
.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: -1px;
}
.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 22px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  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: #333;
  background-color: #fff;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #f8b912;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #f8b912;
  border-color: #f8b912;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #f8b912;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #f8b912;
}
.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-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-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-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-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 40px;
  -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: 0px;
}
.well-sm {
  padding: 9px;
  border-radius: 0px;
}
.close {
  float: right;
  font-size: 24px;
  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: auto;
  overflow-y: scroll;
  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%);
  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);
  transform: translate(0, 0);
}
.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: 0px;
  -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: none;
}
.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;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  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;
}
@media (min-width: 900px) {
  .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: 1000px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 14px;
  line-height: 1.4;
  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;
  text-decoration: none;
  background-color: #000;
  border-radius: 40px;
}
.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;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 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;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  font-weight: normal;
  line-height: 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: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.carousel-inner > .item {
  display: none;
  text-align: center;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  line-height: 1;
  margin-left: 50%;
  position: relative;
  left: -960px;
}
.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);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(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, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(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: none;
  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%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  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: 900px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-theme .owl-controls {
  text-align: center;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  color: #333;
  cursor: pointer;
  display: inline-block !important;
  font-size: 50px;
  line-height: 50px;
  width: 45px;
  height: 45px;
  text-align: center;
}
.owl-next {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -26px;
}
.owl-prev {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -26px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
  color: #000;
  text-decoration: none;
}
.owl-theme .owl-controls .owl-nav .disabled {
  cursor: default;
  opacity: 0.5;
}
.owl-dots {
  margin-top: 20px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}
.owl-theme .owl-dots .owl-dot span {
  background: none repeat scroll 0 0 #ddd;
  border-radius: 30px;
  display: block;
  height: 10px;
  margin: 5px 7px;
  transition: opacity 200ms ease 0s;
  width: 10px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: none repeat scroll 0 0 #333;
}
#owl-smile {
  padding-top: 60px;
}
#owl-smile .owl-dots {
  text-align: center;
}
#owl-smile .owl-next {
  position: absolute;
  top: 0px;
  font-size: 30px;
  margin-top: 0px;
  z-index: 999;
}
#owl-smile .owl-prev {
  position: absolute;
  top: 0px;
  font-size: 30px;
  margin-top: 0px;
  z-index: 999;
}
/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.14 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2019, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight {
  /* disable global scrolling when featherlights are visible */
  overflow: hidden;
}
.featherlight {
  display: none;
  /* dimensions: spanning the background from edge to edge */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  /* z-index needs to be >= elements on the site. */
  /* position: centering content */
  text-align: center;
  /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
  white-space: nowrap;
  /* styling */
  cursor: pointer;
  background: #333;
  /* IE8 "hack" for nested featherlights */
  background: rgba(0, 0, 0, 0.8);
}
/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8);
}
.featherlight:before {
  /* position: trick to center content vertically */
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.featherlight .featherlight-content {
  /* make content container for positioned elements (close button) */
  position: relative;
  /* position: centering vertical and horizontal */
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  /* dimensions: cut off images */
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  /* dimensions: handling large content */
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  /* styling */
  background: #fff;
  cursor: auto;
  /* reset white-space wrapping */
  white-space: normal;
}
/* contains the content */
.featherlight .featherlight-inner {
  /* make sure its visible */
  display: block;
}
/* don't show these though */
.featherlight script.featherlight-inner, .featherlight link.featherlight-inner, .featherlight style.featherlight-inner {
  display: none;
}
.featherlight .featherlight-close-icon {
  /* position: centering vertical and horizontal */
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  /* dimensions: 25px x 25px */
  line-height: 25px;
  width: 25px;
  /* styling */
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff;
  /* Set the background in case it overlaps the content */
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: none;
  padding: 0;
}
/* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.featherlight .featherlight-image {
  /* styling */
  width: 100%;
}
.featherlight-iframe .featherlight-content {
  /* removed the border for image croping since iframe is edge to edge */
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}
.featherlight iframe {
  /* styling */
  border: none;
}
.featherlight * {
  /* See https://github.com/noelboss/featherlight/issues/42 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
/* hide non featherlight items when printing */
@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}
.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: NaN a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}
@media (max-width: 899px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 900px) and (max-width: 999px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 1000px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 899px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 900px) and (max-width: 999px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1000px) 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;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.fa, .fas, .far, .fal, .fad, .fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left, .fas.fa-pull-left, .far.fa-pull-left, .fal.fa-pull-left, .fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right, .fas.fa-pull-right, .far.fa-pull-right, .fal.fa-pull-right, .fab.fa-pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-flip-both {
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "";
}
.fa-abacus:before {
  content: "";
}
.fa-accessible-icon:before {
  content: "";
}
.fa-accusoft:before {
  content: "";
}
.fa-acorn:before {
  content: "";
}
.fa-acquisitions-incorporated:before {
  content: "";
}
.fa-ad:before {
  content: "";
}
.fa-address-book:before {
  content: "";
}
.fa-address-card:before {
  content: "";
}
.fa-adjust:before {
  content: "";
}
.fa-adn:before {
  content: "";
}
.fa-adobe:before {
  content: "";
}
.fa-adversal:before {
  content: "";
}
.fa-affiliatetheme:before {
  content: "";
}
.fa-air-conditioner:before {
  content: "";
}
.fa-air-freshener:before {
  content: "";
}
.fa-airbnb:before {
  content: "";
}
.fa-alarm-clock:before {
  content: "";
}
.fa-alarm-exclamation:before {
  content: "";
}
.fa-alarm-plus:before {
  content: "";
}
.fa-alarm-snooze:before {
  content: "";
}
.fa-album:before {
  content: "";
}
.fa-album-collection:before {
  content: "";
}
.fa-algolia:before {
  content: "";
}
.fa-alicorn:before {
  content: "";
}
.fa-alien:before {
  content: "";
}
.fa-alien-monster:before {
  content: "";
}
.fa-align-center:before {
  content: "";
}
.fa-align-justify:before {
  content: "";
}
.fa-align-left:before {
  content: "";
}
.fa-align-right:before {
  content: "";
}
.fa-align-slash:before {
  content: "";
}
.fa-alipay:before {
  content: "";
}
.fa-allergies:before {
  content: "";
}
.fa-amazon:before {
  content: "";
}
.fa-amazon-pay:before {
  content: "";
}
.fa-ambulance:before {
  content: "";
}
.fa-american-sign-language-interpreting:before {
  content: "";
}
.fa-amilia:before {
  content: "";
}
.fa-amp-guitar:before {
  content: "";
}
.fa-analytics:before {
  content: "";
}
.fa-anchor:before {
  content: "";
}
.fa-android:before {
  content: "";
}
.fa-angel:before {
  content: "";
}
.fa-angellist:before {
  content: "";
}
.fa-angle-double-down:before {
  content: "";
}
.fa-angle-double-left:before {
  content: "";
}
.fa-angle-double-right:before {
  content: "";
}
.fa-angle-double-up:before {
  content: "";
}
.fa-angle-down:before {
  content: "";
}
.fa-angle-left:before {
  content: "";
}
.fa-angle-right:before {
  content: "";
}
.fa-angle-up:before {
  content: "";
}
.fa-angry:before {
  content: "";
}
.fa-angrycreative:before {
  content: "";
}
.fa-angular:before {
  content: "";
}
.fa-ankh:before {
  content: "";
}
.fa-app-store:before {
  content: "";
}
.fa-app-store-ios:before {
  content: "";
}
.fa-apper:before {
  content: "";
}
.fa-apple:before {
  content: "";
}
.fa-apple-alt:before {
  content: "";
}
.fa-apple-crate:before {
  content: "";
}
.fa-apple-pay:before {
  content: "";
}
.fa-archive:before {
  content: "";
}
.fa-archway:before {
  content: "";
}
.fa-arrow-alt-circle-down:before {
  content: "";
}
.fa-arrow-alt-circle-left:before {
  content: "";
}
.fa-arrow-alt-circle-right:before {
  content: "";
}
.fa-arrow-alt-circle-up:before {
  content: "";
}
.fa-arrow-alt-down:before {
  content: "";
}
.fa-arrow-alt-from-bottom:before {
  content: "";
}
.fa-arrow-alt-from-left:before {
  content: "";
}
.fa-arrow-alt-from-right:before {
  content: "";
}
.fa-arrow-alt-from-top:before {
  content: "";
}
.fa-arrow-alt-left:before {
  content: "";
}
.fa-arrow-alt-right:before {
  content: "";
}
.fa-arrow-alt-square-down:before {
  content: "";
}
.fa-arrow-alt-square-left:before {
  content: "";
}
.fa-arrow-alt-square-right:before {
  content: "";
}
.fa-arrow-alt-square-up:before {
  content: "";
}
.fa-arrow-alt-to-bottom:before {
  content: "";
}
.fa-arrow-alt-to-left:before {
  content: "";
}
.fa-arrow-alt-to-right:before {
  content: "";
}
.fa-arrow-alt-to-top:before {
  content: "";
}
.fa-arrow-alt-up:before {
  content: "";
}
.fa-arrow-circle-down:before {
  content: "";
}
.fa-arrow-circle-left:before {
  content: "";
}
.fa-arrow-circle-right:before {
  content: "";
}
.fa-arrow-circle-up:before {
  content: "";
}
.fa-arrow-down:before {
  content: "";
}
.fa-arrow-from-bottom:before {
  content: "";
}
.fa-arrow-from-left:before {
  content: "";
}
.fa-arrow-from-right:before {
  content: "";
}
.fa-arrow-from-top:before {
  content: "";
}
.fa-arrow-left:before {
  content: "";
}
.fa-arrow-right:before {
  content: "";
}
.fa-arrow-square-down:before {
  content: "";
}
.fa-arrow-square-left:before {
  content: "";
}
.fa-arrow-square-right:before {
  content: "";
}
.fa-arrow-square-up:before {
  content: "";
}
.fa-arrow-to-bottom:before {
  content: "";
}
.fa-arrow-to-left:before {
  content: "";
}
.fa-arrow-to-right:before {
  content: "";
}
.fa-arrow-to-top:before {
  content: "";
}
.fa-arrow-up:before {
  content: "";
}
.fa-arrows:before {
  content: "";
}
.fa-arrows-alt:before {
  content: "";
}
.fa-arrows-alt-h:before {
  content: "";
}
.fa-arrows-alt-v:before {
  content: "";
}
.fa-arrows-h:before {
  content: "";
}
.fa-arrows-v:before {
  content: "";
}
.fa-artstation:before {
  content: "";
}
.fa-assistive-listening-systems:before {
  content: "";
}
.fa-asterisk:before {
  content: "";
}
.fa-asymmetrik:before {
  content: "";
}
.fa-at:before {
  content: "";
}
.fa-atlas:before {
  content: "";
}
.fa-atlassian:before {
  content: "";
}
.fa-atom:before {
  content: "";
}
.fa-atom-alt:before {
  content: "";
}
.fa-audible:before {
  content: "";
}
.fa-audio-description:before {
  content: "";
}
.fa-autoprefixer:before {
  content: "";
}
.fa-avianex:before {
  content: "";
}
.fa-aviato:before {
  content: "";
}
.fa-award:before {
  content: "";
}
.fa-aws:before {
  content: "";
}
.fa-axe:before {
  content: "";
}
.fa-axe-battle:before {
  content: "";
}
.fa-baby:before {
  content: "";
}
.fa-baby-carriage:before {
  content: "";
}
.fa-backpack:before {
  content: "";
}
.fa-backspace:before {
  content: "";
}
.fa-backward:before {
  content: "";
}
.fa-bacon:before {
  content: "";
}
.fa-bacteria:before {
  content: "陵";
}
.fa-bacterium:before {
  content: "讀";
}
.fa-badge:before {
  content: "";
}
.fa-badge-check:before {
  content: "";
}
.fa-badge-dollar:before {
  content: "";
}
.fa-badge-percent:before {
  content: "";
}
.fa-badge-sheriff:before {
  content: "";
}
.fa-badger-honey:before {
  content: "";
}
.fa-bags-shopping:before {
  content: "";
}
.fa-bahai:before {
  content: "";
}
.fa-balance-scale:before {
  content: "";
}
.fa-balance-scale-left:before {
  content: "";
}
.fa-balance-scale-right:before {
  content: "";
}
.fa-ball-pile:before {
  content: "";
}
.fa-ballot:before {
  content: "";
}
.fa-ballot-check:before {
  content: "";
}
.fa-ban:before {
  content: "";
}
.fa-band-aid:before {
  content: "";
}
.fa-bandcamp:before {
  content: "";
}
.fa-banjo:before {
  content: "";
}
.fa-barcode:before {
  content: "";
}
.fa-barcode-alt:before {
  content: "";
}
.fa-barcode-read:before {
  content: "";
}
.fa-barcode-scan:before {
  content: "";
}
.fa-bars:before {
  content: "";
}
.fa-baseball:before {
  content: "";
}
.fa-baseball-ball:before {
  content: "";
}
.fa-basketball-ball:before {
  content: "";
}
.fa-basketball-hoop:before {
  content: "";
}
.fa-bat:before {
  content: "";
}
.fa-bath:before {
  content: "";
}
.fa-battery-bolt:before {
  content: "";
}
.fa-battery-empty:before {
  content: "";
}
.fa-battery-full:before {
  content: "";
}
.fa-battery-half:before {
  content: "";
}
.fa-battery-quarter:before {
  content: "";
}
.fa-battery-slash:before {
  content: "";
}
.fa-battery-three-quarters:before {
  content: "";
}
.fa-battle-net:before {
  content: "";
}
.fa-bed:before {
  content: "";
}
.fa-bed-alt:before {
  content: "";
}
.fa-bed-bunk:before {
  content: "";
}
.fa-bed-empty:before {
  content: "";
}
.fa-beer:before {
  content: "";
}
.fa-behance:before {
  content: "";
}
.fa-behance-square:before {
  content: "";
}
.fa-bell:before {
  content: "";
}
.fa-bell-exclamation:before {
  content: "";
}
.fa-bell-on:before {
  content: "";
}
.fa-bell-plus:before {
  content: "";
}
.fa-bell-school:before {
  content: "";
}
.fa-bell-school-slash:before {
  content: "";
}
.fa-bell-slash:before {
  content: "";
}
.fa-bells:before {
  content: "";
}
.fa-betamax:before {
  content: "";
}
.fa-bezier-curve:before {
  content: "";
}
.fa-bible:before {
  content: "";
}
.fa-bicycle:before {
  content: "";
}
.fa-biking:before {
  content: "";
}
.fa-biking-mountain:before {
  content: "";
}
.fa-bimobject:before {
  content: "";
}
.fa-binoculars:before {
  content: "";
}
.fa-biohazard:before {
  content: "";
}
.fa-birthday-cake:before {
  content: "";
}
.fa-bitbucket:before {
  content: "";
}
.fa-bitcoin:before {
  content: "";
}
.fa-bity:before {
  content: "";
}
.fa-black-tie:before {
  content: "";
}
.fa-blackberry:before {
  content: "";
}
.fa-blanket:before {
  content: "";
}
.fa-blender:before {
  content: "";
}
.fa-blender-phone:before {
  content: "";
}
.fa-blind:before {
  content: "";
}
.fa-blinds:before {
  content: "";
}
.fa-blinds-open:before {
  content: "";
}
.fa-blinds-raised:before {
  content: "";
}
.fa-blog:before {
  content: "";
}
.fa-blogger:before {
  content: "";
}
.fa-blogger-b:before {
  content: "";
}
.fa-bluetooth:before {
  content: "";
}
.fa-bluetooth-b:before {
  content: "";
}
.fa-bold:before {
  content: "";
}
.fa-bolt:before {
  content: "";
}
.fa-bomb:before {
  content: "";
}
.fa-bone:before {
  content: "";
}
.fa-bone-break:before {
  content: "";
}
.fa-bong:before {
  content: "";
}
.fa-book:before {
  content: "";
}
.fa-book-alt:before {
  content: "";
}
.fa-book-dead:before {
  content: "";
}
.fa-book-heart:before {
  content: "";
}
.fa-book-medical:before {
  content: "";
}
.fa-book-open:before {
  content: "";
}
.fa-book-reader:before {
  content: "";
}
.fa-book-spells:before {
  content: "";
}
.fa-book-user:before {
  content: "";
}
.fa-bookmark:before {
  content: "";
}
.fa-books:before {
  content: "";
}
.fa-books-medical:before {
  content: "";
}
.fa-boombox:before {
  content: "";
}
.fa-boot:before {
  content: "";
}
.fa-booth-curtain:before {
  content: "";
}
.fa-bootstrap:before {
  content: "";
}
.fa-border-all:before {
  content: "";
}
.fa-border-bottom:before {
  content: "";
}
.fa-border-center-h:before {
  content: "";
}
.fa-border-center-v:before {
  content: "";
}
.fa-border-inner:before {
  content: "";
}
.fa-border-left:before {
  content: "";
}
.fa-border-none:before {
  content: "";
}
.fa-border-outer:before {
  content: "";
}
.fa-border-right:before {
  content: "";
}
.fa-border-style:before {
  content: "";
}
.fa-border-style-alt:before {
  content: "";
}
.fa-border-top:before {
  content: "";
}
.fa-bow-arrow:before {
  content: "";
}
.fa-bowling-ball:before {
  content: "";
}
.fa-bowling-pins:before {
  content: "";
}
.fa-box:before {
  content: "";
}
.fa-box-alt:before {
  content: "";
}
.fa-box-ballot:before {
  content: "";
}
.fa-box-check:before {
  content: "";
}
.fa-box-fragile:before {
  content: "";
}
.fa-box-full:before {
  content: "";
}
.fa-box-heart:before {
  content: "";
}
.fa-box-open:before {
  content: "";
}
.fa-box-tissue:before {
  content: "拏";
}
.fa-box-up:before {
  content: "";
}
.fa-box-usd:before {
  content: "";
}
.fa-boxes:before {
  content: "";
}
.fa-boxes-alt:before {
  content: "";
}
.fa-boxing-glove:before {
  content: "";
}
.fa-brackets:before {
  content: "";
}
.fa-brackets-curly:before {
  content: "";
}
.fa-braille:before {
  content: "";
}
.fa-brain:before {
  content: "";
}
.fa-bread-loaf:before {
  content: "";
}
.fa-bread-slice:before {
  content: "";
}
.fa-briefcase:before {
  content: "";
}
.fa-briefcase-medical:before {
  content: "";
}
.fa-bring-forward:before {
  content: "";
}
.fa-bring-front:before {
  content: "";
}
.fa-broadcast-tower:before {
  content: "";
}
.fa-broom:before {
  content: "";
}
.fa-browser:before {
  content: "";
}
.fa-brush:before {
  content: "";
}
.fa-btc:before {
  content: "";
}
.fa-buffer:before {
  content: "";
}
.fa-bug:before {
  content: "";
}
.fa-building:before {
  content: "";
}
.fa-bullhorn:before {
  content: "";
}
.fa-bullseye:before {
  content: "";
}
.fa-bullseye-arrow:before {
  content: "";
}
.fa-bullseye-pointer:before {
  content: "";
}
.fa-burger-soda:before {
  content: "";
}
.fa-burn:before {
  content: "";
}
.fa-buromobelexperte:before {
  content: "";
}
.fa-burrito:before {
  content: "";
}
.fa-bus:before {
  content: "";
}
.fa-bus-alt:before {
  content: "";
}
.fa-bus-school:before {
  content: "";
}
.fa-business-time:before {
  content: "";
}
.fa-buy-n-large:before {
  content: "";
}
.fa-buysellads:before {
  content: "";
}
.fa-cabinet-filing:before {
  content: "";
}
.fa-cactus:before {
  content: "";
}
.fa-calculator:before {
  content: "";
}
.fa-calculator-alt:before {
  content: "";
}
.fa-calendar:before {
  content: "";
}
.fa-calendar-alt:before {
  content: "";
}
.fa-calendar-check:before {
  content: "";
}
.fa-calendar-day:before {
  content: "";
}
.fa-calendar-edit:before {
  content: "";
}
.fa-calendar-exclamation:before {
  content: "";
}
.fa-calendar-minus:before {
  content: "";
}
.fa-calendar-plus:before {
  content: "";
}
.fa-calendar-star:before {
  content: "";
}
.fa-calendar-times:before {
  content: "";
}
.fa-calendar-week:before {
  content: "";
}
.fa-camcorder:before {
  content: "";
}
.fa-camera:before {
  content: "";
}
.fa-camera-alt:before {
  content: "";
}
.fa-camera-home:before {
  content: "";
}
.fa-camera-movie:before {
  content: "";
}
.fa-camera-polaroid:before {
  content: "";
}
.fa-camera-retro:before {
  content: "";
}
.fa-campfire:before {
  content: "";
}
.fa-campground:before {
  content: "";
}
.fa-canadian-maple-leaf:before {
  content: "";
}
.fa-candle-holder:before {
  content: "";
}
.fa-candy-cane:before {
  content: "";
}
.fa-candy-corn:before {
  content: "";
}
.fa-cannabis:before {
  content: "";
}
.fa-capsules:before {
  content: "";
}
.fa-car:before {
  content: "";
}
.fa-car-alt:before {
  content: "";
}
.fa-car-battery:before {
  content: "";
}
.fa-car-building:before {
  content: "";
}
.fa-car-bump:before {
  content: "";
}
.fa-car-bus:before {
  content: "";
}
.fa-car-crash:before {
  content: "";
}
.fa-car-garage:before {
  content: "";
}
.fa-car-mechanic:before {
  content: "";
}
.fa-car-side:before {
  content: "";
}
.fa-car-tilt:before {
  content: "";
}
.fa-car-wash:before {
  content: "";
}
.fa-caravan:before {
  content: "";
}
.fa-caravan-alt:before {
  content: "豈";
}
.fa-caret-circle-down:before {
  content: "";
}
.fa-caret-circle-left:before {
  content: "";
}
.fa-caret-circle-right:before {
  content: "";
}
.fa-caret-circle-up:before {
  content: "";
}
.fa-caret-down:before {
  content: "";
}
.fa-caret-left:before {
  content: "";
}
.fa-caret-right:before {
  content: "";
}
.fa-caret-square-down:before {
  content: "";
}
.fa-caret-square-left:before {
  content: "";
}
.fa-caret-square-right:before {
  content: "";
}
.fa-caret-square-up:before {
  content: "";
}
.fa-caret-up:before {
  content: "";
}
.fa-carrot:before {
  content: "";
}
.fa-cars:before {
  content: "";
}
.fa-cart-arrow-down:before {
  content: "";
}
.fa-cart-plus:before {
  content: "";
}
.fa-cash-register:before {
  content: "";
}
.fa-cassette-tape:before {
  content: "";
}
.fa-cat:before {
  content: "";
}
.fa-cat-space:before {
  content: "更";
}
.fa-cauldron:before {
  content: "";
}
.fa-cc-amazon-pay:before {
  content: "";
}
.fa-cc-amex:before {
  content: "";
}
.fa-cc-apple-pay:before {
  content: "";
}
.fa-cc-diners-club:before {
  content: "";
}
.fa-cc-discover:before {
  content: "";
}
.fa-cc-jcb:before {
  content: "";
}
.fa-cc-mastercard:before {
  content: "";
}
.fa-cc-paypal:before {
  content: "";
}
.fa-cc-stripe:before {
  content: "";
}
.fa-cc-visa:before {
  content: "";
}
.fa-cctv:before {
  content: "";
}
.fa-centercode:before {
  content: "";
}
.fa-centos:before {
  content: "";
}
.fa-certificate:before {
  content: "";
}
.fa-chair:before {
  content: "";
}
.fa-chair-office:before {
  content: "";
}
.fa-chalkboard:before {
  content: "";
}
.fa-chalkboard-teacher:before {
  content: "";
}
.fa-charging-station:before {
  content: "";
}
.fa-chart-area:before {
  content: "";
}
.fa-chart-bar:before {
  content: "";
}
.fa-chart-line:before {
  content: "";
}
.fa-chart-line-down:before {
  content: "";
}
.fa-chart-network:before {
  content: "";
}
.fa-chart-pie:before {
  content: "";
}
.fa-chart-pie-alt:before {
  content: "";
}
.fa-chart-scatter:before {
  content: "";
}
.fa-check:before {
  content: "";
}
.fa-check-circle:before {
  content: "";
}
.fa-check-double:before {
  content: "";
}
.fa-check-square:before {
  content: "";
}
.fa-cheese:before {
  content: "";
}
.fa-cheese-swiss:before {
  content: "";
}
.fa-cheeseburger:before {
  content: "";
}
.fa-chess:before {
  content: "";
}
.fa-chess-bishop:before {
  content: "";
}
.fa-chess-bishop-alt:before {
  content: "";
}
.fa-chess-board:before {
  content: "";
}
.fa-chess-clock:before {
  content: "";
}
.fa-chess-clock-alt:before {
  content: "";
}
.fa-chess-king:before {
  content: "";
}
.fa-chess-king-alt:before {
  content: "";
}
.fa-chess-knight:before {
  content: "";
}
.fa-chess-knight-alt:before {
  content: "";
}
.fa-chess-pawn:before {
  content: "";
}
.fa-chess-pawn-alt:before {
  content: "";
}
.fa-chess-queen:before {
  content: "";
}
.fa-chess-queen-alt:before {
  content: "";
}
.fa-chess-rook:before {
  content: "";
}
.fa-chess-rook-alt:before {
  content: "";
}
.fa-chevron-circle-down:before {
  content: "";
}
.fa-chevron-circle-left:before {
  content: "";
}
.fa-chevron-circle-right:before {
  content: "";
}
.fa-chevron-circle-up:before {
  content: "";
}
.fa-chevron-double-down:before {
  content: "";
}
.fa-chevron-double-left:before {
  content: "";
}
.fa-chevron-double-right:before {
  content: "";
}
.fa-chevron-double-up:before {
  content: "";
}
.fa-chevron-down:before {
  content: "";
}
.fa-chevron-left:before {
  content: "";
}
.fa-chevron-right:before {
  content: "";
}
.fa-chevron-square-down:before {
  content: "";
}
.fa-chevron-square-left:before {
  content: "";
}
.fa-chevron-square-right:before {
  content: "";
}
.fa-chevron-square-up:before {
  content: "";
}
.fa-chevron-up:before {
  content: "";
}
.fa-child:before {
  content: "";
}
.fa-chimney:before {
  content: "";
}
.fa-chrome:before {
  content: "";
}
.fa-chromecast:before {
  content: "";
}
.fa-church:before {
  content: "";
}
.fa-circle:before {
  content: "";
}
.fa-circle-notch:before {
  content: "";
}
.fa-city:before {
  content: "";
}
.fa-clarinet:before {
  content: "";
}
.fa-claw-marks:before {
  content: "";
}
.fa-clinic-medical:before {
  content: "";
}
.fa-clipboard:before {
  content: "";
}
.fa-clipboard-check:before {
  content: "";
}
.fa-clipboard-list:before {
  content: "";
}
.fa-clipboard-list-check:before {
  content: "";
}
.fa-clipboard-prescription:before {
  content: "";
}
.fa-clipboard-user:before {
  content: "";
}
.fa-clock:before {
  content: "";
}
.fa-clone:before {
  content: "";
}
.fa-closed-captioning:before {
  content: "";
}
.fa-cloud:before {
  content: "";
}
.fa-cloud-download:before {
  content: "";
}
.fa-cloud-download-alt:before {
  content: "";
}
.fa-cloud-drizzle:before {
  content: "";
}
.fa-cloud-hail:before {
  content: "";
}
.fa-cloud-hail-mixed:before {
  content: "";
}
.fa-cloud-meatball:before {
  content: "";
}
.fa-cloud-moon:before {
  content: "";
}
.fa-cloud-moon-rain:before {
  content: "";
}
.fa-cloud-music:before {
  content: "";
}
.fa-cloud-rain:before {
  content: "";
}
.fa-cloud-rainbow:before {
  content: "";
}
.fa-cloud-showers:before {
  content: "";
}
.fa-cloud-showers-heavy:before {
  content: "";
}
.fa-cloud-sleet:before {
  content: "";
}
.fa-cloud-snow:before {
  content: "";
}
.fa-cloud-sun:before {
  content: "";
}
.fa-cloud-sun-rain:before {
  content: "";
}
.fa-cloud-upload:before {
  content: "";
}
.fa-cloud-upload-alt:before {
  content: "";
}
.fa-clouds:before {
  content: "";
}
.fa-clouds-moon:before {
  content: "";
}
.fa-clouds-sun:before {
  content: "";
}
.fa-cloudscale:before {
  content: "";
}
.fa-cloudsmith:before {
  content: "";
}
.fa-cloudversify:before {
  content: "";
}
.fa-club:before {
  content: "";
}
.fa-cocktail:before {
  content: "";
}
.fa-code:before {
  content: "";
}
.fa-code-branch:before {
  content: "";
}
.fa-code-commit:before {
  content: "";
}
.fa-code-merge:before {
  content: "";
}
.fa-codepen:before {
  content: "";
}
.fa-codiepie:before {
  content: "";
}
.fa-coffee:before {
  content: "";
}
.fa-coffee-pot:before {
  content: "車";
}
.fa-coffee-togo:before {
  content: "";
}
.fa-coffin:before {
  content: "";
}
.fa-coffin-cross:before {
  content: "陋";
}
.fa-cog:before {
  content: "";
}
.fa-cogs:before {
  content: "";
}
.fa-coin:before {
  content: "";
}
.fa-coins:before {
  content: "";
}
.fa-columns:before {
  content: "";
}
.fa-comet:before {
  content: "賈";
}
.fa-comment:before {
  content: "";
}
.fa-comment-alt:before {
  content: "";
}
.fa-comment-alt-check:before {
  content: "";
}
.fa-comment-alt-dollar:before {
  content: "";
}
.fa-comment-alt-dots:before {
  content: "";
}
.fa-comment-alt-edit:before {
  content: "";
}
.fa-comment-alt-exclamation:before {
  content: "";
}
.fa-comment-alt-lines:before {
  content: "";
}
.fa-comment-alt-medical:before {
  content: "";
}
.fa-comment-alt-minus:before {
  content: "";
}
.fa-comment-alt-music:before {
  content: "";
}
.fa-comment-alt-plus:before {
  content: "";
}
.fa-comment-alt-slash:before {
  content: "";
}
.fa-comment-alt-smile:before {
  content: "";
}
.fa-comment-alt-times:before {
  content: "";
}
.fa-comment-check:before {
  content: "";
}
.fa-comment-dollar:before {
  content: "";
}
.fa-comment-dots:before {
  content: "";
}
.fa-comment-edit:before {
  content: "";
}
.fa-comment-exclamation:before {
  content: "";
}
.fa-comment-lines:before {
  content: "";
}
.fa-comment-medical:before {
  content: "";
}
.fa-comment-minus:before {
  content: "";
}
.fa-comment-music:before {
  content: "";
}
.fa-comment-plus:before {
  content: "";
}
.fa-comment-slash:before {
  content: "";
}
.fa-comment-smile:before {
  content: "";
}
.fa-comment-times:before {
  content: "";
}
.fa-comments:before {
  content: "";
}
.fa-comments-alt:before {
  content: "";
}
.fa-comments-alt-dollar:before {
  content: "";
}
.fa-comments-dollar:before {
  content: "";
}
.fa-compact-disc:before {
  content: "";
}
.fa-compass:before {
  content: "";
}
.fa-compass-slash:before {
  content: "";
}
.fa-compress:before {
  content: "";
}
.fa-compress-alt:before {
  content: "";
}
.fa-compress-arrows-alt:before {
  content: "";
}
.fa-compress-wide:before {
  content: "";
}
.fa-computer-classic:before {
  content: "";
}
.fa-computer-speaker:before {
  content: "";
}
.fa-concierge-bell:before {
  content: "";
}
.fa-confluence:before {
  content: "";
}
.fa-connectdevelop:before {
  content: "";
}
.fa-construction:before {
  content: "";
}
.fa-container-storage:before {
  content: "";
}
.fa-contao:before {
  content: "";
}
.fa-conveyor-belt:before {
  content: "";
}
.fa-conveyor-belt-alt:before {
  content: "";
}
.fa-cookie:before {
  content: "";
}
.fa-cookie-bite:before {
  content: "";
}
.fa-copy:before {
  content: "";
}
.fa-copyright:before {
  content: "";
}
.fa-corn:before {
  content: "";
}
.fa-cotton-bureau:before {
  content: "";
}
.fa-couch:before {
  content: "";
}
.fa-cow:before {
  content: "";
}
.fa-cowbell:before {
  content: "";
}
.fa-cowbell-more:before {
  content: "";
}
.fa-cpanel:before {
  content: "";
}
.fa-creative-commons:before {
  content: "";
}
.fa-creative-commons-by:before {
  content: "";
}
.fa-creative-commons-nc:before {
  content: "";
}
.fa-creative-commons-nc-eu:before {
  content: "";
}
.fa-creative-commons-nc-jp:before {
  content: "";
}
.fa-creative-commons-nd:before {
  content: "";
}
.fa-creative-commons-pd:before {
  content: "";
}
.fa-creative-commons-pd-alt:before {
  content: "";
}
.fa-creative-commons-remix:before {
  content: "";
}
.fa-creative-commons-sa:before {
  content: "";
}
.fa-creative-commons-sampling:before {
  content: "";
}
.fa-creative-commons-sampling-plus:before {
  content: "";
}
.fa-creative-commons-share:before {
  content: "";
}
.fa-creative-commons-zero:before {
  content: "";
}
.fa-credit-card:before {
  content: "";
}
.fa-credit-card-blank:before {
  content: "";
}
.fa-credit-card-front:before {
  content: "";
}
.fa-cricket:before {
  content: "";
}
.fa-critical-role:before {
  content: "";
}
.fa-croissant:before {
  content: "";
}
.fa-crop:before {
  content: "";
}
.fa-crop-alt:before {
  content: "";
}
.fa-cross:before {
  content: "";
}
.fa-crosshairs:before {
  content: "";
}
.fa-crow:before {
  content: "";
}
.fa-crown:before {
  content: "";
}
.fa-crutch:before {
  content: "";
}
.fa-crutches:before {
  content: "";
}
.fa-css3:before {
  content: "";
}
.fa-css3-alt:before {
  content: "";
}
.fa-cube:before {
  content: "";
}
.fa-cubes:before {
  content: "";
}
.fa-curling:before {
  content: "";
}
.fa-cut:before {
  content: "";
}
.fa-cuttlefish:before {
  content: "";
}
.fa-d-and-d:before {
  content: "";
}
.fa-d-and-d-beyond:before {
  content: "";
}
.fa-dagger:before {
  content: "";
}
.fa-dailymotion:before {
  content: "勒";
}
.fa-dashcube:before {
  content: "";
}
.fa-database:before {
  content: "";
}
.fa-deaf:before {
  content: "";
}
.fa-debug:before {
  content: "";
}
.fa-deer:before {
  content: "";
}
.fa-deer-rudolph:before {
  content: "";
}
.fa-delicious:before {
  content: "";
}
.fa-democrat:before {
  content: "";
}
.fa-deploydog:before {
  content: "";
}
.fa-deskpro:before {
  content: "";
}
.fa-desktop:before {
  content: "";
}
.fa-desktop-alt:before {
  content: "";
}
.fa-dev:before {
  content: "";
}
.fa-deviantart:before {
  content: "";
}
.fa-dewpoint:before {
  content: "";
}
.fa-dharmachakra:before {
  content: "";
}
.fa-dhl:before {
  content: "";
}
.fa-diagnoses:before {
  content: "";
}
.fa-diamond:before {
  content: "";
}
.fa-diaspora:before {
  content: "";
}
.fa-dice:before {
  content: "";
}
.fa-dice-d10:before {
  content: "";
}
.fa-dice-d12:before {
  content: "";
}
.fa-dice-d20:before {
  content: "";
}
.fa-dice-d4:before {
  content: "";
}
.fa-dice-d6:before {
  content: "";
}
.fa-dice-d8:before {
  content: "";
}
.fa-dice-five:before {
  content: "";
}
.fa-dice-four:before {
  content: "";
}
.fa-dice-one:before {
  content: "";
}
.fa-dice-six:before {
  content: "";
}
.fa-dice-three:before {
  content: "";
}
.fa-dice-two:before {
  content: "";
}
.fa-digg:before {
  content: "";
}
.fa-digging:before {
  content: "";
}
.fa-digital-ocean:before {
  content: "";
}
.fa-digital-tachograph:before {
  content: "";
}
.fa-diploma:before {
  content: "";
}
.fa-directions:before {
  content: "";
}
.fa-disc-drive:before {
  content: "";
}
.fa-discord:before {
  content: "";
}
.fa-discourse:before {
  content: "";
}
.fa-disease:before {
  content: "";
}
.fa-divide:before {
  content: "";
}
.fa-dizzy:before {
  content: "";
}
.fa-dna:before {
  content: "";
}
.fa-do-not-enter:before {
  content: "";
}
.fa-dochub:before {
  content: "";
}
.fa-docker:before {
  content: "";
}
.fa-dog:before {
  content: "";
}
.fa-dog-leashed:before {
  content: "";
}
.fa-dollar-sign:before {
  content: "";
}
.fa-dolly:before {
  content: "";
}
.fa-dolly-empty:before {
  content: "";
}
.fa-dolly-flatbed:before {
  content: "";
}
.fa-dolly-flatbed-alt:before {
  content: "";
}
.fa-dolly-flatbed-empty:before {
  content: "";
}
.fa-donate:before {
  content: "";
}
.fa-door-closed:before {
  content: "";
}
.fa-door-open:before {
  content: "";
}
.fa-dot-circle:before {
  content: "";
}
.fa-dove:before {
  content: "";
}
.fa-download:before {
  content: "";
}
.fa-draft2digital:before {
  content: "";
}
.fa-drafting-compass:before {
  content: "";
}
.fa-dragon:before {
  content: "";
}
.fa-draw-circle:before {
  content: "";
}
.fa-draw-polygon:before {
  content: "";
}
.fa-draw-square:before {
  content: "";
}
.fa-dreidel:before {
  content: "";
}
.fa-dribbble:before {
  content: "";
}
.fa-dribbble-square:before {
  content: "";
}
.fa-drone:before {
  content: "";
}
.fa-drone-alt:before {
  content: "";
}
.fa-dropbox:before {
  content: "";
}
.fa-drum:before {
  content: "";
}
.fa-drum-steelpan:before {
  content: "";
}
.fa-drumstick:before {
  content: "";
}
.fa-drumstick-bite:before {
  content: "";
}
.fa-drupal:before {
  content: "";
}
.fa-dryer:before {
  content: "";
}
.fa-dryer-alt:before {
  content: "";
}
.fa-duck:before {
  content: "";
}
.fa-dumbbell:before {
  content: "";
}
.fa-dumpster:before {
  content: "";
}
.fa-dumpster-fire:before {
  content: "";
}
.fa-dungeon:before {
  content: "";
}
.fa-dyalog:before {
  content: "";
}
.fa-ear:before {
  content: "";
}
.fa-ear-muffs:before {
  content: "";
}
.fa-earlybirds:before {
  content: "";
}
.fa-ebay:before {
  content: "";
}
.fa-eclipse:before {
  content: "";
}
.fa-eclipse-alt:before {
  content: "";
}
.fa-edge:before {
  content: "";
}
.fa-edit:before {
  content: "";
}
.fa-egg:before {
  content: "";
}
.fa-egg-fried:before {
  content: "";
}
.fa-eject:before {
  content: "";
}
.fa-elementor:before {
  content: "";
}
.fa-elephant:before {
  content: "";
}
.fa-ellipsis-h:before {
  content: "";
}
.fa-ellipsis-h-alt:before {
  content: "";
}
.fa-ellipsis-v:before {
  content: "";
}
.fa-ellipsis-v-alt:before {
  content: "";
}
.fa-ello:before {
  content: "";
}
.fa-ember:before {
  content: "";
}
.fa-empire:before {
  content: "";
}
.fa-empty-set:before {
  content: "";
}
.fa-engine-warning:before {
  content: "";
}
.fa-envelope:before {
  content: "";
}
.fa-envelope-open:before {
  content: "";
}
.fa-envelope-open-dollar:before {
  content: "";
}
.fa-envelope-open-text:before {
  content: "";
}
.fa-envelope-square:before {
  content: "";
}
.fa-envira:before {
  content: "";
}
.fa-equals:before {
  content: "";
}
.fa-eraser:before {
  content: "";
}
.fa-erlang:before {
  content: "";
}
.fa-ethereum:before {
  content: "";
}
.fa-ethernet:before {
  content: "";
}
.fa-etsy:before {
  content: "";
}
.fa-euro-sign:before {
  content: "";
}
.fa-evernote:before {
  content: "";
}
.fa-exchange:before {
  content: "";
}
.fa-exchange-alt:before {
  content: "";
}
.fa-exclamation:before {
  content: "";
}
.fa-exclamation-circle:before {
  content: "";
}
.fa-exclamation-square:before {
  content: "";
}
.fa-exclamation-triangle:before {
  content: "";
}
.fa-expand:before {
  content: "";
}
.fa-expand-alt:before {
  content: "";
}
.fa-expand-arrows:before {
  content: "";
}
.fa-expand-arrows-alt:before {
  content: "";
}
.fa-expand-wide:before {
  content: "";
}
.fa-expeditedssl:before {
  content: "";
}
.fa-external-link:before {
  content: "";
}
.fa-external-link-alt:before {
  content: "";
}
.fa-external-link-square:before {
  content: "";
}
.fa-external-link-square-alt:before {
  content: "";
}
.fa-eye:before {
  content: "";
}
.fa-eye-dropper:before {
  content: "";
}
.fa-eye-evil:before {
  content: "";
}
.fa-eye-slash:before {
  content: "";
}
.fa-facebook:before {
  content: "";
}
.fa-facebook-f:before {
  content: "";
}
.fa-facebook-messenger:before {
  content: "";
}
.fa-facebook-square:before {
  content: "";
}
.fa-fan:before {
  content: "";
}
.fa-fan-table:before {
  content: "滑";
}
.fa-fantasy-flight-games:before {
  content: "";
}
.fa-farm:before {
  content: "";
}
.fa-fast-backward:before {
  content: "";
}
.fa-fast-forward:before {
  content: "";
}
.fa-faucet:before {
  content: "串";
}
.fa-faucet-drip:before {
  content: "句";
}
.fa-fax:before {
  content: "";
}
.fa-feather:before {
  content: "";
}
.fa-feather-alt:before {
  content: "";
}
.fa-fedex:before {
  content: "";
}
.fa-fedora:before {
  content: "";
}
.fa-female:before {
  content: "";
}
.fa-field-hockey:before {
  content: "";
}
.fa-fighter-jet:before {
  content: "";
}
.fa-figma:before {
  content: "";
}
.fa-file:before {
  content: "";
}
.fa-file-alt:before {
  content: "";
}
.fa-file-archive:before {
  content: "";
}
.fa-file-audio:before {
  content: "";
}
.fa-file-certificate:before {
  content: "";
}
.fa-file-chart-line:before {
  content: "";
}
.fa-file-chart-pie:before {
  content: "";
}
.fa-file-check:before {
  content: "";
}
.fa-file-code:before {
  content: "";
}
.fa-file-contract:before {
  content: "";
}
.fa-file-csv:before {
  content: "";
}
.fa-file-download:before {
  content: "";
}
.fa-file-edit:before {
  content: "";
}
.fa-file-excel:before {
  content: "";
}
.fa-file-exclamation:before {
  content: "";
}
.fa-file-export:before {
  content: "";
}
.fa-file-image:before {
  content: "";
}
.fa-file-import:before {
  content: "";
}
.fa-file-invoice:before {
  content: "";
}
.fa-file-invoice-dollar:before {
  content: "";
}
.fa-file-medical:before {
  content: "";
}
.fa-file-medical-alt:before {
  content: "";
}
.fa-file-minus:before {
  content: "";
}
.fa-file-music:before {
  content: "";
}
.fa-file-pdf:before {
  content: "";
}
.fa-file-plus:before {
  content: "";
}
.fa-file-powerpoint:before {
  content: "";
}
.fa-file-prescription:before {
  content: "";
}
.fa-file-search:before {
  content: "";
}
.fa-file-signature:before {
  content: "";
}
.fa-file-spreadsheet:before {
  content: "";
}
.fa-file-times:before {
  content: "";
}
.fa-file-upload:before {
  content: "";
}
.fa-file-user:before {
  content: "";
}
.fa-file-video:before {
  content: "";
}
.fa-file-word:before {
  content: "";
}
.fa-files-medical:before {
  content: "";
}
.fa-fill:before {
  content: "";
}
.fa-fill-drip:before {
  content: "";
}
.fa-film:before {
  content: "";
}
.fa-film-alt:before {
  content: "";
}
.fa-film-canister:before {
  content: "";
}
.fa-filter:before {
  content: "";
}
.fa-fingerprint:before {
  content: "";
}
.fa-fire:before {
  content: "";
}
.fa-fire-alt:before {
  content: "";
}
.fa-fire-extinguisher:before {
  content: "";
}
.fa-fire-smoke:before {
  content: "";
}
.fa-firefox:before {
  content: "";
}
.fa-firefox-browser:before {
  content: "龜";
}
.fa-fireplace:before {
  content: "";
}
.fa-first-aid:before {
  content: "";
}
.fa-first-order:before {
  content: "";
}
.fa-first-order-alt:before {
  content: "";
}
.fa-firstdraft:before {
  content: "";
}
.fa-fish:before {
  content: "";
}
.fa-fish-cooked:before {
  content: "";
}
.fa-fist-raised:before {
  content: "";
}
.fa-flag:before {
  content: "";
}
.fa-flag-alt:before {
  content: "";
}
.fa-flag-checkered:before {
  content: "";
}
.fa-flag-usa:before {
  content: "";
}
.fa-flame:before {
  content: "";
}
.fa-flashlight:before {
  content: "";
}
.fa-flask:before {
  content: "";
}
.fa-flask-poison:before {
  content: "";
}
.fa-flask-potion:before {
  content: "";
}
.fa-flickr:before {
  content: "";
}
.fa-flipboard:before {
  content: "";
}
.fa-flower:before {
  content: "";
}
.fa-flower-daffodil:before {
  content: "";
}
.fa-flower-tulip:before {
  content: "";
}
.fa-flushed:before {
  content: "";
}
.fa-flute:before {
  content: "";
}
.fa-flux-capacitor:before {
  content: "";
}
.fa-fly:before {
  content: "";
}
.fa-fog:before {
  content: "";
}
.fa-folder:before {
  content: "";
}
.fa-folder-download:before {
  content: "肋";
}
.fa-folder-minus:before {
  content: "";
}
.fa-folder-open:before {
  content: "";
}
.fa-folder-plus:before {
  content: "";
}
.fa-folder-times:before {
  content: "";
}
.fa-folder-tree:before {
  content: "";
}
.fa-folder-upload:before {
  content: "凜";
}
.fa-folders:before {
  content: "";
}
.fa-font:before {
  content: "";
}
.fa-font-awesome:before {
  content: "";
}
.fa-font-awesome-alt:before {
  content: "";
}
.fa-font-awesome-flag:before {
  content: "";
}
.fa-font-awesome-logo-full:before {
  content: "";
}
.fa-font-case:before {
  content: "";
}
.fa-fonticons:before {
  content: "";
}
.fa-fonticons-fi:before {
  content: "";
}
.fa-football-ball:before {
  content: "";
}
.fa-football-helmet:before {
  content: "";
}
.fa-forklift:before {
  content: "";
}
.fa-fort-awesome:before {
  content: "";
}
.fa-fort-awesome-alt:before {
  content: "";
}
.fa-forumbee:before {
  content: "";
}
.fa-forward:before {
  content: "";
}
.fa-foursquare:before {
  content: "";
}
.fa-fragile:before {
  content: "";
}
.fa-free-code-camp:before {
  content: "";
}
.fa-freebsd:before {
  content: "";
}
.fa-french-fries:before {
  content: "";
}
.fa-frog:before {
  content: "";
}
.fa-frosty-head:before {
  content: "";
}
.fa-frown:before {
  content: "";
}
.fa-frown-open:before {
  content: "";
}
.fa-fulcrum:before {
  content: "";
}
.fa-function:before {
  content: "";
}
.fa-funnel-dollar:before {
  content: "";
}
.fa-futbol:before {
  content: "";
}
.fa-galactic-republic:before {
  content: "";
}
.fa-galactic-senate:before {
  content: "";
}
.fa-galaxy:before {
  content: "龜";
}
.fa-game-board:before {
  content: "";
}
.fa-game-board-alt:before {
  content: "";
}
.fa-game-console-handheld:before {
  content: "";
}
.fa-gamepad:before {
  content: "";
}
.fa-gamepad-alt:before {
  content: "";
}
.fa-garage:before {
  content: "契";
}
.fa-garage-car:before {
  content: "金";
}
.fa-garage-open:before {
  content: "喇";
}
.fa-gas-pump:before {
  content: "";
}
.fa-gas-pump-slash:before {
  content: "";
}
.fa-gavel:before {
  content: "";
}
.fa-gem:before {
  content: "";
}
.fa-genderless:before {
  content: "";
}
.fa-get-pocket:before {
  content: "";
}
.fa-gg:before {
  content: "";
}
.fa-gg-circle:before {
  content: "";
}
.fa-ghost:before {
  content: "";
}
.fa-gift:before {
  content: "";
}
.fa-gift-card:before {
  content: "";
}
.fa-gifts:before {
  content: "";
}
.fa-gingerbread-man:before {
  content: "";
}
.fa-git:before {
  content: "";
}
.fa-git-alt:before {
  content: "";
}
.fa-git-square:before {
  content: "";
}
.fa-github:before {
  content: "";
}
.fa-github-alt:before {
  content: "";
}
.fa-github-square:before {
  content: "";
}
.fa-gitkraken:before {
  content: "";
}
.fa-gitlab:before {
  content: "";
}
.fa-gitter:before {
  content: "";
}
.fa-glass:before {
  content: "";
}
.fa-glass-champagne:before {
  content: "";
}
.fa-glass-cheers:before {
  content: "";
}
.fa-glass-citrus:before {
  content: "";
}
.fa-glass-martini:before {
  content: "";
}
.fa-glass-martini-alt:before {
  content: "";
}
.fa-glass-whiskey:before {
  content: "";
}
.fa-glass-whiskey-rocks:before {
  content: "";
}
.fa-glasses:before {
  content: "";
}
.fa-glasses-alt:before {
  content: "";
}
.fa-glide:before {
  content: "";
}
.fa-glide-g:before {
  content: "";
}
.fa-globe:before {
  content: "";
}
.fa-globe-africa:before {
  content: "";
}
.fa-globe-americas:before {
  content: "";
}
.fa-globe-asia:before {
  content: "";
}
.fa-globe-europe:before {
  content: "";
}
.fa-globe-snow:before {
  content: "";
}
.fa-globe-stand:before {
  content: "";
}
.fa-gofore:before {
  content: "";
}
.fa-golf-ball:before {
  content: "";
}
.fa-golf-club:before {
  content: "";
}
.fa-goodreads:before {
  content: "";
}
.fa-goodreads-g:before {
  content: "";
}
.fa-google:before {
  content: "";
}
.fa-google-drive:before {
  content: "";
}
.fa-google-play:before {
  content: "";
}
.fa-google-plus:before {
  content: "";
}
.fa-google-plus-g:before {
  content: "";
}
.fa-google-plus-square:before {
  content: "";
}
.fa-google-wallet:before {
  content: "";
}
.fa-gopuram:before {
  content: "";
}
.fa-graduation-cap:before {
  content: "";
}
.fa-gramophone:before {
  content: "";
}
.fa-gratipay:before {
  content: "";
}
.fa-grav:before {
  content: "";
}
.fa-greater-than:before {
  content: "";
}
.fa-greater-than-equal:before {
  content: "";
}
.fa-grimace:before {
  content: "";
}
.fa-grin:before {
  content: "";
}
.fa-grin-alt:before {
  content: "";
}
.fa-grin-beam:before {
  content: "";
}
.fa-grin-beam-sweat:before {
  content: "";
}
.fa-grin-hearts:before {
  content: "";
}
.fa-grin-squint:before {
  content: "";
}
.fa-grin-squint-tears:before {
  content: "";
}
.fa-grin-stars:before {
  content: "";
}
.fa-grin-tears:before {
  content: "";
}
.fa-grin-tongue:before {
  content: "";
}
.fa-grin-tongue-squint:before {
  content: "";
}
.fa-grin-tongue-wink:before {
  content: "";
}
.fa-grin-wink:before {
  content: "";
}
.fa-grip-horizontal:before {
  content: "";
}
.fa-grip-lines:before {
  content: "";
}
.fa-grip-lines-vertical:before {
  content: "";
}
.fa-grip-vertical:before {
  content: "";
}
.fa-gripfire:before {
  content: "";
}
.fa-grunt:before {
  content: "";
}
.fa-guitar:before {
  content: "";
}
.fa-guitar-electric:before {
  content: "";
}
.fa-guitars:before {
  content: "";
}
.fa-gulp:before {
  content: "";
}
.fa-h-square:before {
  content: "";
}
.fa-h1:before {
  content: "";
}
.fa-h2:before {
  content: "";
}
.fa-h3:before {
  content: "";
}
.fa-h4:before {
  content: "";
}
.fa-hacker-news:before {
  content: "";
}
.fa-hacker-news-square:before {
  content: "";
}
.fa-hackerrank:before {
  content: "";
}
.fa-hamburger:before {
  content: "";
}
.fa-hammer:before {
  content: "";
}
.fa-hammer-war:before {
  content: "";
}
.fa-hamsa:before {
  content: "";
}
.fa-hand-heart:before {
  content: "";
}
.fa-hand-holding:before {
  content: "";
}
.fa-hand-holding-box:before {
  content: "";
}
.fa-hand-holding-heart:before {
  content: "";
}
.fa-hand-holding-magic:before {
  content: "";
}
.fa-hand-holding-medical:before {
  content: "樂";
}
.fa-hand-holding-seedling:before {
  content: "";
}
.fa-hand-holding-usd:before {
  content: "";
}
.fa-hand-holding-water:before {
  content: "";
}
.fa-hand-lizard:before {
  content: "";
}
.fa-hand-middle-finger:before {
  content: "";
}
.fa-hand-paper:before {
  content: "";
}
.fa-hand-peace:before {
  content: "";
}
.fa-hand-point-down:before {
  content: "";
}
.fa-hand-point-left:before {
  content: "";
}
.fa-hand-point-right:before {
  content: "";
}
.fa-hand-point-up:before {
  content: "";
}
.fa-hand-pointer:before {
  content: "";
}
.fa-hand-receiving:before {
  content: "";
}
.fa-hand-rock:before {
  content: "";
}
.fa-hand-scissors:before {
  content: "";
}
.fa-hand-sparkles:before {
  content: "諾";
}
.fa-hand-spock:before {
  content: "";
}
.fa-hands:before {
  content: "";
}
.fa-hands-heart:before {
  content: "";
}
.fa-hands-helping:before {
  content: "";
}
.fa-hands-usd:before {
  content: "";
}
.fa-hands-wash:before {
  content: "丹";
}
.fa-handshake:before {
  content: "";
}
.fa-handshake-alt:before {
  content: "";
}
.fa-handshake-alt-slash:before {
  content: "寧";
}
.fa-handshake-slash:before {
  content: "怒";
}
.fa-hanukiah:before {
  content: "";
}
.fa-hard-hat:before {
  content: "";
}
.fa-hashtag:before {
  content: "";
}
.fa-hat-chef:before {
  content: "";
}
.fa-hat-cowboy:before {
  content: "";
}
.fa-hat-cowboy-side:before {
  content: "";
}
.fa-hat-santa:before {
  content: "";
}
.fa-hat-winter:before {
  content: "";
}
.fa-hat-witch:before {
  content: "";
}
.fa-hat-wizard:before {
  content: "";
}
.fa-hdd:before {
  content: "";
}
.fa-head-side:before {
  content: "";
}
.fa-head-side-brain:before {
  content: "";
}
.fa-head-side-cough:before {
  content: "率";
}
.fa-head-side-cough-slash:before {
  content: "異";
}
.fa-head-side-headphones:before {
  content: "";
}
.fa-head-side-mask:before {
  content: "北";
}
.fa-head-side-medical:before {
  content: "";
}
.fa-head-side-virus:before {
  content: "磻";
}
.fa-head-vr:before {
  content: "";
}
.fa-heading:before {
  content: "";
}
.fa-headphones:before {
  content: "";
}
.fa-headphones-alt:before {
  content: "";
}
.fa-headset:before {
  content: "";
}
.fa-heart:before {
  content: "";
}
.fa-heart-broken:before {
  content: "";
}
.fa-heart-circle:before {
  content: "";
}
.fa-heart-rate:before {
  content: "";
}
.fa-heart-square:before {
  content: "";
}
.fa-heartbeat:before {
  content: "";
}
.fa-heat:before {
  content: "奈";
}
.fa-helicopter:before {
  content: "";
}
.fa-helmet-battle:before {
  content: "";
}
.fa-hexagon:before {
  content: "";
}
.fa-highlighter:before {
  content: "";
}
.fa-hiking:before {
  content: "";
}
.fa-hippo:before {
  content: "";
}
.fa-hips:before {
  content: "";
}
.fa-hire-a-helper:before {
  content: "";
}
.fa-history:before {
  content: "";
}
.fa-hockey-mask:before {
  content: "";
}
.fa-hockey-puck:before {
  content: "";
}
.fa-hockey-sticks:before {
  content: "";
}
.fa-holly-berry:before {
  content: "";
}
.fa-home:before {
  content: "";
}
.fa-home-alt:before {
  content: "";
}
.fa-home-heart:before {
  content: "";
}
.fa-home-lg:before {
  content: "";
}
.fa-home-lg-alt:before {
  content: "";
}
.fa-hood-cloak:before {
  content: "";
}
.fa-hooli:before {
  content: "";
}
.fa-horizontal-rule:before {
  content: "";
}
.fa-hornbill:before {
  content: "";
}
.fa-horse:before {
  content: "";
}
.fa-horse-head:before {
  content: "";
}
.fa-horse-saddle:before {
  content: "";
}
.fa-hospital:before {
  content: "";
}
.fa-hospital-alt:before {
  content: "";
}
.fa-hospital-symbol:before {
  content: "";
}
.fa-hospital-user:before {
  content: "";
}
.fa-hospitals:before {
  content: "";
}
.fa-hot-tub:before {
  content: "";
}
.fa-hotdog:before {
  content: "";
}
.fa-hotel:before {
  content: "";
}
.fa-hotjar:before {
  content: "";
}
.fa-hourglass:before {
  content: "";
}
.fa-hourglass-end:before {
  content: "";
}
.fa-hourglass-half:before {
  content: "";
}
.fa-hourglass-start:before {
  content: "";
}
.fa-house:before {
  content: "懶";
}
.fa-house-damage:before {
  content: "";
}
.fa-house-day:before {
  content: "癩";
}
.fa-house-flood:before {
  content: "";
}
.fa-house-leave:before {
  content: "羅";
}
.fa-house-night:before {
  content: "蘿";
}
.fa-house-return:before {
  content: "螺";
}
.fa-house-signal:before {
  content: "裸";
}
.fa-house-user:before {
  content: "便";
}
.fa-houzz:before {
  content: "";
}
.fa-hryvnia:before {
  content: "";
}
.fa-html5:before {
  content: "";
}
.fa-hubspot:before {
  content: "";
}
.fa-humidity:before {
  content: "";
}
.fa-hurricane:before {
  content: "";
}
.fa-i-cursor:before {
  content: "";
}
.fa-ice-cream:before {
  content: "";
}
.fa-ice-skate:before {
  content: "";
}
.fa-icicles:before {
  content: "";
}
.fa-icons:before {
  content: "";
}
.fa-icons-alt:before {
  content: "";
}
.fa-id-badge:before {
  content: "";
}
.fa-id-card:before {
  content: "";
}
.fa-id-card-alt:before {
  content: "";
}
.fa-ideal:before {
  content: "邏";
}
.fa-igloo:before {
  content: "";
}
.fa-image:before {
  content: "";
}
.fa-image-polaroid:before {
  content: "";
}
.fa-images:before {
  content: "";
}
.fa-imdb:before {
  content: "";
}
.fa-inbox:before {
  content: "";
}
.fa-inbox-in:before {
  content: "";
}
.fa-inbox-out:before {
  content: "";
}
.fa-indent:before {
  content: "";
}
.fa-industry:before {
  content: "";
}
.fa-industry-alt:before {
  content: "";
}
.fa-infinity:before {
  content: "";
}
.fa-info:before {
  content: "";
}
.fa-info-circle:before {
  content: "";
}
.fa-info-square:before {
  content: "";
}
.fa-inhaler:before {
  content: "";
}
.fa-instagram:before {
  content: "";
}
.fa-instagram-square:before {
  content: "凌";
}
.fa-integral:before {
  content: "";
}
.fa-intercom:before {
  content: "";
}
.fa-internet-explorer:before {
  content: "";
}
.fa-intersection:before {
  content: "";
}
.fa-inventory:before {
  content: "";
}
.fa-invision:before {
  content: "";
}
.fa-ioxhost:before {
  content: "";
}
.fa-island-tropical:before {
  content: "";
}
.fa-italic:before {
  content: "";
}
.fa-itch-io:before {
  content: "";
}
.fa-itunes:before {
  content: "";
}
.fa-itunes-note:before {
  content: "";
}
.fa-jack-o-lantern:before {
  content: "";
}
.fa-java:before {
  content: "";
}
.fa-jedi:before {
  content: "";
}
.fa-jedi-order:before {
  content: "";
}
.fa-jenkins:before {
  content: "";
}
.fa-jira:before {
  content: "";
}
.fa-joget:before {
  content: "";
}
.fa-joint:before {
  content: "";
}
.fa-joomla:before {
  content: "";
}
.fa-journal-whills:before {
  content: "";
}
.fa-joystick:before {
  content: "";
}
.fa-js:before {
  content: "";
}
.fa-js-square:before {
  content: "";
}
.fa-jsfiddle:before {
  content: "";
}
.fa-jug:before {
  content: "";
}
.fa-kaaba:before {
  content: "";
}
.fa-kaggle:before {
  content: "";
}
.fa-kazoo:before {
  content: "";
}
.fa-kerning:before {
  content: "";
}
.fa-key:before {
  content: "";
}
.fa-key-skeleton:before {
  content: "";
}
.fa-keybase:before {
  content: "";
}
.fa-keyboard:before {
  content: "";
}
.fa-keycdn:before {
  content: "";
}
.fa-keynote:before {
  content: "";
}
.fa-khanda:before {
  content: "";
}
.fa-kickstarter:before {
  content: "";
}
.fa-kickstarter-k:before {
  content: "";
}
.fa-kidneys:before {
  content: "";
}
.fa-kiss:before {
  content: "";
}
.fa-kiss-beam:before {
  content: "";
}
.fa-kiss-wink-heart:before {
  content: "";
}
.fa-kite:before {
  content: "";
}
.fa-kiwi-bird:before {
  content: "";
}
.fa-knife-kitchen:before {
  content: "";
}
.fa-korvue:before {
  content: "";
}
.fa-lambda:before {
  content: "";
}
.fa-lamp:before {
  content: "";
}
.fa-lamp-desk:before {
  content: "樂";
}
.fa-lamp-floor:before {
  content: "洛";
}
.fa-landmark:before {
  content: "";
}
.fa-landmark-alt:before {
  content: "";
}
.fa-language:before {
  content: "";
}
.fa-laptop:before {
  content: "";
}
.fa-laptop-code:before {
  content: "";
}
.fa-laptop-house:before {
  content: "復";
}
.fa-laptop-medical:before {
  content: "";
}
.fa-laravel:before {
  content: "";
}
.fa-lasso:before {
  content: "";
}
.fa-lastfm:before {
  content: "";
}
.fa-lastfm-square:before {
  content: "";
}
.fa-laugh:before {
  content: "";
}
.fa-laugh-beam:before {
  content: "";
}
.fa-laugh-squint:before {
  content: "";
}
.fa-laugh-wink:before {
  content: "";
}
.fa-layer-group:before {
  content: "";
}
.fa-layer-minus:before {
  content: "";
}
.fa-layer-plus:before {
  content: "";
}
.fa-leaf:before {
  content: "";
}
.fa-leaf-heart:before {
  content: "";
}
.fa-leaf-maple:before {
  content: "";
}
.fa-leaf-oak:before {
  content: "";
}
.fa-leanpub:before {
  content: "";
}
.fa-lemon:before {
  content: "";
}
.fa-less:before {
  content: "";
}
.fa-less-than:before {
  content: "";
}
.fa-less-than-equal:before {
  content: "";
}
.fa-level-down:before {
  content: "";
}
.fa-level-down-alt:before {
  content: "";
}
.fa-level-up:before {
  content: "";
}
.fa-level-up-alt:before {
  content: "";
}
.fa-life-ring:before {
  content: "";
}
.fa-light-ceiling:before {
  content: "烙";
}
.fa-light-switch:before {
  content: "珞";
}
.fa-light-switch-off:before {
  content: "落";
}
.fa-light-switch-on:before {
  content: "酪";
}
.fa-lightbulb:before {
  content: "";
}
.fa-lightbulb-dollar:before {
  content: "";
}
.fa-lightbulb-exclamation:before {
  content: "";
}
.fa-lightbulb-on:before {
  content: "";
}
.fa-lightbulb-slash:before {
  content: "";
}
.fa-lights-holiday:before {
  content: "";
}
.fa-line:before {
  content: "";
}
.fa-line-columns:before {
  content: "";
}
.fa-line-height:before {
  content: "";
}
.fa-link:before {
  content: "";
}
.fa-linkedin:before {
  content: "";
}
.fa-linkedin-in:before {
  content: "";
}
.fa-linode:before {
  content: "";
}
.fa-linux:before {
  content: "";
}
.fa-lips:before {
  content: "";
}
.fa-lira-sign:before {
  content: "";
}
.fa-list:before {
  content: "";
}
.fa-list-alt:before {
  content: "";
}
.fa-list-music:before {
  content: "";
}
.fa-list-ol:before {
  content: "";
}
.fa-list-ul:before {
  content: "";
}
.fa-location:before {
  content: "";
}
.fa-location-arrow:before {
  content: "";
}
.fa-location-circle:before {
  content: "";
}
.fa-location-slash:before {
  content: "";
}
.fa-lock:before {
  content: "";
}
.fa-lock-alt:before {
  content: "";
}
.fa-lock-open:before {
  content: "";
}
.fa-lock-open-alt:before {
  content: "";
}
.fa-long-arrow-alt-down:before {
  content: "";
}
.fa-long-arrow-alt-left:before {
  content: "";
}
.fa-long-arrow-alt-right:before {
  content: "";
}
.fa-long-arrow-alt-up:before {
  content: "";
}
.fa-long-arrow-down:before {
  content: "";
}
.fa-long-arrow-left:before {
  content: "";
}
.fa-long-arrow-right:before {
  content: "";
}
.fa-long-arrow-up:before {
  content: "";
}
.fa-loveseat:before {
  content: "";
}
.fa-low-vision:before {
  content: "";
}
.fa-luchador:before {
  content: "";
}
.fa-luggage-cart:before {
  content: "";
}
.fa-lungs:before {
  content: "";
}
.fa-lungs-virus:before {
  content: "不";
}
.fa-lyft:before {
  content: "";
}
.fa-mace:before {
  content: "";
}
.fa-magento:before {
  content: "";
}
.fa-magic:before {
  content: "";
}
.fa-magnet:before {
  content: "";
}
.fa-mail-bulk:before {
  content: "";
}
.fa-mailbox:before {
  content: "";
}
.fa-mailchimp:before {
  content: "";
}
.fa-male:before {
  content: "";
}
.fa-mandalorian:before {
  content: "";
}
.fa-mandolin:before {
  content: "";
}
.fa-map:before {
  content: "";
}
.fa-map-marked:before {
  content: "";
}
.fa-map-marked-alt:before {
  content: "";
}
.fa-map-marker:before {
  content: "";
}
.fa-map-marker-alt:before {
  content: "";
}
.fa-map-marker-alt-slash:before {
  content: "";
}
.fa-map-marker-check:before {
  content: "";
}
.fa-map-marker-edit:before {
  content: "";
}
.fa-map-marker-exclamation:before {
  content: "";
}
.fa-map-marker-minus:before {
  content: "";
}
.fa-map-marker-plus:before {
  content: "";
}
.fa-map-marker-question:before {
  content: "";
}
.fa-map-marker-slash:before {
  content: "";
}
.fa-map-marker-smile:before {
  content: "";
}
.fa-map-marker-times:before {
  content: "";
}
.fa-map-pin:before {
  content: "";
}
.fa-map-signs:before {
  content: "";
}
.fa-markdown:before {
  content: "";
}
.fa-marker:before {
  content: "";
}
.fa-mars:before {
  content: "";
}
.fa-mars-double:before {
  content: "";
}
.fa-mars-stroke:before {
  content: "";
}
.fa-mars-stroke-h:before {
  content: "";
}
.fa-mars-stroke-v:before {
  content: "";
}
.fa-mask:before {
  content: "";
}
.fa-mastodon:before {
  content: "";
}
.fa-maxcdn:before {
  content: "";
}
.fa-mdb:before {
  content: "";
}
.fa-meat:before {
  content: "";
}
.fa-medal:before {
  content: "";
}
.fa-medapps:before {
  content: "";
}
.fa-medium:before {
  content: "";
}
.fa-medium-m:before {
  content: "";
}
.fa-medkit:before {
  content: "";
}
.fa-medrt:before {
  content: "";
}
.fa-meetup:before {
  content: "";
}
.fa-megaphone:before {
  content: "";
}
.fa-megaport:before {
  content: "";
}
.fa-meh:before {
  content: "";
}
.fa-meh-blank:before {
  content: "";
}
.fa-meh-rolling-eyes:before {
  content: "";
}
.fa-memory:before {
  content: "";
}
.fa-mendeley:before {
  content: "";
}
.fa-menorah:before {
  content: "";
}
.fa-mercury:before {
  content: "";
}
.fa-meteor:before {
  content: "";
}
.fa-microblog:before {
  content: "駱";
}
.fa-microchip:before {
  content: "";
}
.fa-microphone:before {
  content: "";
}
.fa-microphone-alt:before {
  content: "";
}
.fa-microphone-alt-slash:before {
  content: "";
}
.fa-microphone-slash:before {
  content: "";
}
.fa-microphone-stand:before {
  content: "";
}
.fa-microscope:before {
  content: "";
}
.fa-microsoft:before {
  content: "";
}
.fa-microwave:before {
  content: "亂";
}
.fa-mind-share:before {
  content: "";
}
.fa-minus:before {
  content: "";
}
.fa-minus-circle:before {
  content: "";
}
.fa-minus-hexagon:before {
  content: "";
}
.fa-minus-octagon:before {
  content: "";
}
.fa-minus-square:before {
  content: "";
}
.fa-mistletoe:before {
  content: "";
}
.fa-mitten:before {
  content: "";
}
.fa-mix:before {
  content: "";
}
.fa-mixcloud:before {
  content: "";
}
.fa-mixer:before {
  content: "稜";
}
.fa-mizuni:before {
  content: "";
}
.fa-mobile:before {
  content: "";
}
.fa-mobile-alt:before {
  content: "";
}
.fa-mobile-android:before {
  content: "";
}
.fa-mobile-android-alt:before {
  content: "";
}
.fa-modx:before {
  content: "";
}
.fa-monero:before {
  content: "";
}
.fa-money-bill:before {
  content: "";
}
.fa-money-bill-alt:before {
  content: "";
}
.fa-money-bill-wave:before {
  content: "";
}
.fa-money-bill-wave-alt:before {
  content: "";
}
.fa-money-check:before {
  content: "";
}
.fa-money-check-alt:before {
  content: "";
}
.fa-money-check-edit:before {
  content: "";
}
.fa-money-check-edit-alt:before {
  content: "";
}
.fa-monitor-heart-rate:before {
  content: "";
}
.fa-monkey:before {
  content: "";
}
.fa-monument:before {
  content: "";
}
.fa-moon:before {
  content: "";
}
.fa-moon-cloud:before {
  content: "";
}
.fa-moon-stars:before {
  content: "";
}
.fa-mortar-pestle:before {
  content: "";
}
.fa-mosque:before {
  content: "";
}
.fa-motorcycle:before {
  content: "";
}
.fa-mountain:before {
  content: "";
}
.fa-mountains:before {
  content: "";
}
.fa-mouse:before {
  content: "";
}
.fa-mouse-alt:before {
  content: "";
}
.fa-mouse-pointer:before {
  content: "";
}
.fa-mp3-player:before {
  content: "";
}
.fa-mug:before {
  content: "";
}
.fa-mug-hot:before {
  content: "";
}
.fa-mug-marshmallows:before {
  content: "";
}
.fa-mug-tea:before {
  content: "";
}
.fa-music:before {
  content: "";
}
.fa-music-alt:before {
  content: "";
}
.fa-music-alt-slash:before {
  content: "";
}
.fa-music-slash:before {
  content: "";
}
.fa-napster:before {
  content: "";
}
.fa-narwhal:before {
  content: "";
}
.fa-neos:before {
  content: "";
}
.fa-network-wired:before {
  content: "";
}
.fa-neuter:before {
  content: "";
}
.fa-newspaper:before {
  content: "";
}
.fa-nimblr:before {
  content: "";
}
.fa-node:before {
  content: "";
}
.fa-node-js:before {
  content: "";
}
.fa-not-equal:before {
  content: "";
}
.fa-notes-medical:before {
  content: "";
}
.fa-npm:before {
  content: "";
}
.fa-ns8:before {
  content: "";
}
.fa-nutritionix:before {
  content: "";
}
.fa-object-group:before {
  content: "";
}
.fa-object-ungroup:before {
  content: "";
}
.fa-octagon:before {
  content: "";
}
.fa-odnoklassniki:before {
  content: "";
}
.fa-odnoklassniki-square:before {
  content: "";
}
.fa-oil-can:before {
  content: "";
}
.fa-oil-temp:before {
  content: "";
}
.fa-old-republic:before {
  content: "";
}
.fa-om:before {
  content: "";
}
.fa-omega:before {
  content: "";
}
.fa-opencart:before {
  content: "";
}
.fa-openid:before {
  content: "";
}
.fa-opera:before {
  content: "";
}
.fa-optin-monster:before {
  content: "";
}
.fa-orcid:before {
  content: "";
}
.fa-ornament:before {
  content: "";
}
.fa-osi:before {
  content: "";
}
.fa-otter:before {
  content: "";
}
.fa-outdent:before {
  content: "";
}
.fa-outlet:before {
  content: "卵";
}
.fa-oven:before {
  content: "欄";
}
.fa-overline:before {
  content: "";
}
.fa-page-break:before {
  content: "";
}
.fa-page4:before {
  content: "";
}
.fa-pagelines:before {
  content: "";
}
.fa-pager:before {
  content: "";
}
.fa-paint-brush:before {
  content: "";
}
.fa-paint-brush-alt:before {
  content: "";
}
.fa-paint-roller:before {
  content: "";
}
.fa-palette:before {
  content: "";
}
.fa-palfed:before {
  content: "";
}
.fa-pallet:before {
  content: "";
}
.fa-pallet-alt:before {
  content: "";
}
.fa-paper-plane:before {
  content: "";
}
.fa-paperclip:before {
  content: "";
}
.fa-parachute-box:before {
  content: "";
}
.fa-paragraph:before {
  content: "";
}
.fa-paragraph-rtl:before {
  content: "";
}
.fa-parking:before {
  content: "";
}
.fa-parking-circle:before {
  content: "";
}
.fa-parking-circle-slash:before {
  content: "";
}
.fa-parking-slash:before {
  content: "";
}
.fa-passport:before {
  content: "";
}
.fa-pastafarianism:before {
  content: "";
}
.fa-paste:before {
  content: "";
}
.fa-patreon:before {
  content: "";
}
.fa-pause:before {
  content: "";
}
.fa-pause-circle:before {
  content: "";
}
.fa-paw:before {
  content: "";
}
.fa-paw-alt:before {
  content: "";
}
.fa-paw-claws:before {
  content: "";
}
.fa-paypal:before {
  content: "";
}
.fa-peace:before {
  content: "";
}
.fa-pegasus:before {
  content: "";
}
.fa-pen:before {
  content: "";
}
.fa-pen-alt:before {
  content: "";
}
.fa-pen-fancy:before {
  content: "";
}
.fa-pen-nib:before {
  content: "";
}
.fa-pen-square:before {
  content: "";
}
.fa-pencil:before {
  content: "";
}
.fa-pencil-alt:before {
  content: "";
}
.fa-pencil-paintbrush:before {
  content: "";
}
.fa-pencil-ruler:before {
  content: "";
}
.fa-pennant:before {
  content: "";
}
.fa-penny-arcade:before {
  content: "";
}
.fa-people-arrows:before {
  content: "泌";
}
.fa-people-carry:before {
  content: "";
}
.fa-pepper-hot:before {
  content: "";
}
.fa-percent:before {
  content: "";
}
.fa-percentage:before {
  content: "";
}
.fa-periscope:before {
  content: "";
}
.fa-person-booth:before {
  content: "";
}
.fa-person-carry:before {
  content: "";
}
.fa-person-dolly:before {
  content: "";
}
.fa-person-dolly-empty:before {
  content: "";
}
.fa-person-sign:before {
  content: "";
}
.fa-phabricator:before {
  content: "";
}
.fa-phoenix-framework:before {
  content: "";
}
.fa-phoenix-squadron:before {
  content: "";
}
.fa-phone:before {
  content: "";
}
.fa-phone-alt:before {
  content: "";
}
.fa-phone-laptop:before {
  content: "";
}
.fa-phone-office:before {
  content: "";
}
.fa-phone-plus:before {
  content: "";
}
.fa-phone-rotary:before {
  content: "";
}
.fa-phone-slash:before {
  content: "";
}
.fa-phone-square:before {
  content: "";
}
.fa-phone-square-alt:before {
  content: "";
}
.fa-phone-volume:before {
  content: "";
}
.fa-photo-video:before {
  content: "";
}
.fa-php:before {
  content: "";
}
.fa-pi:before {
  content: "";
}
.fa-piano:before {
  content: "";
}
.fa-piano-keyboard:before {
  content: "";
}
.fa-pie:before {
  content: "";
}
.fa-pied-piper:before {
  content: "";
}
.fa-pied-piper-alt:before {
  content: "";
}
.fa-pied-piper-hat:before {
  content: "";
}
.fa-pied-piper-pp:before {
  content: "";
}
.fa-pied-piper-square:before {
  content: "爛";
}
.fa-pig:before {
  content: "";
}
.fa-piggy-bank:before {
  content: "";
}
.fa-pills:before {
  content: "";
}
.fa-pinterest:before {
  content: "";
}
.fa-pinterest-p:before {
  content: "";
}
.fa-pinterest-square:before {
  content: "";
}
.fa-pizza:before {
  content: "";
}
.fa-pizza-slice:before {
  content: "";
}
.fa-place-of-worship:before {
  content: "";
}
.fa-plane:before {
  content: "";
}
.fa-plane-alt:before {
  content: "";
}
.fa-plane-arrival:before {
  content: "";
}
.fa-plane-departure:before {
  content: "";
}
.fa-plane-slash:before {
  content: "數";
}
.fa-planet-moon:before {
  content: "蘭";
}
.fa-planet-ringed:before {
  content: "鸞";
}
.fa-play:before {
  content: "";
}
.fa-play-circle:before {
  content: "";
}
.fa-playstation:before {
  content: "";
}
.fa-plug:before {
  content: "";
}
.fa-plus:before {
  content: "";
}
.fa-plus-circle:before {
  content: "";
}
.fa-plus-hexagon:before {
  content: "";
}
.fa-plus-octagon:before {
  content: "";
}
.fa-plus-square:before {
  content: "";
}
.fa-podcast:before {
  content: "";
}
.fa-podium:before {
  content: "";
}
.fa-podium-star:before {
  content: "";
}
.fa-police-box:before {
  content: "嵐";
}
.fa-poll:before {
  content: "";
}
.fa-poll-h:before {
  content: "";
}
.fa-poll-people:before {
  content: "";
}
.fa-poo:before {
  content: "";
}
.fa-poo-storm:before {
  content: "";
}
.fa-poop:before {
  content: "";
}
.fa-popcorn:before {
  content: "";
}
.fa-portal-enter:before {
  content: "濫";
}
.fa-portal-exit:before {
  content: "藍";
}
.fa-portrait:before {
  content: "";
}
.fa-pound-sign:before {
  content: "";
}
.fa-power-off:before {
  content: "";
}
.fa-pray:before {
  content: "";
}
.fa-praying-hands:before {
  content: "";
}
.fa-prescription:before {
  content: "";
}
.fa-prescription-bottle:before {
  content: "";
}
.fa-prescription-bottle-alt:before {
  content: "";
}
.fa-presentation:before {
  content: "";
}
.fa-print:before {
  content: "";
}
.fa-print-search:before {
  content: "";
}
.fa-print-slash:before {
  content: "";
}
.fa-procedures:before {
  content: "";
}
.fa-product-hunt:before {
  content: "";
}
.fa-project-diagram:before {
  content: "";
}
.fa-projector:before {
  content: "";
}
.fa-pump-medical:before {
  content: "索";
}
.fa-pump-soap:before {
  content: "參";
}
.fa-pumpkin:before {
  content: "";
}
.fa-pushed:before {
  content: "";
}
.fa-puzzle-piece:before {
  content: "";
}
.fa-python:before {
  content: "";
}
.fa-qq:before {
  content: "";
}
.fa-qrcode:before {
  content: "";
}
.fa-question:before {
  content: "";
}
.fa-question-circle:before {
  content: "";
}
.fa-question-square:before {
  content: "";
}
.fa-quidditch:before {
  content: "";
}
.fa-quinscape:before {
  content: "";
}
.fa-quora:before {
  content: "";
}
.fa-quote-left:before {
  content: "";
}
.fa-quote-right:before {
  content: "";
}
.fa-quran:before {
  content: "";
}
.fa-r-project:before {
  content: "";
}
.fa-rabbit:before {
  content: "";
}
.fa-rabbit-fast:before {
  content: "";
}
.fa-racquet:before {
  content: "";
}
.fa-radar:before {
  content: "襤";
}
.fa-radiation:before {
  content: "";
}
.fa-radiation-alt:before {
  content: "";
}
.fa-radio:before {
  content: "";
}
.fa-radio-alt:before {
  content: "";
}
.fa-rainbow:before {
  content: "";
}
.fa-raindrops:before {
  content: "";
}
.fa-ram:before {
  content: "";
}
.fa-ramp-loading:before {
  content: "";
}
.fa-random:before {
  content: "";
}
.fa-raspberry-pi:before {
  content: "";
}
.fa-ravelry:before {
  content: "";
}
.fa-raygun:before {
  content: "拉";
}
.fa-react:before {
  content: "";
}
.fa-reacteurope:before {
  content: "";
}
.fa-readme:before {
  content: "";
}
.fa-rebel:before {
  content: "";
}
.fa-receipt:before {
  content: "";
}
.fa-record-vinyl:before {
  content: "";
}
.fa-rectangle-landscape:before {
  content: "";
}
.fa-rectangle-portrait:before {
  content: "";
}
.fa-rectangle-wide:before {
  content: "";
}
.fa-recycle:before {
  content: "";
}
.fa-red-river:before {
  content: "";
}
.fa-reddit:before {
  content: "";
}
.fa-reddit-alien:before {
  content: "";
}
.fa-reddit-square:before {
  content: "";
}
.fa-redhat:before {
  content: "";
}
.fa-redo:before {
  content: "";
}
.fa-redo-alt:before {
  content: "";
}
.fa-refrigerator:before {
  content: "臘";
}
.fa-registered:before {
  content: "";
}
.fa-remove-format:before {
  content: "";
}
.fa-renren:before {
  content: "";
}
.fa-repeat:before {
  content: "";
}
.fa-repeat-1:before {
  content: "";
}
.fa-repeat-1-alt:before {
  content: "";
}
.fa-repeat-alt:before {
  content: "";
}
.fa-reply:before {
  content: "";
}
.fa-reply-all:before {
  content: "";
}
.fa-replyd:before {
  content: "";
}
.fa-republican:before {
  content: "";
}
.fa-researchgate:before {
  content: "";
}
.fa-resolving:before {
  content: "";
}
.fa-restroom:before {
  content: "";
}
.fa-retweet:before {
  content: "";
}
.fa-retweet-alt:before {
  content: "";
}
.fa-rev:before {
  content: "";
}
.fa-ribbon:before {
  content: "";
}
.fa-ring:before {
  content: "";
}
.fa-rings-wedding:before {
  content: "";
}
.fa-road:before {
  content: "";
}
.fa-robot:before {
  content: "";
}
.fa-rocket:before {
  content: "";
}
.fa-rocket-launch:before {
  content: "蠟";
}
.fa-rocketchat:before {
  content: "";
}
.fa-rockrms:before {
  content: "";
}
.fa-route:before {
  content: "";
}
.fa-route-highway:before {
  content: "";
}
.fa-route-interstate:before {
  content: "";
}
.fa-router:before {
  content: "";
}
.fa-rss:before {
  content: "";
}
.fa-rss-square:before {
  content: "";
}
.fa-ruble-sign:before {
  content: "";
}
.fa-ruler:before {
  content: "";
}
.fa-ruler-combined:before {
  content: "";
}
.fa-ruler-horizontal:before {
  content: "";
}
.fa-ruler-triangle:before {
  content: "";
}
.fa-ruler-vertical:before {
  content: "";
}
.fa-running:before {
  content: "";
}
.fa-rupee-sign:before {
  content: "";
}
.fa-rv:before {
  content: "";
}
.fa-sack:before {
  content: "";
}
.fa-sack-dollar:before {
  content: "";
}
.fa-sad-cry:before {
  content: "";
}
.fa-sad-tear:before {
  content: "";
}
.fa-safari:before {
  content: "";
}
.fa-salad:before {
  content: "";
}
.fa-salesforce:before {
  content: "";
}
.fa-sandwich:before {
  content: "";
}
.fa-sass:before {
  content: "";
}
.fa-satellite:before {
  content: "";
}
.fa-satellite-dish:before {
  content: "";
}
.fa-sausage:before {
  content: "";
}
.fa-save:before {
  content: "";
}
.fa-sax-hot:before {
  content: "";
}
.fa-saxophone:before {
  content: "";
}
.fa-scalpel:before {
  content: "";
}
.fa-scalpel-path:before {
  content: "";
}
.fa-scanner:before {
  content: "";
}
.fa-scanner-image:before {
  content: "";
}
.fa-scanner-keyboard:before {
  content: "";
}
.fa-scanner-touchscreen:before {
  content: "";
}
.fa-scarecrow:before {
  content: "";
}
.fa-scarf:before {
  content: "";
}
.fa-schlix:before {
  content: "";
}
.fa-school:before {
  content: "";
}
.fa-screwdriver:before {
  content: "";
}
.fa-scribd:before {
  content: "";
}
.fa-scroll:before {
  content: "";
}
.fa-scroll-old:before {
  content: "";
}
.fa-scrubber:before {
  content: "";
}
.fa-scythe:before {
  content: "";
}
.fa-sd-card:before {
  content: "";
}
.fa-search:before {
  content: "";
}
.fa-search-dollar:before {
  content: "";
}
.fa-search-location:before {
  content: "";
}
.fa-search-minus:before {
  content: "";
}
.fa-search-plus:before {
  content: "";
}
.fa-searchengin:before {
  content: "";
}
.fa-seedling:before {
  content: "";
}
.fa-sellcast:before {
  content: "";
}
.fa-sellsy:before {
  content: "";
}
.fa-send-back:before {
  content: "";
}
.fa-send-backward:before {
  content: "";
}
.fa-sensor:before {
  content: "廊";
}
.fa-sensor-alert:before {
  content: "朗";
}
.fa-sensor-fire:before {
  content: "浪";
}
.fa-sensor-on:before {
  content: "狼";
}
.fa-sensor-smoke:before {
  content: "郎";
}
.fa-server:before {
  content: "";
}
.fa-servicestack:before {
  content: "";
}
.fa-shapes:before {
  content: "";
}
.fa-share:before {
  content: "";
}
.fa-share-all:before {
  content: "";
}
.fa-share-alt:before {
  content: "";
}
.fa-share-alt-square:before {
  content: "";
}
.fa-share-square:before {
  content: "";
}
.fa-sheep:before {
  content: "";
}
.fa-shekel-sign:before {
  content: "";
}
.fa-shield:before {
  content: "";
}
.fa-shield-alt:before {
  content: "";
}
.fa-shield-check:before {
  content: "";
}
.fa-shield-cross:before {
  content: "";
}
.fa-shield-virus:before {
  content: "塞";
}
.fa-ship:before {
  content: "";
}
.fa-shipping-fast:before {
  content: "";
}
.fa-shipping-timed:before {
  content: "";
}
.fa-shirtsinbulk:before {
  content: "";
}
.fa-shish-kebab:before {
  content: "";
}
.fa-shoe-prints:before {
  content: "";
}
.fa-shopify:before {
  content: "綾";
}
.fa-shopping-bag:before {
  content: "";
}
.fa-shopping-basket:before {
  content: "";
}
.fa-shopping-cart:before {
  content: "";
}
.fa-shopware:before {
  content: "";
}
.fa-shovel:before {
  content: "";
}
.fa-shovel-snow:before {
  content: "";
}
.fa-shower:before {
  content: "";
}
.fa-shredder:before {
  content: "";
}
.fa-shuttle-van:before {
  content: "";
}
.fa-shuttlecock:before {
  content: "";
}
.fa-sickle:before {
  content: "";
}
.fa-sigma:before {
  content: "";
}
.fa-sign:before {
  content: "";
}
.fa-sign-in:before {
  content: "";
}
.fa-sign-in-alt:before {
  content: "";
}
.fa-sign-language:before {
  content: "";
}
.fa-sign-out:before {
  content: "";
}
.fa-sign-out-alt:before {
  content: "";
}
.fa-signal:before {
  content: "";
}
.fa-signal-1:before {
  content: "";
}
.fa-signal-2:before {
  content: "";
}
.fa-signal-3:before {
  content: "";
}
.fa-signal-4:before {
  content: "";
}
.fa-signal-alt:before {
  content: "";
}
.fa-signal-alt-1:before {
  content: "";
}
.fa-signal-alt-2:before {
  content: "";
}
.fa-signal-alt-3:before {
  content: "";
}
.fa-signal-alt-slash:before {
  content: "";
}
.fa-signal-slash:before {
  content: "";
}
.fa-signal-stream:before {
  content: "";
}
.fa-signature:before {
  content: "";
}
.fa-sim-card:before {
  content: "";
}
.fa-simplybuilt:before {
  content: "";
}
.fa-sink:before {
  content: "省";
}
.fa-siren:before {
  content: "來";
}
.fa-siren-on:before {
  content: "冷";
}
.fa-sistrix:before {
  content: "";
}
.fa-sitemap:before {
  content: "";
}
.fa-sith:before {
  content: "";
}
.fa-skating:before {
  content: "";
}
.fa-skeleton:before {
  content: "";
}
.fa-sketch:before {
  content: "";
}
.fa-ski-jump:before {
  content: "";
}
.fa-ski-lift:before {
  content: "";
}
.fa-skiing:before {
  content: "";
}
.fa-skiing-nordic:before {
  content: "";
}
.fa-skull:before {
  content: "";
}
.fa-skull-cow:before {
  content: "";
}
.fa-skull-crossbones:before {
  content: "";
}
.fa-skyatlas:before {
  content: "";
}
.fa-skype:before {
  content: "";
}
.fa-slack:before {
  content: "";
}
.fa-slack-hash:before {
  content: "";
}
.fa-slash:before {
  content: "";
}
.fa-sledding:before {
  content: "";
}
.fa-sleigh:before {
  content: "";
}
.fa-sliders-h:before {
  content: "";
}
.fa-sliders-h-square:before {
  content: "";
}
.fa-sliders-v:before {
  content: "";
}
.fa-sliders-v-square:before {
  content: "";
}
.fa-slideshare:before {
  content: "";
}
.fa-smile:before {
  content: "";
}
.fa-smile-beam:before {
  content: "";
}
.fa-smile-plus:before {
  content: "";
}
.fa-smile-wink:before {
  content: "";
}
.fa-smog:before {
  content: "";
}
.fa-smoke:before {
  content: "";
}
.fa-smoking:before {
  content: "";
}
.fa-smoking-ban:before {
  content: "";
}
.fa-sms:before {
  content: "";
}
.fa-snake:before {
  content: "";
}
.fa-snapchat:before {
  content: "";
}
.fa-snapchat-ghost:before {
  content: "";
}
.fa-snapchat-square:before {
  content: "";
}
.fa-snooze:before {
  content: "";
}
.fa-snow-blowing:before {
  content: "";
}
.fa-snowboarding:before {
  content: "";
}
.fa-snowflake:before {
  content: "";
}
.fa-snowflakes:before {
  content: "";
}
.fa-snowman:before {
  content: "";
}
.fa-snowmobile:before {
  content: "";
}
.fa-snowplow:before {
  content: "";
}
.fa-soap:before {
  content: "葉";
}
.fa-socks:before {
  content: "";
}
.fa-solar-panel:before {
  content: "";
}
.fa-solar-system:before {
  content: "勞";
}
.fa-sort:before {
  content: "";
}
.fa-sort-alpha-down:before {
  content: "";
}
.fa-sort-alpha-down-alt:before {
  content: "";
}
.fa-sort-alpha-up:before {
  content: "";
}
.fa-sort-alpha-up-alt:before {
  content: "";
}
.fa-sort-alt:before {
  content: "";
}
.fa-sort-amount-down:before {
  content: "";
}
.fa-sort-amount-down-alt:before {
  content: "";
}
.fa-sort-amount-up:before {
  content: "";
}
.fa-sort-amount-up-alt:before {
  content: "";
}
.fa-sort-circle:before {
  content: "擄";
}
.fa-sort-circle-down:before {
  content: "櫓";
}
.fa-sort-circle-up:before {
  content: "爐";
}
.fa-sort-down:before {
  content: "";
}
.fa-sort-numeric-down:before {
  content: "";
}
.fa-sort-numeric-down-alt:before {
  content: "";
}
.fa-sort-numeric-up:before {
  content: "";
}
.fa-sort-numeric-up-alt:before {
  content: "";
}
.fa-sort-shapes-down:before {
  content: "";
}
.fa-sort-shapes-down-alt:before {
  content: "";
}
.fa-sort-shapes-up:before {
  content: "";
}
.fa-sort-shapes-up-alt:before {
  content: "";
}
.fa-sort-size-down:before {
  content: "";
}
.fa-sort-size-down-alt:before {
  content: "";
}
.fa-sort-size-up:before {
  content: "";
}
.fa-sort-size-up-alt:before {
  content: "";
}
.fa-sort-up:before {
  content: "";
}
.fa-soundcloud:before {
  content: "";
}
.fa-soup:before {
  content: "";
}
.fa-sourcetree:before {
  content: "";
}
.fa-spa:before {
  content: "";
}
.fa-space-shuttle:before {
  content: "";
}
.fa-space-station-moon:before {
  content: "盧";
}
.fa-space-station-moon-alt:before {
  content: "老";
}
.fa-spade:before {
  content: "";
}
.fa-sparkles:before {
  content: "";
}
.fa-speakap:before {
  content: "";
}
.fa-speaker:before {
  content: "";
}
.fa-speaker-deck:before {
  content: "";
}
.fa-speakers:before {
  content: "";
}
.fa-spell-check:before {
  content: "";
}
.fa-spider:before {
  content: "";
}
.fa-spider-black-widow:before {
  content: "";
}
.fa-spider-web:before {
  content: "";
}
.fa-spinner:before {
  content: "";
}
.fa-spinner-third:before {
  content: "";
}
.fa-splotch:before {
  content: "";
}
.fa-spotify:before {
  content: "";
}
.fa-spray-can:before {
  content: "";
}
.fa-sprinkler:before {
  content: "蘆";
}
.fa-square:before {
  content: "";
}
.fa-square-full:before {
  content: "";
}
.fa-square-root:before {
  content: "";
}
.fa-square-root-alt:before {
  content: "";
}
.fa-squarespace:before {
  content: "";
}
.fa-squirrel:before {
  content: "";
}
.fa-stack-exchange:before {
  content: "";
}
.fa-stack-overflow:before {
  content: "";
}
.fa-stackpath:before {
  content: "";
}
.fa-staff:before {
  content: "";
}
.fa-stamp:before {
  content: "";
}
.fa-star:before {
  content: "";
}
.fa-star-and-crescent:before {
  content: "";
}
.fa-star-christmas:before {
  content: "";
}
.fa-star-exclamation:before {
  content: "";
}
.fa-star-half:before {
  content: "";
}
.fa-star-half-alt:before {
  content: "";
}
.fa-star-of-david:before {
  content: "";
}
.fa-star-of-life:before {
  content: "";
}
.fa-star-shooting:before {
  content: "虜";
}
.fa-starfighter:before {
  content: "路";
}
.fa-starfighter-alt:before {
  content: "露";
}
.fa-stars:before {
  content: "";
}
.fa-starship:before {
  content: "魯";
}
.fa-starship-freighter:before {
  content: "鷺";
}
.fa-staylinked:before {
  content: "";
}
.fa-steak:before {
  content: "";
}
.fa-steam:before {
  content: "";
}
.fa-steam-square:before {
  content: "";
}
.fa-steam-symbol:before {
  content: "";
}
.fa-steering-wheel:before {
  content: "";
}
.fa-step-backward:before {
  content: "";
}
.fa-step-forward:before {
  content: "";
}
.fa-stethoscope:before {
  content: "";
}
.fa-sticker-mule:before {
  content: "";
}
.fa-sticky-note:before {
  content: "";
}
.fa-stocking:before {
  content: "";
}
.fa-stomach:before {
  content: "";
}
.fa-stop:before {
  content: "";
}
.fa-stop-circle:before {
  content: "";
}
.fa-stopwatch:before {
  content: "";
}
.fa-stopwatch-20:before {
  content: "說";
}
.fa-store:before {
  content: "";
}
.fa-store-alt:before {
  content: "";
}
.fa-store-alt-slash:before {
  content: "殺";
}
.fa-store-slash:before {
  content: "辰";
}
.fa-strava:before {
  content: "";
}
.fa-stream:before {
  content: "";
}
.fa-street-view:before {
  content: "";
}
.fa-stretcher:before {
  content: "";
}
.fa-strikethrough:before {
  content: "";
}
.fa-stripe:before {
  content: "";
}
.fa-stripe-s:before {
  content: "";
}
.fa-stroopwafel:before {
  content: "";
}
.fa-studiovinari:before {
  content: "";
}
.fa-stumbleupon:before {
  content: "";
}
.fa-stumbleupon-circle:before {
  content: "";
}
.fa-subscript:before {
  content: "";
}
.fa-subway:before {
  content: "";
}
.fa-suitcase:before {
  content: "";
}
.fa-suitcase-rolling:before {
  content: "";
}
.fa-sun:before {
  content: "";
}
.fa-sun-cloud:before {
  content: "";
}
.fa-sun-dust:before {
  content: "";
}
.fa-sun-haze:before {
  content: "";
}
.fa-sunglasses:before {
  content: "";
}
.fa-sunrise:before {
  content: "";
}
.fa-sunset:before {
  content: "";
}
.fa-superpowers:before {
  content: "";
}
.fa-superscript:before {
  content: "";
}
.fa-supple:before {
  content: "";
}
.fa-surprise:before {
  content: "";
}
.fa-suse:before {
  content: "";
}
.fa-swatchbook:before {
  content: "";
}
.fa-swift:before {
  content: "";
}
.fa-swimmer:before {
  content: "";
}
.fa-swimming-pool:before {
  content: "";
}
.fa-sword:before {
  content: "";
}
.fa-sword-laser:before {
  content: "碌";
}
.fa-sword-laser-alt:before {
  content: "祿";
}
.fa-swords:before {
  content: "";
}
.fa-swords-laser:before {
  content: "綠";
}
.fa-symfony:before {
  content: "";
}
.fa-synagogue:before {
  content: "";
}
.fa-sync:before {
  content: "";
}
.fa-sync-alt:before {
  content: "";
}
.fa-syringe:before {
  content: "";
}
.fa-table:before {
  content: "";
}
.fa-table-tennis:before {
  content: "";
}
.fa-tablet:before {
  content: "";
}
.fa-tablet-alt:before {
  content: "";
}
.fa-tablet-android:before {
  content: "";
}
.fa-tablet-android-alt:before {
  content: "";
}
.fa-tablet-rugged:before {
  content: "";
}
.fa-tablets:before {
  content: "";
}
.fa-tachometer:before {
  content: "";
}
.fa-tachometer-alt:before {
  content: "";
}
.fa-tachometer-alt-average:before {
  content: "";
}
.fa-tachometer-alt-fast:before {
  content: "";
}
.fa-tachometer-alt-fastest:before {
  content: "";
}
.fa-tachometer-alt-slow:before {
  content: "";
}
.fa-tachometer-alt-slowest:before {
  content: "";
}
.fa-tachometer-average:before {
  content: "";
}
.fa-tachometer-fast:before {
  content: "";
}
.fa-tachometer-fastest:before {
  content: "";
}
.fa-tachometer-slow:before {
  content: "";
}
.fa-tachometer-slowest:before {
  content: "";
}
.fa-taco:before {
  content: "";
}
.fa-tag:before {
  content: "";
}
.fa-tags:before {
  content: "";
}
.fa-tally:before {
  content: "";
}
.fa-tanakh:before {
  content: "";
}
.fa-tape:before {
  content: "";
}
.fa-tasks:before {
  content: "";
}
.fa-tasks-alt:before {
  content: "";
}
.fa-taxi:before {
  content: "";
}
.fa-teamspeak:before {
  content: "";
}
.fa-teeth:before {
  content: "";
}
.fa-teeth-open:before {
  content: "";
}
.fa-telegram:before {
  content: "";
}
.fa-telegram-plane:before {
  content: "";
}
.fa-telescope:before {
  content: "菉";
}
.fa-temperature-down:before {
  content: "錄";
}
.fa-temperature-frigid:before {
  content: "";
}
.fa-temperature-high:before {
  content: "";
}
.fa-temperature-hot:before {
  content: "";
}
.fa-temperature-low:before {
  content: "";
}
.fa-temperature-up:before {
  content: "鹿";
}
.fa-tencent-weibo:before {
  content: "";
}
.fa-tenge:before {
  content: "";
}
.fa-tennis-ball:before {
  content: "";
}
.fa-terminal:before {
  content: "";
}
.fa-text:before {
  content: "";
}
.fa-text-height:before {
  content: "";
}
.fa-text-size:before {
  content: "";
}
.fa-text-width:before {
  content: "";
}
.fa-th:before {
  content: "";
}
.fa-th-large:before {
  content: "";
}
.fa-th-list:before {
  content: "";
}
.fa-the-red-yeti:before {
  content: "";
}
.fa-theater-masks:before {
  content: "";
}
.fa-themeco:before {
  content: "";
}
.fa-themeisle:before {
  content: "";
}
.fa-thermometer:before {
  content: "";
}
.fa-thermometer-empty:before {
  content: "";
}
.fa-thermometer-full:before {
  content: "";
}
.fa-thermometer-half:before {
  content: "";
}
.fa-thermometer-quarter:before {
  content: "";
}
.fa-thermometer-three-quarters:before {
  content: "";
}
.fa-theta:before {
  content: "";
}
.fa-think-peaks:before {
  content: "";
}
.fa-thumbs-down:before {
  content: "";
}
.fa-thumbs-up:before {
  content: "";
}
.fa-thumbtack:before {
  content: "";
}
.fa-thunderstorm:before {
  content: "";
}
.fa-thunderstorm-moon:before {
  content: "";
}
.fa-thunderstorm-sun:before {
  content: "";
}
.fa-ticket:before {
  content: "";
}
.fa-ticket-alt:before {
  content: "";
}
.fa-tilde:before {
  content: "";
}
.fa-times:before {
  content: "";
}
.fa-times-circle:before {
  content: "";
}
.fa-times-hexagon:before {
  content: "";
}
.fa-times-octagon:before {
  content: "";
}
.fa-times-square:before {
  content: "";
}
.fa-tint:before {
  content: "";
}
.fa-tint-slash:before {
  content: "";
}
.fa-tire:before {
  content: "";
}
.fa-tire-flat:before {
  content: "";
}
.fa-tire-pressure-warning:before {
  content: "";
}
.fa-tire-rugged:before {
  content: "";
}
.fa-tired:before {
  content: "";
}
.fa-toggle-off:before {
  content: "";
}
.fa-toggle-on:before {
  content: "";
}
.fa-toilet:before {
  content: "";
}
.fa-toilet-paper:before {
  content: "";
}
.fa-toilet-paper-alt:before {
  content: "";
}
.fa-toilet-paper-slash:before {
  content: "沈";
}
.fa-tombstone:before {
  content: "";
}
.fa-tombstone-alt:before {
  content: "";
}
.fa-toolbox:before {
  content: "";
}
.fa-tools:before {
  content: "";
}
.fa-tooth:before {
  content: "";
}
.fa-toothbrush:before {
  content: "";
}
.fa-torah:before {
  content: "";
}
.fa-torii-gate:before {
  content: "";
}
.fa-tornado:before {
  content: "";
}
.fa-tractor:before {
  content: "";
}
.fa-trade-federation:before {
  content: "";
}
.fa-trademark:before {
  content: "";
}
.fa-traffic-cone:before {
  content: "";
}
.fa-traffic-light:before {
  content: "";
}
.fa-traffic-light-go:before {
  content: "";
}
.fa-traffic-light-slow:before {
  content: "";
}
.fa-traffic-light-stop:before {
  content: "";
}
.fa-trailer:before {
  content: "論";
}
.fa-train:before {
  content: "";
}
.fa-tram:before {
  content: "";
}
.fa-transgender:before {
  content: "";
}
.fa-transgender-alt:before {
  content: "";
}
.fa-transporter:before {
  content: "壟";
}
.fa-transporter-1:before {
  content: "弄";
}
.fa-transporter-2:before {
  content: "籠";
}
.fa-transporter-3:before {
  content: "聾";
}
.fa-transporter-empty:before {
  content: "牢";
}
.fa-trash:before {
  content: "";
}
.fa-trash-alt:before {
  content: "";
}
.fa-trash-restore:before {
  content: "";
}
.fa-trash-restore-alt:before {
  content: "";
}
.fa-trash-undo:before {
  content: "";
}
.fa-trash-undo-alt:before {
  content: "";
}
.fa-treasure-chest:before {
  content: "";
}
.fa-tree:before {
  content: "";
}
.fa-tree-alt:before {
  content: "";
}
.fa-tree-christmas:before {
  content: "";
}
.fa-tree-decorated:before {
  content: "";
}
.fa-tree-large:before {
  content: "";
}
.fa-tree-palm:before {
  content: "";
}
.fa-trees:before {
  content: "";
}
.fa-trello:before {
  content: "";
}
.fa-triangle:before {
  content: "";
}
.fa-triangle-music:before {
  content: "";
}
.fa-tripadvisor:before {
  content: "";
}
.fa-trophy:before {
  content: "";
}
.fa-trophy-alt:before {
  content: "";
}
.fa-truck:before {
  content: "";
}
.fa-truck-container:before {
  content: "";
}
.fa-truck-couch:before {
  content: "";
}
.fa-truck-loading:before {
  content: "";
}
.fa-truck-monster:before {
  content: "";
}
.fa-truck-moving:before {
  content: "";
}
.fa-truck-pickup:before {
  content: "";
}
.fa-truck-plow:before {
  content: "";
}
.fa-truck-ramp:before {
  content: "";
}
.fa-trumpet:before {
  content: "";
}
.fa-tshirt:before {
  content: "";
}
.fa-tty:before {
  content: "";
}
.fa-tumblr:before {
  content: "";
}
.fa-tumblr-square:before {
  content: "";
}
.fa-turkey:before {
  content: "";
}
.fa-turntable:before {
  content: "";
}
.fa-turtle:before {
  content: "";
}
.fa-tv:before {
  content: "";
}
.fa-tv-alt:before {
  content: "";
}
.fa-tv-music:before {
  content: "";
}
.fa-tv-retro:before {
  content: "";
}
.fa-twitch:before {
  content: "";
}
.fa-twitter:before {
  content: "";
}
.fa-twitter-square:before {
  content: "";
}
.fa-typewriter:before {
  content: "";
}
.fa-typo3:before {
  content: "";
}
.fa-uber:before {
  content: "";
}
.fa-ubuntu:before {
  content: "";
}
.fa-ufo:before {
  content: "磊";
}
.fa-ufo-beam:before {
  content: "賂";
}
.fa-uikit:before {
  content: "";
}
.fa-umbraco:before {
  content: "";
}
.fa-umbrella:before {
  content: "";
}
.fa-umbrella-beach:before {
  content: "";
}
.fa-underline:before {
  content: "";
}
.fa-undo:before {
  content: "";
}
.fa-undo-alt:before {
  content: "";
}
.fa-unicorn:before {
  content: "";
}
.fa-union:before {
  content: "";
}
.fa-uniregistry:before {
  content: "";
}
.fa-unity:before {
  content: "雷";
}
.fa-universal-access:before {
  content: "";
}
.fa-university:before {
  content: "";
}
.fa-unlink:before {
  content: "";
}
.fa-unlock:before {
  content: "";
}
.fa-unlock-alt:before {
  content: "";
}
.fa-untappd:before {
  content: "";
}
.fa-upload:before {
  content: "";
}
.fa-ups:before {
  content: "";
}
.fa-usb:before {
  content: "";
}
.fa-usb-drive:before {
  content: "";
}
.fa-usd-circle:before {
  content: "";
}
.fa-usd-square:before {
  content: "";
}
.fa-user:before {
  content: "";
}
.fa-user-alien:before {
  content: "壘";
}
.fa-user-alt:before {
  content: "";
}
.fa-user-alt-slash:before {
  content: "";
}
.fa-user-astronaut:before {
  content: "";
}
.fa-user-chart:before {
  content: "";
}
.fa-user-check:before {
  content: "";
}
.fa-user-circle:before {
  content: "";
}
.fa-user-clock:before {
  content: "";
}
.fa-user-cog:before {
  content: "";
}
.fa-user-cowboy:before {
  content: "";
}
.fa-user-crown:before {
  content: "";
}
.fa-user-edit:before {
  content: "";
}
.fa-user-friends:before {
  content: "";
}
.fa-user-graduate:before {
  content: "";
}
.fa-user-hard-hat:before {
  content: "";
}
.fa-user-headset:before {
  content: "";
}
.fa-user-injured:before {
  content: "";
}
.fa-user-lock:before {
  content: "";
}
.fa-user-md:before {
  content: "";
}
.fa-user-md-chat:before {
  content: "";
}
.fa-user-minus:before {
  content: "";
}
.fa-user-music:before {
  content: "";
}
.fa-user-ninja:before {
  content: "";
}
.fa-user-nurse:before {
  content: "";
}
.fa-user-plus:before {
  content: "";
}
.fa-user-robot:before {
  content: "屢";
}
.fa-user-secret:before {
  content: "";
}
.fa-user-shield:before {
  content: "";
}
.fa-user-slash:before {
  content: "";
}
.fa-user-tag:before {
  content: "";
}
.fa-user-tie:before {
  content: "";
}
.fa-user-times:before {
  content: "";
}
.fa-user-unlock:before {
  content: "菱";
}
.fa-user-visor:before {
  content: "樓";
}
.fa-users:before {
  content: "";
}
.fa-users-class:before {
  content: "";
}
.fa-users-cog:before {
  content: "";
}
.fa-users-crown:before {
  content: "";
}
.fa-users-medical:before {
  content: "";
}
.fa-users-slash:before {
  content: "拾";
}
.fa-usps:before {
  content: "";
}
.fa-ussunnah:before {
  content: "";
}
.fa-utensil-fork:before {
  content: "";
}
.fa-utensil-knife:before {
  content: "";
}
.fa-utensil-spoon:before {
  content: "";
}
.fa-utensils:before {
  content: "";
}
.fa-utensils-alt:before {
  content: "";
}
.fa-vaadin:before {
  content: "";
}
.fa-vacuum:before {
  content: "淚";
}
.fa-vacuum-robot:before {
  content: "漏";
}
.fa-value-absolute:before {
  content: "";
}
.fa-vector-square:before {
  content: "";
}
.fa-venus:before {
  content: "";
}
.fa-venus-double:before {
  content: "";
}
.fa-venus-mars:before {
  content: "";
}
.fa-vhs:before {
  content: "";
}
.fa-viacoin:before {
  content: "";
}
.fa-viadeo:before {
  content: "";
}
.fa-viadeo-square:before {
  content: "";
}
.fa-vial:before {
  content: "";
}
.fa-vials:before {
  content: "";
}
.fa-viber:before {
  content: "";
}
.fa-video:before {
  content: "";
}
.fa-video-plus:before {
  content: "";
}
.fa-video-slash:before {
  content: "";
}
.fa-vihara:before {
  content: "";
}
.fa-vimeo:before {
  content: "";
}
.fa-vimeo-square:before {
  content: "";
}
.fa-vimeo-v:before {
  content: "";
}
.fa-vine:before {
  content: "";
}
.fa-violin:before {
  content: "";
}
.fa-virus:before {
  content: "若";
}
.fa-virus-slash:before {
  content: "掠";
}
.fa-viruses:before {
  content: "略";
}
.fa-vk:before {
  content: "";
}
.fa-vnv:before {
  content: "";
}
.fa-voicemail:before {
  content: "";
}
.fa-volcano:before {
  content: "";
}
.fa-volleyball-ball:before {
  content: "";
}
.fa-volume:before {
  content: "";
}
.fa-volume-down:before {
  content: "";
}
.fa-volume-mute:before {
  content: "";
}
.fa-volume-off:before {
  content: "";
}
.fa-volume-slash:before {
  content: "";
}
.fa-volume-up:before {
  content: "";
}
.fa-vote-nay:before {
  content: "";
}
.fa-vote-yea:before {
  content: "";
}
.fa-vr-cardboard:before {
  content: "";
}
.fa-vuejs:before {
  content: "";
}
.fa-wagon-covered:before {
  content: "";
}
.fa-walker:before {
  content: "";
}
.fa-walkie-talkie:before {
  content: "";
}
.fa-walking:before {
  content: "";
}
.fa-wallet:before {
  content: "";
}
.fa-wand:before {
  content: "";
}
.fa-wand-magic:before {
  content: "";
}
.fa-warehouse:before {
  content: "";
}
.fa-warehouse-alt:before {
  content: "";
}
.fa-washer:before {
  content: "";
}
.fa-watch:before {
  content: "";
}
.fa-watch-calculator:before {
  content: "";
}
.fa-watch-fitness:before {
  content: "";
}
.fa-water:before {
  content: "";
}
.fa-water-lower:before {
  content: "";
}
.fa-water-rise:before {
  content: "";
}
.fa-wave-sine:before {
  content: "";
}
.fa-wave-square:before {
  content: "";
}
.fa-wave-triangle:before {
  content: "";
}
.fa-waveform:before {
  content: "";
}
.fa-waveform-path:before {
  content: "";
}
.fa-waze:before {
  content: "";
}
.fa-webcam:before {
  content: "";
}
.fa-webcam-slash:before {
  content: "";
}
.fa-weebly:before {
  content: "";
}
.fa-weibo:before {
  content: "";
}
.fa-weight:before {
  content: "";
}
.fa-weight-hanging:before {
  content: "";
}
.fa-weixin:before {
  content: "";
}
.fa-whale:before {
  content: "";
}
.fa-whatsapp:before {
  content: "";
}
.fa-whatsapp-square:before {
  content: "";
}
.fa-wheat:before {
  content: "";
}
.fa-wheelchair:before {
  content: "";
}
.fa-whistle:before {
  content: "";
}
.fa-whmcs:before {
  content: "";
}
.fa-wifi:before {
  content: "";
}
.fa-wifi-1:before {
  content: "";
}
.fa-wifi-2:before {
  content: "";
}
.fa-wifi-slash:before {
  content: "";
}
.fa-wikipedia-w:before {
  content: "";
}
.fa-wind:before {
  content: "";
}
.fa-wind-turbine:before {
  content: "";
}
.fa-wind-warning:before {
  content: "";
}
.fa-window:before {
  content: "";
}
.fa-window-alt:before {
  content: "";
}
.fa-window-close:before {
  content: "";
}
.fa-window-frame:before {
  content: "累";
}
.fa-window-frame-open:before {
  content: "縷";
}
.fa-window-maximize:before {
  content: "";
}
.fa-window-minimize:before {
  content: "";
}
.fa-window-restore:before {
  content: "";
}
.fa-windows:before {
  content: "";
}
.fa-windsock:before {
  content: "";
}
.fa-wine-bottle:before {
  content: "";
}
.fa-wine-glass:before {
  content: "";
}
.fa-wine-glass-alt:before {
  content: "";
}
.fa-wix:before {
  content: "";
}
.fa-wizards-of-the-coast:before {
  content: "";
}
.fa-wolf-pack-battalion:before {
  content: "";
}
.fa-won-sign:before {
  content: "";
}
.fa-wordpress:before {
  content: "";
}
.fa-wordpress-simple:before {
  content: "";
}
.fa-wpbeginner:before {
  content: "";
}
.fa-wpexplorer:before {
  content: "";
}
.fa-wpforms:before {
  content: "";
}
.fa-wpressr:before {
  content: "";
}
.fa-wreath:before {
  content: "";
}
.fa-wrench:before {
  content: "";
}
.fa-x-ray:before {
  content: "";
}
.fa-xbox:before {
  content: "";
}
.fa-xing:before {
  content: "";
}
.fa-xing-square:before {
  content: "";
}
.fa-y-combinator:before {
  content: "";
}
.fa-yahoo:before {
  content: "";
}
.fa-yammer:before {
  content: "";
}
.fa-yandex:before {
  content: "";
}
.fa-yandex-international:before {
  content: "";
}
.fa-yarn:before {
  content: "";
}
.fa-yelp:before {
  content: "";
}
.fa-yen-sign:before {
  content: "";
}
.fa-yin-yang:before {
  content: "";
}
.fa-yoast:before {
  content: "";
}
.fa-youtube:before {
  content: "";
}
.fa-youtube-square:before {
  content: "";
}
.fa-zhihu:before {
  content: "";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*!
 * Font Awesome Pro 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("fonts/fa-brands-400.eot");
  src: url("fonts/fa-brands-400.eot?#iefix") format('embedded-opentype'), url("fonts/fa-brands-400.woff2") format('woff2'), url("fonts/fa-brands-400.woff") format('woff'), url("fonts/fa-brands-400.ttf") format('truetype'), url("fonts/fa-brands-400.svg#fontawesome") format('svg');
}
.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
/*!
 * Font Awesome Pro 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Duotone';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("fonts/fa-duotone-900.eot");
  src: url("fonts/fa-duotone-900.eot?#iefix") format('embedded-opentype'), url("fonts/fa-duotone-900.woff2") format('woff2'), url("fonts/fa-duotone-900.woff") format('woff'), url("fonts/fa-duotone-900.ttf") format('truetype'), url("fonts/fa-duotone-900.svg#fontawesome") format('svg');
}
.fad {
  position: relative;
  font-family: 'Font Awesome 5 Duotone';
  font-weight: 900;
}
.fad:before {
  position: absolute;
  color: var(--fa-primary-color, inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1);
}
.fad:after {
  color: var(--fa-secondary-color, inherit);
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0.4);
}
.fa-swap-opacity .fad:before, .fad.fa-swap-opacity:before {
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0.4);
}
.fa-swap-opacity .fad:after, .fad.fa-swap-opacity:after {
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1);
}
.fad.fa-inverse {
  color: #fff;
}
.fad.fa-stack-1x, .fad.fa-stack-2x {
  position: absolute;
}
.fad.fa-stack-1x:before, .fad.fa-stack-2x:before, .fad.fa-fw:before {
  left: 50%;
  transform: translateX(-50%);
}
.fad.fa-abacus:after {
  content: "􏙀";
}
.fad.fa-acorn:after {
  content: "􏚮";
}
.fad.fa-ad:after {
  content: "􏙁";
}
.fad.fa-address-book:after {
  content: "􏊹";
}
.fad.fa-address-card:after {
  content: "􏊻";
}
.fad.fa-adjust:after {
  content: "􏁂";
}
.fad.fa-air-conditioner:after {
  content: "􏣴";
}
.fad.fa-air-freshener:after {
  content: "􏗐";
}
.fad.fa-alarm-clock:after {
  content: "􏍎";
}
.fad.fa-alarm-exclamation:after {
  content: "􏡃";
}
.fad.fa-alarm-plus:after {
  content: "􏡄";
}
.fad.fa-alarm-snooze:after {
  content: "􏡅";
}
.fad.fa-album:after {
  content: "􏢟";
}
.fad.fa-album-collection:after {
  content: "􏢠";
}
.fad.fa-alicorn:after {
  content: "􏚰";
}
.fad.fa-alien:after {
  content: "􏣵";
}
.fad.fa-alien-monster:after {
  content: "􏣶";
}
.fad.fa-align-center:after {
  content: "􏀷";
}
.fad.fa-align-justify:after {
  content: "􏀹";
}
.fad.fa-align-left:after {
  content: "􏀶";
}
.fad.fa-align-right:after {
  content: "􏀸";
}
.fad.fa-align-slash:after {
  content: "􏡆";
}
.fad.fa-allergies:after {
  content: "􏑡";
}
.fad.fa-ambulance:after {
  content: "􏃹";
}
.fad.fa-american-sign-language-interpreting:after {
  content: "􏊣";
}
.fad.fa-amp-guitar:after {
  content: "􏢡";
}
.fad.fa-analytics:after {
  content: "􏙃";
}
.fad.fa-anchor:after {
  content: "􏄽";
}
.fad.fa-angel:after {
  content: "􏝹";
}
.fad.fa-angle-double-down:after {
  content: "􏄃";
}
.fad.fa-angle-double-left:after {
  content: "􏄀";
}
.fad.fa-angle-double-right:after {
  content: "􏄁";
}
.fad.fa-angle-double-up:after {
  content: "􏄂";
}
.fad.fa-angle-down:after {
  content: "􏄇";
}
.fad.fa-angle-left:after {
  content: "􏄄";
}
.fad.fa-angle-right:after {
  content: "􏄅";
}
.fad.fa-angle-up:after {
  content: "􏄆";
}
.fad.fa-angry:after {
  content: "􏕖";
}
.fad.fa-ankh:after {
  content: "􏙄";
}
.fad.fa-apple-alt:after {
  content: "􏗑";
}
.fad.fa-apple-crate:after {
  content: "􏚱";
}
.fad.fa-archive:after {
  content: "􏆇";
}
.fad.fa-archway:after {
  content: "􏕗";
}
.fad.fa-arrow-alt-circle-down:after {
  content: "􏍘";
}
.fad.fa-arrow-alt-circle-left:after {
  content: "􏍙";
}
.fad.fa-arrow-alt-circle-right:after {
  content: "􏍚";
}
.fad.fa-arrow-alt-circle-up:after {
  content: "􏍛";
}
.fad.fa-arrow-alt-down:after {
  content: "􏍔";
}
.fad.fa-arrow-alt-from-bottom:after {
  content: "􏍆";
}
.fad.fa-arrow-alt-from-left:after {
  content: "􏍇";
}
.fad.fa-arrow-alt-from-right:after {
  content: "􏍈";
}
.fad.fa-arrow-alt-from-top:after {
  content: "􏍉";
}
.fad.fa-arrow-alt-left:after {
  content: "􏍕";
}
.fad.fa-arrow-alt-right:after {
  content: "􏍖";
}
.fad.fa-arrow-alt-square-down:after {
  content: "􏍐";
}
.fad.fa-arrow-alt-square-left:after {
  content: "􏍑";
}
.fad.fa-arrow-alt-square-right:after {
  content: "􏍒";
}
.fad.fa-arrow-alt-square-up:after {
  content: "􏍓";
}
.fad.fa-arrow-alt-to-bottom:after {
  content: "􏍊";
}
.fad.fa-arrow-alt-to-left:after {
  content: "􏍋";
}
.fad.fa-arrow-alt-to-right:after {
  content: "􏍌";
}
.fad.fa-arrow-alt-to-top:after {
  content: "􏍍";
}
.fad.fa-arrow-alt-up:after {
  content: "􏍗";
}
.fad.fa-arrow-circle-down:after {
  content: "􏂫";
}
.fad.fa-arrow-circle-left:after {
  content: "􏂨";
}
.fad.fa-arrow-circle-right:after {
  content: "􏂩";
}
.fad.fa-arrow-circle-up:after {
  content: "􏂪";
}
.fad.fa-arrow-down:after {
  content: "􏁣";
}
.fad.fa-arrow-from-bottom:after {
  content: "􏍂";
}
.fad.fa-arrow-from-left:after {
  content: "􏍃";
}
.fad.fa-arrow-from-right:after {
  content: "􏍄";
}
.fad.fa-arrow-from-top:after {
  content: "􏍅";
}
.fad.fa-arrow-left:after {
  content: "􏁠";
}
.fad.fa-arrow-right:after {
  content: "􏁡";
}
.fad.fa-arrow-square-down:after {
  content: "􏌹";
}
.fad.fa-arrow-square-left:after {
  content: "􏌺";
}
.fad.fa-arrow-square-right:after {
  content: "􏌻";
}
.fad.fa-arrow-square-up:after {
  content: "􏌼";
}
.fad.fa-arrow-to-bottom:after {
  content: "􏌽";
}
.fad.fa-arrow-to-left:after {
  content: "􏌾";
}
.fad.fa-arrow-to-right:after {
  content: "􏍀";
}
.fad.fa-arrow-to-top:after {
  content: "􏍁";
}
.fad.fa-arrow-up:after {
  content: "􏁢";
}
.fad.fa-arrows:after {
  content: "􏁇";
}
.fad.fa-arrows-alt:after {
  content: "􏂲";
}
.fad.fa-arrows-alt-h:after {
  content: "􏌷";
}
.fad.fa-arrows-alt-v:after {
  content: "􏌸";
}
.fad.fa-arrows-h:after {
  content: "􏁾";
}
.fad.fa-arrows-v:after {
  content: "􏁽";
}
.fad.fa-assistive-listening-systems:after {
  content: "􏊢";
}
.fad.fa-asterisk:after {
  content: "􏁩";
}
.fad.fa-at:after {
  content: "􏇺";
}
.fad.fa-atlas:after {
  content: "􏕘";
}
.fad.fa-atom:after {
  content: "􏗒";
}
.fad.fa-atom-alt:after {
  content: "􏗓";
}
.fad.fa-audio-description:after {
  content: "􏊞";
}
.fad.fa-award:after {
  content: "􏕙";
}
.fad.fa-axe:after {
  content: "􏚲";
}
.fad.fa-axe-battle:after {
  content: "􏚳";
}
.fad.fa-baby:after {
  content: "􏝼";
}
.fad.fa-baby-carriage:after {
  content: "􏝽";
}
.fad.fa-backpack:after {
  content: "􏗔";
}
.fad.fa-backspace:after {
  content: "􏕚";
}
.fad.fa-backward:after {
  content: "􏁊";
}
.fad.fa-bacon:after {
  content: "􏟥";
}
.fad.fa-bacteria:after {
  content: "􏥙";
}
.fad.fa-bacterium:after {
  content: "􏥚";
}
.fad.fa-badge:after {
  content: "􏌵";
}
.fad.fa-badge-check:after {
  content: "􏌶";
}
.fad.fa-badge-dollar:after {
  content: "􏙅";
}
.fad.fa-badge-percent:after {
  content: "􏙆";
}
.fad.fa-badge-sheriff:after {
  content: "􏢢";
}
.fad.fa-badger-honey:after {
  content: "􏚴";
}
.fad.fa-bags-shopping:after {
  content: "􏡇";
}
.fad.fa-bahai:after {
  content: "􏙦";
}
.fad.fa-balance-scale:after {
  content: "􏉎";
}
.fad.fa-balance-scale-left:after {
  content: "􏔕";
}
.fad.fa-balance-scale-right:after {
  content: "􏔖";
}
.fad.fa-ball-pile:after {
  content: "􏝾";
}
.fad.fa-ballot:after {
  content: "􏜲";
}
.fad.fa-ballot-check:after {
  content: "􏜳";
}
.fad.fa-ban:after {
  content: "􏁞";
}
.fad.fa-band-aid:after {
  content: "􏑢";
}
.fad.fa-banjo:after {
  content: "􏢣";
}
.fad.fa-barcode:after {
  content: "􏀪";
}
.fad.fa-barcode-alt:after {
  content: "􏑣";
}
.fad.fa-barcode-read:after {
  content: "􏑤";
}
.fad.fa-barcode-scan:after {
  content: "􏑥";
}
.fad.fa-bars:after {
  content: "􏃉";
}
.fad.fa-baseball:after {
  content: "􏐲";
}
.fad.fa-baseball-ball:after {
  content: "􏐳";
}
.fad.fa-basketball-ball:after {
  content: "􏐴";
}
.fad.fa-basketball-hoop:after {
  content: "􏐵";
}
.fad.fa-bat:after {
  content: "􏚵";
}
.fad.fa-bath:after {
  content: "􏋍";
}
.fad.fa-battery-bolt:after {
  content: "􏍶";
}
.fad.fa-battery-empty:after {
  content: "􏉄";
}
.fad.fa-battery-full:after {
  content: "􏉀";
}
.fad.fa-battery-half:after {
  content: "􏉂";
}
.fad.fa-battery-quarter:after {
  content: "􏉃";
}
.fad.fa-battery-slash:after {
  content: "􏍷";
}
.fad.fa-battery-three-quarters:after {
  content: "􏉁";
}
.fad.fa-bed:after {
  content: "􏈶";
}
.fad.fa-bed-alt:after {
  content: "􏣷";
}
.fad.fa-bed-bunk:after {
  content: "􏣸";
}
.fad.fa-bed-empty:after {
  content: "􏣹";
}
.fad.fa-beer:after {
  content: "􏃼";
}
.fad.fa-bell:after {
  content: "􏃳";
}
.fad.fa-bell-exclamation:after {
  content: "􏡈";
}
.fad.fa-bell-on:after {
  content: "􏣺";
}
.fad.fa-bell-plus:after {
  content: "􏡉";
}
.fad.fa-bell-school:after {
  content: "􏗕";
}
.fad.fa-bell-school-slash:after {
  content: "􏗖";
}
.fad.fa-bell-slash:after {
  content: "􏇶";
}
.fad.fa-bells:after {
  content: "􏝿";
}
.fad.fa-betamax:after {
  content: "􏢤";
}
.fad.fa-bezier-curve:after {
  content: "􏕛";
}
.fad.fa-bible:after {
  content: "􏙇";
}
.fad.fa-bicycle:after {
  content: "􏈆";
}
.fad.fa-biking:after {
  content: "􏡊";
}
.fad.fa-biking-mountain:after {
  content: "􏡋";
}
.fad.fa-binoculars:after {
  content: "􏇥";
}
.fad.fa-biohazard:after {
  content: "􏞀";
}
.fad.fa-birthday-cake:after {
  content: "􏇽";
}
.fad.fa-blanket:after {
  content: "􏒘";
}
.fad.fa-blender:after {
  content: "􏔗";
}
.fad.fa-blender-phone:after {
  content: "􏚶";
}
.fad.fa-blind:after {
  content: "􏊝";
}
.fad.fa-blinds:after {
  content: "􏣻";
}
.fad.fa-blinds-open:after {
  content: "􏣼";
}
.fad.fa-blinds-raised:after {
  content: "􏣽";
}
.fad.fa-blog:after {
  content: "􏞁";
}
.fad.fa-bold:after {
  content: "􏀲";
}
.fad.fa-bolt:after {
  content: "􏃧";
}
.fad.fa-bomb:after {
  content: "􏇢";
}
.fad.fa-bone:after {
  content: "􏗗";
}
.fad.fa-bone-break:after {
  content: "􏗘";
}
.fad.fa-bong:after {
  content: "􏕜";
}
.fad.fa-book:after {
  content: "􏀭";
}
.fad.fa-book-alt:after {
  content: "􏗙";
}
.fad.fa-book-dead:after {
  content: "􏚷";
}
.fad.fa-book-heart:after {
  content: "􏒙";
}
.fad.fa-book-medical:after {
  content: "􏟦";
}
.fad.fa-book-open:after {
  content: "􏔘";
}
.fad.fa-book-reader:after {
  content: "􏗚";
}
.fad.fa-book-spells:after {
  content: "􏚸";
}
.fad.fa-book-user:after {
  content: "􏟧";
}
.fad.fa-bookmark:after {
  content: "􏀮";
}
.fad.fa-books:after {
  content: "􏗛";
}
.fad.fa-books-medical:after {
  content: "􏟨";
}
.fad.fa-boombox:after {
  content: "􏢥";
}
.fad.fa-boot:after {
  content: "􏞂";
}
.fad.fa-booth-curtain:after {
  content: "􏜴";
}
.fad.fa-border-all:after {
  content: "􏡌";
}
.fad.fa-border-bottom:after {
  content: "􏡍";
}
.fad.fa-border-center-h:after {
  content: "􏢜";
}
.fad.fa-border-center-v:after {
  content: "􏢝";
}
.fad.fa-border-inner:after {
  content: "􏡎";
}
.fad.fa-border-left:after {
  content: "􏡏";
}
.fad.fa-border-none:after {
  content: "􏡐";
}
.fad.fa-border-outer:after {
  content: "􏡑";
}
.fad.fa-border-right:after {
  content: "􏡒";
}
.fad.fa-border-style:after {
  content: "􏡓";
}
.fad.fa-border-style-alt:after {
  content: "􏡔";
}
.fad.fa-border-top:after {
  content: "􏡕";
}
.fad.fa-bow-arrow:after {
  content: "􏚹";
}
.fad.fa-bowling-ball:after {
  content: "􏐶";
}
.fad.fa-bowling-pins:after {
  content: "􏐷";
}
.fad.fa-box:after {
  content: "􏑦";
}
.fad.fa-box-alt:after {
  content: "􏒚";
}
.fad.fa-box-ballot:after {
  content: "􏜵";
}
.fad.fa-box-check:after {
  content: "􏑧";
}
.fad.fa-box-fragile:after {
  content: "􏒛";
}
.fad.fa-box-full:after {
  content: "􏒜";
}
.fad.fa-box-heart:after {
  content: "􏒝";
}
.fad.fa-box-open:after {
  content: "􏒞";
}
.fad.fa-box-tissue:after {
  content: "􏥛";
}
.fad.fa-box-up:after {
  content: "􏒟";
}
.fad.fa-box-usd:after {
  content: "􏒠";
}
.fad.fa-boxes:after {
  content: "􏑨";
}
.fad.fa-boxes-alt:after {
  content: "􏒡";
}
.fad.fa-boxing-glove:after {
  content: "􏐸";
}
.fad.fa-brackets:after {
  content: "􏟩";
}
.fad.fa-brackets-curly:after {
  content: "􏟪";
}
.fad.fa-braille:after {
  content: "􏊡";
}
.fad.fa-brain:after {
  content: "􏗜";
}
.fad.fa-bread-loaf:after {
  content: "􏟫";
}
.fad.fa-bread-slice:after {
  content: "􏟬";
}
.fad.fa-briefcase:after {
  content: "􏂱";
}
.fad.fa-briefcase-medical:after {
  content: "􏑩";
}
.fad.fa-bring-forward:after {
  content: "􏡖";
}
.fad.fa-bring-front:after {
  content: "􏡗";
}
.fad.fa-broadcast-tower:after {
  content: "􏔙";
}
.fad.fa-broom:after {
  content: "􏔚";
}
.fad.fa-browser:after {
  content: "􏍾";
}
.fad.fa-brush:after {
  content: "􏕝";
}
.fad.fa-bug:after {
  content: "􏆈";
}
.fad.fa-building:after {
  content: "􏆭";
}
.fad.fa-bullhorn:after {
  content: "􏂡";
}
.fad.fa-bullseye:after {
  content: "􏅀";
}
.fad.fa-bullseye-arrow:after {
  content: "􏙈";
}
.fad.fa-bullseye-pointer:after {
  content: "􏙉";
}
.fad.fa-burger-soda:after {
  content: "􏡘";
}
.fad.fa-burn:after {
  content: "􏑪";
}
.fad.fa-burrito:after {
  content: "􏟭";
}
.fad.fa-bus:after {
  content: "􏈇";
}
.fad.fa-bus-alt:after {
  content: "􏕞";
}
.fad.fa-bus-school:after {
  content: "􏗝";
}
.fad.fa-business-time:after {
  content: "􏙊";
}
.fad.fa-cabinet-filing:after {
  content: "􏙋";
}
.fad.fa-cactus:after {
  content: "􏢧";
}
.fad.fa-calculator:after {
  content: "􏇬";
}
.fad.fa-calculator-alt:after {
  content: "􏙌";
}
.fad.fa-calendar:after {
  content: "􏄳";
}
.fad.fa-calendar-alt:after {
  content: "􏁳";
}
.fad.fa-calendar-check:after {
  content: "􏉴";
}
.fad.fa-calendar-day:after {
  content: "􏞃";
}
.fad.fa-calendar-edit:after {
  content: "􏌳";
}
.fad.fa-calendar-exclamation:after {
  content: "􏌴";
}
.fad.fa-calendar-minus:after {
  content: "􏉲";
}
.fad.fa-calendar-plus:after {
  content: "􏉱";
}
.fad.fa-calendar-star:after {
  content: "􏜶";
}
.fad.fa-calendar-times:after {
  content: "􏉳";
}
.fad.fa-calendar-week:after {
  content: "􏞄";
}
.fad.fa-camcorder:after {
  content: "􏢨";
}
.fad.fa-camera:after {
  content: "􏀰";
}
.fad.fa-camera-alt:after {
  content: "􏌲";
}
.fad.fa-camera-home:after {
  content: "􏣾";
}
.fad.fa-camera-movie:after {
  content: "􏢩";
}
.fad.fa-camera-polaroid:after {
  content: "􏢪";
}
.fad.fa-camera-retro:after {
  content: "􏂃";
}
.fad.fa-campfire:after {
  content: "􏚺";
}
.fad.fa-campground:after {
  content: "􏚻";
}
.fad.fa-candle-holder:after {
  content: "􏚼";
}
.fad.fa-candy-cane:after {
  content: "􏞆";
}
.fad.fa-candy-corn:after {
  content: "􏚽";
}
.fad.fa-cannabis:after {
  content: "􏕟";
}
.fad.fa-capsules:after {
  content: "􏑫";
}
.fad.fa-car:after {
  content: "􏆹";
}
.fad.fa-car-alt:after {
  content: "􏗞";
}
.fad.fa-car-battery:after {
  content: "􏗟";
}
.fad.fa-car-building:after {
  content: "􏡙";
}
.fad.fa-car-bump:after {
  content: "􏗠";
}
.fad.fa-car-bus:after {
  content: "􏡚";
}
.fad.fa-car-crash:after {
  content: "􏗡";
}
.fad.fa-car-garage:after {
  content: "􏗢";
}
.fad.fa-car-mechanic:after {
  content: "􏗣";
}
.fad.fa-car-side:after {
  content: "􏗤";
}
.fad.fa-car-tilt:after {
  content: "􏗥";
}
.fad.fa-car-wash:after {
  content: "􏗦";
}
.fad.fa-caravan:after {
  content: "􏣿";
}
.fad.fa-caravan-alt:after {
  content: "􏤀";
}
.fad.fa-caret-circle-down:after {
  content: "􏌭";
}
.fad.fa-caret-circle-left:after {
  content: "􏌮";
}
.fad.fa-caret-circle-right:after {
  content: "􏌰";
}
.fad.fa-caret-circle-up:after {
  content: "􏌱";
}
.fad.fa-caret-down:after {
  content: "􏃗";
}
.fad.fa-caret-left:after {
  content: "􏃙";
}
.fad.fa-caret-right:after {
  content: "􏃚";
}
.fad.fa-caret-square-down:after {
  content: "􏅐";
}
.fad.fa-caret-square-left:after {
  content: "􏆑";
}
.fad.fa-caret-square-right:after {
  content: "􏅒";
}
.fad.fa-caret-square-up:after {
  content: "􏅑";
}
.fad.fa-caret-up:after {
  content: "􏃘";
}
.fad.fa-carrot:after {
  content: "􏞇";
}
.fad.fa-cars:after {
  content: "􏡛";
}
.fad.fa-cart-arrow-down:after {
  content: "􏈘";
}
.fad.fa-cart-plus:after {
  content: "􏈗";
}
.fad.fa-cash-register:after {
  content: "􏞈";
}
.fad.fa-cassette-tape:after {
  content: "􏢫";
}
.fad.fa-cat:after {
  content: "􏚾";
}
.fad.fa-cat-space:after {
  content: "􏤁";
}
.fad.fa-cauldron:after {
  content: "􏚿";
}
.fad.fa-cctv:after {
  content: "􏢬";
}
.fad.fa-certificate:after {
  content: "􏂣";
}
.fad.fa-chair:after {
  content: "􏛀";
}
.fad.fa-chair-office:after {
  content: "􏛁";
}
.fad.fa-chalkboard:after {
  content: "􏔛";
}
.fad.fa-chalkboard-teacher:after {
  content: "􏔜";
}
.fad.fa-charging-station:after {
  content: "􏗧";
}
.fad.fa-chart-area:after {
  content: "􏇾";
}
.fad.fa-chart-bar:after {
  content: "􏂀";
}
.fad.fa-chart-line:after {
  content: "􏈁";
}
.fad.fa-chart-line-down:after {
  content: "􏙍";
}
.fad.fa-chart-network:after {
  content: "􏞊";
}
.fad.fa-chart-pie:after {
  content: "􏈀";
}
.fad.fa-chart-pie-alt:after {
  content: "􏙎";
}
.fad.fa-chart-scatter:after {
  content: "􏟮";
}
.fad.fa-check:after {
  content: "􏀌";
}
.fad.fa-check-circle:after {
  content: "􏁘";
}
.fad.fa-check-double:after {
  content: "􏕠";
}
.fad.fa-check-square:after {
  content: "􏅊";
}
.fad.fa-cheese:after {
  content: "􏟯";
}
.fad.fa-cheese-swiss:after {
  content: "􏟰";
}
.fad.fa-cheeseburger:after {
  content: "􏟱";
}
.fad.fa-chess:after {
  content: "􏐹";
}
.fad.fa-chess-bishop:after {
  content: "􏐺";
}
.fad.fa-chess-bishop-alt:after {
  content: "􏐻";
}
.fad.fa-chess-board:after {
  content: "􏐼";
}
.fad.fa-chess-clock:after {
  content: "􏐽";
}
.fad.fa-chess-clock-alt:after {
  content: "􏐾";
}
.fad.fa-chess-king:after {
  content: "􏐿";
}
.fad.fa-chess-king-alt:after {
  content: "􏑀";
}
.fad.fa-chess-knight:after {
  content: "􏑁";
}
.fad.fa-chess-knight-alt:after {
  content: "􏑂";
}
.fad.fa-chess-pawn:after {
  content: "􏑃";
}
.fad.fa-chess-pawn-alt:after {
  content: "􏑄";
}
.fad.fa-chess-queen:after {
  content: "􏑅";
}
.fad.fa-chess-queen-alt:after {
  content: "􏑆";
}
.fad.fa-chess-rook:after {
  content: "􏑇";
}
.fad.fa-chess-rook-alt:after {
  content: "􏑈";
}
.fad.fa-chevron-circle-down:after {
  content: "􏄺";
}
.fad.fa-chevron-circle-left:after {
  content: "􏄷";
}
.fad.fa-chevron-circle-right:after {
  content: "􏄸";
}
.fad.fa-chevron-circle-up:after {
  content: "􏄹";
}
.fad.fa-chevron-double-down:after {
  content: "􏌢";
}
.fad.fa-chevron-double-left:after {
  content: "􏌣";
}
.fad.fa-chevron-double-right:after {
  content: "􏌤";
}
.fad.fa-chevron-double-up:after {
  content: "􏌥";
}
.fad.fa-chevron-down:after {
  content: "􏁸";
}
.fad.fa-chevron-left:after {
  content: "􏁓";
}
.fad.fa-chevron-right:after {
  content: "􏁔";
}
.fad.fa-chevron-square-down:after {
  content: "􏌩";
}
.fad.fa-chevron-square-left:after {
  content: "􏌪";
}
.fad.fa-chevron-square-right:after {
  content: "􏌫";
}
.fad.fa-chevron-square-up:after {
  content: "􏌬";
}
.fad.fa-chevron-up:after {
  content: "􏁷";
}
.fad.fa-child:after {
  content: "􏆮";
}
.fad.fa-chimney:after {
  content: "􏞋";
}
.fad.fa-church:after {
  content: "􏔝";
}
.fad.fa-circle:after {
  content: "􏄑";
}
.fad.fa-circle-notch:after {
  content: "􏇎";
}
.fad.fa-city:after {
  content: "􏙏";
}
.fad.fa-clarinet:after {
  content: "􏢭";
}
.fad.fa-claw-marks:after {
  content: "􏛂";
}
.fad.fa-clinic-medical:after {
  content: "􏟲";
}
.fad.fa-clipboard:after {
  content: "􏌨";
}
.fad.fa-clipboard-check:after {
  content: "􏑬";
}
.fad.fa-clipboard-list:after {
  content: "􏑭";
}
.fad.fa-clipboard-list-check:after {
  content: "􏜷";
}
.fad.fa-clipboard-prescription:after {
  content: "􏗨";
}
.fad.fa-clipboard-user:after {
  content: "􏟳";
}
.fad.fa-clock:after {
  content: "􏀗";
}
.fad.fa-clone:after {
  content: "􏉍";
}
.fad.fa-closed-captioning:after {
  content: "􏈊";
}
.fad.fa-cloud:after {
  content: "􏃂";
}
.fad.fa-cloud-download:after {
  content: "􏃭";
}
.fad.fa-cloud-download-alt:after {
  content: "􏎁";
}
.fad.fa-cloud-drizzle:after {
  content: "􏜸";
}
.fad.fa-cloud-hail:after {
  content: "􏜹";
}
.fad.fa-cloud-hail-mixed:after {
  content: "􏜺";
}
.fad.fa-cloud-meatball:after {
  content: "􏜻";
}
.fad.fa-cloud-moon:after {
  content: "􏛃";
}
.fad.fa-cloud-moon-rain:after {
  content: "􏜼";
}
.fad.fa-cloud-music:after {
  content: "􏢮";
}
.fad.fa-cloud-rain:after {
  content: "􏜽";
}
.fad.fa-cloud-rainbow:after {
  content: "􏜾";
}
.fad.fa-cloud-showers:after {
  content: "􏜿";
}
.fad.fa-cloud-showers-heavy:after {
  content: "􏝀";
}
.fad.fa-cloud-sleet:after {
  content: "􏝁";
}
.fad.fa-cloud-snow:after {
  content: "􏝂";
}
.fad.fa-cloud-sun:after {
  content: "􏛄";
}
.fad.fa-cloud-sun-rain:after {
  content: "􏝃";
}
.fad.fa-cloud-upload:after {
  content: "􏃮";
}
.fad.fa-cloud-upload-alt:after {
  content: "􏎂";
}
.fad.fa-clouds:after {
  content: "􏝄";
}
.fad.fa-clouds-moon:after {
  content: "􏝅";
}
.fad.fa-clouds-sun:after {
  content: "􏝆";
}
.fad.fa-club:after {
  content: "􏌧";
}
.fad.fa-cocktail:after {
  content: "􏕡";
}
.fad.fa-code:after {
  content: "􏄡";
}
.fad.fa-code-branch:after {
  content: "􏄦";
}
.fad.fa-code-commit:after {
  content: "􏎆";
}
.fad.fa-code-merge:after {
  content: "􏎇";
}
.fad.fa-coffee:after {
  content: "􏃴";
}
.fad.fa-coffee-pot:after {
  content: "􏤂";
}
.fad.fa-coffee-togo:after {
  content: "􏛅";
}
.fad.fa-coffin:after {
  content: "􏛆";
}
.fad.fa-coffin-cross:after {
  content: "􏥑";
}
.fad.fa-cog:after {
  content: "􏀓";
}
.fad.fa-cogs:after {
  content: "􏂅";
}
.fad.fa-coin:after {
  content: "􏡜";
}
.fad.fa-coins:after {
  content: "􏔞";
}
.fad.fa-columns:after {
  content: "􏃛";
}
.fad.fa-comet:after {
  content: "􏤃";
}
.fad.fa-comment:after {
  content: "􏁵";
}
.fad.fa-comment-alt:after {
  content: "􏉺";
}
.fad.fa-comment-alt-check:after {
  content: "􏒢";
}
.fad.fa-comment-alt-dollar:after {
  content: "􏙐";
}
.fad.fa-comment-alt-dots:after {
  content: "􏒣";
}
.fad.fa-comment-alt-edit:after {
  content: "􏒤";
}
.fad.fa-comment-alt-exclamation:after {
  content: "􏒥";
}
.fad.fa-comment-alt-lines:after {
  content: "􏒦";
}
.fad.fa-comment-alt-medical:after {
  content: "􏟴";
}
.fad.fa-comment-alt-minus:after {
  content: "􏒧";
}
.fad.fa-comment-alt-music:after {
  content: "􏢯";
}
.fad.fa-comment-alt-plus:after {
  content: "􏒨";
}
.fad.fa-comment-alt-slash:after {
  content: "􏒩";
}
.fad.fa-comment-alt-smile:after {
  content: "􏒪";
}
.fad.fa-comment-alt-times:after {
  content: "􏒫";
}
.fad.fa-comment-check:after {
  content: "􏒬";
}
.fad.fa-comment-dollar:after {
  content: "􏙑";
}
.fad.fa-comment-dots:after {
  content: "􏒭";
}
.fad.fa-comment-edit:after {
  content: "􏒮";
}
.fad.fa-comment-exclamation:after {
  content: "􏒯";
}
.fad.fa-comment-lines:after {
  content: "􏒰";
}
.fad.fa-comment-medical:after {
  content: "􏟵";
}
.fad.fa-comment-minus:after {
  content: "􏒱";
}
.fad.fa-comment-music:after {
  content: "􏢰";
}
.fad.fa-comment-plus:after {
  content: "􏒲";
}
.fad.fa-comment-slash:after {
  content: "􏒳";
}
.fad.fa-comment-smile:after {
  content: "􏒴";
}
.fad.fa-comment-times:after {
  content: "􏒵";
}
.fad.fa-comments:after {
  content: "􏂆";
}
.fad.fa-comments-alt:after {
  content: "􏒶";
}
.fad.fa-comments-alt-dollar:after {
  content: "􏙒";
}
.fad.fa-comments-dollar:after {
  content: "􏙓";
}
.fad.fa-compact-disc:after {
  content: "􏔟";
}
.fad.fa-compass:after {
  content: "􏅎";
}
.fad.fa-compass-slash:after {
  content: "􏗩";
}
.fad.fa-compress:after {
  content: "􏁦";
}
.fad.fa-compress-alt:after {
  content: "􏐢";
}
.fad.fa-compress-arrows-alt:after {
  content: "􏞌";
}
.fad.fa-compress-wide:after {
  content: "􏌦";
}
.fad.fa-computer-classic:after {
  content: "􏢱";
}
.fad.fa-computer-speaker:after {
  content: "􏢲";
}
.fad.fa-concierge-bell:after {
  content: "􏕢";
}
.fad.fa-construction:after {
  content: "􏡝";
}
.fad.fa-container-storage:after {
  content: "􏒷";
}
.fad.fa-conveyor-belt:after {
  content: "􏑮";
}
.fad.fa-conveyor-belt-alt:after {
  content: "􏑯";
}
.fad.fa-cookie:after {
  content: "􏕣";
}
.fad.fa-cookie-bite:after {
  content: "􏕤";
}
.fad.fa-copy:after {
  content: "􏃅";
}
.fad.fa-copyright:after {
  content: "􏇹";
}
.fad.fa-corn:after {
  content: "􏛇";
}
.fad.fa-couch:after {
  content: "􏒸";
}
.fad.fa-cow:after {
  content: "􏛈";
}
.fad.fa-cowbell:after {
  content: "􏢳";
}
.fad.fa-cowbell-more:after {
  content: "􏢴";
}
.fad.fa-credit-card:after {
  content: "􏂝";
}
.fad.fa-credit-card-blank:after {
  content: "􏎉";
}
.fad.fa-credit-card-front:after {
  content: "􏎊";
}
.fad.fa-cricket:after {
  content: "􏑉";
}
.fad.fa-croissant:after {
  content: "􏟶";
}
.fad.fa-crop:after {
  content: "􏄥";
}
.fad.fa-crop-alt:after {
  content: "􏕥";
}
.fad.fa-cross:after {
  content: "􏙔";
}
.fad.fa-crosshairs:after {
  content: "􏁛";
}
.fad.fa-crow:after {
  content: "􏔠";
}
.fad.fa-crown:after {
  content: "􏔡";
}
.fad.fa-crutch:after {
  content: "􏟷";
}
.fad.fa-crutches:after {
  content: "􏟸";
}
.fad.fa-cube:after {
  content: "􏆲";
}
.fad.fa-cubes:after {
  content: "􏆳";
}
.fad.fa-curling:after {
  content: "􏑊";
}
.fad.fa-cut:after {
  content: "􏃄";
}
.fad.fa-dagger:after {
  content: "􏛋";
}
.fad.fa-database:after {
  content: "􏇀";
}
.fad.fa-deaf:after {
  content: "􏊤";
}
.fad.fa-debug:after {
  content: "􏟹";
}
.fad.fa-deer:after {
  content: "􏞎";
}
.fad.fa-deer-rudolph:after {
  content: "􏞏";
}
.fad.fa-democrat:after {
  content: "􏝇";
}
.fad.fa-desktop:after {
  content: "􏄈";
}
.fad.fa-desktop-alt:after {
  content: "􏎐";
}
.fad.fa-dewpoint:after {
  content: "􏝈";
}
.fad.fa-dharmachakra:after {
  content: "􏙕";
}
.fad.fa-diagnoses:after {
  content: "􏑰";
}
.fad.fa-diamond:after {
  content: "􏈙";
}
.fad.fa-dice:after {
  content: "􏔢";
}
.fad.fa-dice-d10:after {
  content: "􏛍";
}
.fad.fa-dice-d12:after {
  content: "􏛎";
}
.fad.fa-dice-d20:after {
  content: "􏛏";
}
.fad.fa-dice-d4:after {
  content: "􏛐";
}
.fad.fa-dice-d6:after {
  content: "􏛑";
}
.fad.fa-dice-d8:after {
  content: "􏛒";
}
.fad.fa-dice-five:after {
  content: "􏔣";
}
.fad.fa-dice-four:after {
  content: "􏔤";
}
.fad.fa-dice-one:after {
  content: "􏔥";
}
.fad.fa-dice-six:after {
  content: "􏔦";
}
.fad.fa-dice-three:after {
  content: "􏔧";
}
.fad.fa-dice-two:after {
  content: "􏔨";
}
.fad.fa-digging:after {
  content: "􏡞";
}
.fad.fa-digital-tachograph:after {
  content: "􏕦";
}
.fad.fa-diploma:after {
  content: "􏗪";
}
.fad.fa-directions:after {
  content: "􏗫";
}
.fad.fa-disc-drive:after {
  content: "􏢵";
}
.fad.fa-disease:after {
  content: "􏟺";
}
.fad.fa-divide:after {
  content: "􏔩";
}
.fad.fa-dizzy:after {
  content: "􏕧";
}
.fad.fa-dna:after {
  content: "􏑱";
}
.fad.fa-do-not-enter:after {
  content: "􏗬";
}
.fad.fa-dog:after {
  content: "􏛓";
}
.fad.fa-dog-leashed:after {
  content: "􏛔";
}
.fad.fa-dollar-sign:after {
  content: "􏅕";
}
.fad.fa-dolly:after {
  content: "􏑲";
}
.fad.fa-dolly-empty:after {
  content: "􏑳";
}
.fad.fa-dolly-flatbed:after {
  content: "􏑴";
}
.fad.fa-dolly-flatbed-alt:after {
  content: "􏑵";
}
.fad.fa-dolly-flatbed-empty:after {
  content: "􏑶";
}
.fad.fa-donate:after {
  content: "􏒹";
}
.fad.fa-door-closed:after {
  content: "􏔪";
}
.fad.fa-door-open:after {
  content: "􏔫";
}
.fad.fa-dot-circle:after {
  content: "􏆒";
}
.fad.fa-dove:after {
  content: "􏒺";
}
.fad.fa-download:after {
  content: "􏀙";
}
.fad.fa-drafting-compass:after {
  content: "􏕨";
}
.fad.fa-dragon:after {
  content: "􏛕";
}
.fad.fa-draw-circle:after {
  content: "􏗭";
}
.fad.fa-draw-polygon:after {
  content: "􏗮";
}
.fad.fa-draw-square:after {
  content: "􏗯";
}
.fad.fa-dreidel:after {
  content: "􏞒";
}
.fad.fa-drone:after {
  content: "􏡟";
}
.fad.fa-drone-alt:after {
  content: "􏡠";
}
.fad.fa-drum:after {
  content: "􏕩";
}
.fad.fa-drum-steelpan:after {
  content: "􏕪";
}
.fad.fa-drumstick:after {
  content: "􏛖";
}
.fad.fa-drumstick-bite:after {
  content: "􏛗";
}
.fad.fa-dryer:after {
  content: "􏡡";
}
.fad.fa-dryer-alt:after {
  content: "􏡢";
}
.fad.fa-duck:after {
  content: "􏛘";
}
.fad.fa-dumbbell:after {
  content: "􏑋";
}
.fad.fa-dumpster:after {
  content: "􏞓";
}
.fad.fa-dumpster-fire:after {
  content: "􏞔";
}
.fad.fa-dungeon:after {
  content: "􏛙";
}
.fad.fa-ear:after {
  content: "􏗰";
}
.fad.fa-ear-muffs:after {
  content: "􏞕";
}
.fad.fa-eclipse:after {
  content: "􏝉";
}
.fad.fa-eclipse-alt:after {
  content: "􏝊";
}
.fad.fa-edit:after {
  content: "􏁄";
}
.fad.fa-egg:after {
  content: "􏟻";
}
.fad.fa-egg-fried:after {
  content: "􏟼";
}
.fad.fa-eject:after {
  content: "􏁒";
}
.fad.fa-elephant:after {
  content: "􏛚";
}
.fad.fa-ellipsis-h:after {
  content: "􏅁";
}
.fad.fa-ellipsis-h-alt:after {
  content: "􏎛";
}
.fad.fa-ellipsis-v:after {
  content: "􏅂";
}
.fad.fa-ellipsis-v-alt:after {
  content: "􏎜";
}
.fad.fa-empty-set:after {
  content: "􏙖";
}
.fad.fa-engine-warning:after {
  content: "􏗲";
}
.fad.fa-envelope:after {
  content: "􏃠";
}
.fad.fa-envelope-open:after {
  content: "􏊶";
}
.fad.fa-envelope-open-dollar:after {
  content: "􏙗";
}
.fad.fa-envelope-open-text:after {
  content: "􏙘";
}
.fad.fa-envelope-square:after {
  content: "􏆙";
}
.fad.fa-equals:after {
  content: "􏔬";
}
.fad.fa-eraser:after {
  content: "􏄭";
}
.fad.fa-ethernet:after {
  content: "􏞖";
}
.fad.fa-euro-sign:after {
  content: "􏅓";
}
.fad.fa-exchange:after {
  content: "􏃬";
}
.fad.fa-exchange-alt:after {
  content: "􏍢";
}
.fad.fa-exclamation:after {
  content: "􏄪";
}
.fad.fa-exclamation-circle:after {
  content: "􏁪";
}
.fad.fa-exclamation-square:after {
  content: "􏌡";
}
.fad.fa-exclamation-triangle:after {
  content: "􏁱";
}
.fad.fa-expand:after {
  content: "􏁥";
}
.fad.fa-expand-alt:after {
  content: "􏐤";
}
.fad.fa-expand-arrows:after {
  content: "􏌝";
}
.fad.fa-expand-arrows-alt:after {
  content: "􏌞";
}
.fad.fa-expand-wide:after {
  content: "􏌠";
}
.fad.fa-external-link:after {
  content: "􏂎";
}
.fad.fa-external-link-alt:after {
  content: "􏍝";
}
.fad.fa-external-link-square:after {
  content: "􏅌";
}
.fad.fa-external-link-square-alt:after {
  content: "􏍠";
}
.fad.fa-eye:after {
  content: "􏁮";
}
.fad.fa-eye-dropper:after {
  content: "􏇻";
}
.fad.fa-eye-evil:after {
  content: "􏛛";
}
.fad.fa-eye-slash:after {
  content: "􏁰";
}
.fad.fa-fan:after {
  content: "􏡣";
}
.fad.fa-fan-table:after {
  content: "􏤄";
}
.fad.fa-farm:after {
  content: "􏡤";
}
.fad.fa-fast-backward:after {
  content: "􏁉";
}
.fad.fa-fast-forward:after {
  content: "􏁐";
}
.fad.fa-faucet:after {
  content: "􏤅";
}
.fad.fa-faucet-drip:after {
  content: "􏤆";
}
.fad.fa-fax:after {
  content: "􏆬";
}
.fad.fa-feather:after {
  content: "􏔭";
}
.fad.fa-feather-alt:after {
  content: "􏕫";
}
.fad.fa-female:after {
  content: "􏆂";
}
.fad.fa-field-hockey:after {
  content: "􏑌";
}
.fad.fa-fighter-jet:after {
  content: "􏃻";
}
.fad.fa-file:after {
  content: "􏅛";
}
.fad.fa-file-alt:after {
  content: "􏅜";
}
.fad.fa-file-archive:after {
  content: "􏇆";
}
.fad.fa-file-audio:after {
  content: "􏇇";
}
.fad.fa-file-certificate:after {
  content: "􏗳";
}
.fad.fa-file-chart-line:after {
  content: "􏙙";
}
.fad.fa-file-chart-pie:after {
  content: "􏙚";
}
.fad.fa-file-check:after {
  content: "􏌖";
}
.fad.fa-file-code:after {
  content: "􏇉";
}
.fad.fa-file-contract:after {
  content: "􏕬";
}
.fad.fa-file-csv:after {
  content: "􏛝";
}
.fad.fa-file-download:after {
  content: "􏕭";
}
.fad.fa-file-edit:after {
  content: "􏌜";
}
.fad.fa-file-excel:after {
  content: "􏇃";
}
.fad.fa-file-exclamation:after {
  content: "􏌚";
}
.fad.fa-file-export:after {
  content: "􏕮";
}
.fad.fa-file-image:after {
  content: "􏇅";
}
.fad.fa-file-import:after {
  content: "􏕯";
}
.fad.fa-file-invoice:after {
  content: "􏕰";
}
.fad.fa-file-invoice-dollar:after {
  content: "􏕱";
}
.fad.fa-file-medical:after {
  content: "􏑷";
}
.fad.fa-file-medical-alt:after {
  content: "􏑸";
}
.fad.fa-file-minus:after {
  content: "􏌘";
}
.fad.fa-file-music:after {
  content: "􏢶";
}
.fad.fa-file-pdf:after {
  content: "􏇁";
}
.fad.fa-file-plus:after {
  content: "􏌙";
}
.fad.fa-file-powerpoint:after {
  content: "􏇄";
}
.fad.fa-file-prescription:after {
  content: "􏕲";
}
.fad.fa-file-search:after {
  content: "􏡥";
}
.fad.fa-file-signature:after {
  content: "􏕳";
}
.fad.fa-file-spreadsheet:after {
  content: "􏙛";
}
.fad.fa-file-times:after {
  content: "􏌗";
}
.fad.fa-file-upload:after {
  content: "􏕴";
}
.fad.fa-file-user:after {
  content: "􏙜";
}
.fad.fa-file-video:after {
  content: "􏇈";
}
.fad.fa-file-word:after {
  content: "􏇂";
}
.fad.fa-files-medical:after {
  content: "􏟽";
}
.fad.fa-fill:after {
  content: "􏕵";
}
.fad.fa-fill-drip:after {
  content: "􏕶";
}
.fad.fa-film:after {
  content: "􏀈";
}
.fad.fa-film-alt:after {
  content: "􏎠";
}
.fad.fa-film-canister:after {
  content: "􏢷";
}
.fad.fa-filter:after {
  content: "􏂰";
}
.fad.fa-fingerprint:after {
  content: "􏕷";
}
.fad.fa-fire:after {
  content: "􏁭";
}
.fad.fa-fire-alt:after {
  content: "􏟤";
}
.fad.fa-fire-extinguisher:after {
  content: "􏄴";
}
.fad.fa-fire-smoke:after {
  content: "􏝋";
}
.fad.fa-fireplace:after {
  content: "􏞚";
}
.fad.fa-first-aid:after {
  content: "􏑹";
}
.fad.fa-fish:after {
  content: "􏕸";
}
.fad.fa-fish-cooked:after {
  content: "􏟾";
}
.fad.fa-fist-raised:after {
  content: "􏛞";
}
.fad.fa-flag:after {
  content: "􏀤";
}
.fad.fa-flag-alt:after {
  content: "􏝌";
}
.fad.fa-flag-checkered:after {
  content: "􏄞";
}
.fad.fa-flag-usa:after {
  content: "􏝍";
}
.fad.fa-flame:after {
  content: "􏛟";
}
.fad.fa-flashlight:after {
  content: "􏢸";
}
.fad.fa-flask:after {
  content: "􏃃";
}
.fad.fa-flask-poison:after {
  content: "􏛠";
}
.fad.fa-flask-potion:after {
  content: "􏛡";
}
.fad.fa-flower:after {
  content: "􏟿";
}
.fad.fa-flower-daffodil:after {
  content: "􏠀";
}
.fad.fa-flower-tulip:after {
  content: "􏠁";
}
.fad.fa-flushed:after {
  content: "􏕹";
}
.fad.fa-flute:after {
  content: "􏢹";
}
.fad.fa-flux-capacitor:after {
  content: "􏢺";
}
.fad.fa-fog:after {
  content: "􏝎";
}
.fad.fa-folder:after {
  content: "􏁻";
}
.fad.fa-folder-download:after {
  content: "􏥓";
}
.fad.fa-folder-minus:after {
  content: "􏙝";
}
.fad.fa-folder-open:after {
  content: "􏁼";
}
.fad.fa-folder-plus:after {
  content: "􏙞";
}
.fad.fa-folder-times:after {
  content: "􏙟";
}
.fad.fa-folder-tree:after {
  content: "􏠂";
}
.fad.fa-folder-upload:after {
  content: "􏥔";
}
.fad.fa-folders:after {
  content: "􏙠";
}
.fad.fa-font:after {
  content: "􏀱";
}
.fad.fa-font-awesome-logo-full:after {
  content: "􏓦";
}
.fad.fa-font-case:after {
  content: "􏡦";
}
.fad.fa-football-ball:after {
  content: "􏑎";
}
.fad.fa-football-helmet:after {
  content: "􏑏";
}
.fad.fa-forklift:after {
  content: "􏑺";
}
.fad.fa-forward:after {
  content: "􏁎";
}
.fad.fa-fragile:after {
  content: "􏒻";
}
.fad.fa-french-fries:after {
  content: "􏠃";
}
.fad.fa-frog:after {
  content: "􏔮";
}
.fad.fa-frosty-head:after {
  content: "􏞛";
}
.fad.fa-frown:after {
  content: "􏄙";
}
.fad.fa-frown-open:after {
  content: "􏕺";
}
.fad.fa-function:after {
  content: "􏙡";
}
.fad.fa-funnel-dollar:after {
  content: "􏙢";
}
.fad.fa-futbol:after {
  content: "􏇣";
}
.fad.fa-galaxy:after {
  content: "􏤈";
}
.fad.fa-game-board:after {
  content: "􏡧";
}
.fad.fa-game-board-alt:after {
  content: "􏡨";
}
.fad.fa-game-console-handheld:after {
  content: "􏢻";
}
.fad.fa-gamepad:after {
  content: "􏄛";
}
.fad.fa-gamepad-alt:after {
  content: "􏢼";
}
.fad.fa-garage:after {
  content: "􏤉";
}
.fad.fa-garage-car:after {
  content: "􏤊";
}
.fad.fa-garage-open:after {
  content: "􏤋";
}
.fad.fa-gas-pump:after {
  content: "􏔯";
}
.fad.fa-gas-pump-slash:after {
  content: "􏗴";
}
.fad.fa-gavel:after {
  content: "􏃣";
}
.fad.fa-gem:after {
  content: "􏎥";
}
.fad.fa-genderless:after {
  content: "􏈭";
}
.fad.fa-ghost:after {
  content: "􏛢";
}
.fad.fa-gift:after {
  content: "􏁫";
}
.fad.fa-gift-card:after {
  content: "􏙣";
}
.fad.fa-gifts:after {
  content: "􏞜";
}
.fad.fa-gingerbread-man:after {
  content: "􏞝";
}
.fad.fa-glass:after {
  content: "􏠄";
}
.fad.fa-glass-champagne:after {
  content: "􏞞";
}
.fad.fa-glass-cheers:after {
  content: "􏞟";
}
.fad.fa-glass-citrus:after {
  content: "􏡩";
}
.fad.fa-glass-martini:after {
  content: "􏀀";
}
.fad.fa-glass-martini-alt:after {
  content: "􏕻";
}
.fad.fa-glass-whiskey:after {
  content: "􏞠";
}
.fad.fa-glass-whiskey-rocks:after {
  content: "􏞡";
}
.fad.fa-glasses:after {
  content: "􏔰";
}
.fad.fa-glasses-alt:after {
  content: "􏗵";
}
.fad.fa-globe:after {
  content: "􏂬";
}
.fad.fa-globe-africa:after {
  content: "􏕼";
}
.fad.fa-globe-americas:after {
  content: "􏕽";
}
.fad.fa-globe-asia:after {
  content: "􏕾";
}
.fad.fa-globe-europe:after {
  content: "􏞢";
}
.fad.fa-globe-snow:after {
  content: "􏞣";
}
.fad.fa-globe-stand:after {
  content: "􏗶";
}
.fad.fa-golf-ball:after {
  content: "􏑐";
}
.fad.fa-golf-club:after {
  content: "􏑑";
}
.fad.fa-gopuram:after {
  content: "􏙤";
}
.fad.fa-graduation-cap:after {
  content: "􏆝";
}
.fad.fa-gramophone:after {
  content: "􏢽";
}
.fad.fa-greater-than:after {
  content: "􏔱";
}
.fad.fa-greater-than-equal:after {
  content: "􏔲";
}
.fad.fa-grimace:after {
  content: "􏕿";
}
.fad.fa-grin:after {
  content: "􏖀";
}
.fad.fa-grin-alt:after {
  content: "􏖁";
}
.fad.fa-grin-beam:after {
  content: "􏖂";
}
.fad.fa-grin-beam-sweat:after {
  content: "􏖃";
}
.fad.fa-grin-hearts:after {
  content: "􏖄";
}
.fad.fa-grin-squint:after {
  content: "􏖅";
}
.fad.fa-grin-squint-tears:after {
  content: "􏖆";
}
.fad.fa-grin-stars:after {
  content: "􏖇";
}
.fad.fa-grin-tears:after {
  content: "􏖈";
}
.fad.fa-grin-tongue:after {
  content: "􏖉";
}
.fad.fa-grin-tongue-squint:after {
  content: "􏖊";
}
.fad.fa-grin-tongue-wink:after {
  content: "􏖋";
}
.fad.fa-grin-wink:after {
  content: "􏖌";
}
.fad.fa-grip-horizontal:after {
  content: "􏖍";
}
.fad.fa-grip-lines:after {
  content: "􏞤";
}
.fad.fa-grip-lines-vertical:after {
  content: "􏞥";
}
.fad.fa-grip-vertical:after {
  content: "􏖎";
}
.fad.fa-guitar:after {
  content: "􏞦";
}
.fad.fa-guitar-electric:after {
  content: "􏢾";
}
.fad.fa-guitars:after {
  content: "􏢿";
}
.fad.fa-h-square:after {
  content: "􏃽";
}
.fad.fa-h1:after {
  content: "􏌓";
}
.fad.fa-h2:after {
  content: "􏌔";
}
.fad.fa-h3:after {
  content: "􏌕";
}
.fad.fa-h4:after {
  content: "􏡪";
}
.fad.fa-hamburger:after {
  content: "􏠅";
}
.fad.fa-hammer:after {
  content: "􏛣";
}
.fad.fa-hammer-war:after {
  content: "􏛤";
}
.fad.fa-hamsa:after {
  content: "􏙥";
}
.fad.fa-hand-heart:after {
  content: "􏒼";
}
.fad.fa-hand-holding:after {
  content: "􏒽";
}
.fad.fa-hand-holding-box:after {
  content: "􏑻";
}
.fad.fa-hand-holding-heart:after {
  content: "􏒾";
}
.fad.fa-hand-holding-magic:after {
  content: "􏛥";
}
.fad.fa-hand-holding-medical:after {
  content: "􏥜";
}
.fad.fa-hand-holding-seedling:after {
  content: "􏒿";
}
.fad.fa-hand-holding-usd:after {
  content: "􏓀";
}
.fad.fa-hand-holding-water:after {
  content: "􏓁";
}
.fad.fa-hand-lizard:after {
  content: "􏉘";
}
.fad.fa-hand-middle-finger:after {
  content: "􏠆";
}
.fad.fa-hand-paper:after {
  content: "􏉖";
}
.fad.fa-hand-peace:after {
  content: "􏉛";
}
.fad.fa-hand-point-down:after {
  content: "􏂧";
}
.fad.fa-hand-point-left:after {
  content: "􏂥";
}
.fad.fa-hand-point-right:after {
  content: "􏂤";
}
.fad.fa-hand-point-up:after {
  content: "􏂦";
}
.fad.fa-hand-pointer:after {
  content: "􏉚";
}
.fad.fa-hand-receiving:after {
  content: "􏑼";
}
.fad.fa-hand-rock:after {
  content: "􏉕";
}
.fad.fa-hand-scissors:after {
  content: "􏉗";
}
.fad.fa-hand-sparkles:after {
  content: "􏥝";
}
.fad.fa-hand-spock:after {
  content: "􏉙";
}
.fad.fa-hands:after {
  content: "􏓂";
}
.fad.fa-hands-heart:after {
  content: "􏓃";
}
.fad.fa-hands-helping:after {
  content: "􏓄";
}
.fad.fa-hands-usd:after {
  content: "􏓅";
}
.fad.fa-hands-wash:after {
  content: "􏥞";
}
.fad.fa-handshake:after {
  content: "􏊵";
}
.fad.fa-handshake-alt:after {
  content: "􏓆";
}
.fad.fa-handshake-alt-slash:after {
  content: "􏥟";
}
.fad.fa-handshake-slash:after {
  content: "􏥠";
}
.fad.fa-hanukiah:after {
  content: "􏛦";
}
.fad.fa-hard-hat:after {
  content: "􏠇";
}
.fad.fa-hashtag:after {
  content: "􏊒";
}
.fad.fa-hat-chef:after {
  content: "􏡫";
}
.fad.fa-hat-cowboy:after {
  content: "􏣀";
}
.fad.fa-hat-cowboy-side:after {
  content: "􏣁";
}
.fad.fa-hat-santa:after {
  content: "􏞧";
}
.fad.fa-hat-winter:after {
  content: "􏞨";
}
.fad.fa-hat-witch:after {
  content: "􏛧";
}
.fad.fa-hat-wizard:after {
  content: "􏛨";
}
.fad.fa-hdd:after {
  content: "􏂠";
}
.fad.fa-head-side:after {
  content: "􏛩";
}
.fad.fa-head-side-brain:after {
  content: "􏠈";
}
.fad.fa-head-side-cough:after {
  content: "􏥡";
}
.fad.fa-head-side-cough-slash:after {
  content: "􏥢";
}
.fad.fa-head-side-headphones:after {
  content: "􏣂";
}
.fad.fa-head-side-mask:after {
  content: "􏥣";
}
.fad.fa-head-side-medical:after {
  content: "􏠉";
}
.fad.fa-head-side-virus:after {
  content: "􏥤";
}
.fad.fa-head-vr:after {
  content: "􏛪";
}
.fad.fa-heading:after {
  content: "􏇜";
}
.fad.fa-headphones:after {
  content: "􏀥";
}
.fad.fa-headphones-alt:after {
  content: "􏖏";
}
.fad.fa-headset:after {
  content: "􏖐";
}
.fad.fa-heart:after {
  content: "􏀄";
}
.fad.fa-heart-broken:after {
  content: "􏞩";
}
.fad.fa-heart-circle:after {
  content: "􏓇";
}
.fad.fa-heart-rate:after {
  content: "􏗸";
}
.fad.fa-heart-square:after {
  content: "􏓈";
}
.fad.fa-heartbeat:after {
  content: "􏈞";
}
.fad.fa-heat:after {
  content: "􏤌";
}
.fad.fa-helicopter:after {
  content: "􏔳";
}
.fad.fa-helmet-battle:after {
  content: "􏛫";
}
.fad.fa-hexagon:after {
  content: "􏌒";
}
.fad.fa-highlighter:after {
  content: "􏖑";
}
.fad.fa-hiking:after {
  content: "􏛬";
}
.fad.fa-hippo:after {
  content: "􏛭";
}
.fad.fa-history:after {
  content: "􏇚";
}
.fad.fa-hockey-mask:after {
  content: "􏛮";
}
.fad.fa-hockey-puck:after {
  content: "􏑓";
}
.fad.fa-hockey-sticks:after {
  content: "􏑔";
}
.fad.fa-holly-berry:after {
  content: "􏞪";
}
.fad.fa-home:after {
  content: "􏀕";
}
.fad.fa-home-alt:after {
  content: "􏠊";
}
.fad.fa-home-heart:after {
  content: "􏓉";
}
.fad.fa-home-lg:after {
  content: "􏠋";
}
.fad.fa-home-lg-alt:after {
  content: "􏠌";
}
.fad.fa-hood-cloak:after {
  content: "􏛯";
}
.fad.fa-horizontal-rule:after {
  content: "􏡬";
}
.fad.fa-horse:after {
  content: "􏛰";
}
.fad.fa-horse-head:after {
  content: "􏞫";
}
.fad.fa-horse-saddle:after {
  content: "􏣃";
}
.fad.fa-hospital:after {
  content: "􏃸";
}
.fad.fa-hospital-alt:after {
  content: "􏑽";
}
.fad.fa-hospital-symbol:after {
  content: "􏑾";
}
.fad.fa-hospital-user:after {
  content: "􏠍";
}
.fad.fa-hospitals:after {
  content: "􏠎";
}
.fad.fa-hot-tub:after {
  content: "􏖓";
}
.fad.fa-hotdog:after {
  content: "􏠏";
}
.fad.fa-hotel:after {
  content: "􏖔";
}
.fad.fa-hourglass:after {
  content: "􏉔";
}
.fad.fa-hourglass-end:after {
  content: "􏉓";
}
.fad.fa-hourglass-half:after {
  content: "􏉒";
}
.fad.fa-hourglass-start:after {
  content: "􏉑";
}
.fad.fa-house:after {
  content: "􏤍";
}
.fad.fa-house-damage:after {
  content: "􏛱";
}
.fad.fa-house-day:after {
  content: "􏤎";
}
.fad.fa-house-flood:after {
  content: "􏝏";
}
.fad.fa-house-leave:after {
  content: "􏤏";
}
.fad.fa-house-night:after {
  content: "􏤐";
}
.fad.fa-house-return:after {
  content: "􏤑";
}
.fad.fa-house-signal:after {
  content: "􏤒";
}
.fad.fa-house-user:after {
  content: "􏥥";
}
.fad.fa-hryvnia:after {
  content: "􏛲";
}
.fad.fa-humidity:after {
  content: "􏝐";
}
.fad.fa-hurricane:after {
  content: "􏝑";
}
.fad.fa-i-cursor:after {
  content: "􏉆";
}
.fad.fa-ice-cream:after {
  content: "􏠐";
}
.fad.fa-ice-skate:after {
  content: "􏞬";
}
.fad.fa-icicles:after {
  content: "􏞭";
}
.fad.fa-icons:after {
  content: "􏡭";
}
.fad.fa-icons-alt:after {
  content: "􏡮";
}
.fad.fa-id-badge:after {
  content: "􏋁";
}
.fad.fa-id-card:after {
  content: "􏋂";
}
.fad.fa-id-card-alt:after {
  content: "􏑿";
}
.fad.fa-igloo:after {
  content: "􏞮";
}
.fad.fa-image:after {
  content: "􏀾";
}
.fad.fa-image-polaroid:after {
  content: "􏣄";
}
.fad.fa-images:after {
  content: "􏌂";
}
.fad.fa-inbox:after {
  content: "􏀜";
}
.fad.fa-inbox-in:after {
  content: "􏌐";
}
.fad.fa-inbox-out:after {
  content: "􏌑";
}
.fad.fa-indent:after {
  content: "􏀼";
}
.fad.fa-industry:after {
  content: "􏉵";
}
.fad.fa-industry-alt:after {
  content: "􏎳";
}
.fad.fa-infinity:after {
  content: "􏔴";
}
.fad.fa-info:after {
  content: "􏄩";
}
.fad.fa-info-circle:after {
  content: "􏁚";
}
.fad.fa-info-square:after {
  content: "􏌏";
}
.fad.fa-inhaler:after {
  content: "􏗹";
}
.fad.fa-integral:after {
  content: "􏙧";
}
.fad.fa-intersection:after {
  content: "􏙨";
}
.fad.fa-inventory:after {
  content: "􏒀";
}
.fad.fa-island-tropical:after {
  content: "􏠑";
}
.fad.fa-italic:after {
  content: "􏀳";
}
.fad.fa-jack-o-lantern:after {
  content: "􏌎";
}
.fad.fa-jedi:after {
  content: "􏙩";
}
.fad.fa-joint:after {
  content: "􏖕";
}
.fad.fa-journal-whills:after {
  content: "􏙪";
}
.fad.fa-joystick:after {
  content: "􏣅";
}
.fad.fa-jug:after {
  content: "􏣆";
}
.fad.fa-kaaba:after {
  content: "􏙫";
}
.fad.fa-kazoo:after {
  content: "􏣇";
}
.fad.fa-kerning:after {
  content: "􏡯";
}
.fad.fa-key:after {
  content: "􏂄";
}
.fad.fa-key-skeleton:after {
  content: "􏛳";
}
.fad.fa-keyboard:after {
  content: "􏄜";
}
.fad.fa-keynote:after {
  content: "􏙬";
}
.fad.fa-khanda:after {
  content: "􏙭";
}
.fad.fa-kidneys:after {
  content: "􏗻";
}
.fad.fa-kiss:after {
  content: "􏖖";
}
.fad.fa-kiss-beam:after {
  content: "􏖗";
}
.fad.fa-kiss-wink-heart:after {
  content: "􏖘";
}
.fad.fa-kite:after {
  content: "􏛴";
}
.fad.fa-kiwi-bird:after {
  content: "􏔵";
}
.fad.fa-knife-kitchen:after {
  content: "􏛵";
}
.fad.fa-lambda:after {
  content: "􏙮";
}
.fad.fa-lamp:after {
  content: "􏓊";
}
.fad.fa-lamp-desk:after {
  content: "􏤔";
}
.fad.fa-lamp-floor:after {
  content: "􏤕";
}
.fad.fa-landmark:after {
  content: "􏙯";
}
.fad.fa-landmark-alt:after {
  content: "􏝒";
}
.fad.fa-language:after {
  content: "􏆫";
}
.fad.fa-laptop:after {
  content: "􏄉";
}
.fad.fa-laptop-code:after {
  content: "􏗼";
}
.fad.fa-laptop-house:after {
  content: "􏥦";
}
.fad.fa-laptop-medical:after {
  content: "􏠒";
}
.fad.fa-lasso:after {
  content: "􏣈";
}
.fad.fa-laugh:after {
  content: "􏖙";
}
.fad.fa-laugh-beam:after {
  content: "􏖚";
}
.fad.fa-laugh-squint:after {
  content: "􏖛";
}
.fad.fa-laugh-wink:after {
  content: "􏖜";
}
.fad.fa-layer-group:after {
  content: "􏗽";
}
.fad.fa-layer-minus:after {
  content: "􏗾";
}
.fad.fa-layer-plus:after {
  content: "􏗿";
}
.fad.fa-leaf:after {
  content: "􏁬";
}
.fad.fa-leaf-heart:after {
  content: "􏓋";
}
.fad.fa-leaf-maple:after {
  content: "􏛶";
}
.fad.fa-leaf-oak:after {
  content: "􏛷";
}
.fad.fa-lemon:after {
  content: "􏂔";
}
.fad.fa-less-than:after {
  content: "􏔶";
}
.fad.fa-less-than-equal:after {
  content: "􏔷";
}
.fad.fa-level-down:after {
  content: "􏅉";
}
.fad.fa-level-down-alt:after {
  content: "􏎾";
}
.fad.fa-level-up:after {
  content: "􏅈";
}
.fad.fa-level-up-alt:after {
  content: "􏎿";
}
.fad.fa-life-ring:after {
  content: "􏇍";
}
.fad.fa-light-ceiling:after {
  content: "􏤖";
}
.fad.fa-light-switch:after {
  content: "􏤗";
}
.fad.fa-light-switch-off:after {
  content: "􏤘";
}
.fad.fa-light-switch-on:after {
  content: "􏤙";
}
.fad.fa-lightbulb:after {
  content: "􏃫";
}
.fad.fa-lightbulb-dollar:after {
  content: "􏙰";
}
.fad.fa-lightbulb-exclamation:after {
  content: "􏙱";
}
.fad.fa-lightbulb-on:after {
  content: "􏙲";
}
.fad.fa-lightbulb-slash:after {
  content: "􏙳";
}
.fad.fa-lights-holiday:after {
  content: "􏞲";
}
.fad.fa-line-columns:after {
  content: "􏡰";
}
.fad.fa-line-height:after {
  content: "􏡱";
}
.fad.fa-link:after {
  content: "􏃁";
}
.fad.fa-lips:after {
  content: "􏘀";
}
.fad.fa-lira-sign:after {
  content: "􏆕";
}
.fad.fa-list:after {
  content: "􏀺";
}
.fad.fa-list-alt:after {
  content: "􏀢";
}
.fad.fa-list-music:after {
  content: "􏣉";
}
.fad.fa-list-ol:after {
  content: "􏃋";
}
.fad.fa-list-ul:after {
  content: "􏃊";
}
.fad.fa-location:after {
  content: "􏘁";
}
.fad.fa-location-arrow:after {
  content: "􏄤";
}
.fad.fa-location-circle:after {
  content: "􏘂";
}
.fad.fa-location-slash:after {
  content: "􏘃";
}
.fad.fa-lock:after {
  content: "􏀣";
}
.fad.fa-lock-alt:after {
  content: "􏌍";
}
.fad.fa-lock-open:after {
  content: "􏏁";
}
.fad.fa-lock-open-alt:after {
  content: "􏏂";
}
.fad.fa-long-arrow-alt-down:after {
  content: "􏌉";
}
.fad.fa-long-arrow-alt-left:after {
  content: "􏌊";
}
.fad.fa-long-arrow-alt-right:after {
  content: "􏌋";
}
.fad.fa-long-arrow-alt-up:after {
  content: "􏌌";
}
.fad.fa-long-arrow-down:after {
  content: "􏅵";
}
.fad.fa-long-arrow-left:after {
  content: "􏅷";
}
.fad.fa-long-arrow-right:after {
  content: "􏅸";
}
.fad.fa-long-arrow-up:after {
  content: "􏅶";
}
.fad.fa-loveseat:after {
  content: "􏓌";
}
.fad.fa-low-vision:after {
  content: "􏊨";
}
.fad.fa-luchador:after {
  content: "􏑕";
}
.fad.fa-luggage-cart:after {
  content: "􏖝";
}
.fad.fa-lungs:after {
  content: "􏘄";
}
.fad.fa-lungs-virus:after {
  content: "􏥧";
}
.fad.fa-mace:after {
  content: "􏛸";
}
.fad.fa-magic:after {
  content: "􏃐";
}
.fad.fa-magnet:after {
  content: "􏁶";
}
.fad.fa-mail-bulk:after {
  content: "􏙴";
}
.fad.fa-mailbox:after {
  content: "􏠓";
}
.fad.fa-male:after {
  content: "􏆃";
}
.fad.fa-mandolin:after {
  content: "􏛹";
}
.fad.fa-map:after {
  content: "􏉹";
}
.fad.fa-map-marked:after {
  content: "􏖟";
}
.fad.fa-map-marked-alt:after {
  content: "􏖠";
}
.fad.fa-map-marker:after {
  content: "􏁁";
}
.fad.fa-map-marker-alt:after {
  content: "􏏅";
}
.fad.fa-map-marker-alt-slash:after {
  content: "􏘅";
}
.fad.fa-map-marker-check:after {
  content: "􏘆";
}
.fad.fa-map-marker-edit:after {
  content: "􏘇";
}
.fad.fa-map-marker-exclamation:after {
  content: "􏘈";
}
.fad.fa-map-marker-minus:after {
  content: "􏘉";
}
.fad.fa-map-marker-plus:after {
  content: "􏘊";
}
.fad.fa-map-marker-question:after {
  content: "􏘋";
}
.fad.fa-map-marker-slash:after {
  content: "􏘌";
}
.fad.fa-map-marker-smile:after {
  content: "􏘍";
}
.fad.fa-map-marker-times:after {
  content: "􏘎";
}
.fad.fa-map-pin:after {
  content: "􏉶";
}
.fad.fa-map-signs:after {
  content: "􏉷";
}
.fad.fa-marker:after {
  content: "􏖡";
}
.fad.fa-mars:after {
  content: "􏈢";
}
.fad.fa-mars-double:after {
  content: "􏈧";
}
.fad.fa-mars-stroke:after {
  content: "􏈩";
}
.fad.fa-mars-stroke-h:after {
  content: "􏈫";
}
.fad.fa-mars-stroke-v:after {
  content: "􏈪";
}
.fad.fa-mask:after {
  content: "􏛺";
}
.fad.fa-meat:after {
  content: "􏠔";
}
.fad.fa-medal:after {
  content: "􏖢";
}
.fad.fa-medkit:after {
  content: "􏃺";
}
.fad.fa-megaphone:after {
  content: "􏙵";
}
.fad.fa-meh:after {
  content: "􏄚";
}
.fad.fa-meh-blank:after {
  content: "􏖤";
}
.fad.fa-meh-rolling-eyes:after {
  content: "􏖥";
}
.fad.fa-memory:after {
  content: "􏔸";
}
.fad.fa-menorah:after {
  content: "􏙶";
}
.fad.fa-mercury:after {
  content: "􏈣";
}
.fad.fa-meteor:after {
  content: "􏝓";
}
.fad.fa-microchip:after {
  content: "􏋛";
}
.fad.fa-microphone:after {
  content: "􏄰";
}
.fad.fa-microphone-alt:after {
  content: "􏏉";
}
.fad.fa-microphone-alt-slash:after {
  content: "􏔹";
}
.fad.fa-microphone-slash:after {
  content: "􏄱";
}
.fad.fa-microphone-stand:after {
  content: "􏣋";
}
.fad.fa-microscope:after {
  content: "􏘐";
}
.fad.fa-microwave:after {
  content: "􏤛";
}
.fad.fa-mind-share:after {
  content: "􏙷";
}
.fad.fa-minus:after {
  content: "􏁨";
}
.fad.fa-minus-circle:after {
  content: "􏁖";
}
.fad.fa-minus-hexagon:after {
  content: "􏌇";
}
.fad.fa-minus-octagon:after {
  content: "􏌈";
}
.fad.fa-minus-square:after {
  content: "􏅆";
}
.fad.fa-mistletoe:after {
  content: "􏞴";
}
.fad.fa-mitten:after {
  content: "􏞵";
}
.fad.fa-mobile:after {
  content: "􏄋";
}
.fad.fa-mobile-alt:after {
  content: "􏏍";
}
.fad.fa-mobile-android:after {
  content: "􏏎";
}
.fad.fa-mobile-android-alt:after {
  content: "􏏏";
}
.fad.fa-money-bill:after {
  content: "􏃖";
}
.fad.fa-money-bill-alt:after {
  content: "􏏑";
}
.fad.fa-money-bill-wave:after {
  content: "􏔺";
}
.fad.fa-money-bill-wave-alt:after {
  content: "􏔻";
}
.fad.fa-money-check:after {
  content: "􏔼";
}
.fad.fa-money-check-alt:after {
  content: "􏔽";
}
.fad.fa-money-check-edit:after {
  content: "􏡲";
}
.fad.fa-money-check-edit-alt:after {
  content: "􏡳";
}
.fad.fa-monitor-heart-rate:after {
  content: "􏘑";
}
.fad.fa-monkey:after {
  content: "􏛻";
}
.fad.fa-monument:after {
  content: "􏖦";
}
.fad.fa-moon:after {
  content: "􏆆";
}
.fad.fa-moon-cloud:after {
  content: "􏝔";
}
.fad.fa-moon-stars:after {
  content: "􏝕";
}
.fad.fa-mortar-pestle:after {
  content: "􏖧";
}
.fad.fa-mosque:after {
  content: "􏙸";
}
.fad.fa-motorcycle:after {
  content: "􏈜";
}
.fad.fa-mountain:after {
  content: "􏛼";
}
.fad.fa-mountains:after {
  content: "􏛽";
}
.fad.fa-mouse:after {
  content: "􏣌";
}
.fad.fa-mouse-alt:after {
  content: "􏣍";
}
.fad.fa-mouse-pointer:after {
  content: "􏉅";
}
.fad.fa-mp3-player:after {
  content: "􏣎";
}
.fad.fa-mug:after {
  content: "􏡴";
}
.fad.fa-mug-hot:after {
  content: "􏞶";
}
.fad.fa-mug-marshmallows:after {
  content: "􏞷";
}
.fad.fa-mug-tea:after {
  content: "􏡵";
}
.fad.fa-music:after {
  content: "􏀁";
}
.fad.fa-music-alt:after {
  content: "􏣏";
}
.fad.fa-music-alt-slash:after {
  content: "􏣐";
}
.fad.fa-music-slash:after {
  content: "􏣑";
}
.fad.fa-narwhal:after {
  content: "􏛾";
}
.fad.fa-network-wired:after {
  content: "􏛿";
}
.fad.fa-neuter:after {
  content: "􏈬";
}
.fad.fa-newspaper:after {
  content: "􏇪";
}
.fad.fa-not-equal:after {
  content: "􏔾";
}
.fad.fa-notes-medical:after {
  content: "􏒁";
}
.fad.fa-object-group:after {
  content: "􏉇";
}
.fad.fa-object-ungroup:after {
  content: "􏉈";
}
.fad.fa-octagon:after {
  content: "􏌆";
}
.fad.fa-oil-can:after {
  content: "􏘓";
}
.fad.fa-oil-temp:after {
  content: "􏘔";
}
.fad.fa-om:after {
  content: "􏙹";
}
.fad.fa-omega:after {
  content: "􏙺";
}
.fad.fa-ornament:after {
  content: "􏞸";
}
.fad.fa-otter:after {
  content: "􏜀";
}
.fad.fa-outdent:after {
  content: "􏀻";
}
.fad.fa-outlet:after {
  content: "􏤜";
}
.fad.fa-oven:after {
  content: "􏤝";
}
.fad.fa-overline:after {
  content: "􏡶";
}
.fad.fa-page-break:after {
  content: "􏡷";
}
.fad.fa-pager:after {
  content: "􏠕";
}
.fad.fa-paint-brush:after {
  content: "􏇼";
}
.fad.fa-paint-brush-alt:after {
  content: "􏖩";
}
.fad.fa-paint-roller:after {
  content: "􏖪";
}
.fad.fa-palette:after {
  content: "􏔿";
}
.fad.fa-pallet:after {
  content: "􏒂";
}
.fad.fa-pallet-alt:after {
  content: "􏒃";
}
.fad.fa-paper-plane:after {
  content: "􏇘";
}
.fad.fa-paperclip:after {
  content: "􏃆";
}
.fad.fa-parachute-box:after {
  content: "􏓍";
}
.fad.fa-paragraph:after {
  content: "􏇝";
}
.fad.fa-paragraph-rtl:after {
  content: "􏡸";
}
.fad.fa-parking:after {
  content: "􏕀";
}
.fad.fa-parking-circle:after {
  content: "􏘕";
}
.fad.fa-parking-circle-slash:after {
  content: "􏘖";
}
.fad.fa-parking-slash:after {
  content: "􏘗";
}
.fad.fa-passport:after {
  content: "􏖫";
}
.fad.fa-pastafarianism:after {
  content: "􏙻";
}
.fad.fa-paste:after {
  content: "􏃪";
}
.fad.fa-pause:after {
  content: "􏁌";
}
.fad.fa-pause-circle:after {
  content: "􏊋";
}
.fad.fa-paw:after {
  content: "􏆰";
}
.fad.fa-paw-alt:after {
  content: "􏜁";
}
.fad.fa-paw-claws:after {
  content: "􏜂";
}
.fad.fa-peace:after {
  content: "􏙼";
}
.fad.fa-pegasus:after {
  content: "􏜃";
}
.fad.fa-pen:after {
  content: "􏌄";
}
.fad.fa-pen-alt:after {
  content: "􏌅";
}
.fad.fa-pen-fancy:after {
  content: "􏖬";
}
.fad.fa-pen-nib:after {
  content: "􏖭";
}
.fad.fa-pen-square:after {
  content: "􏅋";
}
.fad.fa-pencil:after {
  content: "􏁀";
}
.fad.fa-pencil-alt:after {
  content: "􏌃";
}
.fad.fa-pencil-paintbrush:after {
  content: "􏘘";
}
.fad.fa-pencil-ruler:after {
  content: "􏖮";
}
.fad.fa-pennant:after {
  content: "􏑖";
}
.fad.fa-people-arrows:after {
  content: "􏥨";
}
.fad.fa-people-carry:after {
  content: "􏓎";
}
.fad.fa-pepper-hot:after {
  content: "􏠖";
}
.fad.fa-percent:after {
  content: "􏊕";
}
.fad.fa-percentage:after {
  content: "􏕁";
}
.fad.fa-person-booth:after {
  content: "􏝖";
}
.fad.fa-person-carry:after {
  content: "􏓏";
}
.fad.fa-person-dolly:after {
  content: "􏓐";
}
.fad.fa-person-dolly-empty:after {
  content: "􏓑";
}
.fad.fa-person-sign:after {
  content: "􏝗";
}
.fad.fa-phone:after {
  content: "􏂕";
}
.fad.fa-phone-alt:after {
  content: "􏡹";
}
.fad.fa-phone-laptop:after {
  content: "􏡺";
}
.fad.fa-phone-office:after {
  content: "􏙽";
}
.fad.fa-phone-plus:after {
  content: "􏓒";
}
.fad.fa-phone-rotary:after {
  content: "􏣓";
}
.fad.fa-phone-slash:after {
  content: "􏏝";
}
.fad.fa-phone-square:after {
  content: "􏂘";
}
.fad.fa-phone-square-alt:after {
  content: "􏡻";
}
.fad.fa-phone-volume:after {
  content: "􏊠";
}
.fad.fa-photo-video:after {
  content: "􏡼";
}
.fad.fa-pi:after {
  content: "􏙾";
}
.fad.fa-piano:after {
  content: "􏣔";
}
.fad.fa-piano-keyboard:after {
  content: "􏣕";
}
.fad.fa-pie:after {
  content: "􏜅";
}
.fad.fa-pig:after {
  content: "􏜆";
}
.fad.fa-piggy-bank:after {
  content: "􏓓";
}
.fad.fa-pills:after {
  content: "􏒄";
}
.fad.fa-pizza:after {
  content: "􏠗";
}
.fad.fa-pizza-slice:after {
  content: "􏠘";
}
.fad.fa-place-of-worship:after {
  content: "􏙿";
}
.fad.fa-plane:after {
  content: "􏁲";
}
.fad.fa-plane-alt:after {
  content: "􏏞";
}
.fad.fa-plane-arrival:after {
  content: "􏖯";
}
.fad.fa-plane-departure:after {
  content: "􏖰";
}
.fad.fa-plane-slash:after {
  content: "􏥩";
}
.fad.fa-planet-moon:after {
  content: "􏤟";
}
.fad.fa-planet-ringed:after {
  content: "􏤠";
}
.fad.fa-play:after {
  content: "􏁋";
}
.fad.fa-play-circle:after {
  content: "􏅄";
}
.fad.fa-plug:after {
  content: "􏇦";
}
.fad.fa-plus:after {
  content: "􏁧";
}
.fad.fa-plus-circle:after {
  content: "􏁕";
}
.fad.fa-plus-hexagon:after {
  content: "􏌀";
}
.fad.fa-plus-octagon:after {
  content: "􏌁";
}
.fad.fa-plus-square:after {
  content: "􏃾";
}
.fad.fa-podcast:after {
  content: "􏋎";
}
.fad.fa-podium:after {
  content: "􏚀";
}
.fad.fa-podium-star:after {
  content: "􏝘";
}
.fad.fa-police-box:after {
  content: "􏤡";
}
.fad.fa-poll:after {
  content: "􏚁";
}
.fad.fa-poll-h:after {
  content: "􏚂";
}
.fad.fa-poll-people:after {
  content: "􏝙";
}
.fad.fa-poo:after {
  content: "􏋾";
}
.fad.fa-poo-storm:after {
  content: "􏝚";
}
.fad.fa-poop:after {
  content: "􏘙";
}
.fad.fa-popcorn:after {
  content: "􏠙";
}
.fad.fa-portal-enter:after {
  content: "􏤢";
}
.fad.fa-portal-exit:after {
  content: "􏤣";
}
.fad.fa-portrait:after {
  content: "􏏠";
}
.fad.fa-pound-sign:after {
  content: "􏅔";
}
.fad.fa-power-off:after {
  content: "􏀑";
}
.fad.fa-pray:after {
  content: "􏚃";
}
.fad.fa-praying-hands:after {
  content: "􏚄";
}
.fad.fa-prescription:after {
  content: "􏖱";
}
.fad.fa-prescription-bottle:after {
  content: "􏒅";
}
.fad.fa-prescription-bottle-alt:after {
  content: "􏒆";
}
.fad.fa-presentation:after {
  content: "􏚅";
}
.fad.fa-print:after {
  content: "􏀯";
}
.fad.fa-print-search:after {
  content: "􏠚";
}
.fad.fa-print-slash:after {
  content: "􏚆";
}
.fad.fa-procedures:after {
  content: "􏒇";
}
.fad.fa-project-diagram:after {
  content: "􏕂";
}
.fad.fa-projector:after {
  content: "􏣖";
}
.fad.fa-pump-medical:after {
  content: "􏥪";
}
.fad.fa-pump-soap:after {
  content: "􏥫";
}
.fad.fa-pumpkin:after {
  content: "􏜇";
}
.fad.fa-puzzle-piece:after {
  content: "􏄮";
}
.fad.fa-qrcode:after {
  content: "􏀩";
}
.fad.fa-question:after {
  content: "􏄨";
}
.fad.fa-question-circle:after {
  content: "􏁙";
}
.fad.fa-question-square:after {
  content: "􏋽";
}
.fad.fa-quidditch:after {
  content: "􏑘";
}
.fad.fa-quote-left:after {
  content: "􏄍";
}
.fad.fa-quote-right:after {
  content: "􏄎";
}
.fad.fa-quran:after {
  content: "􏚇";
}
.fad.fa-rabbit:after {
  content: "􏜈";
}
.fad.fa-rabbit-fast:after {
  content: "􏜉";
}
.fad.fa-racquet:after {
  content: "􏑚";
}
.fad.fa-radar:after {
  content: "􏤤";
}
.fad.fa-radiation:after {
  content: "􏞹";
}
.fad.fa-radiation-alt:after {
  content: "􏞺";
}
.fad.fa-radio:after {
  content: "􏣗";
}
.fad.fa-radio-alt:after {
  content: "􏣘";
}
.fad.fa-rainbow:after {
  content: "􏝛";
}
.fad.fa-raindrops:after {
  content: "􏝜";
}
.fad.fa-ram:after {
  content: "􏜊";
}
.fad.fa-ramp-loading:after {
  content: "􏓔";
}
.fad.fa-random:after {
  content: "􏁴";
}
.fad.fa-raygun:after {
  content: "􏤥";
}
.fad.fa-receipt:after {
  content: "􏕃";
}
.fad.fa-record-vinyl:after {
  content: "􏣙";
}
.fad.fa-rectangle-landscape:after {
  content: "􏋺";
}
.fad.fa-rectangle-portrait:after {
  content: "􏋻";
}
.fad.fa-rectangle-wide:after {
  content: "􏋼";
}
.fad.fa-recycle:after {
  content: "􏆸";
}
.fad.fa-redo:after {
  content: "􏀞";
}
.fad.fa-redo-alt:after {
  content: "􏋹";
}
.fad.fa-refrigerator:after {
  content: "􏤦";
}
.fad.fa-registered:after {
  content: "􏉝";
}
.fad.fa-remove-format:after {
  content: "􏡽";
}
.fad.fa-repeat:after {
  content: "􏍣";
}
.fad.fa-repeat-1:after {
  content: "􏍥";
}
.fad.fa-repeat-1-alt:after {
  content: "􏍦";
}
.fad.fa-repeat-alt:after {
  content: "􏍤";
}
.fad.fa-reply:after {
  content: "􏏥";
}
.fad.fa-reply-all:after {
  content: "􏄢";
}
.fad.fa-republican:after {
  content: "􏝞";
}
.fad.fa-restroom:after {
  content: "􏞽";
}
.fad.fa-retweet:after {
  content: "􏁹";
}
.fad.fa-retweet-alt:after {
  content: "􏍡";
}
.fad.fa-ribbon:after {
  content: "􏓖";
}
.fad.fa-ring:after {
  content: "􏜋";
}
.fad.fa-rings-wedding:after {
  content: "􏠛";
}
.fad.fa-road:after {
  content: "􏀘";
}
.fad.fa-robot:after {
  content: "􏕄";
}
.fad.fa-rocket:after {
  content: "􏄵";
}
.fad.fa-rocket-launch:after {
  content: "􏤧";
}
.fad.fa-route:after {
  content: "􏓗";
}
.fad.fa-route-highway:after {
  content: "􏘚";
}
.fad.fa-route-interstate:after {
  content: "􏘛";
}
.fad.fa-router:after {
  content: "􏣚";
}
.fad.fa-rss:after {
  content: "􏂞";
}
.fad.fa-rss-square:after {
  content: "􏅃";
}
.fad.fa-ruble-sign:after {
  content: "􏅘";
}
.fad.fa-ruler:after {
  content: "􏕅";
}
.fad.fa-ruler-combined:after {
  content: "􏕆";
}
.fad.fa-ruler-horizontal:after {
  content: "􏕇";
}
.fad.fa-ruler-triangle:after {
  content: "􏘜";
}
.fad.fa-ruler-vertical:after {
  content: "􏕈";
}
.fad.fa-running:after {
  content: "􏜌";
}
.fad.fa-rupee-sign:after {
  content: "􏅖";
}
.fad.fa-rv:after {
  content: "􏞾";
}
.fad.fa-sack:after {
  content: "􏠜";
}
.fad.fa-sack-dollar:after {
  content: "􏠝";
}
.fad.fa-sad-cry:after {
  content: "􏖳";
}
.fad.fa-sad-tear:after {
  content: "􏖴";
}
.fad.fa-salad:after {
  content: "􏠞";
}
.fad.fa-sandwich:after {
  content: "􏠟";
}
.fad.fa-satellite:after {
  content: "􏞿";
}
.fad.fa-satellite-dish:after {
  content: "􏟀";
}
.fad.fa-sausage:after {
  content: "􏠠";
}
.fad.fa-save:after {
  content: "􏃇";
}
.fad.fa-sax-hot:after {
  content: "􏣛";
}
.fad.fa-saxophone:after {
  content: "􏣜";
}
.fad.fa-scalpel:after {
  content: "􏘝";
}
.fad.fa-scalpel-path:after {
  content: "􏘞";
}
.fad.fa-scanner:after {
  content: "􏒈";
}
.fad.fa-scanner-image:after {
  content: "􏣳";
}
.fad.fa-scanner-keyboard:after {
  content: "􏒉";
}
.fad.fa-scanner-touchscreen:after {
  content: "􏒊";
}
.fad.fa-scarecrow:after {
  content: "􏜍";
}
.fad.fa-scarf:after {
  content: "􏟁";
}
.fad.fa-school:after {
  content: "􏕉";
}
.fad.fa-screwdriver:after {
  content: "􏕊";
}
.fad.fa-scroll:after {
  content: "􏜎";
}
.fad.fa-scroll-old:after {
  content: "􏜏";
}
.fad.fa-scrubber:after {
  content: "􏋸";
}
.fad.fa-scythe:after {
  content: "􏜐";
}
.fad.fa-sd-card:after {
  content: "􏟂";
}
.fad.fa-search:after {
  content: "􏀂";
}
.fad.fa-search-dollar:after {
  content: "􏚈";
}
.fad.fa-search-location:after {
  content: "􏚉";
}
.fad.fa-search-minus:after {
  content: "􏀐";
}
.fad.fa-search-plus:after {
  content: "􏀎";
}
.fad.fa-seedling:after {
  content: "􏓘";
}
.fad.fa-send-back:after {
  content: "􏡾";
}
.fad.fa-send-backward:after {
  content: "􏡿";
}
.fad.fa-sensor:after {
  content: "􏤨";
}
.fad.fa-sensor-alert:after {
  content: "􏤩";
}
.fad.fa-sensor-fire:after {
  content: "􏤪";
}
.fad.fa-sensor-on:after {
  content: "􏤫";
}
.fad.fa-sensor-smoke:after {
  content: "􏤬";
}
.fad.fa-server:after {
  content: "􏈳";
}
.fad.fa-shapes:after {
  content: "􏘟";
}
.fad.fa-share:after {
  content: "􏁤";
}
.fad.fa-share-all:after {
  content: "􏍧";
}
.fad.fa-share-alt:after {
  content: "􏇠";
}
.fad.fa-share-alt-square:after {
  content: "􏇡";
}
.fad.fa-share-square:after {
  content: "􏅍";
}
.fad.fa-sheep:after {
  content: "􏜑";
}
.fad.fa-shekel-sign:after {
  content: "􏈋";
}
.fad.fa-shield:after {
  content: "􏄲";
}
.fad.fa-shield-alt:after {
  content: "􏏭";
}
.fad.fa-shield-check:after {
  content: "􏋷";
}
.fad.fa-shield-cross:after {
  content: "􏜒";
}
.fad.fa-shield-virus:after {
  content: "􏥬";
}
.fad.fa-ship:after {
  content: "􏈚";
}
.fad.fa-shipping-fast:after {
  content: "􏒋";
}
.fad.fa-shipping-timed:after {
  content: "􏒌";
}
.fad.fa-shish-kebab:after {
  content: "􏠡";
}
.fad.fa-shoe-prints:after {
  content: "􏕋";
}
.fad.fa-shopping-bag:after {
  content: "􏊐";
}
.fad.fa-shopping-basket:after {
  content: "􏊑";
}
.fad.fa-shopping-cart:after {
  content: "􏁺";
}
.fad.fa-shovel:after {
  content: "􏜓";
}
.fad.fa-shovel-snow:after {
  content: "􏟃";
}
.fad.fa-shower:after {
  content: "􏋌";
}
.fad.fa-shredder:after {
  content: "􏚊";
}
.fad.fa-shuttle-van:after {
  content: "􏖶";
}
.fad.fa-shuttlecock:after {
  content: "􏑛";
}
.fad.fa-sickle:after {
  content: "􏠢";
}
.fad.fa-sigma:after {
  content: "􏚋";
}
.fad.fa-sign:after {
  content: "􏓙";
}
.fad.fa-sign-in:after {
  content: "􏂐";
}
.fad.fa-sign-in-alt:after {
  content: "􏋶";
}
.fad.fa-sign-language:after {
  content: "􏊧";
}
.fad.fa-sign-out:after {
  content: "􏂋";
}
.fad.fa-sign-out-alt:after {
  content: "􏋵";
}
.fad.fa-signal:after {
  content: "􏀒";
}
.fad.fa-signal-1:after {
  content: "􏚌";
}
.fad.fa-signal-2:after {
  content: "􏚍";
}
.fad.fa-signal-3:after {
  content: "􏚎";
}
.fad.fa-signal-4:after {
  content: "􏚏";
}
.fad.fa-signal-alt:after {
  content: "􏚐";
}
.fad.fa-signal-alt-1:after {
  content: "􏚑";
}
.fad.fa-signal-alt-2:after {
  content: "􏚒";
}
.fad.fa-signal-alt-3:after {
  content: "􏚓";
}
.fad.fa-signal-alt-slash:after {
  content: "􏚔";
}
.fad.fa-signal-slash:after {
  content: "􏚕";
}
.fad.fa-signal-stream:after {
  content: "􏣝";
}
.fad.fa-signature:after {
  content: "􏖷";
}
.fad.fa-sim-card:after {
  content: "􏟄";
}
.fad.fa-sink:after {
  content: "􏥭";
}
.fad.fa-siren:after {
  content: "􏤭";
}
.fad.fa-siren-on:after {
  content: "􏤮";
}
.fad.fa-sitemap:after {
  content: "􏃨";
}
.fad.fa-skating:after {
  content: "􏟅";
}
.fad.fa-skeleton:after {
  content: "􏘠";
}
.fad.fa-ski-jump:after {
  content: "􏟇";
}
.fad.fa-ski-lift:after {
  content: "􏟈";
}
.fad.fa-skiing:after {
  content: "􏟉";
}
.fad.fa-skiing-nordic:after {
  content: "􏟊";
}
.fad.fa-skull:after {
  content: "􏕌";
}
.fad.fa-skull-cow:after {
  content: "􏣞";
}
.fad.fa-skull-crossbones:after {
  content: "􏜔";
}
.fad.fa-slash:after {
  content: "􏜕";
}
.fad.fa-sledding:after {
  content: "􏟋";
}
.fad.fa-sleigh:after {
  content: "􏟌";
}
.fad.fa-sliders-h:after {
  content: "􏇞";
}
.fad.fa-sliders-h-square:after {
  content: "􏏰";
}
.fad.fa-sliders-v:after {
  content: "􏏱";
}
.fad.fa-sliders-v-square:after {
  content: "􏏲";
}
.fad.fa-smile:after {
  content: "􏄘";
}
.fad.fa-smile-beam:after {
  content: "􏖸";
}
.fad.fa-smile-plus:after {
  content: "􏖹";
}
.fad.fa-smile-wink:after {
  content: "􏓚";
}
.fad.fa-smog:after {
  content: "􏝟";
}
.fad.fa-smoke:after {
  content: "􏝠";
}
.fad.fa-smoking:after {
  content: "􏒍";
}
.fad.fa-smoking-ban:after {
  content: "􏕍";
}
.fad.fa-sms:after {
  content: "􏟍";
}
.fad.fa-snake:after {
  content: "􏜖";
}
.fad.fa-snooze:after {
  content: "􏢀";
}
.fad.fa-snow-blowing:after {
  content: "􏝡";
}
.fad.fa-snowboarding:after {
  content: "􏟎";
}
.fad.fa-snowflake:after {
  content: "􏋜";
}
.fad.fa-snowflakes:after {
  content: "􏟏";
}
.fad.fa-snowman:after {
  content: "􏟐";
}
.fad.fa-snowmobile:after {
  content: "􏟑";
}
.fad.fa-snowplow:after {
  content: "􏟒";
}
.fad.fa-soap:after {
  content: "􏥮";
}
.fad.fa-socks:after {
  content: "􏚖";
}
.fad.fa-solar-panel:after {
  content: "􏖺";
}
.fad.fa-solar-system:after {
  content: "􏤯";
}
.fad.fa-sort:after {
  content: "􏃜";
}
.fad.fa-sort-alpha-down:after {
  content: "􏅝";
}
.fad.fa-sort-alpha-down-alt:after {
  content: "􏢁";
}
.fad.fa-sort-alpha-up:after {
  content: "􏅞";
}
.fad.fa-sort-alpha-up-alt:after {
  content: "􏢂";
}
.fad.fa-sort-alt:after {
  content: "􏢃";
}
.fad.fa-sort-amount-down:after {
  content: "􏅠";
}
.fad.fa-sort-amount-down-alt:after {
  content: "􏢄";
}
.fad.fa-sort-amount-up:after {
  content: "􏅡";
}
.fad.fa-sort-amount-up-alt:after {
  content: "􏢅";
}
.fad.fa-sort-circle:after {
  content: "􏤰";
}
.fad.fa-sort-circle-down:after {
  content: "􏤱";
}
.fad.fa-sort-circle-up:after {
  content: "􏤲";
}
.fad.fa-sort-down:after {
  content: "􏃝";
}
.fad.fa-sort-numeric-down:after {
  content: "􏅢";
}
.fad.fa-sort-numeric-down-alt:after {
  content: "􏢆";
}
.fad.fa-sort-numeric-up:after {
  content: "􏅣";
}
.fad.fa-sort-numeric-up-alt:after {
  content: "􏢇";
}
.fad.fa-sort-shapes-down:after {
  content: "􏢈";
}
.fad.fa-sort-shapes-down-alt:after {
  content: "􏢉";
}
.fad.fa-sort-shapes-up:after {
  content: "􏢊";
}
.fad.fa-sort-shapes-up-alt:after {
  content: "􏢋";
}
.fad.fa-sort-size-down:after {
  content: "􏢌";
}
.fad.fa-sort-size-down-alt:after {
  content: "􏢍";
}
.fad.fa-sort-size-up:after {
  content: "􏢎";
}
.fad.fa-sort-size-up-alt:after {
  content: "􏢏";
}
.fad.fa-sort-up:after {
  content: "􏃞";
}
.fad.fa-soup:after {
  content: "􏠣";
}
.fad.fa-spa:after {
  content: "􏖻";
}
.fad.fa-space-shuttle:after {
  content: "􏆗";
}
.fad.fa-space-station-moon:after {
  content: "􏤳";
}
.fad.fa-space-station-moon-alt:after {
  content: "􏤴";
}
.fad.fa-spade:after {
  content: "􏋴";
}
.fad.fa-sparkles:after {
  content: "􏢐";
}
.fad.fa-speaker:after {
  content: "􏣟";
}
.fad.fa-speakers:after {
  content: "􏣠";
}
.fad.fa-spell-check:after {
  content: "􏢑";
}
.fad.fa-spider:after {
  content: "􏜗";
}
.fad.fa-spider-black-widow:after {
  content: "􏜘";
}
.fad.fa-spider-web:after {
  content: "􏜙";
}
.fad.fa-spinner:after {
  content: "􏄐";
}
.fad.fa-spinner-third:after {
  content: "􏏴";
}
.fad.fa-splotch:after {
  content: "􏖼";
}
.fad.fa-spray-can:after {
  content: "􏖽";
}
.fad.fa-sprinkler:after {
  content: "􏤵";
}
.fad.fa-square:after {
  content: "􏃈";
}
.fad.fa-square-full:after {
  content: "􏑜";
}
.fad.fa-square-root:after {
  content: "􏚗";
}
.fad.fa-square-root-alt:after {
  content: "􏚘";
}
.fad.fa-squirrel:after {
  content: "􏜚";
}
.fad.fa-staff:after {
  content: "􏜛";
}
.fad.fa-stamp:after {
  content: "􏖿";
}
.fad.fa-star:after {
  content: "􏀅";
}
.fad.fa-star-and-crescent:after {
  content: "􏚙";
}
.fad.fa-star-christmas:after {
  content: "􏟔";
}
.fad.fa-star-exclamation:after {
  content: "􏋳";
}
.fad.fa-star-half:after {
  content: "􏂉";
}
.fad.fa-star-half-alt:after {
  content: "􏗀";
}
.fad.fa-star-of-david:after {
  content: "􏚚";
}
.fad.fa-star-of-life:after {
  content: "􏘡";
}
.fad.fa-star-shooting:after {
  content: "􏤶";
}
.fad.fa-starfighter:after {
  content: "􏤷";
}
.fad.fa-starfighter-alt:after {
  content: "􏤸";
}
.fad.fa-stars:after {
  content: "􏝢";
}
.fad.fa-starship:after {
  content: "􏤹";
}
.fad.fa-starship-freighter:after {
  content: "􏤺";
}
.fad.fa-steak:after {
  content: "􏠤";
}
.fad.fa-steering-wheel:after {
  content: "􏘢";
}
.fad.fa-step-backward:after {
  content: "􏁈";
}
.fad.fa-step-forward:after {
  content: "􏁑";
}
.fad.fa-stethoscope:after {
  content: "􏃱";
}
.fad.fa-sticky-note:after {
  content: "􏉉";
}
.fad.fa-stocking:after {
  content: "􏟕";
}
.fad.fa-stomach:after {
  content: "􏘣";
}
.fad.fa-stop:after {
  content: "􏁍";
}
.fad.fa-stop-circle:after {
  content: "􏊍";
}
.fad.fa-stopwatch:after {
  content: "􏋲";
}
.fad.fa-stopwatch-20:after {
  content: "􏥯";
}
.fad.fa-store:after {
  content: "􏕎";
}
.fad.fa-store-alt:after {
  content: "􏕏";
}
.fad.fa-store-alt-slash:after {
  content: "􏥰";
}
.fad.fa-store-slash:after {
  content: "􏥱";
}
.fad.fa-stream:after {
  content: "􏕐";
}
.fad.fa-street-view:after {
  content: "􏈝";
}
.fad.fa-stretcher:after {
  content: "􏠥";
}
.fad.fa-strikethrough:after {
  content: "􏃌";
}
.fad.fa-stroopwafel:after {
  content: "􏕑";
}
.fad.fa-subscript:after {
  content: "􏄬";
}
.fad.fa-subway:after {
  content: "􏈹";
}
.fad.fa-suitcase:after {
  content: "􏃲";
}
.fad.fa-suitcase-rolling:after {
  content: "􏗁";
}
.fad.fa-sun:after {
  content: "􏆅";
}
.fad.fa-sun-cloud:after {
  content: "􏝣";
}
.fad.fa-sun-dust:after {
  content: "􏝤";
}
.fad.fa-sun-haze:after {
  content: "􏝥";
}
.fad.fa-sunglasses:after {
  content: "􏢒";
}
.fad.fa-sunrise:after {
  content: "􏝦";
}
.fad.fa-sunset:after {
  content: "􏝧";
}
.fad.fa-superscript:after {
  content: "􏄫";
}
.fad.fa-surprise:after {
  content: "􏗂";
}
.fad.fa-swatchbook:after {
  content: "􏗃";
}
.fad.fa-swimmer:after {
  content: "􏗄";
}
.fad.fa-swimming-pool:after {
  content: "􏗅";
}
.fad.fa-sword:after {
  content: "􏜜";
}
.fad.fa-sword-laser:after {
  content: "􏤻";
}
.fad.fa-sword-laser-alt:after {
  content: "􏤼";
}
.fad.fa-swords:after {
  content: "􏜝";
}
.fad.fa-swords-laser:after {
  content: "􏤽";
}
.fad.fa-synagogue:after {
  content: "􏚛";
}
.fad.fa-sync:after {
  content: "􏀡";
}
.fad.fa-sync-alt:after {
  content: "􏋱";
}
.fad.fa-syringe:after {
  content: "􏒎";
}
.fad.fa-table:after {
  content: "􏃎";
}
.fad.fa-table-tennis:after {
  content: "􏑝";
}
.fad.fa-tablet:after {
  content: "􏄊";
}
.fad.fa-tablet-alt:after {
  content: "􏏺";
}
.fad.fa-tablet-android:after {
  content: "􏏻";
}
.fad.fa-tablet-android-alt:after {
  content: "􏏼";
}
.fad.fa-tablet-rugged:after {
  content: "􏒏";
}
.fad.fa-tablets:after {
  content: "􏒐";
}
.fad.fa-tachometer:after {
  content: "􏃤";
}
.fad.fa-tachometer-alt:after {
  content: "􏏽";
}
.fad.fa-tachometer-alt-average:after {
  content: "􏘤";
}
.fad.fa-tachometer-alt-fast:after {
  content: "􏘥";
}
.fad.fa-tachometer-alt-fastest:after {
  content: "􏘦";
}
.fad.fa-tachometer-alt-slow:after {
  content: "􏘧";
}
.fad.fa-tachometer-alt-slowest:after {
  content: "􏘨";
}
.fad.fa-tachometer-average:after {
  content: "􏘩";
}
.fad.fa-tachometer-fast:after {
  content: "􏘪";
}
.fad.fa-tachometer-fastest:after {
  content: "􏘫";
}
.fad.fa-tachometer-slow:after {
  content: "􏘬";
}
.fad.fa-tachometer-slowest:after {
  content: "􏘭";
}
.fad.fa-taco:after {
  content: "􏠦";
}
.fad.fa-tag:after {
  content: "􏀫";
}
.fad.fa-tags:after {
  content: "􏀬";
}
.fad.fa-tally:after {
  content: "􏚜";
}
.fad.fa-tanakh:after {
  content: "􏠧";
}
.fad.fa-tape:after {
  content: "􏓛";
}
.fad.fa-tasks:after {
  content: "􏂮";
}
.fad.fa-tasks-alt:after {
  content: "􏠨";
}
.fad.fa-taxi:after {
  content: "􏆺";
}
.fad.fa-teeth:after {
  content: "􏘮";
}
.fad.fa-teeth-open:after {
  content: "􏘯";
}
.fad.fa-telescope:after {
  content: "􏤾";
}
.fad.fa-temperature-down:after {
  content: "􏤿";
}
.fad.fa-temperature-frigid:after {
  content: "􏝨";
}
.fad.fa-temperature-high:after {
  content: "􏝩";
}
.fad.fa-temperature-hot:after {
  content: "􏝪";
}
.fad.fa-temperature-low:after {
  content: "􏝫";
}
.fad.fa-temperature-up:after {
  content: "􏥀";
}
.fad.fa-tenge:after {
  content: "􏟗";
}
.fad.fa-tennis-ball:after {
  content: "􏑞";
}
.fad.fa-terminal:after {
  content: "􏄠";
}
.fad.fa-text:after {
  content: "􏢓";
}
.fad.fa-text-height:after {
  content: "􏀴";
}
.fad.fa-text-size:after {
  content: "􏢔";
}
.fad.fa-text-width:after {
  content: "􏀵";
}
.fad.fa-th:after {
  content: "􏀊";
}
.fad.fa-th-large:after {
  content: "􏀉";
}
.fad.fa-th-list:after {
  content: "􏀋";
}
.fad.fa-theater-masks:after {
  content: "􏘰";
}
.fad.fa-thermometer:after {
  content: "􏒑";
}
.fad.fa-thermometer-empty:after {
  content: "􏋋";
}
.fad.fa-thermometer-full:after {
  content: "􏋇";
}
.fad.fa-thermometer-half:after {
  content: "􏋉";
}
.fad.fa-thermometer-quarter:after {
  content: "􏋊";
}
.fad.fa-thermometer-three-quarters:after {
  content: "􏋈";
}
.fad.fa-theta:after {
  content: "􏚞";
}
.fad.fa-thumbs-down:after {
  content: "􏅥";
}
.fad.fa-thumbs-up:after {
  content: "􏅤";
}
.fad.fa-thumbtack:after {
  content: "􏂍";
}
.fad.fa-thunderstorm:after {
  content: "􏝬";
}
.fad.fa-thunderstorm-moon:after {
  content: "􏝭";
}
.fad.fa-thunderstorm-sun:after {
  content: "􏝮";
}
.fad.fa-ticket:after {
  content: "􏅅";
}
.fad.fa-ticket-alt:after {
  content: "􏏿";
}
.fad.fa-tilde:after {
  content: "􏚟";
}
.fad.fa-times:after {
  content: "􏀍";
}
.fad.fa-times-circle:after {
  content: "􏁗";
}
.fad.fa-times-hexagon:after {
  content: "􏋮";
}
.fad.fa-times-octagon:after {
  content: "􏋰";
}
.fad.fa-times-square:after {
  content: "􏋓";
}
.fad.fa-tint:after {
  content: "􏁃";
}
.fad.fa-tint-slash:after {
  content: "􏗇";
}
.fad.fa-tire:after {
  content: "􏘱";
}
.fad.fa-tire-flat:after {
  content: "􏘲";
}
.fad.fa-tire-pressure-warning:after {
  content: "􏘳";
}
.fad.fa-tire-rugged:after {
  content: "􏘴";
}
.fad.fa-tired:after {
  content: "􏗈";
}
.fad.fa-toggle-off:after {
  content: "􏈄";
}
.fad.fa-toggle-on:after {
  content: "􏈅";
}
.fad.fa-toilet:after {
  content: "􏟘";
}
.fad.fa-toilet-paper:after {
  content: "􏜞";
}
.fad.fa-toilet-paper-alt:after {
  content: "􏜟";
}
.fad.fa-toilet-paper-slash:after {
  content: "􏥲";
}
.fad.fa-tombstone:after {
  content: "􏜠";
}
.fad.fa-tombstone-alt:after {
  content: "􏜡";
}
.fad.fa-toolbox:after {
  content: "􏕒";
}
.fad.fa-tools:after {
  content: "􏟙";
}
.fad.fa-tooth:after {
  content: "􏗉";
}
.fad.fa-toothbrush:after {
  content: "􏘵";
}
.fad.fa-torah:after {
  content: "􏚠";
}
.fad.fa-torii-gate:after {
  content: "􏚡";
}
.fad.fa-tornado:after {
  content: "􏝯";
}
.fad.fa-tractor:after {
  content: "􏜢";
}
.fad.fa-trademark:after {
  content: "􏉜";
}
.fad.fa-traffic-cone:after {
  content: "􏘶";
}
.fad.fa-traffic-light:after {
  content: "􏘷";
}
.fad.fa-traffic-light-go:after {
  content: "􏘸";
}
.fad.fa-traffic-light-slow:after {
  content: "􏘹";
}
.fad.fa-traffic-light-stop:after {
  content: "􏘺";
}
.fad.fa-trailer:after {
  content: "􏥁";
}
.fad.fa-train:after {
  content: "􏈸";
}
.fad.fa-tram:after {
  content: "􏟚";
}
.fad.fa-transgender:after {
  content: "􏈤";
}
.fad.fa-transgender-alt:after {
  content: "􏈥";
}
.fad.fa-transporter:after {
  content: "􏥂";
}
.fad.fa-transporter-1:after {
  content: "􏥃";
}
.fad.fa-transporter-2:after {
  content: "􏥄";
}
.fad.fa-transporter-3:after {
  content: "􏥅";
}
.fad.fa-transporter-empty:after {
  content: "􏥆";
}
.fad.fa-trash:after {
  content: "􏇸";
}
.fad.fa-trash-alt:after {
  content: "􏋭";
}
.fad.fa-trash-restore:after {
  content: "􏠩";
}
.fad.fa-trash-restore-alt:after {
  content: "􏠪";
}
.fad.fa-trash-undo:after {
  content: "􏢕";
}
.fad.fa-trash-undo-alt:after {
  content: "􏢖";
}
.fad.fa-treasure-chest:after {
  content: "􏜣";
}
.fad.fa-tree:after {
  content: "􏆻";
}
.fad.fa-tree-alt:after {
  content: "􏐀";
}
.fad.fa-tree-christmas:after {
  content: "􏟛";
}
.fad.fa-tree-decorated:after {
  content: "􏟜";
}
.fad.fa-tree-large:after {
  content: "􏟝";
}
.fad.fa-tree-palm:after {
  content: "􏠫";
}
.fad.fa-trees:after {
  content: "􏜤";
}
.fad.fa-triangle:after {
  content: "􏋬";
}
.fad.fa-triangle-music:after {
  content: "􏣢";
}
.fad.fa-trophy:after {
  content: "􏂑";
}
.fad.fa-trophy-alt:after {
  content: "􏋫";
}
.fad.fa-truck:after {
  content: "􏃑";
}
.fad.fa-truck-container:after {
  content: "􏓜";
}
.fad.fa-truck-couch:after {
  content: "􏓝";
}
.fad.fa-truck-loading:after {
  content: "􏓞";
}
.fad.fa-truck-monster:after {
  content: "􏘻";
}
.fad.fa-truck-moving:after {
  content: "􏓟";
}
.fad.fa-truck-pickup:after {
  content: "􏘼";
}
.fad.fa-truck-plow:after {
  content: "􏟞";
}
.fad.fa-truck-ramp:after {
  content: "􏓠";
}
.fad.fa-trumpet:after {
  content: "􏣣";
}
.fad.fa-tshirt:after {
  content: "􏕓";
}
.fad.fa-tty:after {
  content: "􏇤";
}
.fad.fa-turkey:after {
  content: "􏜥";
}
.fad.fa-turntable:after {
  content: "􏣤";
}
.fad.fa-turtle:after {
  content: "􏜦";
}
.fad.fa-tv:after {
  content: "􏉬";
}
.fad.fa-tv-alt:after {
  content: "􏣥";
}
.fad.fa-tv-music:after {
  content: "􏣦";
}
.fad.fa-tv-retro:after {
  content: "􏐁";
}
.fad.fa-typewriter:after {
  content: "􏣧";
}
.fad.fa-ufo:after {
  content: "􏥇";
}
.fad.fa-ufo-beam:after {
  content: "􏥈";
}
.fad.fa-umbrella:after {
  content: "􏃩";
}
.fad.fa-umbrella-beach:after {
  content: "􏗊";
}
.fad.fa-underline:after {
  content: "􏃍";
}
.fad.fa-undo:after {
  content: "􏃢";
}
.fad.fa-undo-alt:after {
  content: "􏋪";
}
.fad.fa-unicorn:after {
  content: "􏜧";
}
.fad.fa-union:after {
  content: "􏚢";
}
.fad.fa-universal-access:after {
  content: "􏊚";
}
.fad.fa-university:after {
  content: "􏆜";
}
.fad.fa-unlink:after {
  content: "􏄧";
}
.fad.fa-unlock:after {
  content: "􏂜";
}
.fad.fa-unlock-alt:after {
  content: "􏄾";
}
.fad.fa-upload:after {
  content: "􏂓";
}
.fad.fa-usb-drive:after {
  content: "􏣩";
}
.fad.fa-usd-circle:after {
  content: "􏋨";
}
.fad.fa-usd-square:after {
  content: "􏋩";
}
.fad.fa-user:after {
  content: "􏀇";
}
.fad.fa-user-alien:after {
  content: "􏥊";
}
.fad.fa-user-alt:after {
  content: "􏐆";
}
.fad.fa-user-alt-slash:after {
  content: "􏓺";
}
.fad.fa-user-astronaut:after {
  content: "􏓻";
}
.fad.fa-user-chart:after {
  content: "􏚣";
}
.fad.fa-user-check:after {
  content: "􏓼";
}
.fad.fa-user-circle:after {
  content: "􏊽";
}
.fad.fa-user-clock:after {
  content: "􏓽";
}
.fad.fa-user-cog:after {
  content: "􏓾";
}
.fad.fa-user-cowboy:after {
  content: "􏣪";
}
.fad.fa-user-crown:after {
  content: "􏚤";
}
.fad.fa-user-edit:after {
  content: "􏓿";
}
.fad.fa-user-friends:after {
  content: "􏔀";
}
.fad.fa-user-graduate:after {
  content: "􏔁";
}
.fad.fa-user-hard-hat:after {
  content: "􏠬";
}
.fad.fa-user-headset:after {
  content: "􏠭";
}
.fad.fa-user-injured:after {
  content: "􏜨";
}
.fad.fa-user-lock:after {
  content: "􏔂";
}
.fad.fa-user-md:after {
  content: "􏃰";
}
.fad.fa-user-md-chat:after {
  content: "􏠮";
}
.fad.fa-user-minus:after {
  content: "􏔃";
}
.fad.fa-user-music:after {
  content: "􏣫";
}
.fad.fa-user-ninja:after {
  content: "􏔄";
}
.fad.fa-user-nurse:after {
  content: "􏠯";
}
.fad.fa-user-plus:after {
  content: "􏈴";
}
.fad.fa-user-robot:after {
  content: "􏥋";
}
.fad.fa-user-secret:after {
  content: "􏈛";
}
.fad.fa-user-shield:after {
  content: "􏔅";
}
.fad.fa-user-slash:after {
  content: "􏔆";
}
.fad.fa-user-tag:after {
  content: "􏔇";
}
.fad.fa-user-tie:after {
  content: "􏔈";
}
.fad.fa-user-times:after {
  content: "􏈵";
}
.fad.fa-user-unlock:after {
  content: "􏥘";
}
.fad.fa-user-visor:after {
  content: "􏥌";
}
.fad.fa-users:after {
  content: "􏃀";
}
.fad.fa-users-class:after {
  content: "􏘽";
}
.fad.fa-users-cog:after {
  content: "􏔉";
}
.fad.fa-users-crown:after {
  content: "􏚥";
}
.fad.fa-users-medical:after {
  content: "􏠰";
}
.fad.fa-users-slash:after {
  content: "􏥳";
}
.fad.fa-utensil-fork:after {
  content: "􏋣";
}
.fad.fa-utensil-knife:after {
  content: "􏋤";
}
.fad.fa-utensil-spoon:after {
  content: "􏋥";
}
.fad.fa-utensils:after {
  content: "􏋧";
}
.fad.fa-utensils-alt:after {
  content: "􏋦";
}
.fad.fa-vacuum:after {
  content: "􏥍";
}
.fad.fa-vacuum-robot:after {
  content: "􏥎";
}
.fad.fa-value-absolute:after {
  content: "􏚦";
}
.fad.fa-vector-square:after {
  content: "􏗋";
}
.fad.fa-venus:after {
  content: "􏈡";
}
.fad.fa-venus-double:after {
  content: "􏈦";
}
.fad.fa-venus-mars:after {
  content: "􏈨";
}
.fad.fa-vhs:after {
  content: "􏣬";
}
.fad.fa-vial:after {
  content: "􏒒";
}
.fad.fa-vials:after {
  content: "􏒓";
}
.fad.fa-video:after {
  content: "􏀽";
}
.fad.fa-video-plus:after {
  content: "􏓡";
}
.fad.fa-video-slash:after {
  content: "􏓢";
}
.fad.fa-vihara:after {
  content: "􏚧";
}
.fad.fa-violin:after {
  content: "􏣭";
}
.fad.fa-virus:after {
  content: "􏥴";
}
.fad.fa-virus-slash:after {
  content: "􏥵";
}
.fad.fa-viruses:after {
  content: "􏥶";
}
.fad.fa-voicemail:after {
  content: "􏢗";
}
.fad.fa-volcano:after {
  content: "􏝰";
}
.fad.fa-volleyball-ball:after {
  content: "􏑟";
}
.fad.fa-volume:after {
  content: "􏚨";
}
.fad.fa-volume-down:after {
  content: "􏀧";
}
.fad.fa-volume-mute:after {
  content: "􏚩";
}
.fad.fa-volume-off:after {
  content: "􏀦";
}
.fad.fa-volume-slash:after {
  content: "􏋢";
}
.fad.fa-volume-up:after {
  content: "􏀨";
}
.fad.fa-vote-nay:after {
  content: "􏝱";
}
.fad.fa-vote-yea:after {
  content: "􏝲";
}
.fad.fa-vr-cardboard:after {
  content: "􏜩";
}
.fad.fa-wagon-covered:after {
  content: "􏣮";
}
.fad.fa-walker:after {
  content: "􏠱";
}
.fad.fa-walkie-talkie:after {
  content: "􏣯";
}
.fad.fa-walking:after {
  content: "􏕔";
}
.fad.fa-wallet:after {
  content: "􏕕";
}
.fad.fa-wand:after {
  content: "􏜪";
}
.fad.fa-wand-magic:after {
  content: "􏜫";
}
.fad.fa-warehouse:after {
  content: "􏒔";
}
.fad.fa-warehouse-alt:after {
  content: "􏒕";
}
.fad.fa-washer:after {
  content: "􏢘";
}
.fad.fa-watch:after {
  content: "􏋡";
}
.fad.fa-watch-calculator:after {
  content: "􏣰";
}
.fad.fa-watch-fitness:after {
  content: "􏘾";
}
.fad.fa-water:after {
  content: "􏝳";
}
.fad.fa-water-lower:after {
  content: "􏝴";
}
.fad.fa-water-rise:after {
  content: "􏝵";
}
.fad.fa-wave-sine:after {
  content: "􏢙";
}
.fad.fa-wave-square:after {
  content: "􏠾";
}
.fad.fa-wave-triangle:after {
  content: "􏢚";
}
.fad.fa-waveform:after {
  content: "􏣱";
}
.fad.fa-waveform-path:after {
  content: "􏣲";
}
.fad.fa-webcam:after {
  content: "􏠲";
}
.fad.fa-webcam-slash:after {
  content: "􏠳";
}
.fad.fa-weight:after {
  content: "􏒖";
}
.fad.fa-weight-hanging:after {
  content: "􏗍";
}
.fad.fa-whale:after {
  content: "􏜬";
}
.fad.fa-wheat:after {
  content: "􏜭";
}
.fad.fa-wheelchair:after {
  content: "􏆓";
}
.fad.fa-whistle:after {
  content: "􏑠";
}
.fad.fa-wifi:after {
  content: "􏇫";
}
.fad.fa-wifi-1:after {
  content: "􏚪";
}
.fad.fa-wifi-2:after {
  content: "􏚫";
}
.fad.fa-wifi-slash:after {
  content: "􏚬";
}
.fad.fa-wind:after {
  content: "􏜮";
}
.fad.fa-wind-turbine:after {
  content: "􏢛";
}
.fad.fa-wind-warning:after {
  content: "􏝶";
}
.fad.fa-window:after {
  content: "􏐎";
}
.fad.fa-window-alt:after {
  content: "􏐏";
}
.fad.fa-window-close:after {
  content: "􏐐";
}
.fad.fa-window-frame:after {
  content: "􏥏";
}
.fad.fa-window-frame-open:after {
  content: "􏥐";
}
.fad.fa-window-maximize:after {
  content: "􏋐";
}
.fad.fa-window-minimize:after {
  content: "􏋑";
}
.fad.fa-window-restore:after {
  content: "􏋒";
}
.fad.fa-windsock:after {
  content: "􏝷";
}
.fad.fa-wine-bottle:after {
  content: "􏜯";
}
.fad.fa-wine-glass:after {
  content: "􏓣";
}
.fad.fa-wine-glass-alt:after {
  content: "􏗎";
}
.fad.fa-won-sign:after {
  content: "􏅙";
}
.fad.fa-wreath:after {
  content: "􏟢";
}
.fad.fa-wrench:after {
  content: "􏂭";
}
.fad.fa-x-ray:after {
  content: "􏒗";
}
.fad.fa-yen-sign:after {
  content: "􏅗";
}
.fad.fa-yin-yang:after {
  content: "􏚭";
}
/*!
 * Font Awesome Pro 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("fonts/fa-light-300.eot");
  src: url("fonts/fa-light-300.eot?#iefix") format('embedded-opentype'), url("fonts/fa-light-300.woff2") format('woff2'), url("fonts/fa-light-300.woff") format('woff'), url("fonts/fa-light-300.ttf") format('truetype'), url("fonts/fa-light-300.svg#fontawesome") format('svg');
}
.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}
/*!
 * Font Awesome Pro 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("fonts/fa-regular-400.eot");
  src: url("fonts/fa-regular-400.eot?#iefix") format('embedded-opentype'), url("fonts/fa-regular-400.woff2") format('woff2'), url("fonts/fa-regular-400.woff") format('woff'), url("fonts/fa-regular-400.ttf") format('truetype'), url("fonts/fa-regular-400.svg#fontawesome") format('svg');
}
.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-glass:before {
  content: "";
}
.fa.fa-meetup {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-star-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-star-o:before {
  content: "";
}
.fa.fa-remove:before {
  content: "";
}
.fa.fa-close:before {
  content: "";
}
.fa.fa-gear:before {
  content: "";
}
.fa.fa-trash-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-trash-o:before {
  content: "";
}
.fa.fa-file-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-o:before {
  content: "";
}
.fa.fa-clock-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-clock-o:before {
  content: "";
}
.fa.fa-arrow-circle-o-down {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-arrow-circle-o-down:before {
  content: "";
}
.fa.fa-arrow-circle-o-up {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-arrow-circle-o-up:before {
  content: "";
}
.fa.fa-play-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-play-circle-o:before {
  content: "";
}
.fa.fa-repeat:before {
  content: "";
}
.fa.fa-rotate-right:before {
  content: "";
}
.fa.fa-refresh:before {
  content: "";
}
.fa.fa-list-alt {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-dedent:before {
  content: "";
}
.fa.fa-video-camera:before {
  content: "";
}
.fa.fa-picture-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-picture-o:before {
  content: "";
}
.fa.fa-photo {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-photo:before {
  content: "";
}
.fa.fa-image {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-image:before {
  content: "";
}
.fa.fa-pencil:before {
  content: "";
}
.fa.fa-map-marker:before {
  content: "";
}
.fa.fa-pencil-square-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-pencil-square-o:before {
  content: "";
}
.fa.fa-share-square-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-share-square-o:before {
  content: "";
}
.fa.fa-check-square-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-check-square-o:before {
  content: "";
}
.fa.fa-arrows:before {
  content: "";
}
.fa.fa-times-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-times-circle-o:before {
  content: "";
}
.fa.fa-check-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-check-circle-o:before {
  content: "";
}
.fa.fa-mail-forward:before {
  content: "";
}
.fa.fa-expand:before {
  content: "";
}
.fa.fa-compress:before {
  content: "";
}
.fa.fa-eye {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-eye-slash {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-warning:before {
  content: "";
}
.fa.fa-calendar:before {
  content: "";
}
.fa.fa-arrows-v:before {
  content: "";
}
.fa.fa-arrows-h:before {
  content: "";
}
.fa.fa-bar-chart {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-bar-chart:before {
  content: "";
}
.fa.fa-bar-chart-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-bar-chart-o:before {
  content: "";
}
.fa.fa-twitter-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-facebook-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-gears:before {
  content: "";
}
.fa.fa-thumbs-o-up {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-thumbs-o-up:before {
  content: "";
}
.fa.fa-thumbs-o-down {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-thumbs-o-down:before {
  content: "";
}
.fa.fa-heart-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-heart-o:before {
  content: "";
}
.fa.fa-sign-out:before {
  content: "";
}
.fa.fa-linkedin-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-linkedin-square:before {
  content: "";
}
.fa.fa-thumb-tack:before {
  content: "";
}
.fa.fa-external-link:before {
  content: "";
}
.fa.fa-sign-in:before {
  content: "";
}
.fa.fa-github-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-lemon-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-lemon-o:before {
  content: "";
}
.fa.fa-square-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-square-o:before {
  content: "";
}
.fa.fa-bookmark-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-bookmark-o:before {
  content: "";
}
.fa.fa-twitter {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-facebook {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-facebook:before {
  content: "";
}
.fa.fa-facebook-f {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-facebook-f:before {
  content: "";
}
.fa.fa-github {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-credit-card {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-feed:before {
  content: "";
}
.fa.fa-hdd-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hdd-o:before {
  content: "";
}
.fa.fa-hand-o-right {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hand-o-right:before {
  content: "";
}
.fa.fa-hand-o-left {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hand-o-left:before {
  content: "";
}
.fa.fa-hand-o-up {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hand-o-up:before {
  content: "";
}
.fa.fa-hand-o-down {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hand-o-down:before {
  content: "";
}
.fa.fa-arrows-alt:before {
  content: "";
}
.fa.fa-group:before {
  content: "";
}
.fa.fa-chain:before {
  content: "";
}
.fa.fa-scissors:before {
  content: "";
}
.fa.fa-files-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-files-o:before {
  content: "";
}
.fa.fa-floppy-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-floppy-o:before {
  content: "";
}
.fa.fa-navicon:before {
  content: "";
}
.fa.fa-reorder:before {
  content: "";
}
.fa.fa-pinterest {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-pinterest-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-google-plus-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-google-plus {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-google-plus:before {
  content: "";
}
.fa.fa-money {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-money:before {
  content: "";
}
.fa.fa-unsorted:before {
  content: "";
}
.fa.fa-sort-desc:before {
  content: "";
}
.fa.fa-sort-asc:before {
  content: "";
}
.fa.fa-linkedin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-linkedin:before {
  content: "";
}
.fa.fa-rotate-left:before {
  content: "";
}
.fa.fa-legal:before {
  content: "";
}
.fa.fa-tachometer:before {
  content: "";
}
.fa.fa-dashboard:before {
  content: "";
}
.fa.fa-comment-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-comment-o:before {
  content: "";
}
.fa.fa-comments-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-comments-o:before {
  content: "";
}
.fa.fa-flash:before {
  content: "";
}
.fa.fa-clipboard {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-paste {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-paste:before {
  content: "";
}
.fa.fa-lightbulb-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-lightbulb-o:before {
  content: "";
}
.fa.fa-exchange:before {
  content: "";
}
.fa.fa-cloud-download:before {
  content: "";
}
.fa.fa-cloud-upload:before {
  content: "";
}
.fa.fa-bell-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-bell-o:before {
  content: "";
}
.fa.fa-cutlery:before {
  content: "";
}
.fa.fa-file-text-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-text-o:before {
  content: "";
}
.fa.fa-building-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-building-o:before {
  content: "";
}
.fa.fa-hospital-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hospital-o:before {
  content: "";
}
.fa.fa-tablet:before {
  content: "";
}
.fa.fa-mobile:before {
  content: "";
}
.fa.fa-mobile-phone:before {
  content: "";
}
.fa.fa-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-circle-o:before {
  content: "";
}
.fa.fa-mail-reply:before {
  content: "";
}
.fa.fa-github-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-folder-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-folder-o:before {
  content: "";
}
.fa.fa-folder-open-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-folder-open-o:before {
  content: "";
}
.fa.fa-smile-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-smile-o:before {
  content: "";
}
.fa.fa-frown-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-frown-o:before {
  content: "";
}
.fa.fa-meh-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-meh-o:before {
  content: "";
}
.fa.fa-keyboard-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-keyboard-o:before {
  content: "";
}
.fa.fa-flag-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-flag-o:before {
  content: "";
}
.fa.fa-mail-reply-all:before {
  content: "";
}
.fa.fa-star-half-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-star-half-o:before {
  content: "";
}
.fa.fa-star-half-empty {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-star-half-empty:before {
  content: "";
}
.fa.fa-star-half-full {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-star-half-full:before {
  content: "";
}
.fa.fa-code-fork:before {
  content: "";
}
.fa.fa-chain-broken:before {
  content: "";
}
.fa.fa-shield:before {
  content: "";
}
.fa.fa-calendar-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-calendar-o:before {
  content: "";
}
.fa.fa-maxcdn {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-html5 {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-css3 {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-ticket:before {
  content: "";
}
.fa.fa-minus-square-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-minus-square-o:before {
  content: "";
}
.fa.fa-level-up:before {
  content: "";
}
.fa.fa-level-down:before {
  content: "";
}
.fa.fa-pencil-square:before {
  content: "";
}
.fa.fa-external-link-square:before {
  content: "";
}
.fa.fa-compass {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-caret-square-o-down {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-caret-square-o-down:before {
  content: "";
}
.fa.fa-toggle-down {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-toggle-down:before {
  content: "";
}
.fa.fa-caret-square-o-up {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-caret-square-o-up:before {
  content: "";
}
.fa.fa-toggle-up {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-toggle-up:before {
  content: "";
}
.fa.fa-caret-square-o-right {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-caret-square-o-right:before {
  content: "";
}
.fa.fa-toggle-right {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-toggle-right:before {
  content: "";
}
.fa.fa-eur:before {
  content: "";
}
.fa.fa-euro:before {
  content: "";
}
.fa.fa-gbp:before {
  content: "";
}
.fa.fa-usd:before {
  content: "";
}
.fa.fa-dollar:before {
  content: "";
}
.fa.fa-inr:before {
  content: "";
}
.fa.fa-rupee:before {
  content: "";
}
.fa.fa-jpy:before {
  content: "";
}
.fa.fa-cny:before {
  content: "";
}
.fa.fa-rmb:before {
  content: "";
}
.fa.fa-yen:before {
  content: "";
}
.fa.fa-rub:before {
  content: "";
}
.fa.fa-ruble:before {
  content: "";
}
.fa.fa-rouble:before {
  content: "";
}
.fa.fa-krw:before {
  content: "";
}
.fa.fa-won:before {
  content: "";
}
.fa.fa-btc {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-bitcoin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-bitcoin:before {
  content: "";
}
.fa.fa-file-text:before {
  content: "";
}
.fa.fa-sort-alpha-asc:before {
  content: "";
}
.fa.fa-sort-alpha-desc:before {
  content: "";
}
.fa.fa-sort-amount-asc:before {
  content: "";
}
.fa.fa-sort-amount-desc:before {
  content: "";
}
.fa.fa-sort-numeric-asc:before {
  content: "";
}
.fa.fa-sort-numeric-desc:before {
  content: "";
}
.fa.fa-youtube-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-youtube {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-xing {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-xing-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-youtube-play {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-youtube-play:before {
  content: "";
}
.fa.fa-dropbox {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-stack-overflow {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-instagram {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-flickr {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-adn {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-bitbucket {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-bitbucket-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-bitbucket-square:before {
  content: "";
}
.fa.fa-tumblr {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-tumblr-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-long-arrow-down:before {
  content: "";
}
.fa.fa-long-arrow-up:before {
  content: "";
}
.fa.fa-long-arrow-left:before {
  content: "";
}
.fa.fa-long-arrow-right:before {
  content: "";
}
.fa.fa-apple {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-windows {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-android {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-linux {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-dribbble {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-skype {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-foursquare {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-trello {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-gratipay {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-gittip {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-gittip:before {
  content: "";
}
.fa.fa-sun-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-sun-o:before {
  content: "";
}
.fa.fa-moon-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-moon-o:before {
  content: "";
}
.fa.fa-vk {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-weibo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-renren {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-pagelines {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-stack-exchange {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-arrow-circle-o-right {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-arrow-circle-o-right:before {
  content: "";
}
.fa.fa-arrow-circle-o-left {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-arrow-circle-o-left:before {
  content: "";
}
.fa.fa-caret-square-o-left {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-caret-square-o-left:before {
  content: "";
}
.fa.fa-toggle-left {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-toggle-left:before {
  content: "";
}
.fa.fa-dot-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-dot-circle-o:before {
  content: "";
}
.fa.fa-vimeo-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-try:before {
  content: "";
}
.fa.fa-turkish-lira:before {
  content: "";
}
.fa.fa-plus-square-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-plus-square-o:before {
  content: "";
}
.fa.fa-slack {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-wordpress {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-openid {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-institution:before {
  content: "";
}
.fa.fa-bank:before {
  content: "";
}
.fa.fa-mortar-board:before {
  content: "";
}
.fa.fa-yahoo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-google {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-reddit {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-reddit-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-stumbleupon-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-stumbleupon {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-delicious {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-digg {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-pied-piper-pp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-pied-piper-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-drupal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-joomla {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-spoon:before {
  content: "";
}
.fa.fa-behance {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-behance-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-steam {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-steam-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-automobile:before {
  content: "";
}
.fa.fa-envelope-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-envelope-o:before {
  content: "";
}
.fa.fa-spotify {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-deviantart {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-soundcloud {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-file-pdf-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-pdf-o:before {
  content: "";
}
.fa.fa-file-word-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-word-o:before {
  content: "";
}
.fa.fa-file-excel-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-excel-o:before {
  content: "";
}
.fa.fa-file-powerpoint-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-powerpoint-o:before {
  content: "";
}
.fa.fa-file-image-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-image-o:before {
  content: "";
}
.fa.fa-file-photo-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-photo-o:before {
  content: "";
}
.fa.fa-file-picture-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-picture-o:before {
  content: "";
}
.fa.fa-file-archive-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-archive-o:before {
  content: "";
}
.fa.fa-file-zip-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-zip-o:before {
  content: "";
}
.fa.fa-file-audio-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-audio-o:before {
  content: "";
}
.fa.fa-file-sound-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-sound-o:before {
  content: "";
}
.fa.fa-file-video-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-video-o:before {
  content: "";
}
.fa.fa-file-movie-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-movie-o:before {
  content: "";
}
.fa.fa-file-code-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-code-o:before {
  content: "";
}
.fa.fa-vine {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-codepen {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-jsfiddle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-life-ring {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-life-bouy {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-life-bouy:before {
  content: "";
}
.fa.fa-life-buoy {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-life-buoy:before {
  content: "";
}
.fa.fa-life-saver {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-life-saver:before {
  content: "";
}
.fa.fa-support {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-support:before {
  content: "";
}
.fa.fa-circle-o-notch:before {
  content: "";
}
.fa.fa-rebel {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-ra {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-ra:before {
  content: "";
}
.fa.fa-resistance {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-resistance:before {
  content: "";
}
.fa.fa-empire {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-ge {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-ge:before {
  content: "";
}
.fa.fa-git-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-git {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-hacker-news {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-y-combinator-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-y-combinator-square:before {
  content: "";
}
.fa.fa-yc-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-yc-square:before {
  content: "";
}
.fa.fa-tencent-weibo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-qq {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-weixin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-wechat {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-wechat:before {
  content: "";
}
.fa.fa-send:before {
  content: "";
}
.fa.fa-paper-plane-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-paper-plane-o:before {
  content: "";
}
.fa.fa-send-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-send-o:before {
  content: "";
}
.fa.fa-circle-thin {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-circle-thin:before {
  content: "";
}
.fa.fa-header:before {
  content: "";
}
.fa.fa-sliders:before {
  content: "";
}
.fa.fa-futbol-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-futbol-o:before {
  content: "";
}
.fa.fa-soccer-ball-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-soccer-ball-o:before {
  content: "";
}
.fa.fa-slideshare {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-twitch {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-yelp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-newspaper-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-newspaper-o:before {
  content: "";
}
.fa.fa-paypal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-google-wallet {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-cc-visa {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-cc-mastercard {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-cc-discover {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-cc-amex {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-cc-paypal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-cc-stripe {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-bell-slash-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-bell-slash-o:before {
  content: "";
}
.fa.fa-trash:before {
  content: "";
}
.fa.fa-copyright {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-eyedropper:before {
  content: "";
}
.fa.fa-area-chart:before {
  content: "";
}
.fa.fa-pie-chart:before {
  content: "";
}
.fa.fa-line-chart:before {
  content: "";
}
.fa.fa-lastfm {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-lastfm-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-ioxhost {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-angellist {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-cc {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-cc:before {
  content: "";
}
.fa.fa-ils:before {
  content: "";
}
.fa.fa-shekel:before {
  content: "";
}
.fa.fa-sheqel:before {
  content: "";
}
.fa.fa-meanpath {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-meanpath:before {
  content: "";
}
.fa.fa-buysellads {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-connectdevelop {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-dashcube {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-forumbee {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-leanpub {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-sellsy {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-shirtsinbulk {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-simplybuilt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-skyatlas {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-diamond {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-diamond:before {
  content: "";
}
.fa.fa-intersex:before {
  content: "";
}
.fa.fa-facebook-official {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-facebook-official:before {
  content: "";
}
.fa.fa-pinterest-p {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-whatsapp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-hotel:before {
  content: "";
}
.fa.fa-viacoin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-medium {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-y-combinator {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-yc {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-yc:before {
  content: "";
}
.fa.fa-optin-monster {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-opencart {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-expeditedssl {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-battery-4:before {
  content: "";
}
.fa.fa-battery:before {
  content: "";
}
.fa.fa-battery-3:before {
  content: "";
}
.fa.fa-battery-2:before {
  content: "";
}
.fa.fa-battery-1:before {
  content: "";
}
.fa.fa-battery-0:before {
  content: "";
}
.fa.fa-object-group {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-object-ungroup {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-sticky-note-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-sticky-note-o:before {
  content: "";
}
.fa.fa-cc-jcb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-cc-diners-club {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-clone {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hourglass-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hourglass-o:before {
  content: "";
}
.fa.fa-hourglass-1:before {
  content: "";
}
.fa.fa-hourglass-2:before {
  content: "";
}
.fa.fa-hourglass-3:before {
  content: "";
}
.fa.fa-hand-rock-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hand-rock-o:before {
  content: "";
}
.fa.fa-hand-grab-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hand-grab-o:before {
  content: "";
}
.fa.fa-hand-paper-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hand-paper-o:before {
  content: "";
}
.fa.fa-hand-stop-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hand-stop-o:before {
  content: "";
}
.fa.fa-hand-scissors-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hand-scissors-o:before {
  content: "";
}
.fa.fa-hand-lizard-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hand-lizard-o:before {
  content: "";
}
.fa.fa-hand-spock-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hand-spock-o:before {
  content: "";
}
.fa.fa-hand-pointer-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hand-pointer-o:before {
  content: "";
}
.fa.fa-hand-peace-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hand-peace-o:before {
  content: "";
}
.fa.fa-registered {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-creative-commons {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-gg {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-gg-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-tripadvisor {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-odnoklassniki {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-odnoklassniki-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-get-pocket {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-wikipedia-w {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-safari {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-chrome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-firefox {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-opera {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-internet-explorer {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-television:before {
  content: "";
}
.fa.fa-contao {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-500px {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-amazon {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-calendar-plus-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-calendar-plus-o:before {
  content: "";
}
.fa.fa-calendar-minus-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-calendar-minus-o:before {
  content: "";
}
.fa.fa-calendar-times-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-calendar-times-o:before {
  content: "";
}
.fa.fa-calendar-check-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-calendar-check-o:before {
  content: "";
}
.fa.fa-map-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-map-o:before {
  content: "";
}
.fa.fa-commenting:before {
  content: "";
}
.fa.fa-commenting-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-commenting-o:before {
  content: "";
}
.fa.fa-houzz {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-vimeo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-vimeo:before {
  content: "";
}
.fa.fa-black-tie {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-fonticons {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-reddit-alien {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-edge {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-credit-card-alt:before {
  content: "";
}
.fa.fa-codiepie {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-modx {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-fort-awesome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-usb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-product-hunt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-mixcloud {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-scribd {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-pause-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-pause-circle-o:before {
  content: "";
}
.fa.fa-stop-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-stop-circle-o:before {
  content: "";
}
.fa.fa-bluetooth {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-bluetooth-b {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-gitlab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-wpbeginner {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-wpforms {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-envira {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-wheelchair-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-wheelchair-alt:before {
  content: "";
}
.fa.fa-question-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-question-circle-o:before {
  content: "";
}
.fa.fa-volume-control-phone:before {
  content: "";
}
.fa.fa-asl-interpreting:before {
  content: "";
}
.fa.fa-deafness:before {
  content: "";
}
.fa.fa-hard-of-hearing:before {
  content: "";
}
.fa.fa-glide {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-glide-g {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-signing:before {
  content: "";
}
.fa.fa-viadeo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-viadeo-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-snapchat {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-snapchat-ghost {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-snapchat-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-pied-piper {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-first-order {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-yoast {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-themeisle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-google-plus-official {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-google-plus-official:before {
  content: "";
}
.fa.fa-google-plus-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-google-plus-circle:before {
  content: "";
}
.fa.fa-font-awesome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-fa {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-fa:before {
  content: "";
}
.fa.fa-handshake-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-handshake-o:before {
  content: "";
}
.fa.fa-envelope-open-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-envelope-open-o:before {
  content: "";
}
.fa.fa-linode {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-address-book-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-address-book-o:before {
  content: "";
}
.fa.fa-vcard:before {
  content: "";
}
.fa.fa-address-card-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-address-card-o:before {
  content: "";
}
.fa.fa-vcard-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-vcard-o:before {
  content: "";
}
.fa.fa-user-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-user-circle-o:before {
  content: "";
}
.fa.fa-user-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-user-o:before {
  content: "";
}
.fa.fa-id-badge {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-drivers-license:before {
  content: "";
}
.fa.fa-id-card-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-id-card-o:before {
  content: "";
}
.fa.fa-drivers-license-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-drivers-license-o:before {
  content: "";
}
.fa.fa-quora {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-free-code-camp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-telegram {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-thermometer-4:before {
  content: "";
}
.fa.fa-thermometer:before {
  content: "";
}
.fa.fa-thermometer-3:before {
  content: "";
}
.fa.fa-thermometer-2:before {
  content: "";
}
.fa.fa-thermometer-1:before {
  content: "";
}
.fa.fa-thermometer-0:before {
  content: "";
}
.fa.fa-bathtub:before {
  content: "";
}
.fa.fa-s15:before {
  content: "";
}
.fa.fa-window-maximize {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-window-restore {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-times-rectangle:before {
  content: "";
}
.fa.fa-window-close-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-window-close-o:before {
  content: "";
}
.fa.fa-times-rectangle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-times-rectangle-o:before {
  content: "";
}
.fa.fa-bandcamp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-grav {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-etsy {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-imdb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-ravelry {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-eercast {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-eercast:before {
  content: "";
}
.fa.fa-snowflake-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-snowflake-o:before {
  content: "";
}
.fa.fa-superpowers {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-wpexplorer {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-cab:before {
  content: "";
}
/*!
 * Font Awesome Pro 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa.fa-glass:before {
  content: "";
}
.fa.fa-meetup {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-star-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-star-o:before {
  content: "";
}
.fa.fa-remove:before {
  content: "";
}
.fa.fa-close:before {
  content: "";
}
.fa.fa-gear:before {
  content: "";
}
.fa.fa-trash-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-trash-o:before {
  content: "";
}
.fa.fa-file-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-o:before {
  content: "";
}
.fa.fa-clock-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-clock-o:before {
  content: "";
}
.fa.fa-arrow-circle-o-down {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-arrow-circle-o-down:before {
  content: "";
}
.fa.fa-arrow-circle-o-up {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-arrow-circle-o-up:before {
  content: "";
}
.fa.fa-play-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-play-circle-o:before {
  content: "";
}
.fa.fa-repeat:before {
  content: "";
}
.fa.fa-rotate-right:before {
  content: "";
}
.fa.fa-refresh:before {
  content: "";
}
.fa.fa-list-alt {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-dedent:before {
  content: "";
}
.fa.fa-video-camera:before {
  content: "";
}
.fa.fa-picture-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-picture-o:before {
  content: "";
}
.fa.fa-photo {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-photo:before {
  content: "";
}
.fa.fa-image {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-image:before {
  content: "";
}
.fa.fa-pencil:before {
  content: "";
}
.fa.fa-map-marker:before {
  content: "";
}
.fa.fa-pencil-square-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-pencil-square-o:before {
  content: "";
}
.fa.fa-share-square-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-share-square-o:before {
  content: "";
}
.fa.fa-check-square-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-check-square-o:before {
  content: "";
}
.fa.fa-arrows:before {
  content: "";
}
.fa.fa-times-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-times-circle-o:before {
  content: "";
}
.fa.fa-check-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-check-circle-o:before {
  content: "";
}
.fa.fa-mail-forward:before {
  content: "";
}
.fa.fa-expand:before {
  content: "";
}
.fa.fa-compress:before {
  content: "";
}
.fa.fa-eye {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-eye-slash {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-warning:before {
  content: "";
}
.fa.fa-calendar:before {
  content: "";
}
.fa.fa-arrows-v:before {
  content: "";
}
.fa.fa-arrows-h:before {
  content: "";
}
.fa.fa-bar-chart {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-bar-chart:before {
  content: "";
}
.fa.fa-bar-chart-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-bar-chart-o:before {
  content: "";
}
.fa.fa-twitter-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-facebook-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-gears:before {
  content: "";
}
.fa.fa-thumbs-o-up {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-thumbs-o-up:before {
  content: "";
}
.fa.fa-thumbs-o-down {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-thumbs-o-down:before {
  content: "";
}
.fa.fa-heart-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-heart-o:before {
  content: "";
}
.fa.fa-sign-out:before {
  content: "";
}
.fa.fa-linkedin-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-linkedin-square:before {
  content: "";
}
.fa.fa-thumb-tack:before {
  content: "";
}
.fa.fa-external-link:before {
  content: "";
}
.fa.fa-sign-in:before {
  content: "";
}
.fa.fa-github-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-lemon-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-lemon-o:before {
  content: "";
}
.fa.fa-square-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-square-o:before {
  content: "";
}
.fa.fa-bookmark-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-bookmark-o:before {
  content: "";
}
.fa.fa-twitter {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-facebook {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-facebook:before {
  content: "";
}
.fa.fa-facebook-f {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-facebook-f:before {
  content: "";
}
.fa.fa-github {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-credit-card {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-feed:before {
  content: "";
}
.fa.fa-hdd-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hdd-o:before {
  content: "";
}
.fa.fa-hand-o-right {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hand-o-right:before {
  content: "";
}
.fa.fa-hand-o-left {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hand-o-left:before {
  content: "";
}
.fa.fa-hand-o-up {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hand-o-up:before {
  content: "";
}
.fa.fa-hand-o-down {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hand-o-down:before {
  content: "";
}
.fa.fa-arrows-alt:before {
  content: "";
}
.fa.fa-group:before {
  content: "";
}
.fa.fa-chain:before {
  content: "";
}
.fa.fa-scissors:before {
  content: "";
}
.fa.fa-files-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-files-o:before {
  content: "";
}
.fa.fa-floppy-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-floppy-o:before {
  content: "";
}
.fa.fa-navicon:before {
  content: "";
}
.fa.fa-reorder:before {
  content: "";
}
.fa.fa-pinterest {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-pinterest-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-google-plus-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-google-plus {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-google-plus:before {
  content: "";
}
.fa.fa-money {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-money:before {
  content: "";
}
.fa.fa-unsorted:before {
  content: "";
}
.fa.fa-sort-desc:before {
  content: "";
}
.fa.fa-sort-asc:before {
  content: "";
}
.fa.fa-linkedin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-linkedin:before {
  content: "";
}
.fa.fa-rotate-left:before {
  content: "";
}
.fa.fa-legal:before {
  content: "";
}
.fa.fa-tachometer:before {
  content: "";
}
.fa.fa-dashboard:before {
  content: "";
}
.fa.fa-comment-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-comment-o:before {
  content: "";
}
.fa.fa-comments-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-comments-o:before {
  content: "";
}
.fa.fa-flash:before {
  content: "";
}
.fa.fa-clipboard {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-paste {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-paste:before {
  content: "";
}
.fa.fa-lightbulb-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-lightbulb-o:before {
  content: "";
}
.fa.fa-exchange:before {
  content: "";
}
.fa.fa-cloud-download:before {
  content: "";
}
.fa.fa-cloud-upload:before {
  content: "";
}
.fa.fa-bell-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-bell-o:before {
  content: "";
}
.fa.fa-cutlery:before {
  content: "";
}
.fa.fa-file-text-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-text-o:before {
  content: "";
}
.fa.fa-building-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-building-o:before {
  content: "";
}
.fa.fa-hospital-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hospital-o:before {
  content: "";
}
.fa.fa-tablet:before {
  content: "";
}
.fa.fa-mobile:before {
  content: "";
}
.fa.fa-mobile-phone:before {
  content: "";
}
.fa.fa-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-circle-o:before {
  content: "";
}
.fa.fa-mail-reply:before {
  content: "";
}
.fa.fa-github-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-folder-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-folder-o:before {
  content: "";
}
.fa.fa-folder-open-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-folder-open-o:before {
  content: "";
}
.fa.fa-smile-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-smile-o:before {
  content: "";
}
.fa.fa-frown-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-frown-o:before {
  content: "";
}
.fa.fa-meh-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-meh-o:before {
  content: "";
}
.fa.fa-keyboard-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-keyboard-o:before {
  content: "";
}
.fa.fa-flag-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-flag-o:before {
  content: "";
}
.fa.fa-mail-reply-all:before {
  content: "";
}
.fa.fa-star-half-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-star-half-o:before {
  content: "";
}
.fa.fa-star-half-empty {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-star-half-empty:before {
  content: "";
}
.fa.fa-star-half-full {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-star-half-full:before {
  content: "";
}
.fa.fa-code-fork:before {
  content: "";
}
.fa.fa-chain-broken:before {
  content: "";
}
.fa.fa-shield:before {
  content: "";
}
.fa.fa-calendar-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-calendar-o:before {
  content: "";
}
.fa.fa-maxcdn {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-html5 {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-css3 {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-ticket:before {
  content: "";
}
.fa.fa-minus-square-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-minus-square-o:before {
  content: "";
}
.fa.fa-level-up:before {
  content: "";
}
.fa.fa-level-down:before {
  content: "";
}
.fa.fa-pencil-square:before {
  content: "";
}
.fa.fa-external-link-square:before {
  content: "";
}
.fa.fa-compass {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-caret-square-o-down {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-caret-square-o-down:before {
  content: "";
}
.fa.fa-toggle-down {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-toggle-down:before {
  content: "";
}
.fa.fa-caret-square-o-up {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-caret-square-o-up:before {
  content: "";
}
.fa.fa-toggle-up {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-toggle-up:before {
  content: "";
}
.fa.fa-caret-square-o-right {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-caret-square-o-right:before {
  content: "";
}
.fa.fa-toggle-right {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-toggle-right:before {
  content: "";
}
.fa.fa-eur:before {
  content: "";
}
.fa.fa-euro:before {
  content: "";
}
.fa.fa-gbp:before {
  content: "";
}
.fa.fa-usd:before {
  content: "";
}
.fa.fa-dollar:before {
  content: "";
}
.fa.fa-inr:before {
  content: "";
}
.fa.fa-rupee:before {
  content: "";
}
.fa.fa-jpy:before {
  content: "";
}
.fa.fa-cny:before {
  content: "";
}
.fa.fa-rmb:before {
  content: "";
}
.fa.fa-yen:before {
  content: "";
}
.fa.fa-rub:before {
  content: "";
}
.fa.fa-ruble:before {
  content: "";
}
.fa.fa-rouble:before {
  content: "";
}
.fa.fa-krw:before {
  content: "";
}
.fa.fa-won:before {
  content: "";
}
.fa.fa-btc {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-bitcoin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-bitcoin:before {
  content: "";
}
.fa.fa-file-text:before {
  content: "";
}
.fa.fa-sort-alpha-asc:before {
  content: "";
}
.fa.fa-sort-alpha-desc:before {
  content: "";
}
.fa.fa-sort-amount-asc:before {
  content: "";
}
.fa.fa-sort-amount-desc:before {
  content: "";
}
.fa.fa-sort-numeric-asc:before {
  content: "";
}
.fa.fa-sort-numeric-desc:before {
  content: "";
}
.fa.fa-youtube-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-youtube {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-xing {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-xing-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-youtube-play {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-youtube-play:before {
  content: "";
}
.fa.fa-dropbox {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-stack-overflow {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-instagram {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-flickr {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-adn {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-bitbucket {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-bitbucket-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-bitbucket-square:before {
  content: "";
}
.fa.fa-tumblr {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-tumblr-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-long-arrow-down:before {
  content: "";
}
.fa.fa-long-arrow-up:before {
  content: "";
}
.fa.fa-long-arrow-left:before {
  content: "";
}
.fa.fa-long-arrow-right:before {
  content: "";
}
.fa.fa-apple {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-windows {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-android {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-linux {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-dribbble {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-skype {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-foursquare {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-trello {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-gratipay {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-gittip {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-gittip:before {
  content: "";
}
.fa.fa-sun-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-sun-o:before {
  content: "";
}
.fa.fa-moon-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-moon-o:before {
  content: "";
}
.fa.fa-vk {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-weibo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-renren {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-pagelines {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-stack-exchange {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-arrow-circle-o-right {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-arrow-circle-o-right:before {
  content: "";
}
.fa.fa-arrow-circle-o-left {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-arrow-circle-o-left:before {
  content: "";
}
.fa.fa-caret-square-o-left {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-caret-square-o-left:before {
  content: "";
}
.fa.fa-toggle-left {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-toggle-left:before {
  content: "";
}
.fa.fa-dot-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-dot-circle-o:before {
  content: "";
}
.fa.fa-vimeo-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-try:before {
  content: "";
}
.fa.fa-turkish-lira:before {
  content: "";
}
.fa.fa-plus-square-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-plus-square-o:before {
  content: "";
}
.fa.fa-slack {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-wordpress {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-openid {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-institution:before {
  content: "";
}
.fa.fa-bank:before {
  content: "";
}
.fa.fa-mortar-board:before {
  content: "";
}
.fa.fa-yahoo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-google {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-reddit {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-reddit-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-stumbleupon-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-stumbleupon {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-delicious {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-digg {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-pied-piper-pp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-pied-piper-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-drupal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-joomla {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-spoon:before {
  content: "";
}
.fa.fa-behance {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-behance-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-steam {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-steam-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-automobile:before {
  content: "";
}
.fa.fa-envelope-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-envelope-o:before {
  content: "";
}
.fa.fa-spotify {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-deviantart {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-soundcloud {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-file-pdf-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-pdf-o:before {
  content: "";
}
.fa.fa-file-word-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-word-o:before {
  content: "";
}
.fa.fa-file-excel-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-excel-o:before {
  content: "";
}
.fa.fa-file-powerpoint-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-powerpoint-o:before {
  content: "";
}
.fa.fa-file-image-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-image-o:before {
  content: "";
}
.fa.fa-file-photo-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-photo-o:before {
  content: "";
}
.fa.fa-file-picture-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-picture-o:before {
  content: "";
}
.fa.fa-file-archive-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-archive-o:before {
  content: "";
}
.fa.fa-file-zip-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-zip-o:before {
  content: "";
}
.fa.fa-file-audio-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-audio-o:before {
  content: "";
}
.fa.fa-file-sound-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-sound-o:before {
  content: "";
}
.fa.fa-file-video-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-video-o:before {
  content: "";
}
.fa.fa-file-movie-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-movie-o:before {
  content: "";
}
.fa.fa-file-code-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-file-code-o:before {
  content: "";
}
.fa.fa-vine {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-codepen {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-jsfiddle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-life-ring {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-life-bouy {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-life-bouy:before {
  content: "";
}
.fa.fa-life-buoy {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-life-buoy:before {
  content: "";
}
.fa.fa-life-saver {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-life-saver:before {
  content: "";
}
.fa.fa-support {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-support:before {
  content: "";
}
.fa.fa-circle-o-notch:before {
  content: "";
}
.fa.fa-rebel {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-ra {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-ra:before {
  content: "";
}
.fa.fa-resistance {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-resistance:before {
  content: "";
}
.fa.fa-empire {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-ge {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-ge:before {
  content: "";
}
.fa.fa-git-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-git {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-hacker-news {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-y-combinator-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-y-combinator-square:before {
  content: "";
}
.fa.fa-yc-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-yc-square:before {
  content: "";
}
.fa.fa-tencent-weibo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-qq {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-weixin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-wechat {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-wechat:before {
  content: "";
}
.fa.fa-send:before {
  content: "";
}
.fa.fa-paper-plane-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-paper-plane-o:before {
  content: "";
}
.fa.fa-send-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-send-o:before {
  content: "";
}
.fa.fa-circle-thin {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-circle-thin:before {
  content: "";
}
.fa.fa-header:before {
  content: "";
}
.fa.fa-sliders:before {
  content: "";
}
.fa.fa-futbol-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-futbol-o:before {
  content: "";
}
.fa.fa-soccer-ball-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-soccer-ball-o:before {
  content: "";
}
.fa.fa-slideshare {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-twitch {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-yelp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-newspaper-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-newspaper-o:before {
  content: "";
}
.fa.fa-paypal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-google-wallet {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-cc-visa {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-cc-mastercard {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-cc-discover {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-cc-amex {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-cc-paypal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-cc-stripe {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-bell-slash-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-bell-slash-o:before {
  content: "";
}
.fa.fa-trash:before {
  content: "";
}
.fa.fa-copyright {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-eyedropper:before {
  content: "";
}
.fa.fa-area-chart:before {
  content: "";
}
.fa.fa-pie-chart:before {
  content: "";
}
.fa.fa-line-chart:before {
  content: "";
}
.fa.fa-lastfm {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-lastfm-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-ioxhost {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-angellist {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-cc {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-cc:before {
  content: "";
}
.fa.fa-ils:before {
  content: "";
}
.fa.fa-shekel:before {
  content: "";
}
.fa.fa-sheqel:before {
  content: "";
}
.fa.fa-meanpath {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-meanpath:before {
  content: "";
}
.fa.fa-buysellads {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-connectdevelop {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-dashcube {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-forumbee {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-leanpub {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-sellsy {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-shirtsinbulk {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-simplybuilt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-skyatlas {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-diamond {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-diamond:before {
  content: "";
}
.fa.fa-intersex:before {
  content: "";
}
.fa.fa-facebook-official {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-facebook-official:before {
  content: "";
}
.fa.fa-pinterest-p {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-whatsapp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-hotel:before {
  content: "";
}
.fa.fa-viacoin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-medium {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-y-combinator {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-yc {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-yc:before {
  content: "";
}
.fa.fa-optin-monster {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-opencart {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-expeditedssl {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-battery-4:before {
  content: "";
}
.fa.fa-battery:before {
  content: "";
}
.fa.fa-battery-3:before {
  content: "";
}
.fa.fa-battery-2:before {
  content: "";
}
.fa.fa-battery-1:before {
  content: "";
}
.fa.fa-battery-0:before {
  content: "";
}
.fa.fa-object-group {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-object-ungroup {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-sticky-note-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-sticky-note-o:before {
  content: "";
}
.fa.fa-cc-jcb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-cc-diners-club {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-clone {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hourglass-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hourglass-o:before {
  content: "";
}
.fa.fa-hourglass-1:before {
  content: "";
}
.fa.fa-hourglass-2:before {
  content: "";
}
.fa.fa-hourglass-3:before {
  content: "";
}
.fa.fa-hand-rock-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hand-rock-o:before {
  content: "";
}
.fa.fa-hand-grab-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hand-grab-o:before {
  content: "";
}
.fa.fa-hand-paper-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hand-paper-o:before {
  content: "";
}
.fa.fa-hand-stop-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hand-stop-o:before {
  content: "";
}
.fa.fa-hand-scissors-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hand-scissors-o:before {
  content: "";
}
.fa.fa-hand-lizard-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hand-lizard-o:before {
  content: "";
}
.fa.fa-hand-spock-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hand-spock-o:before {
  content: "";
}
.fa.fa-hand-pointer-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hand-pointer-o:before {
  content: "";
}
.fa.fa-hand-peace-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-hand-peace-o:before {
  content: "";
}
.fa.fa-registered {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-creative-commons {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-gg {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-gg-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-tripadvisor {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-odnoklassniki {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-odnoklassniki-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-get-pocket {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-wikipedia-w {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-safari {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-chrome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-firefox {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-opera {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-internet-explorer {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-television:before {
  content: "";
}
.fa.fa-contao {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-500px {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-amazon {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-calendar-plus-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-calendar-plus-o:before {
  content: "";
}
.fa.fa-calendar-minus-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-calendar-minus-o:before {
  content: "";
}
.fa.fa-calendar-times-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-calendar-times-o:before {
  content: "";
}
.fa.fa-calendar-check-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-calendar-check-o:before {
  content: "";
}
.fa.fa-map-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-map-o:before {
  content: "";
}
.fa.fa-commenting:before {
  content: "";
}
.fa.fa-commenting-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-commenting-o:before {
  content: "";
}
.fa.fa-houzz {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-vimeo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-vimeo:before {
  content: "";
}
.fa.fa-black-tie {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-fonticons {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-reddit-alien {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-edge {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-credit-card-alt:before {
  content: "";
}
.fa.fa-codiepie {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-modx {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-fort-awesome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-usb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-product-hunt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-mixcloud {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-scribd {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-pause-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-pause-circle-o:before {
  content: "";
}
.fa.fa-stop-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-stop-circle-o:before {
  content: "";
}
.fa.fa-bluetooth {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-bluetooth-b {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-gitlab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-wpbeginner {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-wpforms {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-envira {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-wheelchair-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-wheelchair-alt:before {
  content: "";
}
.fa.fa-question-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-question-circle-o:before {
  content: "";
}
.fa.fa-volume-control-phone:before {
  content: "";
}
.fa.fa-asl-interpreting:before {
  content: "";
}
.fa.fa-deafness:before {
  content: "";
}
.fa.fa-hard-of-hearing:before {
  content: "";
}
.fa.fa-glide {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-glide-g {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-signing:before {
  content: "";
}
.fa.fa-viadeo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-viadeo-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-snapchat {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-snapchat-ghost {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-snapchat-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-pied-piper {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-first-order {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-yoast {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-themeisle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-google-plus-official {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-google-plus-official:before {
  content: "";
}
.fa.fa-google-plus-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-google-plus-circle:before {
  content: "";
}
.fa.fa-font-awesome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-fa {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-fa:before {
  content: "";
}
.fa.fa-handshake-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-handshake-o:before {
  content: "";
}
.fa.fa-envelope-open-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-envelope-open-o:before {
  content: "";
}
.fa.fa-linode {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-address-book-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-address-book-o:before {
  content: "";
}
.fa.fa-vcard:before {
  content: "";
}
.fa.fa-address-card-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-address-card-o:before {
  content: "";
}
.fa.fa-vcard-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-vcard-o:before {
  content: "";
}
.fa.fa-user-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-user-circle-o:before {
  content: "";
}
.fa.fa-user-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-user-o:before {
  content: "";
}
.fa.fa-id-badge {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-drivers-license:before {
  content: "";
}
.fa.fa-id-card-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-id-card-o:before {
  content: "";
}
.fa.fa-drivers-license-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-drivers-license-o:before {
  content: "";
}
.fa.fa-quora {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-free-code-camp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-telegram {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-thermometer-4:before {
  content: "";
}
.fa.fa-thermometer:before {
  content: "";
}
.fa.fa-thermometer-3:before {
  content: "";
}
.fa.fa-thermometer-2:before {
  content: "";
}
.fa.fa-thermometer-1:before {
  content: "";
}
.fa.fa-thermometer-0:before {
  content: "";
}
.fa.fa-bathtub:before {
  content: "";
}
.fa.fa-s15:before {
  content: "";
}
.fa.fa-window-maximize {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-window-restore {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-times-rectangle:before {
  content: "";
}
.fa.fa-window-close-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-window-close-o:before {
  content: "";
}
.fa.fa-times-rectangle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-times-rectangle-o:before {
  content: "";
}
.fa.fa-bandcamp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-grav {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-etsy {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-imdb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-ravelry {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-eercast {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-eercast:before {
  content: "";
}
.fa.fa-snowflake-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fa.fa-snowflake-o:before {
  content: "";
}
.fa.fa-superpowers {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-wpexplorer {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-cab:before {
  content: "";
}
/*!
 * Font Awesome Pro 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("fonts/fa-solid-900.eot");
  src: url("fonts/fa-solid-900.eot?#iefix") format('embedded-opentype'), url("fonts/fa-solid-900.woff2") format('woff2'), url("fonts/fa-solid-900.woff") format('woff'), url("fonts/fa-solid-900.ttf") format('truetype'), url("fonts/fa-solid-900.svg#fontawesome") format('svg');
}
.fa, .fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}
