@charset "UTF-8";
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}
.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:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    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;
  }
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
  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;
}

input {
  line-height: normal;
}

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

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

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

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

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

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

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

.img-rounded {
  border-radius: 6px;
}

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container::before, .container::after {
  display: table;
  content: " ";
}
.container::after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
    padding: 0;
  }
}

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

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row::before, .row::after {
  display: table;
  content: " ";
}
.row::after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.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-right: 15px;
  padding-left: 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: auto;
}

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

.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: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.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: auto;
  }

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

  .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: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.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: auto;
  }

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

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

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

  .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%;
  }
}
.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
}
.clearfix::after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 * Font Awesome Pro 5.10.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
/*!
 * Font Awesome Pro 5.10.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: normal;
  font-display: auto;
  src: url("../././fonts/fontawesome-pro/fa-brands-400.eot");
  src: url("../././fonts/fontawesome-pro/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../././fonts/fontawesome-pro/fa-brands-400.woff2") format("woff2"), url("../././fonts/fontawesome-pro/fa-brands-400.woff") format("woff"), url("../././fonts/fontawesome-pro/fa-brands-400.ttf") format("truetype"), url("../././fonts/fontawesome-pro/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands", sans-serif;
}

/*!
 * Font Awesome Pro 5.10.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: auto;
  src: url("../././fonts/fontawesome-pro/fa-duotone-900.eot");
  src: url("../././fonts/fontawesome-pro/fa-duotone-900.eot?#iefix") format("embedded-opentype"), url("../././fonts/fontawesome-pro/fa-duotone-900.woff2") format("woff2"), url("../././fonts/fontawesome-pro/fa-duotone-900.woff") format("woff"), url("../././fonts/fontawesome-pro/fa-duotone-900.ttf") format("truetype"), url("../././fonts/fontawesome-pro/fa-duotone-900.svg#fontawesome") format("svg");
}
.fad {
  position: relative;
  font-family: "Font Awesome 5 Duotone", sans-serif;
  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);
}

.fad.fa-swap-opacity::before {
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0.4);
}

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

.fad.fa-acorn::after {
  content: "10";
}

.fad.fa-ad::after {
  content: "10";
}

.fad.fa-address-book::after {
  content: "10";
}

.fad.fa-address-card::after {
  content: "10";
}

.fad.fa-adjust::after {
  content: "10";
}

.fad.fa-air-freshener::after {
  content: "10";
}

.fad.fa-alarm-clock::after {
  content: "10";
}

.fad.fa-alarm-exclamation::after {
  content: "10";
}

.fad.fa-alarm-plus::after {
  content: "10";
}

.fad.fa-alarm-snooze::after {
  content: "10";
}

.fad.fa-alicorn::after {
  content: "10";
}

.fad.fa-align-center::after {
  content: "10";
}

.fad.fa-align-justify::after {
  content: "10";
}

.fad.fa-align-left::after {
  content: "10";
}

.fad.fa-align-right::after {
  content: "10";
}

.fad.fa-align-slash::after {
  content: "10";
}

.fad.fa-allergies::after {
  content: "10";
}

.fad.fa-ambulance::after {
  content: "10";
}

.fad.fa-american-sign-language-interpreting::after {
  content: "10";
}

.fad.fa-analytics::after {
  content: "10";
}

.fad.fa-anchor::after {
  content: "10";
}

.fad.fa-angel::after {
  content: "10";
}

.fad.fa-angle-double-down::after {
  content: "10";
}

.fad.fa-angle-double-left::after {
  content: "10";
}

.fad.fa-angle-double-right::after {
  content: "10";
}

.fad.fa-angle-double-up::after {
  content: "10";
}

.fad.fa-angle-down::after {
  content: "10";
}

.fad.fa-angle-left::after {
  content: "10";
}

.fad.fa-angle-right::after {
  content: "10";
}

.fad.fa-angle-up::after {
  content: "10";
}

.fad.fa-angry::after {
  content: "10";
}

.fad.fa-ankh::after {
  content: "10";
}

.fad.fa-apple-alt::after {
  content: "10";
}

.fad.fa-apple-crate::after {
  content: "10";
}

.fad.fa-archive::after {
  content: "10";
}

.fad.fa-archway::after {
  content: "10";
}

.fad.fa-arrow-alt-circle-down::after {
  content: "10";
}

.fad.fa-arrow-alt-circle-left::after {
  content: "10";
}

.fad.fa-arrow-alt-circle-right::after {
  content: "10";
}

.fad.fa-arrow-alt-circle-up::after {
  content: "10";
}

.fad.fa-arrow-alt-down::after {
  content: "10";
}

.fad.fa-arrow-alt-from-bottom::after {
  content: "10";
}

.fad.fa-arrow-alt-from-left::after {
  content: "10";
}

.fad.fa-arrow-alt-from-right::after {
  content: "10";
}

.fad.fa-arrow-alt-from-top::after {
  content: "10";
}

.fad.fa-arrow-alt-left::after {
  content: "10";
}

.fad.fa-arrow-alt-right::after {
  content: "10";
}

.fad.fa-arrow-alt-square-down::after {
  content: "10";
}

.fad.fa-arrow-alt-square-left::after {
  content: "10";
}

.fad.fa-arrow-alt-square-right::after {
  content: "10";
}

.fad.fa-arrow-alt-square-up::after {
  content: "10";
}

.fad.fa-arrow-alt-to-bottom::after {
  content: "10";
}

.fad.fa-arrow-alt-to-left::after {
  content: "10";
}

.fad.fa-arrow-alt-to-right::after {
  content: "10";
}

.fad.fa-arrow-alt-to-top::after {
  content: "10";
}

.fad.fa-arrow-alt-up::after {
  content: "10";
}

.fad.fa-arrow-circle-down::after {
  content: "10";
}

.fad.fa-arrow-circle-left::after {
  content: "10";
}

.fad.fa-arrow-circle-right::after {
  content: "10";
}

.fad.fa-arrow-circle-up::after {
  content: "10";
}

.fad.fa-arrow-down::after {
  content: "10";
}

.fad.fa-arrow-from-bottom::after {
  content: "10";
}

.fad.fa-arrow-from-left::after {
  content: "10";
}

.fad.fa-arrow-from-right::after {
  content: "10";
}

.fad.fa-arrow-from-top::after {
  content: "10";
}

.fad.fa-arrow-left::after {
  content: "10";
}

.fad.fa-arrow-right::after {
  content: "10";
}

.fad.fa-arrow-square-down::after {
  content: "10";
}

.fad.fa-arrow-square-left::after {
  content: "10";
}

.fad.fa-arrow-square-right::after {
  content: "10";
}

.fad.fa-arrow-square-up::after {
  content: "10";
}

.fad.fa-arrow-to-bottom::after {
  content: "10";
}

.fad.fa-arrow-to-left::after {
  content: "10";
}

.fad.fa-arrow-to-right::after {
  content: "10";
}

.fad.fa-arrow-to-top::after {
  content: "10";
}

.fad.fa-arrow-up::after {
  content: "10";
}

.fad.fa-arrows::after {
  content: "10";
}

.fad.fa-arrows-alt::after {
  content: "10";
}

.fad.fa-arrows-alt-h::after {
  content: "10";
}

.fad.fa-arrows-alt-v::after {
  content: "10";
}

.fad.fa-arrows-h::after {
  content: "10";
}

.fad.fa-arrows-v::after {
  content: "10";
}

.fad.fa-assistive-listening-systems::after {
  content: "10";
}

.fad.fa-asterisk::after {
  content: "10";
}

.fad.fa-at::after {
  content: "10";
}

.fad.fa-atlas::after {
  content: "10";
}

.fad.fa-atom::after {
  content: "10";
}

.fad.fa-atom-alt::after {
  content: "10";
}

.fad.fa-audio-description::after {
  content: "10";
}

.fad.fa-award::after {
  content: "10";
}

.fad.fa-axe::after {
  content: "10";
}

.fad.fa-axe-battle::after {
  content: "10";
}

.fad.fa-baby::after {
  content: "10";
}

.fad.fa-baby-carriage::after {
  content: "10";
}

.fad.fa-backpack::after {
  content: "10";
}

.fad.fa-backspace::after {
  content: "10";
}

.fad.fa-backward::after {
  content: "10";
}

.fad.fa-bacon::after {
  content: "10";
}

.fad.fa-badge::after {
  content: "10";
}

.fad.fa-badge-check::after {
  content: "10";
}

.fad.fa-badge-dollar::after {
  content: "10";
}

.fad.fa-badge-percent::after {
  content: "10";
}

.fad.fa-badger-honey::after {
  content: "10";
}

.fad.fa-bags-shopping::after {
  content: "10";
}

.fad.fa-balance-scale::after {
  content: "10";
}

.fad.fa-balance-scale-left::after {
  content: "10";
}

.fad.fa-balance-scale-right::after {
  content: "10";
}

.fad.fa-ball-pile::after {
  content: "10";
}

.fad.fa-ballot::after {
  content: "10";
}

.fad.fa-ballot-check::after {
  content: "10";
}

.fad.fa-ban::after {
  content: "10";
}

.fad.fa-band-aid::after {
  content: "10";
}

.fad.fa-barcode::after {
  content: "10";
}

.fad.fa-barcode-alt::after {
  content: "10";
}

.fad.fa-barcode-read::after {
  content: "10";
}

.fad.fa-barcode-scan::after {
  content: "10";
}

.fad.fa-bars::after {
  content: "10";
}

.fad.fa-baseball::after {
  content: "10";
}

.fad.fa-baseball-ball::after {
  content: "10";
}

.fad.fa-basketball-ball::after {
  content: "10";
}

.fad.fa-basketball-hoop::after {
  content: "10";
}

.fad.fa-bat::after {
  content: "10";
}

.fad.fa-bath::after {
  content: "10";
}

.fad.fa-battery-bolt::after {
  content: "10";
}

.fad.fa-battery-empty::after {
  content: "10";
}

.fad.fa-battery-full::after {
  content: "10";
}

.fad.fa-battery-half::after {
  content: "10";
}

.fad.fa-battery-quarter::after {
  content: "10";
}

.fad.fa-battery-slash::after {
  content: "10";
}

.fad.fa-battery-three-quarters::after {
  content: "10";
}

.fad.fa-bed::after {
  content: "10";
}

.fad.fa-beer::after {
  content: "10";
}

.fad.fa-bell::after {
  content: "10";
}

.fad.fa-bell-exclamation::after {
  content: "10";
}

.fad.fa-bell-plus::after {
  content: "10";
}

.fad.fa-bell-school::after {
  content: "10";
}

.fad.fa-bell-school-slash::after {
  content: "10";
}

.fad.fa-bell-slash::after {
  content: "10";
}

.fad.fa-bells::after {
  content: "10";
}

.fad.fa-bezier-curve::after {
  content: "10";
}

.fad.fa-bible::after {
  content: "10";
}

.fad.fa-bicycle::after {
  content: "10";
}

.fad.fa-biking::after {
  content: "10";
}

.fad.fa-biking-mountain::after {
  content: "10";
}

.fad.fa-binoculars::after {
  content: "10";
}

.fad.fa-biohazard::after {
  content: "10";
}

.fad.fa-birthday-cake::after {
  content: "10";
}

.fad.fa-blanket::after {
  content: "10";
}

.fad.fa-blender::after {
  content: "10";
}

.fad.fa-blender-phone::after {
  content: "10";
}

.fad.fa-blind::after {
  content: "10";
}

.fad.fa-blog::after {
  content: "10";
}

.fad.fa-bold::after {
  content: "10";
}

.fad.fa-bolt::after {
  content: "10";
}

.fad.fa-bomb::after {
  content: "10";
}

.fad.fa-bone::after {
  content: "10";
}

.fad.fa-bone-break::after {
  content: "10";
}

.fad.fa-bong::after {
  content: "10";
}

.fad.fa-book::after {
  content: "10";
}

.fad.fa-book-alt::after {
  content: "10";
}

.fad.fa-book-dead::after {
  content: "10";
}

.fad.fa-book-heart::after {
  content: "10";
}

.fad.fa-book-medical::after {
  content: "10";
}

.fad.fa-book-open::after {
  content: "10";
}

.fad.fa-book-reader::after {
  content: "10";
}

.fad.fa-book-spells::after {
  content: "10";
}

.fad.fa-book-user::after {
  content: "10";
}

.fad.fa-bookmark::after {
  content: "10";
}

.fad.fa-books::after {
  content: "10";
}

.fad.fa-books-medical::after {
  content: "10";
}

.fad.fa-boot::after {
  content: "10";
}

.fad.fa-booth-curtain::after {
  content: "10";
}

.fad.fa-border-all::after {
  content: "10";
}

.fad.fa-border-bottom::after {
  content: "10";
}

.fad.fa-border-inner::after {
  content: "10";
}

.fad.fa-border-left::after {
  content: "10";
}

.fad.fa-border-none::after {
  content: "10";
}

.fad.fa-border-outer::after {
  content: "10";
}

.fad.fa-border-right::after {
  content: "10";
}

.fad.fa-border-style::after {
  content: "10";
}

.fad.fa-border-style-alt::after {
  content: "10";
}

.fad.fa-border-top::after {
  content: "10";
}

.fad.fa-bow-arrow::after {
  content: "10";
}

.fad.fa-bowling-ball::after {
  content: "10";
}

.fad.fa-bowling-pins::after {
  content: "10";
}

.fad.fa-box::after {
  content: "10";
}

.fad.fa-box-alt::after {
  content: "10";
}

.fad.fa-box-ballot::after {
  content: "10";
}

.fad.fa-box-check::after {
  content: "10";
}

.fad.fa-box-fragile::after {
  content: "10";
}

.fad.fa-box-full::after {
  content: "10";
}

.fad.fa-box-heart::after {
  content: "10";
}

.fad.fa-box-open::after {
  content: "10";
}

.fad.fa-box-up::after {
  content: "10";
}

.fad.fa-box-usd::after {
  content: "10";
}

.fad.fa-boxes::after {
  content: "10";
}

.fad.fa-boxes-alt::after {
  content: "10";
}

.fad.fa-boxing-glove::after {
  content: "10";
}

.fad.fa-brackets::after {
  content: "10";
}

.fad.fa-brackets-curly::after {
  content: "10";
}

.fad.fa-braille::after {
  content: "10";
}

.fad.fa-brain::after {
  content: "10";
}

.fad.fa-bread-loaf::after {
  content: "10";
}

.fad.fa-bread-slice::after {
  content: "10";
}

.fad.fa-briefcase::after {
  content: "10";
}

.fad.fa-briefcase-medical::after {
  content: "10";
}

.fad.fa-bring-forward::after {
  content: "10";
}

.fad.fa-bring-front::after {
  content: "10";
}

.fad.fa-broadcast-tower::after {
  content: "10";
}

.fad.fa-broom::after {
  content: "10";
}

.fad.fa-browser::after {
  content: "10";
}

.fad.fa-brush::after {
  content: "10";
}

.fad.fa-bug::after {
  content: "10";
}

.fad.fa-building::after {
  content: "10";
}

.fad.fa-bullhorn::after {
  content: "10";
}

.fad.fa-bullseye::after {
  content: "10";
}

.fad.fa-bullseye-arrow::after {
  content: "10";
}

.fad.fa-bullseye-pointer::after {
  content: "10";
}

.fad.fa-burger-soda::after {
  content: "10";
}

.fad.fa-burn::after {
  content: "10";
}

.fad.fa-burrito::after {
  content: "10";
}

.fad.fa-bus::after {
  content: "10";
}

.fad.fa-bus-alt::after {
  content: "10";
}

.fad.fa-bus-school::after {
  content: "10";
}

.fad.fa-business-time::after {
  content: "10";
}

.fad.fa-cabinet-filing::after {
  content: "10";
}

.fad.fa-calculator::after {
  content: "10";
}

.fad.fa-calculator-alt::after {
  content: "10";
}

.fad.fa-calendar::after {
  content: "10";
}

.fad.fa-calendar-alt::after {
  content: "10";
}

.fad.fa-calendar-check::after {
  content: "10";
}

.fad.fa-calendar-day::after {
  content: "10";
}

.fad.fa-calendar-edit::after {
  content: "10";
}

.fad.fa-calendar-exclamation::after {
  content: "10";
}

.fad.fa-calendar-minus::after {
  content: "10";
}

.fad.fa-calendar-plus::after {
  content: "10";
}

.fad.fa-calendar-star::after {
  content: "10";
}

.fad.fa-calendar-times::after {
  content: "10";
}

.fad.fa-calendar-week::after {
  content: "10";
}

.fad.fa-camera::after {
  content: "10";
}

.fad.fa-camera-alt::after {
  content: "10";
}

.fad.fa-camera-retro::after {
  content: "10";
}

.fad.fa-campfire::after {
  content: "10";
}

.fad.fa-campground::after {
  content: "10";
}

.fad.fa-candle-holder::after {
  content: "10";
}

.fad.fa-candy-cane::after {
  content: "10";
}

.fad.fa-candy-corn::after {
  content: "10";
}

.fad.fa-cannabis::after {
  content: "10";
}

.fad.fa-capsules::after {
  content: "10";
}

.fad.fa-car::after {
  content: "10";
}

.fad.fa-car-alt::after {
  content: "10";
}

.fad.fa-car-battery::after {
  content: "10";
}

.fad.fa-car-building::after {
  content: "10";
}

.fad.fa-car-bump::after {
  content: "10";
}

.fad.fa-car-bus::after {
  content: "10";
}

.fad.fa-car-crash::after {
  content: "10";
}

.fad.fa-car-garage::after {
  content: "10";
}

.fad.fa-car-mechanic::after {
  content: "10";
}

.fad.fa-car-side::after {
  content: "10";
}

.fad.fa-car-tilt::after {
  content: "10";
}

.fad.fa-car-wash::after {
  content: "10";
}

.fad.fa-caret-circle-down::after {
  content: "10";
}

.fad.fa-caret-circle-left::after {
  content: "10";
}

.fad.fa-caret-circle-right::after {
  content: "10";
}

.fad.fa-caret-circle-up::after {
  content: "10";
}

.fad.fa-caret-down::after {
  content: "10";
}

.fad.fa-caret-left::after {
  content: "10";
}

.fad.fa-caret-right::after {
  content: "10";
}

.fad.fa-caret-square-down::after {
  content: "10";
}

.fad.fa-caret-square-left::after {
  content: "10";
}

.fad.fa-caret-square-right::after {
  content: "10";
}

.fad.fa-caret-square-up::after {
  content: "10";
}

.fad.fa-caret-up::after {
  content: "10";
}

.fad.fa-carrot::after {
  content: "10";
}

.fad.fa-cars::after {
  content: "10";
}

.fad.fa-cart-arrow-down::after {
  content: "10";
}

.fad.fa-cart-plus::after {
  content: "10";
}

.fad.fa-cash-register::after {
  content: "10";
}

.fad.fa-cat::after {
  content: "10";
}

.fad.fa-cauldron::after {
  content: "10";
}

.fad.fa-certificate::after {
  content: "10";
}

.fad.fa-chair::after {
  content: "10";
}

.fad.fa-chair-office::after {
  content: "10";
}

.fad.fa-chalkboard::after {
  content: "10";
}

.fad.fa-chalkboard-teacher::after {
  content: "10";
}

.fad.fa-charging-station::after {
  content: "10";
}

.fad.fa-chart-area::after {
  content: "10";
}

.fad.fa-chart-bar::after {
  content: "10";
}

.fad.fa-chart-line::after {
  content: "10";
}

.fad.fa-chart-line-down::after {
  content: "10";
}

.fad.fa-chart-network::after {
  content: "10";
}

.fad.fa-chart-pie::after {
  content: "10";
}

.fad.fa-chart-pie-alt::after {
  content: "10";
}

.fad.fa-chart-scatter::after {
  content: "10";
}

.fad.fa-check::after {
  content: "10";
}

.fad.fa-check-circle::after {
  content: "10";
}

.fad.fa-check-double::after {
  content: "10";
}

.fad.fa-check-square::after {
  content: "10";
}

.fad.fa-cheese::after {
  content: "10";
}

.fad.fa-cheese-swiss::after {
  content: "10";
}

.fad.fa-cheeseburger::after {
  content: "10";
}

.fad.fa-chess::after {
  content: "10";
}

.fad.fa-chess-bishop::after {
  content: "10";
}

.fad.fa-chess-bishop-alt::after {
  content: "10";
}

.fad.fa-chess-board::after {
  content: "10";
}

.fad.fa-chess-clock::after {
  content: "10";
}

.fad.fa-chess-clock-alt::after {
  content: "10";
}

.fad.fa-chess-king::after {
  content: "10";
}

.fad.fa-chess-king-alt::after {
  content: "10";
}

.fad.fa-chess-knight::after {
  content: "10";
}

.fad.fa-chess-knight-alt::after {
  content: "10";
}

.fad.fa-chess-pawn::after {
  content: "10";
}

.fad.fa-chess-pawn-alt::after {
  content: "10";
}

.fad.fa-chess-queen::after {
  content: "10";
}

.fad.fa-chess-queen-alt::after {
  content: "10";
}

.fad.fa-chess-rook::after {
  content: "10";
}

.fad.fa-chess-rook-alt::after {
  content: "10";
}

.fad.fa-chevron-circle-down::after {
  content: "10";
}

.fad.fa-chevron-circle-left::after {
  content: "10";
}

.fad.fa-chevron-circle-right::after {
  content: "10";
}

.fad.fa-chevron-circle-up::after {
  content: "10";
}

.fad.fa-chevron-double-down::after {
  content: "10";
}

.fad.fa-chevron-double-left::after {
  content: "10";
}

.fad.fa-chevron-double-right::after {
  content: "10";
}

.fad.fa-chevron-double-up::after {
  content: "10";
}

.fad.fa-chevron-down::after {
  content: "10";
}

.fad.fa-chevron-left::after {
  content: "10";
}

.fad.fa-chevron-right::after {
  content: "10";
}

.fad.fa-chevron-square-down::after {
  content: "10";
}

.fad.fa-chevron-square-left::after {
  content: "10";
}

.fad.fa-chevron-square-right::after {
  content: "10";
}

.fad.fa-chevron-square-up::after {
  content: "10";
}

.fad.fa-chevron-up::after {
  content: "10";
}

.fad.fa-child::after {
  content: "10";
}

.fad.fa-chimney::after {
  content: "10";
}

.fad.fa-church::after {
  content: "10";
}

.fad.fa-circle::after {
  content: "10";
}

.fad.fa-circle-notch::after {
  content: "10";
}

.fad.fa-city::after {
  content: "10";
}

.fad.fa-claw-marks::after {
  content: "10";
}

.fad.fa-clinic-medical::after {
  content: "10";
}

.fad.fa-clipboard::after {
  content: "10";
}

.fad.fa-clipboard-check::after {
  content: "10";
}

.fad.fa-clipboard-list::after {
  content: "10";
}

.fad.fa-clipboard-list-check::after {
  content: "10";
}

.fad.fa-clipboard-prescription::after {
  content: "10";
}

.fad.fa-clipboard-user::after {
  content: "10";
}

.fad.fa-clock::after {
  content: "10";
}

.fad.fa-clone::after {
  content: "10";
}

.fad.fa-closed-captioning::after {
  content: "10";
}

.fad.fa-cloud::after {
  content: "10";
}

.fad.fa-cloud-download::after {
  content: "10";
}

.fad.fa-cloud-download-alt::after {
  content: "10";
}

.fad.fa-cloud-drizzle::after {
  content: "10";
}

.fad.fa-cloud-hail::after {
  content: "10";
}

.fad.fa-cloud-hail-mixed::after {
  content: "10";
}

.fad.fa-cloud-meatball::after {
  content: "10";
}

.fad.fa-cloud-moon::after {
  content: "10";
}

.fad.fa-cloud-moon-rain::after {
  content: "10";
}

.fad.fa-cloud-rain::after {
  content: "10";
}

.fad.fa-cloud-rainbow::after {
  content: "10";
}

.fad.fa-cloud-showers::after {
  content: "10";
}

.fad.fa-cloud-showers-heavy::after {
  content: "10";
}

.fad.fa-cloud-sleet::after {
  content: "10";
}

.fad.fa-cloud-snow::after {
  content: "10";
}

.fad.fa-cloud-sun::after {
  content: "10";
}

.fad.fa-cloud-sun-rain::after {
  content: "10";
}

.fad.fa-cloud-upload::after {
  content: "10";
}

.fad.fa-cloud-upload-alt::after {
  content: "10";
}

.fad.fa-clouds::after {
  content: "10";
}

.fad.fa-clouds-moon::after {
  content: "10";
}

.fad.fa-clouds-sun::after {
  content: "10";
}

.fad.fa-club::after {
  content: "10";
}

.fad.fa-cocktail::after {
  content: "10";
}

.fad.fa-code::after {
  content: "10";
}

.fad.fa-code-branch::after {
  content: "10";
}

.fad.fa-code-commit::after {
  content: "10";
}

.fad.fa-code-merge::after {
  content: "10";
}

.fad.fa-coffee::after {
  content: "10";
}

.fad.fa-coffee-togo::after {
  content: "10";
}

.fad.fa-coffin::after {
  content: "10";
}

.fad.fa-cog::after {
  content: "10";
}

.fad.fa-cogs::after {
  content: "10";
}

.fad.fa-coin::after {
  content: "10";
}

.fad.fa-coins::after {
  content: "10";
}

.fad.fa-columns::after {
  content: "10";
}

.fad.fa-comment::after {
  content: "10";
}

.fad.fa-comment-alt::after {
  content: "10";
}

.fad.fa-comment-alt-check::after {
  content: "10";
}

.fad.fa-comment-alt-dollar::after {
  content: "10";
}

.fad.fa-comment-alt-dots::after {
  content: "10";
}

.fad.fa-comment-alt-edit::after {
  content: "10";
}

.fad.fa-comment-alt-exclamation::after {
  content: "10";
}

.fad.fa-comment-alt-lines::after {
  content: "10";
}

.fad.fa-comment-alt-medical::after {
  content: "10";
}

.fad.fa-comment-alt-minus::after {
  content: "10";
}

.fad.fa-comment-alt-plus::after {
  content: "10";
}

.fad.fa-comment-alt-slash::after {
  content: "10";
}

.fad.fa-comment-alt-smile::after {
  content: "10";
}

.fad.fa-comment-alt-times::after {
  content: "10";
}

.fad.fa-comment-check::after {
  content: "10";
}

.fad.fa-comment-dollar::after {
  content: "10";
}

.fad.fa-comment-dots::after {
  content: "10";
}

.fad.fa-comment-edit::after {
  content: "10";
}

.fad.fa-comment-exclamation::after {
  content: "10";
}

.fad.fa-comment-lines::after {
  content: "10";
}

.fad.fa-comment-medical::after {
  content: "10";
}

.fad.fa-comment-minus::after {
  content: "10";
}

.fad.fa-comment-plus::after {
  content: "10";
}

.fad.fa-comment-slash::after {
  content: "10";
}

.fad.fa-comment-smile::after {
  content: "10";
}

.fad.fa-comment-times::after {
  content: "10";
}

.fad.fa-comments::after {
  content: "10";
}

.fad.fa-comments-alt::after {
  content: "10";
}

.fad.fa-comments-alt-dollar::after {
  content: "10";
}

.fad.fa-comments-dollar::after {
  content: "10";
}

.fad.fa-compact-disc::after {
  content: "10";
}

.fad.fa-compass::after {
  content: "10";
}

.fad.fa-compass-slash::after {
  content: "10";
}

.fad.fa-compress::after {
  content: "10";
}

.fad.fa-compress-alt::after {
  content: "10";
}

.fad.fa-compress-arrows-alt::after {
  content: "10";
}

.fad.fa-compress-wide::after {
  content: "10";
}

.fad.fa-concierge-bell::after {
  content: "10";
}

.fad.fa-construction::after {
  content: "10";
}

.fad.fa-container-storage::after {
  content: "10";
}

.fad.fa-conveyor-belt::after {
  content: "10";
}

.fad.fa-conveyor-belt-alt::after {
  content: "10";
}

.fad.fa-cookie::after {
  content: "10";
}

.fad.fa-cookie-bite::after {
  content: "10";
}

.fad.fa-copy::after {
  content: "10";
}

.fad.fa-copyright::after {
  content: "10";
}

.fad.fa-corn::after {
  content: "10";
}

.fad.fa-couch::after {
  content: "10";
}

.fad.fa-cow::after {
  content: "10";
}

.fad.fa-credit-card::after {
  content: "10";
}

.fad.fa-credit-card-blank::after {
  content: "10";
}

.fad.fa-credit-card-front::after {
  content: "10";
}

.fad.fa-cricket::after {
  content: "10";
}

.fad.fa-croissant::after {
  content: "10";
}

.fad.fa-crop::after {
  content: "10";
}

.fad.fa-crop-alt::after {
  content: "10";
}

.fad.fa-cross::after {
  content: "10";
}

.fad.fa-crosshairs::after {
  content: "10";
}

.fad.fa-crow::after {
  content: "10";
}

.fad.fa-crown::after {
  content: "10";
}

.fad.fa-crutch::after {
  content: "10";
}

.fad.fa-crutches::after {
  content: "10";
}

.fad.fa-cube::after {
  content: "10";
}

.fad.fa-cubes::after {
  content: "10";
}

.fad.fa-curling::after {
  content: "10";
}

.fad.fa-cut::after {
  content: "10";
}

.fad.fa-dagger::after {
  content: "10";
}

.fad.fa-database::after {
  content: "10";
}

.fad.fa-deaf::after {
  content: "10";
}

.fad.fa-debug::after {
  content: "10";
}

.fad.fa-deer::after {
  content: "10";
}

.fad.fa-deer-rudolph::after {
  content: "10";
}

.fad.fa-democrat::after {
  content: "10";
}

.fad.fa-desktop::after {
  content: "10";
}

.fad.fa-desktop-alt::after {
  content: "10";
}

.fad.fa-dewpoint::after {
  content: "10";
}

.fad.fa-dharmachakra::after {
  content: "10";
}

.fad.fa-diagnoses::after {
  content: "10";
}

.fad.fa-diamond::after {
  content: "10";
}

.fad.fa-dice::after {
  content: "10";
}

.fad.fa-dice-d10::after {
  content: "10";
}

.fad.fa-dice-d12::after {
  content: "10";
}

.fad.fa-dice-d20::after {
  content: "10";
}

.fad.fa-dice-d4::after {
  content: "10";
}

.fad.fa-dice-d6::after {
  content: "10";
}

.fad.fa-dice-d8::after {
  content: "10";
}

.fad.fa-dice-five::after {
  content: "10";
}

.fad.fa-dice-four::after {
  content: "10";
}

.fad.fa-dice-one::after {
  content: "10";
}

.fad.fa-dice-six::after {
  content: "10";
}

.fad.fa-dice-three::after {
  content: "10";
}

.fad.fa-dice-two::after {
  content: "10";
}

.fad.fa-digging::after {
  content: "10";
}

.fad.fa-digital-tachograph::after {
  content: "10";
}

.fad.fa-diploma::after {
  content: "10";
}

.fad.fa-directions::after {
  content: "10";
}

.fad.fa-disease::after {
  content: "10";
}

.fad.fa-divide::after {
  content: "10";
}

.fad.fa-dizzy::after {
  content: "10";
}

.fad.fa-dna::after {
  content: "10";
}

.fad.fa-do-not-enter::after {
  content: "10";
}

.fad.fa-dog::after {
  content: "10";
}

.fad.fa-dog-leashed::after {
  content: "10";
}

.fad.fa-dollar-sign::after {
  content: "10";
}

.fad.fa-dolly::after {
  content: "10";
}

.fad.fa-dolly-empty::after {
  content: "10";
}

.fad.fa-dolly-flatbed::after {
  content: "10";
}

.fad.fa-dolly-flatbed-alt::after {
  content: "10";
}

.fad.fa-dolly-flatbed-empty::after {
  content: "10";
}

.fad.fa-donate::after {
  content: "10";
}

.fad.fa-door-closed::after {
  content: "10";
}

.fad.fa-door-open::after {
  content: "10";
}

.fad.fa-dot-circle::after {
  content: "10";
}

.fad.fa-dove::after {
  content: "10";
}

.fad.fa-download::after {
  content: "10";
}

.fad.fa-drafting-compass::after {
  content: "10";
}

.fad.fa-dragon::after {
  content: "10";
}

.fad.fa-draw-circle::after {
  content: "10";
}

.fad.fa-draw-polygon::after {
  content: "10";
}

.fad.fa-draw-square::after {
  content: "10";
}

.fad.fa-dreidel::after {
  content: "10";
}

.fad.fa-drone::after {
  content: "10";
}

.fad.fa-drone-alt::after {
  content: "10";
}

.fad.fa-drum::after {
  content: "10";
}

.fad.fa-drum-steelpan::after {
  content: "10";
}

.fad.fa-drumstick::after {
  content: "10";
}

.fad.fa-drumstick-bite::after {
  content: "10";
}

.fad.fa-dryer::after {
  content: "10";
}

.fad.fa-dryer-alt::after {
  content: "10";
}

.fad.fa-duck::after {
  content: "10";
}

.fad.fa-dumbbell::after {
  content: "10";
}

.fad.fa-dumpster::after {
  content: "10";
}

.fad.fa-dumpster-fire::after {
  content: "10";
}

.fad.fa-dungeon::after {
  content: "10";
}

.fad.fa-ear::after {
  content: "10";
}

.fad.fa-ear-muffs::after {
  content: "10";
}

.fad.fa-eclipse::after {
  content: "10";
}

.fad.fa-eclipse-alt::after {
  content: "10";
}

.fad.fa-edit::after {
  content: "10";
}

.fad.fa-egg::after {
  content: "10";
}

.fad.fa-egg-fried::after {
  content: "10";
}

.fad.fa-eject::after {
  content: "10";
}

.fad.fa-elephant::after {
  content: "10";
}

.fad.fa-ellipsis-h::after {
  content: "10";
}

.fad.fa-ellipsis-h-alt::after {
  content: "10";
}

.fad.fa-ellipsis-v::after {
  content: "10";
}

.fad.fa-ellipsis-v-alt::after {
  content: "10";
}

.fad.fa-empty-set::after {
  content: "10";
}

.fad.fa-engine-warning::after {
  content: "10";
}

.fad.fa-envelope::after {
  content: "10";
}

.fad.fa-envelope-open::after {
  content: "10";
}

.fad.fa-envelope-open-dollar::after {
  content: "10";
}

.fad.fa-envelope-open-text::after {
  content: "10";
}

.fad.fa-envelope-square::after {
  content: "10";
}

.fad.fa-equals::after {
  content: "10";
}

.fad.fa-eraser::after {
  content: "10";
}

.fad.fa-ethernet::after {
  content: "10";
}

.fad.fa-euro-sign::after {
  content: "10";
}

.fad.fa-exchange::after {
  content: "10";
}

.fad.fa-exchange-alt::after {
  content: "10";
}

.fad.fa-exclamation::after {
  content: "10";
}

.fad.fa-exclamation-circle::after {
  content: "10";
}

.fad.fa-exclamation-square::after {
  content: "10";
}

.fad.fa-exclamation-triangle::after {
  content: "10";
}

.fad.fa-expand::after {
  content: "10";
}

.fad.fa-expand-alt::after {
  content: "10";
}

.fad.fa-expand-arrows::after {
  content: "10";
}

.fad.fa-expand-arrows-alt::after {
  content: "10";
}

.fad.fa-expand-wide::after {
  content: "10";
}

.fad.fa-external-link::after {
  content: "10";
}

.fad.fa-external-link-alt::after {
  content: "10";
}

.fad.fa-external-link-square::after {
  content: "10";
}

.fad.fa-external-link-square-alt::after {
  content: "10";
}

.fad.fa-eye::after {
  content: "10";
}

.fad.fa-eye-dropper::after {
  content: "10";
}

.fad.fa-eye-evil::after {
  content: "10";
}

.fad.fa-eye-slash::after {
  content: "10";
}

.fad.fa-fan::after {
  content: "10";
}

.fad.fa-farm::after {
  content: "10";
}

.fad.fa-fast-backward::after {
  content: "10";
}

.fad.fa-fast-forward::after {
  content: "10";
}

.fad.fa-fax::after {
  content: "10";
}

.fad.fa-feather::after {
  content: "10";
}

.fad.fa-feather-alt::after {
  content: "10";
}

.fad.fa-female::after {
  content: "10";
}

.fad.fa-field-hockey::after {
  content: "10";
}

.fad.fa-fighter-jet::after {
  content: "10";
}

.fad.fa-file::after {
  content: "10";
}

.fad.fa-file-alt::after {
  content: "10";
}

.fad.fa-file-archive::after {
  content: "10";
}

.fad.fa-file-audio::after {
  content: "10";
}

.fad.fa-file-certificate::after {
  content: "10";
}

.fad.fa-file-chart-line::after {
  content: "10";
}

.fad.fa-file-chart-pie::after {
  content: "10";
}

.fad.fa-file-check::after {
  content: "10";
}

.fad.fa-file-code::after {
  content: "10";
}

.fad.fa-file-contract::after {
  content: "10";
}

.fad.fa-file-csv::after {
  content: "10";
}

.fad.fa-file-download::after {
  content: "10";
}

.fad.fa-file-edit::after {
  content: "10";
}

.fad.fa-file-excel::after {
  content: "10";
}

.fad.fa-file-exclamation::after {
  content: "10";
}

.fad.fa-file-export::after {
  content: "10";
}

.fad.fa-file-image::after {
  content: "10";
}

.fad.fa-file-import::after {
  content: "10";
}

.fad.fa-file-invoice::after {
  content: "10";
}

.fad.fa-file-invoice-dollar::after {
  content: "10";
}

.fad.fa-file-medical::after {
  content: "10";
}

.fad.fa-file-medical-alt::after {
  content: "10";
}

.fad.fa-file-minus::after {
  content: "10";
}

.fad.fa-file-pdf::after {
  content: "10";
}

.fad.fa-file-plus::after {
  content: "10";
}

.fad.fa-file-powerpoint::after {
  content: "10";
}

.fad.fa-file-prescription::after {
  content: "10";
}

.fad.fa-file-search::after {
  content: "10";
}

.fad.fa-file-signature::after {
  content: "10";
}

.fad.fa-file-spreadsheet::after {
  content: "10";
}

.fad.fa-file-times::after {
  content: "10";
}

.fad.fa-file-upload::after {
  content: "10";
}

.fad.fa-file-user::after {
  content: "10";
}

.fad.fa-file-video::after {
  content: "10";
}

.fad.fa-file-word::after {
  content: "10";
}

.fad.fa-files-medical::after {
  content: "10";
}

.fad.fa-fill::after {
  content: "10";
}

.fad.fa-fill-drip::after {
  content: "10";
}

.fad.fa-film::after {
  content: "10";
}

.fad.fa-film-alt::after {
  content: "10";
}

.fad.fa-filter::after {
  content: "10";
}

.fad.fa-fingerprint::after {
  content: "10";
}

.fad.fa-fire::after {
  content: "10";
}

.fad.fa-fire-alt::after {
  content: "10";
}

.fad.fa-fire-extinguisher::after {
  content: "10";
}

.fad.fa-fire-smoke::after {
  content: "10";
}

.fad.fa-fireplace::after {
  content: "10";
}

.fad.fa-first-aid::after {
  content: "10";
}

.fad.fa-fish::after {
  content: "10";
}

.fad.fa-fish-cooked::after {
  content: "10";
}

.fad.fa-fist-raised::after {
  content: "10";
}

.fad.fa-flag::after {
  content: "10";
}

.fad.fa-flag-alt::after {
  content: "10";
}

.fad.fa-flag-checkered::after {
  content: "10";
}

.fad.fa-flag-usa::after {
  content: "10";
}

.fad.fa-flame::after {
  content: "10";
}

.fad.fa-flask::after {
  content: "10";
}

.fad.fa-flask-poison::after {
  content: "10";
}

.fad.fa-flask-potion::after {
  content: "10";
}

.fad.fa-flower::after {
  content: "10";
}

.fad.fa-flower-daffodil::after {
  content: "10";
}

.fad.fa-flower-tulip::after {
  content: "10";
}

.fad.fa-flushed::after {
  content: "10";
}

.fad.fa-fog::after {
  content: "10";
}

.fad.fa-folder::after {
  content: "10";
}

.fad.fa-folder-minus::after {
  content: "10";
}

.fad.fa-folder-open::after {
  content: "10";
}

.fad.fa-folder-plus::after {
  content: "10";
}

.fad.fa-folder-times::after {
  content: "10";
}

.fad.fa-folder-tree::after {
  content: "10";
}

.fad.fa-folders::after {
  content: "10";
}

.fad.fa-font::after {
  content: "10";
}

.fad.fa-font-awesome-logo-full::after {
  content: "10";
}

.fad.fa-font-case::after {
  content: "10";
}

.fad.fa-football-ball::after {
  content: "10";
}

.fad.fa-football-helmet::after {
  content: "10";
}

.fad.fa-forklift::after {
  content: "10";
}

.fad.fa-forward::after {
  content: "10";
}

.fad.fa-fragile::after {
  content: "10";
}

.fad.fa-french-fries::after {
  content: "10";
}

.fad.fa-frog::after {
  content: "10";
}

.fad.fa-frosty-head::after {
  content: "10";
}

.fad.fa-frown::after {
  content: "10";
}

.fad.fa-frown-open::after {
  content: "10";
}

.fad.fa-function::after {
  content: "10";
}

.fad.fa-funnel-dollar::after {
  content: "10";
}

.fad.fa-futbol::after {
  content: "10";
}

.fad.fa-game-board::after {
  content: "10";
}

.fad.fa-game-board-alt::after {
  content: "10";
}

.fad.fa-gamepad::after {
  content: "10";
}

.fad.fa-gas-pump::after {
  content: "10";
}

.fad.fa-gas-pump-slash::after {
  content: "10";
}

.fad.fa-gavel::after {
  content: "10";
}

.fad.fa-gem::after {
  content: "10";
}

.fad.fa-genderless::after {
  content: "10";
}

.fad.fa-ghost::after {
  content: "10";
}

.fad.fa-gift::after {
  content: "10";
}

.fad.fa-gift-card::after {
  content: "10";
}

.fad.fa-gifts::after {
  content: "10";
}

.fad.fa-gingerbread-man::after {
  content: "10";
}

.fad.fa-glass::after {
  content: "10";
}

.fad.fa-glass-champagne::after {
  content: "10";
}

.fad.fa-glass-cheers::after {
  content: "10";
}

.fad.fa-glass-citrus::after {
  content: "10";
}

.fad.fa-glass-martini::after {
  content: "10";
}

.fad.fa-glass-martini-alt::after {
  content: "10";
}

.fad.fa-glass-whiskey::after {
  content: "10";
}

.fad.fa-glass-whiskey-rocks::after {
  content: "10";
}

.fad.fa-glasses::after {
  content: "10";
}

.fad.fa-glasses-alt::after {
  content: "10";
}

.fad.fa-globe::after {
  content: "10";
}

.fad.fa-globe-africa::after {
  content: "10";
}

.fad.fa-globe-americas::after {
  content: "10";
}

.fad.fa-globe-asia::after {
  content: "10";
}

.fad.fa-globe-europe::after {
  content: "10";
}

.fad.fa-globe-snow::after {
  content: "10";
}

.fad.fa-globe-stand::after {
  content: "10";
}

.fad.fa-golf-ball::after {
  content: "10";
}

.fad.fa-golf-club::after {
  content: "10";
}

.fad.fa-gopuram::after {
  content: "10";
}

.fad.fa-graduation-cap::after {
  content: "10";
}

.fad.fa-greater-than::after {
  content: "10";
}

.fad.fa-greater-than-equal::after {
  content: "10";
}

.fad.fa-grimace::after {
  content: "10";
}

.fad.fa-grin::after {
  content: "10";
}

.fad.fa-grin-alt::after {
  content: "10";
}

.fad.fa-grin-beam::after {
  content: "10";
}

.fad.fa-grin-beam-sweat::after {
  content: "10";
}

.fad.fa-grin-hearts::after {
  content: "10";
}

.fad.fa-grin-squint::after {
  content: "10";
}

.fad.fa-grin-squint-tears::after {
  content: "10";
}

.fad.fa-grin-stars::after {
  content: "10";
}

.fad.fa-grin-tears::after {
  content: "10";
}

.fad.fa-grin-tongue::after {
  content: "10";
}

.fad.fa-grin-tongue-squint::after {
  content: "10";
}

.fad.fa-grin-tongue-wink::after {
  content: "10";
}

.fad.fa-grin-wink::after {
  content: "10";
}

.fad.fa-grip-horizontal::after {
  content: "10";
}

.fad.fa-grip-lines::after {
  content: "10";
}

.fad.fa-grip-lines-vertical::after {
  content: "10";
}

.fad.fa-grip-vertical::after {
  content: "10";
}

.fad.fa-guitar::after {
  content: "10";
}

.fad.fa-h-square::after {
  content: "10";
}

.fad.fa-h1::after {
  content: "10";
}

.fad.fa-h2::after {
  content: "10";
}

.fad.fa-h3::after {
  content: "10";
}

.fad.fa-h4::after {
  content: "10";
}

.fad.fa-hamburger::after {
  content: "10";
}

.fad.fa-hammer::after {
  content: "10";
}

.fad.fa-hammer-war::after {
  content: "10";
}

.fad.fa-hamsa::after {
  content: "10";
}

.fad.fa-hand-heart::after {
  content: "10";
}

.fad.fa-hand-holding::after {
  content: "10";
}

.fad.fa-hand-holding-box::after {
  content: "10";
}

.fad.fa-hand-holding-heart::after {
  content: "10";
}

.fad.fa-hand-holding-magic::after {
  content: "10";
}

.fad.fa-hand-holding-seedling::after {
  content: "10";
}

.fad.fa-hand-holding-usd::after {
  content: "10";
}

.fad.fa-hand-holding-water::after {
  content: "10";
}

.fad.fa-hand-lizard::after {
  content: "10";
}

.fad.fa-hand-middle-finger::after {
  content: "10";
}

.fad.fa-hand-paper::after {
  content: "10";
}

.fad.fa-hand-peace::after {
  content: "10";
}

.fad.fa-hand-point-down::after {
  content: "10";
}

.fad.fa-hand-point-left::after {
  content: "10";
}

.fad.fa-hand-point-right::after {
  content: "10";
}

.fad.fa-hand-point-up::after {
  content: "10";
}

.fad.fa-hand-pointer::after {
  content: "10";
}

.fad.fa-hand-receiving::after {
  content: "10";
}

.fad.fa-hand-rock::after {
  content: "10";
}

.fad.fa-hand-scissors::after {
  content: "10";
}

.fad.fa-hand-spock::after {
  content: "10";
}

.fad.fa-hands::after {
  content: "10";
}

.fad.fa-hands-heart::after {
  content: "10";
}

.fad.fa-hands-helping::after {
  content: "10";
}

.fad.fa-hands-usd::after {
  content: "10";
}

.fad.fa-handshake::after {
  content: "10";
}

.fad.fa-handshake-alt::after {
  content: "10";
}

.fad.fa-hanukiah::after {
  content: "10";
}

.fad.fa-hard-hat::after {
  content: "10";
}

.fad.fa-hashtag::after {
  content: "10";
}

.fad.fa-hat-chef::after {
  content: "10";
}

.fad.fa-hat-santa::after {
  content: "10";
}

.fad.fa-hat-winter::after {
  content: "10";
}

.fad.fa-hat-witch::after {
  content: "10";
}

.fad.fa-hat-wizard::after {
  content: "10";
}

.fad.fa-haykal::after {
  content: "10";
}

.fad.fa-hdd::after {
  content: "10";
}

.fad.fa-head-side::after {
  content: "10";
}

.fad.fa-head-side-brain::after {
  content: "10";
}

.fad.fa-head-side-medical::after {
  content: "10";
}

.fad.fa-head-vr::after {
  content: "10";
}

.fad.fa-heading::after {
  content: "10";
}

.fad.fa-headphones::after {
  content: "10";
}

.fad.fa-headphones-alt::after {
  content: "10";
}

.fad.fa-headset::after {
  content: "10";
}

.fad.fa-heart::after {
  content: "10";
}

.fad.fa-heart-broken::after {
  content: "10";
}

.fad.fa-heart-circle::after {
  content: "10";
}

.fad.fa-heart-rate::after {
  content: "10";
}

.fad.fa-heart-square::after {
  content: "10";
}

.fad.fa-heartbeat::after {
  content: "10";
}

.fad.fa-helicopter::after {
  content: "10";
}

.fad.fa-helmet-battle::after {
  content: "10";
}

.fad.fa-hexagon::after {
  content: "10";
}

.fad.fa-highlighter::after {
  content: "10";
}

.fad.fa-hiking::after {
  content: "10";
}

.fad.fa-hippo::after {
  content: "10";
}

.fad.fa-history::after {
  content: "10";
}

.fad.fa-hockey-mask::after {
  content: "10";
}

.fad.fa-hockey-puck::after {
  content: "10";
}

.fad.fa-hockey-sticks::after {
  content: "10";
}

.fad.fa-holly-berry::after {
  content: "10";
}

.fad.fa-home::after {
  content: "10";
}

.fad.fa-home-alt::after {
  content: "10";
}

.fad.fa-home-heart::after {
  content: "10";
}

.fad.fa-home-lg::after {
  content: "10";
}

.fad.fa-home-lg-alt::after {
  content: "10";
}

.fad.fa-hood-cloak::after {
  content: "10";
}

.fad.fa-horizontal-rule::after {
  content: "10";
}

.fad.fa-horse::after {
  content: "10";
}

.fad.fa-horse-head::after {
  content: "10";
}

.fad.fa-hospital::after {
  content: "10";
}

.fad.fa-hospital-alt::after {
  content: "10";
}

.fad.fa-hospital-symbol::after {
  content: "10";
}

.fad.fa-hospital-user::after {
  content: "10";
}

.fad.fa-hospitals::after {
  content: "10";
}

.fad.fa-hot-tub::after {
  content: "10";
}

.fad.fa-hotdog::after {
  content: "10";
}

.fad.fa-hotel::after {
  content: "10";
}

.fad.fa-hourglass::after {
  content: "10";
}

.fad.fa-hourglass-end::after {
  content: "10";
}

.fad.fa-hourglass-half::after {
  content: "10";
}

.fad.fa-hourglass-start::after {
  content: "10";
}

.fad.fa-house-damage::after {
  content: "10";
}

.fad.fa-house-flood::after {
  content: "10";
}

.fad.fa-hryvnia::after {
  content: "10";
}

.fad.fa-humidity::after {
  content: "10";
}

.fad.fa-hurricane::after {
  content: "10";
}

.fad.fa-i-cursor::after {
  content: "10";
}

.fad.fa-ice-cream::after {
  content: "10";
}

.fad.fa-ice-skate::after {
  content: "10";
}

.fad.fa-icicles::after {
  content: "10";
}

.fad.fa-icons::after {
  content: "10";
}

.fad.fa-icons-alt::after {
  content: "10";
}

.fad.fa-id-badge::after {
  content: "10";
}

.fad.fa-id-card::after {
  content: "10";
}

.fad.fa-id-card-alt::after {
  content: "10";
}

.fad.fa-igloo::after {
  content: "10";
}

.fad.fa-image::after {
  content: "10";
}

.fad.fa-images::after {
  content: "10";
}

.fad.fa-inbox::after {
  content: "10";
}

.fad.fa-inbox-in::after {
  content: "10";
}

.fad.fa-inbox-out::after {
  content: "10";
}

.fad.fa-indent::after {
  content: "10";
}

.fad.fa-industry::after {
  content: "10";
}

.fad.fa-industry-alt::after {
  content: "10";
}

.fad.fa-infinity::after {
  content: "10";
}

.fad.fa-info::after {
  content: "10";
}

.fad.fa-info-circle::after {
  content: "10";
}

.fad.fa-info-square::after {
  content: "10";
}

.fad.fa-inhaler::after {
  content: "10";
}

.fad.fa-integral::after {
  content: "10";
}

.fad.fa-intersection::after {
  content: "10";
}

.fad.fa-inventory::after {
  content: "10";
}

.fad.fa-island-tropical::after {
  content: "10";
}

.fad.fa-italic::after {
  content: "10";
}

.fad.fa-jack-o-lantern::after {
  content: "10";
}

.fad.fa-jedi::after {
  content: "10";
}

.fad.fa-joint::after {
  content: "10";
}

.fad.fa-journal-whills::after {
  content: "10";
}

.fad.fa-kaaba::after {
  content: "10";
}

.fad.fa-kerning::after {
  content: "10";
}

.fad.fa-key::after {
  content: "10";
}

.fad.fa-key-skeleton::after {
  content: "10";
}

.fad.fa-keyboard::after {
  content: "10";
}

.fad.fa-keynote::after {
  content: "10";
}

.fad.fa-khanda::after {
  content: "10";
}

.fad.fa-kidneys::after {
  content: "10";
}

.fad.fa-kiss::after {
  content: "10";
}

.fad.fa-kiss-beam::after {
  content: "10";
}

.fad.fa-kiss-wink-heart::after {
  content: "10";
}

.fad.fa-kite::after {
  content: "10";
}

.fad.fa-kiwi-bird::after {
  content: "10";
}

.fad.fa-knife-kitchen::after {
  content: "10";
}

.fad.fa-lambda::after {
  content: "10";
}

.fad.fa-lamp::after {
  content: "10";
}

.fad.fa-landmark::after {
  content: "10";
}

.fad.fa-landmark-alt::after {
  content: "10";
}

.fad.fa-language::after {
  content: "10";
}

.fad.fa-laptop::after {
  content: "10";
}

.fad.fa-laptop-code::after {
  content: "10";
}

.fad.fa-laptop-medical::after {
  content: "10";
}

.fad.fa-laugh::after {
  content: "10";
}

.fad.fa-laugh-beam::after {
  content: "10";
}

.fad.fa-laugh-squint::after {
  content: "10";
}

.fad.fa-laugh-wink::after {
  content: "10";
}

.fad.fa-layer-group::after {
  content: "10";
}

.fad.fa-layer-minus::after {
  content: "10";
}

.fad.fa-layer-plus::after {
  content: "10";
}

.fad.fa-leaf::after {
  content: "10";
}

.fad.fa-leaf-heart::after {
  content: "10";
}

.fad.fa-leaf-maple::after {
  content: "10";
}

.fad.fa-leaf-oak::after {
  content: "10";
}

.fad.fa-lemon::after {
  content: "10";
}

.fad.fa-less-than::after {
  content: "10";
}

.fad.fa-less-than-equal::after {
  content: "10";
}

.fad.fa-level-down::after {
  content: "10";
}

.fad.fa-level-down-alt::after {
  content: "10";
}

.fad.fa-level-up::after {
  content: "10";
}

.fad.fa-level-up-alt::after {
  content: "10";
}

.fad.fa-life-ring::after {
  content: "10";
}

.fad.fa-lightbulb::after {
  content: "10";
}

.fad.fa-lightbulb-dollar::after {
  content: "10";
}

.fad.fa-lightbulb-exclamation::after {
  content: "10";
}

.fad.fa-lightbulb-on::after {
  content: "10";
}

.fad.fa-lightbulb-slash::after {
  content: "10";
}

.fad.fa-lights-holiday::after {
  content: "10";
}

.fad.fa-line-columns::after {
  content: "10";
}

.fad.fa-line-height::after {
  content: "10";
}

.fad.fa-link::after {
  content: "10";
}

.fad.fa-lips::after {
  content: "10";
}

.fad.fa-lira-sign::after {
  content: "10";
}

.fad.fa-list::after {
  content: "10";
}

.fad.fa-list-alt::after {
  content: "10";
}

.fad.fa-list-ol::after {
  content: "10";
}

.fad.fa-list-ul::after {
  content: "10";
}

.fad.fa-location::after {
  content: "10";
}

.fad.fa-location-arrow::after {
  content: "10";
}

.fad.fa-location-circle::after {
  content: "10";
}

.fad.fa-location-slash::after {
  content: "10";
}

.fad.fa-lock::after {
  content: "10";
}

.fad.fa-lock-alt::after {
  content: "10";
}

.fad.fa-lock-open::after {
  content: "10";
}

.fad.fa-lock-open-alt::after {
  content: "10";
}

.fad.fa-long-arrow-alt-down::after {
  content: "10";
}

.fad.fa-long-arrow-alt-left::after {
  content: "10";
}

.fad.fa-long-arrow-alt-right::after {
  content: "10";
}

.fad.fa-long-arrow-alt-up::after {
  content: "10";
}

.fad.fa-long-arrow-down::after {
  content: "10";
}

.fad.fa-long-arrow-left::after {
  content: "10";
}

.fad.fa-long-arrow-right::after {
  content: "10";
}

.fad.fa-long-arrow-up::after {
  content: "10";
}

.fad.fa-loveseat::after {
  content: "10";
}

.fad.fa-low-vision::after {
  content: "10";
}

.fad.fa-luchador::after {
  content: "10";
}

.fad.fa-luggage-cart::after {
  content: "10";
}

.fad.fa-lungs::after {
  content: "10";
}

.fad.fa-mace::after {
  content: "10";
}

.fad.fa-magic::after {
  content: "10";
}

.fad.fa-magnet::after {
  content: "10";
}

.fad.fa-mail-bulk::after {
  content: "10";
}

.fad.fa-mailbox::after {
  content: "10";
}

.fad.fa-male::after {
  content: "10";
}

.fad.fa-mandolin::after {
  content: "10";
}

.fad.fa-map::after {
  content: "10";
}

.fad.fa-map-marked::after {
  content: "10";
}

.fad.fa-map-marked-alt::after {
  content: "10";
}

.fad.fa-map-marker::after {
  content: "10";
}

.fad.fa-map-marker-alt::after {
  content: "10";
}

.fad.fa-map-marker-alt-slash::after {
  content: "10";
}

.fad.fa-map-marker-check::after {
  content: "10";
}

.fad.fa-map-marker-edit::after {
  content: "10";
}

.fad.fa-map-marker-exclamation::after {
  content: "10";
}

.fad.fa-map-marker-minus::after {
  content: "10";
}

.fad.fa-map-marker-plus::after {
  content: "10";
}

.fad.fa-map-marker-question::after {
  content: "10";
}

.fad.fa-map-marker-slash::after {
  content: "10";
}

.fad.fa-map-marker-smile::after {
  content: "10";
}

.fad.fa-map-marker-times::after {
  content: "10";
}

.fad.fa-map-pin::after {
  content: "10";
}

.fad.fa-map-signs::after {
  content: "10";
}

.fad.fa-marker::after {
  content: "10";
}

.fad.fa-mars::after {
  content: "10";
}

.fad.fa-mars-double::after {
  content: "10";
}

.fad.fa-mars-stroke::after {
  content: "10";
}

.fad.fa-mars-stroke-h::after {
  content: "10";
}

.fad.fa-mars-stroke-v::after {
  content: "10";
}

.fad.fa-mask::after {
  content: "10";
}

.fad.fa-meat::after {
  content: "10";
}

.fad.fa-medal::after {
  content: "10";
}

.fad.fa-medkit::after {
  content: "10";
}

.fad.fa-megaphone::after {
  content: "10";
}

.fad.fa-meh::after {
  content: "10";
}

.fad.fa-meh-blank::after {
  content: "10";
}

.fad.fa-meh-rolling-eyes::after {
  content: "10";
}

.fad.fa-memory::after {
  content: "10";
}

.fad.fa-menorah::after {
  content: "10";
}

.fad.fa-mercury::after {
  content: "10";
}

.fad.fa-meteor::after {
  content: "10";
}

.fad.fa-microchip::after {
  content: "10";
}

.fad.fa-microphone::after {
  content: "10";
}

.fad.fa-microphone-alt::after {
  content: "10";
}

.fad.fa-microphone-alt-slash::after {
  content: "10";
}

.fad.fa-microphone-slash::after {
  content: "10";
}

.fad.fa-microscope::after {
  content: "10";
}

.fad.fa-mind-share::after {
  content: "10";
}

.fad.fa-minus::after {
  content: "10";
}

.fad.fa-minus-circle::after {
  content: "10";
}

.fad.fa-minus-hexagon::after {
  content: "10";
}

.fad.fa-minus-octagon::after {
  content: "10";
}

.fad.fa-minus-square::after {
  content: "10";
}

.fad.fa-mistletoe::after {
  content: "10";
}

.fad.fa-mitten::after {
  content: "10";
}

.fad.fa-mobile::after {
  content: "10";
}

.fad.fa-mobile-alt::after {
  content: "10";
}

.fad.fa-mobile-android::after {
  content: "10";
}

.fad.fa-mobile-android-alt::after {
  content: "10";
}

.fad.fa-money-bill::after {
  content: "10";
}

.fad.fa-money-bill-alt::after {
  content: "10";
}

.fad.fa-money-bill-wave::after {
  content: "10";
}

.fad.fa-money-bill-wave-alt::after {
  content: "10";
}

.fad.fa-money-check::after {
  content: "10";
}

.fad.fa-money-check-alt::after {
  content: "10";
}

.fad.fa-money-check-edit::after {
  content: "10";
}

.fad.fa-money-check-edit-alt::after {
  content: "10";
}

.fad.fa-monitor-heart-rate::after {
  content: "10";
}

.fad.fa-monkey::after {
  content: "10";
}

.fad.fa-monument::after {
  content: "10";
}

.fad.fa-moon::after {
  content: "10";
}

.fad.fa-moon-cloud::after {
  content: "10";
}

.fad.fa-moon-stars::after {
  content: "10";
}

.fad.fa-mortar-pestle::after {
  content: "10";
}

.fad.fa-mosque::after {
  content: "10";
}

.fad.fa-motorcycle::after {
  content: "10";
}

.fad.fa-mountain::after {
  content: "10";
}

.fad.fa-mountains::after {
  content: "10";
}

.fad.fa-mouse-pointer::after {
  content: "10";
}

.fad.fa-mug::after {
  content: "10";
}

.fad.fa-mug-hot::after {
  content: "10";
}

.fad.fa-mug-marshmallows::after {
  content: "10";
}

.fad.fa-mug-tea::after {
  content: "10";
}

.fad.fa-music::after {
  content: "10";
}

.fad.fa-narwhal::after {
  content: "10";
}

.fad.fa-network-wired::after {
  content: "10";
}

.fad.fa-neuter::after {
  content: "10";
}

.fad.fa-newspaper::after {
  content: "10";
}

.fad.fa-not-equal::after {
  content: "10";
}

.fad.fa-notes-medical::after {
  content: "10";
}

.fad.fa-object-group::after {
  content: "10";
}

.fad.fa-object-ungroup::after {
  content: "10";
}

.fad.fa-octagon::after {
  content: "10";
}

.fad.fa-oil-can::after {
  content: "10";
}

.fad.fa-oil-temp::after {
  content: "10";
}

.fad.fa-om::after {
  content: "10";
}

.fad.fa-omega::after {
  content: "10";
}

.fad.fa-ornament::after {
  content: "10";
}

.fad.fa-otter::after {
  content: "10";
}

.fad.fa-outdent::after {
  content: "10";
}

.fad.fa-overline::after {
  content: "10";
}

.fad.fa-page-break::after {
  content: "10";
}

.fad.fa-pager::after {
  content: "10";
}

.fad.fa-paint-brush::after {
  content: "10";
}

.fad.fa-paint-brush-alt::after {
  content: "10";
}

.fad.fa-paint-roller::after {
  content: "10";
}

.fad.fa-palette::after {
  content: "10";
}

.fad.fa-pallet::after {
  content: "10";
}

.fad.fa-pallet-alt::after {
  content: "10";
}

.fad.fa-paper-plane::after {
  content: "10";
}

.fad.fa-paperclip::after {
  content: "10";
}

.fad.fa-parachute-box::after {
  content: "10";
}

.fad.fa-paragraph::after {
  content: "10";
}

.fad.fa-paragraph-rtl::after {
  content: "10";
}

.fad.fa-parking::after {
  content: "10";
}

.fad.fa-parking-circle::after {
  content: "10";
}

.fad.fa-parking-circle-slash::after {
  content: "10";
}

.fad.fa-parking-slash::after {
  content: "10";
}

.fad.fa-passport::after {
  content: "10";
}

.fad.fa-pastafarianism::after {
  content: "10";
}

.fad.fa-paste::after {
  content: "10";
}

.fad.fa-pause::after {
  content: "10";
}

.fad.fa-pause-circle::after {
  content: "10";
}

.fad.fa-paw::after {
  content: "10";
}

.fad.fa-paw-alt::after {
  content: "10";
}

.fad.fa-paw-claws::after {
  content: "10";
}

.fad.fa-peace::after {
  content: "10";
}

.fad.fa-pegasus::after {
  content: "10";
}

.fad.fa-pen::after {
  content: "10";
}

.fad.fa-pen-alt::after {
  content: "10";
}

.fad.fa-pen-fancy::after {
  content: "10";
}

.fad.fa-pen-nib::after {
  content: "10";
}

.fad.fa-pen-square::after {
  content: "10";
}

.fad.fa-pencil::after {
  content: "10";
}

.fad.fa-pencil-alt::after {
  content: "10";
}

.fad.fa-pencil-paintbrush::after {
  content: "10";
}

.fad.fa-pencil-ruler::after {
  content: "10";
}

.fad.fa-pennant::after {
  content: "10";
}

.fad.fa-people-carry::after {
  content: "10";
}

.fad.fa-pepper-hot::after {
  content: "10";
}

.fad.fa-percent::after {
  content: "10";
}

.fad.fa-percentage::after {
  content: "10";
}

.fad.fa-person-booth::after {
  content: "10";
}

.fad.fa-person-carry::after {
  content: "10";
}

.fad.fa-person-dolly::after {
  content: "10";
}

.fad.fa-person-dolly-empty::after {
  content: "10";
}

.fad.fa-person-sign::after {
  content: "10";
}

.fad.fa-phone::after {
  content: "10";
}

.fad.fa-phone-laptop::after {
  content: "10";
}

.fad.fa-phone-office::after {
  content: "10";
}

.fad.fa-phone-plus::after {
  content: "10";
}

.fad.fa-phone-slash::after {
  content: "10";
}

.fad.fa-phone-square::after {
  content: "10";
}

.fad.fa-phone-volume::after {
  content: "10";
}

.fad.fa-photo-video::after {
  content: "10";
}

.fad.fa-pi::after {
  content: "10";
}

.fad.fa-pie::after {
  content: "10";
}

.fad.fa-pig::after {
  content: "10";
}

.fad.fa-piggy-bank::after {
  content: "10";
}

.fad.fa-pills::after {
  content: "10";
}

.fad.fa-pizza::after {
  content: "10";
}

.fad.fa-pizza-slice::after {
  content: "10";
}

.fad.fa-place-of-worship::after {
  content: "10";
}

.fad.fa-plane::after {
  content: "10";
}

.fad.fa-plane-alt::after {
  content: "10";
}

.fad.fa-plane-arrival::after {
  content: "10";
}

.fad.fa-plane-departure::after {
  content: "10";
}

.fad.fa-play::after {
  content: "10";
}

.fad.fa-play-circle::after {
  content: "10";
}

.fad.fa-plug::after {
  content: "10";
}

.fad.fa-plus::after {
  content: "10";
}

.fad.fa-plus-circle::after {
  content: "10";
}

.fad.fa-plus-hexagon::after {
  content: "10";
}

.fad.fa-plus-octagon::after {
  content: "10";
}

.fad.fa-plus-square::after {
  content: "10";
}

.fad.fa-podcast::after {
  content: "10";
}

.fad.fa-podium::after {
  content: "10";
}

.fad.fa-podium-star::after {
  content: "10";
}

.fad.fa-poll::after {
  content: "10";
}

.fad.fa-poll-h::after {
  content: "10";
}

.fad.fa-poll-people::after {
  content: "10";
}

.fad.fa-poo::after {
  content: "10";
}

.fad.fa-poo-storm::after {
  content: "10";
}

.fad.fa-poop::after {
  content: "10";
}

.fad.fa-popcorn::after {
  content: "10";
}

.fad.fa-portrait::after {
  content: "10";
}

.fad.fa-pound-sign::after {
  content: "10";
}

.fad.fa-power-off::after {
  content: "10";
}

.fad.fa-pray::after {
  content: "10";
}

.fad.fa-praying-hands::after {
  content: "10";
}

.fad.fa-prescription::after {
  content: "10";
}

.fad.fa-prescription-bottle::after {
  content: "10";
}

.fad.fa-prescription-bottle-alt::after {
  content: "10";
}

.fad.fa-presentation::after {
  content: "10";
}

.fad.fa-print::after {
  content: "10";
}

.fad.fa-print-search::after {
  content: "10";
}

.fad.fa-print-slash::after {
  content: "10";
}

.fad.fa-procedures::after {
  content: "10";
}

.fad.fa-project-diagram::after {
  content: "10";
}

.fad.fa-pumpkin::after {
  content: "10";
}

.fad.fa-puzzle-piece::after {
  content: "10";
}

.fad.fa-qrcode::after {
  content: "10";
}

.fad.fa-question::after {
  content: "10";
}

.fad.fa-question-circle::after {
  content: "10";
}

.fad.fa-question-square::after {
  content: "10";
}

.fad.fa-quidditch::after {
  content: "10";
}

.fad.fa-quote-left::after {
  content: "10";
}

.fad.fa-quote-right::after {
  content: "10";
}

.fad.fa-quran::after {
  content: "10";
}

.fad.fa-rabbit::after {
  content: "10";
}

.fad.fa-rabbit-fast::after {
  content: "10";
}

.fad.fa-racquet::after {
  content: "10";
}

.fad.fa-radiation::after {
  content: "10";
}

.fad.fa-radiation-alt::after {
  content: "10";
}

.fad.fa-rainbow::after {
  content: "10";
}

.fad.fa-raindrops::after {
  content: "10";
}

.fad.fa-ram::after {
  content: "10";
}

.fad.fa-ramp-loading::after {
  content: "10";
}

.fad.fa-random::after {
  content: "10";
}

.fad.fa-receipt::after {
  content: "10";
}

.fad.fa-rectangle-landscape::after {
  content: "10";
}

.fad.fa-rectangle-portrait::after {
  content: "10";
}

.fad.fa-rectangle-wide::after {
  content: "10";
}

.fad.fa-recycle::after {
  content: "10";
}

.fad.fa-redo::after {
  content: "10";
}

.fad.fa-redo-alt::after {
  content: "10";
}

.fad.fa-registered::after {
  content: "10";
}

.fad.fa-remove-format::after {
  content: "10";
}

.fad.fa-repeat::after {
  content: "10";
}

.fad.fa-repeat-1::after {
  content: "10";
}

.fad.fa-repeat-1-alt::after {
  content: "10";
}

.fad.fa-repeat-alt::after {
  content: "10";
}

.fad.fa-reply::after {
  content: "10";
}

.fad.fa-reply-all::after {
  content: "10";
}

.fad.fa-republican::after {
  content: "10";
}

.fad.fa-restroom::after {
  content: "10";
}

.fad.fa-retweet::after {
  content: "10";
}

.fad.fa-retweet-alt::after {
  content: "10";
}

.fad.fa-ribbon::after {
  content: "10";
}

.fad.fa-ring::after {
  content: "10";
}

.fad.fa-rings-wedding::after {
  content: "10";
}

.fad.fa-road::after {
  content: "10";
}

.fad.fa-robot::after {
  content: "10";
}

.fad.fa-rocket::after {
  content: "10";
}

.fad.fa-route::after {
  content: "10";
}

.fad.fa-route-highway::after {
  content: "10";
}

.fad.fa-route-interstate::after {
  content: "10";
}

.fad.fa-rss::after {
  content: "10";
}

.fad.fa-rss-square::after {
  content: "10";
}

.fad.fa-ruble-sign::after {
  content: "10";
}

.fad.fa-ruler::after {
  content: "10";
}

.fad.fa-ruler-combined::after {
  content: "10";
}

.fad.fa-ruler-horizontal::after {
  content: "10";
}

.fad.fa-ruler-triangle::after {
  content: "10";
}

.fad.fa-ruler-vertical::after {
  content: "10";
}

.fad.fa-running::after {
  content: "10";
}

.fad.fa-rupee-sign::after {
  content: "10";
}

.fad.fa-rv::after {
  content: "10";
}

.fad.fa-sack::after {
  content: "10";
}

.fad.fa-sack-dollar::after {
  content: "10";
}

.fad.fa-sad-cry::after {
  content: "10";
}

.fad.fa-sad-tear::after {
  content: "10";
}

.fad.fa-salad::after {
  content: "10";
}

.fad.fa-sandwich::after {
  content: "10";
}

.fad.fa-satellite::after {
  content: "10";
}

.fad.fa-satellite-dish::after {
  content: "10";
}

.fad.fa-sausage::after {
  content: "10";
}

.fad.fa-save::after {
  content: "10";
}

.fad.fa-scalpel::after {
  content: "10";
}

.fad.fa-scalpel-path::after {
  content: "10";
}

.fad.fa-scanner::after {
  content: "10";
}

.fad.fa-scanner-keyboard::after {
  content: "10";
}

.fad.fa-scanner-touchscreen::after {
  content: "10";
}

.fad.fa-scarecrow::after {
  content: "10";
}

.fad.fa-scarf::after {
  content: "10";
}

.fad.fa-school::after {
  content: "10";
}

.fad.fa-screwdriver::after {
  content: "10";
}

.fad.fa-scroll::after {
  content: "10";
}

.fad.fa-scroll-old::after {
  content: "10";
}

.fad.fa-scrubber::after {
  content: "10";
}

.fad.fa-scythe::after {
  content: "10";
}

.fad.fa-sd-card::after {
  content: "10";
}

.fad.fa-search::after {
  content: "10";
}

.fad.fa-search-dollar::after {
  content: "10";
}

.fad.fa-search-location::after {
  content: "10";
}

.fad.fa-search-minus::after {
  content: "10";
}

.fad.fa-search-plus::after {
  content: "10";
}

.fad.fa-seedling::after {
  content: "10";
}

.fad.fa-send-back::after {
  content: "10";
}

.fad.fa-send-backward::after {
  content: "10";
}

.fad.fa-server::after {
  content: "10";
}

.fad.fa-shapes::after {
  content: "10";
}

.fad.fa-share::after {
  content: "10";
}

.fad.fa-share-all::after {
  content: "10";
}

.fad.fa-share-alt::after {
  content: "10";
}

.fad.fa-share-alt-square::after {
  content: "10";
}

.fad.fa-share-square::after {
  content: "10";
}

.fad.fa-sheep::after {
  content: "10";
}

.fad.fa-shekel-sign::after {
  content: "10";
}

.fad.fa-shield::after {
  content: "10";
}

.fad.fa-shield-alt::after {
  content: "10";
}

.fad.fa-shield-check::after {
  content: "10";
}

.fad.fa-shield-cross::after {
  content: "10";
}

.fad.fa-ship::after {
  content: "10";
}

.fad.fa-shipping-fast::after {
  content: "10";
}

.fad.fa-shipping-timed::after {
  content: "10";
}

.fad.fa-shish-kebab::after {
  content: "10";
}

.fad.fa-shoe-prints::after {
  content: "10";
}

.fad.fa-shopping-bag::after {
  content: "10";
}

.fad.fa-shopping-basket::after {
  content: "10";
}

.fad.fa-shopping-cart::after {
  content: "10";
}

.fad.fa-shovel::after {
  content: "10";
}

.fad.fa-shovel-snow::after {
  content: "10";
}

.fad.fa-shower::after {
  content: "10";
}

.fad.fa-shredder::after {
  content: "10";
}

.fad.fa-shuttle-van::after {
  content: "10";
}

.fad.fa-shuttlecock::after {
  content: "10";
}

.fad.fa-sickle::after {
  content: "10";
}

.fad.fa-sigma::after {
  content: "10";
}

.fad.fa-sign::after {
  content: "10";
}

.fad.fa-sign-in::after {
  content: "10";
}

.fad.fa-sign-in-alt::after {
  content: "10";
}

.fad.fa-sign-language::after {
  content: "10";
}

.fad.fa-sign-out::after {
  content: "10";
}

.fad.fa-sign-out-alt::after {
  content: "10";
}

.fad.fa-signal::after {
  content: "10";
}

.fad.fa-signal-1::after {
  content: "10";
}

.fad.fa-signal-2::after {
  content: "10";
}

.fad.fa-signal-3::after {
  content: "10";
}

.fad.fa-signal-4::after {
  content: "10";
}

.fad.fa-signal-alt::after {
  content: "10";
}

.fad.fa-signal-alt-1::after {
  content: "10";
}

.fad.fa-signal-alt-2::after {
  content: "10";
}

.fad.fa-signal-alt-3::after {
  content: "10";
}

.fad.fa-signal-alt-slash::after {
  content: "10";
}

.fad.fa-signal-slash::after {
  content: "10";
}

.fad.fa-signature::after {
  content: "10";
}

.fad.fa-sim-card::after {
  content: "10";
}

.fad.fa-sitemap::after {
  content: "10";
}

.fad.fa-skating::after {
  content: "10";
}

.fad.fa-skeleton::after {
  content: "10";
}

.fad.fa-ski-jump::after {
  content: "10";
}

.fad.fa-ski-lift::after {
  content: "10";
}

.fad.fa-skiing::after {
  content: "10";
}

.fad.fa-skiing-nordic::after {
  content: "10";
}

.fad.fa-skull::after {
  content: "10";
}

.fad.fa-skull-crossbones::after {
  content: "10";
}

.fad.fa-slash::after {
  content: "10";
}

.fad.fa-sledding::after {
  content: "10";
}

.fad.fa-sleigh::after {
  content: "10";
}

.fad.fa-sliders-h::after {
  content: "10";
}

.fad.fa-sliders-h-square::after {
  content: "10";
}

.fad.fa-sliders-v::after {
  content: "10";
}

.fad.fa-sliders-v-square::after {
  content: "10";
}

.fad.fa-smile::after {
  content: "10";
}

.fad.fa-smile-beam::after {
  content: "10";
}

.fad.fa-smile-plus::after {
  content: "10";
}

.fad.fa-smile-wink::after {
  content: "10";
}

.fad.fa-smog::after {
  content: "10";
}

.fad.fa-smoke::after {
  content: "10";
}

.fad.fa-smoking::after {
  content: "10";
}

.fad.fa-smoking-ban::after {
  content: "10";
}

.fad.fa-sms::after {
  content: "10";
}

.fad.fa-snake::after {
  content: "10";
}

.fad.fa-snooze::after {
  content: "10";
}

.fad.fa-snow-blowing::after {
  content: "10";
}

.fad.fa-snowboarding::after {
  content: "10";
}

.fad.fa-snowflake::after {
  content: "10";
}

.fad.fa-snowflakes::after {
  content: "10";
}

.fad.fa-snowman::after {
  content: "10";
}

.fad.fa-snowmobile::after {
  content: "10";
}

.fad.fa-snowplow::after {
  content: "10";
}

.fad.fa-socks::after {
  content: "10";
}

.fad.fa-solar-panel::after {
  content: "10";
}

.fad.fa-sort::after {
  content: "10";
}

.fad.fa-sort-alpha-down::after {
  content: "10";
}

.fad.fa-sort-alpha-down-alt::after {
  content: "10";
}

.fad.fa-sort-alpha-up::after {
  content: "10";
}

.fad.fa-sort-alpha-up-alt::after {
  content: "10";
}

.fad.fa-sort-alt::after {
  content: "10";
}

.fad.fa-sort-amount-down::after {
  content: "10";
}

.fad.fa-sort-amount-down-alt::after {
  content: "10";
}

.fad.fa-sort-amount-up::after {
  content: "10";
}

.fad.fa-sort-amount-up-alt::after {
  content: "10";
}

.fad.fa-sort-down::after {
  content: "10";
}

.fad.fa-sort-numeric-down::after {
  content: "10";
}

.fad.fa-sort-numeric-down-alt::after {
  content: "10";
}

.fad.fa-sort-numeric-up::after {
  content: "10";
}

.fad.fa-sort-numeric-up-alt::after {
  content: "10";
}

.fad.fa-sort-shapes-down::after {
  content: "10";
}

.fad.fa-sort-shapes-down-alt::after {
  content: "10";
}

.fad.fa-sort-shapes-up::after {
  content: "10";
}

.fad.fa-sort-shapes-up-alt::after {
  content: "10";
}

.fad.fa-sort-size-down::after {
  content: "10";
}

.fad.fa-sort-size-down-alt::after {
  content: "10";
}

.fad.fa-sort-size-up::after {
  content: "10";
}

.fad.fa-sort-size-up-alt::after {
  content: "10";
}

.fad.fa-sort-up::after {
  content: "10";
}

.fad.fa-soup::after {
  content: "10";
}

.fad.fa-spa::after {
  content: "10";
}

.fad.fa-space-shuttle::after {
  content: "10";
}

.fad.fa-spade::after {
  content: "10";
}

.fad.fa-sparkles::after {
  content: "10";
}

.fad.fa-spell-check::after {
  content: "10";
}

.fad.fa-spider::after {
  content: "10";
}

.fad.fa-spider-black-widow::after {
  content: "10";
}

.fad.fa-spider-web::after {
  content: "10";
}

.fad.fa-spinner::after {
  content: "10";
}

.fad.fa-spinner-third::after {
  content: "10";
}

.fad.fa-splotch::after {
  content: "10";
}

.fad.fa-spray-can::after {
  content: "10";
}

.fad.fa-square::after {
  content: "10";
}

.fad.fa-square-full::after {
  content: "10";
}

.fad.fa-square-root::after {
  content: "10";
}

.fad.fa-square-root-alt::after {
  content: "10";
}

.fad.fa-squirrel::after {
  content: "10";
}

.fad.fa-staff::after {
  content: "10";
}

.fad.fa-stamp::after {
  content: "10";
}

.fad.fa-star::after {
  content: "10";
}

.fad.fa-star-and-crescent::after {
  content: "10";
}

.fad.fa-star-christmas::after {
  content: "10";
}

.fad.fa-star-exclamation::after {
  content: "10";
}

.fad.fa-star-half::after {
  content: "10";
}

.fad.fa-star-half-alt::after {
  content: "10";
}

.fad.fa-star-of-david::after {
  content: "10";
}

.fad.fa-star-of-life::after {
  content: "10";
}

.fad.fa-stars::after {
  content: "10";
}

.fad.fa-steak::after {
  content: "10";
}

.fad.fa-steering-wheel::after {
  content: "10";
}

.fad.fa-step-backward::after {
  content: "10";
}

.fad.fa-step-forward::after {
  content: "10";
}

.fad.fa-stethoscope::after {
  content: "10";
}

.fad.fa-sticky-note::after {
  content: "10";
}

.fad.fa-stocking::after {
  content: "10";
}

.fad.fa-stomach::after {
  content: "10";
}

.fad.fa-stop::after {
  content: "10";
}

.fad.fa-stop-circle::after {
  content: "10";
}

.fad.fa-stopwatch::after {
  content: "10";
}

.fad.fa-store::after {
  content: "10";
}

.fad.fa-store-alt::after {
  content: "10";
}

.fad.fa-stream::after {
  content: "10";
}

.fad.fa-street-view::after {
  content: "10";
}

.fad.fa-stretcher::after {
  content: "10";
}

.fad.fa-strikethrough::after {
  content: "10";
}

.fad.fa-stroopwafel::after {
  content: "10";
}

.fad.fa-subscript::after {
  content: "10";
}

.fad.fa-subway::after {
  content: "10";
}

.fad.fa-suitcase::after {
  content: "10";
}

.fad.fa-suitcase-rolling::after {
  content: "10";
}

.fad.fa-sun::after {
  content: "10";
}

.fad.fa-sun-cloud::after {
  content: "10";
}

.fad.fa-sun-dust::after {
  content: "10";
}

.fad.fa-sun-haze::after {
  content: "10";
}

.fad.fa-sunglasses::after {
  content: "10";
}

.fad.fa-sunrise::after {
  content: "10";
}

.fad.fa-sunset::after {
  content: "10";
}

.fad.fa-superscript::after {
  content: "10";
}

.fad.fa-surprise::after {
  content: "10";
}

.fad.fa-swatchbook::after {
  content: "10";
}

.fad.fa-swimmer::after {
  content: "10";
}

.fad.fa-swimming-pool::after {
  content: "10";
}

.fad.fa-sword::after {
  content: "10";
}

.fad.fa-swords::after {
  content: "10";
}

.fad.fa-synagogue::after {
  content: "10";
}

.fad.fa-sync::after {
  content: "10";
}

.fad.fa-sync-alt::after {
  content: "10";
}

.fad.fa-syringe::after {
  content: "10";
}

.fad.fa-table::after {
  content: "10";
}

.fad.fa-table-tennis::after {
  content: "10";
}

.fad.fa-tablet::after {
  content: "10";
}

.fad.fa-tablet-alt::after {
  content: "10";
}

.fad.fa-tablet-android::after {
  content: "10";
}

.fad.fa-tablet-android-alt::after {
  content: "10";
}

.fad.fa-tablet-rugged::after {
  content: "10";
}

.fad.fa-tablets::after {
  content: "10";
}

.fad.fa-tachometer::after {
  content: "10";
}

.fad.fa-tachometer-alt::after {
  content: "10";
}

.fad.fa-tachometer-alt-average::after {
  content: "10";
}

.fad.fa-tachometer-alt-fast::after {
  content: "10";
}

.fad.fa-tachometer-alt-fastest::after {
  content: "10";
}

.fad.fa-tachometer-alt-slow::after {
  content: "10";
}

.fad.fa-tachometer-alt-slowest::after {
  content: "10";
}

.fad.fa-tachometer-average::after {
  content: "10";
}

.fad.fa-tachometer-fast::after {
  content: "10";
}

.fad.fa-tachometer-fastest::after {
  content: "10";
}

.fad.fa-tachometer-slow::after {
  content: "10";
}

.fad.fa-tachometer-slowest::after {
  content: "10";
}

.fad.fa-taco::after {
  content: "10";
}

.fad.fa-tag::after {
  content: "10";
}

.fad.fa-tags::after {
  content: "10";
}

.fad.fa-tally::after {
  content: "10";
}

.fad.fa-tanakh::after {
  content: "10";
}

.fad.fa-tape::after {
  content: "10";
}

.fad.fa-tasks::after {
  content: "10";
}

.fad.fa-tasks-alt::after {
  content: "10";
}

.fad.fa-taxi::after {
  content: "10";
}

.fad.fa-teeth::after {
  content: "10";
}

.fad.fa-teeth-open::after {
  content: "10";
}

.fad.fa-temperature-frigid::after {
  content: "10";
}

.fad.fa-temperature-high::after {
  content: "10";
}

.fad.fa-temperature-hot::after {
  content: "10";
}

.fad.fa-temperature-low::after {
  content: "10";
}

.fad.fa-tenge::after {
  content: "10";
}

.fad.fa-tennis-ball::after {
  content: "10";
}

.fad.fa-terminal::after {
  content: "10";
}

.fad.fa-text::after {
  content: "10";
}

.fad.fa-text-height::after {
  content: "10";
}

.fad.fa-text-size::after {
  content: "10";
}

.fad.fa-text-width::after {
  content: "10";
}

.fad.fa-th::after {
  content: "10";
}

.fad.fa-th-large::after {
  content: "10";
}

.fad.fa-th-list::after {
  content: "10";
}

.fad.fa-theater-masks::after {
  content: "10";
}

.fad.fa-thermometer::after {
  content: "10";
}

.fad.fa-thermometer-empty::after {
  content: "10";
}

.fad.fa-thermometer-full::after {
  content: "10";
}

.fad.fa-thermometer-half::after {
  content: "10";
}

.fad.fa-thermometer-quarter::after {
  content: "10";
}

.fad.fa-thermometer-three-quarters::after {
  content: "10";
}

.fad.fa-theta::after {
  content: "10";
}

.fad.fa-thumbs-down::after {
  content: "10";
}

.fad.fa-thumbs-up::after {
  content: "10";
}

.fad.fa-thumbtack::after {
  content: "10";
}

.fad.fa-thunderstorm::after {
  content: "10";
}

.fad.fa-thunderstorm-moon::after {
  content: "10";
}

.fad.fa-thunderstorm-sun::after {
  content: "10";
}

.fad.fa-ticket::after {
  content: "10";
}

.fad.fa-ticket-alt::after {
  content: "10";
}

.fad.fa-tilde::after {
  content: "10";
}

.fad.fa-times::after {
  content: "10";
}

.fad.fa-times-circle::after {
  content: "10";
}

.fad.fa-times-hexagon::after {
  content: "10";
}

.fad.fa-times-octagon::after {
  content: "10";
}

.fad.fa-times-square::after {
  content: "10";
}

.fad.fa-tint::after {
  content: "10";
}

.fad.fa-tint-slash::after {
  content: "10";
}

.fad.fa-tire::after {
  content: "10";
}

.fad.fa-tire-flat::after {
  content: "10";
}

.fad.fa-tire-pressure-warning::after {
  content: "10";
}

.fad.fa-tire-rugged::after {
  content: "10";
}

.fad.fa-tired::after {
  content: "10";
}

.fad.fa-toggle-off::after {
  content: "10";
}

.fad.fa-toggle-on::after {
  content: "10";
}

.fad.fa-toilet::after {
  content: "10";
}

.fad.fa-toilet-paper::after {
  content: "10";
}

.fad.fa-toilet-paper-alt::after {
  content: "10";
}

.fad.fa-tombstone::after {
  content: "10";
}

.fad.fa-tombstone-alt::after {
  content: "10";
}

.fad.fa-toolbox::after {
  content: "10";
}

.fad.fa-tools::after {
  content: "10";
}

.fad.fa-tooth::after {
  content: "10";
}

.fad.fa-toothbrush::after {
  content: "10";
}

.fad.fa-torah::after {
  content: "10";
}

.fad.fa-torii-gate::after {
  content: "10";
}

.fad.fa-tornado::after {
  content: "10";
}

.fad.fa-tractor::after {
  content: "10";
}

.fad.fa-trademark::after {
  content: "10";
}

.fad.fa-traffic-cone::after {
  content: "10";
}

.fad.fa-traffic-light::after {
  content: "10";
}

.fad.fa-traffic-light-go::after {
  content: "10";
}

.fad.fa-traffic-light-slow::after {
  content: "10";
}

.fad.fa-traffic-light-stop::after {
  content: "10";
}

.fad.fa-train::after {
  content: "10";
}

.fad.fa-tram::after {
  content: "10";
}

.fad.fa-transgender::after {
  content: "10";
}

.fad.fa-transgender-alt::after {
  content: "10";
}

.fad.fa-trash::after {
  content: "10";
}

.fad.fa-trash-alt::after {
  content: "10";
}

.fad.fa-trash-restore::after {
  content: "10";
}

.fad.fa-trash-restore-alt::after {
  content: "10";
}

.fad.fa-trash-undo::after {
  content: "10";
}

.fad.fa-trash-undo-alt::after {
  content: "10";
}

.fad.fa-treasure-chest::after {
  content: "10";
}

.fad.fa-tree::after {
  content: "10";
}

.fad.fa-tree-alt::after {
  content: "10";
}

.fad.fa-tree-christmas::after {
  content: "10";
}

.fad.fa-tree-decorated::after {
  content: "10";
}

.fad.fa-tree-large::after {
  content: "10";
}

.fad.fa-tree-palm::after {
  content: "10";
}

.fad.fa-trees::after {
  content: "10";
}

.fad.fa-triangle::after {
  content: "10";
}

.fad.fa-trophy::after {
  content: "10";
}

.fad.fa-trophy-alt::after {
  content: "10";
}

.fad.fa-truck::after {
  content: "10";
}

.fad.fa-truck-container::after {
  content: "10";
}

.fad.fa-truck-couch::after {
  content: "10";
}

.fad.fa-truck-loading::after {
  content: "10";
}

.fad.fa-truck-monster::after {
  content: "10";
}

.fad.fa-truck-moving::after {
  content: "10";
}

.fad.fa-truck-pickup::after {
  content: "10";
}

.fad.fa-truck-plow::after {
  content: "10";
}

.fad.fa-truck-ramp::after {
  content: "10";
}

.fad.fa-tshirt::after {
  content: "10";
}

.fad.fa-tty::after {
  content: "10";
}

.fad.fa-turkey::after {
  content: "10";
}

.fad.fa-turtle::after {
  content: "10";
}

.fad.fa-tv::after {
  content: "10";
}

.fad.fa-tv-retro::after {
  content: "10";
}

.fad.fa-umbrella::after {
  content: "10";
}

.fad.fa-umbrella-beach::after {
  content: "10";
}

.fad.fa-underline::after {
  content: "10";
}

.fad.fa-undo::after {
  content: "10";
}

.fad.fa-undo-alt::after {
  content: "10";
}

.fad.fa-unicorn::after {
  content: "10";
}

.fad.fa-union::after {
  content: "10";
}

.fad.fa-universal-access::after {
  content: "10";
}

.fad.fa-university::after {
  content: "10";
}

.fad.fa-unlink::after {
  content: "10";
}

.fad.fa-unlock::after {
  content: "10";
}

.fad.fa-unlock-alt::after {
  content: "10";
}

.fad.fa-upload::after {
  content: "10";
}

.fad.fa-usd-circle::after {
  content: "10";
}

.fad.fa-usd-square::after {
  content: "10";
}

.fad.fa-user::after {
  content: "10";
}

.fad.fa-user-alt::after {
  content: "10";
}

.fad.fa-user-alt-slash::after {
  content: "10";
}

.fad.fa-user-astronaut::after {
  content: "10";
}

.fad.fa-user-chart::after {
  content: "10";
}

.fad.fa-user-check::after {
  content: "10";
}

.fad.fa-user-circle::after {
  content: "10";
}

.fad.fa-user-clock::after {
  content: "10";
}

.fad.fa-user-cog::after {
  content: "10";
}

.fad.fa-user-crown::after {
  content: "10";
}

.fad.fa-user-edit::after {
  content: "10";
}

.fad.fa-user-friends::after {
  content: "10";
}

.fad.fa-user-graduate::after {
  content: "10";
}

.fad.fa-user-hard-hat::after {
  content: "10";
}

.fad.fa-user-headset::after {
  content: "10";
}

.fad.fa-user-injured::after {
  content: "10";
}

.fad.fa-user-lock::after {
  content: "10";
}

.fad.fa-user-md::after {
  content: "10";
}

.fad.fa-user-md-chat::after {
  content: "10";
}

.fad.fa-user-minus::after {
  content: "10";
}

.fad.fa-user-ninja::after {
  content: "10";
}

.fad.fa-user-nurse::after {
  content: "10";
}

.fad.fa-user-plus::after {
  content: "10";
}

.fad.fa-user-secret::after {
  content: "10";
}

.fad.fa-user-shield::after {
  content: "10";
}

.fad.fa-user-slash::after {
  content: "10";
}

.fad.fa-user-tag::after {
  content: "10";
}

.fad.fa-user-tie::after {
  content: "10";
}

.fad.fa-user-times::after {
  content: "10";
}

.fad.fa-users::after {
  content: "10";
}

.fad.fa-users-class::after {
  content: "10";
}

.fad.fa-users-cog::after {
  content: "10";
}

.fad.fa-users-crown::after {
  content: "10";
}

.fad.fa-users-medical::after {
  content: "10";
}

.fad.fa-utensil-fork::after {
  content: "10";
}

.fad.fa-utensil-knife::after {
  content: "10";
}

.fad.fa-utensil-spoon::after {
  content: "10";
}

.fad.fa-utensils::after {
  content: "10";
}

.fad.fa-utensils-alt::after {
  content: "10";
}

.fad.fa-value-absolute::after {
  content: "10";
}

.fad.fa-vector-square::after {
  content: "10";
}

.fad.fa-venus::after {
  content: "10";
}

.fad.fa-venus-double::after {
  content: "10";
}

.fad.fa-venus-mars::after {
  content: "10";
}

.fad.fa-vial::after {
  content: "10";
}

.fad.fa-vials::after {
  content: "10";
}

.fad.fa-video::after {
  content: "10";
}

.fad.fa-video-plus::after {
  content: "10";
}

.fad.fa-video-slash::after {
  content: "10";
}

.fad.fa-vihara::after {
  content: "10";
}

.fad.fa-voicemail::after {
  content: "10";
}

.fad.fa-volcano::after {
  content: "10";
}

.fad.fa-volleyball-ball::after {
  content: "10";
}

.fad.fa-volume::after {
  content: "10";
}

.fad.fa-volume-down::after {
  content: "10";
}

.fad.fa-volume-mute::after {
  content: "10";
}

.fad.fa-volume-off::after {
  content: "10";
}

.fad.fa-volume-slash::after {
  content: "10";
}

.fad.fa-volume-up::after {
  content: "10";
}

.fad.fa-vote-nay::after {
  content: "10";
}

.fad.fa-vote-yea::after {
  content: "10";
}

.fad.fa-vr-cardboard::after {
  content: "10";
}

.fad.fa-walker::after {
  content: "10";
}

.fad.fa-walking::after {
  content: "10";
}

.fad.fa-wallet::after {
  content: "10";
}

.fad.fa-wand::after {
  content: "10";
}

.fad.fa-wand-magic::after {
  content: "10";
}

.fad.fa-warehouse::after {
  content: "10";
}

.fad.fa-warehouse-alt::after {
  content: "10";
}

.fad.fa-washer::after {
  content: "10";
}

.fad.fa-watch::after {
  content: "10";
}

.fad.fa-watch-fitness::after {
  content: "10";
}

.fad.fa-water::after {
  content: "10";
}

.fad.fa-water-lower::after {
  content: "10";
}

.fad.fa-water-rise::after {
  content: "10";
}

.fad.fa-wave-sine::after {
  content: "10";
}

.fad.fa-wave-square::after {
  content: "10";
}

.fad.fa-wave-triangle::after {
  content: "10";
}

.fad.fa-webcam::after {
  content: "10";
}

.fad.fa-webcam-slash::after {
  content: "10";
}

.fad.fa-weight::after {
  content: "10";
}

.fad.fa-weight-hanging::after {
  content: "10";
}

.fad.fa-whale::after {
  content: "10";
}

.fad.fa-wheat::after {
  content: "10";
}

.fad.fa-wheelchair::after {
  content: "10";
}

.fad.fa-whistle::after {
  content: "10";
}

.fad.fa-wifi::after {
  content: "10";
}

.fad.fa-wifi-1::after {
  content: "10";
}

.fad.fa-wifi-2::after {
  content: "10";
}

.fad.fa-wifi-slash::after {
  content: "10";
}

.fad.fa-wind::after {
  content: "10";
}

.fad.fa-wind-turbine::after {
  content: "10";
}

.fad.fa-wind-warning::after {
  content: "10";
}

.fad.fa-window::after {
  content: "10";
}

.fad.fa-window-alt::after {
  content: "10";
}

.fad.fa-window-close::after {
  content: "10";
}

.fad.fa-window-maximize::after {
  content: "10";
}

.fad.fa-window-minimize::after {
  content: "10";
}

.fad.fa-window-restore::after {
  content: "10";
}

.fad.fa-windsock::after {
  content: "10";
}

.fad.fa-wine-bottle::after {
  content: "10";
}

.fad.fa-wine-glass::after {
  content: "10";
}

.fad.fa-wine-glass-alt::after {
  content: "10";
}

.fad.fa-won-sign::after {
  content: "10";
}

.fad.fa-wreath::after {
  content: "10";
}

.fad.fa-wrench::after {
  content: "10";
}

.fad.fa-x-ray::after {
  content: "10";
}

.fad.fa-yen-sign::after {
  content: "10";
}

.fad.fa-yin-yang::after {
  content: "10";
}

/*!
 * Font Awesome Pro 5.10.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: auto;
  src: url("../././fonts/fontawesome-pro/fa-light-300.eot");
  src: url("../././fonts/fontawesome-pro/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../././fonts/fontawesome-pro/fa-light-300.woff2") format("woff2"), url("../././fonts/fontawesome-pro/fa-light-300.woff") format("woff"), url("../././fonts/fontawesome-pro/fa-light-300.ttf") format("truetype"), url("../././fonts/fontawesome-pro/fa-light-300.svg#fontawesome") format("svg");
}
.fal {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 300;
}

/*!
 * Font Awesome Pro 5.10.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: auto;
  src: url("../././fonts/fontawesome-pro/fa-regular-400.eot");
  src: url("../././fonts/fontawesome-pro/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../././fonts/fontawesome-pro/fa-regular-400.woff2") format("woff2"), url("../././fonts/fontawesome-pro/fa-regular-400.woff") format("woff"), url("../././fonts/fontawesome-pro/fa-regular-400.ttf") format("truetype"), url("../././fonts/fontawesome-pro/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

/*!
 * Font Awesome Pro 5.10.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: auto;
  src: url("../././fonts/fontawesome-pro/fa-solid-900.eot");
  src: url("../././fonts/fontawesome-pro/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../././fonts/fontawesome-pro/fa-solid-900.woff2") format("woff2"), url("../././fonts/fontawesome-pro/fa-solid-900.woff") format("woff"), url("../././fonts/fontawesome-pro/fa-solid-900.ttf") format("truetype"), url("../././fonts/fontawesome-pro/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 900;
}

/*!
 * Font Awesome Pro 5.10.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", sans-serif;
  font-weight: 400;
}

.fa.fa-star-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  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", sans-serif;
  font-weight: 400;
}

.fa.fa-trash-o::before {
  content: "";
}

.fa.fa-file-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-file-o::before {
  content: "";
}

.fa.fa-clock-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-clock-o::before {
  content: "";
}

.fa.fa-arrow-circle-o-down {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-arrow-circle-o-down::before {
  content: "";
}

.fa.fa-arrow-circle-o-up {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-arrow-circle-o-up::before {
  content: "";
}

.fa.fa-play-circle-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  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", sans-serif;
  font-weight: 400;
}

.fa.fa-dedent::before {
  content: "";
}

.fa.fa-video-camera::before {
  content: "";
}

.fa.fa-picture-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-picture-o::before {
  content: "";
}

.fa.fa-photo {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-photo::before {
  content: "";
}

.fa.fa-image {
  font-family: "Font Awesome 5 Pro", sans-serif;
  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", sans-serif;
  font-weight: 400;
}

.fa.fa-pencil-square-o::before {
  content: "";
}

.fa.fa-share-square-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-share-square-o::before {
  content: "";
}

.fa.fa-check-square-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  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", sans-serif;
  font-weight: 400;
}

.fa.fa-times-circle-o::before {
  content: "";
}

.fa.fa-check-circle-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-check-circle-o::before {
  content: "";
}

.fa.fa-mail-forward::before {
  content: "";
}

.fa.fa-eye {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-eye-slash {
  font-family: "Font Awesome 5 Pro", sans-serif;
  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", sans-serif;
  font-weight: 400;
}

.fa.fa-bar-chart::before {
  content: "";
}

.fa.fa-bar-chart-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-bar-chart-o::before {
  content: "";
}

.fa.fa-twitter-square {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-facebook-square {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-gears::before {
  content: "";
}

.fa.fa-thumbs-o-up {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-thumbs-o-up::before {
  content: "";
}

.fa.fa-thumbs-o-down {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-thumbs-o-down::before {
  content: "";
}

.fa.fa-heart-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  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", sans-serif;
  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", sans-serif;
  font-weight: 400;
}

.fa.fa-lemon-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-lemon-o::before {
  content: "";
}

.fa.fa-square-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-square-o::before {
  content: "";
}

.fa.fa-bookmark-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-bookmark-o::before {
  content: "";
}

.fa.fa-twitter {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-facebook {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-facebook::before {
  content: "";
}

.fa.fa-facebook-f {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-facebook-f::before {
  content: "";
}

.fa.fa-github {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-credit-card {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-feed::before {
  content: "";
}

.fa.fa-hdd-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-hdd-o::before {
  content: "";
}

.fa.fa-hand-o-right {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-hand-o-right::before {
  content: "";
}

.fa.fa-hand-o-left {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-hand-o-left::before {
  content: "";
}

.fa.fa-hand-o-up {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-hand-o-up::before {
  content: "";
}

.fa.fa-hand-o-down {
  font-family: "Font Awesome 5 Pro", sans-serif;
  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", sans-serif;
  font-weight: 400;
}

.fa.fa-files-o::before {
  content: "";
}

.fa.fa-floppy-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  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", sans-serif;
  font-weight: 400;
}

.fa.fa-pinterest-square {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-google-plus-square {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-google-plus {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-google-plus::before {
  content: "";
}

.fa.fa-money {
  font-family: "Font Awesome 5 Pro", sans-serif;
  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", sans-serif;
  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", sans-serif;
  font-weight: 400;
}

.fa.fa-comment-o::before {
  content: "";
}

.fa.fa-comments-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-comments-o::before {
  content: "";
}

.fa.fa-flash::before {
  content: "";
}

.fa.fa-clipboard {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-paste {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-paste::before {
  content: "";
}

.fa.fa-lightbulb-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  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", sans-serif;
  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", sans-serif;
  font-weight: 400;
}

.fa.fa-file-text-o::before {
  content: "";
}

.fa.fa-building-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-building-o::before {
  content: "";
}

.fa.fa-hospital-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  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", sans-serif;
  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", sans-serif;
  font-weight: 400;
}

.fa.fa-folder-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-folder-o::before {
  content: "";
}

.fa.fa-folder-open-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-folder-open-o::before {
  content: "";
}

.fa.fa-smile-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-smile-o::before {
  content: "";
}

.fa.fa-frown-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-frown-o::before {
  content: "";
}

.fa.fa-meh-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-meh-o::before {
  content: "";
}

.fa.fa-keyboard-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-keyboard-o::before {
  content: "";
}

.fa.fa-flag-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  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", sans-serif;
  font-weight: 400;
}

.fa.fa-star-half-o::before {
  content: "";
}

.fa.fa-star-half-empty {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-star-half-empty::before {
  content: "";
}

.fa.fa-star-half-full {
  font-family: "Font Awesome 5 Pro", sans-serif;
  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", sans-serif;
  font-weight: 400;
}

.fa.fa-calendar-o::before {
  content: "";
}

.fa.fa-maxcdn {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-html5 {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-css3 {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-ticket::before {
  content: "";
}

.fa.fa-minus-square-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  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", sans-serif;
  font-weight: 400;
}

.fa.fa-caret-square-o-down {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-caret-square-o-down::before {
  content: "";
}

.fa.fa-toggle-down {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-toggle-down::before {
  content: "";
}

.fa.fa-caret-square-o-up {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-caret-square-o-up::before {
  content: "";
}

.fa.fa-toggle-up {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-toggle-up::before {
  content: "";
}

.fa.fa-caret-square-o-right {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-caret-square-o-right::before {
  content: "";
}

.fa.fa-toggle-right {
  font-family: "Font Awesome 5 Pro", sans-serif;
  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", sans-serif;
  font-weight: 400;
}

.fa.fa-bitcoin {
  font-family: "Font Awesome 5 Brands", sans-serif;
  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", sans-serif;
  font-weight: 400;
}

.fa.fa-youtube {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-xing {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-xing-square {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-youtube-play {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-youtube-play::before {
  content: "";
}

.fa.fa-dropbox {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-stack-overflow {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-instagram {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-flickr {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-adn {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-bitbucket {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-bitbucket-square {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-bitbucket-square::before {
  content: "";
}

.fa.fa-tumblr {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-tumblr-square {
  font-family: "Font Awesome 5 Brands", sans-serif;
  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", sans-serif;
  font-weight: 400;
}

.fa.fa-windows {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-android {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-linux {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-dribbble {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-skype {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-foursquare {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-trello {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-gratipay {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-gittip {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-gittip::before {
  content: "";
}

.fa.fa-sun-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-sun-o::before {
  content: "";
}

.fa.fa-moon-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-moon-o::before {
  content: "";
}

.fa.fa-vk {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-weibo {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-renren {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-pagelines {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-stack-exchange {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-arrow-circle-o-right {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-arrow-circle-o-right::before {
  content: "";
}

.fa.fa-arrow-circle-o-left {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-arrow-circle-o-left::before {
  content: "";
}

.fa.fa-caret-square-o-left {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-caret-square-o-left::before {
  content: "";
}

.fa.fa-toggle-left {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-toggle-left::before {
  content: "";
}

.fa.fa-dot-circle-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-dot-circle-o::before {
  content: "";
}

.fa.fa-vimeo-square {
  font-family: "Font Awesome 5 Brands", sans-serif;
  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", sans-serif;
  font-weight: 400;
}

.fa.fa-plus-square-o::before {
  content: "";
}

.fa.fa-slack {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-wordpress {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-openid {
  font-family: "Font Awesome 5 Brands", sans-serif;
  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", sans-serif;
  font-weight: 400;
}

.fa.fa-google {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-reddit {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-reddit-square {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-stumbleupon-circle {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-stumbleupon {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-delicious {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-digg {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-pied-piper-pp {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-pied-piper-alt {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-drupal {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-joomla {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-spoon::before {
  content: "";
}

.fa.fa-behance {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-behance-square {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-steam {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-steam-square {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-automobile::before {
  content: "";
}

.fa.fa-cab::before {
  content: "";
}

.fa.fa-envelope-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-envelope-o::before {
  content: "";
}

.fa.fa-deviantart {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-soundcloud {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-file-pdf-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-file-pdf-o::before {
  content: "";
}

.fa.fa-file-word-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-file-word-o::before {
  content: "";
}

.fa.fa-file-excel-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-file-excel-o::before {
  content: "";
}

.fa.fa-file-powerpoint-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-file-powerpoint-o::before {
  content: "";
}

.fa.fa-file-image-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-file-image-o::before {
  content: "";
}

.fa.fa-file-photo-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-file-photo-o::before {
  content: "";
}

.fa.fa-file-picture-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-file-picture-o::before {
  content: "";
}

.fa.fa-file-archive-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-file-archive-o::before {
  content: "";
}

.fa.fa-file-zip-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-file-zip-o::before {
  content: "";
}

.fa.fa-file-audio-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-file-audio-o::before {
  content: "";
}

.fa.fa-file-sound-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-file-sound-o::before {
  content: "";
}

.fa.fa-file-video-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-file-video-o::before {
  content: "";
}

.fa.fa-file-movie-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-file-movie-o::before {
  content: "";
}

.fa.fa-file-code-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-file-code-o::before {
  content: "";
}

.fa.fa-vine {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-codepen {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-jsfiddle {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-life-ring {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-life-bouy {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-life-bouy::before {
  content: "";
}

.fa.fa-life-buoy {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-life-buoy::before {
  content: "";
}

.fa.fa-life-saver {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-life-saver::before {
  content: "";
}

.fa.fa-support {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-support::before {
  content: "";
}

.fa.fa-circle-o-notch::before {
  content: "";
}

.fa.fa-rebel {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-ra {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-ra::before {
  content: "";
}

.fa.fa-resistance {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-resistance::before {
  content: "";
}

.fa.fa-empire {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-ge {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-ge::before {
  content: "";
}

.fa.fa-git-square {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-git {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-hacker-news {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-y-combinator-square {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-y-combinator-square::before {
  content: "";
}

.fa.fa-yc-square {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-yc-square::before {
  content: "";
}

.fa.fa-tencent-weibo {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-qq {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-weixin {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-wechat {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-wechat::before {
  content: "";
}

.fa.fa-send::before {
  content: "";
}

.fa.fa-paper-plane-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-paper-plane-o::before {
  content: "";
}

.fa.fa-send-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-send-o::before {
  content: "";
}

.fa.fa-circle-thin {
  font-family: "Font Awesome 5 Pro", sans-serif;
  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", sans-serif;
  font-weight: 400;
}

.fa.fa-futbol-o::before {
  content: "";
}

.fa.fa-soccer-ball-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-soccer-ball-o::before {
  content: "";
}

.fa.fa-slideshare {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-twitch {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-yelp {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-newspaper-o::before {
  content: "";
}

.fa.fa-paypal {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-google-wallet {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-cc-visa {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-cc-mastercard {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-cc-discover {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-cc-amex {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-cc-paypal {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-cc-stripe {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-bell-slash-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-bell-slash-o::before {
  content: "";
}

.fa.fa-trash::before {
  content: "";
}

.fa.fa-copyright {
  font-family: "Font Awesome 5 Pro", sans-serif;
  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", sans-serif;
  font-weight: 400;
}

.fa.fa-lastfm-square {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-ioxhost {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-angellist {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-cc {
  font-family: "Font Awesome 5 Pro", sans-serif;
  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", sans-serif;
  font-weight: 400;
}

.fa.fa-meanpath::before {
  content: "";
}

.fa.fa-buysellads {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-connectdevelop {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-dashcube {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-forumbee {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-leanpub {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-sellsy {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-shirtsinbulk {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-simplybuilt {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-skyatlas {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-diamond {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-diamond::before {
  content: "";
}

.fa.fa-intersex::before {
  content: "";
}

.fa.fa-facebook-official {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-facebook-official::before {
  content: "";
}

.fa.fa-pinterest-p {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-whatsapp {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-hotel::before {
  content: "";
}

.fa.fa-viacoin {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-medium {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-y-combinator {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-yc {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-yc::before {
  content: "";
}

.fa.fa-optin-monster {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-opencart {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-expeditedssl {
  font-family: "Font Awesome 5 Brands", sans-serif;
  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", sans-serif;
  font-weight: 400;
}

.fa.fa-object-ungroup {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-sticky-note-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-sticky-note-o::before {
  content: "";
}

.fa.fa-cc-jcb {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-cc-diners-club {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-clone {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-hourglass-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  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", sans-serif;
  font-weight: 400;
}

.fa.fa-hand-rock-o::before {
  content: "";
}

.fa.fa-hand-grab-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-hand-grab-o::before {
  content: "";
}

.fa.fa-hand-paper-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-hand-paper-o::before {
  content: "";
}

.fa.fa-hand-stop-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-hand-stop-o::before {
  content: "";
}

.fa.fa-hand-scissors-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-hand-scissors-o::before {
  content: "";
}

.fa.fa-hand-lizard-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-hand-lizard-o::before {
  content: "";
}

.fa.fa-hand-spock-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-hand-spock-o::before {
  content: "";
}

.fa.fa-hand-pointer-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-hand-pointer-o::before {
  content: "";
}

.fa.fa-hand-peace-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-hand-peace-o::before {
  content: "";
}

.fa.fa-registered {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-creative-commons {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-gg {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-gg-circle {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-tripadvisor {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-odnoklassniki {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-odnoklassniki-square {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-get-pocket {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-wikipedia-w {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-safari {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-chrome {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-firefox {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-opera {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-internet-explorer {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-television::before {
  content: "";
}

.fa.fa-contao {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-500px {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-amazon {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-calendar-plus-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-calendar-plus-o::before {
  content: "";
}

.fa.fa-calendar-minus-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-calendar-minus-o::before {
  content: "";
}

.fa.fa-calendar-times-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-calendar-times-o::before {
  content: "";
}

.fa.fa-calendar-check-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-calendar-check-o::before {
  content: "";
}

.fa.fa-map-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-map-o::before {
  content: "";
}

.fa.fa-commenting::before {
  content: "";
}

.fa.fa-commenting-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-commenting-o::before {
  content: "";
}

.fa.fa-houzz {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-vimeo {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-vimeo::before {
  content: "";
}

.fa.fa-black-tie {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-fonticons {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-reddit-alien {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-edge {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-credit-card-alt::before {
  content: "";
}

.fa.fa-codiepie {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-modx {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-fort-awesome {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-usb {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-product-hunt {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-mixcloud {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-scribd {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-pause-circle-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-pause-circle-o::before {
  content: "";
}

.fa.fa-stop-circle-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-stop-circle-o::before {
  content: "";
}

.fa.fa-bluetooth {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-bluetooth-b {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-gitlab {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-wpbeginner {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-wpforms {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-envira {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-wheelchair-alt {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-wheelchair-alt::before {
  content: "";
}

.fa.fa-question-circle-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  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", sans-serif;
  font-weight: 400;
}

.fa.fa-glide-g {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-signing::before {
  content: "";
}

.fa.fa-viadeo {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-viadeo-square {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-snapchat {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-snapchat-ghost {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-snapchat-square {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-pied-piper {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-first-order {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-yoast {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-themeisle {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-google-plus-official {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-google-plus-official::before {
  content: "";
}

.fa.fa-google-plus-circle {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-google-plus-circle::before {
  content: "";
}

.fa.fa-font-awesome {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-fa {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-fa::before {
  content: "";
}

.fa.fa-handshake-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-handshake-o::before {
  content: "";
}

.fa.fa-envelope-open-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-envelope-open-o::before {
  content: "";
}

.fa.fa-linode {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-address-book-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  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", sans-serif;
  font-weight: 400;
}

.fa.fa-address-card-o::before {
  content: "";
}

.fa.fa-vcard-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-vcard-o::before {
  content: "";
}

.fa.fa-user-circle-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-user-circle-o::before {
  content: "";
}

.fa.fa-user-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-user-o::before {
  content: "";
}

.fa.fa-id-badge {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-drivers-license::before {
  content: "";
}

.fa.fa-id-card-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-id-card-o::before {
  content: "";
}

.fa.fa-drivers-license-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-drivers-license-o::before {
  content: "";
}

.fa.fa-quora {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-free-code-camp {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-telegram {
  font-family: "Font Awesome 5 Brands", sans-serif;
  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", sans-serif;
  font-weight: 400;
}

.fa.fa-window-restore {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-times-rectangle::before {
  content: "";
}

.fa.fa-window-close-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-window-close-o::before {
  content: "";
}

.fa.fa-times-rectangle-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-times-rectangle-o::before {
  content: "";
}

.fa.fa-bandcamp {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-grav {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-etsy {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-imdb {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-ravelry {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-eercast {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-eercast::before {
  content: "";
}

.fa.fa-snowflake-o {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}

.fa.fa-snowflake-o::before {
  content: "";
}

.fa.fa-superpowers {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-wpexplorer {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.fa.fa-spotify {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

.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-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-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-algolia::before {
  content: "";
}

.fa-alicorn::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-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-badge::before {
  content: "";
}

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

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

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

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

.fa-bags-shopping::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-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-beer::before {
  content: "";
}

.fa-behance::before {
  content: "";
}

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

.fa-bell::before {
  content: "";
}

.fa-bell-exclamation::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-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-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-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-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-buysellads::before {
  content: "";
}

.fa-cabinet-filing::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-camera::before {
  content: "";
}

.fa-camera-alt::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-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-cat::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-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-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-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-togo::before {
  content: "";
}

.fa-coffin::before {
  content: "";
}

.fa-cog::before {
  content: "";
}

.fa-cogs::before {
  content: "";
}

.fa-coin::before {
  content: "";
}

.fa-coins::before {
  content: "";
}

.fa-columns::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-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-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-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-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-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-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-fantasy-flight-games::before {
  content: "";
}

.fa-farm::before {
  content: "";
}

.fa-fast-backward::before {
  content: "";
}

.fa-fast-forward::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-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-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-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-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-fly::before {
  content: "";
}

.fa-fog::before {
  content: "";
}

.fa-folder::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-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-game-board::before {
  content: "";
}

.fa-game-board-alt::before {
  content: "";
}

.fa-gamepad::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-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-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-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-spock::before {
  content: "";
}

.fa-hands::before {
  content: "";
}

.fa-hands-heart::before {
  content: "";
}

.fa-hands-helping::before {
  content: "";
}

.fa-hands-usd::before {
  content: "";
}

.fa-handshake::before {
  content: "";
}

.fa-handshake-alt::before {
  content: "";
}

.fa-hanukiah::before {
  content: "";
}

.fa-hard-hat::before {
  content: "";
}

.fa-hashtag::before {
  content: "";
}

.fa-hat-chef::before {
  content: "";
}

.fa-hat-santa::before {
  content: "";
}

.fa-hat-winter::before {
  content: "";
}

.fa-hat-witch::before {
  content: "";
}

.fa-hat-wizard::before {
  content: "";
}

.fa-haykal::before {
  content: "";
}

.fa-hdd::before {
  content: "";
}

.fa-head-side::before {
  content: "";
}

.fa-head-side-brain::before {
  content: "";
}

.fa-head-side-medical::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-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-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-damage::before {
  content: "";
}

.fa-house-flood::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-igloo::before {
  content: "";
}

.fa-image::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-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-js::before {
  content: "";
}

.fa-js-square::before {
  content: "";
}

.fa-jsfiddle::before {
  content: "";
}

.fa-kaaba::before {
  content: "";
}

.fa-kaggle::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-landmark::before {
  content: "";
}

.fa-landmark-alt::before {
  content: "";
}

.fa-language::before {
  content: "";
}

.fa-laptop::before {
  content: "";
}

.fa-laptop-code::before {
  content: "";
}

.fa-laptop-medical::before {
  content: "";
}

.fa-laravel::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-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-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-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-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-microchip::before {
  content: "";
}

.fa-microphone::before {
  content: "";
}

.fa-microphone-alt::before {
  content: "";
}

.fa-microphone-alt-slash::before {
  content: "";
}

.fa-microphone-slash::before {
  content: "";
}

.fa-microscope::before {
  content: "";
}

.fa-microsoft::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-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-pointer::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-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-ornament::before {
  content: "";
}

.fa-osi::before {
  content: "";
}

.fa-otter::before {
  content: "";
}

.fa-outdent::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-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-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-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-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-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-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-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-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-radiation::before {
  content: "";
}

.fa-radiation-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-react::before {
  content: "";
}

.fa-reacteurope::before {
  content: "";
}

.fa-readme::before {
  content: "";
}

.fa-rebel::before {
  content: "";
}

.fa-receipt::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-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-rocketchat::before {
  content: "";
}

.fa-rockrms::before {
  content: "";
}

.fa-route::before {
  content: "";
}

.fa-route-highway::before {
  content: "";
}

.fa-route-interstate::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-scalpel::before {
  content: "";
}

.fa-scalpel-path::before {
  content: "";
}

.fa-scanner::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-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-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-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-signature::before {
  content: "";
}

.fa-sim-card::before {
  content: "";
}

.fa-simplybuilt::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-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-socks::before {
  content: "";
}

.fa-solar-panel::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-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-spade::before {
  content: "";
}

.fa-sparkles::before {
  content: "";
}

.fa-speakap::before {
  content: "";
}

.fa-speaker-deck::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-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-stars::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-store::before {
  content: "";
}

.fa-store-alt::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-swimmer::before {
  content: "";
}

.fa-swimming-pool::before {
  content: "";
}

.fa-sword::before {
  content: "";
}

.fa-swords::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-temperature-frigid::before {
  content: "";
}

.fa-temperature-high::before {
  content: "";
}

.fa-temperature-hot::before {
  content: "";
}

.fa-temperature-low::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-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-train::before {
  content: "";
}

.fa-tram::before {
  content: "";
}

.fa-transgender::before {
  content: "";
}

.fa-transgender-alt::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-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-tshirt::before {
  content: "";
}

.fa-tty::before {
  content: "";
}

.fa-tumblr::before {
  content: "";
}

.fa-tumblr-square::before {
  content: "";
}

.fa-turkey::before {
  content: "";
}

.fa-turtle::before {
  content: "";
}

.fa-tv::before {
  content: "";
}

.fa-tv-retro::before {
  content: "";
}

.fa-twitch::before {
  content: "";
}

.fa-twitter::before {
  content: "";
}

.fa-twitter-square::before {
  content: "";
}

.fa-typo3::before {
  content: "";
}

.fa-uber::before {
  content: "";
}

.fa-ubuntu::before {
  content: "";
}

.fa-uikit::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-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-usd-circle::before {
  content: "";
}

.fa-usd-square::before {
  content: "";
}

.fa-user::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-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-ninja::before {
  content: "";
}

.fa-user-nurse::before {
  content: "";
}

.fa-user-plus::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-users::before {
  content: "";
}

.fa-users-class::before {
  content: "";
}

.fa-users-cog::before {
  content: "";
}

.fa-users-crown::before {
  content: "";
}

.fa-users-medical::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-value-absolute::before {
  content: "";
}

.fa-vector-square::before {
  content: "";
}

.fa-venus::before {
  content: "";
}

.fa-venus-double::before {
  content: "";
}

.fa-venus-mars::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-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-walker::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-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-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-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;
}

.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
}

[class^=ui-], [class^=ui-]:after, [class^=ui-]:before {
  box-sizing: content-box;
}

.ui-widget {
  font-family: inherit;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
.ui-widget-content {
  border: 1px solid #ddd;
  background: #ffffff;
  color: #333;
}
.ui-widget-content a {
  color: #333;
}
.ui-widget-header {
  border: 1px solid #ddd;
  color: #333;
  font-weight: 600;
  background: #f2f5f8;
}
.ui-widget-header a {
  color: #333;
}
.ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  color: #454545;
  font-weight: normal;
}
.ui-state-default, .ui-state-default:active, .ui-state-default:hover, .ui-state-default:focus,
.ui-state-default a,
.ui-state-default a:active,
.ui-state-default a:hover,
.ui-state-default a:focus, .ui-widget-content .ui-state-default, .ui-widget-content .ui-state-default:active, .ui-widget-content .ui-state-default:hover, .ui-widget-content .ui-state-default:focus,
.ui-widget-content .ui-state-default a,
.ui-widget-content .ui-state-default a:active,
.ui-widget-content .ui-state-default a:hover,
.ui-widget-content .ui-state-default a:focus, .ui-widget-header .ui-state-default, .ui-widget-header .ui-state-default:active, .ui-widget-header .ui-state-default:hover, .ui-widget-header .ui-state-default:focus,
.ui-widget-header .ui-state-default a,
.ui-widget-header .ui-state-default a:active,
.ui-widget-header .ui-state-default a:hover,
.ui-widget-header .ui-state-default a:focus {
  color: #454545;
  text-decoration: none;
}
.ui-state-default-text, .ui-widget-content .ui-state-default-text, .ui-widget-header .ui-state-default-text {
  color: #454545;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover {
  border: 1px solid #cccccc;
  background: #ededed;
  color: #2b2b2b;
  font-weight: normal;
}
.ui-state-hover, .ui-state-hover:active, .ui-state-hover:hover, .ui-state-hover:focus,
.ui-state-hover a,
.ui-state-hover a:active,
.ui-state-hover a:hover,
.ui-state-hover a:focus, .ui-widget-content .ui-state-hover, .ui-widget-content .ui-state-hover:active, .ui-widget-content .ui-state-hover:hover, .ui-widget-content .ui-state-hover:focus,
.ui-widget-content .ui-state-hover a,
.ui-widget-content .ui-state-hover a:active,
.ui-widget-content .ui-state-hover a:hover,
.ui-widget-content .ui-state-hover a:focus, .ui-widget-header .ui-state-hover, .ui-widget-header .ui-state-hover:active, .ui-widget-header .ui-state-hover:hover, .ui-widget-header .ui-state-hover:focus,
.ui-widget-header .ui-state-hover a,
.ui-widget-header .ui-state-hover a:active,
.ui-widget-header .ui-state-hover a:hover,
.ui-widget-header .ui-state-hover a:focus {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-state-hover-text, .ui-widget-content .ui-state-hover-text, .ui-widget-header .ui-state-hover-text {
  color: #2b2b2b;
}
.ui-state-focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #cccccc;
  background: #ededed;
  color: #2b2b2b;
  font-weight: normal;
}
.ui-state-focus, .ui-state-focus:active, .ui-state-focus:hover, .ui-state-focus:focus,
.ui-state-focus a,
.ui-state-focus a:active,
.ui-state-focus a:hover,
.ui-state-focus a:focus, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-focus:active, .ui-widget-content .ui-state-focus:hover, .ui-widget-content .ui-state-focus:focus,
.ui-widget-content .ui-state-focus a,
.ui-widget-content .ui-state-focus a:active,
.ui-widget-content .ui-state-focus a:hover,
.ui-widget-content .ui-state-focus a:focus, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-focus:active, .ui-widget-header .ui-state-focus:hover, .ui-widget-header .ui-state-focus:focus,
.ui-widget-header .ui-state-focus a,
.ui-widget-header .ui-state-focus a:active,
.ui-widget-header .ui-state-focus a:hover,
.ui-widget-header .ui-state-focus a:focus {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-state-focus-text, .ui-widget-content .ui-state-focus-text, .ui-widget-header .ui-state-focus-text {
  color: #2b2b2b;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
  font-weight: normal;
}
.ui-state-highlight, .ui-state-highlight:active, .ui-state-highlight:hover, .ui-state-highlight:focus,
.ui-state-highlight a,
.ui-state-highlight a:active,
.ui-state-highlight a:hover,
.ui-state-highlight a:focus, .ui-widget-content .ui-state-highlight, .ui-widget-content .ui-state-highlight:active, .ui-widget-content .ui-state-highlight:hover, .ui-widget-content .ui-state-highlight:focus,
.ui-widget-content .ui-state-highlight a,
.ui-widget-content .ui-state-highlight a:active,
.ui-widget-content .ui-state-highlight a:hover,
.ui-widget-content .ui-state-highlight a:focus, .ui-widget-header .ui-state-highlight, .ui-widget-header .ui-state-highlight:active, .ui-widget-header .ui-state-highlight:hover, .ui-widget-header .ui-state-highlight:focus,
.ui-widget-header .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a:active,
.ui-widget-header .ui-state-highlight a:hover,
.ui-widget-header .ui-state-highlight a:focus {
  color: #777620;
  text-decoration: none;
}
.ui-state-highlight-text, .ui-widget-content .ui-state-highlight-text, .ui-widget-header .ui-state-highlight-text {
  color: #777620;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #00a4e3;
  background: #5dc7f1;
  color: #ffffff;
  font-weight: normal;
}
.ui-state-active, .ui-state-active:active, .ui-state-active:hover, .ui-state-active:focus,
.ui-state-active a,
.ui-state-active a:active,
.ui-state-active a:hover,
.ui-state-active a:focus, .ui-widget-content .ui-state-active, .ui-widget-content .ui-state-active:active, .ui-widget-content .ui-state-active:hover, .ui-widget-content .ui-state-active:focus,
.ui-widget-content .ui-state-active a,
.ui-widget-content .ui-state-active a:active,
.ui-widget-content .ui-state-active a:hover,
.ui-widget-content .ui-state-active a:focus, .ui-widget-header .ui-state-active, .ui-widget-header .ui-state-active:active, .ui-widget-header .ui-state-active:hover, .ui-widget-header .ui-state-active:focus,
.ui-widget-header .ui-state-active a,
.ui-widget-header .ui-state-active a:active,
.ui-widget-header .ui-state-active a:hover,
.ui-widget-header .ui-state-active a:focus {
  color: #ffffff;
  text-decoration: none;
}
.ui-state-active-text, .ui-widget-content .ui-state-active-text, .ui-widget-header .ui-state-active-text {
  color: #ffffff;
}
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
  font-weight: normal;
}
.ui-state-error, .ui-state-error:active, .ui-state-error:hover, .ui-state-error:focus,
.ui-state-error a,
.ui-state-error a:active,
.ui-state-error a:hover,
.ui-state-error a:focus, .ui-widget-content .ui-state-error, .ui-widget-content .ui-state-error:active, .ui-widget-content .ui-state-error:hover, .ui-widget-content .ui-state-error:focus,
.ui-widget-content .ui-state-error a,
.ui-widget-content .ui-state-error a:active,
.ui-widget-content .ui-state-error a:hover,
.ui-widget-content .ui-state-error a:focus, .ui-widget-header .ui-state-error, .ui-widget-header .ui-state-error:active, .ui-widget-header .ui-state-error:hover, .ui-widget-header .ui-state-error:focus,
.ui-widget-header .ui-state-error a,
.ui-widget-header .ui-state-error a:active,
.ui-widget-header .ui-state-error a:hover,
.ui-widget-header .ui-state-error a:focus {
  color: #5f3f3f;
  text-decoration: none;
}
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  background-image: none;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: 0.5;
  font-weight: normal;
}

.ui-corner-all {
  border-radius: 4px;
}
.ui-corner-top {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.ui-corner-right {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.ui-corner-bottom {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ui-corner-left {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.ui-corner-tl {
  border-top-left-radius: 4px;
}
.ui-corner-tr {
  border-top-right-radius: 4px;
}
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}
.ui-corner-br {
  border-bottom-right-radius: 4px;
}

.ui-tabs {
  position: relative;
  padding: 6px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
.ui-tabs-nav {
  margin: 0;
  padding: 6px 6px 0;
  border-color: #ddd;
  border-width: 1px;
  border-radius: 4px;
  background: #f2f5f8;
}
.ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 6px 12px;
  text-decoration: none;
}
.ui-tabs-nav > li {
  list-style: none;
  float: left;
  display: block;
  position: relative;
  top: 0;
  margin: 1px 6px -1px 0;
  padding: 0;
}
.ui-tabs-nav > li.ui-tabs-active .ui-tabs-anchor, .ui-tabs-nav > li.ui-state-disabled .ui-tabs-anchor, .ui-tabs-nav > li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
.ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 6px 12px;
  background: none;
}

body {
  font-size: 16px;
  font-family: "nunitosans_light";
  background: #f2f5f8;
  color: #000;
}
@media (max-width: 991px) {
  body {
    width: 100vw;
  }
}
body.fixed {
  overflow-y: hidden;
}

@media (min-width: 992px) {
  .hide-on-desktop {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hide-on-mobile {
    display: none !important;
  }
}
.content {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
.content:first-of-type {
  margin-top: 130px !important;
}
@media (max-width: 991px) {
  .content:first-of-type {
    margin-top: 100px !important;
  }
}
@media (max-width: 991px) {
  .content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.white {
  background: #fff;
  color: #000;
}

.dropdown {
  padding: 25px;
  box-shadow: 10px 5px 25px rgba(99, 99, 99, 0.25);
  z-index: 9;
  position: absolute;
}

a {
  text-decoration: none !important;
}
a:not(.white) {
  color: #000;
}
a:not(.white):hover {
  color: #555c8d;
}
a.white:hover {
  background: #08131d;
  color: #fff;
  transition: all 0.2s ease-in;
}
a.linkto {
  color: #00a4e3;
}

.h1-titles {
  font-size: 30px;
  font-family: "nunitosans_bold";
}
.h1-titles > span {
  height: 70px;
  vertical-align: middle;
  padding: 0;
  text-decoration: none !important;
  padding: 0 25px;
  border-radius: 30px;
  font-family: "nunitosans_bold";
  min-height: 40px;
  display: inline-block;
  line-height: 40px;
  cursor: pointer;
  margin: 1px 0;
  font-family: "nunitosans_light";
  font-size: 15px;
}
.h1-titles > span.open {
  background: #ffb2b2;
}
.h1-titles > span.imported {
  background: #8de5d9;
}
.h1-titles > span.ready {
  background: #f9fbb5;
}
.h1-titles > span.booked {
  background: #f9fbb5;
}
.h1-titles > span.exported {
  background: #f9fbb5;
}
.h1-titles > span.shipped {
  background: #dff3b2;
}
.h1-titles > span.shipped_exported {
  background: #dff3b2;
}
.h1-titles > span.removed {
  background: #ffb2b2;
}
.h1-titles > span.error_shipment_export {
  background: #ffb2b2;
}
.h1-titles > span.error_shipment_import_article {
  background: #ffb2b2;
}

.h2-titles {
  font-family: "nunitosans_bold";
  font-size: 16px;
}

.pill {
  font-size: 20px;
  font-family: "nunitosans_light";
  background: #08131d;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  margin-left: 10px;
  height: 40px !important;
}

.button {
  text-decoration: none !important;
  padding: 0 25px;
  border-radius: 30px;
  font-family: "nunitosans_bold";
  min-height: 40px;
  display: inline-block;
  line-height: 40px;
  cursor: pointer;
  margin: 1px 0;
}
.button:not(.white) {
  background: #08131d;
  color: #fff;
}
.button.cta {
  background: #179483;
  color: #fff;
}
.button.cta:focus {
  outline: none;
}
.button.cta.selected {
  background: #94d600;
}
.button.cta.selected:hover {
  background: #dff3b2;
}
.button.cta:hover {
  background: #8de5d9;
  color: inherit;
  transition: all 0.2s ease-in;
}
.button.cta.disabled {
  background: #8de5d9;
  color: inherit;
  pointer-events: none;
  cursor: not-allowed;
}
.button:not(.icon) i {
  padding-right: 15px;
}
.button.icon {
  height: 30px;
  line-height: 32px;
  padding: 0 10px;
}

.text-icon {
  text-decoration: none !important;
  padding: 0 25px;
  border-radius: 30px;
  font-family: "nunitosans_bold";
  min-height: 40px;
  display: inline-block;
  line-height: 40px;
  cursor: pointer;
  margin: 1px 0;
  font-family: "nunitosans_light";
  cursor: default;
}
.text-icon.price {
  font-size: 16pt;
}
.text-icon.success {
  background: #dff3b2;
}
.text-icon.error {
  background: #ffb2b2;
}
.text-icon.warning {
  background: #f9fbb5;
}
.text-icon.status_open {
  background: #ffb2b2;
}
.text-icon.status_expired {
  background: #f85d5d;
}
.text-icon.status_closed {
  background: #ffb2b2;
}
.text-icon.status_sent_to_relation, .text-icon.status_subscription_created, .text-icon.status_invoice_created {
  background: #dff3b2;
}
.text-icon.status_paid_by_bank {
  background: #94d600;
}
.text-icon.status_paid_with_cash {
  background: #94d600;
}
.text-icon.status_credit_created, .text-icon.status_set_to_invoice {
  background: #f9fbb5;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.nopadding {
  padding: 0;
}

.with-shadow {
  box-shadow: 5px 5px 10px rgba(99, 99, 99, 0.25);
}

.content {
  margin: 30px 0;
}
.content .table-container {
  width: 100%;
}
.content .table-container:not(.tabs-container) {
  float: left;
}
@media (max-width: 991px) {
  .content .table-container {
    width: calc(100% + 15px);
  }
}
.content .table-container .checkbox label {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.content .table-small {
  width: auto;
  margin-right: 25px;
}
.content .context-container {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
@media (min-width: 400px) {
  .content .context-container {
    padding: 25px;
  }
}
@media (max-width: 400px) {
  .content .context-container {
    padding: 5px;
  }
}

.form-container .checkbox label:not(:first-of-type) {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-container .checkbox label .checkmark {
  left: 0;
}
.form-container .checkbox label span {
  font-size: initial;
  padding-left: 15px;
}

.buttons .actionmenu .dropdown {
  display: none;
  padding: 15px 0 0 0;
  box-shadow: none;
}
.buttons .actionmenu .dropdown div {
  overflow-y: auto;
  max-height: 250px;
  min-width: 190px;
  padding: 25px;
  box-shadow: 10px 5px 25px rgba(99, 99, 99, 0.25);
}
.buttons .actionmenu .dropdown div .button {
  margin-left: 0px;
  margin-bottom: 2px;
  width: 100%;
}
.buttons .actionmenu:hover .dropdown {
  display: block;
}
@media (min-width: 980px) {
  .buttons .actionmenu:hover .dropdown {
    right: 0;
  }
}

input[type=checkbox],
input[type=radio] {
  opacity: 0;
}
input[type=checkbox]:checked ~ .checkmark,
input[type=radio]:checked ~ .checkmark {
  background: #00a4e3;
  border-color: #00a4e3;
  transition: all 0.1s ease-in;
}
input[type=checkbox]:checked ~ .checkmark::after,
input[type=radio]:checked ~ .checkmark::after {
  display: block;
}
input[type=checkbox] ~ .checkmark:hover,
input[type=radio] ~ .checkmark:hover {
  background: #00a4e3;
  border-color: #00a4e3;
}
input[type=checkbox] ~ .checkmark:hover::after,
input[type=radio] ~ .checkmark:hover::after {
  display: block;
}

.checkmark {
  position: absolute;
  top: 6px;
  left: 5px;
  height: 20px;
  width: 20px;
  border: 1px solid #08131d;
  border-radius: 4px;
  transition: all 0.1s ease-in;
}
.checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.saved-notification {
  bottom: 20px;
  border-left: 5px solid #94d600;
  max-width: 350px;
  position: fixed;
  padding: 25px;
  box-shadow: 10px 5px 25px rgba(99, 99, 99, 0.25);
  z-index: 9;
}
.saved-notification p {
  margin-top: 30px;
}
.saved-notification .button {
  background: #f2f5f8;
  color: #000;
  font-family: "nunitosans_light";
}
.saved-notification .button i {
  color: #08131d;
}

.error-notification {
  bottom: 20px;
  border-left: 5px solid #ffb2b2;
  max-width: 350px;
  position: fixed;
  padding: 25px;
  box-shadow: 10px 5px 25px rgba(99, 99, 99, 0.25);
  z-index: 9;
}
.error-notification p {
  margin-top: 30px;
}
.error-notification .button {
  background: #f2f5f8;
  color: #000;
  font-family: "nunitosans_light";
}
.error-notification .button i {
  color: #08131d;
}

.close {
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 26px;
  color: #08131d;
}

.feedback {
  position: fixed;
  right: 30px;
  bottom: 5px;
  z-index: 9;
}
@media (max-width: 991px) {
  .feedback {
    position: fixed;
    right: 15px;
    bottom: 15px;
  }
}
.feedback a {
  font-family: "nunitosans_light";
  transition: all 0.2s ease-in;
}
.feedback a:hover {
  color: #fff;
  background: #555c8d;
}

.feedbackform-holder {
  display: none;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.65);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
.feedbackform-holder .feedbackform {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .feedbackform-holder .feedbackform {
    left: 15%;
    top: 15%;
    transform: translate(-15%, 0);
    width: 100%;
  }
  .feedbackform-holder .feedbackform .form-container {
    height: 80vh;
    overflow-y: scroll;
  }
}
.feedbackform-holder .feedbackform .h1-titles {
  margin-top: 0;
}

footer {
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
  background: #f2f5f8;
  color: #08131d;
  padding: 15px 15px;
  position: fixed;
  bottom: 0;
  width: 100%;
}

@font-face {
  font-family: "nunitosans_regular";
  src: url("../././fonts/nunito-sans-v6-latin/nunito-sans-v6-latin-regular.woff2") format("woff2"), url("../././fonts/nunito-sans-v6-latin/nunito-sans-v6-latin-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "nunitosans_bold";
  src: url("../././fonts/nunito-sans-v6-latin/nunito-sans-v6-latin-700.woff2") format("woff2"), url("../././fonts/nunito-sans-v6-latin/nunito-sans-v6-latin-700.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "nunitosans_light";
  src: url("../././fonts/nunito-sans-v6-latin/nunito-sans-v6-latin-200.woff2") format("woff2"), url("../././fonts/nunito-sans-v6-latin/nunito-sans-v6-latin-200.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.action-icon {
  vertical-align: middle;
  height: 40px;
}
.action-icon.duplicate {
  width: 45px;
  background-image: url("/images/icons/duplicate.svg");
}
.action-icon.edit {
  width: 40px;
  background-image: url("/images/icons/edit.svg");
}
.action-icon.toggle {
  width: 40px;
  background-image: url("/images/icons/toggle.svg");
}
.action-icon.trashcan {
  width: 30px;
  background-image: url("/images/icons/trashcan.svg");
}
.action-icon.view {
  width: 30px;
  background-image: url("/images/icons/arrow-right.svg");
}

header {
  background: #08131d;
  height: 100px;
  z-index: 990;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 991px) {
  header {
    height: auto;
    position: fixed;
    top: 0;
    width: 100vw;
  }
}
header > div {
  height: 100%;
  padding: 0 30px !important;
}
@media (max-width: 991px) {
  header > div {
    padding: 0 15px !important;
  }
}
header > div .brand {
  height: 100%;
  display: inline-block;
  width: auto;
  float: left;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header > div .brand {
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  header > div .brand {
    min-width: 20%;
  }
}
@media (max-width: 767px) {
  header > div .brand {
    overflow: hidden;
  }
}
header > div .brand a {
  display: block;
  padding: 5% 0;
}
@media (min-width: 992px) {
  header > div .brand a {
    padding: 20px 0;
  }
}
@media (max-width: 991px) {
  header > div .brand a {
    padding: 15px 0;
    height: 80px;
  }
  header > div .brand a img {
    height: 100%;
  }
}
header > div .menuleft {
  padding: 35px 15px;
  font-size: 20px;
  display: inline-block;
  width: auto;
  float: left;
}
header > div .menuleft a {
  color: #fff;
}
@media (max-width: 991px) {
  header > div .menuleft {
    float: right;
    padding: 25px 0;
  }
}
header > div .account-info {
  color: #fff;
  text-align: right;
  float: right !important;
  padding-right: 0;
  margin-right: 0;
  display: inline-block;
  width: auto;
  float: left;
}
@media (max-width: 767px) {
  header > div .account-info {
    padding-left: 0;
  }
}
header > div .account-info > div {
  margin: 30px 0;
  position: relative;
}
@media (max-width: 991px) {
  header > div .account-info > div {
    margin: 20px 0;
  }
}
header > div .account-info .dropdown {
  display: none;
  padding: 15px 0 0 0;
  box-shadow: none;
}
header > div .account-info .dropdown div {
  overflow-y: auto;
  max-height: 250px;
  min-width: 190px;
  padding: 25px;
  box-shadow: 10px 5px 25px rgba(99, 99, 99, 0.25);
}
header > div .account-info .dropdown div .h2-titles {
  margin: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
header > div .account-info .dropdown div .dropdown-content {
  padding: 0;
  margin: 0;
}
header > div .account-info .dropdown div .dropdown-content li {
  list-style: none;
  display: block;
  margin-top: 30px;
}
header > div .account-info .notification {
  display: inline-block;
  width: auto;
  float: left;
  padding: 0 45px 0 30px;
  cursor: pointer;
}
@media (min-width: 992px) {
  header > div .account-info .notification {
    border-left: 1px solid rgba(225, 225, 225, 0.25);
  }
}
@media (max-width: 991px) {
  header > div .account-info .notification {
    padding: 0 30px;
  }
}
header > div .account-info .notification:hover .dropdown {
  display: block;
}
@media (max-width: 1199px) {
  header > div .account-info .notification:hover .dropdown {
    right: 0;
  }
}
header > div .account-info .notification i {
  font-size: 20px;
  padding: 10px 0;
  position: relative;
}
header > div .account-info .notification i .notification-button {
  background: #179483;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  right: -1px;
  border: 1px solid #08131d;
  top: 9px;
}
header > div .account-info .bookyear {
  display: inline-block;
  width: auto;
  float: left;
  padding: 0 10px 0 10px;
  cursor: pointer;
}
@media (min-width: 992px) {
  header > div .account-info .bookyear {
    border-left: 1px solid rgba(225, 225, 225, 0.25);
  }
}
@media (max-width: 991px) {
  header > div .account-info .bookyear {
    padding: 0 30px;
  }
}
header > div .account-info .bookyear:hover .dropdown {
  display: block;
}
@media (max-width: 1199px) {
  header > div .account-info .bookyear:hover .dropdown {
    right: 0;
  }
}
header > div .account-info .bookyear i {
  font-size: 20px;
  padding: 10px 0;
  position: relative;
}
header > div .account-info .bookyear i .bookyear-button {
  background: #179483;
  position: absolute;
  right: -14px;
  top: -5px;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  border-radius: 0.35rem;
  padding: 1px;
}
header > div .account-info .account {
  display: inline-block;
  width: auto;
  float: left;
}
@media (max-width: 991px) {
  header > div .account-info .account {
    margin-right: 30px;
  }
}
header > div .account-info .account:hover .dropdown {
  display: block;
}
@media (max-width: 1199px) {
  header > div .account-info .account:hover .dropdown {
    right: 0;
  }
}
header > div .account-info .account img {
  padding-right: 15px;
}
@media (max-width: 767px) {
  header > div .account-info .account img {
    padding-right: 0;
  }
}
header > div .account-info .account > a {
  color: inherit;
  text-decoration: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header > div .account-info .account > a .hide-on-mobile {
    display: none;
  }
}
header > div .account-info .account > a i {
  padding-left: 15px;
}
header > div .account-info .buttons {
  display: inline-block;
  width: auto;
  float: left;
  padding: 0 30px 0 0;
}

.menu {
  height: 100%;
  overflow: hidden;
  display: inline-block;
  width: auto;
  float: left;
}
.menu ul {
  padding: 0;
  margin: 0;
  height: 100%;
}
@media (max-width: 991px) {
  .menu ul {
    background: #08131d;
    z-index: 999;
    position: relative;
    overflow: hidden;
  }
}
.menu ul li {
  height: 100%;
  display: inline-block;
  color: #fff;
  font-family: "nunitosans_bold";
  position: relative;
  padding: 25px 0;
}
@media (max-width: 1199px) {
  .menu ul li {
    padding: 15px 0;
  }
}
@media (min-width: 992px) {
  .menu ul li {
    padding: 40px 0;
  }
}
@media (max-width: 991px) {
  .menu ul li {
    display: block;
    height: auto;
  }
}
.menu ul li.active {
  border-bottom: 5px solid #00a4e3;
}
.menu ul li.active::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background-color: #08131d;
  bottom: -5px;
  left: -5px;
}
.menu ul li.active::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background-color: #08131d;
  bottom: -5px;
  right: -5px;
}
.menu ul li a {
  padding: 0 22.5px;
  color: inherit;
  text-decoration: none;
}

.title-bar {
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .title-bar > div.text-right {
    text-align: left;
  }
}
.title-bar > div > div {
  display: inline-block;
}
@media (max-width: 991px) {
  .title-bar > div > div.title {
    margin-bottom: 30px;
  }
}
.title-bar > div > div.title h1 {
  margin: 0;
}
@media (max-width: 1199px) {
  .title-bar > div > div.search {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .title-bar > div > div.search {
    width: 100%;
  }
}
.title-bar > div > div.search a {
  padding: 0 15px 0 25px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .title-bar > div > div.search a {
    padding: 0 15px;
  }
}
.title-bar > div > div.search form .insideForm {
  border: 1px solid #fff;
  border-radius: 30px;
  background: #f2f5f8;
  position: relative;
  z-index: 130;
}
@media (max-width: 1199px) {
  .title-bar > div > div.search form .insideForm > input {
    width: 38.4%;
  }
}
.title-bar > div > div.search form input {
  height: 40px;
  background: none;
  border: none;
}
.title-bar > div > div.search form input:focus {
  outline: none;
}
.title-bar > div > div.search form input:focus::placeholder {
  color: transparent;
}
.title-bar > div > div.search form input::placeholder {
  color: #000;
}
.title-bar > div > div.search form .filter {
  border-left: 1px solid #555c8d;
}
@media (max-width: 767px) {
  .title-bar > div > div.search form .filter {
    padding-left: 0;
  }
}
.title-bar > div > div.search form .filter i {
  padding-left: 15px;
}
.title-bar > div > div.search form .search-button {
  text-decoration: none !important;
  padding: 0 25px;
  border-radius: 30px;
  font-family: "nunitosans_bold";
  min-height: 40px;
  display: inline-block;
  line-height: 40px;
  cursor: pointer;
  margin: 1px 0;
  font-family: "nunitosans_light";
}
@media (max-width: 991px) {
  .title-bar > div > div.search form .search-button {
    float: right;
  }
}
.title-bar > div > div.search form::after {
  position: fixed;
  z-index: 120;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease-in;
}
.title-bar > div > div.search form.open::after {
  opacity: 1;
}
.title-bar > div > div.search form .dropdown {
  width: auto;
  right: 0;
  z-index: 130;
  margin-top: 30px;
  display: none;
}
@media (max-width: 991px) {
  .title-bar > div > div.search form .dropdown {
    margin-top: 10px;
  }
}
.title-bar > div > div.search form .dropdown.active {
  display: block;
}
.title-bar > div > div.search form .dropdown.active > div:not(.calender) {
  display: inline-block;
  width: auto;
  float: left;
  min-width: 300px;
}
.title-bar > div > div.search form .dropdown .h2-titles {
  margin-bottom: 30px;
  display: block;
}
.title-bar > div > div.search form .dropdown ul {
  margin: 0;
  padding: 0;
  height: 180px;
  overflow: hidden;
}
.title-bar > div > div.search form .dropdown ul.open {
  height: 100%;
}
.title-bar > div > div.search form .dropdown ul li {
  display: block;
  list-style: none;
  position: relative;
  padding-bottom: 15px;
}
.title-bar > div > div.search form .dropdown ul li label {
  cursor: pointer;
}
.title-bar > div > div.search form .dropdown ul li label input {
  height: auto;
}
.title-bar > div > div.search form .dropdown ul li label .checkmark {
  left: 0;
  top: 3px;
  width: 15px;
  height: 15px;
}
.title-bar > div > div.search form .dropdown ul li label .checkmark::after {
  width: 4px;
  height: 8px;
  left: 5px;
  top: 2px;
}
.title-bar > div > div.search form .dropdown ul li label span:last-of-type {
  margin-left: 15px;
}
@media (max-width: 991px) {
  .title-bar > div > div.search form .dropdown .more {
    display: block;
    margin-bottom: 30px;
  }
}
.title-bar > div > div.search form .dropdown .more a {
  color: #00a4e3;
  padding-left: 32px;
}
.title-bar > div > div.search form .dropdown .calendar {
  display: inline-block;
  width: auto;
  float: left;
  float: right;
}
.title-bar > div > div.search form .dropdown .calendar p {
  display: none;
}
.title-bar > div > div.search form .dropdown .calendar .datepicker .ui-datepicker-header {
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  padding: 15px 20px;
}
.title-bar > div > div.search form .dropdown .calendar .datepicker .ui-datepicker-header .ui-datepicker-prev {
  float: left;
  padding: 0;
}
.title-bar > div > div.search form .dropdown .calendar .datepicker .ui-datepicker-header .ui-datepicker-prev span {
  display: none;
}
.title-bar > div > div.search form .dropdown .calendar .datepicker .ui-datepicker-header .ui-datepicker-prev::after {
  content: "";
  font-family: "Font Awesome 5 Pro", sans-serif;
}
.title-bar > div > div.search form .dropdown .calendar .datepicker .ui-datepicker-header .ui-datepicker-next {
  float: right;
  padding: 0;
}
.title-bar > div > div.search form .dropdown .calendar .datepicker .ui-datepicker-header .ui-datepicker-next span {
  display: none;
}
.title-bar > div > div.search form .dropdown .calendar .datepicker .ui-datepicker-header .ui-datepicker-next::after {
  content: "";
  font-family: "Font Awesome 5 Pro", sans-serif;
}
.title-bar > div > div.search form .dropdown .calendar .datepicker .ui-datepicker-header .ui-datepicker-title {
  text-align: center;
  color: #555c8d;
}
.title-bar > div > div.search form .dropdown .calendar .datepicker .ui-datepicker-calendar {
  margin-top: 5px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  padding: 15px 10px;
  border-collapse: initial;
  width: 100%;
}
.title-bar > div > div.search form .dropdown .calendar .datepicker .ui-datepicker-calendar tr th {
  text-align: center;
  color: #555c8d;
}
.title-bar > div > div.search form .dropdown .calendar .datepicker .ui-datepicker-calendar tr td a {
  padding: 4px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  display: block;
  margin: 5px;
}
@media (max-width: 991px) {
  .title-bar > div > div.search form .dropdown .calendar .datepicker .ui-datepicker-calendar tr td a {
    width: 26px;
    height: 26px;
  }
}
.title-bar > div > div.search form .dropdown .calendar .datepicker .ui-datepicker-calendar tr td.first-date, .title-bar > div > div.search form .dropdown .calendar .datepicker .ui-datepicker-calendar tr td.in-between-date, .title-bar > div > div.search form .dropdown .calendar .datepicker .ui-datepicker-calendar tr td.last-date {
  background: #f2f5f8;
}
.title-bar > div > div.search form .dropdown .calendar .datepicker .ui-datepicker-calendar tr td.first-date a.ui-state-default, .title-bar > div > div.search form .dropdown .calendar .datepicker .ui-datepicker-calendar tr td.last-date a.ui-state-default {
  background: #08131d;
  color: #fff;
}
.title-bar > div > div.search form .dropdown .calendar .datepicker .ui-datepicker-calendar tr td.first-date {
  border-radius: 50% 0 0 50%;
}
.title-bar > div > div.search form .dropdown .calendar .datepicker .ui-datepicker-calendar tr td.last-date {
  border-radius: 0 50% 50% 0;
}
.title-bar > div > div.search form .dropdown .calendar .datepicker .ui-datepicker.ui-datepicker-multi {
  width: 100% !important;
}
.title-bar > div > div.search form .dropdown .calendar .datepicker .ui-datepicker-multi .ui-datepicker-group {
  float: none;
}
.title-bar > div > div.search form .dropdown .calendar .datepicker #datepicker {
  height: 300px;
  overflow-x: scroll;
}
.title-bar > div > div.search form .dropdown .button {
  margin-top: 30px;
  float: right;
  background: #00a4e3;
  font-family: "nunitosans_light";
  transition: all 0.2s ease-in;
}
.title-bar > div > div.search form .dropdown .button:hover {
  background: #5dc7f1;
  color: #000;
}
.title-bar > div > div.buttons .button {
  margin-left: 10px;
}
@media (max-width: 991px) {
  .title-bar > div > div.buttons .button:first-of-type {
    margin-left: 0;
  }
}

.table-inner > tbody > tr > td {
  padding: 5px;
}

.table-container {
  overflow-x: auto;
  margin-bottom: 25px;
}
.table-container .table {
  margin-bottom: 0;
}
.table-container .table.even {
  background-color: rgba(221, 230, 255, 0.185);
}
.table-container .table.odd {
  background-color: rgba(221, 255, 225, 0.185);
}
.table-container .table > thead > tr > th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  min-width: 100px;
  font-family: "nunitosans_bold";
}
.table-container .table > thead > tr > th.status, .table-container .table > thead > tr > th.select {
  min-width: 100px;
}
.table-container .table > thead > tr > th.selectbox {
  min-width: 25px;
}
.table-container .table > thead > tr > th:first-child, .table-container .table > thead > tr > th:last-child {
  border: none;
  width: 30px;
  min-width: 30px;
}
.table-container .table > thead > tr > th a {
  padding-left: 10px;
}
.table-container .table > tbody > tr > td {
  border: none;
}
.table-container .table > tbody > tr > td.icons {
  padding-right: 30px !important;
}
@media (min-width: 767px) {
  .table-container .table > tbody > tr > td.icons a {
    opacity: 0;
  }
}
.table-container .table > tbody > tr > td table {
  width: 100%;
}
.table-container .table > tbody > tr:hover > td.icons a {
  opacity: 1;
}
.table-container .table > tbody > tr.active > td {
  background: #f2f5f8 !important;
}
.table-container .table > tbody > tr.expand {
  display: none;
}
.table-container .table > tbody > tr.expand > td {
  vertical-align: top;
  padding: 25px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}
.table-container .table > tbody > tr.expand > td b {
  font-family: "nunitosans_bold";
}
.table-container .table > tbody > tr.expand > td table td {
  vertical-align: top;
}
.table-container .table > tbody > tr.expand > td:first-child, .table-container .table > tbody > tr.expand > td:last-child {
  border: none;
}
.table-container .table > tbody > tr.expand.active {
  display: table-row;
}
.table-container .table th,
.table-container .table td {
  height: 70px;
  vertical-align: middle;
  padding: 0;
}
.table-container .table.table-striped > tbody > tr:nth-child(odd) > td,
.table-container .table.table-striped > tbody > tr:nth-child(odd) > th {
  background: none;
}
.table-container .table.table-striped > tbody > tr:nth-child(even) > td {
  background: #fbfbfb;
}
.table-container .table.table-striped > tbody > tr:hover > td {
  background: #f2f5f8;
}
.table-container .table.table-striped > tbody > tr > td > a > i {
  font-size: 16pt;
}

.footer-content {
  margin: 30px 0 0;
}
@media (max-width: 767px) {
  .footer-content {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer-content .version {
    margin-bottom: 30px;
  }
}
.footer-content .version span {
  padding: 0 5px;
}
.footer-content .version span:first-of-type {
  border-right: 1px solid #000;
}
.footer-content .version span:last-of-type {
  padding-bottom: 5px;
}
.footer-content .version span:last-of-type a {
  padding: 0 5px;
  font-family: "nunitosans_bold";
  color: #08131d;
  text-decoration: none;
}
.footer-content .version span:last-of-type a i {
  padding: 0 5px;
}
.footer-content .version .showOrders {
  position: relative;
}
.footer-content .version .showOrders .dropdown {
  display: none;
  padding: 5px;
  box-shadow: none;
  right: 0;
}
.footer-content .version .showOrders .dropdown div {
  padding: 25px;
  box-shadow: 10px 5px 25px rgba(99, 99, 99, 0.25);
}
.footer-content .version .showOrders .dropdown div .dropdown-content {
  padding: 0;
  margin: 0;
}
.footer-content .version .showOrders .dropdown div .dropdown-content li {
  list-style: none;
  display: block;
}
.footer-content .version .showOrders:hover .dropdown {
  display: block;
}
.footer-content .pagination {
  text-align: center;
}
.footer-content .pagination ul {
  margin: 0;
  padding: 0;
}
.footer-content .pagination ul li {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
}
.footer-content .pagination ul li.active, .footer-content .pagination ul li:hover {
  background: #08131d;
  font-family: "nunitosans_bold";
  transition: all 0.1s ease-in;
}
.footer-content .pagination ul li.active a, .footer-content .pagination ul li:hover a {
  color: #fff;
}
.footer-content .pagination ul li a {
  display: block;
  height: 100%;
  text-align: center;
  padding: 5px;
  text-decoration: none;
}

.form-container {
  padding: 30px;
  margin-bottom: 25px;
}
.form-container form .h2-titles {
  margin: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.form-container form button {
  border: none;
  float: right;
}
.form-container form .form-content {
  padding-top: 30px;
}
.form-container form .form-content > div > div {
  display: inline-block;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .form-container form .form-content > div > div {
    width: 100% !important;
  }
}
.form-container form .form-content > div > div:not(.textarea) {
  width: 100%;
}
.form-container form .form-content > div > div.textarea {
  width: 100%;
}
.form-container form .form-content > div > div.textarea textarea {
  min-height: 120px;
}
.form-container form .form-content > div > div:nth-child(2n+2):not(.gender) {
  float: right;
}
.form-container form .form-content > div > div label {
  padding-bottom: 5px;
}
.form-container form .form-content > div > div.container-address {
  width: 100%;
  text-align: center;
}
.form-container form .form-content > div > div.container-address .address,
.form-container form .form-content > div > div.container-address .city,
.form-container form .form-content > div > div.container-address .country {
  display: inline-block;
  width: calc(33.33% - 10px);
  float: none;
  text-align: left;
}
@media (max-width: 767px) {
  .form-container form .form-content > div > div.container-address .address,
.form-container form .form-content > div > div.container-address .city,
.form-container form .form-content > div > div.container-address .country {
    width: 100%;
    display: block;
    padding-bottom: 25px;
  }
}
.form-container form .form-content > div > div.container-address .address {
  float: left;
}
@media (max-width: 767px) {
  .form-container form .form-content > div > div.container-address .address {
    float: none;
  }
}
.form-container form .form-content > div > div.container-address .country {
  float: right;
}
@media (max-width: 767px) {
  .form-container form .form-content > div > div.container-address .country {
    float: none;
    padding-bottom: 0;
  }
}
.form-container form .form-content > div .input-group label,
.form-container form .form-content > div .input-group input,
.form-container form .form-content > div .input-group select,
.form-container form .form-content > div .input-group textarea {
  display: block;
  width: 100%;
}
.form-container form .form-content > div .input-group label.is-invalid,
.form-container form .form-content > div .input-group input.is-invalid,
.form-container form .form-content > div .input-group select.is-invalid,
.form-container form .form-content > div .input-group textarea.is-invalid {
  background-color: #fff0f0;
  border: 1px solid #ffb2b2;
}
.form-container form .form-content > div .input-group.custom-select {
  position: relative;
}
.form-container form .form-content > div .input-group.custom-select select {
  display: none;
}
.form-container form .form-content > div .input-group.custom-select .select-selected {
  position: relative;
  cursor: pointer;
}
.form-container form .form-content > div .input-group.custom-select .select-selected::after {
  content: "";
  font-family: "Font Awesome 5 Pro", sans-serif;
  right: 15px;
  top: 10px;
  position: absolute;
  pointer-events: none;
}
.form-container form .form-content > div .input-group.custom-select .select-selected.select-arrow-active::after {
  content: "";
}
.form-container form .form-content > div .input-group.custom-select .select-selected input,
.form-container form .form-content > div .input-group.custom-select .select-selected .checkmark {
  display: none;
}
.form-container form .form-content > div .input-group.custom-select .select-items {
  z-index: 99;
  border-radius: 0 0 5px 5px;
  border: 1px solid #08131d;
  border-top: none;
  padding: 10px;
  background: #fff;
  position: absolute;
  top: 69%;
  width: 100%;
}
.form-container form .form-content > div .input-group.custom-select .select-items.select-hide {
  display: none;
}
.form-container form .form-content > div .input-group.custom-select .select-items div {
  position: relative;
  margin-top: 10px;
  cursor: pointer;
}
.form-container form .form-content > div .input-group.custom-select .select-items div input {
  display: none;
}
.form-container form .form-content > div .input-group.custom-select .select-items div .checkmark {
  border-radius: 50%;
  top: 0;
}
.form-container form .form-content > div .input-group.custom-select .select-items div .checkmark::after {
  display: none;
}
.form-container form .form-content > div .input-group.custom-select .select-items div .option {
  position: relative;
  left: 40px;
}
.form-container form .form-content > div .input-group.custom-select .select-items div:hover .checkmark {
  background: #00a4e3;
  border-color: #00a4e3;
}
.form-container form .form-content > div .input-group.custom-select .same-as-selected .checkmark {
  background: #00a4e3;
  border-color: #00a4e3;
}
.form-container form .form-content > div .input-group.custom-select .same-as-selected .checkmark::after {
  display: block;
}
.form-container form .form-content > div .input-group input,
.form-container form .form-content > div .input-group select,
.form-container form .form-content > div .input-group textarea,
.form-container form .form-content > div .input-group .select-selected {
  height: 40px;
  border-radius: 5px;
  border: 1px solid #08131d;
  outline: none;
  padding: 10px;
}
.form-container form .form-content > div .input-group input:focus,
.form-container form .form-content > div .input-group select:focus,
.form-container form .form-content > div .input-group textarea:focus,
.form-container form .form-content > div .input-group .select-selected:focus {
  border-color: #00a4e3;
}
.form-container form .form-content > div .checkbox label:not(:first-of-type) {
  height: 40px;
}
.form-container form .form-content > div .checkbox label:not(:last-of-type) {
  display: block;
  width: 100%;
}

.leftMenu {
  display: inline-block;
  width: auto;
  float: left;
  position: absolute;
  z-index: 999;
  left: -100%;
  background: #08131d;
  height: 100%;
  color: #fff;
  top: 100px;
  max-width: 330px;
  transition: all 0.2s ease-in;
}
@media (max-width: 991px) {
  .leftMenu .close {
    color: #fff;
    z-index: 1000;
  }
}
.leftMenu.open {
  left: 0;
  position: fixed;
  overflow: auto;
}
.leftMenu.open div,
.leftMenu.open nav {
  position: relative;
  z-index: 999;
}
@media (max-width: 991px) {
  .leftMenu.open::after {
    content: "";
    width: 100vw;
    height: 100vh;
    display: block;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    pointer-events: none;
  }
}
@media (min-width: 992px) {
  .leftMenu {
    min-width: 20%;
    height: calc(100% - 100px);
  }
}
@media (max-width: 991px) {
  .leftMenu {
    top: 0;
  }
}
.leftMenu .brand {
  padding: 15px 30px;
  background: #08131d;
}
.leftMenu .leftMenuNav {
  background: #08131d;
  display: block;
  height: 100%;
}
.leftMenu .leftMenuNav .menu {
  margin-bottom: 30px;
  display: block;
  width: 100%;
}
.leftMenu .leftMenuNav .menu ul li a {
  padding: 0 30px;
}
.leftMenu .leftMenuNav > div {
  padding: 0;
  background: #08131d;
}
.leftMenu .leftMenuNav > div > ul {
  border-bottom: 1px solid #555c8d;
}
.leftMenu .leftMenuNav > div:not(.overviews) span {
  padding: 0 30px;
  margin-bottom: 0;
}
.leftMenu .leftMenuNav > div.overviews {
  padding: 30px;
}
@media (min-width: 1200px) {
  .leftMenu .leftMenuNav > div.overviews {
    margin-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .leftMenu .leftMenuNav > div.overviews {
    padding-bottom: 15px;
  }
}
.leftMenu .leftMenuNav > div.overviews .overview div {
  display: inline-block;
  line-height: 1;
}
.leftMenu .leftMenuNav > div.overviews .overview div:not(:first-of-type) {
  padding-left: 15px;
}
.leftMenu .leftMenuNav > div.overviews .overview div:not(:last-of-type) {
  padding-right: 15px;
  border-right: 1px solid rgba(225, 225, 225, 0.25);
}
.leftMenu .leftMenuNav > div.overviews .overview div span {
  display: block;
  padding-bottom: 5px;
}
.leftMenu .leftMenuNav > div.menu-settings {
  padding-top: 60px;
}
@media (max-width: 1199px) {
  .leftMenu .leftMenuNav > div.menu-settings {
    padding-top: 30px;
  }
}
.leftMenu .leftMenuNav > div .h2-titles {
  font-family: "nunitosans_light";
  font-size: 18px;
  display: block;
  margin-bottom: 15px;
}
.leftMenu .leftMenuNav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.leftMenu .leftMenuNav ul li {
  background: #08131d;
  transition: all 0.1s ease-in;
}
.leftMenu .leftMenuNav ul li a {
  font-family: "nunitosans_bold";
  font-size: 20px;
  color: #fff;
  display: block;
  width: 100%;
  padding: 15px 15px 15px 30px;
}
.leftMenu .leftMenuNav ul li.active, .leftMenu .leftMenuNav ul li:hover {
  background: #555c8d;
  border-right: 5px solid #fff;
  border-bottom: 0;
}
.leftMenu .leftMenuNav ul li.active::before, .leftMenu .leftMenuNav ul li.active::after, .leftMenu .leftMenuNav ul li:hover::before, .leftMenu .leftMenuNav ul li:hover::after {
  display: none;
}
.leftMenu .leftMenuNav > nav {
  padding: 0;
  height: auto;
}

/*# sourceMappingURL=main.css.map */
