@charset "UTF-8";
@media print {
  *,
  :after,
  :before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
html {
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
*,
:after,
:before {
  box-sizing: inherit;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
[role="button"],
a,
area,
button,
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: left;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.h1,
h1 {
  font-size: 2.5rem;
}
.h2,
h2 {
  font-size: 2rem;
}
.h3,
h3 {
  font-size: 1.75rem;
}
.h4,
h4 {
  font-size: 1.5rem;
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.small,
small {
  font-size: 80%;
  font-weight: 400;
}
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 5px;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96;
}
.blockquote-footer:before {
  content: "— ";
}
.img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: 100%;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #868e96;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
    monospace;
}
code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f8f9fa;
  border-radius: 0.25rem;
}
a > code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #212529;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1200px;
  }
}
.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e9ecef;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e9ecef;
}
.table tbody + tbody {
  border-top: 2px solid #e9ecef;
}
.table .table {
  background-color: #fff;
}
.table-sm td,
.table-sm th {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #e9ecef;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #e9ecef;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #b8daff;
}
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #dddfe2;
}
.table-hover .table-secondary:hover {
  background-color: #cfd2d6;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #cfd2d6;
}
.table-success,
.table-success > td,
.table-success > th {
  background-color: #c3e6cb;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > td,
.table-info > th {
  background-color: #bee5eb;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #ffeeba;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f5c6cb;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > td,
.table-light > th {
  background-color: #fdfdfe;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #c6c8ca;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > td,
.table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.thead-inverse th {
  color: #fff;
  background-color: #212529;
}
.thead-default th {
  color: #495057;
  background-color: #e9ecef;
}
.table-inverse {
  color: #fff;
  background-color: #212529;
}
.table-inverse td,
.table-inverse th,
.table-inverse thead th {
  border-color: #32383e;
}
.table-inverse.table-bordered {
  border: 0;
}
.table-inverse.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-inverse.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 991px) {
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive.table-bordered {
    border: 0;
  }
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
}
.form-control::placeholder {
  color: #868e96;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
}
.col-form-label {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  margin-bottom: 0;
}
.col-form-label-lg {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  font-size: 1.25rem;
}
.col-form-label-sm {
  padding-top: calc(0.25rem - 1px * 2);
  padding-bottom: calc(0.25rem - 1px * 2);
  font-size: 0.875rem;
}
.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
}
.form-control-plaintext {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .form-control-plaintext.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-plaintext.btn,
.input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .form-control-plaintext.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}
.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.3125rem + 2px);
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}
.form-check.disabled .form-check-label {
  color: #868e96;
}
.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
}
.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}
.form-check-input:only-child {
  position: static;
}
.form-check-inline {
  display: inline-block;
}
.form-check-inline .form-check-label {
  vertical-align: middle;
}
.form-check-inline + .form-check-inline {
  margin-left: 0.75rem;
}
.invalid-feedback {
  display: none;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem;
}
.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
  border-color: #28a745;
}
.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-select.is-valid ~ .invalid-feedback,
.custom-select.is-valid ~ .invalid-tooltip,
.form-control.is-valid ~ .invalid-feedback,
.form-control.is-valid ~ .invalid-tooltip,
.was-validated .custom-select:valid ~ .invalid-feedback,
.was-validated .custom-select:valid ~ .invalid-tooltip,
.was-validated .form-control:valid ~ .invalid-feedback,
.was-validated .form-control:valid ~ .invalid-tooltip {
  display: block;
}
.form-check-input.is-valid + .form-check-label,
.was-validated .form-check-input:valid + .form-check-label {
  color: #28a745;
}
.custom-control-input.is-valid ~ .custom-control-indicator,
.was-validated .custom-control-input:valid ~ .custom-control-indicator {
  background-color: rgba(40, 167, 69, 0.25);
}
.custom-control-input.is-valid ~ .custom-control-description,
.was-validated .custom-control-input:valid ~ .custom-control-description {
  color: #28a745;
}
.custom-file-input.is-valid ~ .custom-file-control,
.was-validated .custom-file-input:valid ~ .custom-file-control {
  border-color: #28a745;
}
.custom-file-input.is-valid ~ .custom-file-control:before,
.was-validated .custom-file-input:valid ~ .custom-file-control:before {
  border-color: inherit;
}
.custom-file-input.is-valid:focus,
.was-validated .custom-file-input:valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
}
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}
.form-check-input.is-invalid + .form-check-label,
.was-validated .form-check-input:invalid + .form-check-label {
  color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-indicator,
.was-validated .custom-control-input:invalid ~ .custom-control-indicator {
  background-color: rgba(220, 53, 69, 0.25);
}
.custom-control-input.is-invalid ~ .custom-control-description,
.was-validated .custom-control-input:invalid ~ .custom-control-description {
  color: #dc3545;
}
.custom-file-input.is-invalid ~ .custom-file-control,
.was-validated .custom-file-input:invalid ~ .custom-file-control {
  border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .custom-file-control:before,
.was-validated .custom-file-input:invalid ~ .custom-file-control:before {
  border-color: inherit;
}
.custom-file-input.is-invalid:focus,
.was-validated .custom-file-input:invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .form-check-label {
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
  }
  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 0.25rem;
  transition: all 0.15s ease-in-out;
}
.btn:focus,
.btn:hover {
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn.active,
.btn:active {
  background-image: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
  background-color: #0069d9;
  background-image: none;
  border-color: #0062cc;
}
.btn-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #727b84;
  border-color: #6c757d;
}
.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #868e96;
  border-color: #868e96;
}
.btn-secondary.active,
.btn-secondary:active,
.show > .btn-secondary.dropdown-toggle {
  background-color: #727b84;
  background-image: none;
  border-color: #6c757d;
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success.focus,
.btn-success:focus {
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success.active,
.btn-success:active,
.show > .btn-success.dropdown-toggle {
  background-color: #218838;
  background-image: none;
  border-color: #1e7e34;
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info.focus,
.btn-info:focus {
  box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info.active,
.btn-info:active,
.show > .btn-info.dropdown-toggle {
  background-color: #138496;
  background-image: none;
  border-color: #117a8b;
}
.btn-warning {
  color: #111;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #111;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning.focus,
.btn-warning:focus {
  box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning.active,
.btn-warning:active,
.show > .btn-warning.dropdown-toggle {
  background-color: #e0a800;
  background-image: none;
  border-color: #d39e00;
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger.focus,
.btn-danger:focus {
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger.active,
.btn-danger:active,
.show > .btn-danger.dropdown-toggle {
  background-color: #c82333;
  background-image: none;
  border-color: #bd2130;
}
.btn-light {
  color: #111;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #111;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light.focus,
.btn-light:focus {
  box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light.active,
.btn-light:active,
.show > .btn-light.dropdown-toggle {
  background-color: #e2e6ea;
  background-image: none;
  border-color: #dae0e5;
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark.focus,
.btn-dark:focus {
  box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark.active,
.btn-dark:active,
.show > .btn-dark.dropdown-toggle {
  background-color: #23272b;
  background-image: none;
  border-color: #1d2124;
}
.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary.active,
.btn-outline-primary:active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-secondary {
  color: #868e96;
  background-color: transparent;
  background-image: none;
  border-color: #868e96;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #868e96;
  background-color: transparent;
}
.btn-outline-secondary.active,
.btn-outline-secondary:active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}
.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success.active,
.btn-outline-success:active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info.active,
.btn-outline-info:active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning.active,
.btn-outline-warning:active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger.active,
.btn-outline-danger:active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #fff;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
  box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light.active,
.btn-outline-light:active,
.show > .btn-outline-light.dropdown-toggle {
  color: #fff;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark.active,
.btn-outline-dark:active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-link {
  font-weight: 400;
  color: #007bff;
  border-radius: 0;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link:disabled {
  background-color: transparent;
}
.btn-link,
.btn-link:active,
.btn-link:focus {
  border-color: transparent;
  box-shadow: none;
}
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link:disabled {
  color: #868e96;
}
.btn-link:disabled:focus,
.btn-link:disabled:hover {
  text-decoration: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.show {
  display: block;
}
tr.collapse.show {
  display: table-row;
}
tbody.collapse.show {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.dropdown,
.dropup {
  position: relative;
}
.dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle:after {
  border-top: 0;
  border-bottom: 0.3em solid;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #fff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #868e96;
  background-color: transparent;
}
.show > a {
  outline: 0;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #868e96;
  white-space: nowrap;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  flex: 0 1 auto;
  margin-bottom: 0;
}
.btn-group-vertical > .btn:hover,
.btn-group > .btn:hover {
  z-index: 2;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus {
  z-index: 2;
}
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group,
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn + .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.btn + .dropdown-toggle-split:after {
  margin-left: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical
  > .btn-group:first-child:not(:last-child)
  > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical
  > .btn-group:last-child:not(:first-child)
  > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: flex;
  width: 100%;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group .form-control:active,
.input-group .form-control:focus,
.input-group .form-control:hover {
  z-index: 3;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: flex;
  align-items: center;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
  margin-top: 0;
}
.input-group-addon:not(:last-child),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn,
.input-group-btn:not(:first-child)
  > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:not(:last-child) {
  border-right: 0;
}
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
  z-index: 3;
}
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:hover,
.input-group-btn:not(:first-child) > .btn:active,
.input-group-btn:not(:first-child) > .btn:focus,
.input-group-btn:not(:first-child) > .btn:hover {
  z-index: 3;
}
.custom-control {
  position: relative;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007bff;
}
.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-indicator {
  background-color: #e9ecef;
}
.custom-control-input:disabled ~ .custom-control-description {
  color: #868e96;
}
.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-indicator {
  background-color: #007bff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-indicator {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-controls-stacked {
  display: flex;
  flex-direction: column;
}
.custom-controls-stacked .custom-control {
  margin-bottom: 0.25rem;
}
.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}
.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.25;
  color: #495057;
  vertical-align: middle;
  background: #fff
    url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
    no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -webkit-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select:disabled {
  color: #868e96;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}
.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
}
.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  opacity: 0;
}
.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.custom-file-control:lang(en):empty:after {
  content: "Choose file...";
}
.custom-file-control:before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #e9ecef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-file-control:lang(en):before {
  content: "Browse";
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #868e96;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #ddd;
}
.nav-tabs .nav-link.disabled {
  color: #868e96;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #ddd #ddd #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.show > .nav-pills .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: 0 0;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group .card {
    flex: 1 0 0%;
  }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom,
  .card-group .card:not(:first-child):not(:last-child) .card-img-top {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb:after {
  display: block;
  clear: both;
  content: "";
}
.breadcrumb-item {
  float: left;
}
.breadcrumb-item + .breadcrumb-item:before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #868e96;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover:before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover:before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #868e96;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  background-color: #fff;
  border-color: #ddd;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #ddd;
}
.page-link:focus,
.page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #ddd;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
.badge-primary[href]:focus,
.badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}
.badge-secondary {
  color: #fff;
  background-color: #868e96;
}
.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #6c757d;
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-success[href]:focus,
.badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:focus,
.badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}
.badge-warning {
  color: #111;
  background-color: #ffc107;
}
.badge-warning[href]:focus,
.badge-warning[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #d39e00;
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-danger[href]:focus,
.badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}
.badge-light {
  color: #111;
  background-color: #f8f9fa;
}
.badge-light[href]:focus,
.badge-light[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #dae0e5;
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:focus,
.badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible .close {
  position: relative;
  top: -0.75rem;
  right: -1.25rem;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}
.alert-secondary {
  color: #464a4e;
  background-color: #e7e8ea;
  border-color: #dddfe2;
}
.alert-secondary hr {
  border-top-color: #cfd2d6;
}
.alert-secondary .alert-link {
  color: #2e3133;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  height: 1rem;
  line-height: 1rem;
  color: #fff;
  background-color: #007bff;
  transition: width 0.6s ease;
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:focus,
.list-group-item:hover {
  text-decoration: none;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #868e96;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
a.list-group-item-primary,
button.list-group-item-primary {
  color: #004085;
}
a.list-group-item-primary:focus,
a.list-group-item-primary:hover,
button.list-group-item-primary:focus,
button.list-group-item-primary:hover {
  color: #004085;
  background-color: #9fcdff;
}
a.list-group-item-primary.active,
button.list-group-item-primary.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}
.list-group-item-secondary {
  color: #464a4e;
  background-color: #dddfe2;
}
a.list-group-item-secondary,
button.list-group-item-secondary {
  color: #464a4e;
}
a.list-group-item-secondary:focus,
a.list-group-item-secondary:hover,
button.list-group-item-secondary:focus,
button.list-group-item-secondary:hover {
  color: #464a4e;
  background-color: #cfd2d6;
}
a.list-group-item-secondary.active,
button.list-group-item-secondary.active {
  color: #fff;
  background-color: #464a4e;
  border-color: #464a4e;
}
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #155724;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #155724;
  background-color: #b1dfbb;
}
a.list-group-item-success.active,
button.list-group-item-success.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #0c5460;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #0c5460;
  background-color: #abdde5;
}
a.list-group-item-info.active,
button.list-group-item-info.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #856404;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #856404;
  background-color: #ffe8a1;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #721c24;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #721c24;
  background-color: #f1b0b7;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
a.list-group-item-light,
button.list-group-item-light {
  color: #818182;
}
a.list-group-item-light:focus,
a.list-group-item-light:hover,
button.list-group-item-light:focus,
button.list-group-item-light:hover {
  color: #818182;
  background-color: #ececf6;
}
a.list-group-item-light.active,
button.list-group-item-light.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
a.list-group-item-dark,
button.list-group-item-dark {
  color: #1b1e21;
}
a.list-group-item-dark:focus,
a.list-group-item-dark:hover,
button.list-group-item-dark:focus,
button.list-group-item-dark:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}
a.list-group-item-dark.active,
button.list-group-item-dark.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
button.close {
  padding: 0;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e9ecef;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 15px;
}
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
}
.tooltip.bs-tooltip-auto[x-placement^="top"],
.tooltip.bs-tooltip-top {
  padding: 5px 0;
}
.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow,
.tooltip.bs-tooltip-top .arrow {
  bottom: 0;
}
.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow:before,
.tooltip.bs-tooltip-top .arrow:before {
  margin-left: -3px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.bs-tooltip-auto[x-placement^="right"],
.tooltip.bs-tooltip-right {
  padding: 0 5px;
}
.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow,
.tooltip.bs-tooltip-right .arrow {
  left: 0;
}
.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow:before,
.tooltip.bs-tooltip-right .arrow:before {
  margin-top: -3px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.bs-tooltip-auto[x-placement^="bottom"],
.tooltip.bs-tooltip-bottom {
  padding: 5px 0;
}
.tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.tooltip.bs-tooltip-bottom .arrow {
  top: 0;
}
.tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow:before,
.tooltip.bs-tooltip-bottom .arrow:before {
  margin-left: -3px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bs-tooltip-auto[x-placement^="left"],
.tooltip.bs-tooltip-left {
  padding: 0 5px;
}
.tooltip.bs-tooltip-auto[x-placement^="left"] .arrow,
.tooltip.bs-tooltip-left .arrow {
  right: 0;
}
.tooltip.bs-tooltip-auto[x-placement^="left"] .arrow:before,
.tooltip.bs-tooltip-left .arrow:before {
  right: 0;
  margin-top: -3px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip .arrow:before {
  position: absolute;
  border-color: transparent;
  border-style: solid;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 10px;
  height: 5px;
}
.popover .arrow:after,
.popover .arrow:before {
  position: absolute;
  display: block;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow:before {
  content: "";
  border-width: 11px;
}
.popover .arrow:after {
  content: "";
  border-width: 11px;
}
.popover.bs-popover-auto[x-placement^="top"],
.popover.bs-popover-top {
  margin-bottom: 10px;
}
.popover.bs-popover-auto[x-placement^="top"] .arrow,
.popover.bs-popover-top .arrow {
  bottom: 0;
}
.popover.bs-popover-auto[x-placement^="top"] .arrow:after,
.popover.bs-popover-auto[x-placement^="top"] .arrow:before,
.popover.bs-popover-top .arrow:after,
.popover.bs-popover-top .arrow:before {
  border-bottom-width: 0;
}
.popover.bs-popover-auto[x-placement^="top"] .arrow:before,
.popover.bs-popover-top .arrow:before {
  bottom: -11px;
  margin-left: -6px;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.popover.bs-popover-auto[x-placement^="top"] .arrow:after,
.popover.bs-popover-top .arrow:after {
  bottom: -10px;
  margin-left: -6px;
  border-top-color: #fff;
}
.popover.bs-popover-auto[x-placement^="right"],
.popover.bs-popover-right {
  margin-left: 10px;
}
.popover.bs-popover-auto[x-placement^="right"] .arrow,
.popover.bs-popover-right .arrow {
  left: 0;
}
.popover.bs-popover-auto[x-placement^="right"] .arrow:after,
.popover.bs-popover-auto[x-placement^="right"] .arrow:before,
.popover.bs-popover-right .arrow:after,
.popover.bs-popover-right .arrow:before {
  margin-top: -8px;
  border-left-width: 0;
}
.popover.bs-popover-auto[x-placement^="right"] .arrow:before,
.popover.bs-popover-right .arrow:before {
  left: -11px;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.bs-popover-auto[x-placement^="right"] .arrow:after,
.popover.bs-popover-right .arrow:after {
  left: -10px;
  border-right-color: #fff;
}
.popover.bs-popover-auto[x-placement^="bottom"],
.popover.bs-popover-bottom {
  margin-top: 10px;
}
.popover.bs-popover-auto[x-placement^="bottom"] .arrow,
.popover.bs-popover-bottom .arrow {
  top: 0;
}
.popover.bs-popover-auto[x-placement^="bottom"] .arrow:after,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow:before,
.popover.bs-popover-bottom .arrow:after,
.popover.bs-popover-bottom .arrow:before {
  margin-left: -7px;
  border-top-width: 0;
}
.popover.bs-popover-auto[x-placement^="bottom"] .arrow:before,
.popover.bs-popover-bottom .arrow:before {
  top: -11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bs-popover-auto[x-placement^="bottom"] .arrow:after,
.popover.bs-popover-bottom .arrow:after {
  top: -10px;
  border-bottom-color: #fff;
}
.popover.bs-popover-auto[x-placement^="bottom"] .popover-header:before,
.popover.bs-popover-bottom .popover-header:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.popover.bs-popover-auto[x-placement^="left"],
.popover.bs-popover-left {
  margin-right: 10px;
}
.popover.bs-popover-auto[x-placement^="left"] .arrow,
.popover.bs-popover-left .arrow {
  right: 0;
}
.popover.bs-popover-auto[x-placement^="left"] .arrow:after,
.popover.bs-popover-auto[x-placement^="left"] .arrow:before,
.popover.bs-popover-left .arrow:after,
.popover.bs-popover-left .arrow:before {
  margin-top: -8px;
  border-right-width: 0;
}
.popover.bs-popover-auto[x-placement^="left"] .arrow:before,
.popover.bs-popover-left .arrow:before {
  right: -11px;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.bs-popover-auto[x-placement^="left"] .arrow:after,
.popover.bs-popover-left .arrow:after {
  right: -10px;
  border-left-color: #fff;
}
.popover-header {
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 9px 14px;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000px;
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}
.active.carousel-item-right,
.carousel-item-next {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  .active.carousel-item-right,
  .carousel-item-next {
    transform: translate3d(100%, 0, 0);
  }
}
.active.carousel-item-left,
.carousel-item-prev {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  .active.carousel-item-left,
  .carousel-item-prev {
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li:before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #868e96 !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover {
  background-color: #6c757d !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #e9ecef !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #868e96 !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-circle {
  border-radius: 50%;
}
.rounded-0 {
  border-radius: 0;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
.d-print-block {
  display: none !important;
}
@media print {
  .d-print-block {
    display: block !important;
  }
}
.d-print-inline {
  display: none !important;
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
}
.d-print-inline-block {
  display: none !important;
}
@media print {
  .d-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive:before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9:before {
  padding-top: 42.857143%;
}
.embed-responsive-16by9:before {
  padding-top: 56.25%;
}
.embed-responsive-4by3:before {
  padding-top: 75%;
}
.embed-responsive-1by1:before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mr-1 {
  margin-right: 0.25rem !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1 {
  margin-left: 0.25rem !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2 {
  margin-left: 0.5rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mr-3 {
  margin-right: 1rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.ml-3 {
  margin-left: 1rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mr-4 {
  margin-right: 1.5rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4 {
  margin-left: 1.5rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mr-5 {
  margin-right: 3rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.ml-5 {
  margin-left: 3rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pr-1 {
  padding-right: 0.25rem !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1 {
  padding-left: 0.25rem !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pr-2 {
  padding-right: 0.5rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2 {
  padding-left: 0.5rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pr-3 {
  padding-right: 1rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pl-3 {
  padding-left: 1rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pr-4 {
  padding-right: 1.5rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4 {
  padding-left: 1.5rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pr-5 {
  padding-right: 3rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.pl-5 {
  padding-left: 3rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mr-auto {
  margin-right: auto !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ml-auto {
  margin-left: auto !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5 {
    margin-left: 3rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3 {
    padding-left: 1rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5 {
    padding-left: 3rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5 {
    margin-left: 3rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3 {
    padding-left: 1rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5 {
    padding-left: 3rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5 {
    margin-left: 3rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3 {
    padding-left: 1rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5 {
    padding-left: 3rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3 {
    margin-left: 1rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5 {
    margin-left: 3rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3 {
    padding-left: 1rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5 {
    padding-left: 3rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto {
    margin-left: auto !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-normal {
  font-weight: 400;
}
.font-weight-bold {
  font-weight: 700;
}
.font-italic {
  font-style: italic;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #0062cc !important;
}
.text-secondary {
  color: #868e96 !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #6c757d !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #1e7e34 !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #117a8b !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #d39e00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #bd2130 !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #dae0e5 !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #1d2124 !important;
}
.text-muted {
  color: #868e96 !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.hinge {
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  animation-duration: 0.75s;
}
@keyframes bounce {
  20%,
  53%,
  80%,
  0%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  50%,
  0%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}
@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  0%,
  to {
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}
@keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  11.1%,
  0%,
  to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes bounceIn {
  20%,
  40%,
  60%,
  80%,
  0%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  60%,
  75%,
  90%,
  0%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  60%,
  75%,
  90%,
  0%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  60%,
  75%,
  90%,
  0%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  60%,
  75%,
  90%,
  0%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  0% {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  0% {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}
@keyframes passing-through {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-40px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulse {
  0%,
  20% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1);
  }
}
.dropzone,
.dropzone * {
  box-sizing: border-box;
}
.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: #fff;
  padding: 20px;
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone.dz-drag-hover {
  border-style: solid;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}
.dropzone .dz-preview.dz-file-preview .dz-details,
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}
.dropzone .dz-preview:hover {
  z-index: 1000;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}
.dropzone .dz-preview.dz-image-preview {
  background: #fff;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
  transition: opacity 0.2s linear;
}
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}
.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}
.dropzone .dz-preview:hover .dz-image img {
  transform: scale(1.05, 1.05);
  filter: blur(8px);
}
.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}
.dropzone .dz-preview .dz-image img {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}
.dropzone .dz-preview .dz-error-mark svg,
.dropzone .dz-preview .dz-success-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  transition: all 0.2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  transition: opacity 0.4s ease-in;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  transition: width 0.3s ease-in-out;
}
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: #fff;
}
.dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}
.fa,
.fab,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -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,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.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(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}
.fa-rotate-180 {
  transform: rotate(180deg);
}
.fa-rotate-270 {
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}
:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  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;
}
.fa-500px:before {
  content: "";
}
.fa-accessible-icon:before {
  content: "";
}
.fa-accusoft: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-algolia:before {
  content: "";
}
.fa-align-center:before {
  content: "";
}
.fa-align-justify:before {
  content: "";
}
.fa-align-left:before {
  content: "";
}
.fa-align-right: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-anchor:before {
  content: "";
}
.fa-android: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-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-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-left:before {
  content: "";
}
.fa-arrow-right:before {
  content: "";
}
.fa-arrow-up:before {
  content: "";
}
.fa-arrows-alt:before {
  content: "";
}
.fa-arrows-alt-h:before {
  content: "";
}
.fa-arrows-alt-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-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-baby:before {
  content: "";
}
.fa-baby-carriage:before {
  content: "";
}
.fa-backspace:before {
  content: "";
}
.fa-backward:before {
  content: "";
}
.fa-bacon:before {
  content: "";
}
.fa-balance-scale:before {
  content: "";
}
.fa-balance-scale-left:before {
  content: "";
}
.fa-balance-scale-right:before {
  content: "";
}
.fa-ban:before {
  content: "";
}
.fa-band-aid:before {
  content: "";
}
.fa-bandcamp:before {
  content: "";
}
.fa-barcode:before {
  content: "";
}
.fa-bars:before {
  content: "";
}
.fa-baseball-ball:before {
  content: "";
}
.fa-basketball-ball:before {
  content: "";
}
.fa-bath:before {
  content: "";
}
.fa-battery-empty:before {
  content: "";
}
.fa-battery-full:before {
  content: "";
}
.fa-battery-half:before {
  content: "";
}
.fa-battery-quarter: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-slash:before {
  content: "";
}
.fa-bezier-curve:before {
  content: "";
}
.fa-bible:before {
  content: "";
}
.fa-bicycle:before {
  content: "";
}
.fa-biking: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-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-bong:before {
  content: "";
}
.fa-book:before {
  content: "";
}
.fa-book-dead:before {
  content: "";
}
.fa-book-medical:before {
  content: "";
}
.fa-book-open:before {
  content: "";
}
.fa-book-reader:before {
  content: "";
}
.fa-bookmark:before {
  content: "";
}
.fa-bootstrap:before {
  content: "";
}
.fa-border-all:before {
  content: "";
}
.fa-border-none:before {
  content: "";
}
.fa-border-style:before {
  content: "";
}
.fa-bowling-ball:before {
  content: "";
}
.fa-box:before {
  content: "";
}
.fa-box-open:before {
  content: "";
}
.fa-boxes:before {
  content: "";
}
.fa-braille:before {
  content: "";
}
.fa-brain:before {
  content: "";
}
.fa-bread-slice:before {
  content: "";
}
.fa-briefcase:before {
  content: "";
}
.fa-briefcase-medical:before {
  content: "";
}
.fa-broadcast-tower:before {
  content: "";
}
.fa-broom: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-burn:before {
  content: "";
}
.fa-buromobelexperte:before {
  content: "";
}
.fa-bus:before {
  content: "";
}
.fa-bus-alt:before {
  content: "";
}
.fa-business-time:before {
  content: "";
}
.fa-buysellads:before {
  content: "";
}
.fa-calculator:before {
  content: "";
}
.fa-calendar:before {
  content: "";
}
.fa-calendar-alt:before {
  content: "";
}
.fa-calendar-check:before {
  content: "";
}
.fa-calendar-day:before {
  content: "";
}
.fa-calendar-minus:before {
  content: "";
}
.fa-calendar-plus:before {
  content: "";
}
.fa-calendar-times:before {
  content: "";
}
.fa-calendar-week:before {
  content: "";
}
.fa-camera:before {
  content: "";
}
.fa-camera-retro:before {
  content: "";
}
.fa-campground:before {
  content: "";
}
.fa-canadian-maple-leaf:before {
  content: "";
}
.fa-candy-cane: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-crash:before {
  content: "";
}
.fa-car-side: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-cart-arrow-down:before {
  content: "";
}
.fa-cart-plus:before {
  content: "";
}
.fa-cash-register:before {
  content: "";
}
.fa-cat: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-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-pie: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-chess:before {
  content: "";
}
.fa-chess-bishop:before {
  content: "";
}
.fa-chess-board:before {
  content: "";
}
.fa-chess-king:before {
  content: "";
}
.fa-chess-knight:before {
  content: "";
}
.fa-chess-pawn:before {
  content: "";
}
.fa-chess-queen:before {
  content: "";
}
.fa-chess-rook: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-down:before {
  content: "";
}
.fa-chevron-left:before {
  content: "";
}
.fa-chevron-right:before {
  content: "";
}
.fa-chevron-up:before {
  content: "";
}
.fa-child: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-clinic-medical:before {
  content: "";
}
.fa-clipboard:before {
  content: "";
}
.fa-clipboard-check:before {
  content: "";
}
.fa-clipboard-list:before {
  content: "";
}
.fa-clock:before {
  content: "";
}
.fa-clone:before {
  content: "";
}
.fa-closed-captioning:before {
  content: "";
}
.fa-cloud:before {
  content: "";
}
.fa-cloud-download-alt: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-showers-heavy:before {
  content: "";
}
.fa-cloud-sun:before {
  content: "";
}
.fa-cloud-sun-rain:before {
  content: "";
}
.fa-cloud-upload-alt:before {
  content: "";
}
.fa-cloudscale:before {
  content: "";
}
.fa-cloudsmith:before {
  content: "";
}
.fa-cloudversify:before {
  content: "";
}
.fa-cocktail:before {
  content: "";
}
.fa-code:before {
  content: "";
}
.fa-code-branch:before {
  content: "";
}
.fa-codepen:before {
  content: "";
}
.fa-codiepie:before {
  content: "";
}
.fa-coffee:before {
  content: "";
}
.fa-cog:before {
  content: "";
}
.fa-cogs:before {
  content: "";
}
.fa-coins:before {
  content: "";
}
.fa-columns:before {
  content: "";
}
.fa-comment:before {
  content: "";
}
.fa-comment-alt:before {
  content: "";
}
.fa-comment-dollar:before {
  content: "";
}
.fa-comment-dots:before {
  content: "";
}
.fa-comment-medical:before {
  content: "";
}
.fa-comment-slash:before {
  content: "";
}
.fa-comments:before {
  content: "";
}
.fa-comments-dollar:before {
  content: "";
}
.fa-compact-disc:before {
  content: "";
}
.fa-compass:before {
  content: "";
}
.fa-compress:before {
  content: "";
}
.fa-compress-arrows-alt:before {
  content: "";
}
.fa-concierge-bell:before {
  content: "";
}
.fa-confluence:before {
  content: "";
}
.fa-connectdevelop:before {
  content: "";
}
.fa-contao:before {
  content: "";
}
.fa-cookie:before {
  content: "";
}
.fa-cookie-bite:before {
  content: "";
}
.fa-copy:before {
  content: "";
}
.fa-copyright:before {
  content: "";
}
.fa-couch: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-critical-role: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-css3:before {
  content: "";
}
.fa-css3-alt:before {
  content: "";
}
.fa-cube:before {
  content: "";
}
.fa-cubes:before {
  content: "";
}
.fa-cut:before {
  content: "";
}
.fa-cuttlefish:before {
  content: "";
}
.fa-d-and-d:before {
  content: "";
}
.fa-d-and-d-beyond:before {
  content: "";
}
.fa-dashcube:before {
  content: "";
}
.fa-database:before {
  content: "";
}
.fa-deaf:before {
  content: "";
}
.fa-delicious:before {
  content: "";
}
.fa-democrat:before {
  content: "";
}
.fa-deploydog:before {
  content: "";
}
.fa-deskpro:before {
  content: "";
}
.fa-desktop:before {
  content: "";
}
.fa-dev:before {
  content: "";
}
.fa-deviantart:before {
  content: "";
}
.fa-dharmachakra:before {
  content: "";
}
.fa-dhl:before {
  content: "";
}
.fa-diagnoses:before {
  content: "";
}
.fa-diaspora:before {
  content: "";
}
.fa-dice:before {
  content: "";
}
.fa-dice-d20:before {
  content: "";
}
.fa-dice-d6: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-digital-ocean:before {
  content: "";
}
.fa-digital-tachograph:before {
  content: "";
}
.fa-directions:before {
  content: "";
}
.fa-discord:before {
  content: "";
}
.fa-discourse:before {
  content: "";
}
.fa-divide:before {
  content: "";
}
.fa-dizzy:before {
  content: "";
}
.fa-dna:before {
  content: "";
}
.fa-dochub:before {
  content: "";
}
.fa-docker:before {
  content: "";
}
.fa-dog:before {
  content: "";
}
.fa-dollar-sign:before {
  content: "";
}
.fa-dolly:before {
  content: "";
}
.fa-dolly-flatbed: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-polygon:before {
  content: "";
}
.fa-dribbble:before {
  content: "";
}
.fa-dribbble-square:before {
  content: "";
}
.fa-dropbox:before {
  content: "";
}
.fa-drum:before {
  content: "";
}
.fa-drum-steelpan:before {
  content: "";
}
.fa-drumstick-bite:before {
  content: "";
}
.fa-drupal:before {
  content: "";
}
.fa-dumbbell:before {
  content: "";
}
.fa-dumpster:before {
  content: "";
}
.fa-dumpster-fire:before {
  content: "";
}
.fa-dungeon:before {
  content: "";
}
.fa-dyalog:before {
  content: "";
}
.fa-earlybirds:before {
  content: "";
}
.fa-ebay:before {
  content: "";
}
.fa-edge:before {
  content: "";
}
.fa-edit:before {
  content: "";
}
.fa-egg:before {
  content: "";
}
.fa-eject:before {
  content: "";
}
.fa-elementor:before {
  content: "";
}
.fa-ellipsis-h:before {
  content: "";
}
.fa-ellipsis-v:before {
  content: "";
}
.fa-ello:before {
  content: "";
}
.fa-ember:before {
  content: "";
}
.fa-empire:before {
  content: "";
}
.fa-envelope:before {
  content: "";
}
.fa-envelope-open: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-alt:before {
  content: "";
}
.fa-exclamation:before {
  content: "";
}
.fa-exclamation-circle:before {
  content: "";
}
.fa-exclamation-triangle:before {
  content: "";
}
.fa-expand:before {
  content: "";
}
.fa-expand-arrows-alt:before {
  content: "";
}
.fa-expeditedssl:before {
  content: "";
}
.fa-external-link-alt:before {
  content: "";
}
.fa-external-link-square-alt:before {
  content: "";
}
.fa-eye:before {
  content: "";
}
.fa-eye-dropper: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-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-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-code:before {
  content: "";
}
.fa-file-contract:before {
  content: "";
}
.fa-file-csv:before {
  content: "";
}
.fa-file-download:before {
  content: "";
}
.fa-file-excel: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-pdf:before {
  content: "";
}
.fa-file-powerpoint:before {
  content: "";
}
.fa-file-prescription:before {
  content: "";
}
.fa-file-signature:before {
  content: "";
}
.fa-file-upload:before {
  content: "";
}
.fa-file-video:before {
  content: "";
}
.fa-file-word:before {
  content: "";
}
.fa-fill:before {
  content: "";
}
.fa-fill-drip:before {
  content: "";
}
.fa-film: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-firefox: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-fist-raised:before {
  content: "";
}
.fa-flag:before {
  content: "";
}
.fa-flag-checkered:before {
  content: "";
}
.fa-flag-usa:before {
  content: "";
}
.fa-flask:before {
  content: "";
}
.fa-flickr:before {
  content: "";
}
.fa-flipboard:before {
  content: "";
}
.fa-flushed:before {
  content: "";
}
.fa-fly:before {
  content: "";
}
.fa-folder:before {
  content: "";
}
.fa-folder-minus:before {
  content: "";
}
.fa-folder-open:before {
  content: "";
}
.fa-folder-plus: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-fonticons:before {
  content: "";
}
.fa-fonticons-fi:before {
  content: "";
}
.fa-football-ball: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-free-code-camp:before {
  content: "";
}
.fa-freebsd:before {
  content: "";
}
.fa-frog:before {
  content: "";
}
.fa-frown:before {
  content: "";
}
.fa-frown-open:before {
  content: "";
}
.fa-fulcrum:before {
  content: "";
}
.fa-funnel-dollar:before {
  content: "";
}
.fa-futbol:before {
  content: "";
}
.fa-galactic-republic:before {
  content: "";
}
.fa-galactic-senate:before {
  content: "";
}
.fa-gamepad:before {
  content: "";
}
.fa-gas-pump: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-gifts: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-cheers:before {
  content: "";
}
.fa-glass-martini:before {
  content: "";
}
.fa-glass-martini-alt:before {
  content: "";
}
.fa-glass-whiskey:before {
  content: "";
}
.fa-glasses: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-gofore:before {
  content: "";
}
.fa-golf-ball: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-hacker-news:before {
  content: "";
}
.fa-hacker-news-square:before {
  content: "";
}
.fa-hackerrank:before {
  content: "";
}
.fa-hamburger:before {
  content: "";
}
.fa-hammer:before {
  content: "";
}
.fa-hamsa:before {
  content: "";
}
.fa-hand-holding:before {
  content: "";
}
.fa-hand-holding-heart:before {
  content: "";
}
.fa-hand-holding-usd: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-rock:before {
  content: "";
}
.fa-hand-scissors:before {
  content: "";
}
.fa-hand-spock:before {
  content: "";
}
.fa-hands:before {
  content: "";
}
.fa-hands-helping:before {
  content: "";
}
.fa-handshake:before {
  content: "";
}
.fa-hanukiah:before {
  content: "";
}
.fa-hard-hat:before {
  content: "";
}
.fa-hashtag:before {
  content: "";
}
.fa-hat-wizard:before {
  content: "";
}
.fa-haykal:before {
  content: "";
}
.fa-hdd: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-heartbeat:before {
  content: "";
}
.fa-helicopter: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-puck:before {
  content: "";
}
.fa-holly-berry:before {
  content: "";
}
.fa-home:before {
  content: "";
}
.fa-hooli: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-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-houzz:before {
  content: "";
}
.fa-hryvnia:before {
  content: "";
}
.fa-html5:before {
  content: "";
}
.fa-hubspot:before {
  content: "";
}
.fa-i-cursor:before {
  content: "";
}
.fa-ice-cream:before {
  content: "";
}
.fa-icicles:before {
  content: "";
}
.fa-icons: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-indent:before {
  content: "";
}
.fa-industry:before {
  content: "";
}
.fa-infinity:before {
  content: "";
}
.fa-info:before {
  content: "";
}
.fa-info-circle:before {
  content: "";
}
.fa-instagram:before {
  content: "";
}
.fa-intercom:before {
  content: "";
}
.fa-internet-explorer:before {
  content: "";
}
.fa-invision:before {
  content: "";
}
.fa-ioxhost:before {
  content: "";
}
.fa-italic:before {
  content: "";
}
.fa-itch-io:before {
  content: "";
}
.fa-itunes:before {
  content: "";
}
.fa-itunes-note: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-key:before {
  content: "";
}
.fa-keybase:before {
  content: "";
}
.fa-keyboard:before {
  content: "";
}
.fa-keycdn:before {
  content: "";
}
.fa-khanda:before {
  content: "";
}
.fa-kickstarter:before {
  content: "";
}
.fa-kickstarter-k:before {
  content: "";
}
.fa-kiss:before {
  content: "";
}
.fa-kiss-beam:before {
  content: "";
}
.fa-kiss-wink-heart:before {
  content: "";
}
.fa-kiwi-bird:before {
  content: "";
}
.fa-korvue:before {
  content: "";
}
.fa-landmark: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-leaf: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-alt:before {
  content: "";
}
.fa-level-up-alt:before {
  content: "";
}
.fa-life-ring:before {
  content: "";
}
.fa-lightbulb:before {
  content: "";
}
.fa-line:before {
  content: "";
}
.fa-link:before {
  content: "";
}
.fa-linkedin:before {
  content: "";
}
.fa-linkedin-in:before {
  content: "";
}
.fa-linode:before {
  content: "";
}
.fa-linux: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-arrow:before {
  content: "";
}
.fa-lock:before {
  content: "";
}
.fa-lock-open: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-low-vision:before {
  content: "";
}
.fa-luggage-cart:before {
  content: "";
}
.fa-lyft:before {
  content: "";
}
.fa-magento:before {
  content: "";
}
.fa-magic:before {
  content: "";
}
.fa-magnet:before {
  content: "";
}
.fa-mail-bulk:before {
  content: "";
}
.fa-mailchimp:before {
  content: "";
}
.fa-male:before {
  content: "";
}
.fa-mandalorian: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-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-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-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-minus:before {
  content: "";
}
.fa-minus-circle:before {
  content: "";
}
.fa-minus-square: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-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-monument:before {
  content: "";
}
.fa-moon:before {
  content: "";
}
.fa-mortar-pestle:before {
  content: "";
}
.fa-mosque:before {
  content: "";
}
.fa-motorcycle:before {
  content: "";
}
.fa-mountain:before {
  content: "";
}
.fa-mouse-pointer:before {
  content: "";
}
.fa-mug-hot:before {
  content: "";
}
.fa-music:before {
  content: "";
}
.fa-napster: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-odnoklassniki:before {
  content: "";
}
.fa-odnoklassniki-square:before {
  content: "";
}
.fa-oil-can:before {
  content: "";
}
.fa-old-republic:before {
  content: "";
}
.fa-om:before {
  content: "";
}
.fa-opencart:before {
  content: "";
}
.fa-openid:before {
  content: "";
}
.fa-opera:before {
  content: "";
}
.fa-optin-monster:before {
  content: "";
}
.fa-osi:before {
  content: "";
}
.fa-otter:before {
  content: "";
}
.fa-outdent:before {
  content: "";
}
.fa-page4:before {
  content: "";
}
.fa-pagelines:before {
  content: "";
}
.fa-pager:before {
  content: "";
}
.fa-paint-brush:before {
  content: "";
}
.fa-paint-roller:before {
  content: "";
}
.fa-palette:before {
  content: "";
}
.fa-palfed:before {
  content: "";
}
.fa-pallet:before {
  content: "";
}
.fa-paper-plane:before {
  content: "";
}
.fa-paperclip:before {
  content: "";
}
.fa-parachute-box:before {
  content: "";
}
.fa-paragraph:before {
  content: "";
}
.fa-parking: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-paypal:before {
  content: "";
}
.fa-peace: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-alt:before {
  content: "";
}
.fa-pencil-ruler: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-phabricator:before {
  content: "";
}
.fa-phoenix-framework:before {
  content: "";
}
.fa-phoenix-squadron:before {
  content: "";
}
.fa-phone:before {
  content: "";
}
.fa-phone-alt: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-pied-piper:before {
  content: "";
}
.fa-pied-piper-alt:before {
  content: "";
}
.fa-pied-piper-hat:before {
  content: "";
}
.fa-pied-piper-pp: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-slice:before {
  content: "";
}
.fa-place-of-worship:before {
  content: "";
}
.fa-plane: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-square:before {
  content: "";
}
.fa-podcast:before {
  content: "";
}
.fa-poll:before {
  content: "";
}
.fa-poll-h:before {
  content: "";
}
.fa-poo:before {
  content: "";
}
.fa-poo-storm:before {
  content: "";
}
.fa-poop: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-print:before {
  content: "";
}
.fa-procedures:before {
  content: "";
}
.fa-product-hunt:before {
  content: "";
}
.fa-project-diagram: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-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-radiation:before {
  content: "";
}
.fa-radiation-alt:before {
  content: "";
}
.fa-rainbow: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-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-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-rev:before {
  content: "";
}
.fa-ribbon:before {
  content: "";
}
.fa-ring: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-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-vertical:before {
  content: "";
}
.fa-running:before {
  content: "";
}
.fa-rupee-sign:before {
  content: "";
}
.fa-sad-cry:before {
  content: "";
}
.fa-sad-tear:before {
  content: "";
}
.fa-safari:before {
  content: "";
}
.fa-salesforce:before {
  content: "";
}
.fa-sass:before {
  content: "";
}
.fa-satellite:before {
  content: "";
}
.fa-satellite-dish:before {
  content: "";
}
.fa-save:before {
  content: "";
}
.fa-schlix:before {
  content: "";
}
.fa-school:before {
  content: "";
}
.fa-screwdriver:before {
  content: "";
}
.fa-scribd:before {
  content: "";
}
.fa-scroll: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-server:before {
  content: "";
}
.fa-servicestack:before {
  content: "";
}
.fa-shapes:before {
  content: "";
}
.fa-share:before {
  content: "";
}
.fa-share-alt:before {
  content: "";
}
.fa-share-alt-square:before {
  content: "";
}
.fa-share-square:before {
  content: "";
}
.fa-shekel-sign:before {
  content: "";
}
.fa-shield-alt:before {
  content: "";
}
.fa-ship:before {
  content: "";
}
.fa-shipping-fast:before {
  content: "";
}
.fa-shirtsinbulk: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-shower:before {
  content: "";
}
.fa-shuttle-van:before {
  content: "";
}
.fa-sign:before {
  content: "";
}
.fa-sign-in-alt:before {
  content: "";
}
.fa-sign-language:before {
  content: "";
}
.fa-sign-out-alt:before {
  content: "";
}
.fa-signal: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-sketch: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-sleigh:before {
  content: "";
}
.fa-sliders-h:before {
  content: "";
}
.fa-slideshare:before {
  content: "";
}
.fa-smile:before {
  content: "";
}
.fa-smile-beam:before {
  content: "";
}
.fa-smile-wink:before {
  content: "";
}
.fa-smog:before {
  content: "";
}
.fa-smoking:before {
  content: "";
}
.fa-smoking-ban:before {
  content: "";
}
.fa-sms:before {
  content: "";
}
.fa-snapchat:before {
  content: "";
}
.fa-snapchat-ghost:before {
  content: "";
}
.fa-snapchat-square:before {
  content: "";
}
.fa-snowboarding:before {
  content: "";
}
.fa-snowflake:before {
  content: "";
}
.fa-snowman: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-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-up:before {
  content: "";
}
.fa-soundcloud:before {
  content: "";
}
.fa-sourcetree:before {
  content: "";
}
.fa-spa:before {
  content: "";
}
.fa-space-shuttle:before {
  content: "";
}
.fa-speakap:before {
  content: "";
}
.fa-speaker-deck:before {
  content: "";
}
.fa-spell-check:before {
  content: "";
}
.fa-spider:before {
  content: "";
}
.fa-spinner: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-alt:before {
  content: "";
}
.fa-squarespace:before {
  content: "";
}
.fa-stack-exchange:before {
  content: "";
}
.fa-stack-overflow:before {
  content: "";
}
.fa-stackpath:before {
  content: "";
}
.fa-stamp:before {
  content: "";
}
.fa-star:before {
  content: "";
}
.fa-star-and-crescent: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-staylinked:before {
  content: "";
}
.fa-steam:before {
  content: "";
}
.fa-steam-square:before {
  content: "";
}
.fa-steam-symbol: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-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-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-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-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-tablets:before {
  content: "";
}
.fa-tachometer-alt:before {
  content: "";
}
.fa-tag:before {
  content: "";
}
.fa-tags:before {
  content: "";
}
.fa-tape:before {
  content: "";
}
.fa-tasks: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-high:before {
  content: "";
}
.fa-temperature-low:before {
  content: "";
}
.fa-tencent-weibo:before {
  content: "";
}
.fa-tenge:before {
  content: "";
}
.fa-terminal:before {
  content: "";
}
.fa-text-height: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-think-peaks:before {
  content: "";
}
.fa-thumbs-down:before {
  content: "";
}
.fa-thumbs-up:before {
  content: "";
}
.fa-thumbtack:before {
  content: "";
}
.fa-ticket-alt:before {
  content: "";
}
.fa-times:before {
  content: "";
}
.fa-times-circle:before {
  content: "";
}
.fa-tint:before {
  content: "";
}
.fa-tint-slash: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-toolbox:before {
  content: "";
}
.fa-tools:before {
  content: "";
}
.fa-tooth:before {
  content: "";
}
.fa-torah:before {
  content: "";
}
.fa-torii-gate:before {
  content: "";
}
.fa-tractor:before {
  content: "";
}
.fa-trade-federation:before {
  content: "";
}
.fa-trademark:before {
  content: "";
}
.fa-traffic-light: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-tree:before {
  content: "";
}
.fa-trello:before {
  content: "";
}
.fa-tripadvisor:before {
  content: "";
}
.fa-trophy:before {
  content: "";
}
.fa-truck:before {
  content: "";
}
.fa-truck-loading:before {
  content: "";
}
.fa-truck-monster:before {
  content: "";
}
.fa-truck-moving:before {
  content: "";
}
.fa-truck-pickup:before {
  content: "";
}
.fa-tshirt:before {
  content: "";
}
.fa-tty:before {
  content: "";
}
.fa-tumblr:before {
  content: "";
}
.fa-tumblr-square:before {
  content: "";
}
.fa-tv: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-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-user:before {
  content: "";
}
.fa-user-alt:before {
  content: "";
}
.fa-user-alt-slash:before {
  content: "";
}
.fa-user-astronaut:before {
  content: "";
}
.fa-user-check:before {
  content: "";
}
.fa-user-circle:before {
  content: "";
}
.fa-user-clock:before {
  content: "";
}
.fa-user-cog:before {
  content: "";
}
.fa-user-edit:before {
  content: "";
}
.fa-user-friends:before {
  content: "";
}
.fa-user-graduate:before {
  content: "";
}
.fa-user-injured:before {
  content: "";
}
.fa-user-lock:before {
  content: "";
}
.fa-user-md: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-cog:before {
  content: "";
}
.fa-usps:before {
  content: "";
}
.fa-ussunnah:before {
  content: "";
}
.fa-utensil-spoon:before {
  content: "";
}
.fa-utensils:before {
  content: "";
}
.fa-vaadin: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-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-volleyball-ball:before {
  content: "";
}
.fa-volume-down:before {
  content: "";
}
.fa-volume-mute:before {
  content: "";
}
.fa-volume-off:before {
  content: "";
}
.fa-volume-up:before {
  content: "";
}
.fa-vote-yea:before {
  content: "";
}
.fa-vr-cardboard:before {
  content: "";
}
.fa-vuejs:before {
  content: "";
}
.fa-walking:before {
  content: "";
}
.fa-wallet:before {
  content: "";
}
.fa-warehouse:before {
  content: "";
}
.fa-water:before {
  content: "";
}
.fa-wave-square:before {
  content: "";
}
.fa-waze:before {
  content: "";
}
.fa-weebly:before {
  content: "";
}
.fa-weibo:before {
  content: "";
}
.fa-weight:before {
  content: "";
}
.fa-weight-hanging:before {
  content: "";
}
.fa-weixin:before {
  content: "";
}
.fa-whatsapp:before {
  content: "";
}
.fa-whatsapp-square:before {
  content: "";
}
.fa-wheelchair:before {
  content: "";
}
.fa-whmcs:before {
  content: "";
}
.fa-wifi:before {
  content: "";
}
.fa-wikipedia-w:before {
  content: "";
}
.fa-wind: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-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-wrench:before {
  content: "";
}
.fa-x-ray:before {
  content: "";
}
.fa-xbox:before {
  content: "";
}
.fa-xing:before {
  content: "";
}
.fa-xing-square:before {
  content: "";
}
.fa-y-combinator:before {
  content: "";
}
.fa-yahoo:before {
  content: "";
}
.fa-yammer:before {
  content: "";
}
.fa-yandex:before {
  content: "";
}
.fa-yandex-international:before {
  content: "";
}
.fa-yarn:before {
  content: "";
}
.fa-yelp:before {
  content: "";
}
.fa-yen-sign:before {
  content: "";
}
.fa-yin-yang:before {
  content: "";
}
.fa-yoast:before {
  content: "";
}
.fa-youtube:before {
  content: "";
}
.fa-youtube-square:before {
  content: "";
}
.fa-zhihu:before {
  content: "";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(../fonts/fa-brands-400.eot);
  src: url(../fonts/fa-brands-400d41d.eot?#iefix) format("embedded-opentype"),
    url(../fonts/fa-brands-400.woff2) format("woff2"),
    url(../fonts/fa-brands-400.woff) format("woff"),
    url(../fonts/fa-brands-400.ttf) format("truetype"),
    url(../fonts/fa-brands-400.svg#fontawesome) format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(../fonts/fa-regular-400.eot);
  src: url(../fonts/fa-regular-400d41d.eot?#iefix) format("embedded-opentype"),
    url(../fonts/fa-regular-400.woff2) format("woff2"),
    url(../fonts/fa-regular-400.woff) format("woff"),
    url(../fonts/fa-regular-400.ttf) format("truetype"),
    url(../fonts/fa-regular-400.svg#fontawesome) format("svg");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url(../fonts/fa-solid-900.eot);
  src: url(../fonts/fa-solid-900d41d.eot?#iefix) format("embedded-opentype"),
    url(../fonts/fa-solid-900.woff2) format("woff2"),
    url(../fonts/fa-solid-900.woff) format("woff"),
    url(../fonts/fa-solid-900.ttf) format("truetype"),
    url(../fonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
@font-face {
  font-family: IcoFont;
  font-weight: 400;
  font-style: Regular;
  src: url(../fonts/icofont.woff2) format("woff2"),
    url(../fonts/icofont.woff) format("woff");
}
[class*=" icofont-"],
[class^="icofont-"] {
  font-family: IcoFont !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.icofont-angry-monster:before {
  content: "";
}
.icofont-bathtub:before {
  content: "";
}
.icofont-bird-wings:before {
  content: "";
}
.icofont-bow:before {
  content: "";
}
.icofont-castle:before {
  content: "";
}
.icofont-circuit:before {
  content: "";
}
.icofont-crown-king:before {
  content: "";
}
.icofont-crown-queen:before {
  content: "";
}
.icofont-dart:before {
  content: "";
}
.icofont-disability-race:before {
  content: "";
}
.icofont-diving-goggle:before {
  content: "";
}
.icofont-eye-open:before {
  content: "";
}
.icofont-flora-flower:before {
  content: "";
}
.icofont-flora:before {
  content: "";
}
.icofont-gift-box:before {
  content: "";
}
.icofont-halloween-pumpkin:before {
  content: "";
}
.icofont-hand-power:before {
  content: "";
}
.icofont-hand-thunder:before {
  content: "";
}
.icofont-king-monster:before {
  content: "";
}
.icofont-love:before {
  content: "";
}
.icofont-magician-hat:before {
  content: "";
}
.icofont-native-american:before {
  content: "";
}
.icofont-owl-look:before {
  content: "";
}
.icofont-phoenix:before {
  content: "";
}
.icofont-robot-face:before {
  content: "";
}
.icofont-sand-clock:before {
  content: "";
}
.icofont-shield-alt:before {
  content: "";
}
.icofont-ship-wheel:before {
  content: "";
}
.icofont-skull-danger:before {
  content: "";
}
.icofont-skull-face:before {
  content: "";
}
.icofont-snowmobile:before {
  content: "";
}
.icofont-space-shuttle:before {
  content: "";
}
.icofont-star-shape:before {
  content: "";
}
.icofont-swirl:before {
  content: "";
}
.icofont-tattoo-wing:before {
  content: "";
}
.icofont-throne:before {
  content: "";
}
.icofont-tree-alt:before {
  content: "";
}
.icofont-triangle:before {
  content: "";
}
.icofont-unity-hand:before {
  content: "";
}
.icofont-weed:before {
  content: "";
}
.icofont-woman-bird:before {
  content: "";
}
.icofont-bat:before {
  content: "";
}
.icofont-bear-face:before {
  content: "";
}
.icofont-bear-tracks:before {
  content: "";
}
.icofont-bear:before {
  content: "";
}
.icofont-bird-alt:before {
  content: "";
}
.icofont-bird-flying:before {
  content: "";
}
.icofont-bird:before {
  content: "";
}
.icofont-birds:before {
  content: "";
}
.icofont-bone:before {
  content: "";
}
.icofont-bull:before {
  content: "";
}
.icofont-butterfly-alt:before {
  content: "";
}
.icofont-butterfly:before {
  content: "";
}
.icofont-camel-alt:before {
  content: "";
}
.icofont-camel-head:before {
  content: "";
}
.icofont-camel:before {
  content: "";
}
.icofont-cat-alt-1:before {
  content: "";
}
.icofont-cat-alt-2:before {
  content: "";
}
.icofont-cat-alt-3:before {
  content: "";
}
.icofont-cat-dog:before {
  content: "";
}
.icofont-cat-face:before {
  content: "";
}
.icofont-cat:before {
  content: "";
}
.icofont-cow-head:before {
  content: "";
}
.icofont-cow:before {
  content: "";
}
.icofont-crab:before {
  content: "";
}
.icofont-crocodile:before {
  content: "";
}
.icofont-deer-head:before {
  content: "";
}
.icofont-dog-alt:before {
  content: "";
}
.icofont-dog-barking:before {
  content: "";
}
.icofont-dog:before {
  content: "";
}
.icofont-dolphin:before {
  content: "";
}
.icofont-duck-tracks:before {
  content: "";
}
.icofont-eagle-head:before {
  content: "";
}
.icofont-eaten-fish:before {
  content: "";
}
.icofont-elephant-alt:before {
  content: "";
}
.icofont-elephant-head-alt:before {
  content: "";
}
.icofont-elephant-head:before {
  content: "";
}
.icofont-elephant:before {
  content: "";
}
.icofont-elk:before {
  content: "";
}
.icofont-fish-1:before {
  content: "";
}
.icofont-fish-2:before {
  content: "";
}
.icofont-fish-3:before {
  content: "";
}
.icofont-fish-4:before {
  content: "";
}
.icofont-fish-5:before {
  content: "";
}
.icofont-fish:before {
  content: "";
}
.icofont-fox-alt:before {
  content: "";
}
.icofont-fox:before {
  content: "";
}
.icofont-frog-tracks:before {
  content: "";
}
.icofont-frog:before {
  content: "";
}
.icofont-froggy:before {
  content: "";
}
.icofont-giraffe-head-1:before {
  content: "";
}
.icofont-giraffe-head-2:before {
  content: "";
}
.icofont-giraffe-head:before {
  content: "";
}
.icofont-giraffe:before {
  content: "";
}
.icofont-goat-head:before {
  content: "";
}
.icofont-gorilla:before {
  content: "";
}
.icofont-hen-tracks:before {
  content: "";
}
.icofont-horse-head-1:before {
  content: "";
}
.icofont-horse-head-2:before {
  content: "";
}
.icofont-horse-head:before {
  content: "";
}
.icofont-horse-tracks:before {
  content: "";
}
.icofont-jellyfish:before {
  content: "";
}
.icofont-kangaroo:before {
  content: "";
}
.icofont-lemur:before {
  content: "";
}
.icofont-lion-head-1:before {
  content: "";
}
.icofont-lion-head-2:before {
  content: "";
}
.icofont-lion-head:before {
  content: "";
}
.icofont-lion:before {
  content: "";
}
.icofont-monkey-2:before {
  content: "";
}
.icofont-monkey-3:before {
  content: "";
}
.icofont-monkey-face:before {
  content: "";
}
.icofont-monkey:before {
  content: "";
}
.icofont-octopus-alt:before {
  content: "";
}
.icofont-octopus:before {
  content: "";
}
.icofont-owl:before {
  content: "";
}
.icofont-panda-face:before {
  content: "";
}
.icofont-panda:before {
  content: "";
}
.icofont-panther:before {
  content: "";
}
.icofont-parrot-lip:before {
  content: "";
}
.icofont-parrot:before {
  content: "";
}
.icofont-paw:before {
  content: "";
}
.icofont-pelican:before {
  content: "";
}
.icofont-penguin:before {
  content: "";
}
.icofont-pig-face:before {
  content: "";
}
.icofont-pig:before {
  content: "";
}
.icofont-pigeon-1:before {
  content: "";
}
.icofont-pigeon-2:before {
  content: "";
}
.icofont-pigeon:before {
  content: "";
}
.icofont-rabbit:before {
  content: "";
}
.icofont-rat:before {
  content: "";
}
.icofont-rhino-head:before {
  content: "";
}
.icofont-rhino:before {
  content: "";
}
.icofont-rooster:before {
  content: "";
}
.icofont-seahorse:before {
  content: "";
}
.icofont-seal:before {
  content: "";
}
.icofont-shrimp-alt:before {
  content: "";
}
.icofont-shrimp:before {
  content: "";
}
.icofont-snail-1:before {
  content: "";
}
.icofont-snail-2:before {
  content: "";
}
.icofont-snail-3:before {
  content: "";
}
.icofont-snail:before {
  content: "";
}
.icofont-snake:before {
  content: "";
}
.icofont-squid:before {
  content: "";
}
.icofont-squirrel:before {
  content: "";
}
.icofont-tiger-face:before {
  content: "";
}
.icofont-tiger:before {
  content: "";
}
.icofont-turtle:before {
  content: "";
}
.icofont-whale:before {
  content: "";
}
.icofont-woodpecker:before {
  content: "";
}
.icofont-zebra:before {
  content: "";
}
.icofont-brand-acer:before {
  content: "";
}
.icofont-brand-adidas:before {
  content: "";
}
.icofont-brand-adobe:before {
  content: "";
}
.icofont-brand-air-new-zealand:before {
  content: "";
}
.icofont-brand-airbnb:before {
  content: "";
}
.icofont-brand-aircell:before {
  content: "";
}
.icofont-brand-airtel:before {
  content: "";
}
.icofont-brand-alcatel:before {
  content: "";
}
.icofont-brand-alibaba:before {
  content: "";
}
.icofont-brand-aliexpress:before {
  content: "";
}
.icofont-brand-alipay:before {
  content: "";
}
.icofont-brand-amazon:before {
  content: "";
}
.icofont-brand-amd:before {
  content: "";
}
.icofont-brand-american-airlines:before {
  content: "";
}
.icofont-brand-android-robot:before {
  content: "";
}
.icofont-brand-android:before {
  content: "";
}
.icofont-brand-aol:before {
  content: "";
}
.icofont-brand-apple:before {
  content: "";
}
.icofont-brand-appstore:before {
  content: "";
}
.icofont-brand-asus:before {
  content: "";
}
.icofont-brand-ati:before {
  content: "";
}
.icofont-brand-att:before {
  content: "";
}
.icofont-brand-audi:before {
  content: "";
}
.icofont-brand-axiata:before {
  content: "";
}
.icofont-brand-bada:before {
  content: "";
}
.icofont-brand-bbc:before {
  content: "";
}
.icofont-brand-bing:before {
  content: "";
}
.icofont-brand-blackberry:before {
  content: "";
}
.icofont-brand-bmw:before {
  content: "";
}
.icofont-brand-box:before {
  content: "";
}
.icofont-brand-burger-king:before {
  content: "";
}
.icofont-brand-business-insider:before {
  content: "";
}
.icofont-brand-buzzfeed:before {
  content: "";
}
.icofont-brand-cannon:before {
  content: "";
}
.icofont-brand-casio:before {
  content: "";
}
.icofont-brand-china-mobile:before {
  content: "";
}
.icofont-brand-china-telecom:before {
  content: "";
}
.icofont-brand-china-unicom:before {
  content: "";
}
.icofont-brand-cisco:before {
  content: "";
}
.icofont-brand-citibank:before {
  content: "";
}
.icofont-brand-cnet:before {
  content: "";
}
.icofont-brand-cnn:before {
  content: "";
}
.icofont-brand-cocal-cola:before {
  content: "";
}
.icofont-brand-compaq:before {
  content: "";
}
.icofont-brand-debian:before {
  content: "";
}
.icofont-brand-delicious:before {
  content: "";
}
.icofont-brand-dell:before {
  content: "";
}
.icofont-brand-designbump:before {
  content: "";
}
.icofont-brand-designfloat:before {
  content: "";
}
.icofont-brand-disney:before {
  content: "";
}
.icofont-brand-dodge:before {
  content: "";
}
.icofont-brand-dove:before {
  content: "";
}
.icofont-brand-drupal:before {
  content: "";
}
.icofont-brand-ebay:before {
  content: "";
}
.icofont-brand-eleven:before {
  content: "";
}
.icofont-brand-emirates:before {
  content: "";
}
.icofont-brand-espn:before {
  content: "";
}
.icofont-brand-etihad-airways:before {
  content: "";
}
.icofont-brand-etisalat:before {
  content: "";
}
.icofont-brand-etsy:before {
  content: "";
}
.icofont-brand-fastrack:before {
  content: "";
}
.icofont-brand-fedex:before {
  content: "";
}
.icofont-brand-ferrari:before {
  content: "";
}
.icofont-brand-fitbit:before {
  content: "";
}
.icofont-brand-flikr:before {
  content: "";
}
.icofont-brand-forbes:before {
  content: "";
}
.icofont-brand-foursquare:before {
  content: "";
}
.icofont-brand-foxconn:before {
  content: "";
}
.icofont-brand-fujitsu:before {
  content: "";
}
.icofont-brand-general-electric:before {
  content: "";
}
.icofont-brand-gillette:before {
  content: "";
}
.icofont-brand-gizmodo:before {
  content: "";
}
.icofont-brand-gnome:before {
  content: "";
}
.icofont-brand-google:before {
  content: "";
}
.icofont-brand-gopro:before {
  content: "";
}
.icofont-brand-gucci:before {
  content: "";
}
.icofont-brand-hallmark:before {
  content: "";
}
.icofont-brand-hi5:before {
  content: "";
}
.icofont-brand-honda:before {
  content: "";
}
.icofont-brand-hp:before {
  content: "";
}
.icofont-brand-hsbc:before {
  content: "";
}
.icofont-brand-htc:before {
  content: "";
}
.icofont-brand-huawei:before {
  content: "";
}
.icofont-brand-hulu:before {
  content: "";
}
.icofont-brand-hyundai:before {
  content: "";
}
.icofont-brand-ibm:before {
  content: "";
}
.icofont-brand-icofont:before {
  content: "";
}
.icofont-brand-icq:before {
  content: "";
}
.icofont-brand-ikea:before {
  content: "";
}
.icofont-brand-imdb:before {
  content: "";
}
.icofont-brand-indiegogo:before {
  content: "";
}
.icofont-brand-intel:before {
  content: "";
}
.icofont-brand-ipair:before {
  content: "";
}
.icofont-brand-jaguar:before {
  content: "";
}
.icofont-brand-java:before {
  content: "";
}
.icofont-brand-joomla:before {
  content: "";
}
.icofont-brand-kickstarter:before {
  content: "";
}
.icofont-brand-kik:before {
  content: "";
}
.icofont-brand-lastfm:before {
  content: "";
}
.icofont-brand-lego:before {
  content: "";
}
.icofont-brand-lenovo:before {
  content: "";
}
.icofont-brand-levis:before {
  content: "";
}
.icofont-brand-lexus:before {
  content: "";
}
.icofont-brand-lg:before {
  content: "";
}
.icofont-brand-life-hacker:before {
  content: "";
}
.icofont-brand-linux-mint:before {
  content: "";
}
.icofont-brand-linux:before {
  content: "";
}
.icofont-brand-lionix:before {
  content: "";
}
.icofont-brand-loreal:before {
  content: "";
}
.icofont-brand-louis-vuitton:before {
  content: "";
}
.icofont-brand-mac-os:before {
  content: "";
}
.icofont-brand-marvel-app:before {
  content: "";
}
.icofont-brand-mashable:before {
  content: "";
}
.icofont-brand-mazda:before {
  content: "";
}
.icofont-brand-mcdonals:before {
  content: "";
}
.icofont-brand-mercedes:before {
  content: "";
}
.icofont-brand-micromax:before {
  content: "";
}
.icofont-brand-microsoft:before {
  content: "";
}
.icofont-brand-mobileme:before {
  content: "";
}
.icofont-brand-mobily:before {
  content: "";
}
.icofont-brand-motorola:before {
  content: "";
}
.icofont-brand-msi:before {
  content: "";
}
.icofont-brand-mts:before {
  content: "";
}
.icofont-brand-myspace:before {
  content: "";
}
.icofont-brand-mytv:before {
  content: "";
}
.icofont-brand-nasa:before {
  content: "";
}
.icofont-brand-natgeo:before {
  content: "";
}
.icofont-brand-nbc:before {
  content: "";
}
.icofont-brand-nescafe:before {
  content: "";
}
.icofont-brand-nestle:before {
  content: "";
}
.icofont-brand-netflix:before {
  content: "";
}
.icofont-brand-nexus:before {
  content: "";
}
.icofont-brand-nike:before {
  content: "";
}
.icofont-brand-nokia:before {
  content: "";
}
.icofont-brand-nvidia:before {
  content: "";
}
.icofont-brand-omega:before {
  content: "";
}
.icofont-brand-opensuse:before {
  content: "";
}
.icofont-brand-oracle:before {
  content: "";
}
.icofont-brand-panasonic:before {
  content: "";
}
.icofont-brand-paypal:before {
  content: "";
}
.icofont-brand-pepsi:before {
  content: "";
}
.icofont-brand-philips:before {
  content: "";
}
.icofont-brand-pizza-hut:before {
  content: "";
}
.icofont-brand-playstation:before {
  content: "";
}
.icofont-brand-puma:before {
  content: "";
}
.icofont-brand-qatar-air:before {
  content: "";
}
.icofont-brand-qvc:before {
  content: "";
}
.icofont-brand-readernaut:before {
  content: "";
}
.icofont-brand-redbull:before {
  content: "";
}
.icofont-brand-reebok:before {
  content: "";
}
.icofont-brand-reuters:before {
  content: "";
}
.icofont-brand-samsung:before {
  content: "";
}
.icofont-brand-sap:before {
  content: "";
}
.icofont-brand-saudia-airlines:before {
  content: "";
}
.icofont-brand-scribd:before {
  content: "";
}
.icofont-brand-shell:before {
  content: "";
}
.icofont-brand-siemens:before {
  content: "";
}
.icofont-brand-sk-telecom:before {
  content: "";
}
.icofont-brand-slideshare:before {
  content: "";
}
.icofont-brand-smashing-magazine:before {
  content: "";
}
.icofont-brand-snapchat:before {
  content: "";
}
.icofont-brand-sony-ericsson:before {
  content: "";
}
.icofont-brand-sony:before {
  content: "";
}
.icofont-brand-soundcloud:before {
  content: "";
}
.icofont-brand-sprint:before {
  content: "";
}
.icofont-brand-squidoo:before {
  content: "";
}
.icofont-brand-starbucks:before {
  content: "";
}
.icofont-brand-stc:before {
  content: "";
}
.icofont-brand-steam:before {
  content: "";
}
.icofont-brand-suzuki:before {
  content: "";
}
.icofont-brand-symbian:before {
  content: "";
}
.icofont-brand-t-mobile:before {
  content: "";
}
.icofont-brand-tango:before {
  content: "";
}
.icofont-brand-target:before {
  content: "";
}
.icofont-brand-tata-indicom:before {
  content: "";
}
.icofont-brand-techcrunch:before {
  content: "";
}
.icofont-brand-telenor:before {
  content: "";
}
.icofont-brand-teliasonera:before {
  content: "";
}
.icofont-brand-tesla:before {
  content: "";
}
.icofont-brand-the-verge:before {
  content: "";
}
.icofont-brand-thenextweb:before {
  content: "";
}
.icofont-brand-toshiba:before {
  content: "";
}
.icofont-brand-toyota:before {
  content: "";
}
.icofont-brand-tribenet:before {
  content: "";
}
.icofont-brand-ubuntu:before {
  content: "";
}
.icofont-brand-unilever:before {
  content: "";
}
.icofont-brand-vaio:before {
  content: "";
}
.icofont-brand-verizon:before {
  content: "";
}
.icofont-brand-viber:before {
  content: "";
}
.icofont-brand-vodafone:before {
  content: "";
}
.icofont-brand-volkswagen:before {
  content: "";
}
.icofont-brand-walmart:before {
  content: "";
}
.icofont-brand-warnerbros:before {
  content: "";
}
.icofont-brand-whatsapp:before {
  content: "";
}
.icofont-brand-wikipedia:before {
  content: "";
}
.icofont-brand-windows:before {
  content: "";
}
.icofont-brand-wire:before {
  content: "";
}
.icofont-brand-wordpress:before {
  content: "";
}
.icofont-brand-xiaomi:before {
  content: "";
}
.icofont-brand-yahoobuzz:before {
  content: "";
}
.icofont-brand-yamaha:before {
  content: "";
}
.icofont-brand-youtube:before {
  content: "";
}
.icofont-brand-zain:before {
  content: "";
}
.icofont-bank-alt:before {
  content: "";
}
.icofont-bank:before {
  content: "";
}
.icofont-barcode:before {
  content: "";
}
.icofont-bill-alt:before {
  content: "";
}
.icofont-billboard:before {
  content: "";
}
.icofont-briefcase-1:before {
  content: "";
}
.icofont-briefcase-2:before {
  content: "";
}
.icofont-businessman:before {
  content: "";
}
.icofont-businesswoman:before {
  content: "";
}
.icofont-chair:before {
  content: "";
}
.icofont-coins:before {
  content: "";
}
.icofont-company:before {
  content: "";
}
.icofont-contact-add:before {
  content: "";
}
.icofont-files-stack:before {
  content: "";
}
.icofont-handshake-deal:before {
  content: "";
}
.icofont-id-card:before {
  content: "";
}
.icofont-meeting-add:before {
  content: "";
}
.icofont-money-bag:before {
  content: "";
}
.icofont-pie-chart:before {
  content: "";
}
.icofont-presentation-alt:before {
  content: "";
}
.icofont-presentation:before {
  content: "";
}
.icofont-stamp:before {
  content: "";
}
.icofont-stock-mobile:before {
  content: "";
}
.icofont-chart-arrows-axis:before {
  content: "";
}
.icofont-chart-bar-graph:before {
  content: "";
}
.icofont-chart-flow-1:before {
  content: "";
}
.icofont-chart-flow-2:before {
  content: "";
}
.icofont-chart-flow:before {
  content: "";
}
.icofont-chart-growth:before {
  content: "";
}
.icofont-chart-histogram-alt:before {
  content: "";
}
.icofont-chart-histogram:before {
  content: "";
}
.icofont-chart-line-alt:before {
  content: "";
}
.icofont-chart-line:before {
  content: "";
}
.icofont-chart-pie-alt:before {
  content: "";
}
.icofont-chart-pie:before {
  content: "";
}
.icofont-chart-radar-graph:before {
  content: "";
}
.icofont-architecture-alt:before {
  content: "";
}
.icofont-architecture:before {
  content: "";
}
.icofont-barricade:before {
  content: "";
}
.icofont-bolt:before {
  content: "";
}
.icofont-bricks:before {
  content: "";
}
.icofont-building-alt:before {
  content: "";
}
.icofont-bull-dozer:before {
  content: "";
}
.icofont-calculations:before {
  content: "";
}
.icofont-cement-mix:before {
  content: "";
}
.icofont-cement-mixer:before {
  content: "";
}
.icofont-concrete-mixer:before {
  content: "";
}
.icofont-danger-zone:before {
  content: "";
}
.icofont-drill:before {
  content: "";
}
.icofont-eco-energy:before {
  content: "";
}
.icofont-eco-environmen:before {
  content: "";
}
.icofont-energy-air:before {
  content: "";
}
.icofont-energy-oil:before {
  content: "";
}
.icofont-energy-savings:before {
  content: "";
}
.icofont-energy-solar:before {
  content: "";
}
.icofont-energy-water:before {
  content: "";
}
.icofont-engineer:before {
  content: "";
}
.icofont-fire-extinguisher-alt:before {
  content: "";
}
.icofont-fire-extinguisher:before {
  content: "";
}
.icofont-fix-tools:before {
  content: "";
}
.icofont-fork-lift:before {
  content: "";
}
.icofont-glue-oil:before {
  content: "";
}
.icofont-hammer-alt:before {
  content: "";
}
.icofont-hammer:before {
  content: "";
}
.icofont-help-robot:before {
  content: "";
}
.icofont-industries-1:before {
  content: "";
}
.icofont-industries-2:before {
  content: "";
}
.icofont-industries-3:before {
  content: "";
}
.icofont-industries-4:before {
  content: "";
}
.icofont-industries-5:before {
  content: "";
}
.icofont-industries:before {
  content: "";
}
.icofont-labour:before {
  content: "";
}
.icofont-mining:before {
  content: "";
}
.icofont-paint-brush:before {
  content: "";
}
.icofont-pollution:before {
  content: "";
}
.icofont-power-zone:before {
  content: "";
}
.icofont-radio-active:before {
  content: "";
}
.icofont-recycle-alt:before {
  content: "";
}
.icofont-recycling-man:before {
  content: "";
}
.icofont-safety-hat-light:before {
  content: "";
}
.icofont-safety-hat:before {
  content: "";
}
.icofont-saw:before {
  content: "";
}
.icofont-screw-driver:before {
  content: "";
}
.icofont-tools-1:before {
  content: "";
}
.icofont-tools-bag:before {
  content: "";
}
.icofont-tow-truck:before {
  content: "";
}
.icofont-trolley:before {
  content: "";
}
.icofont-trowel:before {
  content: "";
}
.icofont-under-construction-alt:before {
  content: "";
}
.icofont-under-construction:before {
  content: "";
}
.icofont-vehicle-cement:before {
  content: "";
}
.icofont-vehicle-crane:before {
  content: "";
}
.icofont-vehicle-delivery-van:before {
  content: "";
}
.icofont-vehicle-dozer:before {
  content: "";
}
.icofont-vehicle-excavator:before {
  content: "";
}
.icofont-vehicle-trucktor:before {
  content: "";
}
.icofont-vehicle-wrecking:before {
  content: "";
}
.icofont-worker:before {
  content: "";
}
.icofont-workers-group:before {
  content: "";
}
.icofont-wrench:before {
  content: "";
}
.icofont-afghani-false:before {
  content: "";
}
.icofont-afghani-minus:before {
  content: "";
}
.icofont-afghani-plus:before {
  content: "";
}
.icofont-afghani-true:before {
  content: "";
}
.icofont-afghani:before {
  content: "";
}
.icofont-baht-false:before {
  content: "";
}
.icofont-baht-minus:before {
  content: "";
}
.icofont-baht-plus:before {
  content: "";
}
.icofont-baht-true:before {
  content: "";
}
.icofont-baht:before {
  content: "";
}
.icofont-bitcoin-false:before {
  content: "";
}
.icofont-bitcoin-minus:before {
  content: "";
}
.icofont-bitcoin-plus:before {
  content: "";
}
.icofont-bitcoin-true:before {
  content: "";
}
.icofont-bitcoin:before {
  content: "";
}
.icofont-dollar-flase:before {
  content: "";
}
.icofont-dollar-minus:before {
  content: "";
}
.icofont-dollar-plus:before {
  content: "";
}
.icofont-dollar-true:before {
  content: "";
}
.icofont-dollar:before {
  content: "";
}
.icofont-dong-false:before {
  content: "";
}
.icofont-dong-minus:before {
  content: "";
}
.icofont-dong-plus:before {
  content: "";
}
.icofont-dong-true:before {
  content: "";
}
.icofont-dong:before {
  content: "";
}
.icofont-euro-false:before {
  content: "";
}
.icofont-euro-minus:before {
  content: "";
}
.icofont-euro-plus:before {
  content: "";
}
.icofont-euro-true:before {
  content: "";
}
.icofont-euro:before {
  content: "";
}
.icofont-frank-false:before {
  content: "";
}
.icofont-frank-minus:before {
  content: "";
}
.icofont-frank-plus:before {
  content: "";
}
.icofont-frank-true:before {
  content: "";
}
.icofont-frank:before {
  content: "";
}
.icofont-hryvnia-false:before {
  content: "";
}
.icofont-hryvnia-minus:before {
  content: "";
}
.icofont-hryvnia-plus:before {
  content: "";
}
.icofont-hryvnia-true:before {
  content: "";
}
.icofont-hryvnia:before {
  content: "";
}
.icofont-lira-false:before {
  content: "";
}
.icofont-lira-minus:before {
  content: "";
}
.icofont-lira-plus:before {
  content: "";
}
.icofont-lira-true:before {
  content: "";
}
.icofont-lira:before {
  content: "";
}
.icofont-peseta-false:before {
  content: "";
}
.icofont-peseta-minus:before {
  content: "";
}
.icofont-peseta-plus:before {
  content: "";
}
.icofont-peseta-true:before {
  content: "";
}
.icofont-peseta:before {
  content: "";
}
.icofont-peso-false:before {
  content: "";
}
.icofont-peso-minus:before {
  content: "";
}
.icofont-peso-plus:before {
  content: "";
}
.icofont-peso-true:before {
  content: "";
}
.icofont-peso:before {
  content: "";
}
.icofont-pound-false:before {
  content: "";
}
.icofont-pound-minus:before {
  content: "";
}
.icofont-pound-plus:before {
  content: "";
}
.icofont-pound-true:before {
  content: "";
}
.icofont-pound:before {
  content: "";
}
.icofont-renminbi-false:before {
  content: "";
}
.icofont-renminbi-minus:before {
  content: "";
}
.icofont-renminbi-plus:before {
  content: "";
}
.icofont-renminbi-true:before {
  content: "";
}
.icofont-renminbi:before {
  content: "";
}
.icofont-riyal-false:before {
  content: "";
}
.icofont-riyal-minus:before {
  content: "";
}
.icofont-riyal-plus:before {
  content: "";
}
.icofont-riyal-true:before {
  content: "";
}
.icofont-riyal:before {
  content: "";
}
.icofont-rouble-false:before {
  content: "";
}
.icofont-rouble-minus:before {
  content: "";
}
.icofont-rouble-plus:before {
  content: "";
}
.icofont-rouble-true:before {
  content: "";
}
.icofont-rouble:before {
  content: "";
}
.icofont-rupee-false:before {
  content: "";
}
.icofont-rupee-minus:before {
  content: "";
}
.icofont-rupee-plus:before {
  content: "";
}
.icofont-rupee-true:before {
  content: "";
}
.icofont-rupee:before {
  content: "";
}
.icofont-taka-false:before {
  content: "";
}
.icofont-taka-minus:before {
  content: "";
}
.icofont-taka-plus:before {
  content: "";
}
.icofont-taka-true:before {
  content: "";
}
.icofont-taka:before {
  content: "";
}
.icofont-turkish-lira-false:before {
  content: "";
}
.icofont-turkish-lira-minus:before {
  content: "";
}
.icofont-turkish-lira-plus:before {
  content: "";
}
.icofont-turkish-lira-true:before {
  content: "";
}
.icofont-turkish-lira:before {
  content: "";
}
.icofont-won-false:before {
  content: "";
}
.icofont-won-minus:before {
  content: "";
}
.icofont-won-plus:before {
  content: "";
}
.icofont-won-true:before {
  content: "";
}
.icofont-won:before {
  content: "";
}
.icofont-yen-false:before {
  content: "";
}
.icofont-yen-minus:before {
  content: "";
}
.icofont-yen-plus:before {
  content: "";
}
.icofont-yen-true:before {
  content: "";
}
.icofont-yen:before {
  content: "";
}
.icofont-android-nexus:before {
  content: "";
}
.icofont-android-tablet:before {
  content: "";
}
.icofont-apple-watch:before {
  content: "";
}
.icofont-drawing-tablet:before {
  content: "";
}
.icofont-earphone:before {
  content: "";
}
.icofont-flash-drive:before {
  content: "";
}
.icofont-game-console:before {
  content: "";
}
.icofont-game-controller:before {
  content: "";
}
.icofont-game-pad:before {
  content: "";
}
.icofont-game:before {
  content: "";
}
.icofont-headphone-alt-1:before {
  content: "";
}
.icofont-headphone-alt-2:before {
  content: "";
}
.icofont-headphone-alt-3:before {
  content: "";
}
.icofont-headphone-alt:before {
  content: "";
}
.icofont-headphone:before {
  content: "";
}
.icofont-htc-one:before {
  content: "";
}
.icofont-imac:before {
  content: "";
}
.icofont-ipad:before {
  content: "";
}
.icofont-iphone:before {
  content: "";
}
.icofont-ipod-nano:before {
  content: "";
}
.icofont-ipod-touch:before {
  content: "";
}
.icofont-keyboard-alt:before {
  content: "";
}
.icofont-keyboard-wireless:before {
  content: "";
}
.icofont-keyboard:before {
  content: "";
}
.icofont-laptop-alt:before {
  content: "";
}
.icofont-laptop:before {
  content: "";
}
.icofont-macbook:before {
  content: "";
}
.icofont-magic-mouse:before {
  content: "";
}
.icofont-micro-chip:before {
  content: "";
}
.icofont-microphone-alt:before {
  content: "";
}
.icofont-microphone:before {
  content: "";
}
.icofont-monitor:before {
  content: "";
}
.icofont-mouse:before {
  content: "";
}
.icofont-mp3-player:before {
  content: "";
}
.icofont-nintendo:before {
  content: "";
}
.icofont-playstation-alt:before {
  content: "";
}
.icofont-psvita:before {
  content: "";
}
.icofont-radio-mic:before {
  content: "";
}
.icofont-radio:before {
  content: "";
}
.icofont-refrigerator:before {
  content: "";
}
.icofont-samsung-galaxy:before {
  content: "";
}
.icofont-surface-tablet:before {
  content: "";
}
.icofont-ui-head-phone:before {
  content: "";
}
.icofont-ui-keyboard:before {
  content: "";
}
.icofont-washing-machine:before {
  content: "";
}
.icofont-wifi-router:before {
  content: "";
}
.icofont-wii-u:before {
  content: "";
}
.icofont-windows-lumia:before {
  content: "";
}
.icofont-wireless-mouse:before {
  content: "";
}
.icofont-xbox-360:before {
  content: "";
}
.icofont-arrow-down:before {
  content: "";
}
.icofont-arrow-left:before {
  content: "";
}
.icofont-arrow-right:before {
  content: "";
}
.icofont-arrow-up:before {
  content: "";
}
.icofont-block-down:before {
  content: "";
}
.icofont-block-left:before {
  content: "";
}
.icofont-block-right:before {
  content: "";
}
.icofont-block-up:before {
  content: "";
}
.icofont-bubble-down:before {
  content: "";
}
.icofont-bubble-left:before {
  content: "";
}
.icofont-bubble-right:before {
  content: "";
}
.icofont-bubble-up:before {
  content: "";
}
.icofont-caret-down:before {
  content: "";
}
.icofont-caret-left:before {
  content: "";
}
.icofont-caret-right:before {
  content: "";
}
.icofont-caret-up:before {
  content: "";
}
.icofont-circled-down:before {
  content: "";
}
.icofont-circled-left:before {
  content: "";
}
.icofont-circled-right:before {
  content: "";
}
.icofont-circled-up:before {
  content: "";
}
.icofont-collapse:before {
  content: "";
}
.icofont-cursor-drag:before {
  content: "";
}
.icofont-curved-double-left:before {
  content: "";
}
.icofont-curved-double-right:before {
  content: "";
}
.icofont-curved-down:before {
  content: "";
}
.icofont-curved-left:before {
  content: "";
}
.icofont-curved-right:before {
  content: "";
}
.icofont-curved-up:before {
  content: "";
}
.icofont-dotted-down:before {
  content: "";
}
.icofont-dotted-left:before {
  content: "";
}
.icofont-dotted-right:before {
  content: "";
}
.icofont-dotted-up:before {
  content: "";
}
.icofont-double-left:before {
  content: "";
}
.icofont-double-right:before {
  content: "";
}
.icofont-expand-alt:before {
  content: "";
}
.icofont-hand-down:before {
  content: "";
}
.icofont-hand-drag:before {
  content: "";
}
.icofont-hand-drag1:before {
  content: "";
}
.icofont-hand-drag2:before {
  content: "";
}
.icofont-hand-drawn-alt-down:before {
  content: "";
}
.icofont-hand-drawn-alt-left:before {
  content: "";
}
.icofont-hand-drawn-alt-right:before {
  content: "";
}
.icofont-hand-drawn-alt-up:before {
  content: "";
}
.icofont-hand-drawn-down:before {
  content: "";
}
.icofont-hand-drawn-left:before {
  content: "";
}
.icofont-hand-drawn-right:before {
  content: "";
}
.icofont-hand-drawn-up:before {
  content: "";
}
.icofont-hand-grippers:before {
  content: "";
}
.icofont-hand-left:before {
  content: "";
}
.icofont-hand-right:before {
  content: "";
}
.icofont-hand-up:before {
  content: "";
}
.icofont-line-block-down:before {
  content: "";
}
.icofont-line-block-left:before {
  content: "";
}
.icofont-line-block-right:before {
  content: "";
}
.icofont-line-block-up:before {
  content: "";
}
.icofont-long-arrow-down:before {
  content: "";
}
.icofont-long-arrow-left:before {
  content: "";
}
.icofont-long-arrow-right:before {
  content: "";
}
.icofont-long-arrow-up:before {
  content: "";
}
.icofont-rounded-collapse:before {
  content: "";
}
.icofont-rounded-double-left:before {
  content: "";
}
.icofont-rounded-double-right:before {
  content: "";
}
.icofont-rounded-down:before {
  content: "";
}
.icofont-rounded-expand:before {
  content: "";
}
.icofont-rounded-left-down:before {
  content: "";
}
.icofont-rounded-left-up:before {
  content: "";
}
.icofont-rounded-left:before {
  content: "";
}
.icofont-rounded-right-down:before {
  content: "";
}
.icofont-rounded-right-up:before {
  content: "";
}
.icofont-rounded-right:before {
  content: "";
}
.icofont-rounded-up:before {
  content: "";
}
.icofont-scroll-bubble-down:before {
  content: "";
}
.icofont-scroll-bubble-left:before {
  content: "";
}
.icofont-scroll-bubble-right:before {
  content: "";
}
.icofont-scroll-bubble-up:before {
  content: "";
}
.icofont-scroll-double-down:before {
  content: "";
}
.icofont-scroll-double-left:before {
  content: "";
}
.icofont-scroll-double-right:before {
  content: "";
}
.icofont-scroll-double-up:before {
  content: "";
}
.icofont-scroll-down:before {
  content: "";
}
.icofont-scroll-left:before {
  content: "";
}
.icofont-scroll-long-down:before {
  content: "";
}
.icofont-scroll-long-left:before {
  content: "";
}
.icofont-scroll-long-right:before {
  content: "";
}
.icofont-scroll-long-up:before {
  content: "";
}
.icofont-scroll-right:before {
  content: "";
}
.icofont-scroll-up:before {
  content: "";
}
.icofont-simple-down:before {
  content: "";
}
.icofont-simple-left-down:before {
  content: "";
}
.icofont-simple-left-up:before {
  content: "";
}
.icofont-simple-left:before {
  content: "";
}
.icofont-simple-right-down:before {
  content: "";
}
.icofont-simple-right-up:before {
  content: "";
}
.icofont-simple-right:before {
  content: "";
}
.icofont-simple-up:before {
  content: "";
}
.icofont-square-down:before {
  content: "";
}
.icofont-square-left:before {
  content: "";
}
.icofont-square-right:before {
  content: "";
}
.icofont-square-up:before {
  content: "";
}
.icofont-stylish-down:before {
  content: "";
}
.icofont-stylish-left:before {
  content: "";
}
.icofont-stylish-right:before {
  content: "";
}
.icofont-stylish-up:before {
  content: "";
}
.icofont-swoosh-down:before {
  content: "";
}
.icofont-swoosh-left:before {
  content: "";
}
.icofont-swoosh-right:before {
  content: "";
}
.icofont-swoosh-up:before {
  content: "";
}
.icofont-thin-double-left:before {
  content: "";
}
.icofont-thin-double-right:before {
  content: "";
}
.icofont-thin-down:before {
  content: "";
}
.icofont-thin-left:before {
  content: "";
}
.icofont-thin-right:before {
  content: "";
}
.icofont-thin-up:before {
  content: "";
}
.icofont-abc:before {
  content: "";
}
.icofont-atom:before {
  content: "";
}
.icofont-award:before {
  content: "";
}
.icofont-bell-alt:before {
  content: "";
}
.icofont-black-board:before {
  content: "";
}
.icofont-book-alt:before {
  content: "";
}
.icofont-book:before {
  content: "";
}
.icofont-brainstorming:before {
  content: "";
}
.icofont-certificate-alt-1:before {
  content: "";
}
.icofont-certificate-alt-2:before {
  content: "";
}
.icofont-certificate:before {
  content: "";
}
.icofont-education:before {
  content: "";
}
.icofont-electron:before {
  content: "";
}
.icofont-fountain-pen:before {
  content: "";
}
.icofont-globe-alt:before {
  content: "";
}
.icofont-graduate-alt:before {
  content: "";
}
.icofont-graduate:before {
  content: "";
}
.icofont-group-students:before {
  content: "";
}
.icofont-hat-alt:before {
  content: "";
}
.icofont-hat:before {
  content: "";
}
.icofont-instrument:before {
  content: "";
}
.icofont-lamp-light:before {
  content: "";
}
.icofont-medal:before {
  content: "";
}
.icofont-microscope-alt:before {
  content: "";
}
.icofont-microscope:before {
  content: "";
}
.icofont-paper:before {
  content: "";
}
.icofont-pen-alt-4:before {
  content: "";
}
.icofont-pen-nib:before {
  content: "";
}
.icofont-pencil-alt-5:before {
  content: "";
}
.icofont-quill-pen:before {
  content: "";
}
.icofont-read-book-alt:before {
  content: "";
}
.icofont-read-book:before {
  content: "";
}
.icofont-school-bag:before {
  content: "";
}
.icofont-school-bus:before {
  content: "";
}
.icofont-student-alt:before {
  content: "";
}
.icofont-student:before {
  content: "";
}
.icofont-teacher:before {
  content: "";
}
.icofont-test-bulb:before {
  content: "";
}
.icofont-test-tube-alt:before {
  content: "";
}
.icofont-university:before {
  content: "";
}
.icofont-angry:before {
  content: "";
}
.icofont-astonished:before {
  content: "";
}
.icofont-confounded:before {
  content: "";
}
.icofont-confused:before {
  content: "";
}
.icofont-crying:before {
  content: "";
}
.icofont-dizzy:before {
  content: "";
}
.icofont-expressionless:before {
  content: "";
}
.icofont-heart-eyes:before {
  content: "";
}
.icofont-laughing:before {
  content: "";
}
.icofont-nerd-smile:before {
  content: "";
}
.icofont-open-mouth:before {
  content: "";
}
.icofont-rage:before {
  content: "";
}
.icofont-rolling-eyes:before {
  content: "";
}
.icofont-sad:before {
  content: "";
}
.icofont-simple-smile:before {
  content: "";
}
.icofont-slightly-smile:before {
  content: "";
}
.icofont-smirk:before {
  content: "";
}
.icofont-stuck-out-tongue:before {
  content: "";
}
.icofont-wink-smile:before {
  content: "";
}
.icofont-worried:before {
  content: "";
}
.icofont-file-alt:before {
  content: "";
}
.icofont-file-audio:before {
  content: "";
}
.icofont-file-avi-mp4:before {
  content: "";
}
.icofont-file-bmp:before {
  content: "";
}
.icofont-file-code:before {
  content: "";
}
.icofont-file-css:before {
  content: "";
}
.icofont-file-document:before {
  content: "";
}
.icofont-file-eps:before {
  content: "";
}
.icofont-file-excel:before {
  content: "";
}
.icofont-file-exe:before {
  content: "";
}
.icofont-file-file:before {
  content: "";
}
.icofont-file-flv:before {
  content: "";
}
.icofont-file-gif:before {
  content: "";
}
.icofont-file-html5:before {
  content: "";
}
.icofont-file-image:before {
  content: "";
}
.icofont-file-iso:before {
  content: "";
}
.icofont-file-java:before {
  content: "";
}
.icofont-file-javascript:before {
  content: "";
}
.icofont-file-jpg:before {
  content: "";
}
.icofont-file-midi:before {
  content: "";
}
.icofont-file-mov:before {
  content: "";
}
.icofont-file-mp3:before {
  content: "";
}
.icofont-file-pdf:before {
  content: "";
}
.icofont-file-php:before {
  content: "";
}
.icofont-file-png:before {
  content: "";
}
.icofont-file-powerpoint:before {
  content: "";
}
.icofont-file-presentation:before {
  content: "";
}
.icofont-file-psb:before {
  content: "";
}
.icofont-file-psd:before {
  content: "";
}
.icofont-file-python:before {
  content: "";
}
.icofont-file-ruby:before {
  content: "";
}
.icofont-file-spreadsheet:before {
  content: "";
}
.icofont-file-sql:before {
  content: "";
}
.icofont-file-svg:before {
  content: "";
}
.icofont-file-text:before {
  content: "";
}
.icofont-file-tiff:before {
  content: "";
}
.icofont-file-video:before {
  content: "";
}
.icofont-file-wave:before {
  content: "";
}
.icofont-file-wmv:before {
  content: "";
}
.icofont-file-word:before {
  content: "";
}
.icofont-file-zip:before {
  content: "";
}
.icofont-cycling-alt:before {
  content: "";
}
.icofont-cycling:before {
  content: "";
}
.icofont-dumbbell:before {
  content: "";
}
.icofont-dumbbells:before {
  content: "";
}
.icofont-gym-alt-1:before {
  content: "";
}
.icofont-gym-alt-2:before {
  content: "";
}
.icofont-gym-alt-3:before {
  content: "";
}
.icofont-gym:before {
  content: "";
}
.icofont-muscle-weight:before {
  content: "";
}
.icofont-muscle:before {
  content: "";
}
.icofont-apple:before {
  content: "";
}
.icofont-arabian-coffee:before {
  content: "";
}
.icofont-artichoke:before {
  content: "";
}
.icofont-asparagus:before {
  content: "";
}
.icofont-avocado:before {
  content: "";
}
.icofont-baby-food:before {
  content: "";
}
.icofont-banana:before {
  content: "";
}
.icofont-bbq:before {
  content: "";
}
.icofont-beans:before {
  content: "";
}
.icofont-beer:before {
  content: "";
}
.icofont-bell-pepper-capsicum:before {
  content: "";
}
.icofont-birthday-cake:before {
  content: "";
}
.icofont-bread:before {
  content: "";
}
.icofont-broccoli:before {
  content: "";
}
.icofont-burger:before {
  content: "";
}
.icofont-cabbage:before {
  content: "";
}
.icofont-carrot:before {
  content: "";
}
.icofont-cauli-flower:before {
  content: "";
}
.icofont-cheese:before {
  content: "";
}
.icofont-chef:before {
  content: "";
}
.icofont-cherry:before {
  content: "";
}
.icofont-chicken-fry:before {
  content: "";
}
.icofont-chicken:before {
  content: "";
}
.icofont-cocktail:before {
  content: "";
}
.icofont-coconut-water:before {
  content: "";
}
.icofont-coconut:before {
  content: "";
}
.icofont-coffee-alt:before {
  content: "";
}
.icofont-coffee-cup:before {
  content: "";
}
.icofont-coffee-mug:before {
  content: "";
}
.icofont-coffee-pot:before {
  content: "";
}
.icofont-cola:before {
  content: "";
}
.icofont-corn:before {
  content: "";
}
.icofont-croissant:before {
  content: "";
}
.icofont-crop-plant:before {
  content: "";
}
.icofont-cucumber:before {
  content: "";
}
.icofont-culinary:before {
  content: "";
}
.icofont-cup-cake:before {
  content: "";
}
.icofont-dining-table:before {
  content: "";
}
.icofont-donut:before {
  content: "";
}
.icofont-egg-plant:before {
  content: "";
}
.icofont-egg-poached:before {
  content: "";
}
.icofont-farmer-alt:before {
  content: "";
}
.icofont-farmer:before {
  content: "";
}
.icofont-fast-food:before {
  content: "";
}
.icofont-food-basket:before {
  content: "";
}
.icofont-food-cart:before {
  content: "";
}
.icofont-fork-and-knife:before {
  content: "";
}
.icofont-french-fries:before {
  content: "";
}
.icofont-fruits:before {
  content: "";
}
.icofont-grapes:before {
  content: "";
}
.icofont-honey:before {
  content: "";
}
.icofont-hot-dog:before {
  content: "";
}
.icofont-ice-cream-alt:before {
  content: "";
}
.icofont-ice-cream:before {
  content: "";
}
.icofont-juice:before {
  content: "";
}
.icofont-ketchup:before {
  content: "";
}
.icofont-kiwi:before {
  content: "";
}
.icofont-layered-cake:before {
  content: "";
}
.icofont-lemon-alt:before {
  content: "";
}
.icofont-lemon:before {
  content: "";
}
.icofont-lobster:before {
  content: "";
}
.icofont-mango:before {
  content: "";
}
.icofont-milk:before {
  content: "";
}
.icofont-mushroom:before {
  content: "";
}
.icofont-noodles:before {
  content: "";
}
.icofont-onion:before {
  content: "";
}
.icofont-orange:before {
  content: "";
}
.icofont-pear:before {
  content: "";
}
.icofont-peas:before {
  content: "";
}
.icofont-pepper:before {
  content: "";
}
.icofont-pie-alt:before {
  content: "";
}
.icofont-pie:before {
  content: "";
}
.icofont-pineapple:before {
  content: "";
}
.icofont-pizza-slice:before {
  content: "";
}
.icofont-pizza:before {
  content: "";
}
.icofont-plant:before {
  content: "";
}
.icofont-popcorn:before {
  content: "";
}
.icofont-potato:before {
  content: "";
}
.icofont-pumpkin:before {
  content: "";
}
.icofont-raddish:before {
  content: "";
}
.icofont-restaurant-menu:before {
  content: "";
}
.icofont-restaurant:before {
  content: "";
}
.icofont-salt-and-pepper:before {
  content: "";
}
.icofont-sandwich:before {
  content: "";
}
.icofont-sausage:before {
  content: "";
}
.icofont-soft-drinks:before {
  content: "";
}
.icofont-soup-bowl:before {
  content: "";
}
.icofont-spoon-and-fork:before {
  content: "";
}
.icofont-steak:before {
  content: "";
}
.icofont-strawberry:before {
  content: "";
}
.icofont-sub-sandwich:before {
  content: "";
}
.icofont-sushi:before {
  content: "";
}
.icofont-taco:before {
  content: "";
}
.icofont-tea-pot:before {
  content: "";
}
.icofont-tea:before {
  content: "";
}
.icofont-tomato:before {
  content: "";
}
.icofont-watermelon:before {
  content: "";
}
.icofont-wheat:before {
  content: "";
}
.icofont-baby-backpack:before {
  content: "";
}
.icofont-baby-cloth:before {
  content: "";
}
.icofont-baby-milk-bottle:before {
  content: "";
}
.icofont-baby-trolley:before {
  content: "";
}
.icofont-baby:before {
  content: "";
}
.icofont-candy:before {
  content: "";
}
.icofont-holding-hands:before {
  content: "";
}
.icofont-infant-nipple:before {
  content: "";
}
.icofont-kids-scooter:before {
  content: "";
}
.icofont-safety-pin:before {
  content: "";
}
.icofont-teddy-bear:before {
  content: "";
}
.icofont-toy-ball:before {
  content: "";
}
.icofont-toy-cat:before {
  content: "";
}
.icofont-toy-duck:before {
  content: "";
}
.icofont-toy-elephant:before {
  content: "";
}
.icofont-toy-hand:before {
  content: "";
}
.icofont-toy-horse:before {
  content: "";
}
.icofont-toy-lattu:before {
  content: "";
}
.icofont-toy-train:before {
  content: "";
}
.icofont-burglar:before {
  content: "";
}
.icofont-cannon-firing:before {
  content: "";
}
.icofont-cc-camera:before {
  content: "";
}
.icofont-cop-badge:before {
  content: "";
}
.icofont-cop:before {
  content: "";
}
.icofont-court-hammer:before {
  content: "";
}
.icofont-court:before {
  content: "";
}
.icofont-finger-print:before {
  content: "";
}
.icofont-gavel:before {
  content: "";
}
.icofont-handcuff-alt:before {
  content: "";
}
.icofont-handcuff:before {
  content: "";
}
.icofont-investigation:before {
  content: "";
}
.icofont-investigator:before {
  content: "";
}
.icofont-jail:before {
  content: "";
}
.icofont-judge:before {
  content: "";
}
.icofont-law-alt-1:before {
  content: "";
}
.icofont-law-alt-2:before {
  content: "";
}
.icofont-law-alt-3:before {
  content: "";
}
.icofont-law-book:before {
  content: "";
}
.icofont-law-document:before {
  content: "";
}
.icofont-law-order:before {
  content: "";
}
.icofont-law-protect:before {
  content: "";
}
.icofont-law-scales:before {
  content: "";
}
.icofont-law:before {
  content: "";
}
.icofont-lawyer-alt-1:before {
  content: "";
}
.icofont-lawyer-alt-2:before {
  content: "";
}
.icofont-lawyer:before {
  content: "";
}
.icofont-legal:before {
  content: "";
}
.icofont-pistol:before {
  content: "";
}
.icofont-police-badge:before {
  content: "";
}
.icofont-police-cap:before {
  content: "";
}
.icofont-police-car-alt-1:before {
  content: "";
}
.icofont-police-car-alt-2:before {
  content: "";
}
.icofont-police-car:before {
  content: "";
}
.icofont-police-hat:before {
  content: "";
}
.icofont-police-van:before {
  content: "";
}
.icofont-police:before {
  content: "";
}
.icofont-thief-alt:before {
  content: "";
}
.icofont-thief:before {
  content: "";
}
.icofont-abacus-alt:before {
  content: "";
}
.icofont-abacus:before {
  content: "";
}
.icofont-angle-180:before {
  content: "";
}
.icofont-angle-45:before {
  content: "";
}
.icofont-angle-90:before {
  content: "";
}
.icofont-angle:before {
  content: "";
}
.icofont-calculator-alt-1:before {
  content: "";
}
.icofont-calculator-alt-2:before {
  content: "";
}
.icofont-calculator:before {
  content: "";
}
.icofont-circle-ruler-alt:before {
  content: "";
}
.icofont-circle-ruler:before {
  content: "";
}
.icofont-compass-alt-1:before {
  content: "";
}
.icofont-compass-alt-2:before {
  content: "";
}
.icofont-compass-alt-3:before {
  content: "";
}
.icofont-compass-alt-4:before {
  content: "";
}
.icofont-golden-ratio:before {
  content: "";
}
.icofont-marker-alt-1:before {
  content: "";
}
.icofont-marker-alt-2:before {
  content: "";
}
.icofont-marker-alt-3:before {
  content: "";
}
.icofont-marker:before {
  content: "";
}
.icofont-math:before {
  content: "";
}
.icofont-mathematical-alt-1:before {
  content: "";
}
.icofont-mathematical-alt-2:before {
  content: "";
}
.icofont-mathematical:before {
  content: "";
}
.icofont-pen-alt-1:before {
  content: "";
}
.icofont-pen-alt-2:before {
  content: "";
}
.icofont-pen-alt-3:before {
  content: "";
}
.icofont-pen-holder-alt-1:before {
  content: "";
}
.icofont-pen-holder:before {
  content: "";
}
.icofont-pen:before {
  content: "";
}
.icofont-pencil-alt-1:before {
  content: "";
}
.icofont-pencil-alt-2:before {
  content: "";
}
.icofont-pencil-alt-3:before {
  content: "";
}
.icofont-pencil-alt-4:before {
  content: "";
}
.icofont-pencil:before {
  content: "";
}
.icofont-ruler-alt-1:before {
  content: "";
}
.icofont-ruler-alt-2:before {
  content: "";
}
.icofont-ruler-compass-alt:before {
  content: "";
}
.icofont-ruler-compass:before {
  content: "";
}
.icofont-ruler-pencil-alt-1:before {
  content: "";
}
.icofont-ruler-pencil-alt-2:before {
  content: "";
}
.icofont-ruler-pencil:before {
  content: "";
}
.icofont-ruler:before {
  content: "";
}
.icofont-rulers-alt:before {
  content: "";
}
.icofont-rulers:before {
  content: "";
}
.icofont-square-root:before {
  content: "";
}
.icofont-ui-calculator:before {
  content: "";
}
.icofont-aids:before {
  content: "";
}
.icofont-ambulance-crescent:before {
  content: "";
}
.icofont-ambulance-cross:before {
  content: "";
}
.icofont-ambulance:before {
  content: "";
}
.icofont-autism:before {
  content: "";
}
.icofont-bandage:before {
  content: "";
}
.icofont-blind:before {
  content: "";
}
.icofont-blood-drop:before {
  content: "";
}
.icofont-blood-test:before {
  content: "";
}
.icofont-blood:before {
  content: "";
}
.icofont-brain-alt:before {
  content: "";
}
.icofont-brain:before {
  content: "";
}
.icofont-capsule:before {
  content: "";
}
.icofont-crutch:before {
  content: "";
}
.icofont-disabled:before {
  content: "";
}
.icofont-dna-alt-1:before {
  content: "";
}
.icofont-dna-alt-2:before {
  content: "";
}
.icofont-dna:before {
  content: "";
}
.icofont-doctor-alt:before {
  content: "";
}
.icofont-doctor:before {
  content: "";
}
.icofont-drug-pack:before {
  content: "";
}
.icofont-drug:before {
  content: "";
}
.icofont-first-aid-alt:before {
  content: "";
}
.icofont-first-aid:before {
  content: "";
}
.icofont-heart-beat-alt:before {
  content: "";
}
.icofont-heart-beat:before {
  content: "";
}
.icofont-heartbeat:before {
  content: "";
}
.icofont-herbal:before {
  content: "";
}
.icofont-hospital:before {
  content: "";
}
.icofont-icu:before {
  content: "";
}
.icofont-injection-syringe:before {
  content: "";
}
.icofont-laboratory:before {
  content: "";
}
.icofont-medical-sign-alt:before {
  content: "";
}
.icofont-medical-sign:before {
  content: "";
}
.icofont-nurse-alt:before {
  content: "";
}
.icofont-nurse:before {
  content: "";
}
.icofont-nursing-home:before {
  content: "";
}
.icofont-operation-theater:before {
  content: "";
}
.icofont-paralysis-disability:before {
  content: "";
}
.icofont-patient-bed:before {
  content: "";
}
.icofont-patient-file:before {
  content: "";
}
.icofont-pills:before {
  content: "";
}
.icofont-prescription:before {
  content: "";
}
.icofont-pulse:before {
  content: "";
}
.icofont-stethoscope-alt:before {
  content: "";
}
.icofont-stethoscope:before {
  content: "";
}
.icofont-stretcher:before {
  content: "";
}
.icofont-surgeon-alt:before {
  content: "";
}
.icofont-surgeon:before {
  content: "";
}
.icofont-tablets:before {
  content: "";
}
.icofont-test-bottle:before {
  content: "";
}
.icofont-test-tube:before {
  content: "";
}
.icofont-thermometer-alt:before {
  content: "";
}
.icofont-thermometer:before {
  content: "";
}
.icofont-tooth:before {
  content: "";
}
.icofont-xray:before {
  content: "";
}
.icofont-ui-add:before {
  content: "";
}
.icofont-ui-alarm:before {
  content: "";
}
.icofont-ui-battery:before {
  content: "";
}
.icofont-ui-block:before {
  content: "";
}
.icofont-ui-bluetooth:before {
  content: "";
}
.icofont-ui-brightness:before {
  content: "";
}
.icofont-ui-browser:before {
  content: "";
}
.icofont-ui-calendar:before {
  content: "";
}
.icofont-ui-call:before {
  content: "";
}
.icofont-ui-camera:before {
  content: "";
}
.icofont-ui-cart:before {
  content: "";
}
.icofont-ui-cell-phone:before {
  content: "";
}
.icofont-ui-chat:before {
  content: "";
}
.icofont-ui-check:before {
  content: "";
}
.icofont-ui-clip-board:before {
  content: "";
}
.icofont-ui-clip:before {
  content: "";
}
.icofont-ui-clock:before {
  content: "";
}
.icofont-ui-close:before {
  content: "";
}
.icofont-ui-contact-list:before {
  content: "";
}
.icofont-ui-copy:before {
  content: "";
}
.icofont-ui-cut:before {
  content: "";
}
.icofont-ui-delete:before {
  content: "";
}
.icofont-ui-dial-phone:before {
  content: "";
}
.icofont-ui-edit:before {
  content: "";
}
.icofont-ui-email:before {
  content: "";
}
.icofont-ui-file:before {
  content: "";
}
.icofont-ui-fire-wall:before {
  content: "";
}
.icofont-ui-flash-light:before {
  content: "";
}
.icofont-ui-flight:before {
  content: "";
}
.icofont-ui-folder:before {
  content: "";
}
.icofont-ui-game:before {
  content: "";
}
.icofont-ui-handicapped:before {
  content: "";
}
.icofont-ui-home:before {
  content: "";
}
.icofont-ui-image:before {
  content: "";
}
.icofont-ui-laoding:before {
  content: "";
}
.icofont-ui-lock:before {
  content: "";
}
.icofont-ui-love-add:before {
  content: "";
}
.icofont-ui-love-broken:before {
  content: "";
}
.icofont-ui-love-remove:before {
  content: "";
}
.icofont-ui-love:before {
  content: "";
}
.icofont-ui-map:before {
  content: "";
}
.icofont-ui-message:before {
  content: "";
}
.icofont-ui-messaging:before {
  content: "";
}
.icofont-ui-movie:before {
  content: "";
}
.icofont-ui-music-player:before {
  content: "";
}
.icofont-ui-music:before {
  content: "";
}
.icofont-ui-mute:before {
  content: "";
}
.icofont-ui-network:before {
  content: "";
}
.icofont-ui-next:before {
  content: "";
}
.icofont-ui-note:before {
  content: "";
}
.icofont-ui-office:before {
  content: "";
}
.icofont-ui-password:before {
  content: "";
}
.icofont-ui-pause:before {
  content: "";
}
.icofont-ui-play-stop:before {
  content: "";
}
.icofont-ui-play:before {
  content: "";
}
.icofont-ui-pointer:before {
  content: "";
}
.icofont-ui-power:before {
  content: "";
}
.icofont-ui-press:before {
  content: "";
}
.icofont-ui-previous:before {
  content: "";
}
.icofont-ui-rate-add:before {
  content: "";
}
.icofont-ui-rate-blank:before {
  content: "";
}
.icofont-ui-rate-remove:before {
  content: "";
}
.icofont-ui-rating:before {
  content: "";
}
.icofont-ui-record:before {
  content: "";
}
.icofont-ui-remove:before {
  content: "";
}
.icofont-ui-reply:before {
  content: "";
}
.icofont-ui-rotation:before {
  content: "";
}
.icofont-ui-rss:before {
  content: "";
}
.icofont-ui-search:before {
  content: "";
}
.icofont-ui-settings:before {
  content: "";
}
.icofont-ui-social-link:before {
  content: "";
}
.icofont-ui-tag:before {
  content: "";
}
.icofont-ui-text-chat:before {
  content: "";
}
.icofont-ui-text-loading:before {
  content: "";
}
.icofont-ui-theme:before {
  content: "";
}
.icofont-ui-timer:before {
  content: "";
}
.icofont-ui-touch-phone:before {
  content: "";
}
.icofont-ui-travel:before {
  content: "";
}
.icofont-ui-unlock:before {
  content: "";
}
.icofont-ui-user-group:before {
  content: "";
}
.icofont-ui-user:before {
  content: "";
}
.icofont-ui-v-card:before {
  content: "";
}
.icofont-ui-video-chat:before {
  content: "";
}
.icofont-ui-video-message:before {
  content: "";
}
.icofont-ui-video-play:before {
  content: "";
}
.icofont-ui-video:before {
  content: "";
}
.icofont-ui-volume:before {
  content: "";
}
.icofont-ui-weather:before {
  content: "";
}
.icofont-ui-wifi:before {
  content: "";
}
.icofont-ui-zoom-in:before {
  content: "";
}
.icofont-ui-zoom-out:before {
  content: "";
}
.icofont-cassette-player:before {
  content: "";
}
.icofont-cassette:before {
  content: "";
}
.icofont-forward:before {
  content: "";
}
.icofont-guiter:before {
  content: "";
}
.icofont-movie:before {
  content: "";
}
.icofont-multimedia:before {
  content: "";
}
.icofont-music-alt:before {
  content: "";
}
.icofont-music-disk:before {
  content: "";
}
.icofont-music-note:before {
  content: "";
}
.icofont-music-notes:before {
  content: "";
}
.icofont-music:before {
  content: "";
}
.icofont-mute-volume:before {
  content: "";
}
.icofont-pause:before {
  content: "";
}
.icofont-play-alt-1:before {
  content: "";
}
.icofont-play-alt-2:before {
  content: "";
}
.icofont-play-alt-3:before {
  content: "";
}
.icofont-play-pause:before {
  content: "";
}
.icofont-play:before {
  content: "";
}
.icofont-record:before {
  content: "";
}
.icofont-retro-music-disk:before {
  content: "";
}
.icofont-rewind:before {
  content: "";
}
.icofont-song-notes:before {
  content: "";
}
.icofont-sound-wave-alt:before {
  content: "";
}
.icofont-sound-wave:before {
  content: "";
}
.icofont-stop:before {
  content: "";
}
.icofont-video-alt:before {
  content: "";
}
.icofont-video-cam:before {
  content: "";
}
.icofont-video-clapper:before {
  content: "";
}
.icofont-video:before {
  content: "";
}
.icofont-volume-bar:before {
  content: "";
}
.icofont-volume-down:before {
  content: "";
}
.icofont-volume-mute:before {
  content: "";
}
.icofont-volume-off:before {
  content: "";
}
.icofont-volume-up:before {
  content: "";
}
.icofont-youtube-play:before {
  content: "";
}
.icofont-2checkout-alt:before {
  content: "";
}
.icofont-2checkout:before {
  content: "";
}
.icofont-amazon-alt:before {
  content: "";
}
.icofont-amazon:before {
  content: "";
}
.icofont-american-express-alt:before {
  content: "";
}
.icofont-american-express:before {
  content: "";
}
.icofont-apple-pay-alt:before {
  content: "";
}
.icofont-apple-pay:before {
  content: "";
}
.icofont-bank-transfer-alt:before {
  content: "";
}
.icofont-bank-transfer:before {
  content: "";
}
.icofont-braintree-alt:before {
  content: "";
}
.icofont-braintree:before {
  content: "";
}
.icofont-cash-on-delivery-alt:before {
  content: "";
}
.icofont-cash-on-delivery:before {
  content: "";
}
.icofont-diners-club-alt-1:before {
  content: "";
}
.icofont-diners-club-alt-2:before {
  content: "";
}
.icofont-diners-club-alt-3:before {
  content: "";
}
.icofont-diners-club:before {
  content: "";
}
.icofont-discover-alt:before {
  content: "";
}
.icofont-discover:before {
  content: "";
}
.icofont-eway-alt:before {
  content: "";
}
.icofont-eway:before {
  content: "";
}
.icofont-google-wallet-alt-1:before {
  content: "";
}
.icofont-google-wallet-alt-2:before {
  content: "";
}
.icofont-google-wallet-alt-3:before {
  content: "";
}
.icofont-google-wallet:before {
  content: "";
}
.icofont-jcb-alt:before {
  content: "";
}
.icofont-jcb:before {
  content: "";
}
.icofont-maestro-alt:before {
  content: "";
}
.icofont-maestro:before {
  content: "";
}
.icofont-mastercard-alt:before {
  content: "";
}
.icofont-mastercard:before {
  content: "";
}
.icofont-payoneer-alt:before {
  content: "";
}
.icofont-payoneer:before {
  content: "";
}
.icofont-paypal-alt:before {
  content: "";
}
.icofont-paypal:before {
  content: "";
}
.icofont-sage-alt:before {
  content: "";
}
.icofont-sage:before {
  content: "";
}
.icofont-skrill-alt:before {
  content: "";
}
.icofont-skrill:before {
  content: "";
}
.icofont-stripe-alt:before {
  content: "";
}
.icofont-stripe:before {
  content: "";
}
.icofont-visa-alt:before {
  content: "";
}
.icofont-visa-electron:before {
  content: "";
}
.icofont-visa:before {
  content: "";
}
.icofont-western-union-alt:before {
  content: "";
}
.icofont-western-union:before {
  content: "";
}
.icofont-boy:before {
  content: "";
}
.icofont-business-man-alt-1:before {
  content: "";
}
.icofont-business-man-alt-2:before {
  content: "";
}
.icofont-business-man-alt-3:before {
  content: "";
}
.icofont-business-man:before {
  content: "";
}
.icofont-female:before {
  content: "";
}
.icofont-funky-man:before {
  content: "";
}
.icofont-girl-alt:before {
  content: "";
}
.icofont-girl:before {
  content: "";
}
.icofont-group:before {
  content: "";
}
.icofont-hotel-boy-alt:before {
  content: "";
}
.icofont-hotel-boy:before {
  content: "";
}
.icofont-kid:before {
  content: "";
}
.icofont-man-in-glasses:before {
  content: "";
}
.icofont-people:before {
  content: "";
}
.icofont-support:before {
  content: "";
}
.icofont-user-alt-1:before {
  content: "";
}
.icofont-user-alt-2:before {
  content: "";
}
.icofont-user-alt-3:before {
  content: "";
}
.icofont-user-alt-4:before {
  content: "";
}
.icofont-user-alt-5:before {
  content: "";
}
.icofont-user-alt-6:before {
  content: "";
}
.icofont-user-alt-7:before {
  content: "";
}
.icofont-user-female:before {
  content: "";
}
.icofont-user-male:before {
  content: "";
}
.icofont-user-suited:before {
  content: "";
}
.icofont-user:before {
  content: "";
}
.icofont-users-alt-1:before {
  content: "";
}
.icofont-users-alt-2:before {
  content: "";
}
.icofont-users-alt-3:before {
  content: "";
}
.icofont-users-alt-4:before {
  content: "";
}
.icofont-users-alt-5:before {
  content: "";
}
.icofont-users-alt-6:before {
  content: "";
}
.icofont-users-social:before {
  content: "";
}
.icofont-users:before {
  content: "";
}
.icofont-waiter-alt:before {
  content: "";
}
.icofont-waiter:before {
  content: "";
}
.icofont-woman-in-glasses:before {
  content: "";
}
.icofont-search-1:before {
  content: "";
}
.icofont-search-2:before {
  content: "";
}
.icofont-search-document:before {
  content: "";
}
.icofont-search-folder:before {
  content: "";
}
.icofont-search-job:before {
  content: "";
}
.icofont-search-map:before {
  content: "";
}
.icofont-search-property:before {
  content: "";
}
.icofont-search-restaurant:before {
  content: "";
}
.icofont-search-stock:before {
  content: "";
}
.icofont-search-user:before {
  content: "";
}
.icofont-search:before {
  content: "";
}
.icofont-500px:before {
  content: "";
}
.icofont-aim:before {
  content: "";
}
.icofont-badoo:before {
  content: "";
}
.icofont-baidu-tieba:before {
  content: "";
}
.icofont-bbm-messenger:before {
  content: "";
}
.icofont-bebo:before {
  content: "";
}
.icofont-behance:before {
  content: "";
}
.icofont-blogger:before {
  content: "";
}
.icofont-bootstrap:before {
  content: "";
}
.icofont-brightkite:before {
  content: "";
}
.icofont-cloudapp:before {
  content: "";
}
.icofont-concrete5:before {
  content: "";
}
.icofont-delicious:before {
  content: "";
}
.icofont-designbump:before {
  content: "";
}
.icofont-designfloat:before {
  content: "";
}
.icofont-deviantart:before {
  content: "";
}
.icofont-digg:before {
  content: "";
}
.icofont-dotcms:before {
  content: "";
}
.icofont-dribbble:before {
  content: "";
}
.icofont-dribble:before {
  content: "";
}
.icofont-dropbox:before {
  content: "";
}
.icofont-ebuddy:before {
  content: "";
}
.icofont-ello:before {
  content: "";
}
.icofont-ember:before {
  content: "";
}
.icofont-envato:before {
  content: "";
}
.icofont-evernote:before {
  content: "";
}
.icofont-facebook-messenger:before {
  content: "";
}
.icofont-facebook:before {
  content: "";
}
.icofont-feedburner:before {
  content: "";
}
.icofont-flikr:before {
  content: "";
}
.icofont-folkd:before {
  content: "";
}
.icofont-foursquare:before {
  content: "";
}
.icofont-friendfeed:before {
  content: "";
}
.icofont-ghost:before {
  content: "";
}
.icofont-github:before {
  content: "";
}
.icofont-gnome:before {
  content: "";
}
.icofont-google-buzz:before {
  content: "";
}
.icofont-google-hangouts:before {
  content: "";
}
.icofont-google-map:before {
  content: "";
}
.icofont-google-plus:before {
  content: "";
}
.icofont-google-talk:before {
  content: "";
}
.icofont-hype-machine:before {
  content: "";
}
.icofont-instagram:before {
  content: "";
}
.icofont-kakaotalk:before {
  content: "";
}
.icofont-kickstarter:before {
  content: "";
}
.icofont-kik:before {
  content: "";
}
.icofont-kiwibox:before {
  content: "";
}
.icofont-line-messenger:before {
  content: "";
}
.icofont-line:before {
  content: "";
}
.icofont-linkedin:before {
  content: "";
}
.icofont-linux-mint:before {
  content: "";
}
.icofont-live-messenger:before {
  content: "";
}
.icofont-livejournal:before {
  content: "";
}
.icofont-magento:before {
  content: "";
}
.icofont-meetme:before {
  content: "";
}
.icofont-meetup:before {
  content: "";
}
.icofont-mixx:before {
  content: "";
}
.icofont-newsvine:before {
  content: "";
}
.icofont-nimbuss:before {
  content: "";
}
.icofont-odnoklassniki:before {
  content: "";
}
.icofont-opencart:before {
  content: "";
}
.icofont-oscommerce:before {
  content: "";
}
.icofont-pandora:before {
  content: "";
}
.icofont-photobucket:before {
  content: "";
}
.icofont-picasa:before {
  content: "";
}
.icofont-pinterest:before {
  content: "";
}
.icofont-prestashop:before {
  content: "";
}
.icofont-qik:before {
  content: "";
}
.icofont-qq:before {
  content: "";
}
.icofont-readernaut:before {
  content: "";
}
.icofont-reddit:before {
  content: "";
}
.icofont-renren:before {
  content: "";
}
.icofont-rss:before {
  content: "";
}
.icofont-shopify:before {
  content: "";
}
.icofont-silverstripe:before {
  content: "";
}
.icofont-skype:before {
  content: "";
}
.icofont-slack:before {
  content: "";
}
.icofont-slashdot:before {
  content: "";
}
.icofont-slidshare:before {
  content: "";
}
.icofont-smugmug:before {
  content: "";
}
.icofont-snapchat:before {
  content: "";
}
.icofont-soundcloud:before {
  content: "";
}
.icofont-spotify:before {
  content: "";
}
.icofont-stack-exchange:before {
  content: "";
}
.icofont-stack-overflow:before {
  content: "";
}
.icofont-steam:before {
  content: "";
}
.icofont-stumbleupon:before {
  content: "";
}
.icofont-tagged:before {
  content: "";
}
.icofont-technorati:before {
  content: "";
}
.icofont-telegram:before {
  content: "";
}
.icofont-tinder:before {
  content: "";
}
.icofont-trello:before {
  content: "";
}
.icofont-tumblr:before {
  content: "";
}
.icofont-twitch:before {
  content: "";
}
.icofont-twitter:before {
  content: "";
}
.icofont-typo3:before {
  content: "";
}
.icofont-ubercart:before {
  content: "";
}
.icofont-viber:before {
  content: "";
}
.icofont-viddler:before {
  content: "";
}
.icofont-vimeo:before {
  content: "";
}
.icofont-vine:before {
  content: "";
}
.icofont-virb:before {
  content: "";
}
.icofont-virtuemart:before {
  content: "";
}
.icofont-vk:before {
  content: "";
}
.icofont-wechat:before {
  content: "";
}
.icofont-weibo:before {
  content: "";
}
.icofont-whatsapp:before {
  content: "";
}
.icofont-xing:before {
  content: "";
}
.icofont-yahoo:before {
  content: "";
}
.icofont-yelp:before {
  content: "";
}
.icofont-youku:before {
  content: "";
}
.icofont-youtube:before {
  content: "";
}
.icofont-zencart:before {
  content: "";
}
.icofont-badminton-birdie:before {
  content: "";
}
.icofont-baseball:before {
  content: "";
}
.icofont-baseballer:before {
  content: "";
}
.icofont-basketball-hoop:before {
  content: "";
}
.icofont-basketball:before {
  content: "";
}
.icofont-billiard-ball:before {
  content: "";
}
.icofont-boot-alt-1:before {
  content: "";
}
.icofont-boot-alt-2:before {
  content: "";
}
.icofont-boot:before {
  content: "";
}
.icofont-bowling-alt:before {
  content: "";
}
.icofont-bowling:before {
  content: "";
}
.icofont-canoe:before {
  content: "";
}
.icofont-cheer-leader:before {
  content: "";
}
.icofont-climbing:before {
  content: "";
}
.icofont-corner:before {
  content: "";
}
.icofont-field-alt:before {
  content: "";
}
.icofont-field:before {
  content: "";
}
.icofont-football-alt:before {
  content: "";
}
.icofont-football-american:before {
  content: "";
}
.icofont-football:before {
  content: "";
}
.icofont-foul:before {
  content: "";
}
.icofont-goal-keeper:before {
  content: "";
}
.icofont-goal:before {
  content: "";
}
.icofont-golf-alt:before {
  content: "";
}
.icofont-golf-bag:before {
  content: "";
}
.icofont-golf-cart:before {
  content: "";
}
.icofont-golf-field:before {
  content: "";
}
.icofont-golf:before {
  content: "";
}
.icofont-golfer:before {
  content: "";
}
.icofont-helmet:before {
  content: "";
}
.icofont-hockey-alt:before {
  content: "";
}
.icofont-hockey:before {
  content: "";
}
.icofont-ice-skate:before {
  content: "";
}
.icofont-jersey-alt:before {
  content: "";
}
.icofont-jersey:before {
  content: "";
}
.icofont-jumping:before {
  content: "";
}
.icofont-kick:before {
  content: "";
}
.icofont-leg:before {
  content: "";
}
.icofont-match-review:before {
  content: "";
}
.icofont-medal-sport:before {
  content: "";
}
.icofont-offside:before {
  content: "";
}
.icofont-olympic-logo:before {
  content: "";
}
.icofont-olympic:before {
  content: "";
}
.icofont-padding:before {
  content: "";
}
.icofont-penalty-card:before {
  content: "";
}
.icofont-racer:before {
  content: "";
}
.icofont-racing-car:before {
  content: "";
}
.icofont-racing-flag-alt:before {
  content: "";
}
.icofont-racing-flag:before {
  content: "";
}
.icofont-racings-wheel:before {
  content: "";
}
.icofont-referee:before {
  content: "";
}
.icofont-refree-jersey:before {
  content: "";
}
.icofont-result-sport:before {
  content: "";
}
.icofont-rugby-ball:before {
  content: "";
}
.icofont-rugby-player:before {
  content: "";
}
.icofont-rugby:before {
  content: "";
}
.icofont-runner-alt-1:before {
  content: "";
}
.icofont-runner-alt-2:before {
  content: "";
}
.icofont-runner:before {
  content: "";
}
.icofont-score-board:before {
  content: "";
}
.icofont-skiing-man:before {
  content: "";
}
.icofont-skydiving-goggles:before {
  content: "";
}
.icofont-snow-mobile:before {
  content: "";
}
.icofont-steering:before {
  content: "";
}
.icofont-stopwatch:before {
  content: "";
}
.icofont-substitute:before {
  content: "";
}
.icofont-swimmer:before {
  content: "";
}
.icofont-table-tennis:before {
  content: "";
}
.icofont-team-alt:before {
  content: "";
}
.icofont-team:before {
  content: "";
}
.icofont-tennis-player:before {
  content: "";
}
.icofont-tennis:before {
  content: "";
}
.icofont-tracking:before {
  content: "";
}
.icofont-trophy-alt:before {
  content: "";
}
.icofont-trophy:before {
  content: "";
}
.icofont-volleyball-alt:before {
  content: "";
}
.icofont-volleyball-fire:before {
  content: "";
}
.icofont-volleyball:before {
  content: "";
}
.icofont-water-bottle:before {
  content: "";
}
.icofont-whistle-alt:before {
  content: "";
}
.icofont-whistle:before {
  content: "";
}
.icofont-win-trophy:before {
  content: "";
}
.icofont-align-center:before {
  content: "";
}
.icofont-align-left:before {
  content: "";
}
.icofont-align-right:before {
  content: "";
}
.icofont-all-caps:before {
  content: "";
}
.icofont-bold:before {
  content: "";
}
.icofont-brush:before {
  content: "";
}
.icofont-clip-board:before {
  content: "";
}
.icofont-code-alt:before {
  content: "";
}
.icofont-color-bucket:before {
  content: "";
}
.icofont-color-picker:before {
  content: "";
}
.icofont-copy-invert:before {
  content: "";
}
.icofont-copy:before {
  content: "";
}
.icofont-cut:before {
  content: "";
}
.icofont-delete-alt:before {
  content: "";
}
.icofont-edit-alt:before {
  content: "";
}
.icofont-eraser-alt:before {
  content: "";
}
.icofont-font:before {
  content: "";
}
.icofont-heading:before {
  content: "";
}
.icofont-indent:before {
  content: "";
}
.icofont-italic-alt:before {
  content: "";
}
.icofont-italic:before {
  content: "";
}
.icofont-justify-all:before {
  content: "";
}
.icofont-justify-center:before {
  content: "";
}
.icofont-justify-left:before {
  content: "";
}
.icofont-justify-right:before {
  content: "";
}
.icofont-link-broken:before {
  content: "";
}
.icofont-outdent:before {
  content: "";
}
.icofont-paper-clip:before {
  content: "";
}
.icofont-paragraph:before {
  content: "";
}
.icofont-pin:before {
  content: "";
}
.icofont-printer:before {
  content: "";
}
.icofont-redo:before {
  content: "";
}
.icofont-rotation:before {
  content: "";
}
.icofont-save:before {
  content: "";
}
.icofont-small-cap:before {
  content: "";
}
.icofont-strike-through:before {
  content: "";
}
.icofont-sub-listing:before {
  content: "";
}
.icofont-subscript:before {
  content: "";
}
.icofont-superscript:before {
  content: "";
}
.icofont-table:before {
  content: "";
}
.icofont-text-height:before {
  content: "";
}
.icofont-text-width:before {
  content: "";
}
.icofont-trash:before {
  content: "";
}
.icofont-underline:before {
  content: "";
}
.icofont-undo:before {
  content: "";
}
.icofont-air-balloon:before {
  content: "";
}
.icofont-airplane-alt:before {
  content: "";
}
.icofont-airplane:before {
  content: "";
}
.icofont-articulated-truck:before {
  content: "";
}
.icofont-auto-mobile:before {
  content: "";
}
.icofont-auto-rickshaw:before {
  content: "";
}
.icofont-bicycle-alt-1:before {
  content: "";
}
.icofont-bicycle-alt-2:before {
  content: "";
}
.icofont-bicycle:before {
  content: "";
}
.icofont-bus-alt-1:before {
  content: "";
}
.icofont-bus-alt-2:before {
  content: "";
}
.icofont-bus-alt-3:before {
  content: "";
}
.icofont-bus:before {
  content: "";
}
.icofont-cab:before {
  content: "";
}
.icofont-cable-car:before {
  content: "";
}
.icofont-car-alt-1:before {
  content: "";
}
.icofont-car-alt-2:before {
  content: "";
}
.icofont-car-alt-3:before {
  content: "";
}
.icofont-car-alt-4:before {
  content: "";
}
.icofont-car:before {
  content: "";
}
.icofont-delivery-time:before {
  content: "";
}
.icofont-fast-delivery:before {
  content: "";
}
.icofont-fire-truck-alt:before {
  content: "";
}
.icofont-fire-truck:before {
  content: "";
}
.icofont-free-delivery:before {
  content: "";
}
.icofont-helicopter:before {
  content: "";
}
.icofont-motor-bike-alt:before {
  content: "";
}
.icofont-motor-bike:before {
  content: "";
}
.icofont-motor-biker:before {
  content: "";
}
.icofont-oil-truck:before {
  content: "";
}
.icofont-rickshaw:before {
  content: "";
}
.icofont-rocket-alt-1:before {
  content: "";
}
.icofont-rocket-alt-2:before {
  content: "";
}
.icofont-rocket:before {
  content: "";
}
.icofont-sail-boat-alt-1:before {
  content: "";
}
.icofont-sail-boat-alt-2:before {
  content: "";
}
.icofont-sail-boat:before {
  content: "";
}
.icofont-scooter:before {
  content: "";
}
.icofont-sea-plane:before {
  content: "";
}
.icofont-ship-alt:before {
  content: "";
}
.icofont-ship:before {
  content: "";
}
.icofont-speed-boat:before {
  content: "";
}
.icofont-taxi:before {
  content: "";
}
.icofont-tractor:before {
  content: "";
}
.icofont-train-line:before {
  content: "";
}
.icofont-train-steam:before {
  content: "";
}
.icofont-tram:before {
  content: "";
}
.icofont-truck-alt:before {
  content: "";
}
.icofont-truck-loaded:before {
  content: "";
}
.icofont-truck:before {
  content: "";
}
.icofont-van-alt:before {
  content: "";
}
.icofont-van:before {
  content: "";
}
.icofont-yacht:before {
  content: "";
}
.icofont-5-star-hotel:before {
  content: "";
}
.icofont-air-ticket:before {
  content: "";
}
.icofont-beach-bed:before {
  content: "";
}
.icofont-beach:before {
  content: "";
}
.icofont-camping-vest:before {
  content: "";
}
.icofont-direction-sign:before {
  content: "";
}
.icofont-hill-side:before {
  content: "";
}
.icofont-hill:before {
  content: "";
}
.icofont-hotel:before {
  content: "";
}
.icofont-island-alt:before {
  content: "";
}
.icofont-island:before {
  content: "";
}
.icofont-sandals-female:before {
  content: "";
}
.icofont-sandals-male:before {
  content: "";
}
.icofont-travelling:before {
  content: "";
}
.icofont-breakdown:before {
  content: "";
}
.icofont-celsius:before {
  content: "";
}
.icofont-clouds:before {
  content: "";
}
.icofont-cloudy:before {
  content: "";
}
.icofont-dust:before {
  content: "";
}
.icofont-eclipse:before {
  content: "";
}
.icofont-fahrenheit:before {
  content: "";
}
.icofont-forest-fire:before {
  content: "";
}
.icofont-full-night:before {
  content: "";
}
.icofont-full-sunny:before {
  content: "";
}
.icofont-hail-night:before {
  content: "";
}
.icofont-hail-rainy-night:before {
  content: "";
}
.icofont-hail-rainy-sunny:before {
  content: "";
}
.icofont-hail-rainy:before {
  content: "";
}
.icofont-hail-sunny:before {
  content: "";
}
.icofont-hail-thunder-night:before {
  content: "";
}
.icofont-hail-thunder-sunny:before {
  content: "";
}
.icofont-hail-thunder:before {
  content: "";
}
.icofont-hail:before {
  content: "";
}
.icofont-hill-night:before {
  content: "";
}
.icofont-hill-sunny:before {
  content: "";
}
.icofont-hurricane:before {
  content: "";
}
.icofont-meteor:before {
  content: "";
}
.icofont-night:before {
  content: "";
}
.icofont-rainy-night:before {
  content: "";
}
.icofont-rainy-sunny:before {
  content: "";
}
.icofont-rainy-thunder:before {
  content: "";
}
.icofont-rainy:before {
  content: "";
}
.icofont-snow-alt:before {
  content: "";
}
.icofont-snow-flake:before {
  content: "";
}
.icofont-snow-temp:before {
  content: "";
}
.icofont-snow:before {
  content: "";
}
.icofont-snowy-hail:before {
  content: "";
}
.icofont-snowy-night-hail:before {
  content: "";
}
.icofont-snowy-night-rainy:before {
  content: "";
}
.icofont-snowy-night:before {
  content: "";
}
.icofont-snowy-rainy:before {
  content: "";
}
.icofont-snowy-sunny-hail:before {
  content: "";
}
.icofont-snowy-sunny-rainy:before {
  content: "";
}
.icofont-snowy-sunny:before {
  content: "";
}
.icofont-snowy-thunder-night:before {
  content: "";
}
.icofont-snowy-thunder-sunny:before {
  content: "";
}
.icofont-snowy-thunder:before {
  content: "";
}
.icofont-snowy-windy-night:before {
  content: "";
}
.icofont-snowy-windy-sunny:before {
  content: "";
}
.icofont-snowy-windy:before {
  content: "";
}
.icofont-snowy:before {
  content: "";
}
.icofont-sun-alt:before {
  content: "";
}
.icofont-sun-rise:before {
  content: "";
}
.icofont-sun-set:before {
  content: "";
}
.icofont-sun:before {
  content: "";
}
.icofont-sunny-day-temp:before {
  content: "";
}
.icofont-sunny:before {
  content: "";
}
.icofont-thunder-light:before {
  content: "";
}
.icofont-tornado:before {
  content: "";
}
.icofont-umbrella-alt:before {
  content: "";
}
.icofont-umbrella:before {
  content: "";
}
.icofont-volcano:before {
  content: "";
}
.icofont-wave:before {
  content: "";
}
.icofont-wind-scale-0:before {
  content: "";
}
.icofont-wind-scale-1:before {
  content: "";
}
.icofont-wind-scale-10:before {
  content: "";
}
.icofont-wind-scale-11:before {
  content: "";
}
.icofont-wind-scale-12:before {
  content: "";
}
.icofont-wind-scale-2:before {
  content: "";
}
.icofont-wind-scale-3:before {
  content: "";
}
.icofont-wind-scale-4:before {
  content: "";
}
.icofont-wind-scale-5:before {
  content: "";
}
.icofont-wind-scale-6:before {
  content: "";
}
.icofont-wind-scale-7:before {
  content: "";
}
.icofont-wind-scale-8:before {
  content: "";
}
.icofont-wind-scale-9:before {
  content: "";
}
.icofont-wind-waves:before {
  content: "";
}
.icofont-wind:before {
  content: "";
}
.icofont-windy-hail:before {
  content: "";
}
.icofont-windy-night:before {
  content: "";
}
.icofont-windy-raining:before {
  content: "";
}
.icofont-windy-sunny:before {
  content: "";
}
.icofont-windy-thunder-raining:before {
  content: "";
}
.icofont-windy-thunder:before {
  content: "";
}
.icofont-windy:before {
  content: "";
}
.icofont-addons:before {
  content: "";
}
.icofont-address-book:before {
  content: "";
}
.icofont-adjust:before {
  content: "";
}
.icofont-alarm:before {
  content: "";
}
.icofont-anchor:before {
  content: "";
}
.icofont-archive:before {
  content: "";
}
.icofont-at:before {
  content: "";
}
.icofont-attachment:before {
  content: "";
}
.icofont-audio:before {
  content: "";
}
.icofont-automation:before {
  content: "";
}
.icofont-badge:before {
  content: "";
}
.icofont-bag-alt:before {
  content: "";
}
.icofont-bag:before {
  content: "";
}
.icofont-ban:before {
  content: "";
}
.icofont-bar-code:before {
  content: "";
}
.icofont-bars:before {
  content: "";
}
.icofont-basket:before {
  content: "";
}
.icofont-battery-empty:before {
  content: "";
}
.icofont-battery-full:before {
  content: "";
}
.icofont-battery-half:before {
  content: "";
}
.icofont-battery-low:before {
  content: "";
}
.icofont-beaker:before {
  content: "";
}
.icofont-beard:before {
  content: "";
}
.icofont-bed:before {
  content: "";
}
.icofont-bell:before {
  content: "";
}
.icofont-beverage:before {
  content: "";
}
.icofont-bill:before {
  content: "";
}
.icofont-bin:before {
  content: "";
}
.icofont-binary:before {
  content: "";
}
.icofont-binoculars:before {
  content: "";
}
.icofont-bluetooth:before {
  content: "";
}
.icofont-bomb:before {
  content: "";
}
.icofont-book-mark:before {
  content: "";
}
.icofont-box:before {
  content: "";
}
.icofont-briefcase:before {
  content: "";
}
.icofont-broken:before {
  content: "";
}
.icofont-bucket:before {
  content: "";
}
.icofont-bucket1:before {
  content: "";
}
.icofont-bucket2:before {
  content: "";
}
.icofont-bug:before {
  content: "";
}
.icofont-building:before {
  content: "";
}
.icofont-bulb-alt:before {
  content: "";
}
.icofont-bullet:before {
  content: "";
}
.icofont-bullhorn:before {
  content: "";
}
.icofont-bullseye:before {
  content: "";
}
.icofont-calendar:before {
  content: "";
}
.icofont-camera-alt:before {
  content: "";
}
.icofont-camera:before {
  content: "";
}
.icofont-card:before {
  content: "";
}
.icofont-cart-alt:before {
  content: "";
}
.icofont-cart:before {
  content: "";
}
.icofont-cc:before {
  content: "";
}
.icofont-charging:before {
  content: "";
}
.icofont-chat:before {
  content: "";
}
.icofont-check-alt:before {
  content: "";
}
.icofont-check-circled:before {
  content: "";
}
.icofont-check:before {
  content: "";
}
.icofont-checked:before {
  content: "";
}
.icofont-children-care:before {
  content: "";
}
.icofont-clip:before {
  content: "";
}
.icofont-clock-time:before {
  content: "";
}
.icofont-close-circled:before {
  content: "";
}
.icofont-close-line-circled:before {
  content: "";
}
.icofont-close-line-squared-alt:before {
  content: "";
}
.icofont-close-line-squared:before {
  content: "";
}
.icofont-close-line:before {
  content: "";
}
.icofont-close-squared-alt:before {
  content: "";
}
.icofont-close-squared:before {
  content: "";
}
.icofont-close:before {
  content: "";
}
.icofont-cloud-download:before {
  content: "";
}
.icofont-cloud-refresh:before {
  content: "";
}
.icofont-cloud-upload:before {
  content: "";
}
.icofont-cloud:before {
  content: "";
}
.icofont-code-not-allowed:before {
  content: "";
}
.icofont-code:before {
  content: "";
}
.icofont-comment:before {
  content: "";
}
.icofont-compass-alt:before {
  content: "";
}
.icofont-compass:before {
  content: "";
}
.icofont-computer:before {
  content: "";
}
.icofont-connection:before {
  content: "";
}
.icofont-console:before {
  content: "";
}
.icofont-contacts:before {
  content: "";
}
.icofont-contrast:before {
  content: "";
}
.icofont-copyright:before {
  content: "";
}
.icofont-credit-card:before {
  content: "";
}
.icofont-crop:before {
  content: "";
}
.icofont-crown:before {
  content: "";
}
.icofont-cube:before {
  content: "";
}
.icofont-cubes:before {
  content: "";
}
.icofont-dashboard-web:before {
  content: "";
}
.icofont-dashboard:before {
  content: "";
}
.icofont-data:before {
  content: "";
}
.icofont-database-add:before {
  content: "";
}
.icofont-database-locked:before {
  content: "";
}
.icofont-database-remove:before {
  content: "";
}
.icofont-database:before {
  content: "";
}
.icofont-delete:before {
  content: "";
}
.icofont-diamond:before {
  content: "";
}
.icofont-dice-multiple:before {
  content: "";
}
.icofont-dice:before {
  content: "";
}
.icofont-disc:before {
  content: "";
}
.icofont-diskette:before {
  content: "";
}
.icofont-document-folder:before {
  content: "";
}
.icofont-download-alt:before {
  content: "";
}
.icofont-download:before {
  content: "";
}
.icofont-downloaded:before {
  content: "";
}
.icofont-drag:before {
  content: "";
}
.icofont-drag1:before {
  content: "";
}
.icofont-drag2:before {
  content: "";
}
.icofont-drag3:before {
  content: "";
}
.icofont-earth:before {
  content: "";
}
.icofont-ebook:before {
  content: "";
}
.icofont-edit:before {
  content: "";
}
.icofont-eject:before {
  content: "";
}
.icofont-email:before {
  content: "";
}
.icofont-envelope-open:before {
  content: "";
}
.icofont-envelope:before {
  content: "";
}
.icofont-eraser:before {
  content: "";
}
.icofont-error:before {
  content: "";
}
.icofont-excavator:before {
  content: "";
}
.icofont-exchange:before {
  content: "";
}
.icofont-exclamation-circle:before {
  content: "";
}
.icofont-exclamation-square:before {
  content: "";
}
.icofont-exclamation-tringle:before {
  content: "";
}
.icofont-exclamation:before {
  content: "";
}
.icofont-exit:before {
  content: "";
}
.icofont-expand:before {
  content: "";
}
.icofont-external-link:before {
  content: "";
}
.icofont-external:before {
  content: "";
}
.icofont-eye-alt:before {
  content: "";
}
.icofont-eye-blocked:before {
  content: "";
}
.icofont-eye-dropper:before {
  content: "";
}
.icofont-eye:before {
  content: "";
}
.icofont-favourite:before {
  content: "";
}
.icofont-fax:before {
  content: "";
}
.icofont-file-fill:before {
  content: "";
}
.icofont-film:before {
  content: "";
}
.icofont-filter:before {
  content: "";
}
.icofont-fire-alt:before {
  content: "";
}
.icofont-fire-burn:before {
  content: "";
}
.icofont-fire:before {
  content: "";
}
.icofont-flag-alt-1:before {
  content: "";
}
.icofont-flag-alt-2:before {
  content: "";
}
.icofont-flag:before {
  content: "";
}
.icofont-flame-torch:before {
  content: "";
}
.icofont-flash-light:before {
  content: "";
}
.icofont-flash:before {
  content: "";
}
.icofont-flask:before {
  content: "";
}
.icofont-focus:before {
  content: "";
}
.icofont-folder-open:before {
  content: "";
}
.icofont-folder:before {
  content: "";
}
.icofont-foot-print:before {
  content: "";
}
.icofont-garbage:before {
  content: "";
}
.icofont-gear-alt:before {
  content: "";
}
.icofont-gear:before {
  content: "";
}
.icofont-gears:before {
  content: "";
}
.icofont-gift:before {
  content: "";
}
.icofont-glass:before {
  content: "";
}
.icofont-globe:before {
  content: "";
}
.icofont-graffiti:before {
  content: "";
}
.icofont-grocery:before {
  content: "";
}
.icofont-hand:before {
  content: "";
}
.icofont-hanger:before {
  content: "";
}
.icofont-hard-disk:before {
  content: "";
}
.icofont-heart-alt:before {
  content: "";
}
.icofont-heart:before {
  content: "";
}
.icofont-history:before {
  content: "";
}
.icofont-home:before {
  content: "";
}
.icofont-horn:before {
  content: "";
}
.icofont-hour-glass:before {
  content: "";
}
.icofont-id:before {
  content: "";
}
.icofont-image:before {
  content: "";
}
.icofont-inbox:before {
  content: "";
}
.icofont-infinite:before {
  content: "";
}
.icofont-info-circle:before {
  content: "";
}
.icofont-info-square:before {
  content: "";
}
.icofont-info:before {
  content: "";
}
.icofont-institution:before {
  content: "";
}
.icofont-interface:before {
  content: "";
}
.icofont-invisible:before {
  content: "";
}
.icofont-jacket:before {
  content: "";
}
.icofont-jar:before {
  content: "";
}
.icofont-jewlery:before {
  content: "";
}
.icofont-karate:before {
  content: "";
}
.icofont-key-hole:before {
  content: "";
}
.icofont-key:before {
  content: "";
}
.icofont-label:before {
  content: "";
}
.icofont-lamp:before {
  content: "";
}
.icofont-layers:before {
  content: "";
}
.icofont-layout:before {
  content: "";
}
.icofont-leaf:before {
  content: "";
}
.icofont-leaflet:before {
  content: "";
}
.icofont-learn:before {
  content: "";
}
.icofont-lego:before {
  content: "";
}
.icofont-lens:before {
  content: "";
}
.icofont-letter:before {
  content: "";
}
.icofont-letterbox:before {
  content: "";
}
.icofont-library:before {
  content: "";
}
.icofont-license:before {
  content: "";
}
.icofont-life-bouy:before {
  content: "";
}
.icofont-life-buoy:before {
  content: "";
}
.icofont-life-jacket:before {
  content: "";
}
.icofont-life-ring:before {
  content: "";
}
.icofont-light-bulb:before {
  content: "";
}
.icofont-lighter:before {
  content: "";
}
.icofont-lightning-ray:before {
  content: "";
}
.icofont-like:before {
  content: "";
}
.icofont-line-height:before {
  content: "";
}
.icofont-link-alt:before {
  content: "";
}
.icofont-link:before {
  content: "";
}
.icofont-list:before {
  content: "";
}
.icofont-listening:before {
  content: "";
}
.icofont-listine-dots:before {
  content: "";
}
.icofont-listing-box:before {
  content: "";
}
.icofont-listing-number:before {
  content: "";
}
.icofont-live-support:before {
  content: "";
}
.icofont-location-arrow:before {
  content: "";
}
.icofont-location-pin:before {
  content: "";
}
.icofont-lock:before {
  content: "";
}
.icofont-login:before {
  content: "";
}
.icofont-logout:before {
  content: "";
}
.icofont-lollipop:before {
  content: "";
}
.icofont-long-drive:before {
  content: "";
}
.icofont-look:before {
  content: "";
}
.icofont-loop:before {
  content: "";
}
.icofont-luggage:before {
  content: "";
}
.icofont-lunch:before {
  content: "";
}
.icofont-lungs:before {
  content: "";
}
.icofont-magic-alt:before {
  content: "";
}
.icofont-magic:before {
  content: "";
}
.icofont-magnet:before {
  content: "";
}
.icofont-mail-box:before {
  content: "";
}
.icofont-mail:before {
  content: "";
}
.icofont-male:before {
  content: "";
}
.icofont-map-pins:before {
  content: "";
}
.icofont-map:before {
  content: "";
}
.icofont-maximize:before {
  content: "";
}
.icofont-measure:before {
  content: "";
}
.icofont-medicine:before {
  content: "";
}
.icofont-mega-phone:before {
  content: "";
}
.icofont-megaphone-alt:before {
  content: "";
}
.icofont-megaphone:before {
  content: "";
}
.icofont-memorial:before {
  content: "";
}
.icofont-memory-card:before {
  content: "";
}
.icofont-mic-mute:before {
  content: "";
}
.icofont-mic:before {
  content: "";
}
.icofont-military:before {
  content: "";
}
.icofont-mill:before {
  content: "";
}
.icofont-minus-circle:before {
  content: "";
}
.icofont-minus-square:before {
  content: "";
}
.icofont-minus:before {
  content: "";
}
.icofont-mobile-phone:before {
  content: "";
}
.icofont-molecule:before {
  content: "";
}
.icofont-money:before {
  content: "";
}
.icofont-moon:before {
  content: "";
}
.icofont-mop:before {
  content: "";
}
.icofont-muffin:before {
  content: "";
}
.icofont-mustache:before {
  content: "";
}
.icofont-navigation-menu:before {
  content: "";
}
.icofont-navigation:before {
  content: "";
}
.icofont-network-tower:before {
  content: "";
}
.icofont-network:before {
  content: "";
}
.icofont-news:before {
  content: "";
}
.icofont-newspaper:before {
  content: "";
}
.icofont-no-smoking:before {
  content: "";
}
.icofont-not-allowed:before {
  content: "";
}
.icofont-notebook:before {
  content: "";
}
.icofont-notepad:before {
  content: "";
}
.icofont-notification:before {
  content: "";
}
.icofont-numbered:before {
  content: "";
}
.icofont-opposite:before {
  content: "";
}
.icofont-optic:before {
  content: "";
}
.icofont-options:before {
  content: "";
}
.icofont-package:before {
  content: "";
}
.icofont-page:before {
  content: "";
}
.icofont-paint:before {
  content: "";
}
.icofont-paper-plane:before {
  content: "";
}
.icofont-paperclip:before {
  content: "";
}
.icofont-papers:before {
  content: "";
}
.icofont-pay:before {
  content: "";
}
.icofont-penguin-linux:before {
  content: "";
}
.icofont-pestle:before {
  content: "";
}
.icofont-phone-circle:before {
  content: "";
}
.icofont-phone:before {
  content: "";
}
.icofont-picture:before {
  content: "";
}
.icofont-pine:before {
  content: "";
}
.icofont-pixels:before {
  content: "";
}
.icofont-plugin:before {
  content: "";
}
.icofont-plus-circle:before {
  content: "";
}
.icofont-plus-square:before {
  content: "";
}
.icofont-plus:before {
  content: "";
}
.icofont-polygonal:before {
  content: "";
}
.icofont-power:before {
  content: "";
}
.icofont-price:before {
  content: "";
}
.icofont-print:before {
  content: "";
}
.icofont-puzzle:before {
  content: "";
}
.icofont-qr-code:before {
  content: "";
}
.icofont-queen:before {
  content: "";
}
.icofont-question-circle:before {
  content: "";
}
.icofont-question-square:before {
  content: "";
}
.icofont-question:before {
  content: "";
}
.icofont-quote-left:before {
  content: "";
}
.icofont-quote-right:before {
  content: "";
}
.icofont-random:before {
  content: "";
}
.icofont-recycle:before {
  content: "";
}
.icofont-refresh:before {
  content: "";
}
.icofont-repair:before {
  content: "";
}
.icofont-reply-all:before {
  content: "";
}
.icofont-reply:before {
  content: "";
}
.icofont-resize:before {
  content: "";
}
.icofont-responsive:before {
  content: "";
}
.icofont-retweet:before {
  content: "";
}
.icofont-road:before {
  content: "";
}
.icofont-robot:before {
  content: "";
}
.icofont-royal:before {
  content: "";
}
.icofont-rss-feed:before {
  content: "";
}
.icofont-safety:before {
  content: "";
}
.icofont-sale-discount:before {
  content: "";
}
.icofont-satellite:before {
  content: "";
}
.icofont-send-mail:before {
  content: "";
}
.icofont-server:before {
  content: "";
}
.icofont-settings-alt:before {
  content: "";
}
.icofont-settings:before {
  content: "";
}
.icofont-share-alt:before {
  content: "";
}
.icofont-share-boxed:before {
  content: "";
}
.icofont-share:before {
  content: "";
}
.icofont-shield:before {
  content: "";
}
.icofont-shopping-cart:before {
  content: "";
}
.icofont-sign-in:before {
  content: "";
}
.icofont-sign-out:before {
  content: "";
}
.icofont-signal:before {
  content: "";
}
.icofont-site-map:before {
  content: "";
}
.icofont-smart-phone:before {
  content: "";
}
.icofont-soccer:before {
  content: "";
}
.icofont-sort-alt:before {
  content: "";
}
.icofont-sort:before {
  content: "";
}
.icofont-space:before {
  content: "";
}
.icofont-spanner:before {
  content: "";
}
.icofont-speech-comment-detail:before {
  content: "";
}
.icofont-speed-meter:before {
  content: "";
}
.icofont-spinner-alt-1:before {
  content: "";
}
.icofont-spinner-alt-2:before {
  content: "";
}
.icofont-spinner-alt-3:before {
  content: "";
}
.icofont-spinner-alt-4:before {
  content: "";
}
.icofont-spinner-alt-5:before {
  content: "";
}
.icofont-spinner-alt-6:before {
  content: "";
}
.icofont-spinner:before {
  content: "";
}
.icofont-spreadsheet:before {
  content: "";
}
.icofont-square:before {
  content: "";
}
.icofont-ssl-security:before {
  content: "";
}
.icofont-star-alt-1:before {
  content: "";
}
.icofont-star-alt-2:before {
  content: "";
}
.icofont-star:before {
  content: "";
}
.icofont-street-view:before {
  content: "";
}
.icofont-support-faq:before {
  content: "";
}
.icofont-tack-pin:before {
  content: "";
}
.icofont-tag:before {
  content: "";
}
.icofont-tags:before {
  content: "";
}
.icofont-tasks-alt:before {
  content: "";
}
.icofont-tasks:before {
  content: "";
}
.icofont-telephone:before {
  content: "";
}
.icofont-telescope:before {
  content: "";
}
.icofont-terminal:before {
  content: "";
}
.icofont-thumbs-down:before {
  content: "";
}
.icofont-thumbs-up:before {
  content: "";
}
.icofont-tick-boxed:before {
  content: "";
}
.icofont-tick-mark:before {
  content: "";
}
.icofont-ticket:before {
  content: "";
}
.icofont-tie:before {
  content: "";
}
.icofont-toggle-off:before {
  content: "";
}
.icofont-toggle-on:before {
  content: "";
}
.icofont-tools-alt-2:before {
  content: "";
}
.icofont-tools:before {
  content: "";
}
.icofont-touch:before {
  content: "";
}
.icofont-traffic-light:before {
  content: "";
}
.icofont-transparent:before {
  content: "";
}
.icofont-tree:before {
  content: "";
}
.icofont-unique-idea:before {
  content: "";
}
.icofont-unlock:before {
  content: "";
}
.icofont-unlocked:before {
  content: "";
}
.icofont-upload-alt:before {
  content: "";
}
.icofont-upload:before {
  content: "";
}
.icofont-usb-drive:before {
  content: "";
}
.icofont-usb:before {
  content: "";
}
.icofont-vector-path:before {
  content: "";
}
.icofont-verification-check:before {
  content: "";
}
.icofont-wall-clock:before {
  content: "";
}
.icofont-wall:before {
  content: "";
}
.icofont-wallet:before {
  content: "";
}
.icofont-warning-alt:before {
  content: "";
}
.icofont-warning:before {
  content: "";
}
.icofont-water-drop:before {
  content: "";
}
.icofont-web:before {
  content: "";
}
.icofont-wheelchair:before {
  content: "";
}
.icofont-wifi-alt:before {
  content: "";
}
.icofont-wifi:before {
  content: "";
}
.icofont-world:before {
  content: "";
}
.icofont-zigzag:before {
  content: "";
}
.icofont-zipped:before {
  content: "";
}
.icofont-xs {
  font-size: 0.5em;
}
.icofont-sm {
  font-size: 0.75em;
}
.icofont-md {
  font-size: 1.25em;
}
.icofont-lg {
  font-size: 1.5em;
}
.icofont-1x {
  font-size: 1em;
}
.icofont-2x {
  font-size: 2em;
}
.icofont-3x {
  font-size: 3em;
}
.icofont-4x {
  font-size: 4em;
}
.icofont-5x {
  font-size: 5em;
}
.icofont-6x {
  font-size: 6em;
}
.icofont-7x {
  font-size: 7em;
}
.icofont-8x {
  font-size: 8em;
}
.icofont-9x {
  font-size: 9em;
}
.icofont-10x {
  font-size: 10em;
}
.icofont-fw {
  text-align: center;
  width: 1.25em;
}
.icofont-ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
.icofont-ul > li {
  position: relative;
  line-height: 2em;
}
.icofont-ul > li .icofont {
  display: inline-block;
  vertical-align: middle;
}
.icofont-border {
  border: solid 0.08em #f1f1f1;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
.icofont-pull-left {
  float: left;
}
.icofont-pull-right {
  float: right;
}
.icofont.icofont-pull-left {
  margin-right: 0.3em;
}
.icofont.icofont-pull-right {
  margin-left: 0.3em;
}
.icofont-spin {
  animation: icofont-spin 2s infinite linear;
  display: inline-block;
}
.icofont-pulse {
  animation: icofont-spin 1s infinite steps(8);
  display: inline-block;
}
@keyframes icofont-spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.icofont-rotate-90 {
  transform: rotate(90deg);
}
.icofont-rotate-180 {
  transform: rotate(180deg);
}
.icofont-rotate-270 {
  transform: rotate(270deg);
}
.icofont-flip-horizontal {
  transform: scale(-1, 1);
}
.icofont-flip-vertical {
  transform: scale(1, -1);
}
.icofont-flip-horizontal.icofont-flip-vertical {
  transform: scale(-1, -1);
}
:root .icofont-flip-horizontal,
:root .icofont-flip-vertical,
:root .icofont-rotate-90,
:root .icofont-rotate-180,
:root .icofont-rotate-270 {
  filter: none;
  display: inline-block;
}
.icofont-inverse {
  color: #fff;
}
.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;
}
.lb-loader,
.lightbox {
  text-align: center;
  line-height: 0;
}
.lb-dataContainer:after,
.lb-outerContainer:after {
  content: "";
  clear: both;
}
html.lb-disable-scrolling {
  overflow: hidden;
  position: fixed;
  height: 100vh;
  width: 100vw;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  font-weight: 400;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}
.lb-loader,
.lb-nav {
  position: absolute;
  left: 0;
}
.lb-outerContainer:after {
  display: table;
}
.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
}
.lb-nav {
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: 0;
}
.lb-next,
.lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  filter: alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  filter: alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  display: table;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}
.lb-data .lb-caption a {
  color: #4ae;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}
@font-face {
  font-family: LineIcons;
  src: url(../fonts/LineIcons5594.eot?y2l643);
  src: url(../fonts/LineIcons5594.eot?y2l643#iefix) format("embedded-opentype"),
    url(../fonts/LineIcons5594.ttf?y2l643) format("truetype"),
    url(../fonts/LineIcons5594.woff?y2l643) format("woff"),
    url(../fonts/LineIcons5594.svg?y2l643#LineIcons) format("svg");
  font-weight: 400;
  font-style: normal;
}
[class*=" lni-"],
[class^="lni-"] {
  font-family: LineIcons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lni-add-file:before {
  content: "";
}
.lni-empty-file:before {
  content: "";
}
.lni-remove-file:before {
  content: "";
}
.lni-files:before {
  content: "";
}
.lni-display-alt:before {
  content: "";
}
.lni-laptop-phone:before {
  content: "";
}
.lni-laptop:before {
  content: "";
}
.lni-mobile:before {
  content: "";
}
.lni-tab:before {
  content: "";
}
.lni-timer:before {
  content: "";
}
.lni-headphone:before {
  content: "";
}
.lni-rocket:before {
  content: "";
}
.lni-package:before {
  content: "";
}
.lni-popup:before {
  content: "";
}
.lni-scroll-down:before {
  content: "";
}
.lni-pagination:before {
  content: "";
}
.lni-unlock:before {
  content: "";
}
.lni-lock:before {
  content: "";
}
.lni-reload:before {
  content: "";
}
.lni-map-marker:before {
  content: "";
}
.lni-map:before {
  content: "";
}
.lni-game:before {
  content: "";
}
.lni-search:before {
  content: "";
}
.lni-alarm:before {
  content: "";
}
.lni-code:before {
  content: "";
}
.lni-website:before {
  content: "";
}
.lni-code-alt:before {
  content: "";
}
.lni-display:before {
  content: "";
}
.lni-shortcode:before {
  content: "";
}
.lni-headphone-alt:before {
  content: "";
}
.lni-alarm-clock:before {
  content: "";
}
.lni-bookmark-alt:before {
  content: "";
}
.lni-bookmark:before {
  content: "";
}
.lni-layout:before {
  content: "";
}
.lni-keyboard:before {
  content: "";
}
.lni-grid-alt:before {
  content: "";
}
.lni-grid:before {
  content: "";
}
.lni-mic:before {
  content: "";
}
.lni-signal:before {
  content: "";
}
.lni-download:before {
  content: "";
}
.lni-upload:before {
  content: "";
}
.lni-zip:before {
  content: "";
}
.lni-rss-feed:before {
  content: "";
}
.lni-warning:before {
  content: "";
}
.lni-cloud-sync:before {
  content: "";
}
.lni-cloud-upload:before {
  content: "";
}
.lni-cloud-check:before {
  content: "";
}
.lni-cloud-download:before {
  content: "";
}
.lni-cog:before {
  content: "";
}
.lni-dashboard:before {
  content: "";
}
.lni-folder:before {
  content: "";
}
.lni-database:before {
  content: "";
}
.lni-harddrive:before {
  content: "";
}
.lni-control-panel:before {
  content: "";
}
.lni-plug:before {
  content: "";
}
.lni-menu:before {
  content: "";
}
.lni-power-switch:before {
  content: "";
}
.lni-printer:before {
  content: "";
}
.lni-save:before {
  content: "";
}
.lni-layers:before {
  content: "";
}
.lni-link:before {
  content: "";
}
.lni-share:before {
  content: "";
}
.lni-inbox:before {
  content: "";
}
.lni-unlink:before {
  content: "";
}
.lni-microphone:before {
  content: "";
}
.lni-magnet:before {
  content: "";
}
.lni-mouse:before {
  content: "";
}
.lni-share-alt:before {
  content: "";
}
.lni-bluetooth:before {
  content: "";
}
.lni-crop:before {
  content: "";
}
.lni-cut:before {
  content: "";
}
.lni-protection:before {
  content: "";
}
.lni-shield:before {
  content: "";
}
.lni-bolt-alt:before {
  content: "";
}
.lni-bolt:before {
  content: "";
}
.lni-infinite:before {
  content: "";
}
.lni-hand:before {
  content: "";
}
.lni-flag:before {
  content: "";
}
.lni-zoom-out:before {
  content: "";
}
.lni-zoom-in:before {
  content: "";
}
.lni-pin-alt:before {
  content: "";
}
.lni-pin:before {
  content: "";
}
.lni-more-alt:before {
  content: "";
}
.lni-more:before {
  content: "";
}
.lni-check-box:before {
  content: "";
}
.lni-check-mark-circle:before {
  content: "";
}
.lni-cross-circle:before {
  content: "";
}
.lni-circle-minus:before {
  content: "";
}
.lni-close:before {
  content: "";
}
.lni-star-filled:before {
  content: "";
}
.lni-star:before {
  content: "";
}
.lni-star-empty:before {
  content: "";
}
.lni-star-half:before {
  content: "";
}
.lni-question-circle:before {
  content: "";
}
.lni-thumbs-down:before {
  content: "";
}
.lni-thumbs-up:before {
  content: "";
}
.lni-minus:before {
  content: "";
}
.lni-plus:before {
  content: "";
}
.lni-ban:before {
  content: "";
}
.lni-hourglass:before {
  content: "";
}
.lni-trash:before {
  content: "";
}
.lni-key:before {
  content: "";
}
.lni-pulse:before {
  content: "";
}
.lni-heart:before {
  content: "";
}
.lni-heart-filled:before {
  content: "";
}
.lni-help:before {
  content: "";
}
.lni-paint-roller:before {
  content: "";
}
.lni-ux:before {
  content: "";
}
.lni-radio-button:before {
  content: "";
}
.lni-brush-alt:before {
  content: "";
}
.lni-select:before {
  content: "";
}
.lni-slice:before {
  content: "";
}
.lni-move:before {
  content: "";
}
.lni-wheelchair:before {
  content: "";
}
.lni-vector:before {
  content: "";
}
.lni-ruler-pencil:before {
  content: "";
}
.lni-ruler:before {
  content: "";
}
.lni-brush:before {
  content: "";
}
.lni-eraser:before {
  content: "";
}
.lni-ruler-alt:before {
  content: "";
}
.lni-color-pallet:before {
  content: "";
}
.lni-paint-bucket:before {
  content: "";
}
.lni-bulb:before {
  content: "";
}
.lni-highlight-alt:before {
  content: "";
}
.lni-highlight:before {
  content: "";
}
.lni-handshake:before {
  content: "";
}
.lni-briefcase:before {
  content: "";
}
.lni-funnel:before {
  content: "";
}
.lni-world:before {
  content: "";
}
.lni-calculator:before {
  content: "";
}
.lni-target-revenue:before {
  content: "";
}
.lni-revenue:before {
  content: "";
}
.lni-invention:before {
  content: "";
}
.lni-network:before {
  content: "";
}
.lni-credit-cards:before {
  content: "";
}
.lni-pie-chart:before {
  content: "";
}
.lni-archive:before {
  content: "";
}
.lni-magnifier:before {
  content: "";
}
.lni-agenda:before {
  content: "";
}
.lni-tag:before {
  content: "";
}
.lni-target:before {
  content: "";
}
.lni-stamp:before {
  content: "";
}
.lni-clipboard:before {
  content: "";
}
.lni-licencse:before {
  content: "";
}
.lni-paperclip:before {
  content: "";
}
.lni-stats-up:before {
  content: "";
}
.lni-stats-down:before {
  content: "";
}
.lni-bar-chart:before {
  content: "";
}
.lni-bullhorn:before {
  content: "";
}
.lni-calendar:before {
  content: "";
}
.lni-quotation:before {
  content: "";
}
.lni-bus:before {
  content: "";
}
.lni-car-alt:before {
  content: "";
}
.lni-car:before {
  content: "";
}
.lni-train:before {
  content: "";
}
.lni-train-alt:before {
  content: "";
}
.lni-helicopter:before {
  content: "";
}
.lni-ship:before {
  content: "";
}
.lni-bridge:before {
  content: "";
}
.lni-scooter:before {
  content: "";
}
.lni-plane:before {
  content: "";
}
.lni-bi-cycle:before {
  content: "";
}
.lni-postcard:before {
  content: "";
}
.lni-road:before {
  content: "";
}
.lni-envelope:before {
  content: "";
}
.lni-reply:before {
  content: "";
}
.lni-bubble:before {
  content: "";
}
.lni-support:before {
  content: "";
}
.lni-comment-reply:before {
  content: "";
}
.lni-pointer:before {
  content: "";
}
.lni-phone:before {
  content: "";
}
.lni-phone-handset:before {
  content: "";
}
.lni-comment-alt:before {
  content: "";
}
.lni-comment:before {
  content: "";
}
.lni-coffee-cup:before {
  content: "";
}
.lni-home:before {
  content: "";
}
.lni-gift:before {
  content: "";
}
.lni-thought:before {
  content: "";
}
.lni-eye:before {
  content: "";
}
.lni-user:before {
  content: "";
}
.lni-users:before {
  content: "";
}
.lni-wallet:before {
  content: "";
}
.lni-tshirt:before {
  content: "";
}
.lni-medall-alt:before {
  content: "";
}
.lni-medall:before {
  content: "";
}
.lni-notepad:before {
  content: "";
}
.lni-crown:before {
  content: "";
}
.lni-ticket:before {
  content: "";
}
.lni-ticket-alt:before {
  content: "";
}
.lni-certificate:before {
  content: "";
}
.lni-cup:before {
  content: "";
}
.lni-library:before {
  content: "";
}
.lni-school-bench-alt:before {
  content: "";
}
.lni-school-bench:before {
  content: "";
}
.lni-microscope:before {
  content: "";
}
.lni-school-compass:before {
  content: "";
}
.lni-information:before {
  content: "";
}
.lni-graduation:before {
  content: "";
}
.lni-write:before {
  content: "";
}
.lni-pencil-alt:before {
  content: "";
}
.lni-pencil:before {
  content: "";
}
.lni-blackboard:before {
  content: "";
}
.lni-book:before {
  content: "";
}
.lni-shuffle:before {
  content: "";
}
.lni-gallery:before {
  content: "";
}
.lni-image:before {
  content: "";
}
.lni-volume-mute:before {
  content: "";
}
.lni-backward:before {
  content: "";
}
.lni-forward:before {
  content: "";
}
.lni-stop:before {
  content: "";
}
.lni-play:before {
  content: "";
}
.lni-pause:before {
  content: "";
}
.lni-music:before {
  content: "";
}
.lni-frame-expand:before {
  content: "";
}
.lni-full-screen:before {
  content: "";
}
.lni-video:before {
  content: "";
}
.lni-volume-high:before {
  content: "";
}
.lni-volume-low:before {
  content: "";
}
.lni-volume-medium:before {
  content: "";
}
.lni-volume:before {
  content: "";
}
.lni-camera:before {
  content: "";
}
.lni-invest-monitor:before {
  content: "";
}
.lni-grow:before {
  content: "";
}
.lni-money-location:before {
  content: "";
}
.lni-cloudnetwork:before {
  content: "";
}
.lni-diamond:before {
  content: "";
}
.lni-customer:before {
  content: "";
}
.lni-domain:before {
  content: "";
}
.lni-target-audience:before {
  content: "";
}
.lni-seo:before {
  content: "";
}
.lni-keyword-research:before {
  content: "";
}
.lni-seo-monitoring:before {
  content: "";
}
.lni-seo-consulting:before {
  content: "";
}
.lni-money-protection:before {
  content: "";
}
.lni-offer:before {
  content: "";
}
.lni-delivery:before {
  content: "";
}
.lni-investment:before {
  content: "";
}
.lni-shopping-basket:before {
  content: "";
}
.lni-coin:before {
  content: "";
}
.lni-cart-full:before {
  content: "";
}
.lni-cart:before {
  content: "";
}
.lni-burger:before {
  content: "";
}
.lni-restaurant:before {
  content: "";
}
.lni-service:before {
  content: "";
}
.lni-chef-hat:before {
  content: "";
}
.lni-cake:before {
  content: "";
}
.lni-pizza:before {
  content: "";
}
.lni-teabag:before {
  content: "";
}
.lni-dinner:before {
  content: "";
}
.lni-taxi:before {
  content: "";
}
.lni-caravan:before {
  content: "";
}
.lni-pyramids:before {
  content: "";
}
.lni-surfboard:before {
  content: "";
}
.lni-travel:before {
  content: "";
}
.lni-island:before {
  content: "";
}
.lni-mashroom:before {
  content: "";
}
.lni-sprout:before {
  content: "";
}
.lni-tree:before {
  content: "";
}
.lni-trees:before {
  content: "";
}
.lni-flower:before {
  content: "";
}
.lni-bug:before {
  content: "";
}
.lni-leaf:before {
  content: "";
}
.lni-fresh-juice:before {
  content: "";
}
.lni-heart-monitor:before {
  content: "";
}
.lni-dumbbell:before {
  content: "";
}
.lni-skipping-rope:before {
  content: "";
}
.lni-slim:before {
  content: "";
}
.lni-weight:before {
  content: "";
}
.lni-basketball:before {
  content: "";
}
.lni-first-aid:before {
  content: "";
}
.lni-ambulance:before {
  content: "";
}
.lni-hospital:before {
  content: "";
}
.lni-syringe:before {
  content: "";
}
.lni-capsule:before {
  content: "";
}
.lni-stethoscope:before {
  content: "";
}
.lni-wheelbarrow:before {
  content: "";
}
.lni-shovel:before {
  content: "";
}
.lni-construction-hammer:before {
  content: "";
}
.lni-brick:before {
  content: "";
}
.lni-hammer:before {
  content: "";
}
.lni-helmet:before {
  content: "";
}
.lni-trowel:before {
  content: "";
}
.lni-construction:before {
  content: "";
}
.lni-apartment:before {
  content: "";
}
.lni-juice:before {
  content: "";
}
.lni-spray:before {
  content: "";
}
.lni-candy-cane:before {
  content: "";
}
.lni-candy:before {
  content: "";
}
.lni-fireworks:before {
  content: "";
}
.lni-flags:before {
  content: "";
}
.lni-baloon:before {
  content: "";
}
.lni-cloud:before {
  content: "";
}
.lni-night:before {
  content: "";
}
.lni-cloudy-sun:before {
  content: "";
}
.lni-rain:before {
  content: "";
}
.lni-thunder:before {
  content: "";
}
.lni-drop:before {
  content: "";
}
.lni-thunder-alt:before {
  content: "";
}
.lni-sun:before {
  content: "";
}
.lni-spell-check:before {
  content: "";
}
.lni-text-format:before {
  content: "";
}
.lni-text-format-remove:before {
  content: "";
}
.lni-italic:before {
  content: "";
}
.lni-line-dotted:before {
  content: "";
}
.lni-text-align-center:before {
  content: "";
}
.lni-text-align-left:before {
  content: "";
}
.lni-text-align-right:before {
  content: "";
}
.lni-text-align-justify:before {
  content: "";
}
.lni-bold:before {
  content: "";
}
.lni-page-break:before {
  content: "";
}
.lni-strikethrough:before {
  content: "";
}
.lni-text-size:before {
  content: "";
}
.lni-line-dashed:before {
  content: "";
}
.lni-line-double:before {
  content: "";
}
.lni-direction-ltr:before {
  content: "";
}
.lni-direction-rtl:before {
  content: "";
}
.lni-list:before {
  content: "";
}
.lni-line-spacing:before {
  content: "";
}
.lni-sort-alpha-asc:before {
  content: "";
}
.lni-sort-amount-asc:before {
  content: "";
}
.lni-indent-decrease:before {
  content: "";
}
.lni-indent-increase:before {
  content: "";
}
.lni-pilcrow:before {
  content: "";
}
.lni-underline:before {
  content: "";
}
.lni-dollar:before {
  content: "";
}
.lni-rupee:before {
  content: "";
}
.lni-pound:before {
  content: "";
}
.lni-yen:before {
  content: "";
}
.lni-euro:before {
  content: "";
}
.lni-emoji-happy:before {
  content: "";
}
.lni-emoji-tounge:before {
  content: "";
}
.lni-emoji-cool:before {
  content: "";
}
.lni-emoji-friendly:before {
  content: "";
}
.lni-emoji-neutral:before {
  content: "";
}
.lni-emoji-sad:before {
  content: "";
}
.lni-emoji-smile:before {
  content: "";
}
.lni-emoji-suspect:before {
  content: "";
}
.lni-direction-alt:before {
  content: "";
}
.lni-enter:before {
  content: "";
}
.lni-exit-down:before {
  content: "";
}
.lni-exit-up:before {
  content: "";
}
.lni-exit:before {
  content: "";
}
.lni-chevron-up:before {
  content: "";
}
.lni-chevron-left:before {
  content: "";
}
.lni-chevron-down:before {
  content: "";
}
.lni-chevron-right:before {
  content: "";
}
.lni-arrow-down:before {
  content: "";
}
.lni-arrows-horizontal:before {
  content: "";
}
.lni-arrows-vertical:before {
  content: "";
}
.lni-direction:before {
  content: "";
}
.lni-arrow-left:before {
  content: "";
}
.lni-arrow-right:before {
  content: "";
}
.lni-arrow-up:before {
  content: "";
}
.lni-arrow-down-circle:before {
  content: "";
}
.lni-anchor:before {
  content: "";
}
.lni-arrow-left-circle:before {
  content: "";
}
.lni-arrow-right-circle:before {
  content: "";
}
.lni-arrow-up-circle:before {
  content: "";
}
.lni-angle-double-down:before {
  content: "";
}
.lni-angle-double-left:before {
  content: "";
}
.lni-angle-double-right:before {
  content: "";
}
.lni-angle-double-up:before {
  content: "";
}
.lni-arrow-top-left:before {
  content: "";
}
.lni-arrow-top-right:before {
  content: "";
}
.lni-chevron-down-circle:before {
  content: "";
}
.lni-chevron-left-circle:before {
  content: "";
}
.lni-chevron-right-circle:before {
  content: "";
}
.lni-chevron-up-circle:before {
  content: "";
}
.lni-shift-left:before {
  content: "";
}
.lni-shift-right:before {
  content: "";
}
.lni-pointer-down:before {
  content: "";
}
.lni-pointer-right:before {
  content: "";
}
.lni-pointer-left:before {
  content: "";
}
.lni-pointer-up:before {
  content: "";
}
.lni-spinner-arrow:before {
  content: "";
}
.lni-spinner-solid:before {
  content: "";
}
.lni-spinner:before {
  content: "";
}
.lni-google:before {
  content: "";
}
.lni-producthunt:before {
  content: "";
}
.lni-paypal:before {
  content: "";
}
.lni-paypal-original:before {
  content: "";
}
.lni-java:before {
  content: "";
}
.lni-microsoft:before {
  content: "";
}
.lni-windows:before {
  content: "";
}
.lni-flickr:before {
  content: "";
}
.lni-drupal:before {
  content: "";
}
.lni-drupal-original:before {
  content: "";
}
.lni-android:before {
  content: "";
}
.lni-android-original:before {
  content: "";
}
.lni-playstore:before {
  content: "";
}
.lni-git:before {
  content: "";
}
.lni-github-original:before {
  content: "";
}
.lni-github:before {
  content: "";
}
.lni-steam:before {
  content: "";
}
.lni-shopify:before {
  content: "";
}
.lni-snapchat:before {
  content: "";
}
.lni-soundcloud:before {
  content: "";
}
.lni-souncloud-original:before {
  content: "";
}
.lni-telegram:before {
  content: "";
}
.lni-twitch:before {
  content: "";
}
.lni-vimeo:before {
  content: "";
}
.lni-vk:before {
  content: "";
}
.lni-wechat:before {
  content: "";
}
.lni-whatsapp:before {
  content: "";
}
.lni-yahoo:before {
  content: "";
}
.lni-youtube:before {
  content: "";
}
.lni-stackoverflow:before {
  content: "";
}
.lni-slideshare:before {
  content: "";
}
.lni-slack:before {
  content: "";
}
.lni-lineicons-alt:before {
  content: "";
}
.lni-lineicons:before {
  content: "";
}
.lni-skype:before {
  content: "";
}
.lni-pinterest:before {
  content: "";
}
.lni-reddit:before {
  content: "";
}
.lni-line:before {
  content: "";
}
.lni-megento:before {
  content: "";
}
.lni-blogger:before {
  content: "";
}
.lni-bootstrap:before {
  content: "";
}
.lni-dribbble:before {
  content: "";
}
.lni-dropbox:before {
  content: "";
}
.lni-dropbox-original:before {
  content: "";
}
.lni-envato:before {
  content: "";
}
.lni-500px:before {
  content: "";
}
.lni-twitter-original:before {
  content: "";
}
.lni-twitter:before {
  content: "";
}
.lni-twitter-filled:before {
  content: "";
}
.lni-facebook-messenger:before {
  content: "";
}
.lni-facebook-original:before {
  content: "";
}
.lni-facebook-filled:before {
  content: "";
}
.lni-facebook:before {
  content: "";
}
.lni-joomla:before {
  content: "";
}
.lni-firefox:before {
  content: "";
}
.lni-amazon-original:before {
  content: "";
}
.lni-amazon:before {
  content: "";
}
.lni-linkedin-original:before {
  content: "";
}
.lni-linkedin:before {
  content: "";
}
.lni-linkedin-filled:before {
  content: "";
}
.lni-bitbucket:before {
  content: "";
}
.lni-quora:before {
  content: "";
}
.lni-medium:before {
  content: "";
}
.lni-instagram-original:before {
  content: "";
}
.lni-instagram-filled:before {
  content: "";
}
.lni-instagram:before {
  content: "";
}
.lni-bitcoin:before {
  content: "";
}
.lni-stripe:before {
  content: "";
}
.lni-wordpress-filled:before {
  content: "";
}
.lni-wordpress:before {
  content: "";
}
.lni-google-plus:before {
  content: "";
}
.lni-mastercard:before {
  content: "";
}
.lni-visa:before {
  content: "";
}
.lni-amex:before {
  content: "";
}
.lni-apple:before {
  content: "";
}
.lni-behance:before {
  content: "";
}
.lni-behance-original:before {
  content: "";
}
.lni-chrome:before {
  content: "";
}
.lni-spotify-original:before {
  content: "";
}
.lni-spotify:before {
  content: "";
}
.lni-html:before {
  content: "";
}
.lni-css:before {
  content: "";
}
.lni-ycombinator:before {
  content: "";
}
.size-xs {
  font-size: 1rem !important;
}
.size-sm {
  font-size: 1.55rem !important;
}
.size-md {
  font-size: 2.25rem !important;
}
.size-fw {
  font-size: 1.2857142857em;
  line-height: 0.8em;
  width: 1.2857142857em;
  height: 0.8em;
  margin-top: -0.2em !important;
  vertical-align: middle;
}
.size-lg {
  font-size: 3rem !important;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes burst {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  90% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes flashing {
  0%,
  90% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    transform: translateX(-20px);
    opacity: 0;
  }
}
@keyframes fade-right {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    transform: translateX(20px);
    opacity: 0;
  }
}
@keyframes fade-up {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    transform: translateY(-20px);
    opacity: 0;
  }
}
@keyframes fade-down {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    transform: translateY(20px);
    opacity: 0;
  }
}
@keyframes tada {
  0%,
  to {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
  }
  40%,
  60%,
  80% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
}
.lni-spin-effect,
.lni-spin-effect-hover:hover {
  animation: spin 2s linear infinite;
}
.lni-tada-effect,
.lni-tada-effect-hover:hover {
  animation: tada 1.5s ease infinite;
}
.lni-flashing-effect,
.lni-flashing-effect-hover:hover {
  animation: flashing 1.5s infinite linear;
}
.lni-burst-effect,
.lni-burst-effect-hover:hover {
  animation: burst 1.5s infinite linear;
}
.lni-fade-up-effect,
.lni-fade-up-effect-hover:hover {
  animation: fade-up 1.5s infinite linear;
}
.lni-fade-down-effect,
.lni-fade-down-effect-hover:hover {
  animation: fade-down 1.5s infinite linear;
}
.lni-fade-left-effect,
.lni-fade-left-effect-hover:hover {
  animation: fade-left 1.5s infinite linear;
}
.lni-fade-right-effect,
.lni-fade-right-effect-hover:hover {
  animation: fade-right 1.5s infinite linear;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-height: 300px),
  screen and (max-width: 800px) and (orientation: landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  list-style: none;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-search--inline,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__placeholder {
  float: right;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFCCCCCC",GradientType=0);
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFFFFFFF",GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__clear {
  display: none;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open
  .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled="true"] {
  color: grey;
}
.select2-container--classic
  .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.slick-loading .slick-list {
}
@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(fonts/slick.eot);
  src: url(fonts/slickd41d.eot?#iefix) format("embedded-opentype"),
    url(fonts/slick.svg#slick) format("svg");
}
.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}
.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}
.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  top: 0;
  left: 0;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@font-face {
  font-family: themify;
  src: url(../fonts/themify9f24.eot?-fvbane);
  src: url(../fonts/themifyd41d.eot?#iefix-fvbane) format("embedded-opentype"),
    url(../fonts/themify9f24.woff?-fvbane) format("woff"),
    url(../fonts/themify9f24.ttf?-fvbane) format("truetype"),
    url(../fonts/themify9f24.svg?-fvbane#themify) format("svg");
  font-weight: 400;
  font-style: normal;
}
[class*=" ti-"],
[class^="ti-"] {
  font-family: themify;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ti-wand:before {
  content: "";
}
.ti-volume:before {
  content: "";
}
.ti-user:before {
  content: "";
}
.ti-unlock:before {
  content: "";
}
.ti-unlink:before {
  content: "";
}
.ti-trash:before {
  content: "";
}
.ti-thought:before {
  content: "";
}
.ti-target:before {
  content: "";
}
.ti-tag:before {
  content: "";
}
.ti-tablet:before {
  content: "";
}
.ti-star:before {
  content: "";
}
.ti-spray:before {
  content: "";
}
.ti-signal:before {
  content: "";
}
.ti-shopping-cart:before {
  content: "";
}
.ti-shopping-cart-full:before {
  content: "";
}
.ti-settings:before {
  content: "";
}
.ti-search:before {
  content: "";
}
.ti-zoom-in:before {
  content: "";
}
.ti-zoom-out:before {
  content: "";
}
.ti-cut:before {
  content: "";
}
.ti-ruler:before {
  content: "";
}
.ti-ruler-pencil:before {
  content: "";
}
.ti-ruler-alt:before {
  content: "";
}
.ti-bookmark:before {
  content: "";
}
.ti-bookmark-alt:before {
  content: "";
}
.ti-reload:before {
  content: "";
}
.ti-plus:before {
  content: "";
}
.ti-pin:before {
  content: "";
}
.ti-pencil:before {
  content: "";
}
.ti-pencil-alt:before {
  content: "";
}
.ti-paint-roller:before {
  content: "";
}
.ti-paint-bucket:before {
  content: "";
}
.ti-na:before {
  content: "";
}
.ti-mobile:before {
  content: "";
}
.ti-minus:before {
  content: "";
}
.ti-medall:before {
  content: "";
}
.ti-medall-alt:before {
  content: "";
}
.ti-marker:before {
  content: "";
}
.ti-marker-alt:before {
  content: "";
}
.ti-arrow-up:before {
  content: "";
}
.ti-arrow-right:before {
  content: "";
}
.ti-arrow-left:before {
  content: "";
}
.ti-arrow-down:before {
  content: "";
}
.ti-lock:before {
  content: "";
}
.ti-location-arrow:before {
  content: "";
}
.ti-link:before {
  content: "";
}
.ti-layout:before {
  content: "";
}
.ti-layers:before {
  content: "";
}
.ti-layers-alt:before {
  content: "";
}
.ti-key:before {
  content: "";
}
.ti-import:before {
  content: "";
}
.ti-image:before {
  content: "";
}
.ti-heart:before {
  content: "";
}
.ti-heart-broken:before {
  content: "";
}
.ti-hand-stop:before {
  content: "";
}
.ti-hand-open:before {
  content: "";
}
.ti-hand-drag:before {
  content: "";
}
.ti-folder:before {
  content: "";
}
.ti-flag:before {
  content: "";
}
.ti-flag-alt:before {
  content: "";
}
.ti-flag-alt-2:before {
  content: "";
}
.ti-eye:before {
  content: "";
}
.ti-export:before {
  content: "";
}
.ti-exchange-vertical:before {
  content: "";
}
.ti-desktop:before {
  content: "";
}
.ti-cup:before {
  content: "";
}
.ti-crown:before {
  content: "";
}
.ti-comment-detail:before {
  content: "";
}
.ti-comment:before {
  content: "";
}
.ti-comment-alt:before {
  content: "";
}
.ti-close:before {
  content: "";
}
.ti-clip:before {
  content: "";
}
.ti-angle-up:before {
  content: "";
}
.ti-angle-right:before {
  content: "";
}
.ti-angle-left:before {
  content: "";
}
.ti-angle-down:before {
  content: "";
}
.ti-check:before {
  content: "";
}
.ti-check-box:before {
  content: "";
}
.ti-camera:before {
  content: "";
}
.ti-announcement:before {
  content: "";
}
.ti-brush:before {
  content: "";
}
.ti-briefcase:before {
  content: "";
}
.ti-bolt:before {
  content: "";
}
.ti-bolt-alt:before {
  content: "";
}
.ti-blackboard:before {
  content: "";
}
.ti-bag:before {
  content: "";
}
.ti-move:before {
  content: "";
}
.ti-arrows-vertical:before {
  content: "";
}
.ti-arrows-horizontal:before {
  content: "";
}
.ti-fullscreen:before {
  content: "";
}
.ti-arrow-top-right:before {
  content: "";
}
.ti-arrow-top-left:before {
  content: "";
}
.ti-arrow-circle-up:before {
  content: "";
}
.ti-arrow-circle-right:before {
  content: "";
}
.ti-arrow-circle-left:before {
  content: "";
}
.ti-arrow-circle-down:before {
  content: "";
}
.ti-angle-double-up:before {
  content: "";
}
.ti-angle-double-right:before {
  content: "";
}
.ti-angle-double-left:before {
  content: "";
}
.ti-angle-double-down:before {
  content: "";
}
.ti-zip:before {
  content: "";
}
.ti-world:before {
  content: "";
}
.ti-wheelchair:before {
  content: "";
}
.ti-view-list:before {
  content: "";
}
.ti-view-list-alt:before {
  content: "";
}
.ti-view-grid:before {
  content: "";
}
.ti-uppercase:before {
  content: "";
}
.ti-upload:before {
  content: "";
}
.ti-underline:before {
  content: "";
}
.ti-truck:before {
  content: "";
}
.ti-timer:before {
  content: "";
}
.ti-ticket:before {
  content: "";
}
.ti-thumb-up:before {
  content: "";
}
.ti-thumb-down:before {
  content: "";
}
.ti-text:before {
  content: "";
}
.ti-stats-up:before {
  content: "";
}
.ti-stats-down:before {
  content: "";
}
.ti-split-v:before {
  content: "";
}
.ti-split-h:before {
  content: "";
}
.ti-smallcap:before {
  content: "";
}
.ti-shine:before {
  content: "";
}
.ti-shift-right:before {
  content: "";
}
.ti-shift-left:before {
  content: "";
}
.ti-shield:before {
  content: "";
}
.ti-notepad:before {
  content: "";
}
.ti-server:before {
  content: "";
}
.ti-quote-right:before {
  content: "";
}
.ti-quote-left:before {
  content: "";
}
.ti-pulse:before {
  content: "";
}
.ti-printer:before {
  content: "";
}
.ti-power-off:before {
  content: "";
}
.ti-plug:before {
  content: "";
}
.ti-pie-chart:before {
  content: "";
}
.ti-paragraph:before {
  content: "";
}
.ti-panel:before {
  content: "";
}
.ti-package:before {
  content: "";
}
.ti-music:before {
  content: "";
}
.ti-music-alt:before {
  content: "";
}
.ti-mouse:before {
  content: "";
}
.ti-mouse-alt:before {
  content: "";
}
.ti-money:before {
  content: "";
}
.ti-microphone:before {
  content: "";
}
.ti-menu:before {
  content: "";
}
.ti-menu-alt:before {
  content: "";
}
.ti-map:before {
  content: "";
}
.ti-map-alt:before {
  content: "";
}
.ti-loop:before {
  content: "";
}
.ti-location-pin:before {
  content: "";
}
.ti-list:before {
  content: "";
}
.ti-light-bulb:before {
  content: "";
}
.ti-Italic:before {
  content: "";
}
.ti-info:before {
  content: "";
}
.ti-infinite:before {
  content: "";
}
.ti-id-badge:before {
  content: "";
}
.ti-hummer:before {
  content: "";
}
.ti-home:before {
  content: "";
}
.ti-help:before {
  content: "";
}
.ti-headphone:before {
  content: "";
}
.ti-harddrives:before {
  content: "";
}
.ti-harddrive:before {
  content: "";
}
.ti-gift:before {
  content: "";
}
.ti-game:before {
  content: "";
}
.ti-filter:before {
  content: "";
}
.ti-files:before {
  content: "";
}
.ti-file:before {
  content: "";
}
.ti-eraser:before {
  content: "";
}
.ti-envelope:before {
  content: "";
}
.ti-download:before {
  content: "";
}
.ti-direction:before {
  content: "";
}
.ti-direction-alt:before {
  content: "";
}
.ti-dashboard:before {
  content: "";
}
.ti-control-stop:before {
  content: "";
}
.ti-control-shuffle:before {
  content: "";
}
.ti-control-play:before {
  content: "";
}
.ti-control-pause:before {
  content: "";
}
.ti-control-forward:before {
  content: "";
}
.ti-control-backward:before {
  content: "";
}
.ti-cloud:before {
  content: "";
}
.ti-cloud-up:before {
  content: "";
}
.ti-cloud-down:before {
  content: "";
}
.ti-clipboard:before {
  content: "";
}
.ti-car:before {
  content: "";
}
.ti-calendar:before {
  content: "";
}
.ti-book:before {
  content: "";
}
.ti-bell:before {
  content: "";
}
.ti-basketball:before {
  content: "";
}
.ti-bar-chart:before {
  content: "";
}
.ti-bar-chart-alt:before {
  content: "";
}
.ti-back-right:before {
  content: "";
}
.ti-back-left:before {
  content: "";
}
.ti-arrows-corner:before {
  content: "";
}
.ti-archive:before {
  content: "";
}
.ti-anchor:before {
  content: "";
}
.ti-align-right:before {
  content: "";
}
.ti-align-left:before {
  content: "";
}
.ti-align-justify:before {
  content: "";
}
.ti-align-center:before {
  content: "";
}
.ti-alert:before {
  content: "";
}
.ti-alarm-clock:before {
  content: "";
}
.ti-agenda:before {
  content: "";
}
.ti-write:before {
  content: "";
}
.ti-window:before {
  content: "";
}
.ti-widgetized:before {
  content: "";
}
.ti-widget:before {
  content: "";
}
.ti-widget-alt:before {
  content: "";
}
.ti-wallet:before {
  content: "";
}
.ti-video-clapper:before {
  content: "";
}
.ti-video-camera:before {
  content: "";
}
.ti-vector:before {
  content: "";
}
.ti-themify-logo:before {
  content: "";
}
.ti-themify-favicon:before {
  content: "";
}
.ti-themify-favicon-alt:before {
  content: "";
}
.ti-support:before {
  content: "";
}
.ti-stamp:before {
  content: "";
}
.ti-split-v-alt:before {
  content: "";
}
.ti-slice:before {
  content: "";
}
.ti-shortcode:before {
  content: "";
}
.ti-shift-right-alt:before {
  content: "";
}
.ti-shift-left-alt:before {
  content: "";
}
.ti-ruler-alt-2:before {
  content: "";
}
.ti-receipt:before {
  content: "";
}
.ti-pin2:before {
  content: "";
}
.ti-pin-alt:before {
  content: "";
}
.ti-pencil-alt2:before {
  content: "";
}
.ti-palette:before {
  content: "";
}
.ti-more:before {
  content: "";
}
.ti-more-alt:before {
  content: "";
}
.ti-microphone-alt:before {
  content: "";
}
.ti-magnet:before {
  content: "";
}
.ti-line-double:before {
  content: "";
}
.ti-line-dotted:before {
  content: "";
}
.ti-line-dashed:before {
  content: "";
}
.ti-layout-width-full:before {
  content: "";
}
.ti-layout-width-default:before {
  content: "";
}
.ti-layout-width-default-alt:before {
  content: "";
}
.ti-layout-tab:before {
  content: "";
}
.ti-layout-tab-window:before {
  content: "";
}
.ti-layout-tab-v:before {
  content: "";
}
.ti-layout-tab-min:before {
  content: "";
}
.ti-layout-slider:before {
  content: "";
}
.ti-layout-slider-alt:before {
  content: "";
}
.ti-layout-sidebar-right:before {
  content: "";
}
.ti-layout-sidebar-none:before {
  content: "";
}
.ti-layout-sidebar-left:before {
  content: "";
}
.ti-layout-placeholder:before {
  content: "";
}
.ti-layout-menu:before {
  content: "";
}
.ti-layout-menu-v:before {
  content: "";
}
.ti-layout-menu-separated:before {
  content: "";
}
.ti-layout-menu-full:before {
  content: "";
}
.ti-layout-media-right-alt:before {
  content: "";
}
.ti-layout-media-right:before {
  content: "";
}
.ti-layout-media-overlay:before {
  content: "";
}
.ti-layout-media-overlay-alt:before {
  content: "";
}
.ti-layout-media-overlay-alt-2:before {
  content: "";
}
.ti-layout-media-left-alt:before {
  content: "";
}
.ti-layout-media-left:before {
  content: "";
}
.ti-layout-media-center-alt:before {
  content: "";
}
.ti-layout-media-center:before {
  content: "";
}
.ti-layout-list-thumb:before {
  content: "";
}
.ti-layout-list-thumb-alt:before {
  content: "";
}
.ti-layout-list-post:before {
  content: "";
}
.ti-layout-list-large-image:before {
  content: "";
}
.ti-layout-line-solid:before {
  content: "";
}
.ti-layout-grid4:before {
  content: "";
}
.ti-layout-grid3:before {
  content: "";
}
.ti-layout-grid2:before {
  content: "";
}
.ti-layout-grid2-thumb:before {
  content: "";
}
.ti-layout-cta-right:before {
  content: "";
}
.ti-layout-cta-left:before {
  content: "";
}
.ti-layout-cta-center:before {
  content: "";
}
.ti-layout-cta-btn-right:before {
  content: "";
}
.ti-layout-cta-btn-left:before {
  content: "";
}
.ti-layout-column4:before {
  content: "";
}
.ti-layout-column3:before {
  content: "";
}
.ti-layout-column2:before {
  content: "";
}
.ti-layout-accordion-separated:before {
  content: "";
}
.ti-layout-accordion-merged:before {
  content: "";
}
.ti-layout-accordion-list:before {
  content: "";
}
.ti-ink-pen:before {
  content: "";
}
.ti-info-alt:before {
  content: "";
}
.ti-help-alt:before {
  content: "";
}
.ti-headphone-alt:before {
  content: "";
}
.ti-hand-point-up:before {
  content: "";
}
.ti-hand-point-right:before {
  content: "";
}
.ti-hand-point-left:before {
  content: "";
}
.ti-hand-point-down:before {
  content: "";
}
.ti-gallery:before {
  content: "";
}
.ti-face-smile:before {
  content: "";
}
.ti-face-sad:before {
  content: "";
}
.ti-credit-card:before {
  content: "";
}
.ti-control-skip-forward:before {
  content: "";
}
.ti-control-skip-backward:before {
  content: "";
}
.ti-control-record:before {
  content: "";
}
.ti-control-eject:before {
  content: "";
}
.ti-comment-detail-smiley:before {
  content: "";
}
.ti-brush-alt:before {
  content: "";
}
.ti-youtube:before {
  content: "";
}
.ti-vimeo:before {
  content: "";
}
.ti-twitter:before {
  content: "";
}
.ti-time:before {
  content: "";
}
.ti-tumblr:before {
  content: "";
}
.ti-skype:before {
  content: "";
}
.ti-share:before {
  content: "";
}
.ti-share-alt:before {
  content: "";
}
.ti-rocket:before {
  content: "";
}
.ti-pinterest:before {
  content: "";
}
.ti-new-window:before {
  content: "";
}
.ti-microsoft:before {
  content: "";
}
.ti-list-ol:before {
  content: "";
}
.ti-linkedin:before {
  content: "";
}
.ti-layout-sidebar-2:before {
  content: "";
}
.ti-layout-grid4-alt:before {
  content: "";
}
.ti-layout-grid3-alt:before {
  content: "";
}
.ti-layout-grid2-alt:before {
  content: "";
}
.ti-layout-column4-alt:before {
  content: "";
}
.ti-layout-column3-alt:before {
  content: "";
}
.ti-layout-column2-alt:before {
  content: "";
}
.ti-instagram:before {
  content: "";
}
.ti-google:before {
  content: "";
}
.ti-github:before {
  content: "";
}
.ti-flickr:before {
  content: "";
}
.ti-facebook:before {
  content: "";
}
.ti-dropbox:before {
  content: "";
}
.ti-dribbble:before {
  content: "";
}
.ti-apple:before {
  content: "";
}
.ti-android:before {
  content: "";
}
.ti-save:before {
  content: "";
}
.ti-save-alt:before {
  content: "";
}
.ti-yahoo:before {
  content: "";
}
.ti-wordpress:before {
  content: "";
}
.ti-vimeo-alt:before {
  content: "";
}
.ti-twitter-alt:before {
  content: "";
}
.ti-tumblr-alt:before {
  content: "";
}
.ti-trello:before {
  content: "";
}
.ti-stack-overflow:before {
  content: "";
}
.ti-soundcloud:before {
  content: "";
}
.ti-sharethis:before {
  content: "";
}
.ti-sharethis-alt:before {
  content: "";
}
.ti-reddit:before {
  content: "";
}
.ti-pinterest-alt:before {
  content: "";
}
.ti-microsoft-alt:before {
  content: "";
}
.ti-linux:before {
  content: "";
}
.ti-jsfiddle:before {
  content: "";
}
.ti-joomla:before {
  content: "";
}
.ti-html5:before {
  content: "";
}
.ti-flickr-alt:before {
  content: "";
}
.ti-email:before {
  content: "";
}
.ti-drupal:before {
  content: "";
}
.ti-dropbox-alt:before {
  content: "";
}
.ti-css3:before {
  content: "";
}
.ti-rss:before {
  content: "";
}
.ti-rss-alt:before {
  content: "";
}
.blue2-skin .btn-theme-2,
.blue2-skin .pricing-bottom .btn-pricing,
.blue2-skin .top-header,
.blue-skin .btn-theme-2,
.blue-skin .pricing-bottom .btn-pricing,
.blue-skin .top-header,
.darkblue-skin .btn-theme-2,
.darkblue-skin .pricing-bottom .btn-pricing,
.darkblue-skin .top-header,
.goodgreen-skin .btn-theme-2,
.goodgreen-skin .pricing-bottom .btn-pricing,
.goodgreen-skin .top-header,
.goodred-skin .btn-theme-2,
.goodred-skin .pricing-bottom .btn-pricing,
.goodred-skin .top-header,
.green-skin .btn-theme-2,
.green-skin .pricing-bottom .btn-pricing,
.green-skin .top-header,
.oceangreen-skin .btn-theme-2,
.oceangreen-skin .pricing-bottom .btn-pricing,
.oceangreen-skin .top-header,
.purple-skin .btn-theme-2,
.purple-skin .pricing-bottom .btn-pricing,
.purple-skin .top-header,
.red-skin .btn-theme-2,
.red-skin .pricing-bottom .btn-pricing,
.red-skin .top-header,
.yellow-skin .btn-theme-2,
.yellow-skin .pricing-bottom .btn-pricing,
.yellow-skin .top-header {
  background-color: #252c41;
  background: #252c41;
  border-color: #252c41;
}
.blue2-skin .hero-search h1,
.blue-skin .hero-search h1,
.darkblue-skin .hero-search h1,
.goodgreen-skin .hero-search h1,
.goodred-skin .hero-search h1,
.green-skin .hero-search h1,
.oceangreen-skin .hero-search h1,
.purple-skin .hero-search h1,
.red-skin .hero-search h1,
.yellow-skin .hero-search h1 {
  color: #252c41 !important;
}
.red-skin .btn-outline-theme:focus,
.red-skin .btn-outline-theme:hover,
.red-skin .btn-theme-2:focus,
.red-skin .btn-theme-2:hover,
.red-skin .btn.btn-theme,
.red-skin .btn.btn-theme:focus,
.red-skin .btn.btn-theme:hover,
.red-skin .btn.pop-login,
.red-skin .btn.search-btn,
.red-skin .btn.search-btn-outline:focus,
.red-skin .btn.search-btn-outline:hover,
.red-skin .checkbox-custom:checked + .checkbox-custom-label:before,
.red-skin .home-slider-desc .read-more,
.red-skin .nav-tabs .nav-item.show .nav-link,
.red-skin .nav-tabs .nav-link.active,
.red-skin .pagination > .active > a,
.red-skin .pagination > .active > a:focus,
.red-skin .pagination > .active > a:hover,
.red-skin .pagination > .active > span,
.red-skin .pagination > .active > span:focus,
.red-skin .pagination > .active > span:hover,
.red-skin .pagination > li > a:focus,
.red-skin .pagination > li > a:hover,
.red-skin .pagination li:first-child a,
.red-skin
  .pricing-bottom
  .btn-pricing:focus
  .red-skin
  .select2-container--default
  .select2-results__option--highlighted[aria-selected],
.red-skin .pricing-bottom .btn-pricing:hover,
.red-skin .property-listing.property-1 .listing-detail-btn .more-btn,
.red-skin .property-search-type label.active,
.red-skin .property-search-type label:hover,
.red-skin .radio-custom:checked + .radio-custom-label:before,
.red-skin .range-slider .ui-slider .ui-slider-handle,
.red-skin .range-slider .ui-widget-header,
.red-skin .simple-search-wrap .pk-input-group .pk-subscribe-submit,
.red-skin .single-widgets.widget_search form button,
.red-skin .single-widgets.widget_tags ul li a:focus,
.red-skin .single-widgets.widget_tags ul li a:hover,
.red-skin .theme-bg,
.red-skin li.login-attri.theme-log a {
  background-color: #f02c2d;
  background: #f02c2d;
}
.red-skin .bl-continue,
.red-skin
  .blog-page
  .blog-details
  .comment-area
  .all-comments
  article
  .comment-details
  .comment-meta
  .comment-left-meta
  .comment-date,
.red-skin .blog-page .blog-details blockquote .icon,
.red-skin .btn-outline-theme,
.red-skin .btn.btn-theme-light,
.red-skin .btn.search-btn-outline,
.red-skin .client-info h5,
.red-skin .cn-info-icon i,
.red-skin .d-navigation ul li.active a,
.red-skin .dw-proprty-info li,
.red-skin .header-dark-transparent.header-fixed .attributes li.submit-attri a,
.red-skin .listing-card-info-price,
.red-skin .ps-trep .ps-type,
.red-skin .recommended .pr-value,
.red-skin .single-post-pagination .post-pagination-center-grid a,
.red-skin .theme-cl,
.red-skin a.link:focus,
.red-skin a.link:hover,
.red-skin a:hover,
.red-skin nav .menu .mg-menu li a i,
.red-skin nav .menu li.dropdown.open > a,
.red-skin nav .menu li a.active,
.red-skin nav .menu li a:hover,
.red-skin span.mod-close,
a:focus {
  color: #f02c2d;
}
.red-skin .attributes li.submit-attri.theme-log a,
.red-skin .btn-outline-theme,
.red-skin .btn-outline-theme:focus,
.red-skin .btn-outline-theme:hover,
.red-skin .btn-theme-2:focus,
.red-skin .btn-theme-2:hover,
.red-skin .btn.btn-theme,
.red-skin .btn.btn-theme:focus,
.red-skin .btn.btn-theme:hover,
.red-skin .btn.pop-login,
.red-skin .btn.search-btn-outline,
.red-skin .btn.search-btn-outline:focus,
.red-skin .btn.search-btn-outline:hover,
.red-skin .header-dark-transparent.header-fixed .attributes li.submit-attri a,
.red-skin .nav-tabs .nav-item.show .nav-link,
.red-skin .nav-tabs .nav-link.active,
.red-skin .pagination > .active > a,
.red-skin .pagination > .active > a:focus,
.red-skin .pagination > .active > a:hover,
.red-skin .pagination > .active > span,
.red-skin .pagination > .active > span:focus,
.red-skin .pagination > .active > span:hover,
.red-skin .pagination > li > a:focus,
.red-skin .pagination > li > a:hover,
.red-skin .pagination li:first-child a,
.red-skin .property-listing.property-1 .listing-detail-btn .more-btn,
.red-skin .range-slider .ui-slider .ui-slider-handle,
.red-skin .simple-search-wrap .pk-input-group .pk-subscribe-submit,
.red-skin .single-widgets.widget_tags ul li a:focus,
.red-skin .single-widgets.widget_tags ul li a:hover {
  border-color: #f02c2d;
}
.red-skin li.login-attri.theme-log a {
  box-shadow: 0 8px 5px rgba(240, 44, 45, 0.2);
  -webkit-box-shadow: 0 8px 5px rgba(240, 44, 45, 0.2);
}
.green-skin .btn-outline-theme:focus,
.green-skin .btn-outline-theme:hover,
.green-skin .btn-theme-2:focus,
.green-skin .btn-theme-2:hover,
.green-skin .btn.btn-theme,
.green-skin .btn.btn-theme:focus,
.green-skin .btn.btn-theme:hover,
.green-skin .btn.pop-login,
.green-skin .btn.search-btn,
.green-skin .btn.search-btn-outline:focus,
.green-skin .btn.search-btn-outline:hover,
.green-skin .checkbox-custom:checked + .checkbox-custom-label:before,
.green-skin .home-slider-desc .read-more,
.green-skin .nav-tabs .nav-item.show .nav-link,
.green-skin .nav-tabs .nav-link.active,
.green-skin .pagination > .active > a,
.green-skin .pagination > .active > a:focus,
.green-skin .pagination > .active > a:hover,
.green-skin .pagination > .active > span,
.green-skin .pagination > .active > span:focus,
.green-skin .pagination > .active > span:hover,
.green-skin .pagination > li > a:focus,
.green-skin .pagination > li > a:hover,
.green-skin .pagination li:first-child a,
.green-skin
  .pricing-bottom
  .btn-pricing:focus
  .green-skin
  .select2-container--default
  .select2-results__option--highlighted[aria-selected],
.green-skin .pricing-bottom .btn-pricing:hover,
.green-skin .property-listing.property-1 .listing-detail-btn .more-btn,
.green-skin .property-search-type label.active,
.green-skin .property-search-type label:hover,
.green-skin .radio-custom:checked + .radio-custom-label:before,
.green-skin .range-slider .ui-slider .ui-slider-handle,
.green-skin .range-slider .ui-widget-header,
.green-skin .simple-search-wrap .pk-input-group .pk-subscribe-submit,
.green-skin .single-widgets.widget_search form button,
.green-skin .single-widgets.widget_tags ul li a:focus,
.green-skin .single-widgets.widget_tags ul li a:hover,
.green-skin .theme-bg,
.green-skin li.login-attri.theme-log a {
  background-color: #cd171f;
  background: #cd171f;
}
green-skin .attributes li.submit-attri.theme-log a,
.green-skin .bl-continue,
.green-skin
  .blog-page
  .blog-details
  .comment-area
  .all-comments
  article
  .comment-details
  .comment-meta
  .comment-left-meta
  .comment-date,
.green-skin .blog-page .blog-details blockquote .icon,
.green-skin .btn-outline-theme,
.green-skin .btn.btn-theme-light,
.green-skin .btn.search-btn-outline,
.green-skin .client-info h5,
.green-skin .cn-info-icon i,
.green-skin .d-navigation ul li.active a,
.green-skin .dw-proprty-info li,
.green-skin .header-dark-transparent.header-fixed .attributes li.submit-attri a,
.green-skin .listing-card-info-price,
.green-skin .ps-trep .ps-type,
.green-skin .recommended .pr-value,
.green-skin .single-post-pagination .post-pagination-center-grid a,
.green-skin .theme-cl,
.green-skin a.link:focus,
.green-skin a.link:hover,
.green-skin a:hover,
.green-skin nav .menu .mg-menu li a i,
.green-skin nav .menu li.dropdown.open > a,
.green-skin nav .menu li a.active,
.green-skin nav .menu li a:hover,
.green-skin span.mod-close,
a:focus {
  color: #cd171f;
}
.green-skin .attributes li.submit-attri.theme-log a,
.green-skin .btn-outline-theme,
.green-skin .btn-outline-theme:focus,
.green-skin .btn-outline-theme:hover,
.green-skin .btn-theme-2:focus,
.green-skin .btn-theme-2:hover,
.green-skin .btn.btn-theme,
.green-skin .btn.btn-theme:focus,
.green-skin .btn.btn-theme:hover,
.green-skin .btn.pop-login,
.green-skin .btn.search-btn-outline,
.green-skin .btn.search-btn-outline:focus,
.green-skin .btn.search-btn-outline:hover,
.green-skin .header-dark-transparent.header-fixed .attributes li.submit-attri a,
.green-skin .nav-tabs .nav-item.show .nav-link,
.green-skin .nav-tabs .nav-link.active,
.green-skin .pagination > .active > a,
.green-skin .pagination > .active > a:focus,
.green-skin .pagination > .active > a:hover,
.green-skin .pagination > .active > span,
.green-skin .pagination > .active > span:focus,
.green-skin .pagination > .active > span:hover,
.green-skin .pagination > li > a:focus,
.green-skin .pagination > li > a:hover,
.green-skin .pagination li:first-child a,
.green-skin .property-listing.property-1 .listing-detail-btn .more-btn,
.green-skin .range-slider .ui-slider .ui-slider-handle,
.green-skin .simple-search-wrap .pk-input-group .pk-subscribe-submit,
.green-skin .single-widgets.widget_tags ul li a:focus,
.green-skin .single-widgets.widget_tags ul li a:hover {
  border-color: #cd171f;
}
.green-skin li.login-attri.theme-log a {
  box-shadow: 0 8px 5px rgba(0, 186, 116, 0.2);
  -webkit-box-shadow: 0 8px 5px rgba(0, 186, 116, 0.2);
}
.green-skin .btn.btn-theme-light {
  background: rgba(0, 186, 116, 0.1);
}
.blue-skin .btn-outline-theme:focus,
.blue-skin .btn-outline-theme:hover,
.blue-skin .btn-theme-2:focus,
.blue-skin .btn-theme-2:hover,
.blue-skin .btn.btn-theme,
.blue-skin .btn.btn-theme:focus,
.blue-skin .btn.btn-theme:hover,
.blue-skin .btn.pop-login,
.blue-skin .btn.search-btn,
.blue-skin .btn.search-btn-outline:focus,
.blue-skin .btn.search-btn-outline:hover,
.blue-skin .checkbox-custom:checked + .checkbox-custom-label:before,
.blue-skin .home-slider-desc .read-more,
.blue-skin .nav-tabs .nav-item.show .nav-link,
.blue-skin .nav-tabs .nav-link.active,
.blue-skin .pagination > .active > a,
.blue-skin .pagination > .active > a:focus,
.blue-skin .pagination > .active > a:hover,
.blue-skin .pagination > .active > span,
.blue-skin .pagination > .active > span:focus,
.blue-skin .pagination > .active > span:hover,
.blue-skin .pagination > li > a:focus,
.blue-skin .pagination > li > a:hover,
.blue-skin .pagination li:first-child a,
.blue-skin
  .pricing-bottom
  .btn-pricing:focus
  .blue-skin
  .select2-container--default
  .select2-results__option--highlighted[aria-selected],
.blue-skin .pricing-bottom .btn-pricing:hover,
.blue-skin .property-listing.property-1 .listing-detail-btn .more-btn,
.blue-skin .property-search-type label.active,
.blue-skin .property-search-type label:hover,
.blue-skin .radio-custom:checked + .radio-custom-label:before,
.blue-skin .range-slider .ui-slider .ui-slider-handle,
.blue-skin .range-slider .ui-widget-header,
.blue-skin .simple-search-wrap .pk-input-group .pk-subscribe-submit,
.blue-skin .single-widgets.widget_search form button,
.blue-skin .single-widgets.widget_tags ul li a:focus,
.blue-skin .single-widgets.widget_tags ul li a:hover,
.blue-skin .theme-bg,
.blue-skin li.login-attri.theme-log a {
  background-color: #0058f3;
  background: #0058f3;
}
.blue-skin .attributes li.submit-attri.theme-log a,
.blue-skin .bl-continue,
.blue-skin
  .blog-page
  .blog-details
  .comment-area
  .all-comments
  article
  .comment-details
  .comment-meta
  .comment-left-meta
  .comment-date,
.blue-skin .blog-page .blog-details blockquote .icon,
.blue-skin .btn-outline-theme,
.blue-skin .btn.btn-theme-light,
.blue-skin .btn.search-btn-outline,
.blue-skin .client-info h5,
.blue-skin .cn-info-icon i,
.blue-skin .d-navigation ul li.active a,
.blue-skin .dw-proprty-info li,
.blue-skin .header-dark-transparent.header-fixed .attributes li.submit-attri a,
.blue-skin .listing-card-info-price,
.blue-skin .ps-trep .ps-type,
.blue-skin .recommended .pr-value,
.blue-skin .single-post-pagination .post-pagination-center-grid a,
.blue-skin .theme-cl,
.blue-skin a.link:focus,
.blue-skin a.link:hover,
.blue-skin a:hover,
.blue-skin nav .menu .mg-menu li a i,
.blue-skin nav .menu li.dropdown.open > a,
.blue-skin nav .menu li a.active,
.blue-skin nav .menu li a:hover,
.blue-skin span.mod-close,
a:focus {
  color: #0058f3;
}
.blue-skin .attributes li.submit-attri.theme-log a,
.blue-skin .btn-outline-theme,
.blue-skin .btn-outline-theme:focus,
.blue-skin .btn-outline-theme:hover,
.blue-skin .btn-theme-2:focus,
.blue-skin .btn-theme-2:hover,
.blue-skin .btn.btn-theme,
.blue-skin .btn.btn-theme:focus,
.blue-skin .btn.btn-theme:hover,
.blue-skin .btn.pop-login,
.blue-skin .btn.search-btn-outline,
.blue-skin .btn.search-btn-outline:focus,
.blue-skin .btn.search-btn-outline:hover,
.blue-skin .header-dark-transparent.header-fixed .attributes li.submit-attri a,
.blue-skin .nav-tabs .nav-item.show .nav-link,
.blue-skin .nav-tabs .nav-link.active,
.blue-skin .pagination > .active > a,
.blue-skin .pagination > .active > a:focus,
.blue-skin .pagination > .active > a:hover,
.blue-skin .pagination > .active > span,
.blue-skin .pagination > .active > span:focus,
.blue-skin .pagination > .active > span:hover,
.blue-skin .pagination > li > a:focus,
.blue-skin .pagination > li > a:hover,
.blue-skin .pagination li:first-child a,
.blue-skin .property-listing.property-1 .listing-detail-btn .more-btn,
.blue-skin .range-slider .ui-slider .ui-slider-handle,
.blue-skin .simple-search-wrap .pk-input-group .pk-subscribe-submit,
.blue-skin .single-widgets.widget_tags ul li a:focus,
.blue-skin .single-widgets.widget_tags ul li a:hover {
  border-color: #0058f3;
}
.blue-skin li.login-attri.theme-log a {
  box-shadow: 0 8px 5px rgba(0, 88, 243, 0.2);
  -webkit-box-shadow: 0 8px 5px rgba(0, 88, 243, 0.2);
}
.blue-skin .btn.btn-theme-light {
  background: rgba(0, 88, 243, 0.1);
}
.yellow-skin .btn-outline-theme:focus,
.yellow-skin .btn-outline-theme:hover,
.yellow-skin .btn-theme-2:focus,
.yellow-skin .btn-theme-2:hover,
.yellow-skin .btn.btn-theme,
.yellow-skin .btn.btn-theme:focus,
.yellow-skin .btn.btn-theme:hover,
.yellow-skin .btn.pop-login,
.yellow-skin .btn.search-btn,
.yellow-skin .btn.search-btn-outline:focus,
.yellow-skin .btn.search-btn-outline:hover,
.yellow-skin .checkbox-custom:checked + .checkbox-custom-label:before,
.yellow-skin .home-slider-desc .read-more,
.yellow-skin .nav-tabs .nav-item.show .nav-link,
.yellow-skin .nav-tabs .nav-link.active,
.yellow-skin .pagination > .active > a,
.yellow-skin .pagination > .active > a:focus,
.yellow-skin .pagination > .active > a:hover,
.yellow-skin .pagination > .active > span,
.yellow-skin .pagination > .active > span:focus,
.yellow-skin .pagination > .active > span:hover,
.yellow-skin .pagination > li > a:focus,
.yellow-skin .pagination > li > a:hover,
.yellow-skin .pagination li:first-child a,
.yellow-skin
  .pricing-bottom
  .btn-pricing:focus
  .yellow-skin
  .select2-container--default
  .select2-results__option--highlighted[aria-selected],
.yellow-skin .pricing-bottom .btn-pricing:hover,
.yellow-skin .property-listing.property-1 .listing-detail-btn .more-btn,
.yellow-skin .property-search-type label.active,
.yellow-skin .property-search-type label:hover,
.yellow-skin .radio-custom:checked + .radio-custom-label:before,
.yellow-skin .range-slider .ui-slider .ui-slider-handle,
.yellow-skin .range-slider .ui-widget-header,
.yellow-skin .simple-search-wrap .pk-input-group .pk-subscribe-submit,
.yellow-skin .single-widgets.widget_search form button,
.yellow-skin .single-widgets.widget_tags ul li a:focus,
.yellow-skin .single-widgets.widget_tags ul li a:hover,
.yellow-skin .theme-bg,
.yellow-skin li.login-attri.theme-log a {
  background-color: #ffa50d;
  background: #ffa50d;
}
.yellow-skin .attributes li.submit-attri.theme-log a,
.yellow-skin .bl-continue,
.yellow-skin
  .blog-page
  .blog-details
  .comment-area
  .all-comments
  article
  .comment-details
  .comment-meta
  .comment-left-meta
  .comment-date,
.yellow-skin .blog-page .blog-details blockquote .icon,
.yellow-skin .btn-outline-theme,
.yellow-skin .btn.btn-theme-light,
.yellow-skin .btn.search-btn-outline,
.yellow-skin .client-info h5,
.yellow-skin .cn-info-icon i,
.yellow-skin .d-navigation ul li.active a,
.yellow-skin .dw-proprty-info li,
.yellow-skin
  .header-dark-transparent.header-fixed
  .attributes
  li.submit-attri
  a,
.yellow-skin .listing-card-info-price,
.yellow-skin .ps-trep .ps-type,
.yellow-skin .recommended .pr-value,
.yellow-skin .single-post-pagination .post-pagination-center-grid a,
.yellow-skin .theme-cl,
.yellow-skin a.link:focus,
.yellow-skin a.link:hover,
.yellow-skin a:hover,
.yellow-skin nav .menu .mg-menu li a i,
.yellow-skin nav .menu li.dropdown.open > a,
.yellow-skin nav .menu li a.active,
.yellow-skin nav .menu li a:hover,
.yellow-skin span.mod-close,
a:focus {
  color: #ffa50d;
}
.yellow-skin .attributes li.submit-attri.theme-log a,
.yellow-skin .btn-outline-theme,
.yellow-skin .btn-outline-theme:focus,
.yellow-skin .btn-outline-theme:hover,
.yellow-skin .btn-theme-2:focus,
.yellow-skin .btn-theme-2:hover,
.yellow-skin .btn.btn-theme,
.yellow-skin .btn.btn-theme:focus,
.yellow-skin .btn.btn-theme:hover,
.yellow-skin .btn.pop-login,
.yellow-skin .btn.search-btn-outline,
.yellow-skin .btn.search-btn-outline:focus,
.yellow-skin .btn.search-btn-outline:hover,
.yellow-skin
  .header-dark-transparent.header-fixed
  .attributes
  li.submit-attri
  a,
.yellow-skin .nav-tabs .nav-item.show .nav-link,
.yellow-skin .nav-tabs .nav-link.active,
.yellow-skin .pagination > .active > a,
.yellow-skin .pagination > .active > a:focus,
.yellow-skin .pagination > .active > a:hover,
.yellow-skin .pagination > .active > span,
.yellow-skin .pagination > .active > span:focus,
.yellow-skin .pagination > .active > span:hover,
.yellow-skin .pagination > li > a:focus,
.yellow-skin .pagination > li > a:hover,
.yellow-skin .pagination li:first-child a,
.yellow-skin .property-listing.property-1 .listing-detail-btn .more-btn,
.yellow-skin .range-slider .ui-slider .ui-slider-handle,
.yellow-skin .simple-search-wrap .pk-input-group .pk-subscribe-submit,
.yellow-skin .single-widgets.widget_tags ul li a:focus,
.yellow-skin .single-widgets.widget_tags ul li a:hover {
  border-color: #ffa50d;
}
.yellow-skin li.login-attri.theme-log a {
  box-shadow: 0 8px 5px rgba(255, 165, 13, 0.2);
  -webkit-box-shadow: 0 8px 5px rgba(255, 165, 13, 0.2);
}
.yellow-skin .btn.btn-theme-light {
  background: rgba(255, 165, 13, 0.1);
}
.darkblue-skin .btn-outline-theme:focus,
.darkblue-skin .btn-outline-theme:hover,
.darkblue-skin .btn-theme-2:focus,
.darkblue-skin .btn-theme-2:hover,
.darkblue-skin .btn.btn-theme,
.darkblue-skin .btn.btn-theme:focus,
.darkblue-skin .btn.btn-theme:hover,
.darkblue-skin .btn.pop-login,
.darkblue-skin .btn.search-btn,
.darkblue-skin .btn.search-btn-outline:focus,
.darkblue-skin .btn.search-btn-outline:hover,
.darkblue-skin .checkbox-custom:checked + .checkbox-custom-label:before,
.darkblue-skin .home-slider-desc .read-more,
.darkblue-skin .nav-tabs .nav-item.show .nav-link,
.darkblue-skin .nav-tabs .nav-link.active,
.darkblue-skin .pagination > .active > a,
.darkblue-skin .pagination > .active > a:focus,
.darkblue-skin .pagination > .active > a:hover,
.darkblue-skin .pagination > .active > span,
.darkblue-skin .pagination > .active > span:focus,
.darkblue-skin .pagination > .active > span:hover,
.darkblue-skin .pagination > li > a:focus,
.darkblue-skin .pagination > li > a:hover,
.darkblue-skin .pagination li:first-child a,
.darkblue-skin
  .pricing-bottom
  .btn-pricing:focus
  .darkblue-skin
  .select2-container--default
  .select2-results__option--highlighted[aria-selected],
.darkblue-skin .pricing-bottom .btn-pricing:hover,
.darkblue-skin .property-listing.property-1 .listing-detail-btn .more-btn,
.darkblue-skin .property-search-type label.active,
.darkblue-skin .property-search-type label:hover,
.darkblue-skin .radio-custom:checked + .radio-custom-label:before,
.darkblue-skin .range-slider .ui-slider .ui-slider-handle,
.darkblue-skin .range-slider .ui-widget-header,
.darkblue-skin .simple-search-wrap .pk-input-group .pk-subscribe-submit,
.darkblue-skin .single-widgets.widget_search form button,
.darkblue-skin .single-widgets.widget_tags ul li a:focus,
.darkblue-skin .single-widgets.widget_tags ul li a:hover,
.darkblue-skin .theme-bg,
.darkblue-skin li.login-attri.theme-log a {
  background-color: #0f52ba;
  background: #0f52ba;
}
.darkblue-skin .attributes li.submit-attri.theme-log a,
.darkblue-skin .bl-continue,
.darkblue-skin
  .blog-page
  .blog-details
  .comment-area
  .all-comments
  article
  .comment-details
  .comment-meta
  .comment-left-meta
  .comment-date,
.darkblue-skin .blog-page .blog-details blockquote .icon,
.darkblue-skin .btn-outline-theme,
.darkblue-skin .btn.btn-theme-light,
.darkblue-skin .btn.search-btn-outline,
.darkblue-skin .client-info h5,
.darkblue-skin .cn-info-icon i,
.darkblue-skin .d-navigation ul li.active a,
.darkblue-skin .dw-proprty-info li,
.darkblue-skin
  .header-dark-transparent.header-fixed
  .attributes
  li.submit-attri
  a,
.darkblue-skin .listing-card-info-price,
.darkblue-skin .ps-trep .ps-type,
.darkblue-skin .recommended .pr-value,
.darkblue-skin .single-post-pagination .post-pagination-center-grid a,
.darkblue-skin .theme-cl,
.darkblue-skin a.link:focus,
.darkblue-skin a.link:hover,
.darkblue-skin a:hover,
.darkblue-skin nav .menu .mg-menu li a i,
.darkblue-skin nav .menu li.dropdown.open > a,
.darkblue-skin nav .menu li a.active,
.darkblue-skin nav .menu li a:hover,
.darkblue-skin span.mod-close,
a:focus {
  color: #0f52ba;
}
.darkblue-skin .attributes li.submit-attri.theme-log a,
.darkblue-skin .btn-outline-theme,
.darkblue-skin .btn-outline-theme:focus,
.darkblue-skin .btn-outline-theme:hover,
.darkblue-skin .btn-theme-2:focus,
.darkblue-skin .btn-theme-2:hover,
.darkblue-skin .btn.btn-theme,
.darkblue-skin .btn.btn-theme:focus,
.darkblue-skin .btn.btn-theme:hover,
.darkblue-skin .btn.pop-login,
.darkblue-skin .btn.search-btn-outline,
.darkblue-skin .btn.search-btn-outline:focus,
.darkblue-skin .btn.search-btn-outline:hover,
.darkblue-skin
  .header-dark-transparent.header-fixed
  .attributes
  li.submit-attri
  a,
.darkblue-skin .nav-tabs .nav-item.show .nav-link,
.darkblue-skin .nav-tabs .nav-link.active,
.darkblue-skin .pagination > .active > a,
.darkblue-skin .pagination > .active > a:focus,
.darkblue-skin .pagination > .active > a:hover,
.darkblue-skin .pagination > .active > span,
.darkblue-skin .pagination > .active > span:focus,
.darkblue-skin .pagination > .active > span:hover,
.darkblue-skin .pagination > li > a:focus,
.darkblue-skin .pagination > li > a:hover,
.darkblue-skin .pagination li:first-child a,
.darkblue-skin .property-listing.property-1 .listing-detail-btn .more-btn,
.darkblue-skin .range-slider .ui-slider .ui-slider-handle,
.darkblue-skin .simple-search-wrap .pk-input-group .pk-subscribe-submit,
.darkblue-skin .single-widgets.widget_tags ul li a:focus,
.darkblue-skin .single-widgets.widget_tags ul li a:hover {
  border-color: #0f52ba;
}
.darkblue-skin li.login-attri.theme-log a {
  box-shadow: 0 8px 5px rgba(15, 82, 186, 0.2);
  -webkit-box-shadow: 0 8px 5px rgba(15, 82, 186, 0.2);
}
.darkblue-skin .btn.btn-theme-light {
  background: rgba(15, 82, 186, 0.1);
}
.oceangreen-skin .btn-outline-theme:focus,
.oceangreen-skin .btn-outline-theme:hover,
.oceangreen-skin .btn-theme-2:focus,
.oceangreen-skin .btn-theme-2:hover,
.oceangreen-skin .btn.btn-theme,
.oceangreen-skin .btn.btn-theme:focus,
.oceangreen-skin .btn.btn-theme:hover,
.oceangreen-skin .btn.pop-login,
.oceangreen-skin .btn.search-btn,
.oceangreen-skin .btn.search-btn-outline:focus,
.oceangreen-skin .btn.search-btn-outline:hover,
.oceangreen-skin .checkbox-custom:checked + .checkbox-custom-label:before,
.oceangreen-skin .home-slider-desc .read-more,
.oceangreen-skin .nav-tabs .nav-item.show .nav-link,
.oceangreen-skin .nav-tabs .nav-link.active,
.oceangreen-skin .pagination > .active > a,
.oceangreen-skin .pagination > .active > a:focus,
.oceangreen-skin .pagination > .active > a:hover,
.oceangreen-skin .pagination > .active > span,
.oceangreen-skin .pagination > .active > span:focus,
.oceangreen-skin .pagination > .active > span:hover,
.oceangreen-skin .pagination > li > a:focus,
.oceangreen-skin .pagination > li > a:hover,
.oceangreen-skin .pagination li:first-child a,
.oceangreen-skin
  .pricing-bottom
  .btn-pricing:focus
  .oceangreen-skin
  .select2-container--default
  .select2-results__option--highlighted[aria-selected],
.oceangreen-skin .pricing-bottom .btn-pricing:hover,
.oceangreen-skin .property-listing.property-1 .listing-detail-btn .more-btn,
.oceangreen-skin .property-search-type label.active,
.oceangreen-skin .property-search-type label:hover,
.oceangreen-skin .radio-custom:checked + .radio-custom-label:before,
.oceangreen-skin .range-slider .ui-slider .ui-slider-handle,
.oceangreen-skin .range-slider .ui-widget-header,
.oceangreen-skin .simple-search-wrap .pk-input-group .pk-subscribe-submit,
.oceangreen-skin .single-widgets.widget_search form button,
.oceangreen-skin .single-widgets.widget_tags ul li a:focus,
.oceangreen-skin .single-widgets.widget_tags ul li a:hover,
.oceangreen-skin .theme-bg,
.oceangreen-skin li.login-attri.theme-log a {
  background-color: #00a877;
  background: #00a877;
}
.oceangreen-skin .attributes li.submit-attri.theme-log a,
.oceangreen-skin .bl-continue,
.oceangreen-skin
  .blog-page
  .blog-details
  .comment-area
  .all-comments
  article
  .comment-details
  .comment-meta
  .comment-left-meta
  .comment-date,
.oceangreen-skin .blog-page .blog-details blockquote .icon,
.oceangreen-skin .btn-outline-theme,
.oceangreen-skin .btn.btn-theme-light,
.oceangreen-skin .btn.search-btn-outline,
.oceangreen-skin .client-info h5,
.oceangreen-skin .cn-info-icon i,
.oceangreen-skin .d-navigation ul li.active a,
.oceangreen-skin .dw-proprty-info li,
.oceangreen-skin
  .header-dark-transparent.header-fixed
  .attributes
  li.submit-attri
  a,
.oceangreen-skin .listing-card-info-price,
.oceangreen-skin .ps-trep .ps-type,
.oceangreen-skin .recommended .pr-value,
.oceangreen-skin .single-post-pagination .post-pagination-center-grid a,
.oceangreen-skin .theme-cl,
.oceangreen-skin a.link:focus,
.oceangreen-skin a.link:hover,
.oceangreen-skin a:hover,
.oceangreen-skin nav .menu .mg-menu li a i,
.oceangreen-skin nav .menu li.dropdown.open > a,
.oceangreen-skin nav .menu li a.active,
.oceangreen-skin nav .menu li a:hover,
.oceangreen-skin span.mod-close,
a:focus {
  color: #00a877;
}
.oceangreen-skin .attributes li.submit-attri.theme-log a,
.oceangreen-skin .btn-outline-theme,
.oceangreen-skin .btn-outline-theme:focus,
.oceangreen-skin .btn-outline-theme:hover,
.oceangreen-skin .btn-theme-2:focus,
.oceangreen-skin .btn-theme-2:hover,
.oceangreen-skin .btn.btn-theme,
.oceangreen-skin .btn.btn-theme:focus,
.oceangreen-skin .btn.btn-theme:hover,
.oceangreen-skin .btn.pop-login,
.oceangreen-skin .btn.search-btn-outline,
.oceangreen-skin .btn.search-btn-outline:focus,
.oceangreen-skin .btn.search-btn-outline:hover,
.oceangreen-skin
  .header-dark-transparent.header-fixed
  .attributes
  li.submit-attri
  a,
.oceangreen-skin .nav-tabs .nav-item.show .nav-link,
.oceangreen-skin .nav-tabs .nav-link.active,
.oceangreen-skin .pagination > .active > a,
.oceangreen-skin .pagination > .active > a:focus,
.oceangreen-skin .pagination > .active > a:hover,
.oceangreen-skin .pagination > .active > span,
.oceangreen-skin .pagination > .active > span:focus,
.oceangreen-skin .pagination > .active > span:hover,
.oceangreen-skin .pagination > li > a:focus,
.oceangreen-skin .pagination > li > a:hover,
.oceangreen-skin .pagination li:first-child a,
.oceangreen-skin .property-listing.property-1 .listing-detail-btn .more-btn,
.oceangreen-skin .range-slider .ui-slider .ui-slider-handle,
.oceangreen-skin .simple-search-wrap .pk-input-group .pk-subscribe-submit,
.oceangreen-skin .single-widgets.widget_tags ul li a:focus,
.oceangreen-skin .single-widgets.widget_tags ul li a:hover {
  border-color: #00a877;
}
.oceangreen-skin li.login-attri.theme-log a {
  box-shadow: 0 8px 5px rgba(0, 168, 119, 0.2);
  -webkit-box-shadow: 0 8px 5px rgba(0, 168, 119, 0.2);
}
.oceangreen-skin .btn.btn-theme-light {
  background: rgba(0, 168, 119, 0.1);
}
.purple-skin .btn-outline-theme:focus,
.purple-skin .btn-outline-theme:hover,
.purple-skin .btn-theme-2:focus,
.purple-skin .btn-theme-2:hover,
.purple-skin .btn.btn-theme,
.purple-skin .btn.btn-theme:focus,
.purple-skin .btn.btn-theme:hover,
.purple-skin .btn.pop-login,
.purple-skin .btn.search-btn,
.purple-skin .btn.search-btn-outline:focus,
.purple-skin .btn.search-btn-outline:hover,
.purple-skin .checkbox-custom:checked + .checkbox-custom-label:before,
.purple-skin .home-slider-desc .read-more,
.purple-skin .nav-tabs .nav-item.show .nav-link,
.purple-skin .nav-tabs .nav-link.active,
.purple-skin .pagination > .active > a,
.purple-skin .pagination > .active > a:focus,
.purple-skin .pagination > .active > a:hover,
.purple-skin .pagination > .active > span,
.purple-skin .pagination > .active > span:focus,
.purple-skin .pagination > .active > span:hover,
.purple-skin .pagination > li > a:focus,
.purple-skin .pagination > li > a:hover,
.purple-skin .pagination li:first-child a,
.purple-skin
  .pricing-bottom
  .btn-pricing:focus
  .purple-skin
  .select2-container--default
  .select2-results__option--highlighted[aria-selected],
.purple-skin .pricing-bottom .btn-pricing:hover,
.purple-skin .property-listing.property-1 .listing-detail-btn .more-btn,
.purple-skin .property-search-type label.active,
.purple-skin .property-search-type label:hover,
.purple-skin .radio-custom:checked + .radio-custom-label:before,
.purple-skin .range-slider .ui-slider .ui-slider-handle,
.purple-skin .range-slider .ui-widget-header,
.purple-skin .simple-search-wrap .pk-input-group .pk-subscribe-submit,
.purple-skin .single-widgets.widget_search form button,
.purple-skin .single-widgets.widget_tags ul li a:focus,
.purple-skin .single-widgets.widget_tags ul li a:hover,
.purple-skin .theme-bg,
.purple-skin li.login-attri.theme-log a {
  background-color: #7065ef;
  background: #7065ef;
}
.purple-skin .attributes li.submit-attri.theme-log a,
.purple-skin .bl-continue,
.purple-skin
  .blog-page
  .blog-details
  .comment-area
  .all-comments
  article
  .comment-details
  .comment-meta
  .comment-left-meta
  .comment-date,
.purple-skin .blog-page .blog-details blockquote .icon,
.purple-skin .btn-outline-theme,
.purple-skin .btn.btn-theme-light,
.purple-skin .btn.search-btn-outline,
.purple-skin .client-info h5,
.purple-skin .cn-info-icon i,
.purple-skin .d-navigation ul li.active a,
.purple-skin .dw-proprty-info li,
.purple-skin
  .header-dark-transparent.header-fixed
  .attributes
  li.submit-attri
  a,
.purple-skin .listing-card-info-price,
.purple-skin .ps-trep .ps-type,
.purple-skin .recommended .pr-value,
.purple-skin .single-post-pagination .post-pagination-center-grid a,
.purple-skin .theme-cl,
.purple-skin a.link:focus,
.purple-skin a.link:hover,
.purple-skin a:hover,
.purple-skin nav .menu .mg-menu li a i,
.purple-skin nav .menu li.dropdown.open > a,
.purple-skin nav .menu li a.active,
.purple-skin nav .menu li a:hover,
.purple-skin span.mod-close,
a:focus {
  color: #7065ef;
}
.purple-skin .attributes li.submit-attri.theme-log a,
.purple-skin .btn-outline-theme,
.purple-skin .btn-outline-theme:focus,
.purple-skin .btn-outline-theme:hover,
.purple-skin .btn-theme-2:focus,
.purple-skin .btn-theme-2:hover,
.purple-skin .btn.btn-theme,
.purple-skin .btn.btn-theme:focus,
.purple-skin .btn.btn-theme:hover,
.purple-skin .btn.pop-login,
.purple-skin .btn.search-btn-outline,
.purple-skin .btn.search-btn-outline:focus,
.purple-skin .btn.search-btn-outline:hover,
.purple-skin
  .header-dark-transparent.header-fixed
  .attributes
  li.submit-attri
  a,
.purple-skin .nav-tabs .nav-item.show .nav-link,
.purple-skin .nav-tabs .nav-link.active,
.purple-skin .pagination > .active > a,
.purple-skin .pagination > .active > a:focus,
.purple-skin .pagination > .active > a:hover,
.purple-skin .pagination > .active > span,
.purple-skin .pagination > .active > span:focus,
.purple-skin .pagination > .active > span:hover,
.purple-skin .pagination > li > a:focus,
.purple-skin .pagination > li > a:hover,
.purple-skin .pagination li:first-child a,
.purple-skin .property-listing.property-1 .listing-detail-btn .more-btn,
.purple-skin .range-slider .ui-slider .ui-slider-handle,
.purple-skin .simple-search-wrap .pk-input-group .pk-subscribe-submit,
.purple-skin .single-widgets.widget_tags ul li a:focus,
.purple-skin .single-widgets.widget_tags ul li a:hover {
  border-color: #7065ef;
}
.purple-skin li.login-attri.theme-log a {
  box-shadow: 0 8px 5px rgba(112, 101, 239, 0.2);
  -webkit-box-shadow: 0 8px 5px rgba(112, 101, 239, 0.2);
}
.purple-skin .btn.btn-theme-light {
  background: rgba(112, 101, 239, 0.1);
}
.goodred-skin .btn-outline-theme:focus,
.goodred-skin .btn-outline-theme:hover,
.goodred-skin .btn-theme-2:focus,
.goodred-skin .btn-theme-2:hover,
.goodred-skin .btn.btn-theme,
.goodred-skin .btn.btn-theme:focus,
.goodred-skin .btn.btn-theme:hover,
.goodred-skin .btn.pop-login,
.goodred-skin .btn.search-btn,
.goodred-skin .btn.search-btn-outline:focus,
.goodred-skin .btn.search-btn-outline:hover,
.goodred-skin .checkbox-custom:checked + .checkbox-custom-label:before,
.goodred-skin .home-slider-desc .read-more,
.goodred-skin .nav-tabs .nav-item.show .nav-link,
.goodred-skin .nav-tabs .nav-link.active,
.goodred-skin .pagination > .active > a,
.goodred-skin .pagination > .active > a:focus,
.goodred-skin .pagination > .active > a:hover,
.goodred-skin .pagination > .active > span,
.goodred-skin .pagination > .active > span:focus,
.goodred-skin .pagination > .active > span:hover,
.goodred-skin .pagination > li > a:focus,
.goodred-skin .pagination > li > a:hover,
.goodred-skin .pagination li:first-child a,
.goodred-skin
  .pricing-bottom
  .btn-pricing:focus
  .goodred-skin
  .select2-container--default
  .select2-results__option--highlighted[aria-selected],
.goodred-skin .pricing-bottom .btn-pricing:hover,
.goodred-skin .property-listing.property-1 .listing-detail-btn .more-btn,
.goodred-skin .property-search-type label.active,
.goodred-skin .property-search-type label:hover,
.goodred-skin .radio-custom:checked + .radio-custom-label:before,
.goodred-skin .range-slider .ui-slider .ui-slider-handle,
.goodred-skin .range-slider .ui-widget-header,
.goodred-skin .simple-search-wrap .pk-input-group .pk-subscribe-submit,
.goodred-skin .single-widgets.widget_search form button,
.goodred-skin .single-widgets.widget_tags ul li a:focus,
.goodred-skin .single-widgets.widget_tags ul li a:hover,
.goodred-skin .theme-bg,
.goodred-skin li.login-attri.theme-log a {
  background-color: #f40c43;
  background: #f40c43;
}
.goodred-skin .attributes li.submit-attri.theme-log a,
.goodred-skin .bl-continue,
.goodred-skin
  .blog-page
  .blog-details
  .comment-area
  .all-comments
  article
  .comment-details
  .comment-meta
  .comment-left-meta
  .comment-date,
.goodred-skin .blog-page .blog-details blockquote .icon,
.goodred-skin .btn-outline-theme,
.goodred-skin .btn.btn-theme-light,
.goodred-skin .btn.search-btn-outline,
.goodred-skin .client-info h5,
.goodred-skin .cn-info-icon i,
.goodred-skin .d-navigation ul li.active a,
.goodred-skin .dw-proprty-info li,
.goodred-skin
  .header-dark-transparent.header-fixed
  .attributes
  li.submit-attri
  a,
.goodred-skin .listing-card-info-price,
.goodred-skin .ps-trep .ps-type,
.goodred-skin .recommended .pr-value,
.goodred-skin .single-post-pagination .post-pagination-center-grid a,
.goodred-skin .theme-cl,
.goodred-skin a.link:focus,
.goodred-skin a.link:hover,
.goodred-skin a:hover,
.goodred-skin nav .menu .mg-menu li a i,
.goodred-skin nav .menu li.dropdown.open > a,
.goodred-skin nav .menu li a.active,
.goodred-skin nav .menu li a:hover,
.goodred-skin span.mod-close,
a:focus {
  color: #f40c43;
}
.goodred-skin .attributes li.submit-attri.theme-log a,
.goodred-skin .btn-outline-theme,
.goodred-skin .btn-outline-theme:focus,
.goodred-skin .btn-outline-theme:hover,
.goodred-skin .btn-theme-2:focus,
.goodred-skin .btn-theme-2:hover,
.goodred-skin .btn.btn-theme,
.goodred-skin .btn.btn-theme:focus,
.goodred-skin .btn.btn-theme:hover,
.goodred-skin .btn.pop-login,
.goodred-skin .btn.search-btn-outline,
.goodred-skin .btn.search-btn-outline:focus,
.goodred-skin .btn.search-btn-outline:hover,
.goodred-skin
  .header-dark-transparent.header-fixed
  .attributes
  li.submit-attri
  a,
.goodred-skin .nav-tabs .nav-item.show .nav-link,
.goodred-skin .nav-tabs .nav-link.active,
.goodred-skin .pagination > .active > a,
.goodred-skin .pagination > .active > a:focus,
.goodred-skin .pagination > .active > a:hover,
.goodred-skin .pagination > .active > span,
.goodred-skin .pagination > .active > span:focus,
.goodred-skin .pagination > .active > span:hover,
.goodred-skin .pagination > li > a:focus,
.goodred-skin .pagination > li > a:hover,
.goodred-skin .pagination li:first-child a,
.goodred-skin .property-listing.property-1 .listing-detail-btn .more-btn,
.goodred-skin .range-slider .ui-slider .ui-slider-handle,
.goodred-skin .simple-search-wrap .pk-input-group .pk-subscribe-submit,
.goodred-skin .single-widgets.widget_tags ul li a:focus,
.goodred-skin .single-widgets.widget_tags ul li a:hover {
  border-color: #f40c43;
}
.goodred-skin li.login-attri.theme-log a {
  box-shadow: 0 8px 5px rgba(244, 12, 67, 0.2);
  -webkit-box-shadow: 0 8px 5px rgba(244, 12, 67, 0.2);
}
.goodred-skin .btn.btn-theme-light {
  background: rgba(244, 12, 67, 0.1);
}
.goodgreen-skin .btn-outline-theme:focus,
.goodgreen-skin .btn-outline-theme:hover,
.goodgreen-skin .btn-theme-2:focus,
.goodgreen-skin .btn-theme-2:hover,
.goodgreen-skin .btn.btn-theme,
.goodgreen-skin .btn.btn-theme:focus,
.goodgreen-skin .btn.btn-theme:hover,
.goodgreen-skin .btn.pop-login,
.goodgreen-skin .btn.search-btn,
.goodgreen-skin .btn.search-btn-outline:focus,
.goodgreen-skin .btn.search-btn-outline:hover,
.goodgreen-skin .checkbox-custom:checked + .checkbox-custom-label:before,
.goodgreen-skin .home-slider-desc .read-more,
.goodgreen-skin .nav-tabs .nav-item.show .nav-link,
.goodgreen-skin .nav-tabs .nav-link.active,
.goodgreen-skin .pagination > .active > a,
.goodgreen-skin .pagination > .active > a:focus,
.goodgreen-skin .pagination > .active > a:hover,
.goodgreen-skin .pagination > .active > span,
.goodgreen-skin .pagination > .active > span:focus,
.goodgreen-skin .pagination > .active > span:hover,
.goodgreen-skin .pagination > li > a:focus,
.goodgreen-skin .pagination > li > a:hover,
.goodgreen-skin .pagination li:first-child a,
.goodgreen-skin
  .pricing-bottom
  .btn-pricing:focus
  .goodgreen-skin
  .select2-container--default
  .select2-results__option--highlighted[aria-selected],
.goodgreen-skin .pricing-bottom .btn-pricing:hover,
.goodgreen-skin .property-listing.property-1 .listing-detail-btn .more-btn,
.goodgreen-skin .property-search-type label.active,
.goodgreen-skin .property-search-type label:hover,
.goodgreen-skin .radio-custom:checked + .radio-custom-label:before,
.goodgreen-skin .range-slider .ui-slider .ui-slider-handle,
.goodgreen-skin .range-slider .ui-widget-header,
.goodgreen-skin .simple-search-wrap .pk-input-group .pk-subscribe-submit,
.goodgreen-skin .single-widgets.widget_search form button,
.goodgreen-skin .single-widgets.widget_tags ul li a:focus,
.goodgreen-skin .single-widgets.widget_tags ul li a:hover,
.goodgreen-skin .theme-bg,
.goodgreen-skin li.login-attri.theme-log a {
  background-color: #19b521;
  background: #19b521;
}
.goodgreen-skin .attributes li.submit-attri.theme-log a,
.goodgreen-skin .bl-continue,
.goodgreen-skin
  .blog-page
  .blog-details
  .comment-area
  .all-comments
  article
  .comment-details
  .comment-meta
  .comment-left-meta
  .comment-date,
.goodgreen-skin .blog-page .blog-details blockquote .icon,
.goodgreen-skin .btn-outline-theme,
.goodgreen-skin .btn.btn-theme-light,
.goodgreen-skin .btn.search-btn-outline,
.goodgreen-skin .client-info h5,
.goodgreen-skin .cn-info-icon i,
.goodgreen-skin .d-navigation ul li.active a,
.goodgreen-skin .dw-proprty-info li,
.goodgreen-skin
  .header-dark-transparent.header-fixed
  .attributes
  li.submit-attri
  a,
.goodgreen-skin .listing-card-info-price,
.goodgreen-skin .ps-trep .ps-type,
.goodgreen-skin .recommended .pr-value,
.goodgreen-skin .single-post-pagination .post-pagination-center-grid a,
.goodgreen-skin .theme-cl,
.goodgreen-skin a.link:focus,
.goodgreen-skin a.link:hover,
.goodgreen-skin a:hover,
.goodgreen-skin nav .menu .mg-menu li a i,
.goodgreen-skin nav .menu li.dropdown.open > a,
.goodgreen-skin nav .menu li a.active,
.goodgreen-skin nav .menu li a:hover,
.goodgreen-skin span.mod-close,
a:focus {
  color: #19b521;
}
.goodgreen-skin .attributes li.submit-attri.theme-log a,
.goodgreen-skin .btn-outline-theme,
.goodgreen-skin .btn-outline-theme:focus,
.goodgreen-skin .btn-outline-theme:hover,
.goodgreen-skin .btn-theme-2:focus,
.goodgreen-skin .btn-theme-2:hover,
.goodgreen-skin .btn.btn-theme,
.goodgreen-skin .btn.btn-theme:focus,
.goodgreen-skin .btn.btn-theme:hover,
.goodgreen-skin .btn.pop-login,
.goodgreen-skin .btn.search-btn-outline,
.goodgreen-skin .btn.search-btn-outline:focus,
.goodgreen-skin .btn.search-btn-outline:hover,
.goodgreen-skin
  .header-dark-transparent.header-fixed
  .attributes
  li.submit-attri
  a,
.goodgreen-skin .nav-tabs .nav-item.show .nav-link,
.goodgreen-skin .nav-tabs .nav-link.active,
.goodgreen-skin .pagination > .active > a,
.goodgreen-skin .pagination > .active > a:focus,
.goodgreen-skin .pagination > .active > a:hover,
.goodgreen-skin .pagination > .active > span,
.goodgreen-skin .pagination > .active > span:focus,
.goodgreen-skin .pagination > .active > span:hover,
.goodgreen-skin .pagination > li > a:focus,
.goodgreen-skin .pagination > li > a:hover,
.goodgreen-skin .pagination li:first-child a,
.goodgreen-skin .property-listing.property-1 .listing-detail-btn .more-btn,
.goodgreen-skin .range-slider .ui-slider .ui-slider-handle,
.goodgreen-skin .simple-search-wrap .pk-input-group .pk-subscribe-submit,
.goodgreen-skin .single-widgets.widget_tags ul li a:focus,
.goodgreen-skin .single-widgets.widget_tags ul li a:hover {
  border-color: #19b521;
}
.goodgreen-skin li.login-attri.theme-log a {
  box-shadow: 0 8px 5px rgba(25, 181, 33, 0.2);
  -webkit-box-shadow: 0 8px 5px rgba(25, 181, 33, 0.2);
}
.goodgreen-skin .btn.btn-theme-light {
  background: rgba(25, 181, 33, 0.1);
}
.blue2-skin .btn-outline-theme:focus,
.blue2-skin .btn-outline-theme:hover,
.blue2-skin .btn-theme-2:focus,
.blue2-skin .btn-theme-2:hover,
.blue2-skin .btn.btn-theme,
.blue2-skin .btn.btn-theme:focus,
.blue2-skin .btn.btn-theme:hover,
.blue2-skin .btn.pop-login,
.blue2-skin .btn.search-btn,
.blue2-skin .btn.search-btn-outline:focus,
.blue2-skin .btn.search-btn-outline:hover,
.blue2-skin .checkbox-custom:checked + .checkbox-custom-label:before,
.blue2-skin .home-slider-desc .read-more,
.blue2-skin .nav-tabs .nav-item.show .nav-link,
.blue2-skin .nav-tabs .nav-link.active,
.blue2-skin .pagination > .active > a,
.blue2-skin .pagination > .active > a:focus,
.blue2-skin .pagination > .active > a:hover,
.blue2-skin .pagination > .active > span,
.blue2-skin .pagination > .active > span:focus,
.blue2-skin .pagination > .active > span:hover,
.blue2-skin .pagination > li > a:focus,
.blue2-skin .pagination > li > a:hover,
.blue2-skin .pagination li:first-child a,
.blue2-skin
  .pricing-bottom
  .btn-pricing:focus
  .blue2-skin
  .select2-container--default
  .select2-results__option--highlighted[aria-selected],
.blue2-skin .pricing-bottom .btn-pricing:hover,
.blue2-skin .property-listing.property-1 .listing-detail-btn .more-btn,
.blue2-skin .property-search-type label.active,
.blue2-skin .property-search-type label:hover,
.blue2-skin .radio-custom:checked + .radio-custom-label:before,
.blue2-skin .range-slider .ui-slider .ui-slider-handle,
.blue2-skin .range-slider .ui-widget-header,
.blue2-skin .simple-search-wrap .pk-input-group .pk-subscribe-submit,
.blue2-skin .single-widgets.widget_search form button,
.blue2-skin .single-widgets.widget_tags ul li a:focus,
.blue2-skin .single-widgets.widget_tags ul li a:hover,
.blue2-skin .theme-bg,
.blue2-skin li.login-attri.theme-log a {
  background-color: #0176ff;
  background: #0176ff;
}
.blue2-skin .attributes li.submit-attri.theme-log a,
.blue2-skin .bl-continue,
.blue2-skin
  .blog-page
  .blog-details
  .comment-area
  .all-comments
  article
  .comment-details
  .comment-meta
  .comment-left-meta
  .comment-date,
.blue2-skin .blog-page .blog-details blockquote .icon,
.blue2-skin .btn-outline-theme,
.blue2-skin .btn.btn-theme-light,
.blue2-skin .btn.search-btn-outline,
.blue2-skin .client-info h5,
.blue2-skin .cn-info-icon i,
.blue2-skin .d-navigation ul li.active a,
.blue2-skin .dw-proprty-info li,
.blue2-skin .header-dark-transparent.header-fixed .attributes li.submit-attri a,
.blue2-skin .listing-card-info-price,
.blue2-skin .ps-trep .ps-type,
.blue2-skin .recommended .pr-value,
.blue2-skin .single-post-pagination .post-pagination-center-grid a,
.blue2-skin .theme-cl,
.blue2-skin a.link:focus,
.blue2-skin a.link:hover,
.blue2-skin a:hover,
.blue2-skin nav .menu .mg-menu li a i,
.blue2-skin nav .menu li.dropdown.open > a,
.blue2-skin nav .menu li a.active,
.blue2-skin nav .menu li a:hover,
.blue2-skin span.mod-close,
a:focus {
  color: #2d3954;
}
.blue2-skin .attributes li.submit-attri.theme-log a,
.blue2-skin .btn-outline-theme,
.blue2-skin .btn-outline-theme:focus,
.blue2-skin .btn-outline-theme:hover,
.blue2-skin .btn-theme-2:focus,
.blue2-skin .btn-theme-2:hover,
.blue2-skin .btn.btn-theme,
.blue2-skin .btn.btn-theme:focus,
.blue2-skin .btn.btn-theme:hover,
.blue2-skin .btn.pop-login,
.blue2-skin .btn.search-btn-outline,
.blue2-skin .btn.search-btn-outline:focus,
.blue2-skin .btn.search-btn-outline:hover,
.blue2-skin .header-dark-transparent.header-fixed .attributes li.submit-attri a,
.blue2-skin .nav-tabs .nav-item.show .nav-link,
.blue2-skin .nav-tabs .nav-link.active,
.blue2-skin .pagination > .active > a,
.blue2-skin .pagination > .active > a:focus,
.blue2-skin .pagination > .active > a:hover,
.blue2-skin .pagination > .active > span,
.blue2-skin .pagination > .active > span:focus,
.blue2-skin .pagination > .active > span:hover,
.blue2-skin .pagination > li > a:focus,
.blue2-skin .pagination > li > a:hover,
.blue2-skin .pagination li:first-child a,
.blue2-skin .property-listing.property-1 .listing-detail-btn .more-btn,
.blue2-skin .range-slider .ui-slider .ui-slider-handle,
.blue2-skin .simple-search-wrap .pk-input-group .pk-subscribe-submit,
.blue2-skin .single-widgets.widget_tags ul li a:focus,
.blue2-skin .single-widgets.widget_tags ul li a:hover {
  border-color: #0176ff;
}
.blue2-skin li.login-attri.theme-log a {
  box-shadow: 0 8px 5px rgba(1, 118, 255, 0 0.2);
  -webkit-box-shadow: 0 8px 5px rgba(1, 118, 255, 0.2);
}
.blue2-skin .btn.btn-theme-light {
  background: rgba(1, 118, 255, 0.1);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: inherit;
}
.footercs {
  display: flex;
  justify-content: space-between;
}
.pr-value:before {
  display: none;
}
.dashboard-stat-content {
  width: 65%;
}
.middle-icon-features-content h4 {
  font-size: 19px;
  margin-bottom: 20px;
}
.blog-body {
  padding-top: 30px;
}
address,
blockquote,
dd,
dl,
dt,
ol,
p,
ul {
  margin: 0;
}
#cst_ds {
  min-height: 290px;
  padding: 30px 20px;
}
@media (max-width: 575px) {
  #cst_ds {
    min-height: auto;
  }
}
.titlesec1 {
  margin-bottom: 67px;
}
.fr-grid-footer {
  text-align: center;
  margin-top: 90px;
}
.dashboard-stat-content span {
  font-size: 16px;
}
.call-cst {
  margin-top: 50px;
}
.cl-cst {
  color: #333640;
  font-size: 22px;
}
#singleMap {
  height: 450px;
}
.nearby_place_rate i {
  font-size: 14px;
  margin-right: 0;
}
.neary_section_first .nearby_place_title {
  font-size: 20px;
  margin-right: 10px;
}
.benef {
  display: flex;
  justify-content: center;
  align-items: center;
}
.com_cst {
  color: #fff;
}
.modal-cst {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.benefits {
  padding-bottom: 0px;
}
.price-sub-cst {
  text-align: center;
  font-size: 22px;
  margin-top: 10px;
}
@media (max-width: 575px) {
  .price-sub-cst {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 575px) {
  .about-cl {
    margin-bottom: 20px;
  }
}
#contacts {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #252c41;
}
.nav-link.active {
  color: #cd171f;
}
#colo:hover {
  color: #fff;
}
#dash-cst {
  position: relative;
  top: 0;
}
#start-cst {
  min-height: 145px;
  padding: 35px 20px;
}
#ic2 {
  padding-top: 27px;
}
.benefit-title {
  margin-bottom: 0;
}
.contact-btn-cst {
  position: fixed;
  bottom: 65px;
  right: 18px;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 9999;
}
.ctn-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  border-radius: 50%;
}
.property-slide {
  margin-top: 18px;
}
.mb {
  background-color: #00ba74;
  color: #fff;
  bottom: 127px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-cer {
  margin-right: 7px;
  color: #fff;
}
.btn-cer-g {
  transition: 0.4s;
}
.ti-shift-right {
  font-size: 12px;
  color: #fff;
}
.how-icon {
  color: #122947;
}
#icon-mi-cst {
  min-height: 130px;
}
.dash-stat-cst {
  width: 100%;
}
@media (max-width: 575px) {
  .dash-stat-cst {
    line-height: 22px;
  }
}
.about-cst {
  min-height: 170px;
  padding: 25px 20px;
}
